body {
    --index-main-color: #d30000;
}
.seoPublic h3.title,
    .seoPublic h1.title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 35px;
    }
    .seoPublic > div {
        padding: 10px 0;
    } 
    .wpulike.wpulike-default {
        display: none;
      }
      .prodet-page .wpulike.wpulike-default,
      .newdet-page .wpulike.wpulike-default {
        display: inline-block;
      }
      .post-views-box {
        position: relative;
        margin-left: 20px;
      }
      .post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
        background-image: url(../images/fw.png) !important;
        -webkit-filter: none;
        filter: none;
      }
      .wpulike {
        z-index: 10;
      }
      .wpulike.post-views-box {
        z-index: 5;
      }
      .search {
        font-size: 14px;
        color: #222;
      }
      .search form {
        height: 4em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 370px;
      }
      .search form input {
        width: 100%;
        border: 1px solid #909090;
        border-radius: .5em;
        padding: 0 1em;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .search form input[type="text"] {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-right: none;
        margin-right: -0.5em;
      }
      .search form input[type="text"]:focus {
        border-color: var(--index-main-color);
      }
      .search form input[type="submit"] {
        width: 4em;
        background-color: var(--index-main-color);
        background-image: url("../images/icon-search.png");
        background-position: center;
        background-repeat: no-repeat;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border: none;
      }
      .play {
        font-size: 10px;
        width: 5em;
        height: 5em;
        border-radius: 100%;
        border: 1px solid white;
        background-color: rgba(0, 0, 0, 0.3);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
        cursor: pointer;
        cursor: hand;
      }
      .play i.fa {
        font-size: 2em;
      }
      .iconfont {
        font-size: inherit !important;
      }
      a.more {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 3.875em;
        height: 3.875em;
        padding: 0 3.5em;
        border-radius: .5em;
        background-color: var(--index-main-color);
        color: white;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        display: inline-block;
      }
      a.more:hover {
        background-color: black;
      }
      .circleDots {
        font-size: 10px;
        width: 2.2em;
        height: 2.2em;
        border-radius: 100%;
        background-color: var(--index-main-color);
        position: relative;
        z-index: 1;
        margin-left: 1.7em;
      }
      .circleDots:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: inherit;
        position: absolute;
        top: 0;
        left: -1.7em;
        background-color: white;
        z-index: -1;
      }
      span.h2 {
        font-size: 48px;
        color: #222;
        font-weight: 600;
        line-height: 1.2;
        display: block;
      }
      span.h2.line:after {
        content: '';
        width: .8em;
        height: 2px;
        background-color: #222;
        display: block;
        margin-top: .4em;
      }
      span.h2.txt-center:after {
        margin-left: auto;
        margin-right: auto;
      }
      .text {
        font-size: 16px;
        color: #222;
        line-height: 30px;
      }
      .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
      }
      .flex.center {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      .flex.space {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
      }
      .carBtn {
        font-size: 24px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .carBtn a {
        width: 2em;
        height: 2em;
        border-radius: 3px;
        background-color: var(--index-main-color);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
        margin: 0 .5em;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        position: relative;
      }
      .carBtn a[data-text]:before {
        content: attr(data-text);
        padding: .2em .5em 0;
        border-radius: 100%;
        background-color: red;
        color: white;
        position: absolute;
        right: .5em;
        top: .7em;
        font-size: .5em;
        z-index: 1;
      }
      .carBtn a img {
        max-height: .7em;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        width: auto;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }
      .carBtn a:hover {
        background-color: black;
      }
      @media screen and (max-width: 1800px) {
        .search form {
            width: 320px;
          }
          a.more {
            line-height: 3em;
            height: 3em;
            padding: 0 2em;
          }
          span.h2 {
            font-size: 42px;
          }
          .text {
            font-size: 14px;
                line-height: 30px;
          }
      }
      @media screen and (max-width: 1450px) {
        .search form {
            height: 3em;
          }
          .search form input[type="submit"] {
            width: 3em;
          }
          .circleDots {
            font-size: 7px;
          }
          span.h2 {
            font-size: 36px;
          }
      }
      @media screen and (max-width: 1250px) {
        span.h2 {
            font-size: 32px;
          }
          a.more {
            font-size: 14px;
          }
      }
      @media screen and (max-width: 1000px) {
        span.h2 {
            font-size: 28px;
          }
      }
      @media screen and (max-width: 700px) {
        span.h2 {
            font-size: 24px;
          }
      }
      @media screen and (max-width: 500px) {

      }
      /* .inner-banner {
        padding: 150px 0;
        background-size: cover;
        background-position: center;
      }
      .inner-banner span.h2 {
        font-size: 26px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        color: white;
      }
      .inner-banner span.h2 i.circleDots {
        margin-right: 6em;
      } */
      .inner-nav {
        padding: 25px 0;
        background-color: #f9f9fe;
      }
      .inner-nav a {
        font-size: 16px;
        color: #222;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .inner-nav a:before {
        content: '';
        width: .7em;
        height: .7em;
        border: 1px solid #222;
        margin-right: 1em;
        border-radius: 2px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .inner-nav a:hover,
      .inner-nav a.active {
        color: var(--index-main-color);
      }
      .inner-nav a:hover:before,
      .inner-nav a.active:before {
        border-color: var(--index-main-color);
        background-color: var(--index-main-color);
      }
      .inner-page i.titleLine {
        width: 75%;
        height: 2px;
        display: block;
        background-color: black;
        margin-bottom: 15px;
      }
      .inner-page span.h2 {
        font-size: 36px;
      }
      .inner-page span.h2:after {
        width: 2em;
      }
      .inner-page .recommended {
        padding: 90px 0 100px;
      }
      .inner-page .recommended .list {
        margin-top: 80px;
      }
      .inner-page .recommended .list ul {
        margin: -15px;
      }
      .inner-page .recommended .list ul li {
        padding: 15px;
      }
      .inner-page .recommended .list ul li .box {
        padding: 20px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border: 1px solid transparent;
      }
      .inner-page .recommended .list ul li .box .img-box {
        display: block;
        position: relative;
      }
      .inner-page .recommended .list ul li .box .img-box > img {
        width: 100%;
        mix-blend-mode: darken;
      }
      .inner-page .recommended .list ul li .box .img-box .carBtn {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
      }
      .inner-page .recommended .list ul li .box .title {
        font-size: 14px;
        padding: 2em 0 .3em;
        border-top: 1px solid #e1e3e8;
      }
      .inner-page .recommended .list ul li .box .title span.h6 {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .inner-page .recommended .list ul li .box .title span.h6:hover {
        color: var(--index-main-color);
      }
      .inner-page .recommended .list ul li .box:hover {
        background-color: #f9f9fe;
        border-color: #e7e9ed;
      }
      .inner-page .recommended .list ul li .box:hover .img-box .carBtn {
        opacity: 1;
      }
      .inner-page .slickBtn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 10px;
        -webkit-box-pack: right;
        -webkit-justify-content: right;
        -moz-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
      }
      .inner-page .slickBtn div {
        width: 3.6em;
        height: 3.6em;
        border-radius: 3px;
        background-color: #222;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 1.4em;
        cursor: pointer;
        cursor: hand;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .inner-page .slickBtn div:hover {
        background-color: var(--index-main-color);
      }
      .inner-page .slickBtn div.prev img {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
      }
      .inner-page .sideBarBox .sideBarLeft {
        width: 30%;
        padding-right: 7%;
        position: -webkit-sticky;
        position: sticky;
        top: 160px;
      }
      .inner-page .sideBarBox .sideBarLeft .slide {
        margin-top: 90px;
      }
      .inner-page .sideBarBox .sideBarLeft .slide:first-child {
        margin-top: 0;
      }
      .inner-page .sideBarBox .sideBarLeft span.h3 {
        font-weight: 600;
        font-size: 24px;
        color: #222;
        text-transform: uppercase;
        display: block;
        padding-bottom: .5em;
        border-bottom: 1px solid #e7e7e7;
        line-height: 1.2;
        margin-bottom: 1.2em;
      }
      .inner-page .sideBarBox .sideBarLeft .nav {
        font-size: 16px;
        color: #222;
        font-weight: bold;
      }
      .inner-page .sideBarBox .sideBarLeft .nav ul li {
        margin-bottom: 1.5em;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .inner-page .sideBarBox .sideBarLeft .nav 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;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
      }
      .inner-page .sideBarBox .sideBarLeft .nav ul li a i.fa {
        margin-left: 1em;
      }
      .inner-page .sideBarBox .sideBarLeft .nav ul li a i.fa.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
      }
      .inner-page .sideBarBox .sideBarLeft .nav ul li ul {
        margin-top: 1.5em;
        font-weight: 300;
      }
      .inner-page .sideBarBox .sideBarLeft .nav ul li ul li a {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
      }
      .inner-page .sideBarBox .sideBarLeft .nav ul li ul li a:before {
        content: '';
        width: .5em;
        height: .5em;
        border-radius: 100%;
        margin-right: 1em;
        background-color: #222;
        flex-shrink: 0;
      }
      .inner-page .sideBarBox .sideBarLeft .nav ul li:last-child {
        margin-bottom: 0;
      }
      .inner-page .sideBarBox .sideBarLeft .nav ul li:hover > a,
      .inner-page .sideBarBox .sideBarLeft .nav ul li.active > a {
        color: var(--index-main-color);
      }
      .inner-page .sideBarBox .sideBarLeft .newsList ul li {
        margin-bottom: 40px;
      }
      .inner-page .sideBarBox .sideBarLeft .newsList ul li span.h6 {
        font-size: 18px;
        font-weight: 600;
        color: #222;
        display: block;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
      }
      .inner-page .sideBarBox .sideBarLeft .newsList ul li span.h6:hover {
        color: var(--index-main-color);
      }
      .inner-page .sideBarBox .sideBarLeft .newsList ul li time {
        display: block;
        font-size: 14px;
        color: #1b1b1b;
        opacity: .8;
        margin-top: .7em;
      }
      .inner-page .sideBarBox .sideBarLeft .newsList ul li:last-child {
        margin-bottom: 0;
      }
      .inner-page .sideBarBox .sideBarLeft .proList ul li {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
      .inner-page .sideBarBox .sideBarLeft .proList ul li a.img-box {
        width: 33%;
        height: 120px;
        -o-box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
        -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
        box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
        background-size: cover;
        background-position: center;
      }
      .inner-page .sideBarBox .sideBarLeft .proList ul li span.h6 {
        width: 67%;
        padding-left: 1.3em;
        font-size: 14px;
        color: #222;
        line-height: 1.6;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .inner-page .sideBarBox .sideBarLeft .proList ul li:hover span.h6 {
        color: var(--index-main-color);
      }
      .inner-page .sideBarBox .sideBarLeft .proList ul li:last-child {
        margin-bottom: 0;
      }
      .inner-page .sideBarBox .sideBarLeft .form {
        padding: 40px 5% 70px;
        border-radius: 10px;
        background-image: url("../images/sideBarform-bg.jpg");
        background-position: center;
        background-size: cover;
        color: white;
        text-align: center;
      }
      .inner-page .sideBarBox .sideBarLeft .form span.h5 {
        font-size: 28px;
        font-weight: bold;
        font-style: italic;
        line-height: 1;
        display: block;
      }
      .inner-page .sideBarBox .sideBarLeft .form .text {
        max-width: 270px;
        margin: 1em auto 1.2em;
        font-size: 16px;
        color: inherit;
      }
      .inner-page .sideBarBox .sideBarLeft .form ul {
        margin: -10px;
        color: black;
      }
      .inner-page .sideBarBox .sideBarLeft .form ul li {
        padding: 10px;
      }
      .inner-page .sideBarBox .sideBarLeft .form ul li input {
        display: block;
        width: 100%;
        font-size: 14px;
        border-radius: .7em;
        padding: 1em 2.3em;
        background-color: white;
        border: none;
      }
      .inner-page .sideBarBox .sideBarLeft .form ul li input::-webkit-input-placeholder {
        color: rgba(40, 40, 40, 0.8);
      }
      .inner-page .sideBarBox .sideBarLeft .form ul li input:-moz-placeholder {
        color: rgba(40, 40, 40, 0.8);
      }
      .inner-page .sideBarBox .sideBarLeft .form ul li input::-moz-placeholder {
        color: rgba(40, 40, 40, 0.8);
      }
      .inner-page .sideBarBox .sideBarLeft .form ul li input:-ms-input-placeholder {
        color: rgba(40, 40, 40, 0.8);
      }
      .inner-page .sideBarBox .sideBarLeft .form ul li input::placeholder {
        color: rgba(40, 40, 40, 0.8);
      }
      .inner-page .sideBarBox .sideBarLeft .form ul li .pre input[type="text"] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
      .inner-page .sideBarBox .sideBarLeft .form ul li .pre input[type="submit"] {
        width: 50px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-image: url("../images/icon-send.png");
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
      }
      .inner-page .sideBarBox .sideBarLeft .pdfFlex .img {
        width: 40%;
        -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.11);
      }
      .inner-page .sideBarBox .sideBarLeft .pdfFlex .title {
        width: 60%;
        padding-left: 10%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .inner-page .sideBarBox .sideBarLeft .pdfFlex .title span.h4 {
        font-size: 16px;
        color: #1f2024;
        line-height: 1.6;
        width: 100%;
      }
      .inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn {
        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;
        width: 100%;
      }
      .inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn a {
        width: 47%;
        height: 36px;
        border-radius: 3px;
        background-color: var(--index-main-color);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn a img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
      }
      .inner-page .sideBarBox .sideBarLeft .pdfFlex .title .btn a:hover {
        background-color: black;
      }
      .inner-page .sideBarBox .sideBarRight {
        width: 70%;
      }
      .inner-page .m-page {
        font-weight: 600;
        font-size: 24px;
        margin-top: 2em;
      }
      .inner-page .m-page>div {
        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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .inner-page .m-page a,
      .inner-page .m-page span {
        margin: 0 .4em;
        border-radius: 3px;
        background-color: #7fa0dc;
        height: 2.5em;
        width: 2.5em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .inner-page .m-page a:hover,
      .inner-page .m-page span.current {
        background-color: var(--index-main-color);
      }
      .inner-page .flexLink {
        margin-top: 3em;
        font-size: 16px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
      }
      .inner-page .flexLink .m-link {
        width: 60%;
      }
      .inner-page .flexLink .m-link a {
        padding: .5em 1.5em;
        border: 1px solid #eee;
        background-color: #f8f8f8;
        display: block;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .inner-page .flexLink .m-link a:hover {
        color: var(--index-main-color);
      }
      .inner-page .flexLink .share a {
        color: var(--index-main-color);
        margin-left: 1em;
        font-size: 1.4em;
      }
      .about-page .about-1 {
        padding: 80px 0 100px;
      }
      .about-page .about-1 .left span.h2 {
        margin-bottom: 1.4em;
      }
      .about-page .about-1 .left .text {
        font-size: 18px;
        opacity: .8;
      }
      .about-page .about-1 .left .text p {
        margin-top: 1.2em;
      }
      .about-page .about-1 .left .text p:first-child {
        margin-top: 0;
      }
      .about-page .about-1 .right {
        padding-left: 2%;
      }
      .about-page .about-1 .right .img {
        height: 100%;
        background-size: cover;
        background-position: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
      }
      .about-page .about-1 .right .img .play {
        font-size: 17px;
      }
      .about-page .about-2 .top ul li {
        height: 610px;
        background-size: cover;
        background-position: center;
        padding: 3% 0;
      }
      .about-page .about-2 .top ul li span.h2 {
        color: white;
        max-width: 700px;
      }
      .about-page .about-2 .top ul li .dots {
        margin-top: 11%;
      }
      .about-page .about-2 .top ul li .dots i {
        font-size: 10px;
        width: 1em;
        height: 1em;
        border-radius: 100%;
        margin: 1.5em 0;
        display: block;
        background-color: white;
        cursor: pointer;
        cursor: hand;
      }
      .about-page .about-2 .top ul li .dots i.active {
        background-color: var(--index-main-color);
      }
      .about-page .about-2 .bottom {
        padding: 25px 0;
        background-color: var(--index-main-color);
        color: white;
      }
      .about-page .about-2 .bottom span.h2 {
        color: inherit;
      }
      .about-page .about-2 .bottom .text {
        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;
        color: inherit;
        font-weight: 600;
      }
      .about-page .about-2 .bottom .text:before {
        content: '';
        width: 7em;
        height: 1px;
        background-color: white;
        margin-right: 1.5em;
      }
      .about-page .about-3 {
        padding: 180px 0 280px;
      }
      .about-page .about-3 .left {
        padding-left: 5%;
        vertical-align: middle;
      }
      .about-page .about-3 .left .list {
        position: relative;
      }
      .about-page .about-3 .left .list .logo {
        font-size: 10px;
        width: 7em;
        height: 7em;
        border-radius: 100%;
        background-color: white;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        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%);
      }
      .about-page .about-3 .left .list .logo a {
        max-width: 60%;
        display: block;
      }
      .about-page .about-3 .left .list .logo:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background-color: rgba(159, 159, 159, 0.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -2;
      }
      .about-page .about-3 .left .list .logo:after {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: inherit;
        background-color: white;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
      }
      .about-page .about-3 .left .list ul .slick-list {
        overflow: unset;
        position: relative;
      }
      .about-page .about-3 .left .list ul .slick-list .slick-track {
        width: 100% !important;
      }
      .about-page .about-3 .left .list ul .slick-list .slick-slide {
        opacity: 1 !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        -webkit-transition: 1s !important;
        -moz-transition: 1s !important;
        transition: 1s !important;
      }
      .about-page .about-3 .left .list ul .slick-list .slick-slide.slick-active {
        position: relative !important;
      }
      .about-page .about-3 .left .list ul .slick-list .slick-slide.slick-current li {
        -o-box-shadow: 0 5px 20px rgba(103, 103, 103, 0.31);
        -webkit-box-shadow: 0 5px 20px rgba(103, 103, 103, 0.31);
        box-shadow: 0 5px 20px rgba(103, 103, 103, 0.31);
      }
      .about-page .about-3 .left .list ul li {
        position: relative;
      }
      .about-page .about-3 .left .list ul li img {
        width: 100%;
      }
      .about-page .about-3 .right {
        padding-left: 9%;
        vertical-align: middle;
      }
      .about-page .about-3 .right .titleLine {
        max-width: 53%;
      }
      .about-page .about-3 .right .text {
        margin: 1em 0 2em;
      }
      .about-page .about-4 {
        padding-bottom: 90px;
      }
      .about-page .about-4 .box {
        position: relative;
      }
      .about-page .about-4 .box .bigImg {
        position: relative;
      }
      .about-page .about-4 .box .bigImg .slick-arrow {
        width: 40px;
        height: 74px;
        border: none;
        background-color: rgba(34, 34, 34, 0.2);
        background-position: center;
        background-size: 10px;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: transparent;
        overflow-x: hidden;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        z-index: 1;
      }
      .about-page .about-4 .box .bigImg .slick-arrow.slick-prev {
        background-image: url("../images/banner-btn-l.png");
        left: 20px;
      }
      .about-page .about-4 .box .bigImg .slick-arrow.slick-next {
        background-image: url("../images/banner-btn-r.png");
        right: 20px;
      }
      .about-page .about-4 .box .bigImg .slick-arrow:hover {
        background-color: var(--index-main-color);
      }
      .about-page .about-4 .box .smallImg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px 3%;
        z-index: 1;
      }
      .about-page .about-4 .box .smallImg:before {
        content: '';
        width: 100%;
        height: 120%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#1b1b1b), to(transparent));
        background-image: -webkit-linear-gradient(bottom, #1b1b1b, transparent);
        background-image: -moz-linear-gradient(bottom, #1b1b1b, transparent);
        background-image: linear-gradient(to top, #1b1b1b, transparent);
        opacity: .9;
      }
      .about-page .about-4 .box .smallImg ul {
        margin: -10px;
      }
      .about-page .about-4 .box .smallImg ul li {
        padding: 10px;
      }
      .about-page .about-4 .box .smallImg ul li a.img-box {
        display: block;
      }
      .about-page .about-4 .box .smallImg ul li span {
        display: block;
        font-weight: 300;
        font-size: 16px;
        margin-top: .1em;
        text-align: center;
        color: white;
      }
      .case-page {
        padding-top: 100px;
      }
      .case-page .case-1 .box {
        position: relative;
      }
      .case-page .case-1 .box .imgList a.img {
        display: block;
        /*height: 830px;*/
        background-size: cover;
        background-position: center;
        background-color: black;
      }
      .case-page .case-1 .box .imgList span.h6 {
        font-size: 16px;
        padding: 2em 5%;
        display: block;
        color: white;
        background-color: #222;
      }
      .case-page .case-1 .box .textList {
        left: 5%;
        top: 5%;
        width: 30%;
        position: absolute;
        background-color: var(--index-main-color);
        padding: 40px 20px;
        color: white;
      }
      .case-page .case-1 .box .textList ul {
        position: relative;
      }
      .case-page .case-1 .box .textList ul:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        left: 1.4em;
        top: 0;
        background-color: rgba(255, 255, 255, 0.2);
      }
      .case-page .case-1 .box .textList ul li {
        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;
        font-size: 16px;
        margin-bottom: 1.2em;
        cursor: pointer;
        cursor: hand;
      }
      .case-page .case-1 .box .textList ul li:last-child {
        margin-bottom: 0;
      }
      .case-page .case-1 .box .textList ul li i {
        width: 2em;
        height: 2em;
        border-radius: 100%;
        border: 1px solid transparent;
        position: relative;
        margin-right: 2em;
      }
      .case-page .case-1 .box .textList ul li i:before {
        content: '';
        width: .5em;
        height: .5em;
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: white;
      }
      .case-page .case-1 .box .textList ul li em {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
      }
      .case-page .case-1 .box .textList ul li.active i {
        border-color: white;
      }
      .case-page .case-1 .box .textList ul li.active em {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        font-weight: 500;
      }
      .contact-page .contact-1 {
        padding: 100px 0;
      }
      .contact-page .contact-1 .box {
        padding: 70px 9% 130px;
        background-color: #f5f4f3;
      }
      .contact-page .contact-1 .box span.h2 {
        margin-bottom: 2em;
      }
      .contact-page .contact-1 .box .form ul {
        margin: -15px -40px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .contact-page .contact-1 .box .form ul li {
        padding: 15px 40px;
      }
      .contact-page .contact-1 .box .form ul li input,
      .contact-page .contact-1 .box .form ul li textarea {
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        border: none;
        padding: 1em;
        background-color: white;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .contact-page .contact-1 .box .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .box .form ul li textarea::-webkit-input-placeholder {
        color: rgba(34, 34, 34, 0.6);
      }
      .contact-page .contact-1 .box .form ul li input:-moz-placeholder, .contact-page .contact-1 .box .form ul li textarea:-moz-placeholder {
        color: rgba(34, 34, 34, 0.6);
      }
      .contact-page .contact-1 .box .form ul li input::-moz-placeholder, .contact-page .contact-1 .box .form ul li textarea::-moz-placeholder {
        color: rgba(34, 34, 34, 0.6);
      }
      .contact-page .contact-1 .box .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .box .form ul li textarea:-ms-input-placeholder {
        color: rgba(34, 34, 34, 0.6);
      }
      .contact-page .contact-1 .box .form ul li input::placeholder,
      .contact-page .contact-1 .box .form ul li textarea::placeholder {
        color: rgba(34, 34, 34, 0.6);
      }
      .contact-page .contact-1 .box .form ul li textarea {
        height: 160px;
      }
      .contact-page .contact-1 .box .form ul li input[type="submit"] {
        background-color: var(--index-main-color);
        color: white;
      }
      .contact-page .contact-1 .box .form ul li input[type="submit"]:hover {
        background-color: black;
      }
      .contact-page .contact-1 .box .form ul li .pre {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
      }
      .contact-page .contact-2 .left {
        width: 33%;
        padding-right: 3%;
      }
      .contact-page .contact-2 .left span.h2 {
        margin-bottom: 1.7em;
      }
      .contact-page .contact-2 .left span.h2 i {
        font-size: 1.33333333em;
      }
      .contact-page .contact-2 .left .addList {
        position: relative;
        font-size: 14px;
      }
      .contact-page .contact-2 .left .addList span {
        font-weight: 600;
        padding: 1em;
        border-radius: .5em;
        background-color: var(--index-main-color);
        color: white;
      }
      .contact-page .contact-2 .left .addList ul {
        position: static;
        width: 100%;
        top: 100%;
        background-color: #f8f8f8;
        padding: 1em;
        z-index: 1;
      }
      .contact-page .contact-2 .left .addList ul li {
        padding: .7em .5em;
        border-top: 1px solid #eee;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        cursor: pointer;
        cursor: hand;
      }
      .contact-page .contact-2 .left .addList ul li:first-child {
        border-top: none;
      }
      .contact-page .contact-2 .left .addList ul li:hover,
      .contact-page .contact-2 .left .addList ul li.active {
        color: var(--index-main-color);
      }
      .contact-page .contact-2 .left .addList:hover ul {
        display: block;
      }
      .contact-page .contact-2 .left .addInfoList span.h3 {
        font-size: 30px;
        color: #222;
        line-height: 1.3;
        max-width: 12em;
        margin: 2.2em 0 1.7em;
        display: block;
        font-weight: 600;
      }
      .contact-page .contact-2 .left .addInfoList hr {
        margin: 0;
        border: none;
        height: 1px;
        background-color: #979797;
      }
      .contact-page .contact-2 .left .addInfoList .text {
        font-weight: 600;
        margin-top: 3em;
      }
      .contact-page .contact-2 .right {
        width: 67%;
      }
      .contact-page .contact-2 .right iframe {
        width: 120%;
        height: 650px;
        background-color: #eee;
        border: none;
        display: block;
      }
      .contact-page .contact-3 {
        padding: 110px 0;
      }
      .contact-page .contact-3 .left .img {
        height: 650px;
        background-size: cover;
        background-position: center;
        display: block;
      }
      .contact-page .contact-3 .right {
        padding-left: 5%;
      }
      .contact-page .contact-3 .right span.h2 {
        font-style: italic;
        font-weight: bold;
      }
      .contact-page .contact-3 .right span.h2 em {
        font-size: 1.8em;
        display: block;
        margin: .9em 0 .7em;
        color: var(--index-main-color);
      }
      .contact-page .contact-3 .right .info ul li {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #ccc;
      }
      .contact-page .contact-3 .right .info ul li .text {
        font-size: 18px;
      }
      .history-page {
        padding: 160px 0;
        background-image: url("../images/history-bg.jpg");
        background-position: top 35% right 3%;
        background-repeat: no-repeat;
        background-size: 50% auto;
        overflow-x: hidden;
      }
      .history-page .historyBox {
        padding-left: 7%;
      }
      .history-page span.h2 {
        font-weight: bold;
      }
      .history-page span.h2 i {
        font-size: 1.33333333em;
      }
      .history-page .box {
        padding: 120px 0 90px;
        overflow-x: hidden;
      }
      .history-page .box .slick-list {
        overflow: unset;
      }
      .history-page .box .left {
        width: 45%;
      }
      .history-page .box .left .img {
        height: 440px;
        background-size: cover;
        background-position: center;
      }
      .history-page .box .right {
        width: 45%;
        padding-left: 8%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .history-page .box .right span.h2 {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      .history-page .box .right span.h2 i {
        font-size: 5.55555556em;
        color: var(--index-main-color);
        display: block;
        line-height: 1;
        -webkit-transform: translateX(-70%);
        -moz-transform: translateX(-70%);
        -ms-transform: translateX(-70%);
        transform: translateX(-70%);
      }
      .history-page .box .right .text {
        height: 230px;
        max-height: 50%;
        padding-right: 3%;
        overflow: auto;
      }
      .history-page .box .slickBtn {
        width: 10%;
        margin-top: 7%;
      }
      .history-page .progress {
        font-size: 20px;
      }
      .history-page .progress .line {
        height: 2px;
        background-color: #d8d8d8;
        position: relative;
        width: 100%;
      }
      .history-page .progress .line:before {
        content: '';
        width: 200%;
        height: 100%;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: inherit;
      }
      .history-page .progress .line i {
        width: 76px;
        height: 76px;
        border-radius: 100%;
        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;
        background-color: var(--index-main-color);
        -webkit-transform: translateY(-50%) translateX(-50%);
        -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        position: relative;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        margin-left: 1em;
        left: 0;
      }
      .history-page .progress .line i:before {
        content: '';
        width: 10000%;
        height: 2px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 100%;
        background-color: inherit;
        margin-top: 1px;
      }
      .history-page .progress .yearList {
        margin-top: 50px;
        color: #222;
        position: relative;
        overflow: hidden;
      }
      .history-page .progress .yearList ul {
        overflow: auto;
        padding-bottom: 10px;
        margin-bottom: -20px;
      }
      .history-page .progress .yearList ul li {
        width: 108.57142857px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        opacity: .8;
        cursor: pointer;
        cursor: hand;
      }
      .history-page .progress .yearList ul li.active {
        opacity: 1;
        color: var(--index-main-color);
      }
      .news-page {
        padding: 68px 0 60px;
      }
      .news-page .sideBarRight .top {
        padding-top: 35%;
        background-size: cover;
        background-position: center;
      }
      .news-page .sideBarRight .top .content {
        padding: 20px 3% 40px;
        background-color: rgba(34, 34, 34, 0.5);
        color: white;
      }
      .news-page .sideBarRight .top .content .tag {
        font-size: 14px;
        font-weight: 300;
        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;
      }
      .news-page .sideBarRight .top .content .tag a {
        font-weight: normal;
        padding: .5em 1em;
        border-radius: 3px;
        background-color: var(--index-main-color);
        color: white;
      }
      .news-page .sideBarRight .top .content .tag time {
        margin-left: 2.3em;
        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;
      }
      .news-page .sideBarRight .top .content .tag time i {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        margin-right: .8em;
      }
      .news-page .sideBarRight .top .content span.h6 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.6;
        margin: .5em 0;
        display: block;
      }
      .news-page .sideBarRight .top .content .text {
        font-weight: 300;
        font-size: 14px;
        color: inherit;
        opacity: .8;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 3.6em;
      }
      .news-page .sideBarRight .list ul li {
        padding: 60px 0 40px;
        border-bottom: 1px solid #e7e7e7;
      }
      .news-page .sideBarRight .list ul li time {
        width: 24%;
        padding: 0 3%;
        font-size: 24px;
        font-weight: bold;
        color: var(--index-main-color);
      }
      .news-page .sideBarRight .list ul li .content {
        width: 66%;
      }
      .news-page .sideBarRight .list ul li .content span.h6 {
        font-size: 24px;
        color: #222;
        line-height: 1.4;
        font-weight: bold;
        display: block;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 2.8em;
      }
      .news-page .sideBarRight .list ul li .content span.h6:hover {
        color: var(--index-main-color);
      }
      .news-page .sideBarRight .list ul li .content .text {
        font-weight: 300;
        font-size: 14px;
        color: #222;
        opacity: .8;
        margin: 1em 0 1.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 5.4em;
      }
      .news-page .sideBarRight .list ul li .content a.more {
        font-size: 14px;
      }
      .news-page .sideBarRight .list ul li a.link {
        width: 10%;
        text-align: right;
        padding-top: 1%;
      }
      .newdet-page {
        padding: 130px 0 70px;
      }
      .newdet-page h1 {
        font-weight: bold;
        font-size: 36px;
        color: #222;
        line-height: 1.3;
      }
      .newdet-page hr {
        display: block;
        opacity: .5;
      }
      .newdet-page time {
        font-size: 24px;
        color: var(--index-main-color);
        font-weight: bold;
        display: block;
        line-height: 1.2;
        margin-top: 1em;
      }
      .newdet-page .text {
        margin: 2em 0 3em;
      }
      .product-page .product-1 {
        padding: 130px 0 90px;
      }
      .product-page .sideBarRight .top {
        padding-top: 38%;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 1;
      }
      .product-page .sideBarRight .top:before {
        content: '';
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
        background-image: -webkit-gradient(linear, left bottom, left top, from(var(--index-main-color)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, var(--index-main-color), transparent);
        background-image: -moz-linear-gradient(bottom, var(--index-main-color), transparent);
        background-image: linear-gradient(to top, var(--index-main-color), transparent);
        opacity: .9;
      }
      .product-page .sideBarRight .top .content {
        padding: 3% 4%;
        color: white;
      }
      .product-page .sideBarRight .top .content span.h3 {
        font-weight: 600;
        font-size: 20px;
        display: block;
        line-height: 1.4;
      }
      .product-page .sideBarRight .top .content .text {
        font-size: 14px;
        font-weight: 300;
        margin: .5em 0 2em;
         overflow: auto;
         max-height: 6em;
          color: inherit;
          line-height: 28px;
      }
      .product-page .sideBarRight .top .content .btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
      }
      .product-page .sideBarRight .top .content .btn a {
        /*width: 80px;*/
        height: 44px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 3px;
        margin-right: 12px;
        background-color: white;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        padding: 0 1.5em;
        color: var(--index-main-color);
      }
      .product-page .sideBarRight .top .content .btn a img {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        margin-right: .5em;
      }
      .product-page .sideBarRight .top .content .btn a:hover {
        background-color: black;
        color: white;
      }
      .product-page .sideBarRight .top .content .btn a:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
      }
      .product-page .sideBarRight .recommended {
        padding-top: 0;
      }
      .product-page .sideBarRight .recommended .list {
        margin-top: 50px;
      }
      .product-page .product-2 {
        padding: 25px 0;
        background-color: #fcfcfc;
        -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
      }
      .product-page .product-2 span.h3 {
        font-size: 18px;
        color: #222;
        font-weight: 600;
        display: block;
        line-height: 1.4;
      }
      .product-page .product-2 time {
        display: block;
        font-weight: 300;
        font-size: 14px;
        color: #1b1b1b;
        opacity: .8;
        margin: .7em 0;
      }
      .product-page .product-2 .text {
        font-weight: 300;
        opacity: .6;
      }
      .prodet-page {
        padding: 80px 0 100px;
      }
      .prodet-page .sideBarRight .prodet-1 img {
        width: 100%;
      }
      .prodet-page .sideBarRight .prodet-1 .big {
        width: 73%;
        position: relative;
      }
      .prodet-page .sideBarRight .prodet-1 .big .btnLink div {
        width: 40px;
        height: 74px;
        background-color: rgba(34, 34, 34, 0.2);
        background-position: center;
        background-size: 10px;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        cursor: hand;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .prodet-page .sideBarRight .prodet-1 .big .btnLink div.prev {
        left: 1px;
        background-image: url("../images/banner-btn-l.png");
      }
      .prodet-page .sideBarRight .prodet-1 .big .btnLink div.next {
        right: 1px;
        background-image: url("../images/banner-btn-r.png");
      }
      .prodet-page .sideBarRight .prodet-1 .big .btnLink div:hover {
        background-color: var(--index-main-color);
      }
      .prodet-page .sideBarRight .prodet-1 .small {
        width: 27%;
        padding-left: 4%;
      }
      .prodet-page .sideBarRight .prodet-1 .small ul {
        margin: -4.5%;
      }
      .prodet-page .sideBarRight .prodet-1 .small ul li {
        padding: 4.5%;
      }
      .prodet-page .sideBarRight .prodet-1 .small ul li a {
        display: block;
        border: 1px solid #e3e4e9;
      }
      .prodet-page .sideBarRight .prodet-2 {
        padding-top: 35px;
      }
      .prodet-page .sideBarRight .prodet-2 .title h1 {
        font-weight: bold;
        font-size: 36px;
        line-height: 1.4;
        max-width: 70%;
        margin-right: 3%;
      }
      .prodet-page .sideBarRight .prodet-2 .flexLink {
        margin-top: 2em;
      }
      .prodet-page .sideBarRight .prodet-3 {
        padding-top: 60px;
      }
      .prodet-page .sideBarRight .prodet-3 span.h3 {
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
        color: #222;
        line-height: 1.2;
        display: block;
      }
      .prodet-page .sideBarRight .prodet-3 hr {
        opacity: .6;
      }
      .prodet-page .sideBarRight .prodet-3 .text {
        margin-top: 1.5em;
      }
      .prodet-page .sideBarRight .prodet-3 table {
        border: 1px solid #222;
      }
      .prodet-page .sideBarRight .prodet-3 table tr:nth-child(even) {
        background-color: #f9f9fe;
      }
      .prodet-page .sideBarRight .prodet-3 table td {
        border: 1px solid #ddd;
        color: #666;
        padding: .5em 1em;
        min-width: 90px !important;
        word-wrap: break-word;
        word-break: auto-phrase;
      }
      .prodet-page .sideBarRight .prodet-3 table td:last-child {
        min-width: unset !important;
      }
      .quality-page .quality-1 {
        padding: 100px 0 80px;
      }
      .quality-page .quality-1 span.h2 {
        margin-bottom: .8em;
      }
      .quality-page .quality-1 .text p {
        margin-top: 1.2em;
      }
      .quality-page .quality-1 .text p:first-child {
        margin-top: 0;
      }
      .quality-page .quality-2 {
        overflow: hidden;
      }
      .quality-page .quality-2 .box {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f9f9fe;
      }
      .quality-page .quality-2 .left {
        position: relative;
      }
      .quality-page .quality-2 .left:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        right: 100%;
        top: 0;
        background-color: var(--index-main-color);
        opacity: .5;
        z-index: 1;
      }
      .quality-page .quality-2 .left .slick {
        width: 127%;
        margin-left: -27%;
      }
      .quality-page .quality-2 .left .slick .slide {
        display: block !important;
      }
      .quality-page .quality-2 .left .img {
        height: 590px;
        background-size: cover;
        background-position: center;
      }
      .quality-page .quality-2 .right {
        padding-left: 4%;
        padding-right: 2%;
      }
      .quality-page .quality-2 .right span.h2 em {
        font-size: 0.83333333em;
        margin-bottom: 1em;
        display: block;
      }
      .quality-page .quality-2 .right .text {
        padding-right: 3%;
        max-height: 250px;
        margin-bottom: 1.5em;
        overflow: auto;
      }
      .quality-page .quality-2 .right .slickBtn {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
      }
      .quality-page .quality-2 .right .slickBtn .prev {
        margin-left: 0;
      }
      .quality-page .quality-3 {
        padding: 120px 0 100px;
        text-align: center;
      }
      .quality-page .quality-3 .text {
        max-width: 1250px;
        margin: 40px auto 50px;
      }
      .quality-page .quality-3 .box {
        margin-top: 80px;
      }
      .quality-page .quality-3 .box .text {
        margin: 0;
        width: 48.2%;
      }
      .quality-page .quality-3 .box .text table tr {
        background-color: transparent !important;
      }
      .quality-page .quality-3 .box .text table tr:nth-child(odd) {
        background-color: #fcfcfc !important;
      }
      .quality-page .quality-3 .box .text table tr:first-child {
        background-color: #c4d6e4 !important;
      }
      .quality-page .quality-3 .box .text table tr td {
        padding: 1em;
        border: 1px solid #e8e8e8;
      }
      .rd-page .rd-1 {
        padding: 160px 0 130px;
      }
      .rd-page .rd-1 .list {
        position: relative;
      }
      .rd-page .rd-1 .list ul {
        margin: -30px;
        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;
      }
      .rd-page .rd-1 .list ul li {
        padding: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
      }
      .rd-page .rd-1 .list ul li .content {
        height: 100%;
        background-color: #f9f9fe;
        padding: 5.5%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      }
      .rd-page .rd-1 .list ul li .content span.h6 {
        font-size: 24px;
        font-weight: 600;
        display: block;
        line-height: 1.4;
        width: 100%;
        padding-right: 10%;
      }
      .rd-page .rd-1 .list ul li .content span.h6.line:after {
        content: '';
        width: 4.66666667em;
        height: 1px;
        background-color: var(--index-main-color);
        display: block;
        margin-top: .1em;
      }
      .rd-page .rd-1 .list ul li .content .text {
        font-weight: normal;
        max-width: 570px;
        margin-top: .5em;
      }
      .rd-page .rd-1 .list ul li a.img-box {
        display: block;
        height: 360px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
      }
      .rd-page .rd-1 .list ul li a.img-box img {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
      }
      .rd-page .rd-1 .list .logo {
        width: 200px;
        height: 200px;
        border-radius: 100%;
        -o-box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
        -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        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%);
        background-color: white;
      }
      .rd-page .rd-1 .list .logo img {
        max-width: 100%;
      }
      .rd-page .rd-2 {
        padding: 100px 0 90px;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
      }
      .rd-page .rd-2 .box {
        max-width: 920px;
        display: block;
        margin-left: auto;
        background-color: white;
      }
      .rd-page .rd-2 .box span.h6 {
        font-weight: 600;
        font-size: 24px;
        padding: 1em 2em;
        background-color: var(--index-main-color);
        color: white;
        display: block;
        position: relative;
      }
      .rd-page .rd-2 .box span.h6:before {
        content: '';
        border-left: .5em solid transparent;
        border-right: .55em solid transparent;
        border-top: 0.5em solid var(--index-main-color);
        position: absolute;
        left: 2em;
        top: 100%;
      }
      .rd-page .rd-2 .box .list {
        padding: 60px 35px;
      }
      .rd-page .rd-2 .box .list .scroll {
        max-height: 330px;
        overflow: auto;
      }
      .rd-page .rd-2 .box .list .scroll ul li {
        padding: 35px;
      }
      .rd-page .rd-2 .box .list .scroll ul li .flex span.h2 {
        margin-right: 1em;
        text-align: center;
      }
      .rd-page .rd-2 .box .list .scroll ul li .flex span.h2 em {
        font-size: 2em;
        font-weight: bold;
        width: 1.7em;
        display: block;
        color: var(--index-main-color);
      }
      .rd-page .rd-2 .box .list .scroll ul li .flex .text {
        font-weight: normal;
      }
      .rd-page .rd-3 {
        background-color: #f9f9fe;
        padding: 90px 0;
        overflow-x: hidden;
      }
      .rd-page .rd-3 span.h2 {
        margin-bottom: 2em;
      }
      .rd-page .rd-3 .list {
        position: relative;
        z-index: 1;
      }
      .rd-page .rd-3 .list:before {
        content: '';
        border-bottom: 1px dashed #8d8d90;
        position: absolute;
        bottom: 12px;
        left: 0;
        width: 100%;
        z-index: -1;
      }
      .rd-page .rd-3 .list ul {
        margin: 0 -50px;
      }
      .rd-page .rd-3 .list ul li {
        padding: 0 50px;
      }
      .rd-page .rd-3 .list ul li a {
        display: block;
      }
      .rd-page .rd-3 .list ul li a img {
        width: auto;
        display: block;
        margin: 0 auto;
        max-height: 320px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
      }
      .rd-page .rd-3 .list ul li i {
        content: '';
        font-size: 10px;
        width: 2.5em;
        height: 2.5em;
        border: 1px solid var(--index-main-color);
        border-radius: 100%;
        display: block;
        margin: 0 auto;
        position: relative;
        margin-top: 5em;
      }
      .rd-page .rd-3 .list ul li i:before {
        content: '';
        width: 1em;
        height: 1em;
        border-radius: inherit;
        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%);
        background-color: var(--index-main-color);
      }
      .service-page .service-1 {
        padding: 45px 0 75px;
      }
      .service-page .service-1 .box .left {
        width: 52%;
      }
      .service-page .service-1 .box .left span.h2 {
        margin-bottom: 1em;
      }
      .service-page .service-1 .box .right {
        text-align: right;
        width: 48%;
      }
      .service-page .service-1 .list {
        margin-top: 60px;
      }
      .service-page .service-1 .list ul {
        margin: -10px;
      }
      .service-page .service-1 .list ul li {
        padding: 10px;
      }
      .service-page .service-1 .list ul li .box2 {
        padding: 20px 25px 30px;
        height: 100%;
        background-color: white;
        border-bottom: 5px solid var(--index-main-color);
        -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 .service-1 .list ul li .box2 i {
        display: block;
      }
      .service-page .service-1 .list ul li .box2 span.h6 {
        font-size: 18px;
        font-weight: 600;
        display: block;
        line-height: 1.4;
        margin: .5em 0 .8em;
      }
      .service-page .service-1 .list ul li .box2 .text {
        color: rgba(34, 34, 34, 0.7);
      }
      .service-page .service-2 {
        padding: 150px 0 140px;
        background-image: url("../images/service-2-bg.jpg");
        background-position: center;
        background-size: cover;
        overflow: hidden;
      }
      .service-page .service-2 .box {
        width: 50%;
      }
      .service-page .service-2 .box span.h2 {
        margin-bottom: 1em;
      }
      .service-page .service-2 .list {
        margin-top: 100px;
      }
      .service-page .service-2 .list ul {
        margin: -55px;
      }
      .service-page .service-2 .list ul li {
        padding: 55px;
      }
      .service-page .service-2 .list ul li .box2 {
        padding: 25px;
        background-color: white;
        -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
        height: 100%;
      }
      .service-page .service-2 .list ul li .box2 .img {
        height: 250px;
        width: 52%;
        background-size: cover;
        background-position: center;
      }
      .service-page .service-2 .list ul li .box2 .content {
        width: 48%;
        padding-left: 4%;
      }
      .service-page .service-2 .list ul li .box2 .content span.h6 {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.2;
        display: block;
      }
      .service-page .service-2 .list ul li .box2 .content .text {
        color: #222;
        margin-top: 1em;
      }
      .service-page .service-3 {
        padding: 75px 0 95px;
        background: #f6f6f6;
      }
      .service-page .service-3 .box {
        background-image: url("../images/icon-service-3.jpg");
        background-position: right top 5%;
        background-repeat: no-repeat;
        background-size: 8.02631579% auto;
      }
      .service-page .service-3 .left {
        padding-right: 8%;
        vertical-align: middle;
      }
      .service-page .service-3 .left .img {
        height: 600px;
        background-size: cover;
        background-position: center;
      }
      .service-page .service-3 .right {
        vertical-align: middle;
        padding-right: 6%;
      }
      .service-page .service-3 .right span.h2 {
        margin-bottom: 1.8em;
      }
      .service-page .service-3 .right span.h2:after {
        width: 55%;
        margin-top: .8em;
      }
      .service-page .service-3 .right .slickBtn {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-top: 7em;
      }
      .service-page .service-3 .right .slickBtn .prev {
        margin-left: 0;
      }
      .social-page .social-1 {
        padding: 75px 0 125px;
      }
      .social-page .social-1 span.h2 {
        margin-bottom: 1em;
      }
      .social-page .social-1 .text {
        max-width: 1250px;
        margin-bottom: 3em;
      }
      .social-page .social-1 .list ul {
        margin: -35px;
      }
      .social-page .social-1 .list ul li {
        padding: 35px;
      }
      .social-page .social-1 .list ul li .box {
        -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
      }
      .social-page .social-1 .list ul li .box .left a.img {
        height: 530px;
        background-size: cover;
        background-position: center;
        display: block;
      }
      .social-page .social-1 .list ul li .box .right {
        padding: 0 4%;
      }
      .social-page .social-1 .list ul li .box .right span.h6 {
        font-weight: 600;
        font-size: 24px;
        color: #222;
        display: block;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
      }
      .social-page .social-1 .list ul li .box .right span.h6:hover {
        color: var(--index-main-color);
      }
      .social-page .social-1 .list ul li .box .right time {
        display: block;
        font-weight: 300;
        font-size: 14px;
        color: #1b1b1b;
        margin: 2em 0;
      }
      .social-page .social-1 .list ul li .box .right .text {
        margin-bottom: 0;
      }
      .social-page .social-1 .list ul li .box .right .slickBtn {
        margin-top: 40px;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -moz-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
      }
      .social-page .social-1 .list ul li .box .right .slickBtn .prev {
        margin-left: 0;
      }
      .social-page .social-2 {
        padding: 230px 0 200px;
        background-size: cover;
        background-position: center;
        background-image: url("../images/social-2-bg.jpg");
      }
      .social-page .social-2 .box {
        max-width: 600px;
        margin-left: auto;
        display: block;
      }
      .social-page .social-2 .box span.h2 {
        margin-bottom: 2em;
      }
      .social-page .social-2 .box .list ol li {
        font-size: 18px;
        font-weight: 300;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3.2em;
      }
      .social-page .social-2 .box .list ol li i {
        margin-right: 1.5em;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
      }
      .social-page .social-2 .box .list ol li:last-child {
        margin-bottom: 0;
      }
      .social-page .social-2 .box .list ol li:hover {
        font-weight: 500;
      }
      .sustainability-page .sustainability-1 {
        padding: 80px 0 50px;
        overflow: hidden;
      }
      .sustainability-page .sustainability-1 .box .left {
        width: 86%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1%;
      }
      .sustainability-page .sustainability-1 .box .left span.h2 {
        margin-bottom: .8em;
      }
      .sustainability-page .sustainability-1 .box .right {
        width: 24%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
      }
      .sustainability-page .sustainability-2 {
        padding-top: 32%;
        background-size: cover;
        background-position: center;
      }
      .sustainability-page .sustainability-2 .bottom {
        padding: 50px 0 60px;
        background-color: rgba(34, 34, 34, 0.5);
        color: white;
      }
      .sustainability-page .sustainability-2 .bottom .text {
        color: inherit;
      }
      .sustainability-page .sustainability-3 {
        padding-top: 75px;
      }
      .sustainability-page .sustainability-3 .slide {
        margin-bottom: 60px;
      }
      .sustainability-page .sustainability-3 .slide .left {
        vertical-align: middle;
        padding-right: 3%;
      }
      .sustainability-page .sustainability-3 .slide .left span.h2 {
        margin-bottom: 1em;
      }
      .sustainability-page .sustainability-3 .slide .right {
        vertical-align: middle;
      }
      .sustainability-page .sustainability-3 .slide .right .img {
        display: block;
        height: 420px;
        background-size: cover;
        background-position: center;
      }
      .sustainability-page .sustainability-3 .slide:nth-child(even) {
        direction: rtl;
      }
      .sustainability-page .sustainability-3 .slide:nth-child(even) .left {
        direction: ltr;
        padding-right: 0;
        padding-left: 3%;
      }
      @media screen and (max-width: 1800px) {
        .about-page .about-1 {
          padding: 70px 0;
        }
        /* .inner-banner span.h2, */
        .inner-page span.h2,
       
        .newdet-page h1,
        .prodet-page .sideBarRight .prodet-2 .title h1 {
          font-size: 32px;
        }
        .about-page .about-1 .left .text,
        .contact-page .contact-3 .right .info ul li .text {
          font-size: 16px;
        }
        .about-page .about-1 .right .img .play {
          font-size: 14px;
        }
        .about-page .about-3 {
          padding: 140px 0;
        }
        /* .inner-banner span.h2 i.circleDots {
          font-size: 7px;
          margin-right: 3em;
        }
        .inner-banner {
          padding: 100px 0;
        } */
        .inner-nav a {
          font-size: 14px;
        }
        .inner-nav {
          padding: 20px 0;
        }
        .case-page {
          padding-top: 70px;
        }
        .case-page .case-1 .box .textList {
          width: 35%;
        }
        .case-page .case-1 .box .textList ul li {
          font-size: 14px;
        }
        /*.case-page .case-1 .box .imgList a.img {
          height: 600px;
        }*/
        .case-page .case-1 .box .textList ul:before {
          left: 1.2em;
        }
        .inner-page .recommended,
        .contact-page .contact-1,
        .contact-page .contact-3,
        .rd-page .rd-1,
        .rd-page .rd-3,
        .social-page .social-1 {
          padding: 70px 0;
        }
        .inner-page .recommended .list {
          margin-top: 50px;
        }
        .contact-page .contact-1 .box {
          padding: 5%;
        }
        .contact-page .contact-1 .box .form ul li {
          padding: 15px;
        }
        .contact-page .contact-1 .box .form ul {
          margin: -15px;
        }
        .contact-page .contact-1 .box .form ul li input,
        .contact-page .contact-1 .box .form ul li textarea {
          font-size: 14px;
        }
        .contact-page .contact-2 .left .addInfoList span.h3 {
          font-size: 24px;
        }
        .contact-page .contact-3 .left .img {
          height: 580px;
        }
        .history-page {
          padding: 100px 0;
        }
        .history-page .progress {
          font-size: 18px;
        }
        .history-page .progress .line i {
          width: 60px;
          height: 60px;
        }
        .history-page .progress .line i img {
          max-width: 70%;
        }
        .history-page .progress .yearList ul li {
          width: 97.85714286px;
        }
        .news-page {
          padding: 80px 0 60px;
        }
        .inner-page .sideBarBox .sideBarLeft .slide {
          margin-top: 50px;
        }
        .inner-page .sideBarBox .sideBarLeft span.h3,
        .news-page .sideBarRight .list ul li .content span.h6,
        .social-page .social-1 .list ul li .box .right span.h6 {
          font-size: 20px;
        }
        .inner-page .sideBarBox .sideBarLeft .nav,
        .inner-page .sideBarBox .sideBarLeft .form .text {
          font-size: 14px;
        }
        .inner-page .sideBarBox .sideBarLeft .nav ul li {
          margin-bottom: 1em;
        }
        .inner-page .sideBarBox .sideBarLeft .newsList ul li span.h6,
        .news-page .sideBarRight .top .content span.h6 {
          font-size: 16px;
        }
        .inner-page .sideBarBox .sideBarLeft .newsList ul li {
          margin-bottom: 25px;
        }
        .inner-page .sideBarBox .sideBarLeft .proList ul li a.img-box {
          height: 100px;
        }
        .inner-page .sideBarBox .sideBarLeft .form span.h5 {
          font-size: 24px;
        }
        .inner-page .sideBarBox .sideBarLeft .form {
          padding: 10% 5%;
        }
        .news-page .sideBarRight .top .content {
          padding: 2%;
        }
        .news-page .sideBarRight .list ul li {
          padding: 40px 0;
        }
        .news-page .sideBarRight .list ul li time,
        .inner-page .m-page,
        .newdet-page time,
        .rd-page .rd-1 .list ul li .content span.h6,
        .rd-page .rd-2 .box span.h6 {
          font-size: 20px;
        }
        .newdet-page,
        .product-page .product-1 {
          padding: 100px 0 60px;
        }
        .product-page .sideBarRight .top {
          padding-top: 25%;
        }
        .quality-page .quality-1,
        .quality-page .quality-3 {
          padding: 60px 0;
        }
        .quality-page .quality-2 .left .img {
          height: 500px;
        }
        .quality-page .quality-3 .text {
          margin: 30px auto;
        }
        .quality-page .quality-3 .box {
          margin-top: 50px;
        }
        .rd-page .rd-1 .list ul li .content {
          padding: 4%;
        }
        .rd-page .rd-1 .list .logo {
          width: 160px;
          height: 160px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
        }
        .rd-page .rd-1 .list .logo a {
          text-align: center;
        }
        .rd-page .rd-1 .list .logo img {
          max-width: 70%;
        }
        .rd-page .rd-2 .box .list {
          padding: 40px 30px;
        }
        .rd-page .rd-2 .box .list .scroll ul li {
          padding: 25px;
        }
        .service-page .service-1 .list ul li .box2 i img {
          max-height: 60px;
        }
        .service-page .service-2 {
          padding: 90px 0;
        }
        .service-page .service-2 .list ul li {
          padding: 30px;
        }
        .service-page .service-2 .list ul {
          margin: -30px;
        }
        .service-page .service-2 .list {
          margin-top: 60px;
        }
        .service-page .service-3 .left .img {
          height: 480px;
        }
        .service-page .service-3 .right span.h2:after {
          margin-top: .3em;
        }
        .service-page .service-3 .right span.h2 {
          margin-bottom: 1em;
        }
        .service-page .service-3 {
          padding: 50px 0;
        }
        .social-page .social-2 {
          padding: 140px 0 100px;
        }
        .sustainability-page .sustainability-1 .box .left {
          width: 76%;
        }
        .sustainability-page .sustainability-2 {
          padding-top: 25%;
        }
        .sustainability-page .sustainability-2 .bottom {
          padding: 40px 0;
        }
      }
      @media screen and (max-width: 1450px) {
        /* .inner-banner span.h2, */
        .inner-page span.h2,
        .newdet-page h1,
        .prodet-page .sideBarRight .prodet-2 .title h1 {
          font-size: 28px;
        }
        .history-page .progress .yearList ul li {
          width: 120px;
        }
        .sustainability-page .sustainability-1 {
          padding: 50px 0;
        }
        .sustainability-page .sustainability-1 .box .left {
          width: 100%;
          padding-right: 0;
        }
        .sustainability-page .sustainability-1 .box .right {
          display: none;
        }
        .sustainability-page .sustainability-2 {
          padding-top: 18%;
        }
        .sustainability-page .sustainability-3 .slide .right .img {
          height: 360px;
        }
        .social-page .social-1 .list ul li .box .left a.img {
          height: 420px;
        }
        .social-page .social-1 .list ul li .box .right time {
          margin: 1em 0;
        }
        .social-page .social-1 .list ul li .box .right .slickBtn {
          margin-top: 10px;
        }
        .social-page .social-2 {
          padding: 90px 0 70px;
        }
        .social-page .social-2 .box .list ol li,
        .service-page .service-1 .list ul li .box2 span.h6 {
          font-size: 16px;
        }
        .social-page .social-2 .box {
          max-width: 500px;
        }
        .service-page .service-2 .list ul li .box2 .img {
          width: 47%;
        }
        .service-page .service-2 .list ul li .box2 .content {
          width: 53%;
        }
        .service-page .service-3 .left .img {
          height: 400px;
        }
        .service-page .service-3 .right .slickBtn {
          margin-top: 4em;
        }
        .service-page .service-3 .right span.h2 {
          margin-bottom: .5em;
        }
        .rd-page .rd-1 .list ul li a.img-box {
          height: 260px;
        }
        .rd-page .rd-2 .box .list .scroll ul li .flex span.h2 em {
          font-size: 1.8em;
        }
        .rd-page .rd-3 .list ul li a img {
          max-height: 240px;
        }
        .rd-page .rd-3 .list ul li i {
          margin-top: 3em;
        }
        .service-page .service-3 .left {
          padding-right: 4%;
        }
        .social-page .social-2 .box .list ol li {
          margin-bottom: 2em;
        }
        .social-page .social-2 .box span.h2 {
          margin-bottom: 1.5em;
        }
      }
      @media screen and (max-width: 1250px) {
        /* .inner-banner span.h2, */
        .inner-page span.h2,
        .newdet-page h1,
        .prodet-page .sideBarRight .prodet-2 .title h1 {
          font-size: 24px;
        }
        .inner-nav {
          display: none;
        }
        .history-page .progress .yearList ul li {
          width: 138.57142857px;
        }
        .sustainability-page .sustainability-3 {
          padding-top: 50px;
        }
        .sustainability-page .sustainability-3 .slide .left span.h2 {
          margin-bottom: .5em;
        }
        .social-page .social-1 .list ul li .box .right time {
          margin: .5em 0;
        }
        .social-page .social-2 .box {
          max-width: 400px;
        }
        .social-page .social-2 .box .list ol li,
        .service-page .service-1 .list ul li .box2 span.h6 {
          font-size: 14px;
              line-height: 30px;
        }
        .social-page .social-2 .box .list ol li i {
          max-width: 20px;
        }
        .service-page .service-1 .box .right {
          padding-left: 15%;
        }
        .service-page .service-1 .list ul li .box2 i img {
          max-height: 50px;
        }
        .service-page .service-1 .list ul li .box2 {
          padding: 20px;
        }
        .service-page .service-1 {
          padding: 40px 0;
        }
        .service-page .service-1 .list {
          margin-top: 30px;
        }
        .service-page .service-2 {
          padding: 60px 0;
        }
        .service-page .service-2 .list ul li .box2 {
          padding: 15px;
          display: block;
        }
        .service-page .service-2 .list ul li .box2 .content span.h6 {
          font-size: 16px;
        }
        .service-page .service-2 .list ul li .box2 .img {
          width: 100%;
          height: 180px;
        }
        .service-page .service-2 .list ul li .box2 .content {
          width: 100%;
          padding: 20px 0 0;
        }
        .service-page .service-2 .list ul li {
          padding: 15px;
        }
        .service-page .service-2 .list ul {
          margin: -15px;
        }
        .service-page .service-3 .left .img {
          height: 320px;
        }
        .news-page .sideBarRight .list ul li time,
        .inner-page .m-page,
        .newdet-page time,
        .rd-page .rd-1 .list ul li .content span.h6,
        .rd-page .rd-2 .box span.h6 {
          font-size: 18px;
        }
        .rd-page .rd-1 .list ul li {
          padding: 20px;
        }
        .rd-page .rd-1 .list ul {
          margin: -20px;
        }
        .rd-page .rd-3 .list ul li a img {
          max-height: 180px;
        }
        .rd-page .rd-3 span.h2 {
          margin-bottom: 1em;
        }
        .quality-page .quality-2 .left .img {
          height: 400px;
        }
        .quality-page .quality-3 .box {
          display: block;
        }
        .quality-page .quality-3 .box .text {
          width: 100%;
        }
        .quality-page .quality-3 .box {
          margin-top: 30px;
        }
        .inner-page .sideBarBox .sideBarLeft {
          display: none;
        }
        .inner-page .sideBarBox .sideBarRight {
          width: 100%;
        }
        .inner-page .flexLink {
          font-size: 14px;
        }
        .prodet-page .sideBarRight .prodet-3 span.h3 {
          font-size: 20px;
        }
        .newdet-page,
        .product-page .product-1 {
          padding: 60px 0 50px;
        }
        .product-page .sideBarRight .top {
          padding-top: 18%;
        }
        .history-page .historyBox {
          padding-left: 0;
        }
        .history-page .box .right span.h2 i {
          -webkit-transform: translateX(-40%);
          -moz-transform: translateX(-40%);
          -ms-transform: translateX(-40%);
          transform: translateX(-40%);
        }
        .history-page .box .right span.h2 {
          -webkit-transform: translateY(-30%);
          -moz-transform: translateY(-30%);
          -ms-transform: translateY(-30%);
          transform: translateY(-30%);
        }
        .history-page .box .right .text {
          height: 200px;
        }
        .history-page .box .left .img {
          height: 360px;
        }
        .history-page .box {
          padding: 90px 0 50px;
        }
        .history-page {
          padding: 60px 0;
        }
        .contact-page .contact-2 .left .addInfoList span.h3 {
          font-size: 20px;
        }
        .contact-page .contact-3 .right span.h2 em {
          font-size: 1.6em;
        }
        .case-page .case-1 .box .textList {
          width: 50%;
        }
        /*.case-page .case-1 .box .imgList a.img {
          height: 480px;
        }*/
        .case-page .case-1 .box .textList ul li {
          margin-bottom: .6em;
        }
        .carBtn {
          font-size: 20px;
        }
        .about-page .about-1 .right {
          width: 100%;
          padding-left: 0;
          margin-top: 20px;
        }
        .about-page .about-1 .left {
          width: 100%;
        }
        .about-page .about-1 .box {
          display: block;
        }
        .about-page .about-1 .right .img {
          height: 280px;
        }
        .about-page .about-2 .top ul li .dots {
          margin-top: 8%;
        }
        .about-page .about-2 .top ul li {
          height: 400px;
        }
        .about-page .about-3 {
          padding: 90px 0;
        }
        .about-page .about-4 {
          padding-bottom: 50px;
        }
      }
      @media screen and (max-width: 1000px) {
        /* .inner-banner {
          padding: 70px 0;
        } */
        .history-page .progress .yearList ul li {
          width: 100px;
        }
        /* .inner-banner span.h2, */
        .inner-page span.h2,
        .newdet-page h1,
        .prodet-page .sideBarRight .prodet-2 .title h1 {
          font-size: 20px;
          line-height: 36px;
        }
        .about-page .about-1 .left .text,
        .contact-page .contact-3 .right .info ul li .text {
          font-size: 14px;
        }
        .about-page .about-1 .right .img .play {
          font-size: 10px;
        }
        .about-page .about-2 .top ul li {
          height: 320px;
        }
        .about-page .about-3 .right {
          width: 100%;
          padding-left: 0;
          margin-top: 30px;
        }
        .about-page .about-3 .left {
          width: 100%;
          padding: 0 10%;
          margin: 12% 0;
        }
        .about-page .about-3 {
          padding: 50px 0;
        }
        .about-page .about-4 .box .smallImg ul li span {
          font-size: 14px;
        }
      }
      @media screen and (max-width: 700px) {
        /* .inner-banner, */
        .about-page .about-1 {
          padding: 50px 0;
        }
        .about-page .about-1 .right .img {
          height: 240px;
        }
        .about-page .about-2 .bottom .text:before {
          width: 2em;
        }
        .about-page .about-2 .bottom .text {
          margin-left: 1.5em;
        }
        .about-page .about-2 .bottom {
          padding: 15px 0;
        }
        .about-page .about-4 .box .bigImg .slick-arrow {
          width: 32px;
          height: 60px;
        }
        .case-page .case-1 .box .textList {
          width: 90%;
          padding: 20px;
        }
        /*.case-page .case-1 .box .imgList a.img {
          height: 360px;
        }*/
        .case-page .case-1 .box .imgList span.h6 {
          font-size: 14px;
        }
        .inner-page .recommended .list ul li .box .title {
          padding-top: 1em;
        }
        .inner-page .recommended .list ul li .box {
          background-color: #f9f9fe;
          border-color: #e7e9ed;
        }
        .inner-page .recommended .list ul li .box .carBtn {
          opacity: 1 !important;
        }
        .inner-page .recommended .list ul li .box .img-box .carBtn {
          position: static;
          margin: .5em 0;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
        }
        .inner-page .recommended .list ul li .box {
          padding: 10px;
        }
        .contact-page .contact-1 .box .form ul li {
          width: 100%;
          padding: 5px;
        }
        .contact-page .contact-1 .box .form ul {
          margin: -5px;
        }
        .contact-page .contact-1 .box .form ul li input[type="submit"] {
          margin-top: 10px;
        }
        .contact-page .contact-1 .box {
          padding: 10% 5%;
        }
        .contact-page .contact-2 .left {
          width: 100%;
          padding-right: 0;
        }
        .contact-page .contact-2 .right {
          width: 100%;
          margin-top: 20px;
        }
        .contact-page .contact-2 .box {
          display: block;
        }
        .contact-page .contact-2 .right iframe {
          width: 100%;
          height: 300px;
        }
        .contact-page .contact-2 .left .addInfoList span.h3 {
          margin: 1em 0;
        }
        .contact-page .contact-2 .left .addInfoList .text {
          margin-top: 1.5em;
        }
        .contact-page .contact-3 .right {
          width: 100%;
          padding-left: 0;
        }
        .contact-page .contact-3 .left {
          display: none;
        }
        .history-page .box .right span.h2 i {
          -webkit-transform: translate(0);
          -moz-transform: translate(0);
          -ms-transform: translate(0);
          transform: translate(0);
          font-size: 3em;
        }
        .history-page .box .right span.h2 {
          -webkit-transform: translate(0);
          -moz-transform: translate(0);
          -ms-transform: translate(0);
          transform: translate(0);
        }
        .history-page .box .left {
          width: 100%;
        }
        .history-page .box .right {
          width: 100%;
          padding: 20px 0;
        }
        .history-page .box2 {
          display: block;
        }
        .history-page .box .left .img {
          height: 280px;
        }
        .history-page .box .right .text {
          height: auto;
        }
        .history-page .box .slickBtn {
          width: 100%;
          margin-top: 0;
        }
        .history-page .progress {
          display: none;
        }
        .history-page .box {
          padding-bottom: 0;
          padding-top: 40px;
        }
        .news-page .sideBarRight .list ul li time {
          width: 100%;
          padding: 0;
          margin-bottom: 5px;
          display: block;
        }
        .news-page .sideBarRight .list ul li .content {
          width: 100%;
        }
        .news-page .sideBarRight .list ul li {
          display: block;
        }
        .news-page .sideBarRight .list ul li a.link {
          display: none;
        }
        .inner-page .flexLink .m-link {
          width: 100%;
        }
        .inner-page .flexLink {
          display: block;
        }
        .inner-page .flexLink .share {
          display: block;
          margin-top: 2em;
          width: 100%;
        }
        .product-page .sideBarRight .top:before {
          height: 80%;
        }
        .news-page .sideBarRight .list ul li time,
        .inner-page .m-page,
        .newdet-page time,
        .rd-page .rd-1 .list ul li .content span.h6,
        .rd-page .rd-2 .box span.h6 {
          font-size: 16px;
        }
        .prodet-page .sideBarRight .prodet-2 .title h1 {
          max-width: none;
          margin-right: 0;
          margin-bottom: 1em;
        }
        .prodet-page .sideBarRight .prodet-2 .title {
          display: block;
        }
        .prodet-page .sideBarRight .prodet-3 {
          padding-top: 30px;
        }
        .prodet-page {
          padding: 50px 0;
        }
        .quality-page .quality-2 .right {
          width: 100%;
          padding: 20px 15px;
        }
        .quality-page .quality-2 .left {
          width: 100%;
        }
        .quality-page .quality-2 .box {
          display: block;
        }
        .quality-page .quality-2 .left .slick {
          width: 100%;
          margin-left: 0;
        }
        .quality-page .quality-2 .left .img {
          height: 280px;
        }
        .quality-page .quality-2 .left:before {
          display: none;
        }
        .rd-page .rd-1 .list ul li {
          width: 100%;
        }
        .rd-page .rd-1 .list .logo {
          display: none;
        }
        .rd-page .rd-1 .list ul li a.img-box {
          height: 200px;
        }
        .rd-page .rd-1 .list ul li .content span.h6 {
          padding-right: 0;
        }
        .rd-page .rd-2 .box .list .scroll ul li {
          width: 100%;
          padding: 10px 0;
        }
        .rd-page .rd-3 .list ul li {
          padding: 0 15px;
        }
        .rd-page .rd-3 .list ul {
          margin: 0 -15px;
        }
        .rd-page .rd-3 .list ul li a img {
          max-height: 160px;
        }
        .inner-page .recommended,
        .contact-page .contact-1,
        .contact-page .contact-3,
        .rd-page .rd-1,
        .rd-page .rd-3,
        .social-page .social-1 {
          padding: 50px 0;
        }
        .rd-page .rd-3 .list ul li i {
          margin-top: 1.5em;
        }
        .service-page .service-1 .box .left {
          width: 100%;
        }
        .service-page .service-1 .box .right {
          display: none;
        }
        .service-page .service-1 .list ul li {
          width: 100%;
        }
        .service-page .service-1 .list ul {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
        }
        .service-page .service-2 .box {
          width: 100%;
        }
        .service-page .service-2 .list ul li {
          width: 100%;
        }
        .service-page .service-2 .list ul {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
        }
        .service-page .service-3 .left {
          display: none;
        }
        .service-page .service-3 .right {
          width: 100%;
          padding-left: 0;
        }
        .social-page .social-1 .list ul li .box .right {
          width: 100%;
          padding: 15px;
        }
        .social-page .social-1 .list ul li .box .left {
          width: 100%;
        }
        .social-page .social-1 .list ul li .box {
          display: block;
        }
        .social-page .social-1 .list ul li .box .left a.img {
          height: 240px;
        }
        .inner-page .sideBarBox .sideBarLeft span.h3,
        .news-page .sideBarRight .list ul li .content span.h6,
        .social-page .social-1 .list ul li .box .right span.h6 {
          font-size: 18px;
        }
        .social-page .social-2 .box {
          background-color: rgba(255, 255, 255, 0.5);
          padding: 15px;
        }
        .sustainability-page .sustainability-3 .slide .left {
          width: 100%;
          padding: 0 !important;
          padding-bottom: 20px !important;
        }
        .sustainability-page .sustainability-3 .slide .right {
          width: 100%;
        }
        .sustainability-page .sustainability-3 .slide {
          display: block;
        }
        .sustainability-page .sustainability-3 .slide .right .img {
          height: 240px;
        }
      }
      @media screen and (max-width: 500px) {
        .sustainability-page .sustainability-3 .slide .right .img {
          height: 200px;
        }
        .quality-page .quality-2 .right .slickBtn {
          margin-top: 15px;
        }
        .quality-page .quality-3 .box .text table,
        .prodet-page .sideBarRight .prodet-3 .text table {
          white-space: nowrap;
        }
        .btnLink {
          zoom: .7;
        }
        .inner-page .recommended .list ul li {
          width: 100%;
          padding: 5px;
        }
        .inner-page .recommended .list ul {
          margin: -5px;
        }
        .carBtn a {
          margin: 0 .2em;
        }
        .carBtn a {
          width: 1.6em;
          height: 1.6em;
        }
        .carBtn a[data-text]:before {
          zoom: .7;
        }
        .contact-page .contact-1 .box .form ul li input,
        .contact-page .contact-1 .box .form ul li textarea {
          padding: .7em;
        }
        .contact-page .contact-3 .right span.h2 em {
          font-size: 1.4em;
        }
        .contact-page .contact-2 .right iframe {
          height: 240px;
        }
        .case-page .case-1 .box .textList ul li i {
          margin-right: 1em;
        }
        .case-page .case-1 .box .textList {
          display: none;
        }
        /*.case-page .case-1 .box .imgList a.img {
          height: 200px;
        }*/
        .case-page .case-1 .box .imgList span.h6 {
          padding: 1em;
        }
        .about-page .about-3 .left .list .logo {
          font-size: 6px;
        }
        .about-page .about-4 .box .smallImg {
          display: none;
        }
      }
      .news-page .sideBarRight .list ul li.product {
        padding: 30px 0;
      }
      .news-page .sideBarRight .list ul li.product a.img-box {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 30%;
      }
      .news-page .sideBarRight .list ul li.product .content {
        padding-left: 3%;
      }
      @media screen and (max-width: 700px) {
        .news-page .sideBarRight .list ul li.product a.img-box {
          width: 100%;
          margin-bottom: 20px;
        }
        .news-page .sideBarRight .list ul li.product {
          display: flex;
          flex-wrap: wrap;
        }
        .news-page .sideBarRight .list ul li.product .content {
          padding-left: 0;
          width: 80%;
        }
        .news-page .sideBarRight .list ul li.product a.link {
          display: block;
          width: 10%;
        }
      }
      .resources-page {
        padding: 0 0 100px;
      }
      .resources-page .list {
        margin-top: 46px;
      }
      .resources-page .list .the_head{
        text-align: center;
        /*height: 88px;
        line-height: 88px*/
        color: #fff;
        border-top-left-radius:8px;
        border-top-right-radius:8px;
        display: flex;
      }
      .resources-page .list .the_head .column{
        float: left;
        display: flex;
        align-items: center;
        text-align: center;
        height: 80px;
        line-height: 80px;
         background: var(--index-main-color);
         justify-content: center;
      }
      .resources-page .list .the_head .column span{
        font-size: 18px;
        display: block;
        line-height: 1.5;
      }
      .resources-page .list ul li {
       text-align: center;
      }
      .resources-page .list ul li a.img-box {
        display: block;
      }
      .resources-page .list ul li span.h6 {
        font-size: 16px;
        margin-right: 1em;
      }
      .resources-page .list ul li a.download {
        font-size: 16px;
        text-transform: uppercase;
        flex-shrink: 0;
        width: 207px;
        height: 61px;
        line-height: 61px;
        background: var(--index-main-color);
        color: #fff;
        border-radius: 10px;
        display: inline-block;
      }
      .resources-page .list ul li a.download .iconfont{
        font-size: 24px!important;
        margin-left: 17px;
      }
      .resources-page .list .dw-list li:first-child{
        margin-top: -2px;
      }
      .resources-page .list .dw-list li:after{
        content:'';
        clear: both;
        width: 0;
        height: 0;
        display: block;
        overflow: hidden;
      }
      .resources-page .list .dw-list li .column{
        float: left;
        display: block;
        border: 1px solid #cccccc;
        border-top: none;
        border-left: none;
        line-height: 278px;
        height: 278px;
      }
      .resources-page .list .dw-list li .column:first-child{
        border-left: 1px solid #cccccc;
      }
      .resources-page .list .dw-list li .column img{
        max-height: 90%;
        vertical-align: middle;
      }
      .resources-page .list .dw-list li .tit{
        font-size: 18px;
        line-height: 32px;
        color: #000000;
      }
      .resources-page .list ul li:hover{
        background: var(--index-main-color);
        box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
        transition: 0.3s ease;
        position: relative;
        z-index: 5;
      }
      .resources-page .list .dw-list li:hover .tit{
        color: #fff;
      }
      .resources-page .list ul li:hover .column{
        border-color:var(--index-main-color);
      }
      .resources-page .list ul li:hover a.download{
        background: #fff;
        color: var(--index-main-color);
      }
      
      /*//2024/9/3*/
      .case2-page .case-1 {
        width: 100%;
        position: relative;
      }
      .case2-page .case-1 video {
        width: 100%;
        display: block;
        border: none;
      }
      .case2-page .case-1 .dotsList ul li {
        position: absolute;
        font-size: 18px;
        color: white;
        display: none;
        cursor: pointer;
        cursor: hand;
      }
      .case2-page .case-1 .dotsList ul li span.h6 {
        position: absolute;
        left: 50%;
        bottom: 130%;
        transform: translateX(-50%);
        white-space: nowrap;
        font-weight: 600;
      }
      .case2-page .case-1 .dotsList ul li i.dots {
        width: 1.8em;
        height: 1.8em;
        border-radius: 100%;
        display: block;
        border: 1px solid var(--index-main-color);
        position: relative;
      }
      .case2-page .case-1 .dotsList ul li i.dots:after {
        content: '';
        width: .9em;
        height: .9em;
        border-radius: 100%;
        background-color: var(--index-main-color);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
      }
      .case2-page .case-1 .dotsList ul li:nth-child(1) {
        left: 62%;
        top: 61%;
        display: block;
      }
      .case2-page .case-1 .dotsList ul li:nth-child(2) {
        left: 44%;
        top: 75%;
        display: block;
      }
      .case2-page .case-1 .views {
        position: absolute;
        font-size: 10px;
        left: 2.5em;
        width: 36%;
        padding: 3em;
        background: white;
        height: 94%;
        top: 3%;
        opacity: 0;
        z-index: -2;
        transition: .5s;
        overflow: auto;
      }
      .case2-page .case-1 .views.active {
        opacity: 1;
        z-index: 1;
      }
      .case2-page .case-1 .views span.close {
        position: absolute;
        right: 0;
        top: 0;
        width: 3em;
        height: 3em;
        background-color: #7fa0dc;
        cursor: pointer;
        cursor: hand;
      }
      .case2-page .case-1 .views span.close:after,
      .case2-page .case-1 .views span.close:before {
        content: '';
        width: 50%;
        height: 1px;
        background-color: white;
        position: absolute;
        top: 50%;
        left: 25%;
        transform: rotate(45deg);
      }
      .case2-page .case-1 .views span.close:before {
        transform: rotate(-45deg);
      }
      .case2-page .case-1 .views .img {
        position: relative;
      }
      .case2-page .case-1 .views .img img {
        width: 100%;
      }
      .case2-page .case-1 .views .img li {
        position: relative;
      }
      .case2-page .case-1 .views .img li .play {
        width: 5em;
        height: 5em;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: var(--index-main-color);
        cursor: pointer;
        cursor: hand;
      }
      .case2-page .case-1 .views .img li .play i {
        font-size: 2.5em !important;
      }
      .case2-page .case-1 .views .slick-arrow.slick-arrow:hover {
        background-color: var(--index-main-color);
      }
      .case2-page .case-1 .views .slick-prev {
        background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
        left: 0;
      }
      .case2-page .case-1 .views .slick-next {
        background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
        right: 0;
      }
      .case2-page .case-1 .views .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2.4em;
        height: 3.6em;
        color: transparent;
        border: none;
        z-index: 1;
        outline: none;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        background-size: 1em;
      }
      .case2-page .case-1 .views .content {
        margin: 3em 0 6em;
      }
      .case2-page .case-1 .views .content .text {
        font-weight: 300;
      }
      .case2-page .case-1 .views span.h3 {
        font-size: 2.4em;
        font-weight: 600;
        display: block;
        line-height: 1.2;
        margin-bottom: .8em;
      }
      .case2-page .case-1 .views .content span.h3 {
        color: var(--index-main-color);
      }
      .case2-page .case-1 .views .recommended ul.grid-box>div {
        zoom: .42;
      }
      .case2-page .case-1 .views .recommended .slick-dots {
        margin: 0;
        margin-top: 2.4em;
        text-align: center;
        font-size: 10px;
      }
      .case2-page .case-1 .views .recommended .slick-dots li {
        width: .6em;
        height: .6em;
        border-radius: 100%;
        border: 1px solid var(--index-main-color);
        margin: 0 .5em;
        display: inline-block;
        cursor: pointer;
        cursor: hand;
        padding: 0;
      }
      .case2-page .case-1 .views .recommended .slick-dots li.slick-active {
        background-color: var(--index-main-color);
      }
      .case2-page .case-1 .views .recommended .slick-dots li button {
        display: none;
      }
      .case2-page .case-1 .views .recommended,
      .case2-page .case-1 .views .recommended .list {
        padding: 0;
        margin: 0;
      }
      .case2-page .case-1 .views .box {
        position: relative;
      }
      .case2-page .case-1 .views .slide {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        z-index: -2;
        transition: .5s;
      }
      .case2-page .case-1 .views .slide.active {
        position: static;
        opacity: 1;
      }
      .init-1-new {
        padding: 70px 0;
        background-color: #f6f6f6;
        text-align: center;
      }
      .init-1-new .list {
        margin-top: 70px;
      }
      .init-1-new .list ul {
        margin: -4px;
      }
      .init-1-new .list ul li {
        padding: 4px;
      }
      .init-1-new .list ul li .box {
        display: block;
        background-color: white;
        border-radius: 5px;
        overflow: hidden;
        transition: .5s;
      }
      .init-1-new .list ul li .box a.img-box {
        display: block;
        height: 200px;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .init-1-new .list ul li .box .content {
        padding: 5%;
      }
      .init-1-new .list ul li .box .content span.h6 {
        font-size: 16px;
        line-height: 1.6;
        height: 6.4em;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
      }
      .init-1-new .list ul li .box:hover {
        background-color: var(--index-main-color);
        color: white;
      }
      .init-2-new {
        padding: 80px 0;
      }
      .init-2-new span.h3 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.2;
        padding-bottom: .8em;
        display: block;
        border-bottom: 1px solid #dadada;
        margin-bottom: 2em;
      }
      .init-2-new .list ul {
        margin: -20px -10px;
      }
      .init-2-new .list ul li {
        padding: 20px 10px;
      }
      .init-2-new .list ul li .box {
        display: block;
        padding: 20px;
        height: 100%;
        border-radius: 10px;
        text-align: center;
        border: 1px solid #cdcdcd;
        transition: .5s;
      }
      .init-2-new .list ul li .box a.img-box {
        display: block;
      }
      .init-2-new .list ul li .box span.h6 {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 2.5em;
      }
      .init-2-new .list ul .slick-slide>div {
        display: flex;
        flex-wrap: wrap;
      }
      .init-2-new .list ul .slick-slide>div .box {
        height: 100%;
      }
      .init-2-new .list ul li .box:hover {
        border-color: var(--index-main-color);
      }
      .init-3-new {
        padding: 120px 0 80px;
        background-color: #f6f6f6;
      }
      .init-3-new .box {
        background-color: white;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        z-index: 1;
      }
      .init-3-new .box:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        background-image: url('../images/logo2.jpg');
        background-size: 21% auto;
        background-position: right 25px bottom;
        background-repeat: no-repeat;
      }
      .init-3-new .box .left {
        vertical-align: middle;
      }
      .init-3-new .box .left .top {
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
        background-position: center;
        height: 480px;
      }
      .init-3-new .box .left .top .play {
        cursor: pointer;
        cursor: hand;
      }
      .init-3-new .box .right {
        vertical-align: middle;
        padding: 0 5%;
      }
      .init-3-new .box .right .text {
        margin: 1.5em 0 2em;
      }
      .init-3-new .list {
        margin-top: 50px;
        padding: 0 10%;
      }
      .init-3-new .list ul li {
        border-right: 1px solid #b6b6b6;
        text-align: center;
      }
      .init-3-new .list ul li span.h6 {
        font-size: 62px;
        font-weight: bold;
        line-height: 1;
        display: block;
      }
      .init-3-new .list ul li .text {
        font-weight: 600;
        line-height: 1;
      }
      .init-3-new .list ul li:last-child {
        border-right: none;
      }
      #index-body .init-5 {
        padding-top: 0 !important;
      }
      #index-body .init-3 {
        padding-bottom: 20px !important;
      }
      #index-body .init-5 .right {
        padding: 5% 3%;
        background-color: #f6f6f6;
      }
      #index-body .init-5 .right ul {
        margin-top: 20px;
      }
      #index-body .init-5 .right ul li {
        font-size: 10px;
        padding: 3em 0;
        border-top: 1px solid rgba(2,9,22,.1);
      }
      #index-body .init-5 .right ul li span.h6 {
        font-size: 2em;
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        transition: .5s;
        display: block;
      }
      #index-body .init-5 .right ul li span.h6:hover {
        color: var(--index-main-color);
      }
      #index-body .init-5 .right ul li .box {
        flex-wrap: wrap;
      }
      #index-body .init-5 .right ul li time {
        display: block;
        font-size: 14px;
        margin: .5em 0;
        display: flex;
        align-items: center;
        width: 100%;
      }
      #index-body .init-5 .right ul li time i {
        margin: 0 1em;
      }
      #index-body .init-5 .right ul li time img {
        margin-right: .3em;
      }
      #index-body .init-5 .right ul li .text {
        opacity: .6;
      }
      #index-body .init-5 .right ul li:last-child {
        padding-bottom: 0;
      }
      .service-page .service-33{
        padding: 40px 0 46px;
      }
      .service-page .service-33 .mapbox{
        width: 70.55%;
      }
      .service-page .service-33 .listbox{
        width: 29.45%;
        padding-top: 100px;
      }
      .service-page .service-33 .listbox h3{
        color: #1b1b1b;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 27px;
      }
      .service-page .service-33 .listbox li{
        margin: 21px 0;
      }
      .service-page .service-33 .listbox li i{
        display: inline-block;
        width: 34px;
        height: 34px;
        line-height: 38px;
        text-align: center;
        font-size: 24px;
        color: #fff;
        border-radius: 50%;
        background: var(--index-main-color);
      }
      .service-page .service-33 .listbox li span{
        display: inline-block;
        vertical-align: super;
        font-size: 18px;
        color: #222222;
        margin-left: 28px;
      }
      
      .select-page .content-box {
          padding: 42px 32px;
          background: #f1f1f1;
          border-radius:8px;
      }
      .select-page .content-box .search1{
        margin-top: 0px;
      }
      .select-page .content-box .search1 form{
        position: relative;
      }
      .select-page .content-box .search1 input{
        width: 100%;
        height: 50px;
        padding: 0 20px;
        background: white;
        border: none;
        border-radius: 10px;
        font-size: 18px;
      }
      .select-page .content-box .search1 input[type="submit"]{
        position: absolute;
        left: 0;
        width: 50px;
        height: 50px;
        background: var(--index-main-color) url(../images/h-search.png) no-repeat center;
      }
      @media screen and (max-width: 1250px) {
        .init-3-new .list ul li span.h6 {
          font-size: 42px;
        }
        .product_add {
          display: none !important;
        }
        .service-page .service-1 .list ul li {
          width: 33.333%;
        }
        .service-page .service-33 .mapbox {
          width: 100%;
        }
        .service-page .service-33 .listbox {
          width: 100%;
          margin-top: 30px;
        }
        .service-page .service-33 .listbox h3 {
          font-size: 28px;
        }
        .service-page .service-1 .list ul {
          flex-wrap: wrap;
        }
      }
      @media screen and (max-width: 1000px) {
        .init-3-new .list ul li span.h6 {
          font-size: 36px;
        }
        .init-3-new .list ul li {
          margin: 10px 0;
          border-right: none;
        }
        .init-3-new .box .left .top {
          height: 320px;
        }
        .service-page .service-1 .list ul li {
          width: 50%;
        }
        .service-page .service-33 .listbox h3 {
          font-size: 24px;
        }
        .service-page .service-2 .box {
          width: 100%;
        }
        .service-page .service-33 .listbox li span {
          font-size: 16px;
        }
        .service-page .service-33 .listbox li i {
          zoom: .7;
        }
        .service-page .service-33 .listbox li {
          margin: 10px 0;
        }
        .service-page .service-3 .left {
          width: 100%;
          padding-right: 0;
        }
        .service-page .service-3 .right {
          width: 100%;
          padding-left: 0;
          margin-top: 30px;
        }
        .case2-page .case-1 .views {
          font-size: 8px;
          width: 50%;
        }
        .resources-page .list .dw-list li {
          display: flex;
        }
        .resources-page .list .dw-list li .column {
          display: flex;
          align-items: center;
          justify-content: center;
          height: auto;
          line-height: 1.8;
        }
      }
      @media screen and (max-width: 700px) {
        .init-3-new .list ul li span.h6 {
          font-size: 28px;
        }
        .case2-page .case-1 .views {
          width: 100%;
          position: static;
          display: block;
          opacity: 1;
        }
        .case2-page .case-1 .views .slide {
          position: static;
          opacity: 1;
        }
        .case2-page .case-1 .views span.close,.case2-page .case-1 .dotsList {
          display: none !important;
        }
        .case2-page .case-1 .views .recommended ul.grid-box>div {
          zoom: 1;
        }
        .resources-page .list .dw-list {
          width: 100%;
          /*overflow: auto;*/
        }
        .resources-page .list .dw-list li {
          width: 700px;
        }
                .resources-page .list {
          overflow: auto;
        }
        .resources-page .list .the_head{
          width: 700px;
        }
        .resources-page .list .dw-list li {
          width: 700px;
        }
      }
      @media screen and (max-width: 500px) {
        .init-3-new .list ul li span.h6 {
          font-size: 24px;
        }
        .init-3-new .box .right {
          padding: 5%;
        }
        .init-3-new .box .left .top {
          height: 240px;
        }
        .history-page .box .left .img {
          height: 200px;
        }
        .history-page .box .right span.h2 i {
          font-size: 2.2em;
        }
        .service-page .service-1 .list ul li {
          width: 100%;
        }
      }