body {
    font-family: 'Poppins';
    --index-main-color: #FEA168;
    --index-color: #fff2e5;
    --index-color1: #e6dac3;
    --index-color2: #bb9677;
  }
  @media screen and (max-width: 1000px) {
    .inner-page {
      margin-top: 120px;
    }
    .my-product-page {
      padding-top: 40px !important;
  }
    /*.inner-banner {
      display: none;
    }*/
    .inner-page {
      padding-top: 40px;
    }
  }
  #leafContainer {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  #leafContainer > div {
    position: absolute;
    width: 100px;
    height: 100px;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-direction: normal, normal;
    -webkit-animation-timing-function: linear, ease-in;
  }
  #leafContainer > div > img {
    position: absolute;
    width: 100px;
    height: 100px;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: 50% -100%;
  }
  @-webkit-keyframes fade {
    0% {
      opacity: 1;
    }
    95% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes drop {
    0% {
      -webkit-transform: translate(0px, -50px);
    }
    100% {
      -webkit-transform: translate(0px, 1300px);
    }
  }
  @-webkit-keyframes clockwiseSpin {
    0% {
      -webkit-transform: rotate(-50deg);
    }
    100% {
      -webkit-transform: rotate(50deg);
    }
  }
  @-webkit-keyframes counterclockwiseSpinAndFlip {
    0% {
      -webkit-transform: scale(-1, 1) rotate(50deg);
    }
    100% {
      -webkit-transform: scale(-1, 1) rotate(-50deg);
    }
  }
  .bt {
    display: block;
    width: 260px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 45px;
    color: #FFFFFF;
    background: var(--index-main-color);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--index-main-color)), to(#a6da5d));
    background-image: -webkit-linear-gradient(left, var(--index-main-color), #a6da5d);
    background-image: -moz-linear-gradient(left, var(--index-main-color), #a6da5d);
    background-image: linear-gradient(to right, var(--index-main-color), #a6da5d);
    -webkit-box-shadow: 11px 7px 65px rgba(34, 81, 30, 0.2);
    box-shadow: 11px 7px 65px rgba(34, 81, 30, 0.2);
  }
  .bt2 {
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--index-main-color);
    border: 1px solid var(--index-main-color);
    border-radius: 25px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .bt2:hover {
    color: #FFFFFF;
    background: var(--index-main-color);
  }
  .section_title h6 {
    color: var(--index-main-color);
  }
  .section_title h2 {
    font-size: 67px;
    line-height: 1;
      
  }
  .hyzs h2 {
      font-size: 67px;
      line-height: 1;
        
      text-align: center;
      margin-bottom: 50px;
  }
  .hyzs h3 {
      font-size: 24px;
  }
  .hyzs {
      line-height: 30px;
      font-size: 18px;
      padding-bottom:50px;
      background: #fff6e7;
  }
  .section_title h2 span {
    color: var(--index-main-color);
  }
  .section_title i {
    display: block;
    width: 1px;
    height: 60px;
    margin: 30px auto;
    background: #4e6b35;
  }
  .hechengshouye {
    font-size: 18px;
    line-height: 34px;
}
h1.hechshyeh1 {
    Display: inline;
}
@media screen and (max-width: 1400px) {
    .hyzs {
        display: none!important;
      }
      .font-18 {
        font-size: 16px;
      }
      .section_title h2 {
        font-size: 50px;
      }
      .font-24 {
        font-size: 20px;
      }
      .bt {
        width: 220px;
        height: 70px;
        line-height: 70px;
      }
}
@media screen and (max-width: 1000px) {
    #leafContainer {
        display: none;
      }
      .font-24 {
        font-size: 18px;
      }
      .bt {
        width: 200px;
        height: 60px;
        line-height: 60px;
      }
      .section_title h2 {
        font-size: 40px;
      }
}
@media screen and (max-width: 700px) {
    .font-16 {
        font-size: 16px;
      }
      .font-18 {
        font-size: 14px;
      }

      .bt {
        width: 160px;
        height: 50px;
        line-height: 50px;
      }
      .font-24 {
        font-size: 16px;
      }
      .section_title h2 {
        font-size: 30px;
      } 
      .productdesc,
      h1.producth1   {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .section_title h2 {
        font-size: 24px;
      }
}
/*.inner-banner {
    padding: 220px 0 270px;
    text-align: center;
    position: relative;
    background: url(../images/inner-banner.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    color: #fff;
  }
  .inner-banner:after,
  .inner-banner:before {
    content: '';
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .inner-banner h2 {
    font-size: 30px;
      
  }
  .inner-banner .mbx {
    font-size: 20px;
    font-weight: 300;
  }
  .inner-banner:after {
    background-image: url(../images/inner-banner-mask2.png);
  }*/
  
  .about-page .custom-heading {
    font-size: 40px;
    line-height: 1.2;
       
  }
  .about-page .custom-subheading {
    letter-spacing: .1em;
    font-size: 17px;
    margin-bottom: 14px;
    color: var(--index-main-color);
    text-transform: uppercase;
  }
  .about-page .heading-underline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .heading-underline.solid-dashed:before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: var(--index-main-color);
    width: 20px;
    height: 3px;
    margin-right: 9px;
  }
  .about-page .heading-underline.solid-dashed:after {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background-color: var(--index-main-color);
    width: 20px;
    height: 3px;
    margin-left: 9px;
  }
  .about-page .heading-underline span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 80px;
    height: 3px;
    background-color: var(--index-main-color);
  }
  .about-page .about-1 .grid-box {
    margin: -15px;
  }
  .about-page .about-1 .column {
    padding: 15px;
  }
  .about-page .about-1 .left {
    width: 33.33%;
  }
  .about-page .about-1 .right {
    width: 66.66%;
  }
  .about-page .about-2 .grid-box {
    margin: -15px;
  }
  .about-page .about-2 .column {
    padding: 15px;
  }
  .about-page .about-2 .left {
    width: 33.33%;
    vertical-align: middle;
  }
  .about-page .about-2 .right {
    width: 66.66%;
    vertical-align: middle;
  }
  .about-page .about-3 .elementor-column-wrap {
    width: 100%;
  }
  .about-page .about-3 .elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .about-page .about-3 .elementor-column,
  .about-page .about-3 .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-page .about-3 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-page .about-3 .elementor-row {
    width: 100%;
    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;
  }
  .about-page .about-3 .elementor-column.elementor-col-50,
  .about-page .about-3 .elementor-column[data-col="50"] {
    width: 50%;
  }
  .about-page .about-3 .left {
    width: 50%;
  }
  .about-page .about-3 .left .top {
    color: #FFFFFF;
    background: #0D3C00;
  }
  .about-page .about-3 .left .top h4 {
    font-size: 20px;
       
    text-transform: uppercase;
  }
  .about-page .about-3 .left .top h2 {
    font-size: 40px;
       
    text-transform: uppercase;
  }
  .about-page .about-3 .left .bottom .play-bg {
    height: 410px;
    background-image: url(../images/about_vide.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-page .about-3 .left .bottom .center-box {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .about-page .about-3 .left .bottom .center-box .play {
    width: 60px;
    height: 60px;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .about-3 .left .bottom .center-box .play i {
    position: relative;
    z-index: 9;
    color: #222;
    font-size: 25px;
    margin-left: 4px;
  }
  .about-page .about-3 .left .bottom .center-box .play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    -moz-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
  }
  .about-page .about-3 .left .bottom .center-box .play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
  }
  .about-page .about-3 .left .bottom .center-box h6 {
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .about-page .about-3 .left .bottom .center-box h2 {
    font-size: 85px;
    color: #FFFFFF;
       
  }
  .about-page .about-3 .left .bottom .elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: var(--index-main-color);
    background-image: url(../images/maple_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    opacity: 1;
  }
  .about-page .about-3 .right {
    width: 50%;
  }
  .about-page .about-3 .right .elementor-column-wrap {
    background-image: url(../images/service_left.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-page .about-3 .right .elementor-widget-wrap {
    padding: 102px 100px 100px 100px;
  }
  .about-page .about-3 .right .custom-heading {
    font-size: 35px;
       
  }
  .about-page .about-3 .right .form ul {
    margin: -10px;
  }
  .about-page .about-3 .right .form ul li {
    padding: 10px;
  }
  .about-page .about-3 .right .form ul li.wid-100 {
    width: 100%;
  }
  .about-page .about-3 .right .form input,
  .about-page .about-3 .right .form textarea {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #777;
    padding: 13px 20px!important;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
    font-size: 13px!important;
    font-weight: 400;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: 100%;
    outline: none;
  }
  .about-page .about-3 .right .form textarea {
    line-height: normal;
  }
  .about-page .about-3 .right .form textarea.ctc_message {
    height: 135px;
  }
  .about-page .about-3 .right .form button {
    border: none;
    background-color: var(--index-main-color);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .07em;
    color: #fff;
    padding: 13px 40px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 24px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .about-page .about-3 .right p {
    text-transform: uppercase;
  }
  .about-page .about-3 .right .hover-underline-out:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid;
    display: inline-block;
    height: 1px;
    width: 100%;
    top: 1.15em;
    left: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .about-page .about-4 ul.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
  }
  .about-page .about-4 ul.slick-dots li {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .about-page .about-4 ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    padding: 0;
    margin: 0 6px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: 0 0;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  .about-page .about-4 ul.slick-dots li button:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #b6c4b2;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  .about-page .about-4 ul.slick-dots li.slick-active button {
    border-color: var(--index-main-color);
  }
  .about-page .about-4 ul.slick-dots li.slick-active button::before {
    background-color: var(--index-main-color);
  }
  .about-page .about-4 ul.grid-box {
    margin: -15px;
    padding-bottom: 60px;
  }
  .about-page .about-4 ul.grid-box li.column {
    padding: 15px;
  }
  .about-page .about-4 .item-inner {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .about-page .about-4 .item-inner:hover {
    -webkit-box-shadow: 0 8px 24px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 24px 3px rgba(0, 0, 0, 0.15);
  }
  .about-page .about-4 .item-holder {
    text-align: center;
    padding: 30px;
  }
  .about-page .about-4 .item-meta {
    background-color: var(--index-main-color);
    padding: 13px 20px;
    /*margin-top: -67px;
    margin-bottom: 24px;*/
    position: relative;
    z-index: 99;
    border-radius: 40px 0 40px 0;
  }
  .about-page .about-4 .item-title {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 3px;
    color: #fff;
  }
  .about-page .about-4 .item-position {
    color: #fff;
  }
  .about-page .about-4 .item-social {
    margin-top: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .about-4 .item-social .item-social-inner {
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-page .about-4 .item-social a {
    display: block;
    width: 52px;
    height: 48px;
    line-height: 48px;
    font-size: 17px;
    color: rgba(13, 60, 0, 0.4);
  }
  .about-page .about-4 .item-social a + a {
    border-left: 1px solid #dcdcdc;
  }
  .about-page .about-5 .elementor-column-wrap {
    width: 100%;
  }
  .about-page .about-5 .elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .about-page .about-5 .elementor-column,
  .about-page .about-5 .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-page .about-5 .elementor-widget-wrap {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .about-page .about-5 .elementor-spacer-inner {
    height: 350px;
  }
  .about-page .about-5 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .about-page .about-5 .left {
    width: 33%;
  }
  .about-page .about-5 .left .elementor-column-wrap {
    background-image: url(../images/h1_testi_left.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-page .about-5 .left .bottom .elementor-widget-wrap {
    background-color: #0D3C00;
    padding: 45px 60px 50px 60px;
  }
  .about-page .about-5 .left .bottom .custom-heading {
    color: var(--index-main-color);
  }
  .about-page .about-5 .left .bottom .cta-description {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .about-page .about-5 .left .bottom .cta-description {
    color: #FAF5F2;
  }
  .about-page .about-5 .left .bottom .btn {
    background-color: var(--index-main-color);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .07em;
    color: #fff;
    padding: 13px 40px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border-radius: 24px;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .about-page .about-5 .left .bottom .btn:after {
    background-color: #fff;
    content: "";
    height: 155px;
    left: -75px;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
  }
  .about-page .about-5 .left .bottom .btn:hover::after {
    left: 120%;
    -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: .25;
  }
  .about-page .about-5 .right {
    width: 67%;
  }
  .about-page .about-5 .right ul.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
  }
  .about-page .about-5 .right ul.slick-dots li {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .about-page .about-5 .right ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%;
    padding: 0;
    margin: 0 6px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: 0 0;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  .about-page .about-5 .right ul.slick-dots li button:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #b6c4b2;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
  }
  .about-page .about-5 .right ul.slick-dots li.slick-active button {
    border-color: var(--index-main-color);
  }
  .about-page .about-5 .right ul.slick-dots li.slick-active button::before {
    background-color: var(--index-main-color);
  }
  .about-page .about-5 .right .elementor-column-wrap {
    background-image: url(../images/h1_testi_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .about-page .about-5 .right .elementor-element-populated > .elementor-widget-wrap {
    padding: 103px 120px 110px 80px;
  }
  .about-page .about-5 .right .cms-client-wrapper .client-content p {
    font-size: 17px;
    line-height: 28px;
    color: #0d3c00;
    margin-bottom: 10px;
  }
  .about-page .about-5 .right .cms-client-wrapper .client-info {
    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;
    margin-bottom: 28px;
  }
  .about-page .about-5 .right .cms-client-wrapper .client-image {
    margin-right: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .about-page .about-5 .right .cms-client-wrapper .client-image img {
    width: 80px;
    height: auto;
    border: 2px solid var(--index-main-color);
    border-radius: 50%;
  }
  .about-page .about-5 .right .cms-client-wrapper .name-job {
    margin-right: 25px;
  }
  .about-page .about-5 .right .cms-client-wrapper .client-heading-star {
    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;
  }
  .about-page .about-5 .right .cms-client-wrapper .client-heading-star .client-rating {
    color: var(--index-main-color);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    letter-spacing: .1em;
  }
  .about-page .about-5 .right .cms-client-wrapper .client-heading-star .client-rating i {
    font-size: 16px;
  }
  .about-page .about-6 .cms-heading {
    padding: 0% 23% 0% 23%;
  }
  .about-page .about-6 .list {
    background-image: url(../images/how-work.png);
    background-position: top center;
    background-repeat: no-repeat;
  }
  .about-page .about-6 .cms-fancy-box-icon {
    position: relative;
    display: inline-block;
  }
  .about-page .about-6 .cms-fancy-box-icon span.icon-index {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--index-main-color);
    color: #fff;
       
    font-size: 16px;
    letter-spacing: .01em;
  }
  .about-page .about-6 .cms-fancy-box-icon span.icon-index:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--index-main-color);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    visibility: hidden;
  }
  .about-page .about-6 .cms-fancy-box-icon .elementor-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 105px;
    height: 105px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--index-main-color);
    background-color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: pointer;
    position: relative;
    margin-bottom: 25px;
  }
  .about-page .about-6 .cms-fancy-box .elementor-icon {
    fill: var(--index-main-color);
    color: var(--index-main-color);
    border-color: var(--index-main-color);
    margin-bottom: 25px;
  }
  .about-page .about-6 .cms-fancy-box-title {
    font-size: 25px;
       
    letter-spacing: .01em;
  }
  .about-page .about-6 .elementor-icon i,
  .about-page .about-6 .elementor-icon svg {
    width: 4em;
    height: 4em;
    position: relative;
    display: block;
  }
  .about-page .about-7 {
    background-color: #FBF7F5;
  }
  .about-page .about-7 ul {
    margin: 0 -15px;
  }
  .about-page .about-7 ul li {
    padding: 0 15px;
  }
  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.7);
      transform: scale(1.7);
      opacity: 0;
    }
  }
  @-moz-keyframes pulse-border {
    0% {
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    100% {
      -moz-transform: scale(1.7);
      transform: scale(1.7);
      opacity: 0;
    }
  }
  @keyframes pulse-border {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.7);
      -moz-transform: scale(1.7);
      transform: scale(1.7);
      opacity: 0;
    }
  }
  #Advantage .mml-text {
    padding-left: 60px;
    position: relative;
  }
  #Advantage .mml-text i {
    position: absolute;
    left: 0;
    top: 0;
  }
  @media screen and (max-width: 1200px) {
    .about-page .about-3 .left .top h4 {
      font-size: 18px;
    }
    .about-page .about-3 .left .top h2 {
      font-size: 30px;
    }
    .about-page .about-3 .right .elementor-widget-wrap {
      padding: 60px;
    }
    .about-page .about-3 .left .bottom .center-box h2 {
      font-size: 60px;
    }
    .about-page .about-5 .left .bottom .elementor-widget-wrap {
      padding: 30px;
    }
    .about-page .about-5 .right .elementor-element-populated > .elementor-widget-wrap {
      padding: 60px;
    }
    .about-page .about-6 .list {
      background-size: 100% auto;
    }
  }
  @media screen and (max-width: 1000px) {
    .about-page .about-1 .left {
      width: 100%;
    }
    .about-page .about-1 .right {
      width: 100%;
    }
    .about-page .custom-heading {
      font-size: 30px;
    }
    .about-page .about-2 .left {
      width: 100%;
      text-align: center;
    }
    .about-page .about-2 .right {
      width: 100%;
      text-align: center;
    }
    #Advantage li {
      width: 50%;
    }
    .about-page .about-3 .left {
      width: 100%;
    }
    .about-page .about-3 .right {
      width: 100%;
    }
    .about-page .about-3 .box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-5 .box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-5 .left {
      width: 100%;
    }
    .about-page .about-5 .right {
      width: 100%;
    }
    .about-page .about-6 .cms-heading {
      padding: 0;
    }
  }
  @media screen and (max-width: 700px) {
    #Advantage li {
      width: 100%;
    }
    .about-page .about-3 .elementor-row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-3 .elementor-column.elementor-col-50,
    .about-page .about-3 .elementor-column[data-col="50"] {
      width: 100%;
      height: 350px;
    }
    .about-page .about-3 .right .elementor-widget-wrap {
      padding: 30px 15px;
    }
    .about-page .about-5 .right .elementor-element-populated > .elementor-widget-wrap {
      padding: 60px 15px;
    }
    .about-page .about-6 .list {
      background: transparent;
    }
    .about-page .about-6 .list ul {
      margin: -15px;
    }
    .about-page .about-6 .list li {
      width: 100%!important;
      padding: 15px;
    }
  }
  
  
  
  
  
  
  
  
  
  .sidebar {
    margin: 0 -30px;
  }
  .sidebar .side-left {
    padding: 0 30px;
    width: 32%;
  }
  .sidebar .side-left .cat_box {
    background-color: #f7f7f7;
    padding: 30px;
  }
  .sidebar .side-left .cat_box h3 {
    font-size: 26px;
      
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    padding-bottom: 10px;
  }
  .sidebar .side-left .cat_box h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78px;
    height: 5px;
    background-color: var(--index-main-color);
  }
  .sidebar .side-left .cat_box ul li {
    margin-bottom: 10px;
    font-size: 19px;
      
    text-transform: uppercase;
    background: #fff;
  }
  .sidebar .side-left .cat_box ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 40px 10px 20px;
    position: relative;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .sidebar .side-left .cat_box ul li a::after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 14px;
    color: #FFFFFF;
  }
  .sidebar .side-left .cat_box ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    max-height: 40px;
  }
  .sidebar .side-left .cat_box ul li:hover {
    background-color: var(--index-main-color);
    color: #FFFFFF;
  }
  .sidebar .side-left .img {
    position: relative;
  }
  .sidebar .side-left .img img {
    width: 100%;
  }
  .sidebar .side-left .img h4 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 26px;
      
    padding: 20px;
    text-align: center;
    color: #FFFFFF;
  }
  .sidebar .side-right {
    padding: 0 30px;
    width: 68%;
  }
  .my-product-page {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .my-product-page .product_list ul {
    margin: -10px;
  }
  .my-product-page .product_list ul li {
    padding: 10px;
  }
  .my-product-page .product_list ul li .img{
    background: url(../images/beijing.jpg)no-repeat center;
    background-size: 100% 100%;
  }
  .my-product-page .product_list .content {
    padding: 30px;
    border: 1px solid #e8e8e9;
    border-bottom: 3px solid var(--index-main-color);
  }
  .my-product-page .product_list .content h3 {
    font-size: 30px;
    min-height: 65px;
      
    text-transform: uppercase;
  }
  h1.producth1 {
      font-size: 30px;
      padding: 50px 0 20px 0;
        
  }
  .productdesc {
      font-size: 16px;
      line-height: 30px;
  }
  @media screen and (max-width: 1200px) {
    .sidebar .side-left .cat_box ul li img {
      display: none;
    }
    .sidebar .side-left .cat_box ul li a {
      padding: 10px 20px;
    }
    .sidebar .side-left .cat_box ul li a::after {
      display: none;
    }
    .sidebar .side-left .cat_box {
      padding: 15px;
    }
    .sidebar .side-left .cat_box ul li {
      font-size: 16px;
    }
    .my-product-page .product_list .content h3 {
      font-size: 24px;
    }
    .sidebar .side-left .img h4 {
      font-size: 20px;
    }
    .sidebar .side-left .cat_box h3 {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 1000px) {
    .my-product-page .product_list .content{
      padding: 15px;
    }
  
    .my-product-page .product_list .content h3{
      font-size: 18px;
      line-height: 32px;
      padding-bottom: 10px;
    }
    .sidebar .side-left {
      display: none;
    }
    .sidebar {
      margin: 0;
    }
    .sidebar .side-right {
      width: 100%;
      padding: 0;
    }
  }
  
  @media screen and (max-width: 500px) {
    .my-product-page .product_list .content h3{
      min-height: auto;
    }
  }
  .history-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .history-page .progress-list {
    position: relative;
  }
  .history-page .progress-list::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #eeeeee;
  }
  .history-page .progress-list,
  .history-page .progress-list__group {
    position: relative;
  }
  .history-page .progress-list {
    margin-top: 70px;
  }
  .history-page .progress-list__group {
    pointer-events: none;
  }
  .history-page .progress-list__group__date {
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    pointer-events: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    padding: 29px 0;
    color: #bbbbbb;
    text-align: center;
  }
  .history-page .progress-list__group__date span {
    display: block;
  }
  .history-page .progress-list__group__items__item {
    pointer-events: auto;
    position: relative;
    width: 40%;
    margin-top: -160px;
  }
  .history-page .progress-list__group:first-child .progress-list__group__items__item:first-child {
    margin-top: 0;
  }
  .history-page .card {
    display: block;
    position: relative;
    outline: none;
    overflow: hidden;
    contain: content;
  }
  .history-page .card--progress {
    overflow: visible;
    contain: none;
  }
  .history-page .ui-dark a {
    color: #f9f0ec;
  }
  .history-page .card--progress__content {
    position: relative;
  }
  .history-page .card__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    will-change: transform;
  }
  .history-page .card__background__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    will-change: transform;
    -webkit-transition-duration: 1.6s;
    -moz-transition-duration: 1.6s;
    transition-duration: 1.6s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
  }
  .history-page .card__date {
    position: absolute;
    left: 0;
    top: -37px;
    width: 100%;
    text-align: center;
    font-size: 67px;
    line-height: 1;
      
  }
  .history-page .card__sizer {
    padding-top: 100%;
  }
  .history-page .progress-list__group__items__item--right {
    margin-left: 60%;
  }
  .history-page .card__title {
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  @media screen and (max-width: 1000px) {
    .history-page .progress-list__group__items__item {
      margin-top: -70px;
    }
  }
  @media screen and (max-width: 500px) {
    .history-page .progress-list__group__items__item {
      margin-top: 80px;
    }
    .history-page .progress-list::before {
      display: none;
    }
    .history-page .progress-list__group__date {
      display: none;
    }
    .history-page .progress-list__group__items__item {
      width: 100%;
    }
    .history-page .progress-list__group__items__item--right {
      margin-left: 0;
    }
    .history-page .card__sizer {
      padding-top: 60%;
    }
    .history-page .card__date {
      font-size: 50px;
      top: -25px;
    }
  }
  .my-product-yd {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .my-product-yd .cat_warp .cat_item {
    background-image: url(../images/pro-cat-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .my-product-yd .cat_warp .cat_item:nth-child(even){
    background-image: url(../images/pro-cat-bg2.jpg);
  }
  .my-product-yd .cat_warp .cat_item:nth-child(even) .left {
    left: 40%;
    padding-left: 0;
    padding-right: 10%;
    text-align: right;
  }
  .my-product-yd .cat_warp .cat_item:nth-child(even) .right {
    right: 60%;
  }
  .my-product-yd .box {
    padding-top: 120px;
  }
  .my-product-yd .left {
    width: 60%;
    padding-left: 10%;
    padding-top: 5%;
    position: relative;
  }
  .my-product-yd .left h2 {
    color: #FFFFFF;
  }
  .my-product-yd .left p {
    color: #FFFFFF;
  }
  .my-product-yd .left ul li {
    display: inline-block;
    text-align: center;
  }
  .my-product-yd .left ul li .name {
    text-transform: uppercase;
  }
  .my-product-yd .left ul li:not(:last-child) {
    margin-right: 20px;
  }
  .my-product-yd .left .btn {
    margin-top: 30px;
  }
  .my-product-yd .left .btn a {
    display: inline-block;
    font-size: 20px;
      
    text-transform: uppercase;
    color: var(--index-main-color);
    background-color: white;
    padding: 10px 45px;
    border-radius: 50px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  }
  .my-product-yd .right {
    width: 40%;
    position: relative;
  }
  @media screen and (max-width: 1200px) {
    .my-product-yd .cat_warp .cat_item {
      background-size: 100%;
    }
    .my-product-yd .left {
      padding-left: 5%;
    }
  }
  @media screen and (max-width: 1000px) {
    .my-product-yd .right {
      display: none;
    }
    .my-product-yd .left {
      width: 100%;
      padding: 30px!important;
    }
    .my-product-yd .box {
      padding-top: 0;
    }
    .my-product-yd .cat_warp .cat_item {
      background: transparent;
    }
    .my-product-yd .cat_warp .cat_item:not(:last-child) {
      margin-bottom: 60px;
    }
    .my-product-yd .box {
      background-color: var(--index-main-color);
    }
    .my-product-yd .cat_warp .cat_item:nth-child(even) .left {
      left: auto;
      text-align: left;
    }
    .my-product-yd .left .btn a {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 700px) {
    .my-product-yd .left ul {
      display: none;
    }
  }
  
  
  
  .contact-page .contact-1{
    position: relative;
  }
  
  .contact-page .contact-1 .box{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  
  .contact-page .contact-1::before{
    position: absolute;
    height: 100%;
    width: 70%;
    top: 0;
    right: 0;
    content: "";
    display: block;
    z-index: -1;
    /*background-color: #f8f8f6;*/
    /*background-image: url(../images/about-demo-03.png);*/
    background: linear-gradient(to bottom,var(--index-color) 0%,transparent 100%);
    /*background: linear-gradient(to bottom,var(--index-color) 0%,transparent 100%);*/
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .contact-page .contact-1 .left{
    width: 30%;
    display: flex;
    position: relative;
  }
  .contact-page .contact-1 .left .content{
    width: 100%;
    display: flex;
    margin: 80px 0px 80px 0px;
    padding: 40px 40px 10px 40px;
    border-radius: 15px;
    background-color: #e6dac3;
    flex-wrap: wrap;
    /*color: #000;*/
  }
  
  .contact-page .contact-1 .left .content ul li{
    margin-bottom: 20px;
  }
  
  .contact-page .contact-1 .left h3{
      
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #000;
    /*text-transform: uppercase;*/
    font-weight: 500;
    font-style: normal;
  }
  
  .contact-page .contact-1 .left ul li{
    display: flex;
  
  }
  
  .dsvy-ihbox-icon {
    font-size: 30px;
    line-height: 50px;
    padding-right: 20px;
    color: #000;
  }
  .dsvy-ihbox-icon i{
    width: 35px;
    text-align: center;
  }
  
  .dsvy-element-title {
      
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #000;
  }
  
  .dsvy-heading-desc{
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    color: #000;
  }
  
  .contact-page .contact-1 .right{
    width: 70%;
    display: flex;
    position: relative;
  }
  
  .contact-page .contact-1 .right .form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 100px 100px 80px;
  }
  
  .contact-page .contact-1 .right .form h2{
      
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0px;
    color: #232e35;
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-style: normal;
  }
  
  .contact-page .contact-1 .right .form input{
    height: 55px;
    font-size: 15px;
    padding: 0 30px;
    background-color: #fff;
    border: 1px solid #eee;
  }
  
  .contact-page .contact-1 .right .form textarea{
    padding: 20px 30px;
    height: 120px;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #eee;
  }
  .contact-page .contact-1 .right .form .public-btn{
    width: 200px;
  }
  .contact-page .contact-1 .right .form ul li{
    width: 50%;
  }
  
  .contact-page .contact-1 .right .form ul li.wid-100{
    width: 100%;
  }
  .contact-page .contact-1 .right form{
    margin-top: 50px;
  }
  
  .contact-page .contact-1 .right .form button{
    padding: 20px 30px;
      
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    background-color: #232e35;
    color: #FFFFFF;
    border: none;
  }
  
  .contact-page .contact-1 .right .form button span{
    position: relative;
    padding-right: 42px;
  }
  
  .contact-page .contact-1 .right .form button span::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    right: 0;
    top: 10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #FFFFFF;
  }
  .contact-page .contact-1 .right .form button span::after {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    top: 3px;
    right: -2px;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
  }
  
  .dsvy-social-links a{
    font-size: 16px;
    color: #000;
  }
  .dsvy-social-links a:not(:last-child){
    margin-right: 20px;
  }
  
  
  .input-group {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  .input-group i{
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 15px;
    line-height: 26px;
  }
  
  
  @media screen and (max-width: 1200px) {
    .contact-page .contact-1 .left{
      width: 40%;
    }
    .contact-page .contact-1 .right{
      width: 60%;
    }
  
    .contact-page .contact-1 .right .form{
      padding: 100px 60px 100px 60px;
    }
  }
  @media screen and (max-width: 1000px) {
    .contact-page .contact-1 .left{
      width: 100%;
    }
    .contact-page .contact-1 .right{
      width: 100%;
    }
  
    .contact-page .contact-1 .box{
      display: block;
    }
  
    .contact-page .contact-1 .right .form{
      padding: 0;
    }
  
    .contact-page .contact-1::before{
      display: none;
    }
  
    .contact-page .contact-1 .right .form h2{
      font-size: 30px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .contact-page .contact-1 .right .form ul li{
      width: 100%;
    }
  
    .input-group{
      margin-bottom: 10px;
    }
  }
  
  
  
  /* 内页样式 */
  a.more {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 24px;
    font-size: 18px;
       
    text-transform: uppercase;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 1;
    overflow: hidden;
  }
  a.more:after {
    content: '';
    width: 30%;
    top: 0;
    border: 1px solid var(--index-main-color);
    left: -30%;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: absolute;
    display: block;
    height: 100%;
  }
  a.more:before {
    content: '';
    width: 100%;
    right: 0;
    top: 0;
    background: var(--index-main-color);
    position: absolute;
    height: 100%;
    -webkit-transition: .9s .3s;
    -moz-transition: .9s .3s;
    transition: .9s .3s;
  }
  a.more.active:after {
    left: 0;
  }
  a.more.active:before {
    width: 0;
  }
  a.more:hover {
    color: white;
  }
  a.more:hover:after {
    width: 100%;
    background: var(--index-main-color);
  }
  
  
  .inner-page .m-page {
    margin-top: 75px;
    text-align: center;
    display: block;
  }
  .inner-page.contact-page{
    background: none;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 36px;
    height: 36px;
    padding: 0 12px;
    font-size: 20px;
    color: #7f7f7f;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .m-page a:hover,
  .inner-page .m-page span {
    background: var(--index-main-color);
    color: white;
  }
  
  
  .inner-page{
    background: url(../images/beijing.jpg)center top;
  }
  
  .prodet-page .about-3 {
    padding: 90px 0 100px;
  }
  .prodet-page .about-3{
    padding-bottom: 100px;
  }
  .prodet-page .about-3 .content {
    display: block;
    padding: 25px 0 80px;
    font-size: 16px;
    color: #959595;
    line-height: 30px;
  }
  .prodet-page .about-3 .list ul {
  display: flex;
      flex-wrap: wrap;
      align-items: stretch;
  }
  .prodet-page .about-3 .list ul li {
    padding: 50px 25px 65px;
    border: 1px solid #eee;
    text-align: center;
    margin: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
  }
  .prodet-page .about-3 .list ul li i {
    display: block;
    height: 109px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .prodet-page .about-3 .list ul li i.ie1 {
    background-image: url("../images/icon-3-1-1.png");
  }
  .prodet-page .about-3 .list ul li i.ie2 {
    background-image: url("../images/icon-3-2-1.png");
  }
  .prodet-page .about-3 .list ul li i.ie3 {
    background-image: url("../images/icon-3-3-1.png");
  }
  .prodet-page .about-3 .list ul li i.ie4 {
    background-image: url("../images/icon-3-4-1.png");
  }
  .prodet-page .about-3 .list ul li i.ie5 {
    background-image: url("../images/icon-3-5-1.png");
  }
  .prodet-page .about-3 .list ul li i.ie6 {
    background-image: url("../images/icon-3-6-1.png");
  }
  .prodet-page .about-3 .list ul li:hover i.ie1 {
    background-image: url("../images/icon-3-1-2.png");
  }
  .prodet-page .about-3 .list ul li:hover i.ie2 {
    background-image: url("../images/icon-3-2-2.png");
  }
  .prodet-page .about-3 .list ul li:hover i.ie3 {
    background-image: url("../images/icon-3-3-2.png");
  }
  .prodet-page .about-3 .list ul li:hover i.ie4 {
    background-image: url("../images/icon-3-4-2.png");
  }
  .prodet-page .about-3 .list ul li:hover i.ie5 {
    background-image: url("../images/icon-3-5-2.png");
  }
  .prodet-page .about-3 .list ul li:hover i.ie6 {
    background-image: url("../images/icon-3-6-2.png");
  }
  .prodet-page .about-3 .list ul li h5 {
    display: block;
    font-size: 20px;
    line-height: 1.8;
    margin: 10px 0 20px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .prodet-page .about-3 .list ul li p {
    display: block;
    font-size: 16px;
    color: #959595;
    line-height: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*height: 6.4em;*/
  }
  .prodet-page .about-3 .list ul li:hover {
    background: var(--index-main-color);
    color: white;
  }
  .prodet-page .about-3 .list ul li:hover p {
    color: white;
  }
  .prodet-page .about-3 .list ul li:nth-child(2),
  .prodet-page .about-3 .list ul li:nth-child(5) {
    top: -30px;
  }
  
  @-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(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      opacity: .2;
    }
    to {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      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(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      opacity: .2;
    }
    to {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      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(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      opacity: .2;
    }
    to {
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      transform: scale(2);
      opacity: 0;
    }
  }
  .custom-page i.tag {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: var(--index-main-color);
    line-height: 30px;
  }
  .custom-page h2 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8;
  }
  .custom-page .custom-1 {
    padding: 200px 0 130px;
  }
  .custom-page .custom-1 .box {
    background: url("../images/custom-1.jpg") center center no-repeat;
    background-size: cover;
    display: block;
  }
  .custom-page .custom-1 .box .img {
    margin-left: 50%;
    display: inline-block;
    top: -70px;
    margin-bottom: -150px;
    position: relative;
  }
  .custom-page .custom-1 .box .img .play {
    position: absolute;
    left: 45%;
    bottom: 10%;
    white-space: nowrap;
  }
  .custom-page .custom-1 .box .img .play p {
    max-width: 300px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    display: block;
    white-space: normal;
    margin-left: 50px;
  }
  .custom-page .custom-1 .box .img .play span {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: rgba(230, 0, 18, 0.5);
    position: relative;
    z-index: 1;
  }
  .custom-page .custom-1 .box .img .play span i {
    border-left: 8px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    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%);
  }
  .custom-page .custom-1 .box .img .play span:after,
  .custom-page .custom-1 .box .img .play span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .custom-page .custom-1 .box .img .play span:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  .custom-page .custom-1 .box .img .play h6 {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 20px;
  }
  .custom-page .custom-2 {
    padding-bottom: 90px;
  }
  .custom-page .custom-2 h2 {
    width: 55%;
  }
  .custom-page .custom-2 .text {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #959595;
    line-height: 30px;
    margin-top: 25px;
  }
  .custom-page .custom-2 .iconList {
    float: right;
    margin-top: -20px;
  }
  .custom-page .custom-2 .iconList ul li {
    width: auto;
    margin-left: 25px;
  }
  .custom-page .custom-2 .iconList ul li i {
    display: block;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    border: 1px solid #eee;
    line-height: 82px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .custom-page .custom-2 .iconList ul li i img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .custom-page .custom-2 .iconList ul li h6 {
    display: block;
    font-size: 16px;
    color: #3b3b3b;
    margin-top: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
    line-height: 30px;
  }
  .custom-page .custom-2 .iconList ul li:hover i {
    background: var(--index-main-color);
  }
  .custom-page .custom-2 .iconList ul li:hover i img {
    -webkit-filter: brightness(1) invert(1);
    filter: brightness(1) invert(1);
  }
  .custom-page .custom-2 .iconList ul li:hover h6 {
    color: var(--index-main-color);
  }
  .custom-page .custom-2 .list {
    margin-top: 60px;
    text-align: center;
  }
  .custom-page .custom-2 .list ul {
    margin: 0 -20px;
  }
  .custom-page .custom-2 .list ul li {
    padding: 0 20px;
  }
  .custom-page .custom-3 {
    padding: 80px 0 100px;
    text-align: center;
    background: #f5f5f5;
  }
  .custom-page .custom-3 .text {
    display: block;
    font-size: 16px;
    color: #7a7a7a;
    margin: 20px 0 30px;
    line-height: 30px;
  }
  .custom-page .custom-3 .list>ul {
    border-bottom: 1px solid #eee;
    text-align: left;
  }
  .custom-page .custom-3 .list>ul>li {
    padding: 30px 0 30px 65px;
    border-top: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
  }
  .custom-page .custom-3 .list ul li i {
    position: absolute;
    top: 18px;
    left: 0;
    width: 60px;
  }
  .custom-page .custom-3 .list ul li i img {
    display: block;
    max-width: 100%;
  }
  .custom-page .custom-3 .list ul li h5 {
    padding-right: 60px;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.8;
  }
  
  .custom-page .custom-3 .list ul li h5 b{
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  
  .custom-page .custom-3 .list ul li h5 b:after{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    bottom: 15px;
    height: 10px;
    background-color: var(--index-main-color);
  }
  
  .custom-page .custom-3 .list ul li h5 span {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    cursor: hand;
  }
  .custom-page .custom-3 .list ul li h5 span:after,
  .custom-page .custom-3 .list ul li h5 span:before {
    content: '';
    width: 100%;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .custom-page .custom-3 .list ul li h5 span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .custom-page .custom-3 .list ul li .content {
    margin-top: 30px;
    font-size: 18px;
    color: #7a7a7a;
    line-height: 32px;
  }
  
  .custom-page .custom-3 .list ul li.active {
    border-top: 2px solid black;
  }
  .custom-page .custom-3 .list ul li.active h5 span:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .custom-page .custom-4 {
    padding: 70px 0 60px;
    text-align: center;
  }
  .custom-page .custom-4 .form {
    margin-top: 50px;
  }
  .custom-page .custom-4 .form ul {
    margin: -10px;
  }
  .custom-page .custom-4 .form ul li {
    padding: 10px;
  }
  .custom-page .custom-4 .form ul li input,
  .custom-page .custom-4 .form ul li textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: white;
    line-height: 30px;
  }
  .custom-page .custom-4 .form ul li input:focus,
  .custom-page .custom-4 .form ul li textarea:focus {
    border-color: var(--index-main-color);
  }
  .custom-page .custom-4 .form ul li textarea {
    height: 120px;
  }
  .custom-page .custom-4 .form ul li input[type="submit"] {
    padding: 15px 50px;
    width: auto;
    border-color: black;
    color: black;
    font-weight: bold;
    max-width: none;
  }
  .custom-page .custom-4 .form ul li input[type="submit"]:hover {
    background: var(--index-main-color);
    border-color: var(--index-main-color);
    color: white;
  }
  .custom-page .custom-4 .form ul li.wid-100 {
    width: 100%;
  }
  .technology-page {
    padding: 140px 0 120px;
  }
  .technology-page i.tag {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: var(--index-main-color);
    line-height: 30px;
  }
  .technology-page h2 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
  }
  .technology-page .technology-1 .list {
    margin-top: 25px;
  }
  .technology-page .technology-1 .list ul li {
    font-size: 16px;
    color: #959595;
    line-height: 30px;
  }
  .technology-page .technology-1 .list ul li i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid var(--index-main-color);
    line-height: 30px;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: var(--index-main-color);
    margin-right: 7px;
    margin-top: -3px;
  }
  .technology-page .technology-1 .list ul li i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: inherit;
    opacity: .4;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .technology-page .technology-2 {
    margin-top: 75px;
  }
  .technology-page .technology-2 ul {
    margin: -15px -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .technology-page .technology-2 ul li {
    padding: 15px 20px;
  }
  .technology-page .technology-2 ul li .box {
    background: white;
    -o-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
    -webkit-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
    box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
    text-align: center;
    padding: 60px 50px 25px;
    height: 100%;
  }
  .technology-page .technology-2 ul li .box h5 {
    font-size: 26px;
    color: var(--index-main-color);
    line-height: 1.6;
  }
  .technology-page .technology-2 ul li .box .text {
    display: block;
    margin: 40px 0 30px;
    font-size: 16px;
    color: #6b6a6a;
    line-height: 30px;
  }
  .technology-page .technology-2 ul li .box .box2 .left {
    width: 40%;
    vertical-align: middle;
  }
  .technology-page .technology-2 ul li .box .box2 .right {
    width: 60%;
    vertical-align: middle;
    padding-left: 10px;
    text-align: left;
  }
  .technology-page .technology-2 ul li:nth-child(2) .box .text {
    margin-bottom: 0;
  }
  .case-page {
    padding: 140px 0;
    background: url("../images/about-1-bg.jpg") top right no-repeat;
  }
  .case-page i.tag {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: var(--index-main-color);
    line-height: 30px;
  }
  .case-page h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
  }
  .case-page .list {
    margin-top: 40px;
  }
  .case-page .list ul {
    margin: -15px -13px;
  }
  .case-page .list ul li {
    padding: 15px 13px;
  }
  .case-page .list ul li a.img {
    display: block;
    -o-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
    -webkit-box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
    box-shadow: 0 0 40px rgba(95, 95, 95, 0.15);
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .case-page .list ul li a.img img {
    display: block;
    width: 100%;
  }
  .case-page .list ul li a.img h6 {
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 15px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: white;
    line-height: 1.6;
  }
  .case-page .list ul li a.img:hover {
    background: var(--index-main-color);
  }
  /*.case-page .list ul li a.img:hover h6 {
    color: white;
  }*/
  .proyd-page {
    height: 100%;
  }
  .proyd-page .box {
    height: 100%;
  }
  .proyd-page .box .left {
    width: 22%;
    height: 100%;
    background: url("../images/proyd-1.jpg") center center;
    background-size: cover;
    position: relative;
  }
  .proyd-page .box .left .box2 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 0 20px 0 60px;
  }
  .proyd-page .box .left .box2 i.tag {
    font-size: 14px;
    color: var(--index-main-color);
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .proyd-page .box .left .box2 i.tag img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .proyd-page .box .left .box2 i.tag span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
      line-height: 30px;
  }
  .proyd-page .box .left .box2 h6 {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    text-transform: uppercase;
    margin: 10px 0 20px;
    font-weight: bold;
  }
  .proyd-page .box .left .box2 .text {
    display: block;
    font-size: 16px;
    color: #949494;
       
    line-height: 30px;
    margin: 20px 0 30px;
  }
  .proyd-page .box .left .box2 .play {
    white-space: nowrap;
    cursor: pointer;
    cursor: hand;
  }
  .proyd-page .box .left .box2 .play span {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: rgba(230, 0, 18, 0.5);
    position: relative;
    z-index: 1;
  }
  .proyd-page .box .left .box2 .play span i {
    border-left: 8px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    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%);
  }
  .proyd-page .box .left .box2 .play span:after,
  .proyd-page .box .left .box2 .play span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .proyd-page .box .left .box2 .play span:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  .proyd-page .box .left .box2 .play h5 {
    font-size: 18px;
    line-height: 1.8;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 20px;
    color: var(--index-main-color);
  }
  .proyd-page .box .right {
    width: 78%;
    height: 100%;
    overflow: hidden;
    background: url("../images/proyd-bg.jpg") center center no-repeat;
    position: relative;
    z-index: 1;
  }
  .proyd-page .box .right ul {
    height: 100%;
  }
  .proyd-page .box .right ul li {
    height: 100%;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .proyd-page .box .right ul li .img {
    width: 300%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .proyd-page .box .right ul li .box2 {
    bottom: 10%;
    left: 0;
    width: 100%;
    padding: 0 40px;
    position: absolute;
  }
  .proyd-page .box .right ul li .box2 .list {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    left: -20px;
  }
  .proyd-page .box .right ul li .box2 .list dl dd {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1;
    display: none;
  }
  .proyd-page .box .right ul li .box2 .list dl dd:last-child {
    margin-bottom: 0;
  }
  .proyd-page .box .right ul li .box2 .list dl dd:hover {
    text-decoration: underline;
  }
  .proyd-page .box .right ul li .box2 h5 {
    font-size: 36px;
    line-height: 1.6;
    margin: 90px 0 20px;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .proyd-page .box .right ul li:after,
  .proyd-page .box .right ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #cf2929;
    -webkit-transition: .5s all,width 0s .5s;
    -moz-transition: .5s all,width 0s .5s;
    transition: .5s all,width 0s .5s;
    opacity: 0;
    z-index: -1;
  }
  .proyd-page .box .right ul li:nth-child(2) .img {
    left: -100%;
  }
  .proyd-page .box .right ul li:nth-child(3) .img {
    left: -200%;
  }
  .proyd-page .box .right ul li:hover {
    background: rgba(207, 41, 41, 0.9);
  }
  .proyd-page .box .right ul li:hover .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .6s .2s;
    -moz-transition: .6s .2s;
    transition: .6s .2s;
  }
  .proyd-page .box .right ul li:hover .list {
    left: 0;
  }
  .proyd-page .box .right ul li:hover .list dl dd {
    display: block;
    color: white;
  }
  .proyd-page .box .right ul li:hover h5 {
    color: white;
  }
  .proyd-page .box .right ul li:hover a.more {
    color: white;
  }
  .proyd-page .box .right ul li:hover a.more:before {
    background: white;
  }
  .proyd-page .box .right ul li:hover a.more:after {
    border-color: white;
  }
  .proyd-page .box .right ul li:hover:after,
  .proyd-page .box .right ul li:hover:before {
    opacity: 1;
    width: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .proyd-page .box .right ul li:hover:after {
    -webkit-transition: .8s .2s;
    -moz-transition: .8s .2s;
    transition: .8s .2s;
  }
  .proyd-page .box .right ul:hover li .box2 h5,
  .proyd-page .box .right ul:hover li .box2 a.more {
    color: white;
    opacity: .2;
  }
  .proyd-page .box .right ul:hover li .box2 h5:before,
  .proyd-page .box .right ul:hover li .box2 a.more:before {
    background: white;
  }
  .proyd-page .box .right ul:hover li .box2 h5:after,
  .proyd-page .box .right ul:hover li .box2 a.more:after {
    border-color: white;
  }
  .proyd-page .box .right ul:hover li:hover .box2 h5,
  .proyd-page .box .right ul:hover li:hover .box2 a.more {
    opacity: 1;
  }
  .product-page {
    padding: 100px 0 80px;
  }
  .product-page .sideBox .slideLeft {
    width: 27.5%;
  }
  .product-page .sideBox .slideLeft .box {
    padding: 30px 20px;
    background: #f7f7f7;
    margin-bottom: 20px;
  }
  .product-page .sideBox .slideLeft .box:last-child {
    margin-bottom: 0;
  }
  .product-page .sideBox .slideLeft .box h4 {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.8;
    color: black;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-page .sideBox .slideLeft .box h4:after {
    content: '';
    width: 24%;
    background: var(--index-main-color);
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 5px;
  }
  .product-page .sideBox .slideLeft .box .list ul li {
    margin-bottom: 10px;
  }
  .product-page .sideBox .slideLeft .box .list ul li a {
    display: block;
    padding: 15px 35px 15px 12px;
    font-size: 18px;
    color: #262626;
    background: white;
    -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
    -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
    box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    text-align: center;
    line-height: 1.8;
  }
  .product-page .sideBox .slideLeft .box .list ul li a span {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 14px;
    top: 24px;
    display: block;
  }
  .product-page .sideBox .slideLeft .box .list ul li a span:after,
  .product-page .sideBox .slideLeft .box .list ul li a span:before {
    content: '';
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .product-page .sideBox .slideLeft .box .list ul li a span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .product-page .sideBox .slideLeft .box .list.nav ul li a:hover {
    background: var(--index-main-color);
    color: white;
    text-align: left;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li {
    margin-bottom: 18px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li a {
    padding-left: 60px;
    text-align: left;
    padding-right: 15px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li a i {
    width: 38px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li:last-child {
    margin-bottom: 0;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li:last-child a {
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .sideBox .slideLeft .box.playBg {
    height: 370px;
    padding: 0;
    position: relative;
    background: url("../images/sideLeftBg.jpg") center center;
    background-size: cover;
  }
  .product-page .sideBox .slideLeft .box.playBg:after {
    content: '';
    width: 100%;
    height: 40%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, #e43234));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, #e43234 100%);
    /* firefox */
    background: -webkit-linear-gradient(top, transparent 0%, #e43234 100%);
    /* chrome */
    /* opera */
    /* ie */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#e43234));
    background: -webkit-linear-gradient(top, transparent, #e43234);
    background: -moz-linear-gradient(top, transparent, #e43234);
    background: linear-gradient(to bottom, transparent, #e43234);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#e43234',GradientType=0)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#e43234', GradientType=0);
    /* 兼容IE5~IE9 */
  }
  .product-page .sideBox .slideLeft .box.playBg .play {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    white-space: nowrap;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
  }
  .product-page .sideBox .slideLeft .box.playBg .play span {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: white;
    position: relative;
    z-index: 1;
  }
  .product-page .sideBox .slideLeft .box.playBg .play span i {
    border-left: 8px solid var(--index-main-color);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    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%);
  }
  .product-page .sideBox .slideLeft .box.playBg .play span:after,
  .product-page .sideBox .slideLeft .box.playBg .play span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .product-page .sideBox .slideLeft .box.playBg .play span:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  .product-page .sideBox .slideLeft .box.playBg .play h6 {
    font-size: 21px;
    line-height: 1.8;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 20px;
    color: white;
    letter-spacing: 1px;
    max-width: 80%;
    word-break: break-word;
      white-space: normal;
  }
  .product-page .sideBox .slideRight {
    width: 72.5%;
    padding-left: 60px;
  }
  .product-page .sideBox .slideRight .hmvillaelevator1 h1{
    font-weight: 700;
    line-height: 1.8;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-page .sideBox .slideRight .hmvillaelevator1 {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .product-page .sideBox .slideRight .list ul {
    margin: -20px -10px;
  }
  .product-page .sideBox .slideRight .list ul li {
    padding: 20px 10px;
  }
  .product-page .sideBox .slideRight .list ul li .box {
    overflow: hidden;
  }
  .product-page .sideBox .slideRight .list ul li .box .left {
    padding: 50px 0 25px 25px;
    background: #f3f3f3;
    width: 60%;
    vertical-align: bottom;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
  }
  .product-page .sideBox .slideRight .list ul li .box .left:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 99%;
    top: 0;
    position: absolute;
    z-index: -1;
    background: inherit;
  }
  .product-page .sideBox .slideRight .list ul li .box .left>* {
    position: relative;
    z-index: 1;
  }
  .product-page .sideBox .slideRight .list ul li .box .left h4 {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.8;
    font-weight: bold;
  }
  .product-page .sideBox .slideRight .list ul li .box .left p {
    display: block;
    font-size: 14px;
    color: #8b8b8b;
    line-height: 1.2;
    margin: 12px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .product-page .sideBox .slideRight .list ul li .box .left a.more {
    line-height: 30px;
    height: 36px;
    padding: 0 14px;
    font-size: 16px;
  }
  .product-page .sideBox .slideRight .list ul li .box .right {
    padding: 0 20px 10px;
    vertical-align: bottom;
    width: 40%;
  }
  .product-page .sideBox .slideRight .list ul li .box .right a {
    display: block;
    position: relative;
    width: 200%;
    max-width: none;
    left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .product-page .sideBox .slideRight .list ul li .box .right img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .product-page .sideBox .slideRight .list ul li .box .right img.img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .product-page .sideBox .slideRight .list ul li .box:hover .right img {
    opacity: 0;
  }
  .product-page .sideBox .slideRight .list ul li .box:hover .right img.img2 {
    opacity: 1;
  }
  .product-page .sideBox .slideRight .list ul li .box:hover {
    color: white;
  }
  .product-page .sideBox .slideRight .list ul li .box:hover .left {
    background: var(--index-main-color);
  }
  .product-page .sideBox .slideRight .list ul li .box:hover .left p {
    color: white;
  }
  .product-page .sideBox .slideRight .list ul li .box:hover .left a.more {
    color: white;
  }
  .product-page .sideBox .slideRight .list ul li .box:hover .left a.more:before {
    background: white;
  }
  .product-page .sideBox .slideRight .list ul li .box:hover .left a.more:after {
    border-color: white;
  }
  .prodet-page {
    padding: 40px 0;
  }
  .prodet-page i.tag {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: var(--index-main-color);
    line-height: 30px;
  }
  .prodet-page h2,
  .prodet-page h1 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .left {
    background: url("../images/beijing.jpg") center center no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgb(0 0 0 / 3%);
    position: relative;
  }
  .prodet-page .prodet-1 .left img {
    display: block;
    margin: 0 auto;
  }
  .prodet-page .prodet-1 .left i.block {
    width: 25%;
    height: 30%;
    position: absolute;
    background: #eee;
    z-index: -1;
    left: -12%;
    top: 20%;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 5%;
    vertical-align: middle;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    line-height: 1.8;
  }
  .prodet-page .prodet-1 .right .content {
    display: block;
    padding: 30px 0;
    font-size: 16px;
    color: #959595;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right .content h6 {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
    color: var(--index-main-color);
    font-weight: bold;
  }
  .prodet-page .prodet-1 .right .btn {
    padding: 35px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  .prodet-page .prodet-1 .right .btn a {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 24px;
    border-radius: 20px;
    background: black;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-right: 25px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 5px;
  }
  .prodet-page .prodet-1 .right .btn a:hover {
    background: var(--index-main-color);
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right .share h6 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
  }
  .prodet-page .prodet-1 .right .share ul li {
    width: auto;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .prodet-page .prodet-1 .right .share ul li:hover {
    color: var(--index-main-color);
  }
  
  .prodet-page .prodet-1 .right .image-gallery ul{
    margin: -10px;
  }
  .prodet-page .prodet-1 .right .image-gallery ul li{
    padding: 10px;
  }
  
  .prodet-page .custom-page .custom-3 {
    background: none;
    padding: 110px 0;
  }
  .prodet-page .custom-page .custom-3 .list>ul>li {
    padding-left: 0;
  }
  .prodet-page .custom-page .custom-3 .list>ul>li i {
    display: none;
  }
  .prodet-page .prodet-2 h2 {
    display: inline-block;
  }
  .prodet-page .prodet-2 .btn {
    float: right;
  }
  .prodet-page .prodet-2 .btn div {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid var(--index-main-color);
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
    color: var(--index-main-color);
  }
  .prodet-page .prodet-2 .btn div:hover {
    color: white;
    background: var(--index-main-color);
  }
  .prodet-page .prodet-2 .list {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 .list ul {
    margin: -12px;
  }
  .prodet-page .prodet-2 .list ul li {
    padding: 12px;
  }
  .prodet-page .prodet-2 .list ul li .box {
    padding: 15px;
    background: white;
    background: url("../images/beijing.jpg") center center;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  }
  .prodet-page .prodet-2 .list ul li .box span {
    font-size: 14px;
    color: #404040;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    right: 20px;
    display: block;
  }
  .prodet-page .prodet-2 .list ul li .box span i {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: block;
    margin: 0 auto 5px;
  }
  .prodet-page .prodet-2 .list ul li .box h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding-top: 20px;
  }
  /*.prodet-page .prodet-2 .list ul li .box:hover h5 {
    color: var(--index-main-color);
  }*/
  .honor-page {
    padding: 130px 0 160px;
    text-align: center;
    overflow: hidden;
  }
  .honor-page .text {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    display: block;
    margin: 15px auto 20px;
    line-height: 30px;
  }
  .honor-page .list {
    margin-top: 10px;
    position: relative;
  }
  .honor-page .list ul li {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
  }
  .honor-page .list ul li img {
    width: 100%;
  }
  .honor-page .list ul .slick-slide li {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    left: 90%;
  }
  .honor-page .list ul .slick-slide + div.slick-active li {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    left: 45%;
  }
  .honor-page .list ul .slick-slide + div.slick-active + div.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    left: 0;
    z-index: 2;
  }
  .honor-page .list ul .slick-slide + div.slick-active + div.slick-current + div.slick-active li {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    left: -45%;
    z-index: 1;
  }
  .honor-page .list ul .slick-slide + div.slick-active + div.slick-current + div.slick-active + div.slick-slide li {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    left: -90%;
  }
  .honor-page .list ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    background-size: 12px;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .honor-page .list ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 0;
  }
  .honor-page .list ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 0;
  }
  .honor-page .list ul .slick-arrow:hover {
    background-color: var(--index-main-color);
  }
  .contact-page .contact-1 {
    padding-top: 10px;
  }
  .contact-page .contact-2 {
    padding: 100px 0 80px;
  }
  .contact-page .contact-1 .list ul {
    margin: -8px;
  }
  .contact-page .contact-1 .list ul li {
    padding: 8px;
  }
  .contact-page .contact-1 .list ul li .box {
    -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
    text-align: center;
    padding-bottom: 30px;
  }
  .contact-page .contact-1 .list ul li .box span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: var(--index-main-color);
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .contact-page .contact-1 .list ul li .box span i {
    color: white;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  .contact-page .contact-1 .list ul li .box span:after {
    content: '';
    width: 100%;
    height: 13px;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: inherit;
  }
  .contact-page .contact-1 .list ul li .box span:before {
    content: '';
    border-right: 13px solid transparent;
    border-bottom: 12px solid var(--index-main-color);
    position: absolute;
    left: 100%;
    bottom: 100%;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 21px;
    line-height: 1.6;
    padding: 25px 0 15px;
    font-weight: bold;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    min-height: 100px;
  }
  .contact-page .contact-2 .left {
    width: 28%;
    vertical-align: middle;
  }
  .contact-page .contact-2 .left .img {
    position: relative;
  }
  .contact-page .contact-2 .left .img .text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10%;
    padding: 0 30px;
    color: white;
    text-align: left;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1,8;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0;
  }
  .contact-page .contact-2 .left .img .text a.more {
    display: inline-block;
    line-height: 36px;
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .contact-page .contact-2 .right {
    width: 72%;
    padding-left: 30px;
    vertical-align: middle;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.6;
  }
  .contact-page .contact-2 .right .form {
    margin-top: 30px;
  }
  .contact-page .map {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .service-page {
    margin-bottom: 170px;
  }
  .service-page .list {
    padding: 60px 0 100px;
  }
  .service-page .list ul {
    margin: 0 -50px;
  }
  .service-page .list ul li {
    padding: 0 50px;
    text-align: center;
    position: relative;
  }
  .service-page .list ul li:after {
    content: '==>';
    font-size: 28px;
    color: var(--index-main-color);
    font-weight: bold;
    position: absolute;
    top: 65px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    letter-spacing: 5px;
    line-height: 1;
  }
  .service-page .list ul li:last-child:after {
    display: none;
  }
  .service-page .list ul li h6 {
    font-size: 28px;
    color: var(--index-main-color);
    line-height: 1;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: bold;
    word-break: initial;
  }
  .service-page .qr-list ul {
    margin: -10px;
  }
  .service-page .qr-list ul li {
    padding: 10px;
  }
  .service-page .qr-list ul li .box {
    padding: 45px 25px;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .service-page .qr-list ul li .box .img {
    width: 40%;
    vertical-align: middle;
  }
  .service-page .qr-list ul li .box .text {
    width: 60%;
    padding-left: 20px;
    vertical-align: middle;
  }
  .service-page .qr-list ul li .box .text h3 {
    font-size: 26px;
    color: #131313;
    margin-bottom: 10px;
    line-height: 1;
  }
  .service-page .qr-list ul li .box .text p {
    font-size: 16px;
    color: #131313;
    line-height: 1.6;
  }
  .service-page .qr-list ul li .box .text p em {
    font-weight: bold;
  }
  .form ul {
    margin: -10px;
  }
  .form ul li {
    padding: 10px;
  }
  .form ul li input,
  .form ul li textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 30px;
    background: transparent;
  }
  .form ul li input:focus,
  .contact-page .form ul li textarea:focus {
    border-color: var(--index-main-color);
  }
  .form ul li textarea {
    height: 120px;
  }
  .form ul li input[type="submit"] {
    padding: 12px;
    max-width: 180px;
    border-color: black;
    background-color: transparent;
    font-weight: bold;
  }
  .form ul li input[type="submit"]:hover {
    color: white;
    background-color: var(--index-main-color);
    border-color: var(--index-main-color);
  }
  .form ul li.wid-100 {
    width: 100%;
  }
  
  .news-page {
    padding: 100px 0;
  }
  .news-page .list ul {
    margin: -10px;
  }
  .news-page .list ul li {
    padding: 10px;
  }
  .news-page .list ul li .img-box {
    display: block;
  }
  .news-page .list ul li .img-box img {
    width: 100%;
  }
  .news-page .list ul li .content {
    padding: 15px;
    border: 1px solid #eee;
       
  }
  .news-page .list ul li .content h4 {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.8;
  }
  .news-page .list ul li .content p {
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 120px;
  }
  .news-page .list ul li .content a.more {
    display: inline-block;
    line-height: 34px;
    height: 34px;
    padding: 0 25px;
    border: 1px solid #eee;
    font-size: 16px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .news-page .list ul li .content a.more:hover {
    color: white;
    background: var(--index-main-color);
  }
  .newdet-page {
    padding: 100px 0;
  }
  .newdet-page h1 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
  }
  .newdet-page time {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page .content {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .newdet-page .m-link {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
  }
  .newdet-page .m-link a:hover {
    text-decoration: underline;
  }
  @media screen and (max-width: 1500px) {
    #innerHeader .box .menu-box ul.menu > li {
      margin: 0 5px;
    }
    #innerHeader .box {
      padding-right: 15px;
    }
    #innerHeader .logo {
      padding-left: 30px;
      padding-right: 20px;
    }
    #innerHeader {
      line-height: 80px;
      height: 80px;
    }
    /*.inner-banner {
      height: 460px;
    }*/
    .service-page .qr-list ul li .box {
      padding: 30px 15px;
    }
    .contact-page .contact-2 .right h3 {
      font-size: 28px;
    }
    .contact-page .form ul li input,
    .contact-page .form ul li textarea,
    .contact-page .form ul li input[type="submit"] {
      padding: 10px;
    }
    .contact-page .contact-2 .left .img .text h5 {
      font-size: 18px;
    }
    .honor-page {
      padding: 80px 0;
    }
    .honor-page .list {
      margin-top: 50px;
    }
    .prodet-page {
      padding: 80px 0;
    }
    .prodet-page .prodet-1 .right h1 {
      font-size: 40px;
    }
    .prodet-page .prodet-1 .right .content {
      padding: 30px 0 50px;
    }
    .custom-page .custom-3 .list ul li .content {
      font-size: 16px;
    }
    .product-page .sideBox .slideRight {
      padding-left: 30px;
    }
    .product-page .sideBox .slideLeft .box .list ul li a {
      font-size: 16px;
    }
    .product-page .sideBox .slideRight .list ul li .box .left h4 {
      font-size: 16px;
    }
    .product-page .sideBox .slideRight .list ul li .box .left {
      padding: 25px 0 25px 15px;
    }
    .product-page .sideBox .slideLeft .box.playBg .play h6 {
      font-size: 18px;
    }
    .proyd-page .box .right ul li .box2 h5 {
      font-size: 24px;
    }
    a.more {
      line-height: 40px;
      height: 40px;
      font-size: 16px;
      padding: 0 16px;
    }
    .proyd-page .box .left .box2 {
      padding-left: 30px;
    }
    .proyd-page .box .left .box2 h6 {
      font-size: 18px;
    }
    .proyd-page .box .left .box2 .text {
      font-size: 14px;
      margin: 15px 0 20px;
    }
    .proyd-page .box .left .box2 .play h5 {
      font-size: 14px;
    }
    .proyd-page .box .right {
      background-size: 100% auto;
    }
    .proyd-page .box .right ul li .box2 .list dl dd {
      font-size: 14px;
    }
    .case-page {
      padding: 80px 0;
    }
    .case-page .list ul li a.img h6 {
      font-size: 22px;
      padding: 15px;
    }
    .case-page h2,
    .technology-page h2,
    .custom-page h2,
    .prodet-page .prodet-1 .right h1 {
      font-size: 32px;
    }
    #footer .footer-top .right ul li:nth-child(4) .share ul li {
      margin: 0 10px;
    }
    #footer .footer-bottom {
      margin-top: 0;
    }
    #footer .footer-top .right ul li dl dd {
      font-size: 16px;
    }
    #footer .footer-top .left {
      width: 30%;
      padding-right: 5%;
    }
    #footer .footer-top .right {
      width: 70%;
    }
    .technology-page {
      padding: 80px 0;
    }
    .technology-page .technology-2 ul li .box h5 {
      font-size: 22px;
    }
    .technology-page .technology-2 ul li .box .text {
      margin: 20px 0;
      font-size: 16px;
    }
    .technology-page .technology-2 ul li .box {
      padding: 30px;
    }
    .custom-page .custom-1 {
      padding: 120px 0 80px;
    }
    .custom-page .custom-4 .form ul li input,
    .custom-page .custom-4 .form ul li textarea {
      padding: 10px;
    }
    .custom-page .custom-4 .form ul li input[type="submit"] {
      padding: 10px 40px;
    }
    .contact-page .contact-1 .list ul li .box h5 {
      font-size: 18px;
      line-height: 1.8;
    }
    .custom-page .custom-3 .list ul li h5 {
      font-size: 26px;
    }
    #banner li .content h2,
    #index-body h2,
    #index-body .init-2 h2,
    #index-body .init-5 h2 {
      font-size: 36px;
    }
    #index-body .init-1 .box .right h2 {
      margin-left: -15%;
    }
    #index-body .init-1 .box .right {
      padding-right: 15px;
    }
    #index-body .init-1 .box .right .list ul li h6 {
      font-size: 36px;
    }
    #index-body .init-2 a.more {
      margin-top: 30px;
    }
    #index-body .init-2 {
      padding: 80px 0;
    }
    #index-body .init-3 .box {
      padding: 60px 0;
    }
    #index-body .init-3 .box .list ul li i {
      height: 50px;
    }
    #index-body .init-3 .box .list ul li h5 {
      font-size: 18px;
    }
    #index-body .init-3 .box .list ul li p {
      font-size: 16px;
    }
    #index-body .init-4 {
      padding: 80px 0;
    }
    #index-body .init-4 .right {
      padding-right: 15px;
    }
    #index-body .init-5 {
      padding: 100px 0;
    }
    #footer {
      padding-top: 30px;
    }
    #menu {
      padding: 20px 20px 0;
    }
    #menu .list {
      margin-top: 50px;
    }
    #menu .list ul li h6 {
      font-size: 24px;
      padding-top: 20px;
    }
  }
  @media screen and (max-width: 1250px) {
    #innerHeader .box .menu-box ul.menu > li {
      margin: 0 15px;
      font-size: 16px;
    }
    #innerHeader .logo img {
      max-height: 50px;
    }
    .product-page .sideBox .slideLeft .box .list ul li a {
      padding: 10px 30px 10px 10px;
    }
    .product-page .sideBox .slideLeft .box .list ul li a span {
      top: 16px;
      right: 10px;
    }
    .product-page .sideBox .slideLeft .box h4 {
      font-size: 16px;
    }
    .product-page .sideBox .slideLeft .box .list.info ul li:last-child a {
      font-size: 13px;
    }
    .product-page .sideBox .slideLeft .box .list.info ul li a {
      padding-left: 45px;
    }
    .product-page .sideBox .slideLeft .box .list.info ul li a i {
      width: 30px;
      top: 6px;
    }
    .product-page .sideBox .slideLeft .box.playBg .play h6 {
      font-size: 14px;
    }
    .product-page .sideBox .slideRight .list ul li .box .left h4 {
      font-size: 16px;
      line-height: 30px;
    }
    .product-page .sideBox .slideRight .list ul li .box .left p {
      font-size: 13px;
    }
    .product-page {
      padding: 60px 0;
    }
    .inner-page .m-page {
      margin-top: 40px;
    }
    .proyd-page .box .left .box2 h6 {
      font-size: 15px;
    }
    .proyd-page .box .left .box2 i.tag {
      font-size: 12px;
    }
    .proyd-page .box .left .box2 i.tag img {
      width: 30px;
    }
    .proyd-page .box .left .box2 .text {
      font-size: 13px;
    }
    .proyd-page .box .left .box2 .play h5 {
      font-size: 12px;
    }
    .proyd-page .box .right ul li .box2 h5 {
      font-size: 18px;
      margin: 40px 0 20px;
    }
    a.more,
    .news-page .list ul li .content a.more {
      line-height: 30px;
      height: 32px;
      font-size: 16px;
      padding: 0 15px;
    }
    .proyd-page .box .right ul li .box2 .list dl dd {
      font-size: 13px;
    }
    .proyd-page .box .right ul li .box2 {
      padding: 0 15px;
    }
    .case-page h2,
    .technology-page h2,
    .custom-page h2,
    .prodet-page .prodet-1 .right h1,
    .prodet-page h2 {
      font-size: 28px;
    }
    .prodet-page .custom-page .custom-3 {
      padding: 60px 0;
    }
    .custom-page .custom-3 .list ul li .content {
      font-size: 16px;
      line-height: 30px;
    }
    .news-page,
    .newdet-page {
      padding: 60px 0;
    }
    /*.inner-banner {
      height: 400px;
    }
    .inner-banner h2 {
      font-size: 48px;
    }*/
    .newdet-page .content,
    .technology-page .technology-1 .list ul li {
      font-size: 16px;
    }
    .technology-page .technology-2 ul li .box h5 {
      font-size: 18px;
      line-height: 1.8;
    }
  
    .custom-page .custom-1 .box .img {
      width: 170px;
    }
    .custom-page .custom-1 .box .img .play h6 {
      font-size: 16px;
    }
    .custom-page .custom-3 .list ul li i {
      width: 40px;
      top: 21px;
    }
    .custom-page .custom-3 .list ul li h5 {
      font-size: 22px;
    }
    .custom-page .custom-4 .form ul li input,
    .custom-page .custom-4 .form ul li textarea,
    .contact-page .form ul li input,
    .contact-page .form ul li textarea {
      font-size: 16px;
    }
    .contact-page .contact-1 .list ul li .box p {
      font-size: 16px;
    }
    .service-page .qr-list ul li .box .text h3 {
      font-size: 20px;
    }
    .service-page .qr-list ul li .box .text p {
      font-size: 14px;
    }
    .contact-page .contact-2 .right h3 {
      font-size: 24px;
    }
    .contact-page .contact-2 .left .img .text {
      padding: 0 15px;
    }
    .contact-page .contact-2 .left .img .text h5 {
      font-size: 17px;
    }
    .contact-page .contact-2 .left .img .text p {
      font-size: 15px;
    }
    .case-page .list ul li a.img h6 {
      font-size: 18px;
    }
    .prodet-page .about-3 .list ul li i {
      height: 80px;
      background-size: auto 100%;
    }
    .prodet-page .about-3 .list ul li h5 {
      font-size: 18px;
    }
    .prodet-page .about-3 .list ul li p {
      font-size: 16px;
    }
    .prodet-page .about-3 .list ul li {
      padding: 30px 15px;
    }
    .prodet-page .about-3 {
      padding: 60px 0;
    }
    .prodet-page .about-3{
      padding: 0 0 30px;
    }
    #banner li .content h2,
    #index-body h2,
    #index-body .init-2 h2,
    #index-body .init-5 h2 {
      font-size: 28px;
    }
    #index-body .init-1 .box .left {
      height: 600px;
    }
    #index-body .init-1 .box .right .text {
      font-size: 14px;
    }
    #index-body .init-1 .box .right .list ul li h6 {
      font-size: 28px;
    }
    #index-body .init-1 .box .right .list ul li p {
      font-size: 14px;
    }
    #index-body .init-1 .box .right a.more {
      margin-top: 30px;
    }
    #index-body .init-2 .list {
      margin-top: 40px;
    }
    #index-body .init-3 .box .text {
      font-size: 16px;
    }
    #index-body .init-4 .left .text {
      font-size: 16px;
      margin: 30px 0 50px;
    }
    #index-body .init-4 .right .btn div {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }
    #index-body .init-5 {
      padding: 50px 0;
    }
    #index-body .init-5 i.tag {
      font-size: 20px;
    }
    #footer .footer-top .left {
      width: 30%;
    }
    #footer .footer-top .right {
      width: 70%;
    }
    #footer .footer-top .right ul li dl dd {
      font-size: 14px;
    }
    #footer .footer-top .right ul li:nth-child(4) {
      display: none;
    }
    #footer .footer-top .right ul li:nth-child(3) {
      width: 38%;
    }
    #footer .footer-top .right ul li:nth-child(2) {
      width: 30%;
    }
    #footer .footer-top .right ul li:nth-child(1) {
      width: 32%;
    }
    #footer .footer-bottom {
      padding: 15px 0;
    }
    #innerHeader {
      display: none !important;
    }
    .proyd-page .box .right ul li {
      width: 100%;
      height: 300px;
      margin-bottom: 20px;
      display: block;
      overflow: hidden;
    }
    .proyd-page .box .right ul li .img {
      opacity: 1;
      overflow: hidden;
      width: 100%;
      left: 0 !important;
      background-size: cover;
    }
    .proyd-page .box .right ul li .box2 {
      color: white;
      bottom: 10px;
    }
    .proyd-page .box .right ul li .box2 h5 {
      margin: 20px 0 10px;
    }
    .body-overflow-box {
      height: auto !important;
    }
  }
  @media screen and (max-width: 1000px) {
    .case-page h2,
    .technology-page h2,
    .custom-page h2,
    .prodet-page .prodet-1 .right h1,
    .prodet-page h2 {
      font-size: 24px;
    }
    .about-page .about-3 .content {
      font-size: 16px;
    }
    .about-page .about-3 .list ul li i {
      height: 60px;
    }
    .about-page .about-3 .list ul li {
      width: 50%;
    }
    .about-page .about-3 .list ul li:nth-child(2),
    .about-page .about-3 .list ul li:nth-child(5) {
      top: 0;
    }
    .case-page .list ul li a.img h6 {
      font-size: 16px;
      line-height: 30px;
    }
    .contact-page .contact-1 .list ul li {
      width: 50%;
    }
    .contact-page .contact-2 .right {
      width: 100%;
      padding-left: 0;
    }
    .contact-page .contact-2 .left {
      display: none;
    }
    #mapContainer {
      height: 300px !important;
    }
    .custom-page .custom-2 h2,
    .custom-page .custom-2 .text {
      width: 100%;
    }
    .custom-page .custom-2 .text {
      font-size: 16px;
    }
    .custom-page .custom-2 .iconList {
      display: none;
    }
    .custom-page .custom-2 .list {
      margin-top: 30px;
    }
    .custom-page .custom-2 {
      padding: 50px 0;
    }
    .custom-page .custom-2 .list ul li {
      padding: 0 10px;
    }
    .custom-page .custom-2 .list ul {
      margin: 0 -10px;
    }
    .custom-page .custom-3 {
      padding: 60px 0;
    }
    .technology-page .technology-2 ul li {
      width: 100% !important;
    }
    .technology-page .technology-2 ul li .box .box2 {
      margin-top: 20px;
    }
    .honor-page .text {
      font-size: 14px;
    }
    .newdet-page h1 {
      font-size: 24px;
    }
    .prodet-page .prodet-1 .right .btn a {
      line-height: 32px;
      height: 32px;
      padding: 0 15px;
      font-size: 14px;
    }
    .prodet-page .prodet-1 .right {
      width: 60%;
      padding-left: 3%;
    }
    .prodet-page .prodet-1 .left {
      width: 40%;
    }
    .prodet-page .prodet-1 .right .content h6 {
      font-size: 16px;
    }
    .prodet-page .prodet-1 .right .content {
      font-size: 16px;
      line-height: 30px;
    }
    .prodet-page .prodet-1 .right .content {
      padding: 15px 0;
    }
    .prodet-page .prodet-1 .right .btn {
      padding: 10px 0;
    }
    .prodet-page .prodet-1 .right .share {
      margin-top: 10px;
    }
    .prodet-page {
      padding: 60px 0 30px;
    }
    .product-page .sideBox .slideRight {
      width: 100%;
      padding-left: 0;
    }
    .product-page .sideBox .slideRight .hmvillaelevator1{
      display: none!important;
    }
    .product-page .sideBox .slideLeft {
      display: none;
    }
    .proyd-page .box .right {
      width: 100%;
    }
    .proyd-page .box .left {
      display: none;
    }
  }
  @media screen and (max-width: 700px) {
    .product-page .sideBox .slideRight .list ul li {
      width: 100%;
    }
    .prodet-page .prodet-1 .right {
      width: 100%;
      padding-left: 0;
      padding-top: 20px;
    }
    .prodet-page .prodet-1 .left {
      width: 100%;
    }
    /*.inner-banner h2 {
      font-size: 36px;
      margin-bottom: -7px;
    }*/
    #footer .footer-top .right {
      display: none;
    }
    #footer .footer-bottom {
      text-align: center;
    }
    #footer .footer-bottom p a.foot-link{
      display: none!important;
    }
    /*.inner-banner {
      height: 220px;
    }*/
    .custom-page .custom-1 .box .img {
      width: 120px;
      margin-left: 5%;
    }
    .custom-page .custom-1 .box .img .play p {
      margin-left: 0;
      display: none;
    }
    .custom-page .custom-1 .box .img .play h6 {
      max-width: 200px;
      white-space: normal;
    }
    .custom-page i.tag {
      font-size: 16px;
    }
    .service-page .qr-list ul li {
      width: 100% !important;
    }
    .service-page .qr-list ul li .box {
      padding: 10px;
    }
    .contact-page .contact-1 {
      padding: 40px 0;
    }
    .about-page .about-3 .list ul li {
      width: 100%;
    }
    .about-page .about-3 .list ul li p {
      height: auto !important;
    }
    #index-body .init-1 .box .right {
      width: 100%;
      padding-top: 20px;
    }
    #index-body .init-1 .box .left {
      width: 100%;
      height: 200px;
      background-position: center bottom -100px;
      background-size: cover;
    }
    #index-body .init-1 .box .right h2 {
      width: 100%;
      margin-left: 0;
    }
    #index-body .init-1 .box .right i.tag {
      text-align: left;
    }
    #index-body .init-1 .box .right .list ul li {
      width: 33.333%;
    }
    #index-body .init-3 .box a.more {
      margin-top: 10px;
    }
    #index-body .init-3 .box .text {
      max-width: 100%;
    }
    #index-body .init-4 .left {
      width: 100%;
      padding-right: 0;
    }
    #index-body .init-4 .right {
      width: 100%;
      padding-top: 20px;
    }
  }
  @media screen and (max-width: 500px) {
    #index-body .init-1 .box .left {
      margin-top: 20px;
    }
    #index-body .init-1 .box .right {
      padding-left: 0;
    }
    #banner li .content .left {
      width: 100%;
    }
    #banner li .content .left i.tag {
      display: none;
    }
    #banner li .content h2 {
      font-size: 16px;
      line-height: 30px;
    }
    #index-body .init-2 h2 {
      max-width: none;
    }
    #index-body .init-2 a.more,
    #index-body .init-3 .box a.more {
      float: none;
    }
    #index-body .init-2 {
      padding: 50px 0;
    }
    #index-body .init-3 .box h2 {
      max-width: none;
    }
    #index-body .init-3 .box .list ul li {
      width: 100%;
      padding: 15px;
    }
    #index-body .init-3 .box .text {
      margin: 20px 0 30px;
    }
    /*.inner-banner h2 {
      font-size: 20px;
    }
    .inner-banner {
      height: 260px;
    }
    .inner-banner .box .mbx {
      font-size: 16px;
    }*/
    .case-page {
      padding: 50px 0;
    }
    .case-page h2,
    .technology-page h2,
    .custom-page h2,
    .prodet-page .prodet-1 .right h1,
    .prodet-page h2 {
      font-size: 20px;
      line-height: 1.8;
    }
    .service-page .qr-list ul li .box .text h3 {
      font-size: 16px;
    }
    .service-page .qr-list ul li .box .text {
      padding-left: 10px;
      width: 70%;
    }
    .service-page .qr-list ul li .box .img {
      width: 30%;
    }
    .service-page .qr-list ul li .box .text p {
      font-size: 12px;
    }
    .contact-page .contact-1 .list ul li {
      width: 100%;
    }
    .contact-page .contact-1 .list ul li .box p {
      height: auto;
      min-height: auto;
    }
    .contact-page .contact-1 .list ul li .box span {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }
    .contact-page .contact-1 .list ul li .box span i {
      font-size: 20px;
    }
    .contact-page .contact-2 .right h3 {
      font-size: 20px;
      line-height: 1.8;
    }
    .custom-page .custom-3 .list ul li h5 {
      font-size: 16px;
      line-height: 30px;
    }
    .custom-page .custom-3 .list ul li h5 span {
      top: 3px;
    }
    .custom-page .custom-3 .list ul li {
      padding-left: 20px;
      padding-top: 30px;
      padding-bottom: 20px;
    }
    .custom-page .custom-3 .list ul li i {
      width: 30px;
      top: 14px;
    }
    .technology-page .technology-2 ul li .box .box2 .right {
      width: 100%;
      padding-left: 0;
    }
    .technology-page .technology-2 ul li .box .box2 .left {
      width: 100%;
    }
    .technology-page .technology-2 ul li .box img {
      max-height: 120px;
    }
    .honor-page .list ul li {
      -webkit-transform: scale(1) !important;
      -moz-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
      transform: scale(1) !important;
      left: 0 !important;
    }
    .honor-page {
      padding: 40px 0;
    }
    .prodet-page .prodet-1 .right .btn a {
      margin-right: 15px;
      font-size: 16px;
    }
    .prodet-page .prodet-2 .btn div {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 18px;
    }
    .proyd-page .box .right {
      padding: 15px;
    }
    .proyd-page .box .right ul li .box2 h5 {
      font-size: 16px;
      line-height: 30px;
    }
    .proyd-page .box .right ul li:last-child {
      margin-bottom: 0;
    }
  }
  
  
  .faq-page{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 0;
  }
  .faq-one-accrodion .accrodion-title {
    border: 1px solid #dfdfdd;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 18px 60px 15px 20px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
  }
  .faq-one-accrodion .accrodion.active .accrodion-title {
    background-color: var(--index-main-color);
  }
  .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #FFFFFF;
  }
  .faq-one-accrodion .accrodion-title i::before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    height: 60px;
    width: 60px;
    border-left: 1px solid #dfdfdd;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .faq-one-accrodion .accrodion.active .accrodion-title i::before {
    content: "\f068";
    color: #FFFFFF;
    height: 60px;
    width: 60px;
    text-align: center;
    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;
  }
  .faq-one-accrodion .accrodion-content {
    position: relative;
    padding: 20px 0 0;
  }
  .faq-one-accrodion .accrodion.active .accrodion-content {
    background-color: var(--mibooz-base);
  }
  .faq-one-accrodion .accrodion-content p {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
  }
  
  
  .lg-page ul{
    margin: -10px;
  }
  .lg-page ul li{
    padding: 10px;
  }
  
  .zhenshu-page .slick-slide li{
    transition: 1.5s ease;
  }
  
  .zhenshu-page .slick-slide.slick-active li{
    transform: scale(1.2);
    position: relative;
    z-index: 1;
  }
  
  .zhenshu-page .slick-slide.slick-active.slick-center li{
    transform: scale(1.4);
    position: relative;
    z-index: 2;
  }
  
  .zhenshu-page .slick-list{
    padding: 80px 20%!important;
  }