      .news-page.inner-page .news {
        /*margin-top: 2vw;
        padding-top:2vw;*/
        position: relative;
        z-index: 1;
      }
      .news-page.inner-page .news .public-title .t-title {
        margin-bottom: 6px;
      }
      /*.news-page.inner-page .news::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 38vw;
        background: -webkit-gradient(linear, left top, left bottom, from(var(--index-color)), to(transparent));
        background: -webkit-linear-gradient(top, var(--index-color) 0%, transparent 100%);
        background: -moz-linear-gradient(top, var(--index-color) 0%, transparent 100%);
        background: linear-gradient(to bottom, var(--index-color) 0%, transparent 100%);
        z-index: -1;
      }*/
      .news-page.inner-page .news .news-slide-ul {
        margin: 0 -1.82291667vw 0;
        flex-wrap: wrap;
      }
      .news-page.inner-page .news .news-slide-ul li{
        width: 33.3333%;
        margin-bottom: 35px;
      }
      .news-page.inner-page .news .news-slide-ul .slide-box {
        margin: 0 1.822916666666667vw;
      }
      .news-page.inner-page .news .news-slide-ul .slide-box .img-box {
        display: block;
      }
      .news-page.inner-page .news .news-slide-ul .slide-box .text {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        margin-top: 21px;
      }
      .news-page.inner-page .news .news-slide-ul .slide-box .text a.title {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 500;
        color: #272425;
      }
      .news-page.inner-page .news .news-slide-ul .slide-box .text .intro {
        max-width: 370px;
        font-weight: 500;
        color: #6d6d6d;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 12px;
        margin-bottom: 32px;
        line-height: 1.75;
      }
      .news-page.inner-page .news .news-slide-ul .slide-box .text .date {
        margin-top: 7px;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #666666;
        margin-left: 15px;
      }
      @media screen and (max-width: 700px) {
        .news-page.inner-page .news {
          margin-bottom: 25px;
        }
      }
 
 
 
 
 
 
 
 
  a.more {
    height: 56px;
    line-height: 56px;
    padding: 0 35px;
    border: 1px solid var(--index-main-color);
    color: #111;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    z-index: 3;
    overflow: hidden;
    display: inline-block;
    font-size: 22px;
  }
  a.more:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background: var(--index-main-color);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    left: 0;
    z-index: -1;
  }
  a.more:hover {
    -webkit-transition: 0.3s 0.3s all;
    -moz-transition: 0.3s 0.3s all;
    transition: 0.3s 0.3s all;
    color: #fff;
  }
  a.more:hover:before {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    width: 100%;
  }
  .font-50 {
    font-size: 48px;
  }
  .header_text[data-v-64999dfb]{
    line-height: 32px;
  }
  .from_list .welcomeText_class[data-v-64999dfb]{
    line-height: 28px;
  }
  .shouye{
    margin-top: 15px;
      line-height: 2;
      font-size: 20px;
  
      margin: 30px 0;
  }
  .shouye h1{
    display: inline;
  }
  .shouyebt{
    min-height: 3em;
  }
  .yejiao {
    padding-left: 20px;
  }
  .chanpxw{
      font-size: 22px;
      line-height: 40px;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      min-height: 5.5em;
  }
  @media screen and (max-width: 1800px) {
    .font-50 {
        font-size: 42px;
      }
  }
  @media screen and (max-width: 1600px) {
    .font-50 {
        font-size: 36px;
      }
      .font-22 {
        font-size: 18px;
      }
  }
  @media screen and (max-width: 1200px) {
    .font-22 {
        font-size: 18px!important;
     line-height: 32px!important;
       }
       .font-50 {
        font-size: 28px;
      }
      .font-24 {
        font-size: 20px;
        line-height: 36px;
      }
  }
  @media screen and (max-width: 1000px) {
        .news-page.inner-page .news .news-slide-ul li{
        width: 50%;
      }
    /*.inner-banner {
      margin-top: 40px;
    }*/
}
  @media screen and (max-width: 540px) {
        .news-page.inner-page .news .news-slide-ul li{
        width: 100%;
      }
}
@media screen and (max-width: 800px) {
    .mb-nav {
        display: none;
      }

}
@-webkit-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  @-moz-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  @keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  .play2 {
    display: inline-block;
    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%);
  }
  .play2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: transparent;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .play2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: transparent;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  .mb-nav {
    position: relative;
    padding: 20px;
    display: none;
  }
  .mb-nav h5 {
    font-size: 24px;
    font-weight: bold;
    background: var(--index-main-color);
    color: #222;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav h5:hover {
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav .catebox {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 99;
    background: #fff;
    display: none;
  }
  .mb-nav .catebox i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    z-index: 9999;
    font-size: 20px;
    padding: 20px;
  }
  .mb-nav .catebox i:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--index-main-color);
  }
  .mb-nav .catebox ul.catelist > li {
    margin: 5px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
  .mb-nav .catebox ul.catelist > li ul.sub-menu {
    width: 100%;
  }
  .mb-nav .catebox ul.catelist > li ul.sub-menu li li {
    padding-left: 20px;
    margin: 5px;
    font-size: 14px;
    color: #000;
  }
  .mb-nav .catebox ul.catelist > li li a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav .catebox ul.catelist > li li a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--index-main-color);
  }
  img[src=""],
  img:not([src]) {
    opacity: 0;
  }
  .seo_title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #seo_about ._box {
    margin: -15px;
  }
  #seo_about ._left,
  #seo_about ._right {
    padding: 15px;
  }
  #honor_list ul {
    margin: -15px;
  }
  #honor_list ul li {
    padding: 15px;
  }
  #news_list ul {
    margin: -15px;
  }
  #news_list ul li {
    padding: 15px;
  }
  #news_list ._time span {
    display: inline-block;
    padding: 5px;
  }
  #news_list ._time span._cate {
    color: #FFFFFF;
    background-color: #000000;
  }
  #news_list ._time span._date {
    background-color: #CCCCCC;
  }
  #news_list ._table {
    padding: 20px;
    border: 2px solid #CCCCCC;
  }
  /*.inner-banner .ui.container {
    text-align: center;
    padding: 140px 0 78px;
    position: relative;
    border-bottom: 1px solid #d3d3d3;
  }
  .inner-banner .ui.container span.getdown {
    position: absolute;
    bottom: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #fff;
    left: 50%;
    margin-left: -24px;
    margin-bottom: -24px;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
  }
  .inner-banner .ui.container span.getdown i {
    font-size: 24px;
    color: #fff;
  }
  .inner-banner .ui.container .title {
    margin-bottom: 15px;
    color: #000;
    font-size: 36px;
  line-height: 1.4;
  }
  .inner-banner .ui.container .mbx {
    color: #000;
    font-size: 18px;
    line-height: 32px;
      
  }*/
  .inner-page .about-1 {
    padding-top: 90px;
  }
  .inner-page .about-1 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .inner-page .about-1 .top .left .title {
    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-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1;
    color: #000;
  }
  .inner-page .about-1 .top .left .title em.t2 {
    margin-left: 10%;
  }
  .inner-page .about-1 .top .left .title em.t3 {
    margin-left: 5%;
  }
  .inner-page .about-1 .top .right .tit {
    /*font-weight: bold;*/
    color: #000;
    margin-bottom: 30px;
  }
  .inner-page .about-1 .top .right p {
    color: #767676;
    line-height: 2;
  }
  .inner-page .about-1 .imgbox{
    overflow: hidden;
  }
  .inner-page .about-2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .inner-page .about-2 .ui.container img.dec {
    position: absolute;
    left: 0;
    bottom: -260px;
    z-index: 3;
  }
  .inner-page .about-2 .ui.container .left {
    padding-right: 125px;
  }
  .inner-page .about-2 .ui.container .left .tit {
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    margin-bottom: 60px;
  }
  /*.inner-page .about-2 .ui.container .left a {
    background: #000;
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .inner-page .about-2 .ui.container .left a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #000;
    background: #fff;
  }*/
  .inner-page .about-2 .ui.container .right ul {
    margin: 0 -45px;
    margin-bottom: -100px;
  }
  .inner-page .about-2 .ui.container .right ul li {
    text-align: left;
    padding: 0 45px;
    margin-bottom: 50px;
  }
  .inner-page .about-2 .ui.container .right ul li:nth-child(2n) {
    margin-top: 75px;
  }
  .inner-page .about-2 .ui.container .right ul li .title {
    color: #000;
    margin: 10px 0;
  }
  .inner-page .about-3 {
    height: 447px;
    position: relative;
    background: url(../images/about-3-bj.jpg) center center no-repeat;
    background-size: cover;
  }
  .inner-page .about-3 .play {
    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%);
  }
  .inner-page .about-4 {
    padding: 100px 0;
  }
  .inner-page .about-4 .ui.container {
    text-align: left;
  }
  .inner-page .about-4 .ui.container .tit {
    font-weight: bold;
    color: #000;
    margin-bottom: 60px;
  }
  .inner-page .about-4 .ui.container ul {
    margin: 0 -25px;
  }
  .inner-page .about-4 .ui.container ul li {
    padding: 0 25px;
  }
  .inner-page .about-5 {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 120px;
  }
  .inner-page .about-5 .tit {
    font-weight: bold;
    margin-bottom: 50px;
    color: #000;
  }
  .inner-page .about-5 .factorybox {
    position: relative;
    padding-bottom: 100px;
  }
  .inner-page .about-5 .factorybox .navbox {
    position: absolute;
    bottom: 0;
    left: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -5px;
    font-size: 24px;
  }
  .inner-page .about-5 .factorybox .navbox em {
    font-weight: bold;
    margin: 0 5px;
  }
  .inner-page .about-5 .factorybox .navbox em.now {
    font-size: 32px;
    color: #000;
  }
  .inner-page .about-5 .factorybox ul.factorylist li {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .inner-page .about-5 .factorybox ul.factorylist .slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .inner-page .about-5 .factorybox .slick-dots {
    position: absolute;
    width: 415px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 8%;
    bottom: -100px;
  }
  .inner-page .about-5 .factorybox .slick-dots li {
    width: 100%;
    height: 1px;
    background: #aaa;
    padding: 0;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .inner-page .about-5 .factorybox .slick-dots li button {
    display: none;
  }
  .inner-page .about-5 .factorybox .slick-dots li.slick-active {
    min-width: 150px;
    background: #000;
  }
  .product-page .product-1 {
    padding-top: 130px;
    padding-bottom: 100px;
    position: relative;
  }
  .product-page .product-1 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .product-page .product-1 .ui.container .left {
    position: relative;
    padding-left: 230px;
    z-index: 0;
    height: 650px;
    display: flex;
    align-items: flex-end;
  }
  .product-page .product-1 .ui.container .left .title {
    color: #000;
    position: absolute;
    left: -100px;
    top: 78px;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotateZ(-90deg);
  }
  .product-page .product-1 .ui.container .left .imgs {
    background: #fff;
    max-width: 510px;
    width: 100%;
  
  }
  .product-page .product-1 .ui.container .left .imgs ul li img {
    width: 100%;
  }
  .product-page .product-1 .ui.container .right {
    padding-left: 70px;
  }
  .product-page .product-1 .ui.container .right ul li p{
    max-height: 150px;
    overflow-y: scroll;
    margin-bottom:15px;
    margin-top: 15px;
  }
  .product-page .product-1 .ui.container .bottom {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product-page .product-1 .btn{
    position: absolute;
    width: 40px;
    bottom: 30%;
    margin-top: -40px;
    border: 1px solid #aaa;
    transition: 0.3s all;
    color: #000;
    font-size: 28px;
    height: 80px;
    line-height: 80px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
  }
  .product-page .product-1  span.btn.slick-prev{
    left: 140px;
  }
  .product-page .product-1 span.btn.slick-next{
    right: 140px;
  }
  .product-page .product-1  span.btn:hover{
    transition: 0.3s all;
    color: #fff;
    background: #aaa;
  }
  .product-page .product-1 .ui.container .bottom ul {
    margin: 0 -15px;
    width: 50%;
  }
  .product-page .product-1 .ui.container .bottom ul.small1{
    width: 16%;
  }
  .product-page .product-1 .ui.container .bottom ul li {
    padding: 0 15px;
    text-align: center;
  }
  .product-page .product-1 .ui.container .bottom ul li img {
    width: 100%;
  }
  .product-page .product-1 .ui.container .bottom ul li .tit {
    margin-top: 15px;
    padding: 0 20px;
  }
  .product-2 ul {
    margin: 0 -80px;
  }
  .product-2 .public-title{
    text-align: center;
  }
  .product-2 ul.hotlist{
    margin-top: 2.5vw;
  }
  .product-2 ul.hotlist  li .item .img-box a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }
  .product-2 ul.hotlist  li .item .img-box a > img{
        background: #f3f3f3;
    
  }
  .product-2 ul li {
    padding: 0 17px;
    text-align: center;
    margin-bottom: 75px;
  }
  .product-2 ul li .item:hover .img-box .hoverbox {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
  }
  .product-2 ul li .item .img-box {
    /*padding: 50px 0;*/
    position: relative;
  }
  .product-2 ul li .item .img-box .hoverbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: -100%;
    left: 0;
  }
  .product-2 ul li .item .pname {
    margin-top: 20px;
    line-height: 2;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    font-weight: 500;
  }
  .product-2 ul li .item .pname:hover {
    color: #000;
  }
  .prodet-1 {
    padding: 80px 0 0 0;
  }
  .prodet-1 .ui.container #gallery {
    width: 100%;
    overflow: hidden;
  }
  .prodet-1 .ui.container #gallery ul .slick-current li {
    opacity: 1;
    -webkit-transform: 1;
    -moz-transform: 1;
    -ms-transform: 1;
    transform: 1;
  }
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 550px;
  }
  .prodet-1 .ui.container #gallery ul li {
    opacity: 0.5;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-height: 360px;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 194px;
  }
  /*.prodet-1 .ui.container #gallery .slick-slide{
    width: 194px!important;
  }
  .prodet-1 .ui.container #gallery .slick-slide.slick-current{
    width: 550px!important;
  }*/
  /*.prodet-1 .ui.container #gallery .swiper-slide{
    transform: scale(0.5);
    margin: 0 -80px;
  }
  .prodet-1 .ui.container #gallery .swiper-slide.swiper-slide-active{
    transform: scale(1)!important;
  }*/
  .prodet-2 {
    padding:  20px 0 80px 0;
  }
  .prodet-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-2 .ui.container .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-2 .ui.container .left .navbox {
    width: 165px;
    max-height: 604px;
    overflow-y: scroll;
    padding-right: 20px;
    padding-top: 50px;
    overflow: auto;
  }
  .prodet-2 .ui.container .left .navbox li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content:flex-start;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 70px;
    padding: 0 20px;
  }
  .prodet-2 .ui.container .left .navbox li img{
    max-width: 40px;
  }
  .prodet-2 .ui.container .left .navbox li.active {
    background: #fff;
        box-shadow: inset -1px 1px 6px 2px rgb(0 0 0 / 9%);
  }
  
  .prodet-2 .ui.container .left .imgbox {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  .prodet-2 .ui.container .right h1 {
    color: #000;
    line-height: 2;
    margin-bottom: 20px;
  }
  .prodet-2 .ui.container .right ul.conlist {
    border-top: 1px solid #000;
    margin-bottom: 60px;
  }
  .prodet-2 .ui.container .right ul.conlist li {
    padding: 15px 0;
    border-bottom: 1px solid #000;
  }
  .prodet-2 .ui.container .right ul.conlist li .title {
    color: #000;
    position: relative;
    width: 100%;
  }
  .prodet-2 .ui.container .right ul.conlist li .title i {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 16px;
  }
  .prodet-2 .ui.container .right ul.conlist li .content {
    padding: 15px 0;
    display: none;
  }
  .prodet-2 .ui.container .right a.more3 {
    width: 100%;
    height: 60px;
      
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #000;
    display: block;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .prodet-2 .ui.container .right a.more3:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #767676;
  }
  .pro .m-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    color: #767676;
    font-size: 18px;
  }
  .pro .m-link a:hover {
    color: #000;
  }
  .prodet-3 .title {
    color: #000;
    margin-bottom: 85px;
  }
  .prodet-3 form {
    width: 100%;
  }
  .prodet-3 form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
  .prodet-3 form ul li {
    width: 100%;
    padding: 0 30px;
  }
  .prodet-3 form ul li:nth-child(5) {
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }
  .prodet-3 form ul li.wid30 {
    width: 33.33%;
    margin-bottom: 60px;
  }
  .prodet-3 form ul li input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background: none;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
  }
  .prodet-3 form ul li textarea {
    width: 100%;
    height: 140px;
    line-height: 2;
    font-size: 18px;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
  }
  .prodet-3 form ul li input[type="submit"] {
    width: 100%;
    max-width:none;
    line-height: 60px;
    height: 60px;
    color: #FFF;
    background: #000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
      
    font-weight: 700;
    font-size: 22px;
    border: none;
  }
  .prodet-3 form ul li input[type="submit"]:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: var(--index-main-color);
  }
  .prodet-5 .title {
    color: #000;
  }
  .prodet-5 ul.newslist {
    margin: 0 -50px;
    margin-top: 60px;
  }
  .prodet-5 ul.newslist li {
    padding: 0 50px;
    text-align: left;
  }
  .prodet-5 ul.newslist li span.time {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .prodet-5 ul.newslist li .title {
    margin-top: 10px;
    min-height: 7em;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    font-size: 22px!important;
  line-height: 40px!important;
  }
  .prodet-5 ul.newslist li .title a:hover {
    color: var(--index-main-color);
  }
  .custom-page .cus-1 {
    padding-top: 110px;
    padding-bottom: 180px;
  }
  .custom-page .cus-1 .ui.container {
    text-align: center;
  }
  .custom-page .cus-1 .ui.container > img {
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .custom-page .cus-1 .ui.container .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-page .cus-1 .ui.container .main .left {
    width: 45%;
    text-align: right;
  }
  .custom-page .cus-1 .ui.container .main .left .title {
    color: #000;
  }
  .custom-page .cus-1 .ui.container .main .left p {
    margin: 0px 0px 40px 0;
  }
  .custom-page .cus-1 .ui.container .main .right {
    width: 52%;
  }
  .custom-page .cus-2 {
    padding: 145px 0;
    position: relative;
    background: #fafafa;
  }
  .custom-page .cus-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-page .cus-2 .ui.container .left {
    width: 40%;
    text-align: left;
  }
  .custom-page .cus-2 .ui.container .left .title {
    color: #000;
    margin-bottom: 20px;
  }
  .custom-page .cus-2 .ui.container .left img {
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .custom-page .cus-2 .ui.container .right {
    width: 55%;
  }
  .custom-page .cus-2 .ui.container .right ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .custom-page .cus-2 .ui.container .right ul li:nth-child(2) {
    position: relative;
    left: 150px;
  }
  .custom-page .cus-2 .ui.container .right ul li .imgbox {
    margin-right: 40px;
  }
  .custom-page .cus-2 .ui.container .right ul li .textbox {
    padding-left: 45px;
    position: relative;
    top: 130px;
  }
  .custom-page .cus-2 .ui.container .right ul li .textbox:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: var(--index-main-color);
  }
  .custom-page .cus-2 .ui.container .right ul li .textbox .title {
    color: #000;
  }
  .custom-page .cus-2 .ui.container .right ul li .textbox .title i {
    color: var(--index-main-color);
  }
  .custom-page .cus-2 .ui.container .right ul li .textbox .content {
    font-size: 18px;
    line-height: 32px;
    display: none;
  }
  .custom-page .cus-3 {
    padding: 180px 0;
    position: relative;
  }
  .custom-page .cus-3 .ui.container {
    text-align: center;
  }
  .custom-page .cus-3 .ui.container .title {
    color: #000;
  }
  .custom-page .cus-3 .ui.container .main {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-page .cus-3 .ui.container .main .column .title {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .custom-page .cus-3 .ui.container .main .column .title:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: var(--index-main-color);
    position: absolute;
    left: 0;
    top: 10px;
  }
  .custom-page .cus-4 {
    position: relative;
    background: #fafafa;
  }
  .custom-page .cus-4 .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-page .cus-4 .main .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-page .cus-4 .main .left img {
    width: 50%;
    max-width: 425px;
  }
  .custom-page .cus-4 .main .left .text {
    width: 50%;
    padding: 45px;
  }
  .custom-page .cus-4 .main .left .text .title {
    color: #000;
    margin-bottom: 40px;
  }
  .custom-page .cus-4 .main .right {
    padding: 0 80px;
    text-align: center;
  }
  .custom-page .cus-4 .main .right img {
    margin: 0 auto;
  }
  .custom-page .cus-4 .main .right img:nth-child(2) {
    margin-top: 60px;
  }
  .custom-page .cus-5 {
    padding: 160px 0 120px 0;
  }
  .custom-page .cus-5 .ui.container {
    text-align: center;
  }
  .custom-page .cus-5 .ui.container .title {
    color: #000;
  }
  .custom-page .cus-5 .ui.container p {
    line-height: 2;
    margin: 30px auto;
    max-width: 1055px;
  }
  .custom-page .cus-5 .ui.container a.more3 {
    padding: 0 32px;
    height: 60px;
    line-height: 60px;
    background: #000;
    color: #fff;
    font-size: 22px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    display: inline-block;
  }
  .custom-page .cus-5 .ui.container a.more3:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    background: var(--index-main-color);
  }
  .custom-page .bz {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    -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;
  }
  .custom-page .bz i {
    width: 1px ;
    height: 120px;
    background: #000;
    margin-top: 20px;
  }
  .contact-2 {
    padding: 120px 0;
  }
  .contact-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact-2 .ui.container .mapbox {
    height: 550px;
    width: 65%;
  }
  .contact-2 .ui.container .infobox {
    width: 35%;
    padding-left: 80px;
    text-align: left;
  }
  .contact-2 .ui.container .infobox .title {
    color: #000;
  }
  .contact-2 .ui.container .infobox .info {
    margin-top: 30px;
  }
  .pd70 {
    padding: 70px 0!important;
  }
  .text-center {
    text-align: center!important;
  }
  .text-left {
    text-align: left!important;
  }
  .text-right {
    text-align: right!important;
  }
  .bortop {
    border-top: 1px solid #000;
  }
  .font-80 {
    font-size: 80px;
  }
  .font-45 {
    font-size: 44px;
  }
  .font-106 {
    font-size: 106px;
  }
  @media screen and (max-width: 1400px) {
    .font-45 {
      font-size: 30px;
    }
    .inner-page .about-2 .ui.container .right ul {
      margin: 0 -25px;
    }
    .inner-page .about-2 .ui.container .right ul li {
      padding: 0 25px;
    }
    .product-page .product-1 .ui.container .left {
      position: relative;
      padding-left: 150px;
    }
    .font-18 {
      font-size: 16px;
      line-height: 30px;
    }
    .font-80 {
      font-size: 52px;
    }
    .product-page .product-1 .ui.container .left .title {
      left: -40px;
      top: 20px;
    }
    .product-2 ul {
      margin: 0 -40px;
    }
    .product-2 ul li {
      padding: 0 40px;
    }
    .prodet-1 .ui.container #gallery ul .slick-current li img {
      width: 300px;
    }
    .font-30 {
      font-size: 20px;
      line-height: 36px;
    }
    .custom-page .cus-2 .ui.container .right ul li:nth-child(2) {
      left: 0;
    }
    .custom-page .cus-2 .ui.container .right ul li .imgbox {
      max-width: 200px;
    }
    .custom-page .cus-2 .ui.container .right ul li .textbox {
      top: 0;
    }
    .font-106 {
      font-size: 72px;
    }
    .product-page .product-1 .btn{
      display: none!important;
    }
  }
  @media screen and (max-width: 1000px) {
    .font-20 {
      font-size: 18px;
      line-height: 32px;
    }
    .inner-page .about-2 .ui.container img.dec {
      display: none;
    }
    .inner-page .about-2 .ui.container .right ul li {
      margin-bottom: 20px;
    }
    .inner-page .about-2 .ui.container .left {
      padding-right: 40px;
    }
    .product-page .product-1 .ui.container .bottom {
      display: none;
    }
    .product-page .product-1 .ui.container .left {
      display: none;
    }
    .product-page .product-1 .ui.container .right {
      padding-left: 20px;
      width: 100%!important;
    }
  }
  @media screen and (max-width: 700px) {
    .inner-page .about-1 {
      padding-top: 50px;
    }
    .inner-page .about-1 .top {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .inner-page .about-1 .top .left {
      width: 100%;
    }
    .inner-page .about-1 .top .right {
      width: 100%;
    }
    .inner-page .about-1 .top {
      margin-bottom: 0;
    }
    .font-106 {
      font-size: 50px;
    }
    .inner-page .about-2 .ui.container .left {
      width: 100%;
    }
    .inner-page .about-2 .ui.container .right {
      width: 100%;
    }
    .inner-page .about-2 .ui.container .right ul li:nth-child(2n) {
      margin-top: 20px;
    }
    .inner-page .about-2 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .prodet-2 .ui.container .left {
      width: 100%;
    }
    .prodet-2 .ui.container .right {
      width: 100%;
    }
    .product-page .product-1 {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .product-2 ul li {
      margin-bottom: 20px;
    }
    .prodet-3 form ul li.wid30 {
      width: 100%;
    }
    .custom-page .cus-1 .ui.container .main .left {
      width: 100%;
    }
    .custom-page .cus-1 .ui.container .main .right {
      width: 100%;
    }
    .custom-page .cus-2 .ui.container .left {
      width: 100%;
    }
    .custom-page .cus-2 .ui.container .right {
      width: 100%;
    }
    .custom-page .cus-2 .ui.container .right ul li .textbox .content {
      font-size: 14px;
      line-height: 28px;
    }
    .custom-page .cus-3 .ui.container .main .column {
      width: 100%;
    }
    .custom-page .cus-4 .main {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .custom-page .cus-4 .main .left {
      width: 100%;
    }
    .custom-page .cus-4 .main .right {
      width: 100%;
    }
    .custom-page .cus-5 {
      padding: 20px 0 20px 0;
    }
    .contact-2 .ui.container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .contact-2 .ui.container .infobox {
      width: 100%;
      padding-left: 0;
    }
    .contact-2 .ui.container .mapbox {
      width: 100%;
    }
    .prodet-1 .ui.container #gallery ul li img {
      width: 100%;
    }
    .prodet-1 .ui.container #gallery ul .slick-current li img {
      width: 100%;
    }
    .prodet-1 {
      padding: 0;
    }
  }
  .haha{
       margin-top: 20px!important;
    margin-bottom: 40px!important;
    font-size: 18px;
  line-height: 32px;
  }
  
  .haha h2{
              
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px!important;
  }
  
  .haha h3{
  font-size: 22px;
  line-height: 40px;
  margin-top: 15px!important;
    margin-bottom: 15px!important;
  }
  
  .fenleih{
    font-size: 24px;
      line-height: 44px;
      padding: 20px 0 20px 200px;
  }
  @media screen and (max-width: 500px) {
    .custom-page .cus-2 .ui.container .right ul li {
      -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;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px;
    }
    .chanpxw{
      font-size: 18px;
      line-height: 32px;
      min-height: 6em;
  }
  /*.inner-banner .ui.container .mbx{
    font-size: 16px;
  line-height: 30px;
  }*/
    .prodet-5 ul.newslist li .title{
      min-height: 6em;
    }
    .fenleih{
      font-size: 18px;
      line-height: 32px;
      padding: 10px;
    }
    .seoPublic .Auxil-news .list ul li .content div.h6{
      min-height: 7em!important;
    }
    .haha{
      display: none!important;
    }
      .yejiao{
      display: none!important;
    }
    .inner-page .about-3{
      display: none;
    }
    .custom-page .cus-2{
      padding:0px;
    }
    .custom-page .cus-3{
      padding: 80px 0;
    }
    /*.inner-banner .ui.container .title {
      font-size: 22px;
  line-height: 40px;
    }*/
    .custom-page .bz {
      display: none;
    }
    .custom-page .cus-4 .main .left img {
      display: none;
    }
    .custom-page .cus-4 .main .left .text {
      width: 100%;
      padding: 45px 15px;
    }
    .prodet-2 .ui.container .left .navbox li {
      margin-bottom: 20px;
    }
    .prodet-2 .ui.container .left .navbox {
      width: 100%;
    }
    .prodet-2 .ui.container .left .imgbox {
      width: 100%;
    }
  }
  
  .inner-page .m-page {
    margin-top: 0rem;
    text-align: center;
    padding-bottom: 70px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    margin: 0 13px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    font-weight: 600;
    font-size: 14px;
    color: #301500;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: rgb(0 0 0 / 10%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .m-page a::after,
  .inner-page .m-page span::after {
    content: '';
    width: 130%;
    height: 130%;
    position: absolute;
    left: -15%;
    top: -15%;
    border-radius: inherit;
    border: 2px solid #ececec;
  }
  .inner-page .m-page a:hover {
    background-color: #111;
    color: #fff;
  }
  .inner-page .m-page span.current {
    background-color: #111;
    color: #fff;
  }
  .about-page2 .about-1 {
    padding: 5rem 0;
  }
  .about-page2 .about-1 .img {
    position: relative;
    vertical-align: middle;
  }
  .about-page2 .about-1 .img .play {
    position: absolute;
    top: 45%;
    left: 47%;
    z-index: 1;
    cursor: pointer;
  }
  .about-page2 .about-1 .img .play::before,
  .about-page2 .about-1 .img .play::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
  }
  .about-page2 .about-1 .img .play::before {
    -webkit-animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  .about-page2 .about-1 .text {
    vertical-align: middle;
    padding-left: 3rem;
  }
  .about-page2 .about-1 .text h3 {
    font-size: 1.8rem;
    color: #111;
    line-height: 1;
  }
  .about-page2 .about-1 .text .con {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-top: 1.75rem;
  }
  .about-page2 .about-2 {
    background-color: #f3f3f3;
    padding: 5rem 0 15.85rem;
  }
  .about-page2 .about-2 .left {
    vertical-align: middle;
    width: 34%;
    padding-right: 5.65rem;
  }
  .about-page2 .about-2 .left p {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-top: 2.4rem;
  }
  .about-page2 .about-2 .left .arrow {
    margin-top: 2.45rem;
  }
  .about-page2 .about-2 .left .arrow .al,
  .about-page2 .about-2 .left .arrow .ar {
    display: inline-block;
    width: 51px;
    height: 51px;
    background-color: #080808;
    text-align: center;
    line-height: 51px;
    cursor: pointer;
  }
  .about-page2 .about-2 .left .arrow .al img,
  .about-page2 .about-2 .left .arrow .ar img {
    vertical-align: middle;
  }
  .about-page2 .about-2 .left .arrow .ar {
    background-color: #111;
    margin-left: -3px;
  }
  .about-page2 .about-2 .right {
    vertical-align: middle;
    width: 66%;
  }
  .about-page2 .about-2 .right ul {
    margin-right: -3rem;
  }
  .about-page2 .about-2 .right ul li {
    padding-right: 3rem;
  }
  .about-page2 .about-2 .right ul li img {
    width: 100%;
  }
  .about-page2 .about-3 .box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 4.5rem 8rem 4.5rem;
    margin-top: -14%;
    margin-bottom: 41px;
  }
  .about-page2 .about-3 .box .header {
    text-align: center;
  }
  .about-page2 .about-3 .box .header h2.title {
    color: #424242;
  }
  .about-page2 .about-3 .box .header p {
    font-size: 16px;
    line-height: 30px;
    color: #1c1c1c;
    margin: 1rem auto 0;
    width: 80%;
  }
  .about-page2 .about-3 .box .content {
    margin-top: 4rem;
  }
  .about-page2 .about-3 .box .content ul {
    margin-right: -2.3rem;
  }
  .about-page2 .about-3 .box .content ul li {
    padding-right: 2.3rem;
  }
  .about-page2 .about-3 .box .content ul li .img img {
    width: 100%;
  }
  .about-page2 .about-3 .box .content ul li .text {
    padding: 1.95rem 1.3rem 0 0;
  }
  .about-page2 .about-3 .box .content ul li .text h4 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 24px;
    color: #191919;
    line-height: 1.5;
  }
  .about-page2 .about-3 .box .content ul li .text p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(25, 25, 25, 0.77);
    margin-top: 1rem;
  }
  .about-page2 .about-3 .box .content ul li:hover .text h4 {
    color: #c90e2f;
  }
  .about-page2 .about-4 {
    padding: 5rem 0;
  }
  .about-page2 .about-4 h2.title {
    text-align: center;
  }
  .about-page2 .about-4 .content {
    margin-top: 3rem;
    padding: 0 4.4rem;
  }
  .about-page2 .about-4 .content ul {
    margin-right: -1.75rem;
  }
  .about-page2 .about-4 .content ul li {
    padding-right: 1.75rem;
  }
  .about-page2 .about-4 .content ul li img {
    width: 100%;
  }
  .about-page2 .about-4 .content ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .about-page2 .about-4 .content ul .slick-prev {
    background: url("../images/about4-left.png") no-repeat center center;
    left: -4.1rem;
  }
  .about-page2 .about-4 .content ul .slick-next {
    background: url("../images/about4-right.png") no-repeat center center;
    right: -2.6rem;
  }
  .about-page2 #index-body .about {
    background: url(../images/about111.jpg) no-repeat center center;
    /*background-size: cover;*/
    color: #fff;
    padding: 6.35rem 0;
  }
  .about-page2 #index-body .about .data ul li {
    border-right: 1px solid #757a7c;
  }
  .about-page2 #index-body .about .data ul li img {
    filter: grayscale(100%) brightness(900%);
  }
  .about-page2 #index-body .about .data ul li .text {
    color: #fff;
  }
  .about-page2 #index-body .about .data ul li:last-child {
    border-right: 0;
  }
  .about-page2 #index-body .about .data ul li:hover img {
    filter: none;
  }
  .about-page2 .about-6 {
    padding: 5rem 0;
  }
  .about-page2 .about-6 h2.title {
    color: #222;
    text-align: center;
  }
  .about-page2 .about-6 .content {
    margin-top: 2.7rem;
    padding: 0 4.4rem;
  }
  .about-page2 .about-6 .content ul {
    margin-right: -1rem;
  }
  .about-page2 .about-6 .content ul li {
    padding-right: 1rem;
  }
  .about-page2 .about-6 .content ul li img {
    width: 100%;
  }
  .about-page2 .about-6 .content ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 40px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .about-page2 .about-6 .content ul .slick-prev {
    background: url("../images/about4-left.png") no-repeat center center;
    left: -4.1rem;
  }
  .about-page2 .about-6 .content ul .slick-next {
    background: url("../images/about4-right.png") no-repeat center center;
    right: -2.6rem;
  }
  @media screen and (max-width: 1700px) {
    .inner-page .m-page a,
    .inner-page .m-page span {
      height: 44px;
      line-height: 44px;
      width: 44px;
    }
  }
  @media screen and (max-width: 1366px) {
    .about-page2 .about-3 .box {
      padding: 5.6rem 4rem 6.2rem;
    }
  }
  @media screen and (max-width: 1280px) {
    .about-page2 .about-3 .box {
      padding: 5.6rem 2rem 6.2rem;
    }
    .about-page2 .about-3 .box .content ul li .text {
      padding: 1.95rem 1rem 0 0;
    }
  }
  @media screen and (max-width: 1100px) {
    .about-page2 .about-1 .text {
      padding-left: 1.5rem;
    }
    .about-page2 .about-2 .left {
      padding-right: 3rem;
    }
    .about-page2 .about-3 .box .content ul li .text h4 {
      font-size: 21px;
    }
  }
  @media screen and (max-width: 1000px) {
    /*.inner-banner {
      height: 300px;
    }*/
    .about-page2 .about-1 .img {
      width: 100%;
    }
    .about-page2 .about-1 .text {
      width: 100%;
      padding: 2rem 0 0 0;
    }
    .about-page2 .about-2 .left {
      padding-right: 1rem;
    }
  }
  @media screen and (max-width: 700px) {
    /*.inner-banner {
      height: 280px;
    }
    .inner-banner .box h2 {
      font-size: 2rem;
      line-height: 28px;
    }
    .inner-banner .box h2.sigitle {
      display: none;
  }
    .inner-banner .box .mbx {
      font-size: 14px;
    }*/
    .about-page2 .about-1 .img .play {
      top: 42%;
      left: 42%;
    }
    .about-page2 .about-1 .text h3 {
      line-height: 1.6;
    }
    .about-page2 .about-2 .left {
      width: 100%;
      padding-right: 0;
    }
    .about-page2 .about-2 .right {
      width: 100%;
      padding-top: 2rem;
    }
    .about-page2 .about-3 .box {
      padding: 5.6rem 1rem 6.2rem;
    }
    .about-page2 h2.title {
      font-size: 2rem;
      line-height: 1.4;
    }
    .about-page2 .about-3 .box .header p {
      font-size: 14px;
      width: 100%;
    }
    .about-page2 .about-3 .box .content ul li .text h4 {
      font-size: 18px;
    }
    .about-page2 .about-3 .box .content ul li .text p {
      font-size: 14px;
    }
    .about-page2 .about-4 .content {
      padding: 0;
    }
    .about-page2 .about-6 .content {
      padding: 0;
    }
  }
  @media screen and (max-width: 500px) {
    .inner-page .m-page a,
    .inner-page .m-page span {
      line-height: 36px;
      height: 36px;
      width: 36px;
      margin: 5px;
    }
  }
  .cus-page2.cus1 {
    padding-top: 5rem;
  }
  .cus-page2.cus1 .header {
    text-align: center;
  }
  .cus-page2.cus1 .header p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 1rem;
  }
  .cus-page2.cus1 .content {
    margin-top: 3.95rem;
  }
  .cus-page2.cus1 .content ul {
    margin-right: -4.3rem;
  }
  .cus-page2.cus1 .content ul li {
    padding-right: 4.3rem;
    position: relative;
  }
  .cus-page2.cus1 .content ul li .box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 3rem 2.1rem 2.75rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .cus-page2.cus1 .content ul li .box .img {
    height: 70px;
  }
  .cus-page2.cus1 .content ul li .box .text {
    padding-top: 1.4rem;
  }
  .cus-page2.cus1 .content ul li .box .text h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  .cus-page2.cus1 .content ul li .box .text p {
    font-size: 16px;
    line-height: 1.8;
              
    color: rgba(0, 0, 0, 0.7);
    margin-top: 0.6rem;
    height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .cus-page2.cus1 .content ul li .box .text .mores {
    display: block;
    font-size: 16px;
    color: #111;
              
    line-height: 1;
    margin-top: 1.5rem;
    position: relative;
  }
  .cus-page2.cus1 .content ul li .box .text .mores::before,
  .cus-page2.cus1 .content ul li .box .text .mores::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    content: "";
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform .3s, opacity .3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
  }
  .cus-page2.cus1 .content ul li .box .text .mores::after {
    width: 90px;
    height: 90px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
  }
  .cus-page2.cus1 .content ul li .box .text .mores:hover::before,
  .cus-page2.cus1 .content ul li .box .text .mores:hover::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  .cus-page2.cus1 .content ul li:hover .box {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    box-shadow: 8px 8px 40px 0px rgba(38, 51, 63, 0.14117647);
  }
  .cus-page2.cus1 .content ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6%;
    width: 20px;
    height: 34px;
    background: url(../images/about4-right.png) no-repeat;
  }
  .cus-page2.cus1 .content ul li:last-child::after {
    display: none;
  }
  .cus-page2.cus2 {
    padding: 5rem 0;
  }
  .cus-page2.cus2 .text {
    vertical-align: middle;
    width: 43.4%;
  }
  .cus-page2.cus2 .text .con {
    font-size: 16px;
              
    line-height: 1.7;
    color: #2e2e2e;
    margin-top: 2.45rem;
  }
  .cus-page2.cus2 .text .con p:first-child {
    width: 68%;
  }
  .cus-page2.cus2 .text .con p:last-child {
    width: 80%;
  }
  .cus-page2.cus2 .img {
    width: 56.6%;
    vertical-align: middle;
  }
  .cus-page2.cus3 .box {
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 5rem 6.6rem;
  }
  .cus-page2.cus3 .box .header {
    text-align: center;
  }
  .cus-page2.cus3 .box .header p {
    font-size: 16px;
    line-height: 1.7;
    color: #010101;
              
    margin-top: 1.4rem;
  }
  .cus-page2.cus3 .box .header .tab {
    margin-top: 2.4rem;
  }
  .cus-page2.cus3 .box .header .tab ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    bottom: 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0 30px 0;
  }
  .cus-page2.cus3 .box .header .tab ul li {
    border: 1px solid transparent;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 40px 10px 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .cus-page2.cus3 .box .header .tab ul li i {
    font-size: 40px;
    color: #7f8e9c;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .cus-page2.cus3 .box .header .tab ul li h3 {
    font-size: 16px;
    line-height: 1.7;
              
    color: rgba(1, 1, 1, 0.66);
    margin-top: 5px;
  }
  .cus-page2.cus3 .box .header .tab ul li.active {
    border-color: #7f8e9c;
  }
  .cus-page2.cus3 .box .header .tab ul li.active i {
    color: var(--index-main-color);
  }
  .cus-page2.cus3 .box .header .tab ul li:hover {
    border-color: var(--index-main-color);
  }
  .cus-page2.cus3 .box .header .tab ul li:hover i {
    color: var(--index-main-color);
  }
  .cus-page2.cus3 .box .content {
    margin-top: 3rem;
  }
  .cus-page2.cus3 .box .content li .img {
    vertical-align: middle;
  }
  .cus-page2.cus3 .box .content li .text {
    vertical-align: middle;
    padding: 0 2.55rem;
  }
  .cus-page2.cus3 .box .content li .text h3 {
    font-size: 1.8rem;
    color: #111;
    line-height: 1.2;
  }
  .cus-page2.cus3 .box .content li .text .desc {
    font-size: 16px;
    color: #090909;
    line-height: 1.7;
              
    margin-top: 1.7rem;
  }
  .cus-page2.cus4 {
    padding: 5rem 0;
  }
  .cus-page2.cus4 .left {
    width: 42.8%;
    vertical-align: middle;
  }
  .cus-page2.cus4 .left h2.title em {
    display: block;
  }
  .cus-page2.cus4 .left p {
    font-size: 16px;
    color: #2e2e2e;
              
    line-height: 1.7;
    margin-top: 2rem;
    width: 80%;
  }
  .cus-page2.cus4 .right {
    width: 57.2%;
    vertical-align: middle;
  }
  .cus-page2.cus4 .right ul {
    margin-right: -2.75rem;
  }
  .cus-page2.cus4 .right ul li {
    padding-right: 2.75rem;
  }
  .cus-page2.cus4 .right ul li img {
    width: 100%;
  }
  @media screen and (max-width: 1280px) {
    .cus-page2.cus1 .content ul li .box {
      padding: 3rem 1.1rem 2.75rem;
    }
    .cus-page2.cus2 .text h2.title {
      font-size: 2.2rem;
    }
    .cus-page2.cus2 .text .con p:first-child {
      width: 90%;
    }
    .cus-page2.cus2 .text .con p:last-child {
      width: 96%;
    }
    .cus-page2.cus3 .box {
      padding: 5rem 3rem;
    }
  }
  @media screen and (max-width: 1100px) {
    .cus-page2.cus3 .box {
      padding: 5rem 1rem;
    }
    .cus-page2.cus4 .left h2.title {
      font-size: 2rem;
    }
    .cus-page2.cus4 .left p {
      width: 86%;
    }
  }
  @media screen and (max-width: 1000px) {
    .cus-page2.cus1 .content ul {
      margin-right: 0;
    }
    .cus-page2.cus1 .content ul li {
      width: 100%;
      padding-right: 0;
      padding-bottom: 70px;
    }
    .cus-page2.cus1 .content ul li:last-child {
      padding-bottom: 0;
    }
    .cus-page2.cus1 .content ul li::after {
      top: 88%;
      right: 50%;
    }
    .cus-page2.cus2 .text {
      width: 100%;
    }
    .cus-page2.cus2 .img {
      width: 100%;
      padding-top: 1rem;
    }
    .cus-page2.cus3 .box .header .tab ul {
      display: block;
    }
    .cus-page2.cus3 .box .header .tab ul li {
      width: 32%;
      display: inline-block;
      margin-bottom: 1rem;
    }
    .cus-page2.cus3 .box .content li .img {
      width: 100%;
    }
    .cus-page2.cus3 .box .content li .img img {
      width: 100%;
    }
    .cus-page2.cus3 .box .content li .text {
      width: 100%;
      padding: 2rem 0 0 0;
    }
  }
  @media screen and (max-width: 700px) {
    .cus-page2.cus1 .content ul li .box .text h3 {
      font-size: 20px;
    }
    .cus-page2.cus2 .text .con p:first-child {
      width: 100%;
    }
    .cus-page2.cus2 .text .con p:last-child {
      width: 100%;
    }
    .cus-page2.cus2 .text .con {
      font-size: 14px;
    }
    .cus-page2.cus3 {
      display: none;
    }
    .cus-page2.cus4 .left {
      width: 100%;
    }
    .cus-page2.cus4 .left p {
      width: 100%;
      font-size: 14px;
    }
    .cus-page2.cus4 .right {
      width: 100%;
      padding: 2rem 0 0 0;
    }
  }
  .quality-page .quality-1 {
    padding: 5rem 0;
  }
  .quality-page .quality-1 .header {
    text-align: center;
  }
  .quality-page .quality-1 .header p {
    font-size: 16px;
    line-height: 1.7;
              
    color: #1e1e1e;
    margin-top: 1rem;
  }
  .quality-page .quality-1 .content {
    margin-top: 3.95rem;
  }
  .quality-page .quality-1 .content ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quality-page .quality-1 .content ul li {
    background-color: #f8f8f8;
    width: 33.3333%;
  }
  .quality-page .quality-1 .content ul li .img {
    width: 100%;
    height: 100%;
  }
  .quality-page .quality-1 .content ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .quality-page .quality-1 .content ul li .text {
    padding: 3.5rem 2.75rem 4.1rem 2.05rem;
    font-size: 22px;
    color: #3b3b3b;
              
    line-height: 1.6;
  }
  .quality-page .quality-1 .content ul li:last-child .text {
    padding-top: 5.6rem;
  }
  .quality-page .quality-2 {
    text-align: center;
    padding-bottom: 5rem;
  }
  .quality-page .quality-2 .header p {
    font-size: 16px;
    line-height: 1.7;
    color: #1e1e1e;
              
    margin: 10px auto 0;
    width: 70%;
  }
  .quality-page .quality-2 .content {
    margin-top: 3rem;
  }
  .quality-page .quality-2 .content ul {
    margin-right: -5.85rem;
  }
  .quality-page .quality-2 .content ul .slick-track {
    margin: 0;
  }
  .quality-page .quality-2 .content ul .slick-slide li:last-child::before {
    display: none;
  }
  .quality-page .quality-2 .content ul li {
    padding-right: 5.85rem;
    position: relative;
  }
  .quality-page .quality-2 .content ul li .img {
    background-color: #f6f6f6;
    padding: 1.35rem;
    border-radius: 50%;
  }
  .quality-page .quality-2 .content ul li .img a.ig {
    display: block;
    position: relative;
  }
  .quality-page .quality-2 .content ul li .img a.ig::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(199, 0, 37, 0.37);
    border-radius: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .quality-page .quality-2 .content ul li .img a.ig span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 3.6rem;
    line-height: 1;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .quality-page .quality-2 .content ul li .text {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 20px;
    color: #1e1e1e;
    line-height: 1.7;
              
    text-align: center;
    padding-top: 1.95rem;
  }
  .quality-page .quality-2 .content ul li:hover .img a.ig::after {
    opacity: 1;
  }
  .quality-page .quality-2 .content ul li:hover .img a.ig span {
    opacity: 1;
    top: 40%;
  }
  .quality-page .quality-2 .content ul li:hover .text {
    color: #111;
  }
  .quality-page .quality-2 .content ul li::before {
    content: '';
    position: absolute;
    right: 12%;
    top: 35%;
    width: 20px;
    height: 34px;
    background: url(../images/about4-right.png) no-repeat;
  }
  .quality-page .quality-2 .content ul .slick-dots {
    position: absolute;
    left: 0;
    bottom: -20%;
    width: 94%;
    text-align: center;
  }
  .quality-page .quality-2 .content ul .slick-dots li {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    background-color: rgba(199, 0, 37, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0;
    cursor: pointer;
  }
  .quality-page .quality-2 .content ul .slick-dots li button {
    display: none;
  }
  .quality-page .quality-2 .content ul .slick-dots li::before {
    display: none;
  }
  .quality-page .quality-2 .content ul .slick-dots li:last-child {
    margin-right: 0;
  }
  .quality-page .quality-2 .content ul .slick-dots li.slick-active {
    width: 52px;
    height: 10px;
    background-color: #111;
    border-radius: 5px;
  }
  .quality-page .quality-3 {
    padding-top: 4.4rem;
  }
  .quality-page .quality-3 .box {
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 4rem 6rem;
  }
  .quality-page .quality-3 .box .left {
    vertical-align: middle;
  }
  .quality-page .quality-3 .box .left p {
    font-size: 16px;
    color: #343434;
    line-height: 1.7;
              
    margin-top: 2rem;
    padding-right: 2.5rem;
  }
  .quality-page .quality-3 .box .right {
    vertical-align: middle;
    padding-left: 2.9rem;
  }
  .quality-page .quality-3 .box .right ul {
    margin-right: -0.75rem;
  }
  .quality-page .quality-3 .box .right ul li {
    padding: 0 0.75rem 0.75rem 0;
  }
  .quality-page .quality-3 .box .right ul li .info {
    border: 1px solid rgba(54, 54, 54, 0.2);
    text-align: center;
    padding: 1.65rem 0 1.6rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .quality-page .quality-3 .box .right ul li .info .img {
    height: 70px;
  }
  .quality-page .quality-3 .box .right ul li .info .img img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .quality-page .quality-3 .box .right ul li .info h4 {
    margin-top: 1.5rem;
    font-size: 18px;
    line-height: 1.5;
    color: #222;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .quality-page .quality-3 .box .right ul li:hover .info {
    background: #f6f6f6;
  }
  .quality-page .quality-3 .box .right ul li:hover .info .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .quality-page .quality-3 .box .right ul li:hover .info h4 {
    color: #111;
  }
  .quality-page .quality-4 {
    padding: 6.4rem 0 5rem;
  }
  .quality-page .quality-4 .left {
    vertical-align: middle;
    width: 57.6%;
  }
  .quality-page .quality-4 .left ul {
    margin-right: -3.45rem;
  }
  .quality-page .quality-4 .left ul .slick-track {
    margin: 0;
  }
  .quality-page .quality-4 .left ul li {
    padding-right: 3.45rem;
  }
  .quality-page .quality-4 .left ul li .img {
    position: relative;
  }
  .quality-page .quality-4 .left ul li .img img {
    width: 100%;
  }
  .quality-page .quality-4 .left ul li .img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(199, 0, 37, 0.77);
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    padding: 1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .quality-page .quality-4 .right {
    vertical-align: middle;
    width: 42.4%;
    padding-left: 5rem;
  }
  .quality-page .quality-4 .right p {
    font-size: 16px;
    line-height: 1.7;
              
    color: #222;
    margin-top: 2rem;
  }
  @media screen and (max-width: 1366px) {
    .quality-page .quality-1 .content ul li .text {
      padding: 3.5rem 1rem 2rem 1rem;
      font-size: 16px;
    }
    .quality-page .quality-3 .box {
      padding: 4rem 2rem;
    }
    .quality-page .quality-3 .box .right {
      padding-left: 1.5rem;
    }
    .quality-page .quality-3 .box .right ul li .info h4 {
      font-size: 16px;
    }
    .quality-page .quality-4 .right {
      padding-left: 3rem;
    }
    .quality-page .quality-4 .left ul {
      margin-right: -2rem;
    }
    .quality-page .quality-4 .left ul li {
      padding-right: 2rem;
    }
  }
  @media screen and (max-width: 1000px) {
    .quality-page .quality-1 .content ul li .text {
      padding: 2rem 1rem 2rem 1rem;
      font-size: 14px;
    }
    .quality-page .quality-1 .content ul li:last-child .text {
      padding-top: 3rem;
    }
    .quality-page .quality-2 .header p {
      width: 90%;
    }
    .quality-page .quality-3 .box {
      padding: 4rem 1rem;
    }
    .quality-page .quality-3 .box .left {
      width: 100%;
    }
    .quality-page .quality-3 .box .right {
      width: 100%;
      padding: 2rem 0 0 0;
    }
    .quality-page .quality-4 .left {
      width: 100%;
    }
    .quality-page .quality-4 .right {
      width: 100%;
      padding: 2rem 0 0 0;
    }
  }
  @media screen and (max-width: 700px) {
    .quality-page .quality-1 .content ul {
      display: block;
    }
    .quality-page .quality-1 .content ul li {
      width: 100%;
    }
    .quality-page .quality-2 {
      display: none;
    }
    .quality-page .quality-3 {
      padding-top: 0;
    }
    .quality-page .quality-3 .box .left p {
      padding-right: 0;
    }
  }
  .design-page .design-1 {
    padding: 7rem 0;
  }
  .design-page .design-1 li {
    margin-bottom: 4rem;
  }
  .design-page .design-1 li .img {
    vertical-align: middle;
    width: 56%;
  }
  .design-page .design-1 li .text {
    vertical-align: middle;
    padding-left: 4.15rem;
    width: 44%;
  }
  .design-page .design-1 li .text span {
    font-size: 18px;
              
    line-height: 1;
    color: #111;
  }
  .design-page .design-1 li .text h2.title {
    margin-top: 1.2rem;
  }
  .design-page .design-1 li .text .desc {
    font-size: 16px;
    line-height: 1.7;
              
    color: #222222;
    margin-top: 2rem;
  }
  .design-page .design-1 li:last-child {
    margin-bottom: 0;
  }
  .design-page .design-1 li:nth-child(even) .text {
    padding: 0 4.25rem 0 0;
  }
  .design-page .design-2 {
    padding: 0.55rem 0 5.5rem;
  }
  .design-page .design-2 .header .text {
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    border: solid 1px #ffffff;
    padding: 3rem 5rem 2.5rem 4rem;
    width: 64.81%;
  }
  .design-page .design-2 .header .text h2.title em {
    display: block;
  }
  .design-page .design-2 .header .text p {
    font-size: 16px;
    line-height: 1.7;
              
    margin-top: 1.2rem;
  }
  .design-page .design-2 .header .img {
    padding-top: 1.45rem;
    width: 35.19%;
  }
  .design-page .design-2 .content {
    margin-top: 3.1rem;
    position: relative;
  }
  .design-page .design-2 .content .pic {
    text-align: center;
    padding-top: 3rem;
  }
  .design-page .design-2 .content .desc li {
    font-size: 16px;
              
    max-width: 430px;
    position: absolute;
  }
  .design-page .design-2 .content .desc li i {
    width: 24px;
    height: 24px;
    background-color: #111;
    border-radius: 50%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    position: absolute;
  }
  .design-page .design-2 .content .desc li:nth-child(1) {
    top: 20px;
    left: 0px;
  }
  .design-page .design-2 .content .desc li:nth-child(1)::before {
    content: '';
    width: 90px;
    height: 1px;
    background: 111;
    position: absolute;
    bottom: -45px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 214px;
  }
  .design-page .design-2 .content .desc li:nth-child(1)::after {
    content: '';
    width: 121px;
    height: 1px;
    background: 111;
    position: absolute;
    bottom: -77px;
    left: 290px;
  }
  .design-page .design-2 .content .desc li:nth-child(2) {
    right: 20px;
    top: 60px;
  }
  .design-page .design-2 .content .desc li:nth-child(2)::before {
    content: '';
    width: 87px;
    height: 1px;
    background: 111;
    position: absolute;
    bottom: -50px;
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg);
    left: -28px;
  }
  .design-page .design-2 .content .desc li:nth-child(2)::after {
    content: '';
    width: 74px;
    height: 1px;
    background: 111;
    position: absolute;
    bottom: -88px;
    left: -80px;
  }
  .design-page .design-2 .content .desc li:nth-child(3) {
    left: 0;
    bottom: 28%;
  }
  .design-page .design-2 .content .desc li:nth-child(3)::before {
    content: '';
    width: 87px;
    height: 1px;
    background: 111;
    position: absolute;
    bottom: 61px;
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
    left: 65%;
  }
  .design-page .design-2 .content .desc li:nth-child(3)::after {
    content: '';
    width: 121px;
    height: 1px;
    background: 111;
    position: absolute;
    top: -66px;
    left: 92%;
  }
  .design-page .design-2 .content .desc li:nth-child(4) {
    top: 46%;
    right: 12%;
    max-width: 296px;
  }
  .design-page .design-2 .content .desc li:nth-child(4)::before {
    content: '';
    width: 87px;
    height: 1px;
    background: 111;
    position: absolute;
    top: -6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -67%;
  }
  .design-page .design-2 .content .desc li:nth-child(4)::after {
    content: '';
    width: 121px;
    height: 1px;
    background: 111;
    position: absolute;
    bottom: 22px;
    left: -42%;
  }
  .design-page .design-2 .content .desc li:nth-child(5) {
    bottom: 6%;
    left: 50%;
  }
  .design-page .design-2 .content .desc li:nth-child(5)::before {
    content: '';
    width: 121px;
    height: 1px;
    background: 111;
    position: absolute;
    top: -20px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    left: -46%;
  }
  .design-page .design-2 .content .desc li:nth-child(5)::after {
    content: '';
    width: 69px;
    height: 1px;
    background: 111;
    position: absolute;
    bottom: 27px;
    left: -21%;
  }
  @media screen and (max-width: 1366px) {
    .design-page .design-1 li .text {
      padding-left: 2rem;
    }
    .design-page .design-1 li:nth-child(even) .text {
      padding: 0 2rem 0 0;
    }
    .inner-page h2.title {
      font-size: 2rem;
    }
  }
  @media screen and (max-width: 1000px) {
    .design-page .design-1 li .img {
      width: 100%;
    }
    .design-page .design-1 li .text {
      padding: 2rem 0 0 0;
      width: 100%;
    }
    .design-page .design-1 li:nth-child(even) .text {
      padding: 2rem 0 0 0;
    }
    .design-page .design-2 .header .text {
      padding: 3rem 2rem 2.5rem;
    }
  }
  @media screen and (max-width: 700px) {
    .design-page .design-2 {
      display: none;
    }
  }
  .contact-page2 .contact-1 {
    padding: 5rem 0;
  }
  .contact-page2 .contact-1 .header p {
    font-size: 18px;
    line-height: 1.5;
    color: #7b7b7b;
              
    margin-top: 1rem;
    width: 70%;
  }
  .contact-page2 .contact-1 .content {
    margin-top: 3.95rem;
  }
  .contact-page2 .contact-1 .content ul {
    margin-right: -6rem;
    margin-bottom: -5rem;
  }
  .contact-page2 .contact-1 .content ul li {
    padding-right: 6rem;
    margin-bottom: 5rem;
  }
  .contact-page2 .contact-1 .content ul li .img {
    display: inline-block;
    vertical-align: top;
  }
  .contact-page2 .contact-1 .content ul li .text {
    display: inline-block;
    width: 80%;
    padding-left: 1.45rem;
  }
  .contact-page2 .contact-1 .content ul li .text h4 {
    font-size: 24px;
    color: #282828;
    line-height: 1.4;
  }
  .contact-page2 .contact-1 .content ul li .text p {
    font-size: 16px;
    line-height: 1.5;
    color: #898989;
              
    margin-top: 0.8rem;
  }
  .contact-page2 .contact-2 {
    position: relative;
    z-index: 999;
    margin-bottom: -6%;
  }
  .contact-page2 .contact-2 .box {
    background-color: #ffffff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 4rem 6rem;
  }
  .contact-page2 .contact-2 .box h3 {
    font-size: 1.8rem;
    line-height: 1;
  }
  .contact-page2 .contact-2 .box form {
    margin-top: 3rem;
  }
  .contact-page2 .contact-2 .box form ul {
    margin-right: -1rem;
  }
  .contact-page2 .contact-2 .box form ul li {
    padding-right: 1rem;
    margin-bottom: 20px;
  }
  .contact-page2 .contact-2 .box form ul li input[type="text"],
  .contact-page2 .contact-2 .box form ul li textarea {
    width: 100%;
    height: 60px;
    background-color: #fafafa;
    color: #3d4459;
    text-indent: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fafafa;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
  }
  .contact-page2 .contact-2 .box form ul li input[type="text"]:focus,
  .contact-page2 .contact-2 .box form ul li textarea:focus {
    border-color: #eee;
  }
  .contact-page2 .contact-2 .box form ul li input[type="text"]::placeholder,
  .contact-page2 .contact-2 .box form ul li textarea::placeholder {
    color: #898989;
  }
  .contact-page2 .contact-2 .box form ul li input[type="text"]::-webkit-input-placeholder,
  .contact-page2 .contact-2 .box form ul li textarea::-webkit-input-placeholder {
    color: #898989;
  }
  .contact-page2 .contact-2 .box form ul li input[type="text"]:-ms-input-placeholder,
  .contact-page2 .contact-2 .box form ul li textarea:-ms-input-placeholder {
    color: #898989;
  }
  .contact-page2 .contact-2 .box form ul li textarea {
    height: 140px;
    padding-top: 20px;
  }
  .contact-page2 .contact-2 .box form ul li.wid-100 {
    width: 100%;
  }
  .contact-page2 .contact-2 .box form ul li input[type="submit"] {
    display: inline-block;
    color: #fff;
    width: 169px;
    height: 53px;
    text-align: center;
    border-radius: 25px;
    border: none;
    background: 111;
    font-size: 16px;
    margin: 0 0 0 auto;
    transition: .5s;
    -webkit-transition: .5s;
    -ms-transiton: .5s;
    -o-transition: .5s;
  }
  .contact-page2 .contact-2 .box form ul li input[type="submit"]:hover {
    background: #000;
  }
  .contact-page2 .contact-2 .box form ul li:last-child {
    text-align: right;
  }
  @media screen and (max-width: 1280px) {
    .contact-page2 .contact-2 .box {
      padding: 4rem 2rem;
    }
    .contact-page2 .contact-1 .content ul {
      margin-right: -4rem;
    }
    .contact-page2 .contact-1 .content ul li {
      padding-right: 4rem;
    }
    .contact-page2 .contact-1 .content ul li .text {
      padding-left: 2rem;
      width: 76%;
    }
  }
  @media screen and (max-width: 1000px) {
    .contact-page2 .contact-1 .content ul li .img {
      width: 100%;
    }
    .contact-page2 .contact-1 .content ul li .text {
      width: 100%;
      padding: 2rem 0 0 0;
    }
  }
  @media screen and (max-width: 700px) {
    .contact-page2 .contact-1 .header p {
      width: 100%;
      font-size: 14px;
    }
    .contact-page2 .contact-1 .content ul {
      margin-right: 0;
    }
    .contact-page2 .contact-1 .content ul li {
      width: 100%;
      padding-right: 0;
      text-align: center;
    }
    .contact-page2 .contact-1 .content ul li .text h4 {
      font-size: 20px;
    }
    .contact-page2 .contact-1 .content ul li .text p {
      font-size: 14px;
    }
    .contact-page2 .contact-2 .box {
      padding: 4rem 1rem;
    }
    .contact-page2 .contact-2 .box form ul {
      margin-right: 0;
    }
    .contact-page2 .contact-2 .box form ul li {
      width: 100%;
      padding-right: 0;
    }
  }
  .product-page2 {
    padding: 0rem 0 5rem 0;
  }
  .product-page2 .product-1 .top {
    padding-right: 8rem;
  }
  .product-page2 .product-1 .top .box {
    background-color: #ffffff;
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 3rem 6.8rem 3rem 2.6rem;
  }
  .product-page2 .product-1 .top .box h2.title {
    font-size: 1.8rem;
  }
  .product-page2 .product-1 .top .box p {
    font-size: 16px;
    line-height: 2;
    color: #1a1a1a;
              
    margin-top: 1.4rem;
  }
  .product-page2 .product-1 .sidebarBox {
    margin-top: 3.95rem;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft form {
    line-height: 60px;
    height: 60px;
    position: relative;
    background-color: #111;
    border-radius: 5px;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft form input {
    height: 100%;
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 70px;
    font-weight: 500;
    font-size: 18px;
    color: white;
    border: none;
    background: transparent;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft form input::-webkit-input-placeholder {
    color: white;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft form input:-moz-placeholder {
    color: white;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft form input::-moz-placeholder {
    color: white;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft form input:-ms-input-placeholder {
    color: white;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft form input::placeholder {
    color: white;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/pr-search.png") center center no-repeat;
    padding: 0;
    width: 60px;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side {
    border-radius: 5px;
    padding: 45px 20px;
    border: 1px solid #e5e5e5;
    margin-top: 50px;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side h5 {
    color: #1a1a1a;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side .navList {
    margin-top: 40px;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side .navList li {
    padding: 7px 0;
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: rgba(26, 26, 26, 0.7);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side .navList li:hover,
  .product-page2 .product-1 .sidebarBox .sideLeft .side .navList li.active {
    color: #111;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side .navList li a {
    display: inline-block;
    padding-left: 20px;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side .navList li i {
    position: absolute;
    top: 8px;
    left: 0;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side .navList li ul {
    display: none;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side .navList li.active ul{
    display: block;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side .navList li ul li {
    padding-left: 15px;
  }
  .product-page2 .product-1 .sidebarBox .sideLeft .side .navList li ul li a {
    padding-left: 0;
  }
  .product-page2 .product-1 .sidebarBox .sideRight {
    width: 75%;
    padding-left: 2%;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .text {
    font-size: 16px;
    color: #090909;
    line-height: 30px;
              
    width: 100%;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList {
    margin-top: 1.45rem;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul {
    margin: -15px;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li {
    padding: 15px;
    position: relative;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .box {
    border: 1px solid #cecece;
    border-radius: 7px;
    overflow: hidden;
    padding: 10px;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .box .img {
    text-align: center;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .box .con {
    margin: 20px 0;
    padding: 28px 10px 0;
    font-size: 20px;
    color: rgba(9, 9, 9, 0.87);
    position: relative;
    text-align: center;
      font-weight: bold;
      line-height: 32px;
  }
  h1.DCh1 {
      font-size: 26px;
      color: #111;
      margin-top: 30px;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .box .con::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cecece;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .box .con::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: 111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .box:hover .con::before {
    width: 100%;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .box:hover .con::after {
    opacity: 0;
  }
  @media screen and (max-width: 1400px) {
    .product-page2 .product-1 .sidebarBox .sideRight .productList ul {
      margin: -10px;
    }
    .product-page2 .product-1 .sidebarBox .sideRight .productList ul li {
      padding: 10px;
    }
  }
  @media screen and (max-width: 1250px) {
    .product-page2 .product-1 .sidebarBox .sideLeft {
      display: none;
    }
    .product-page2 .product-1 .sidebarBox .sideRight {
      width: 100%;
    }
  }
  @media screen and (max-width: 1000px) {
    .product-page2 .product-1 .top {
      padding-right: 0;
    }
    .product-page2 .product-1 .top .box {
      padding: 3rem 2rem 3rem 2rem;
    }
    .product-page2 .product-1 .sidebarBox .sideRight .text {
      width: 100%;
    }
    .product-page2 .product-1 .sidebarBox .sideRight .productList ul li {
      width: 50%;
    }
  }
  @media screen and (max-width: 700px) {
    .product-page2 .product-1 .top .box {
      padding: 3rem 1rem 3rem 1rem;
    }
    .product-page2 .product-1 .top .box p {
      font-size: 14px;
    }
    .product-page2 .product-1 .sidebarBox .sideRight .text {
      font-size: 16px;
    }
    .product-page2 .product-1 .sidebarBox .sideRight .productList ul li {
      width: 100%;
    }
    .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .box .con {
      font-size: 16px;
    }
  }
  
  .gallery-page .gallery-1 {
    padding: 5rem 0 4rem;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -25px -12px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 25px 12px;
  }
  .gallery-page .gallery-1 .list ul li a.img-box {
    display: block;
    /*border-radius: 15px;*/
  }
  .gallery-page .gallery-1 .list ul li a.img-box img {
    display: block;
    width: 100%;
  }
  .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
    color: white;
  }
  .gallery-page .gallery-1 .list ul li a.img-box::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 70%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
    top: 50%;
    opacity: 1;
  }
  .gallery-page .gallery-1 .list ul li a.img-box:hover::after {
    opacity: 1;
  }
  .faq-page .faq-1 {
    padding: 5rem 0 3rem;
    text-align: center;
  }
  .faq-page .faq-1 h2.title small {
    margin-top: 0;
    font-size: 20px;
  }
  .faq-page .faq-1 .list {
    margin-top: 50px;
    text-align: left;
  }
  .faq-page .faq-1 .list ul li {
    margin-bottom: 25px;
    cursor: pointer;
  }
  .faq-page .faq-1 .list ul li.current h6 i:after{
    display: none;
  }
  .faq-page .faq-1 .list ul li:last-child {
    margin-bottom: 0;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 20px 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #301500;
    position: relative;
    padding-right: 75px;
    border-radius: 5px;
    -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .faq-page .faq-1 .list ul li h6 i {
    width: 20px;
    height: 35px;
    display: block;
    position: absolute;
    right: 35px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .faq-page .faq-1 .list ul li h6 i::after,
  .faq-page .faq-1 .list ul li h6 i::before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e5e5e5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .faq-page .faq-1 .list ul li h6 i::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .faq-page .faq-1 .list ul li .content {
    font-weight: 500;
    color: #301500;
    font-size: 20px;
    line-height: 36px;
    padding: 20px;
    display: none;
  }
  .faq-page .faq-1 .list ul li.active h6 {
    background: 111;
    color: white;
  }
  .faq-page .faq-1 .list ul li.active h6 i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .faq-page .faq-1 .list ul li.active h6 i::after,
  .faq-page .faq-1 .list ul li.active h6 i::before {
    background: white;
  }
  .news-page .news-1 {
    padding: 1.5vw 0 4vw;
  }
  .news-page .news-1 .navList ul {
    margin: -10px -25px;
  }
  .news-page .news-1 .navList ul li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
  }
  .news-page .news-1 .navList ul li a {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 40px;
    font-weight: 500;
    font-size: 24px;
    color: #301500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .news-page .news-1 .navList ul li a:hover,
  .news-page .news-1 .navList ul li a.active {
    background: #111;
    color: white;
    border-radius: 6px;
  }
  .news-page .news-1 .list {
    margin-top: 15px;
  }
  .news-page .news-1 .list ul {
    margin: -30px -13px;
  }
  .news-page .news-1 .list ul li {
    padding: 30px 13px;
  }
  .news-page .news-1 .list ul li .box {
    padding: 20px;
    border-radius: 15px;
    -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  }
  .news-page .news-1 .list ul li .box a.img-box {
    border-radius: inherit;
    height: 260px;
    position: relative;
      background-size: cover;
      display: block;
      background-position: center center;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #a0a0a0;
    display: block;
  }
  .news-page .news-1 .list ul li .box time img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -0.3em;
  }
  .news-page .news-1 .list ul li .box h6 {
    margin: 10px 0;
    font-size: 22px;
    color: #301500;
  line-height: 40px;
    min-height: 6em;
    font-weight: 600;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .news-page .news-1 .list ul li .box h6:hover {
    color: #111;
  }
  .news-page .news-1 .list ul li .box p {
    font-size: 18px;
    line-height: 32px;
    color: #a0a0a0;
    height: 6em;
  }
  .news-page .news-1 .list ul li .box a.link {
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #111;
  }
  .news-page .news-1 .list ul li .box a.link img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    /*margin-top: -0.2em;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    left: 0;
  }
  .news-page .news-1 .list ul li .box a.link:hover img {
    left: 10px;
  }
  .newdet-page{
    padding-bottom: 5rem;
  }
  .newdet-page .newdet-1 {
    padding: 4rem 0 0rem;
    text-align: center;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 50px;
    /*color: #301500;*/
    font-weight: 500;
    line-height: 1.4;
  }
  .newdet-page .newdet-1 time {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #a0a0a0;
    line-height: 36px;
    margin-top: 20px;
  }
  .newdet-page .newdet-1 .text {
    margin: 40px 0 30px;
    padding:  0 0 40px 0;
    text-align: left;
    /*border-top: 1px #301500 dotted;*/
    border-bottom: 1px #301500 dotted;
    font-size: 18px;
    line-height: 32px;
  }
  .m-link {
    font-size: 18px;
    color: #a0a0a0;
    max-width: 50%;
    display: block;
    text-align: left;
    line-height: 32px;
  }
  .m-link a {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .m-link a:hover {
    color: #111;
  }
  .newdet-page .newdet-1 .share {
    float: right;
    margin-top: 20px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 20px;
    color: #301500;
    margin-left: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .newdet-page .newdet-1 .share a:hover {
    color: #111;
  }
  .newdet-page .newdet-2 {
    padding-bottom: 4.25rem;
  }
  .newdet-page .newdet-2 .productList {
    margin-top: 50px;
  }
  @media screen and (max-width: 1700px) {
  
    .newdet-page .newdet-1 h1 {
      font-size: 28px;
    }
    .newdet-page .newdet-1 time {
      font-size: 18px;
    }
    .m-link {
      font-size: 18px;
    }
    .newdet-page .newdet-1 .share {
      margin-top: 10px;
    }
    .newdet-page .newdet-1 .share a {
      font-size: 16px;
    }
    .newdet-page .newdet-1 {
      padding: 70px 0;
    }
    .news-page .news-1 .navList ul li a {
      line-height: 40px;
      height: 40px;
      padding: 0 25px;
      font-size: 20px;
    }
    .faq-page .faq-1 .list ul li h6 {
      padding: 15px 20px;
      padding-right: 70px;
      font-size: 20px;
      line-height: 36px;
    }
    .faq-page .faq-1 .list ul li h6 i {
      top: 20px;
      right: 25px;
      width: 25px;
      height: 25px;
    }
    .faq-page .faq-1 .list ul li .content {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 1500px) {
  
    .faq-page .faq-1 .list ul li h6 i {
      top: 17px;
    }
    .news-page .news-1 .list ul li .box a.link {
      font-size: 18px;
    }
    .news-page .news-1 .list ul li .box h6 {
      font-size: 20px;
      line-height: 36px;
      min-height:0em;
    }
  }
  @media screen and (max-width: 1250px) {
  
    .news-page .news-1 .list ul li {
      padding: 10px;
    }
    .news-page .news-1 .list ul {
      margin: -10px;
    }
    .news-page .news-1 .list ul li .box a.img-box {
      height: 200px;
    }
    .news-page .news-1 .list ul li .box time {
      margin-top: 20px;
    }
    .gallery-page .gallery-1 .list ul li a.img-box h6 {
      font-size: 20px;
    }
    .gallery-page .gallery-1 .list ul li {
      padding: 10px;
    }
    .gallery-page .gallery-1 .list ul {
      margin: -10px;
    }
  }
  @media screen and (max-width: 1000px) {
  
    .news-page .news-1 .list ul li,
    .gallery-page .gallery-1 .list ul li {
      width: 50%;
    }
    .news-page .news-1 .navList {
      display: none;
    }
    .news-page .news-1 .list {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 700px) {
    .industry {
    display: none;
    }
    .m-link {
      font-size: 16px;
      max-width: none;
    }
    .newdet-page .newdet-1 .share {
      float: none;
      margin-bottom: 10px;
      text-align: left;
    }
    .newdet-page .newdet-1 .share a:first-child {
      margin-left: 0;
    }
    .news-page .news-1 .list ul li,
    .gallery-page .gallery-1 .list ul li {
      width: 100%;
    }
    .faq-page .faq-1 .list ul li h6 {
      padding: 10px 50px 10px 10px;
      font-size: 18px;
    }
    .faq-page .faq-1 .list ul li h6 i {
      right: 10px;
      top: 10px;
    }
    .faq-page .faq-1 .list ul li h6 i:after,
    .faq-page .faq-1 .list ul li h6 i:before {
      height: 3px;
    }
    .faq-page .faq-1 .list ul li .content {
      font-size: 16px;
      padding: 10px;
    }
    .newdet-page .newdet-1 {
      padding: 40px 0;
    }
    .newdet-page .newdet-1 h1 {
      font-size: 24px;
      line-height: 44px;
      margin-top:10px;
    }
    /*.inner-banner .ui.container{
      padding-top: 50px;
      padding-bottom: 40px;
    }*/
  }
  
  
  .product-page2 .sideRight .productList .product_cont{
    -webkit-perspective: 500px;
      perspective: 500px;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transform: rotateY(90deg) translateY(-50%);
      -webkit-transform: rotateY(90deg) translateY(-50%);
      -moz-transform: rotateY(90deg) translateY(-50%);
      -ms-transform: rotateY(90deg) translateY(-50%);
      -o-transform: rotateY(90deg) translateY(-50%);
      -webkit-transform-origin: left;
      transform-origin: left;
      opacity: 0;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
      transition: opacity 0.3s, -webkit-transform 0.5s;
      transition: transform 0.5s, opacity 0.3s;
      transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
      -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
      -moz-transition: -moz-transform 0.5s, opacity 0.3s;
      position: absolute;
      width: calc(100% + 16px);
      height: calc(100% - 3rem);
      top: 50%;
      left: 100%;
      background-color: #fff;
      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;
      z-index: 3;
      border: 1px solid lightgrey;
      border-radius: 15px;
      padding: 15px;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li:hover .product_cont{
    opacity: 1;
    transform: rotateY(0) translateY(-50%);
    -webkit-transform: rotateY(0) translateY(-50%);
    -moz-transform: rotateY(0) translateY(-50%);
    -ms-transform: rotateY(0) translateY(-50%);
    -o-transform: rotateY(0) translateY(-50%);
  }
  .product-page2 .product-1 .productList ul li:nth-child(3n) .product_cont {
      left: inherit;
      right: 100%;
      -webkit-transform-origin: right;
      transform-origin: right;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul.smallImg{
    margin: -5px;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul.smallImg li{
    padding: 5px;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul.smallImg li a{
    display: block;
    overflow: hidden;
    border: 1px solid #e6e6e6;
  }
  
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .product_cont .tip_title{
    font-size: 20px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid gray;*/
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des .stitle{
    font-size: 20px;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des{
    font-size: 16px;
    margin: 10px 0 25px;
    height: 290px;
    overflow-y: auto;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des .con{
    opacity: 0.7;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .product_cont .more{
    transition: 0.5s;
    display: block;
    justify-content: center;
    align-items: center;
    background: 111;
    color: white;
    width: 160px;
    height: 40px;
    font-size: 14px;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .product_cont .more a{
    display: flex;
    justify-content: center;
    align-items: center;
    /*display: block;*/
    width: 100%;
    height: 100%;
  }
  .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .product_cont .more:hover{
    background: #000;
  }
  
  @media screen and (max-width:1600px){
    #index-body .product .top .left ul{
      height: 450px;
    }
  }
  @media screen and (max-width:1400px){
    #index-body .product .top .left ul{
      height: 400px;
    }
    .product-page2 .sideRight .productList .product_cont{
      width: calc(100%);
      height: calc(100% - 20px);
    }
  }
  
  @media screen and (max-width:1200px){
    #index-body .product .top .left ul{
      height: 450px;
    }
  }
  @media screen and (max-width:1000px){
    #index-body .product .top .left ul{
      height: auto;
    }
    .product-page2 .product-1 .sidebarBox .sideRight .productList ul.smallImg{
      height: 150px;
    }
    .product-page2 .sideRight .productList .product_cont{
      position: unset;
      transform: rotate(0deg) translateY(0);
      opacity: 1;
    }
    .product-page2 .product-1 .sidebarBox .sideRight .productList ul li:hover .product_cont{
      opacity: 1;
      transform: rotate(0deg) translateY(0);
    }
    .product-page2 .sideRight .productList .product_cont{
      height: 500px;
    }
    .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .box{
      border-bottom: transparent;
      border-radius: 7px 7px 0 0;
    }
    .product-page2 .sideRight .productList .product_cont{
      border-top: transparent;
      border-radius: 0 0 7px 7px; 
      align-items: flex-start;
    }
  }
  @media screen and (max-width:700px){
    .product-page2 .sideRight .productList .product_cont,
    .product-page2 .product-1 .sidebarBox .sideRight .productList ul li .product_cont .des,
    .product-page2 .product-1 .sidebarBox .sideRight .productList ul.smallImg{
      height: auto;
    }
    .inner-page .about-1 .top .left .title{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
  
    
  }
  
  @media screen and (max-width:500px){
     .inner-page .about-1 .top .left .title{
       display: none;
     }
  }
  #header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu ul.sub-menu {
      position: absolute;
      left: 100%;
      top: 0;
      -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;
      font-size: 15px;
      background: #fff;
      min-width: 280px;
      white-space: nowrap;
      transform: rotate3d(1,0,0,-90deg);
      -webkit-transform: rotate3d(1,0,0,-90deg);
      -moz-transform: rotate3d(1,0,0,-90deg);
      -ms-transform: rotate3d(1,0,0,-90deg);
      -o-transform: rotate3d(1,0,0,-90deg);
      -webkit-transform-origin: 0 0 0;
      -moz-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      opacity: 0;
      -webkit-transition: opacity .3s,-webkit-transform .5s;
      transition: opacity .3s,-webkit-transform .5s;
      -moz-transition: transform .5s,opacity .3s,-moz-transform .5s;
      transition: transform .5s,opacity .3s;
      transition: transform .5s,opacity .3s,-webkit-transform .5s,-moz-transform .5s;
      -webkit-transition: -webkit-transform .5s,opacity .3s;
      -moz-transition: -moz-transform .5s,opacity .3s;
      -webkit-box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
      box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
      border-bottom: 3px solid 111;
      display: none \9;
  }
  #header .nav .ui.menu .menu-box ul.menu>li>ul.sub-menu>li:hover ul.sub-menu {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      transform: rotate3d(0,0,0,0);
      -webkit-transform: rotate3d(0,0,0,0);
      -moz-transform: rotate3d(0,0,0,0);
      -ms-transform: rotate3d(0,0,0,0);
      -o-transform: rotate3d(0,0,0,0);
      display: block \9;
  }
  
  
  
  
  .more_cont {
    border-radius: 3px;
    position: relative;
    border: 2px solid #fff;
    width: 195px;
    height: 50px;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 50px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-align: center;
    color: #fff;
  }
  .more_cont span {
    position: relative;
    z-index: 2;
  }
  .more_cont::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: 22px;
    left: -25px;
    background-color: #fff;
    z-index: 2;
  }
  .more_cont::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform-origin: left;
    transform-origin: left;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  .more_cont:hover {
    color: #000;
  }
  .more_cont:hover::after {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  
  .product-page2 .pro_init_1 {
    padding-top: 80px;
  }
  
  .product-page2 .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-page2 .pro_init_1 .container .left {
    width: 49%;
  }
  
  .product-page2 .pro_init_1 .container .left .big_img {
    width: 100%;
    display: block;
  }
  
  .image-gallery{
    margin-top: 20px;
  }
  .image-gallery ul{
    margin: -10px;
  }
  .image-gallery ul li{
    padding: 10px;
  }
  
  .product-page2 .pro_init_1 .container .right {
    width: 47%;
  }
  
  .product-page2 .pro_init_1 .container .right .sub_img {
    width: 36px;
  }
  
  .product-page2 .pro_init_1 .container .right .text_1 {
    margin-top: 35px;
    font-size: 18px;
    color: #a8a8a8;
    line-height: 2;
  }
  
  .product-page2 .pro_init_1 .container .right .text_2 {
    font-size: 36px;
    color: #4a4a4a;
    text-transform: uppercase;
    margin-top: 20px;
  }
  
  .product-page2 .pro_init_1 .container .right .cont_list {
    margin-top: 30px;
  }
  
  .product-page2 .pro_init_1 .container .right .cont_list .list {
    position: relative;
  }
  
  .product-page2 .pro_init_1 .container .right .cont_list .list .title {
    font-size: 18px;
    padding: 25px 0;
    padding-right: 30px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    cursor: pointer;
    transition: all 0.5s;
    line-height: 2;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  
  .product-page2 .pro_init_1 .container .right .cont_list .list .title span {
    color: #4a4a4a;
  }
  
  .product-page2 .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-page2 .pro_init_1 .container .right .cont_list .list .content {
    padding: 40px 0;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 2;
    display: none;
  }
  
  .product-page2 .pro_init_1 .container .right .cont_list .list .content table{
    max-height: 377px;
  }
  
  .product-page2 .pro_init_1 .container .right .cont_list .list.active .title {
    border-bottom: 1px solid #d6d6d6;
  }
  
  .product-page2 .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-page2 .pro_init_1 .container .right .cont_list .list:last-child .title {
    border-bottom: 1px solid #d6d6d6;
  }
  
  .product-page2 .pro_init_1 .container .right .more {
    margin-top: 55px;
    border-color: #000;
    color: #000;
  }
  
  .product-page2 .pro_init_1 .container .right .more::before {
    display: none;
  }
  
  .product-page2 .pro_init_1 .container .right .more::after {
    background-color: #000;
  }
  
  .product-page2 .pro_init_1 .container .right .more:hover {
    color: #fff;
  }
  
  
  
  .product-page2 .init-3 {
    margin-top: 130px;
  }
  .product-page2 .init-3 .container .tip_title {
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
  }
  .product-page2 .init-3 ul{
    margin: -15px;
  }
  .product-page2 .init-3 ul li{
    padding: 15px;
  }
  
  
  @media screen and (max-width: 1000px) {
    .product-page2 .pro_init_1 .container{
      display: block;
    }
  
    .product-page2 .pro_init_1 .container .left{
      width: 100%;
    }
  
    .product-page2 .pro_init_1 .container .right{
      width: 100%;
    }
  
    .product-page2 .pro_init_1 .container .right .text_2{
      font-size: 24px;
    }
  }
  
  
  
  
  .service-page h2 {
    color: #111;
  }
  .service-page .service-1 {
    padding: 100px 0;
    background-image: url(../images/ArchImage2-1.png);
    background-position: center right 10%;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
  .service-page .service-1 .left {
    width: 50%;
    vertical-align: middle;
  }
  .service-page .service-1 .right {
    width: 50%;
    vertical-align: middle;
  }
  .service-page .service-1 p a {
    border-bottom: 1px solid black;
  }
  .service-page .service-1 a.btn1 {
    display: inline-block;
    color: #FFFFFF;
    background: 111;
    line-height: 50px;
    padding: 0 50px;
    border-radius: 5px;
  }
  .service-page .service-1 .num {
    font-size: 135px;
  }
  .service-page .service-2 section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-page .service-2 section .img {
    width: 50%;
    height: 700px;
  }
  .service-page .service-2 section .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service-page .service-2 section .content {
    width: 50%;
  }
  .service-page .service-2 section .content .mml-text {
    width: 100%;
    max-width: 810px;
    padding-left: 10%;
    padding-right: 15px;
  }
  .service-page .service-2 section:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .service-page .service-2 section:nth-child(odd) .content .mml-text {
    margin-left: auto;
    padding-right: 10%;
    padding-left: 15px;
  }
  .service-page .service-2 ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .service-page .service-2 ul li h4 {
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    color: #111;
  }
  .service-page .service-2 ul li h4::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
  }
  .service-page .service-2 ul li p {
    display: none;
  }
  .service-page .service-2 ul li.active h4::after {
    content: "-";
  }
  .service-page .service-2 ol li:not(:last-child) {
    margin-bottom: 40px;
  }
  
  .service-page .service-2 ol li p b {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: #111;
  }
  .service-page .service-3 .list {
    margin-top: 80px;
  }
  .service-page .service-3 ul {
    margin: -15px;
  }
  .service-page .service-3 ul li {
    padding: 15px;
  }
  .service-page .service-3 .mml-text {
    max-width: 290px;
  }
  .service-page .service-3 .mml-text .icon {
    min-height: 50px;
    display: inline-block;
    padding-right: 40px;
  }
  .service-page .service-3 .mml-text span {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: #f4f4f4;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    font-weight: bold;
  }
  .service-page .service-3 .btn1 {
    color: #FFFFFF;
    background: 111;
    line-height: 50px;
    margin-top: 80px;
    border-radius: 5px;
  }
  @media screen and (max-width: 1000px) {
    
    .service-page .service-3 .mml-text {
      max-width: 100%;
    }
    .service-page .service-1 .left {
      width: 100%;
    }
    .service-page .service-1 .right {
      display: none;
    }
    .service-page .service-1 {
      background: transparent;
    }
    .service-page .service-2 section {
      display: block;
      padding: 60px 0 0;
    }
    .service-page .service-2 section .img {
      width: 100%;
    }
    .service-page .service-2 section .content {
      width: 100%;
    }
    .service-page .service-2 section .content .mml-text {
      padding-left: 15px;
      margin: 30px 0;
    }
    .service-page .service-2 section:nth-child(odd) .content .mml-text {
      padding-right: 15px;
      margin: 30px 0;
    }
    .service-page .service-1 {
      padding: 0;
    }
    .service-page .service-2 section .img {
      height: auto;
    }
  
    .service-page .service-3 .list{
      margin-top: 40px;
    }
  
    .service-page .service-3{
      padding: 60px 0 0;
    }
    .service-page .service-3 .btn1{
      margin-top: 40px;
    }
  
    .service-page .service-2 ol li:not(:last-child){
      margin-bottom: 20px;
    }
  
    .service-page .service-2 ul{
      margin-top: 30px;
    }
  
    .service-page .service-2 ul li:not(:last-child){
      margin-bottom: 20px;
    }
  
    .service-page .service-3 .mml-text .icon{
      margin-bottom: 15px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .service-page .service-3 ul li {
      width: 50%!important;
    }
  }    .seoPublic .title {
          font-size: 32px;
          font-weight: bold;
          line-height: 1.4;
          margin-bottom: 2em;
      }
  
      .seoPublic > div {
          padding: 60px 0;
      }
  
      .seoPublic > div:nth-child(odd) {
          background: #fafafa;
      }
  
      .seoPublic .Auxil-about .box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
      }
  
      .seoPublic .Auxil-about .box .left {
          width: 40%;
      }
  
      .seoPublic .Auxil-about .box .left .img {
          height: 100%;
          background-size: cover;
          background-position: center center;
          display: block;
      }
  
      .seoPublic .Auxil-about .box .right {
          width: 60%;
          padding-left: 5%;
          padding-top: 20px;
          padding-bottom: 20px;
      }
  
      .seoPublic .Auxil-about .box .right div.h3 {
          font-size: 24px;
          font-weight: normal;
          line-height: 1.2;
          margin-bottom: 1em;
      }
  
      .seoPublic .Auxil-about .box .right .text {
          font-size: 16px;
          line-height: 1.8;
          color: #666;
          max-height: 400px;
          overflow: auto;
      }
  
      .seoPublic .Auxil-honor .list ul {
          margin: -10px;
      }
  
      .seoPublic .Auxil-honor .list ul li {
          padding: 10px;
      }
  
      .seoPublic .Auxil-honor .list ul li a {
          display: block;
      }
  
      .seoPublic .Auxil-honor .list ul li a img {
          width: 100%;
      }
  
      .seoPublic .Auxil-news .list ul {
          margin: -13px;
      }
  
      .seoPublic .Auxil-news .list ul li {
          padding: 13px;
      }
  
      .seoPublic .Auxil-news .list ul li a.img-box {
          display: block;
          height: 240px;
          background-size: cover;
          background-position: center center;
      }
  
      .seoPublic .Auxil-news .list ul li .content {
          margin-top: 30px;
      }
  
      .seoPublic .Auxil-news .list ul li .content div.h6 {
          font-size: 22px;
          line-height: 40px;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
          min-height:5.5em;
      }
  
      .seoPublic .Auxil-news .list ul li .content div.h6:hover {
          color: var(--index-main-color);
      }
  
      .seoPublic .Auxil-news .list ul li .content time {
          font-size: 14px;
          line-height: 28px;
          margin-top: .5em;
          display: block;
      }
  
      .seoPublic .Auxil-news .list ul li .content p {
          font-weight: 300;
          font-size: 16px;
          line-height: 30px;
          margin: 1em 0;
      }
  
      .seoPublic .Auxil-news .list ul li .content a.link {
          font-weight: 300;
          font-size: 16px;
          text-transform: uppercase;
          line-height: 30px;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
          border-bottom: 1px solid transparent;
          display: inline-block;
      }
  
      .seoPublic .Auxil-news .list ul li .content a.link:hover {
          border-color: var(--index-main-color);
          color: var(--index-main-color);
      }
  
      .seoPublic .Auxil-form .form ul {
          margin: -10px;
      }
  
      .seoPublic .Auxil-form .form ul li {
          padding: 10px;
      }
  
      .seoPublic .Auxil-form .form ul li input,
      .seoPublic .Auxil-form .form ul li textarea {
          display: block;
          width: 100%;
          border: 1px solid #eee;
          font-size: 16px;
          padding: 8px 15px;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-form .form ul li textarea {
          height: 100px;
      }
  
      .seoPublic .Auxil-form .form ul li input:focus,
      .seoPublic .Auxil-form .form ul li textarea:focus {
          border-color: var(--index-main-color);
      }
  
      .seoPublic .Auxil-form .form ul li.wid-100 {
          width: 100%;
      }
  
      .seoPublic .Auxil-form .form ul li input[type="submit"] {
          width: auto;
          display: inline-block;
          padding-left: 25px;
          padding-right: 25px;
          background: var(--index-main-color);
          color: whitesmoke;
          border: none;
      }
  
      .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
          background: #222;
      }
  
      .seoPublic .seoIndustry .text {
          font-size: 16px;
          line-height: 1.8;
          color: #666;
      }
  
      .seoPublic .text a {
          color: var(--index-main-color);
      }
  
      .seoPublic .text a:hover {
          text-decoration: underline;
      }
  
      .seoPublic .Auxil-through {
          padding: 15px 0;
          background: none !important;
      }
  
      .seoPublic .Auxil-through a {
          display: inline-block;
          line-height: 40px;
          height: 40px;
          padding: 0 25px;
          font-size: 14px;
          color: black;
          border: 1px solid #eee;
          background: #f8f8f8;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-through a:hover {
          background: var(--index-main-color);
          color: white;
      }
  
      .seoPublic .Auxil-related .list ul {
          margin: -20px -25px;
      }
  
      .seoPublic .Auxil-related .list ul li {
          padding: 20px 25px;
      }
  
      .seoPublic .Auxil-related .list ul li .box {
          display: block;
          background: white;
          -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
          -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
          box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
      }
  
      .seoPublic .Auxil-related .list ul li .box a.img-box {
          display: block;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content {
          display: block;
          padding: 20px;
          text-align: center;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content div.h3 {
          font-size: 22px;
          color: #111;
          font-weight: 500;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
          color: var(--index-main-color);
      }
  
      .seoPublic .Auxil-related .list ul li .box .content p {
          display: block;
          font-size: 16px;
          color: #888;
          line-height: 1.6;
          font-weight: 400;
          margin: .5em 0;
          height: 4.8em;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content a.more {
          display: inline-block;
          vertical-align: middle;
          line-height: 40px;
          height: 40px;
          padding: 0 20px;
          border: 1px solid var(--index-main-color);
          font-size: 16px;
          font-weight: 700;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
          color: var(--index-main-color);
      }
  
      .seoPublic .Auxil-related .list ul li .box .content a.more i {
          margin-left: 5px;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
          color: white;
          background: var(--index-main-color);
      }
  
      @media screen and (max-width: 1400px) {
          .seoPublic .title {
              font-size: 28px;
              margin-bottom: 1.5em;
          }
  
          .seoPublic .Auxil-about .box .right div.title,
          .seoPublic .Auxil-related .list ul li .box .content div.h3 {
              font-size: 20px;
          }
  
          .seoPublic .Auxil-form .form ul li input,
          .seoPublic .Auxil-form .form ul li textarea,
          .seoPublic .Auxil-about .box .right .text,
          .seoPublic .Auxil-news .list ul li .content p,
          .seoPublic .seoIndustry .text,
          .seoPublic .Auxil-related .list ul li .box .content p {
              font-size: 14px;
          }
  
          .seoPublic .Auxil-news .list ul li .content div.h6 {
              font-size: 18px;
          }
  
          .seoPublic .Auxil-related .list ul li .box .content a.more {
              font-size: 14px;
              line-height: 34px;
              height: 34px;
              padding: 0 15px;
          }
  
          .seoPublic .Auxil-related .list ul li {
              padding: 15px;
          }
  
          .seoPublic .Auxil-related .list ul {
              margin: -15px;
          }
      }
  
      @media screen and (max-width: 1000px) {
          .seoPublic .title {
              font-size: 24px;
              margin-bottom: 1em;
          }
  
          #cp-Nav {
              display: block;
          }
  
          #cp-Nav .nav {
              padding: 0 15px;
          }
  
          #cp-Nav .nav div.title {
              font-size: 18px;
              line-height: 32px;
              font-weight: bold;
              padding: 8px 10px;
              background: var(--index-main-color);
              border-radius: 5px;
              color: white;
          }
  
          #cp-Nav .nav i.mask {
              width: 100%;
              height: 100%;
              position: fixed;
              top: 0;
              left: 0;
              z-index: 230;
              background: rgba(0, 0, 0, 0.2);
          }
  
          #cp-Nav .nav > ul {
              display: none;
          }
  
          #cp-Nav .nav ul {
              position: fixed;
              top: 10%;
              max-height: 80%;
              left: 5%;
              width: 90%;
              padding: 20px;
              border-radius: 5px;
              background: white;
              z-index: 300;
              font-size: 16px;
              overflow: auto;
          }
  
          #cp-Nav .nav ul ul {
              padding: 0 10px;
              font-size: 14px;
              position: static;
              max-height: none;
              width: 100%;
              margin: 10px 0;
          }
  
          #cp-Nav .nav ul li a {
              display: block;
              padding: 5px 0;
              font-size: 16px;
  line-height: 30px;
  
          }
  
          .seoPublic .Auxil-about .box {
              display: block;
          }
  
          .seoPublic .Auxil-about .box .right {
              width: 100%;
              padding: 0;
              margin-top: 20px;
          }
  
          .seoPublic .Auxil-about .box .left {
              width: 100%;
              padding: 0;
          }
  
          .seoPublic .Auxil-about .box .left .img {
              height: 300px;
          }
  
          .seoPublic .Auxil-about .box .right div.h3 {
              font-size: 18px;
          }
  
          .seoPublic > div {
              padding: 30px 0;
          }
          .seoPublic .Auxil-about .box .right .text {
              max-height: none;
          }
      }
      
  
