
:root{
    --main-color: #1c9fb5;
--main-color1: #25acc3;
}
#viewPDF {
    padding-right: 35px;
    position: relative;
    line-height: normal;
}
#viewPDF:after {
    content: "\f019";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
}
@keyframes ks {
    0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: .3;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  @-webkit-keyframes ks {
    0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: .3;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  @-moz-keyframes ks {
    0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: .3;
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  }
  @keyframes gradientBG {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes position {
    0% {
      transform: translate(30%, 30%);
    }
    25% {
      transform: translate(30%, -30%);
    }
    50% {
      transform: translate(-30%, -30%);
    }
    75% {
      transform: translate(-30%, 30%);
    }
    100% {
      transform: translate(30%, 30%);
    }
  }
  .mainadvantage {
    padding: 3.95rem 0 4.35rem;
    background: #f8f8f8;
  }
  .mainadvantage li .img {
    vertical-align: middle;
  }
  .mainadvantage li .text {
    vertical-align: middle;
    padding-left: 0.85rem;
  }
  .mainadvantage li .text span {
    font-size: 5rem;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    color: var(--main-color);
    display: block;
  }
  .mainadvantage li .text h3 {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    margin-top: -6%;
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
    padding-bottom: 10px;
  }
  .mainadvantage li .text .desc {
    margin-top: 1.6rem;
    font-size: 18px;
    line-height: 1.7;
  }
  .mainadvantage li .text .desc p {
    position: relative;
    padding-left: 2.35rem;
    margin-bottom: 1.55rem;
  }
  .mainadvantage li .text .desc p::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 5px;
    width: 22px;
    height: 21px;
    background: url(../images/ad-icon.png) no-repeat center center;
    z-index: 1;
  }
  .mainadvantage li .text .desc p::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    position: absolute;
    top: 5px;
    left: 0;
  }
  .mainadvantage li .text .desc p:last-child {
    margin-bottom: 0;
  }
  .mainadvantage li:nth-child(even) .img {
    float: right;
  }
  .mainadvantage li:nth-child(even) .text {
    float: left;
    padding: 3.25rem 3.15rem 0 0;
  }
  .inquiry {
    position: fixed;
    bottom: 35%;
    right: 3rem;
    width: 60px;
    height: 60px;
    border-radius: 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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background: var(--main-color);
    cursor: pointer;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 100;
  }
  .layer-form {
    display: none;
  }
  .container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1000001;
    left: 0;
    top: 0;
  }
  .wrap-contact100 {
    width: 560px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    overflow: auto;
    max-height: 90vh;
  }
  .layer-form .wrap-contact100 {
    width: 357px;
    border-radius: 10px;
  }
  .btn-hide-contact100 {
    font-size: 20px;
    color: #fff;
    opacity: .6;
    position: absolute;
    right: 10px;
    top: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
    z-index: 10;
  }
  .layer-form .wrap-contact100 .btn-hide-contact100 {
    color: #000;
  }
  .layer-form .wrap-contact100 form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 25px 15px;
  }
  .layer-form .wrap-contact100 form h2 {
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
  }
  .layer-form .wrap-contact100 form input {
    height: 36px;
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
  }
  .layer-form .wrap-contact100 form textarea {
    height: 114px;
    padding-top: 22px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    padding: 15px 20px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
  }
  .layer-form .wrap-contact100 form p {
    font-size: 12px;
    color: #adadad;
    padding: 10px 0;
  }
  .layer-form .wrap-contact100 form .layer-submit {
    width: 100%;
    position: relative;
    border-radius: 2px;
  }
  .layer-form .wrap-contact100 form .layer-submit input[type=submit] {
    border: 1px solid #e6e6e6;
    background: var(--main-color);
    height: 42px;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    padding: 0 20px;
    margin: 0;
    border-radius: 42px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    position: relative;
    z-index: 10;
    color: #fff;
  }
  .layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
    background: #91c359;
  }
  .layer-form .wrap-contact100 form input {
    height: 36px;
    display: block;
    width: 100%;
    background: 0 0;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
  }
  @media screen and (max-width: 1100px) {
    .mainadvantage li .text .desc {
        font-size: 16px;
      }
  }
  @media screen and (max-width: 1000px) {
    .mainadvantage li .img {
        width: 100%;
      }
      .mainadvantage li .text {
        width: 100%;
        padding: 1rem 0;
      }
      .mainadvantage li .text h3 {
        margin-top: -5%;
      }
  }
  @media screen and (max-width: 700px) {
    .mainadvantage li:nth-child(even) .text {
        padding: 3rem 0 0 0;
      }
      .mainadvantage li .text .desc p {
        padding-left: 4.35rem;
      }
  }
  .inner-banner {
    height: 400px;
    text-align: right;
    background-size: cover;
    background-position: center center;
    color: white;
    position: relative;
  }
  .inner-banner .box {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
  }
  .inner-banner .box h2 {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
  }
  .inner-banner .box p {
    font-size: 1.5rem;
    color: #91c55b;
    line-height: 1;
    margin-top: 15px;
  }
  .inner-page .mbx {
    background-color: #ffffff;
    padding: 1rem 0;
  }
  .inner-page .mbx .box {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .inner-page .mbx .box .tab ul li {
    display: inline-block;
    font-size: 18px;
    color: #383838;
    line-height: 1.7;
    margin-right: 3.8rem;
  }
  .inner-page .mbx .box .tab ul li a {
    display: block;
    position: relative;
  }
  .inner-page .mbx .box .tab ul li a::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 0;
    height: 4px;
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner-page .mbx .box .tab ul li a:hover::after,
  .inner-page .mbx .box .tab ul li a.active::after {
    width: 100%;
    left: 0;
  }
  .inner-page .mbx .box .tab ul li:last-child {
    margin-right: 0;
  }
  .inner-page .mbx .box .right {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
  }
  .inner-page .mbx .box .right em {
    display: inline-block;
  }
  .inner-page .mbx .box .right .crumbs {
    display: inline-block;
  }
  .inner-page .mbx .box .right .crumbs a {
    padding-right: 5px;
  }
  .inner-page .mbx .box .right .crumbs span {
    color: #7eb958;
    padding-left: 5px;
  }
  .inner-page h2.title {
    font-size: 24px;
    line-height: 44px;
    color: #383838;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .inner-page h2.title em {
    font-size: 16px;
    line-height: 1;
    color: var(--main-color);
    text-transform: uppercase;
  }
  .inner-page h2.title i {
    position: absolute;
    z-index: -1;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  .inner-page .m-page {
    margin: 3rem 0;
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 32px;
    height: 32px;
    line-height: 34px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 18px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    border-radius: 50%;
  }
  .inner-page .m-page a:hover,
  .inner-page .m-page span.current {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
  }
  .inner-page p {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
  }
  .inner-page .sideBox {
    padding: 3.1rem 0;
  }
  .inner-page .sideBox .left {
    width: 24%;
    padding-right: 1.4rem;
    position: sticky;
    top: 100px;
  }
  .inner-page .sideBox .left .navlist {
    background: url("../images/product1-1.jpg") no-repeat center center;
    background-size: cover;
    padding: 1.95rem 0;
    color: #fff;
    text-align: left;
  }
  .inner-page .sideBox .left .navlist li {
    position: relative;
    margin-bottom: 10px;
  }
  .inner-page .sideBox .left .navlist li a {
    margin-right: 60px;
    display: block;
    font-size: 25px;
    line-height: 1;
    padding: 0.75rem 0 0.75rem 4.75rem;
    font-weight: bold;
    margin-left: -15px;
    position: relative;
  }
  .inner-page .sideBox .left .navlist li em {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 0.75rem;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: var(--main-color);
    text-align: center;
    border-radius: 50%;
    opacity: 0;
  }
  .inner-page .sideBox .left .navlist li em img {
    vertical-align: middle;
  }
  .inner-page .sideBox .left .navlist li::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid var(--main-color);
    border-bottom: 10px solid transparent;
    opacity: 0;
    position: absolute;
    left: -15px;
    bottom: -11px;
  }
  .inner-page .sideBox .left .navlist li:last-child {
    margin-bottom: 0;
  }
  .inner-page .sideBox .left .navlist li.active::after {
    opacity: 1;
  }
  .inner-page .sideBox .left .navlist li.active a {
    background-color: var(--main-color);
    z-index: 2;
  }
  .inner-page .sideBox .left .navlist li.active em {
    opacity: 1;
  }
  .inner-page .sideBox .left .navlist li:last-child {
    margin-bottom: 0;
  }
  .inner-page .sideBox .left .form {
    background: url("../images/product1-2.jpg") no-repeat center center;
    background-size: cover;
    padding: 2.5rem 1.5rem;
    margin-top: 1.25rem;
    text-align: center;
  }
  .inner-page .sideBox .left .form input[type="text"],
  .inner-page .sideBox .left .form textarea {
    width: 100%;
    height: 38px;
    background-color: #ffffff;
    border: none;
    font-size: 16px;
    color: #383838;
    padding-left: 19px;
    margin-bottom: 12px;
  }
  .inner-page .sideBox .left .form textarea {
    height: 78px;
    padding-top: 11px;
    margin-bottom: 20px;
  }
  .inner-page .sideBox .left .form .submit {
    width: 144px;
    height: 40px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto;
  }
  .inner-page .sideBox .right {
    width: 76%;
  }
  .inner-page .sideBox .right ul {
    margin-right: -1.35rem;
  }
  .inner-page .sideBox .right ul li {
    padding-right: 1.35rem;
    margin-bottom: 2.3rem;
  }
  .inner-page .sideBox .right ul li .img {
    border: solid 1px #dcdcdc;
  }
  .inner-page .sideBox .right ul li .img img {
    width: 100%;
  }
  .inner-page .sideBox .right ul li .text {
    position: relative;
  }
  .inner-page .sideBox .right ul li .text p {
    background-color: #e5e5e5;
    margin-right: 47px;
    font-size: 16px;
    padding: 0.4rem 0.7rem 0.35rem;
    height: 39px;
    overflow: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .inner-page .sideBox .right ul li .text p::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    background-position: 400%;
    animation: gradientBG 5s infinite;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .inner-page .sideBox .right ul li .text .mores {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background: #e5e5e5;
    text-align: center;
    background-size: 100% 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
  }
  .inner-page .sideBox .right ul li .text .mores img {
    vertical-align: middle;
    filter: brightness(0);
    display: inline-block;
  }
  .inner-page .sideBox .right ul li .text .mores::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    background-position: 400%;
    animation: gradientBG 5s infinite;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .inner-page .sideBox .right ul li:hover .text p {
    border-radius: 25px;
    color: #fff;
  }
  .inner-page .sideBox .right ul li:hover .text p::before {
    opacity: 1;
  }
  .inner-page .sideBox .right ul li:hover .text .mores {
    border-radius: 19px;
  }
  .inner-page .sideBox .right ul li:hover .text .mores img {
    filter: none;
  }
  .inner-page .sideBox .right ul li:hover .text .mores::before {
    opacity: 1;
  }
  .about-page .about-1 {
    background-color: #f8f8f8;
    padding: 4.7rem 0 1.5rem;
  }
  .about-page .about-1 h2.title {
    padding-left: 6px;
  }
  .about-page .about-1 h2.title i {
    left: 0;
    top: 0;
  }
  .about-page .about-1 .box {
    margin-top: 2rem;
    position: relative;
  }
  .about-page .about-1 .box .desc {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    text-indent: 2em;
  }
  .about-page .about-1 .box img {
    margin: 0 0 1.55rem 1.65rem;
  }
  .about-page .about-1 .box .play {
    position: absolute;
    top: 34%;
    right: 22.5%;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
  }
  .about-page .about-1 .box .play img {
    margin: 0;
  }
  .about-page .about-1 .box .play::before,
  .about-page .about-1 .box .play::after {
    position: absolute;
    z-index: -1;
    content: '';
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
  }
  .about-page .about-1 .box .play::before {
    -webkit-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .about-page .about-2 {
    padding: 4.85rem 0;
  }
  .about-page .about-2 .box {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    box-shadow: 15px 15px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 1.55rem 2.9rem;
    color: #fff;
    margin-top: -12%;
  }
  .about-page .about-2 .box ul li {
    padding-left: 2.15rem;
    border-left: 1px solid #fff;
    position: relative;
  }
  .about-page .about-2 .box ul li h4 em {
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
    vertical-align: bottom;
  }
  .about-page .about-2 .box ul li h4 sub {
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 8px;
  }
  .about-page .about-2 .box ul li p {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 0.6rem;
    font-weight: 500;
    color: #fff;
  }
  .about-page .about-2 .box ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    width: 3px;
    height: 51px;
    background-color: #ffffff;
  }
  .about-page .about-3 {
    background-color: #f8f8f8;
    padding: 3.7rem 0 5.55rem;
  }
  .about-page .about-3 .header h2.title i {
    top: -10px;
    left: 50%;
  }
  .about-page .about-3 .content {
    margin-top: 2.3rem;
  }
  .about-page .about-3 .content .top {
    position: relative;
  }
  .about-page .about-3 .content .top .tz{
    width: 36px;
    height: 36px;
    background: #162d37;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 999;
  }
  .about-page .about-3 .content .top iframe{
    width: 100%;
    height: 620px;
  }
  .about-page .about-3 .content .top .icon {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .about-page .about-3 .content .top .icon a {
    display: block;
    width: 105px;
    height: 105px;
    background-image: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    opacity: 0.9;
    text-align: center;
    line-height: 105px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .about-page .about-3 .content .top .icon a img {
    vertical-align: middle;
  }
  .about-page .about-3 .content .bottom {
    margin-top: -5.5%;
  }
  .about-page .about-3 .content .bottom ul {
    margin-right: -0.8rem;
  }
  .about-page .about-3 .content .bottom ul li {
    padding-right: 0.8rem;
  }
  .about-page .about-3 .content .bottom ul li .box {
    position: relative;
  }
  .about-page .about-3 .content .bottom ul li .box a.img-box {
    display: block;
  }
  .about-page .about-3 .content .bottom ul li .box a.img-box img {
    width: 100%;
  }
  .about-page .about-3 .content .bottom ul li .box p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    opacity: 0.9;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding: 7px 0 6px;
  }
  .about-page .about-3 .content .bottom ul .slick-dots {
    position: absolute;
    left: 0;
    bottom: -15%;
    width: 100%;
    text-align: center;
  }
  .about-page .about-3 .content .bottom ul .slick-dots li {
    width: 27px;
    height: 5px;
    background-color: #dcdcdc;
    border-radius: 3px;
    display: inline-block;
    margin-right: 9px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .about-page .about-3 .content .bottom ul .slick-dots li button {
    display: none;
  }
  .about-page .about-3 .content .bottom ul .slick-dots li:last-child {
    margin-right: 0;
  }
  .about-page .about-3 .content .bottom ul .slick-dots li.slick-active {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  @media screen and (max-width: 1200px) {
    .about-page .about-2 .box {
      padding: 1.55rem 1rem;
    }
    .about-page .about-2 .box ul li {
      padding-left: 1.15rem;
    }
    .about-page .about-2 .box ul li p {
      font-size: 16px;
    }
    .about-page .about-1 .box .play {
      top: 20%;
      right: 32%;
    }
  }
  @media screen and (max-width: 1000px) {
    .inner-banner {
      height: 300px;
    }
    .inner-page .mbx .box {
      display: block;
    }
    .inner-page .mbx .box .tab {
      width: 100%;
    }
    .inner-page .mbx .box .tab ul li {
      margin-right: 2.8rem;
      margin-bottom: 1rem;
    }
    .inner-page .mbx .box .tab ul li a::after {
      bottom: 0;
    }
    .inner-page .mbx .box .right {
      width: 100%;
    }
    .about-page .about-1 .box img {
      width: 100%;
      margin: 0 0 2rem 0;
    }
    .about-page .about-1 .box .desc {
      width: 100%;
    }
    .about-page .about-1 .box .play {
      top: 16%;
      right: 42%;
    }
    .about-page .about-2 .box ul li {
      width: 50%;
      margin-bottom: 1rem;
    }
    .about-page .about-3 .content .top .icon {
      top: 28%;
    }
  }
  @media screen and (max-width: 700px) {
    .inner-banner {
      height: 200px;
    }
    .inner-banner .box h2 {
      font-size: 2.8rem;
    }
    .inner-page .mbx .box .tab {
      display: none;
    }
    .inner-page .mbx .box .right {
      font-size: 16px;
    }
    .about-page .about-1 .box .desc {
      font-size: 16px;
    }
    .about-page .about-1 .box .play {
      display: none;
    }
    .about-page .about-2 {
      display: none;
    }
    .about-page .about-3 .content .top img {
      min-height: 220px;
      object-fit: cover;
    }
    .about-page .about-3 .content .top .icon img {
      min-height: auto;
    }
  }
  .culture-page .culture-1 {
    padding: 5.95rem 0 5.25rem;
    background-color: #f8f8f8;
  }
  .culture-page .culture-1 h2.title i {
    top: 0;
    left: 36px;
  }
  .culture-page .culture-1 .desc {
    margin-top: 2.3rem;
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    text-indent: 2rem;
  }
  .culture-page .culture-1 .content {
    margin-top: 2.15rem;
  }
  .culture-page .culture-1 .content li {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 4.95rem 14px 4.8rem;
    text-align: center;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .culture-page .culture-1 .content li .icon {
    width: 92px;
    height: 92px;
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .culture-page .culture-1 .content li .icon img {
    filter: grayscale(100%) brightness(300%);
    vertical-align: middle;
  }
  .culture-page .culture-1 .content li .text {
    margin-top: 1.7rem;
  }
  .culture-page .culture-1 .content li .text h4 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .culture-page .culture-1 .content li .text p {
    font-size: 18px;
    line-height: 1.7;
    text-decoration: underline;
    margin-top: 1rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
  }
  .culture-page .culture-1 .content li .text .con {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 1.25rem;
    display: none;
  }
  .culture-page .culture-1 .content li::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0px;
    left: -50px;
    border-top: 50px solid var(--main-color);
    border-left: 50px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .culture-page .culture-1 .content li:hover {
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.1);
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%) !important;
    padding: 3.85rem 14px 3.7rem;
  }
  .culture-page .culture-1 .content li:hover .icon {
    background: #ffffff !important;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
  }
  .culture-page .culture-1 .content li:hover .icon img {
    filter: none;
  }
  .culture-page .culture-1 .content li:hover .text {
    margin-top: 1.5rem;
  }
  .culture-page .culture-1 .content li:hover .text h4 {
    display: none;
  }
  .culture-page .culture-1 .content li:hover .text p {
    font-size: 1.5rem;
    line-height: 1.1;
    margin-top: 0;
  }
  .culture-page .culture-1 .content li:hover .text .con {
    display: block;
  }
  .culture-page .culture-1 .content li:hover::after {
    /*opacity: 1;*/
  }
  @media screen and (max-width: 1200px) {
    .culture-page .culture-1 .content li {
      width: 33.3333%;
    }
  }
  @media screen and (max-width: 1000px) {
    .culture-page .culture-1 .content li {
      width: 50%;
    }
  }
  @media screen and (max-width: 700px) {
    .culture-page .culture-1 .desc {
      font-size: 16px;
    }
    .culture-page .culture-1 .content li {
      width: 100%;
    }
  }
  .strate-page .strate-1 {
    background-color: #f8f8f8;
    padding: 4.1rem 0 4.55rem;
  }
  .strate-page .strate-1 h2.title i {
    top: -8px;
    left: 62px;
  }
  .strate-page .strate-1 .desc {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 2.05rem;
    text-indent: 2em;
  }
  .strate-page .strate-2 {
    padding: 1.95rem 0;
  }
  .strate-page .strate-2 .left {
    vertical-align: middle;
    width: 52%;
  }
  .strate-page .strate-2 .left h2.title i {
    top: -8px;
    left: 35%;
  }
  .strate-page .strate-2 .left .con {
    margin-top: 2.3rem;
  }
  .strate-page .strate-2 .left .con li {
    font-size: 18px;
    line-height: 1.7;
  }
  .strate-page .strate-2 .left .con li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color);
    display: inline-block;
    vertical-align: top;
    margin: 12px 10px 0 0;
  }
  .strate-page .strate-2 .left .info {
    margin-top: 2.95rem;
    padding-right: 9.5rem;
  }
  .strate-page .strate-2 .left .info ul {
    margin: -12px 0;
  }
  .strate-page .strate-2 .left .info ul li {
    padding: 12px 0;
  }
  .strate-page .strate-2 .left .info ul li h6 {
    display: inline-block;
    vertical-align: middle;
    color: #383838;
    font-size: 18px;
    line-height: 1.7;
  }
  .strate-page .strate-2 .left .info ul li .progress {
    display: inline-block;
    vertical-align: middle;
    height: 55px;
    background-color: transparent;
    position: relative;
    width: 61.8%;
    margin: 0 19px;
  }
  .strate-page .strate-2 .left .info ul li .progress i {
    border-radius: inherit;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: var(--main-color);
    -webkit-transition: 5s;
    -moz-transition: 5s;
    transition: 5s;
  }
  .strate-page .strate-2 .left .info ul li small {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.7;
    color: #3c3c3c;
  }
  .strate-page .strate-2 .left .info ul li:nth-child(1) .progress i {
    width: 100%;
  }
  .strate-page .strate-2 .left .info ul li:nth-child(2) .progress {
    width: 22.78%;
  }
  .strate-page .strate-2 .left .info ul li:nth-child(2) .progress i {
    width: 100%;
    background-color: var(--main-color);
  }
  .strate-page .strate-2 .left .info ul li:nth-child(3) .progress {
    width: 3.42%;
  }
  .strate-page .strate-2 .left .info ul li:nth-child(3) .progress i {
    width: 100%;
    background-color: #bbb;
  }
  .strate-page .strate-2 .left .info ul.active li .progress i {
    width: 0 !important;
  }
  .strate-page .strate-2 .right {
    vertical-align: middle;
    text-align: right;
    width: 48%;
  }
  .strate-page .strate-3 {
    background-color: #f8f8f8;
    padding: 4.35rem 0 3.8rem;
  }
  .strate-page .strate-3 .header h2.title i {
    left: -6px;
    top: 0;
  }
  .strate-page .strate-3 .header p {
    font-size: 18px;
    line-height: 1.7;
    text-indent: 2em;
    margin-top: 2.35rem;
  }
  .strate-page .strate-3 .header p a {
    text-decoration: underline;
  }
  .strate-page .strate-3 .content {
    margin-top: 1.35rem;
    /*padding-bottom: 4.5rem;*/
  }
  .strate-page .strate-3 .content ul {
    margin: 0 -0.5rem 0 -10px;
  }
  .strate-page .strate-3 .content ul .slick-track {
    margin: 0;
  }
  .strate-page .strate-3 .content ul .slick-slide {
    padding: 10px 0 10px 10px;
  }
  .strate-page .strate-3 .content ul li {
    padding-right: 0.5rem;
  }
  .strate-page .strate-3 .content ul li a {
    display: block;
    box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    border: solid 1px #aaaaaa;
    background: #fff;
  }
  .strate-page .strate-3 .content .arrow{
    margin-top: 3rem;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .strate-page .strate-3 .content .arrow .al,
  .strate-page .strate-3 .content .arrow .ar{
    display: inline-block;
    background-color: var(--main-color);
    width: 46px;
    height: 46px;
    background:rgba(194, 194, 194, 0.1);
    text-align: center;
    line-height: 46px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
  }
  .strate-page .strate-3 .content .arrow .al:hover,
  .strate-page .strate-3 .content .arrow .ar:hover{
    background-color: var(--main-color);
  }
  .strate-page .strate-3 .content .arrow .al:hover img{
    filter: none;
  }
  .strate-page .strate-3 .content .arrow .ar:hover img{
    filter: brightness(100);
  }
  .strate-page .strate-3 .content .arrow .al img,
  .strate-page .strate-3 .content .arrow .ar img{
    vertical-align: middle;
  }
  .strate-page .strate-3 .content .arrow .al img{
    filter: brightness(0.85);
  }
  .strate-page .strate-3 .content .arrow .ar{
    margin-left: 15px;
  }
  /*.strate-page .strate-3 .content ul .slick-arrow {
    position: absolute;
    bottom: -95%;
    width: 46px;
    height: 46px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .strate-page .strate-3 .content ul .slick-arrow:hover{
    background-color: var(--main-color);
  }
  .strate-page .strate-3 .content ul .slick-prev {
    background: url("../images/strate3-left.png") no-repeat center center rgba(194, 194, 194, 0.1);
    left: 46%;
  }
  .strate-page .strate-3 .content ul .slick-next {
    background: url("../images/strate-right.png") no-repeat center center rgba(194, 194, 194, 0.1);
    left: 50.8%;
  }*/
  .strate-page .strate-3 .maps {
    margin-top: 1.9rem;
    text-align: center;
    position: relative;
  }
  .strate-page .strate-3 .maps li {
    text-align: left;
    margin-bottom: 1rem;
  }
  .strate-page .strate-3 .maps li:last-child {
    margin-bottom: 0;
  }
  .strate-page .strate-3 .maps li:last-child span {
    background-color: #232a6d;
  }
  .strate-page .strate-3 .maps .text {
    position: absolute;
    left: 0;
    bottom: 5.05rem;
  }
  .strate-page .strate-3 .maps .text span {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    background-color: var(--main-color);
  }
  .strate-page .strate-3 .maps .text div {
    display: inline-block;
    padding-left: 0.65rem;
    font-size: 18px;
    color: #383837;
    line-height: 1.7;
  }
  .strate-page .strate-3 .maps .text div h4 {
    font-weight: bold;
  }
  @media screen and (max-width: 1000px) {
    .strate-page .strate-2 .left {
      width: 100%;
    }
    .strate-page .strate-2 .right {
      width: 100%;
    }
    .strate-page .strate-3 .maps .text {
      position: inherit;
      margin-top: 4rem;
    }
    .strate-page .strate-3 .content ul .slick-next {
      left: 54.8%;
    }
    .strate-page .strate-3 .content ul .slick-arrow {
      bottom: -70%;
    }
  }
  @media screen and (max-width: 700px) {
    .strate-page .strate-1 .desc {
      font-size: 16px;
    }
    .strate-page .strate-2 .left .con li {
      font-size: 16px;
    }
    .strate-page .strate-2 .left .info ul li h6 {
      display: block;
      font-size: 16px;
    }
    .strate-page .strate-2 .left .info ul li .progress {
      display: block;
      margin: 10px 0;
    }
    .strate-page .strate-2 .left .info ul li .small {
      display: block;
      font-size: 16px;
    }
    .strate-page .strate-2 .left .info {
      padding-right: 0;
    }
    .strate-page .strate-3 .header p {
      font-size: 16px;
    }
    .strate-page .strate-3 .content ul .slick-arrow {
      bottom: -55%;
    }
    .strate-page .strate-3 .content ul .slick-prev {
      left: 36%;
    }
    .strate-page .strate-3 .maps .text div {
      display: block;
      padding-left: 0;
    }
  }
  .social-page .social-1 {
    background-color: #f8f8f8;
    padding: 4.7rem 0 6.6rem;
  }
  .social-page .social-1 .header h2.title i {
    left: -6px;
    top: 0;
  }
  .social-page .social-1 .header p {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 1.95rem;
    color: #383838;
    text-indent: 2em;
  }
  .social-page .social-1 .content {
    margin-top: 2.95rem;
  }
  .social-page .social-1 .content ul li {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    background-color: #ffffff;
    box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.07);
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    margin-bottom: 2.3rem;
  }
  .social-page .social-1 .content ul li .img {
    height: 100%;
  }
  .social-page .social-1 .content ul li .img img {
    width: 100%;
    height: 100%;
  }
  .social-page .social-1 .content ul li .text {
    padding: 0 3.5rem;
  }
  .social-page .social-1 .content ul li .text span {
    font-size: 4.5rem;
    color: var(--main-color);
    line-height: 1;
    font-weight: bold;
    font-style: italic;
  }
  .social-page .social-1 .content ul li .text h3 {
    font-size: 1.5rem;
    line-height: 1.5;
    background: #fff;
    margin-top: -5%;
    font-weight: bold;
    position: relative;
    z-index: 1;
  }
  .social-page .social-1 .content ul li .text p {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    margin-top: 1.45rem;
  }
  .social-page .social-1 .content ul li:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 1000px) {
    .social-page .social-1 .content ul li {
      display: block;
    }
    .social-page .social-1 .content ul li .img {
      width: 100%;
    }
    .social-page .social-1 .content ul li .text {
      width: 100%;
      padding: 2rem;
    }
  }
  @media screen and (max-width: 700px) {
    .social-page .social-1 .header p {
      font-size: 16px;
    }
    .social-page .social-1 .content ul li .text h3 {
      font-size: 18px;
    }
    .social-page .social-1 .content ul li .text p {
      font-size: 16px;
    }
  }
  .honor-page .honor-1 {
    background-color: #f8f8f8;
    padding: 4.7rem 0 5.45rem;
  }
  .honor-page .honor-1 .header h2.title i {
    top: 0;
    left: -6px;
  }
  .honor-page .honor-1 .header p {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    margin-top: 1.95rem;
    text-indent: 2em;
  }
  .honor-page .honor-1 .content {
    margin-top: 2.45rem;
  }
  .honor-page .honor-1 .content ul .slick-slide {
    padding: 2.45rem 0;
  }
  .honor-page .honor-1 .content ul .slick-current + div li img {
    transform: scale(1.15);
  }
  .honor-page .honor-1 .content ul .slick-current + div + div li {
    position: relative;
    z-index: 1;
  }
  .honor-page .honor-1 .content ul .slick-current + div + div li img {
    transform: scale(1.25);
  }
  .honor-page .honor-1 .content ul .slick-current + div + div + div li img {
    transform: scale(1.15);
  }
  .honor-page .honor-1 .content ul .slick-dots {
    position: absolute;
    left: 0;
    bottom: -10%;
    width: 100%;
    text-align: center;
  }
  .honor-page .honor-1 .content ul .slick-dots li {
    width: 27px;
    height: 5px;
    background-color: #dcdcdc;
    border-radius: 3px;
    display: inline-block;
    margin-right: 9px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
  }
  .honor-page .honor-1 .content ul .slick-dots li button {
    display: none;
  }
  .honor-page .honor-1 .content ul .slick-dots li.slick-active {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  .honor-page .honor-2 {
    padding: 3.9rem 0 4.7rem;
  }
  .honor-page .honor-2 .header h2.title i {
    top: -11px;
    left: 3.55rem;
  }
  .honor-page .honor-2 .header p {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    margin-top: 2.35rem;
    text-indent: 2em;
  }
  .honor-page .honor-2 .content {
    margin-top: 2.65rem;
  }
  .honor-page .honor-2 .content ul {
    margin-right: -1rem;
  }
  .honor-page .honor-2 .content ul li {
    padding-right: 1rem;
  }
  .honor-page .honor-2 .content ul li img {
    /*width: 100%;*/
    height: 457px;
    object-fit: cover;
  }
  .honor-page .honor-2 .content ul .slick-dots {
    position: absolute;
    left: 0;
    bottom: -15%;
    width: 100%;
    text-align: center;
  }
  .honor-page .honor-2 .content ul .slick-dots li {
    width: 27px;
    height: 5px;
    background-color: #dcdcdc;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .honor-page .honor-2 .content ul .slick-dots li:last-child {
    margin-right: 0;
  }
  .honor-page .honor-2 .content ul .slick-dots li button {
    display: none;
  }
  .honor-page .honor-2 .content ul .slick-dots li.slick-active {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  .work-page .work-1 {
    background-color: #f8f8f8;
    padding: 3.45rem 0 4.55rem;
  }
  .work-page .work-1 .header h2.title i {
    top: -7px;
    left: 105px;
  }
  .work-page .work-1 .header p {
    font-size: 18px;
    color: #383838;
    line-height: 1.7;
    margin-top: 1.95rem;
    text-indent: 2em;
  }
  .work-page .work-1 .content ul {
    margin-right: -1.7rem;
  }
  .work-page .work-1 .content ul .slick-track {
    margin: 0;
  }
  .work-page .work-1 .content ul .slick-slide {
    padding: 4.55rem 2px 2.15rem;
  }
  .work-page .work-1 .content ul li {
    padding-right: 1.7rem;
  }
  .work-page .work-1 .content ul li .box {
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px gba(0, 0, 0, 0.06);
    padding: 33px 32px;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .work-page .work-1 .content ul li .box .img {
    margin-top: -8%;
  }
  .work-page .work-1 .content ul li .box .text {
    padding-left: 1.6rem;
    color: #383838;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .work-page .work-1 .content ul li .box .text h4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    padding-bottom: 0.8rem;
  }
  .work-page .work-1 .content ul li .box .text h4::after {
    content: '';
    width: 138px;
    height: 2px;
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .work-page .work-1 .content ul li .box .text h4::before {
    content: '';
    width: 52px;
    height: 4px;
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    position: absolute;
    left: 0;
    bottom: 1px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .work-page .work-1 .content ul li .box .text p {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 1.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .work-page .work-1 .content ul li .box .text span {
    position: absolute;
    right: 1.6rem;
    bottom: 1.65rem;
    width: 45px;
    height: 45px;
    border: solid 1px #383838;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
  }
  .work-page .work-1 .content ul li .box:hover {
    background-image: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.24);
  }
  .work-page .work-1 .content ul li .box:hover .text {
    color: #fff;
  }
  .work-page .work-1 .content ul li .box:hover .text h4::after,
  .work-page .work-1 .content ul li .box:hover .text h4::before {
    background: #fff;
  }
  .work-page .work-1 .content ul li .box:hover .text span {
    border-color: #fff;
  }
  .work-page .work-1 .content ul .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .work-page .work-1 .content ul .slick-dots li {
    width: 27px;
    height: 5px;
    background-color: #dcdcdc;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .work-page .work-1 .content ul .slick-dots li:last-child {
    margin-right: 0;
  }
  .work-page .work-1 .content ul .slick-dots li button {
    display: none;
  }
  .work-page .work-1 .content ul .slick-dots li.slick-active {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  .work-page .work-1 .desc {
    margin-top: 3rem;
    text-indent: 2em;
    font-size: 18px;
    line-height: 1.7;
    color: #000;
  }
  .work-page .work-1 .desc dd {
    margin-bottom: 1.5rem;
  }
  .work-page .work-1 .desc dd::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--main-color);
    display: inline-block;
    vertical-align: top;
    margin: 12px 8px 0 0;
  }
  .work-page .work-1 .desc dd:last-child {
    margin-bottom: 0;
  }
  .work-page .work-2 {
    background: #fff;
  }
  .work-page .work-2 .header h2.title i {
    top: -6px;
    left: 67%;
  }
  .work-page .work-2 .content ul li .box {
    background-color: #e5e5e5;
  }
  .work-page .work-3 {
    background: #f8f8f8;
    padding: 4.6rem 0 6.3rem;
  }
  .work-page .work-3 h2.title i {
    top: -8px;
    left: 63px;
  }
  .work-page .work-3 .content {
    margin-top: 2.6rem;
  }
  .work-page .work-3 .content ul {
    margin-right: -2rem;
  }
  .work-page .work-3 .content ul .slick-track{
    margin: 0;
  }
  .work-page .work-3 .content ul li {
    padding-right: 2rem;
  }
  .work-page .work-3 .content ul li .img img {
    width: 100%;
  }
  .work-page .work-3 .content ul li .text {
    position: relative;
  }
  .work-page .work-3 .content ul li .text p {
    background-color: #e5e5e5;
    margin-right: 47px;
    font-size: 16px;
    padding: 0.4rem 0.7rem 0.35rem;
    height: 39px;
    overflow: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .work-page .work-3 .content ul li .text p::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    background-position: 400%;
    animation: gradientBG 5s infinite;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .work-page .work-3 .content ul li .text .mores {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background: #e5e5e5;
    text-align: center;
    background-size: 100% 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
  }
  .work-page .work-3 .content ul li .text .mores img {
    vertical-align: middle;
    filter: brightness(0);
    display: inline-block;
  }
  .work-page .work-3 .content ul li .text .mores::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    background-position: 400%;
    animation: gradientBG 5s infinite;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .work-page .work-3 .content ul li:hover .text p {
    border-radius: 25px;
    color: #fff;
  }
  .work-page .work-3 .content ul li:hover .text p::before {
    opacity: 1;
  }
  .work-page .work-3 .content ul li:hover .text .mores {
    border-radius: 19px;
  }
  .work-page .work-3 .content ul li:hover .text .mores img {
    filter: none;
  }
  .work-page .work-3 .content ul li:hover .text .mores::before {
    opacity: 1;
  }
  .work-page .work-3 .content ul .slick-dots {
    position: absolute;
    left: 0;
    bottom: -12%;
    width: 100%;
    text-align: center;
  }
  .work-page .work-3 .content ul .slick-dots li {
    width: 27px;
    height: 5px;
    background-color: #dcdcdc;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .work-page .work-3 .content ul .slick-dots li:last-child {
    margin-right: 0;
  }
  .work-page .work-3 .content ul .slick-dots li button {
    display: none;
  }
  .work-page .work-3 .content ul .slick-dots li.slick-active {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  @media screen and (max-width: 1280px) {
    .work-page .work-1 .content ul li .box .img {
      width: 100%;
    }
    .work-page .work-1 .content ul li .box .img img {
      width: 100%;
    }
    .work-page .work-1 .content ul li .box .text {
      width: 100%;
      padding: 2rem 0 0 0;
    }
    .work-page .work-1 .content ul li .box .text span {
      bottom: 1rem;
    }
    .work-page .work-2 .header h2.title i {
      left: 60%;
    }
  }
  @media screen and (max-width: 1000px) {
    .work-page .work-1 .content ul li .box {
      padding: 0px 20px 60px;
    }
  }
  @media screen and (max-width: 700px) {
    .work-page .work-1 .header p {
      font-size: 16px;
    }
    .work-page .work-1 .content ul li .box {
      padding: 0px 10px 60px;
    }
    .work-page .work-1 .content ul li .box .text h4 {
      font-size: 18px;
    }
    .work-page .work-1 .content ul li .box .text p {
      font-size: 16px;
    }
    .work-page .work-1 .desc {
      font-size: 16px;
    }
  }
  .team-page .team-1 {
    background: #f8f8f8;
    padding: 4.7rem 0 5.4rem;
  }
  .team-page .team-1 .header h2.title i {
    left: -6px;
    top: 0;
  }
  .team-page .team-1 .header .con {
    margin-top: 2.45rem;
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    text-indent: 2em;
  }
  .team-page .team-1 .header .con p {
    margin-bottom: 1.8rem;
  }
  .team-page .team-1 .header .con p:last-child {
    margin-bottom: 0;
  }
  .team-page .team-1 .content {
    margin-top: 3.2rem;
  }
  .team-page .team-1 .content li {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 4.85rem 14px 4.8rem;
    text-align: center;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.1);
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%) !important;
  }
  .team-page .team-1 .content li .icon {
    width: 92px;
    height: 92px;
    background-color: #ffffff;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
    /*background-image: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);*/
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .team-page .team-1 .content li .icon img {
    /*filter: grayscale(100%) brightness(300%);*/
    vertical-align: middle;
  }
  .team-page .team-1 .content li .text {
    margin-top: 1.7rem;
  }
  .team-page .team-1 .content li .text h4 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .team-page .team-1 .content li .text p {
    font-size: 18px;
    line-height: 1.7;
    text-decoration: underline;
    margin-top: 1rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
  }
  .team-page .team-1 .content li:nth-child(1):hover {
    background: url(/dymagnet/2022/12/01/develop.jpg) !important;
  }
  .team-page .team-1 .content li:nth-child(2):hover {
    background: url(/dymagnet/2022/12/01/technology1.jpg) !important;
  }
  .team-page .team-1 .content li:nth-child(3):hover {
    background: url(/dymagnet/2022/12/01/test-1.jpg) !important;
  }
  .team-page .team-1 .content li:nth-child(4):hover {
    background: url(/dymagnet/2022/12/01/storage.jpg) !important;
  }
  .team-page .team-1 .content li:hover .icon {
    background-image: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  .team-page .team-1 .content li:hover .text p{
    opacity: 0;
  }
  .team-page .team-1 .content li:hover .icon img {
    filter: grayscale(100%) brightness(300%);
  }
  .team-page .team-1 .desc {
    margin-top: 3.15rem;
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    text-indent: 2em;
  }
  .team-page .team-1 .desc p {
    margin-bottom: 1.8rem;
  }
  .team-page .team-1 .desc p:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 1000px) {
    .team-page .team-1 .content li {
      width: 50%;
    }
  }
  @media screen and (max-width: 700px) {
    .team-page .team-1 .content li {
      width: 100%;
    }
    .team-page .team-1 .header .con {
      font-size: 16px;
    }
    .team-page .team-1 .content li .text h4 {
      font-size: 18px;
    }
    .team-page .team-1 .content li .text p {
      font-size: 16px;
    }
    .team-page .team-1 .desc {
      font-size: 16px;
    }
  }
  .test-page .test-1 {
    background-color: #fff;
    padding: 4.7rem 0 5.05rem;
  }
  .test-page .test-1 h2.title i {
    left: -6px;
    top: 0;
  }
  .test-page .test-1 .box {
    margin-top: 2.4rem;
  }
  .test-page .test-1 .box ul {
    margin: 0 -1.4rem -1.3rem 0;
  }
  .test-page .test-1 .box ul li {
    padding: 0 1.4rem 1.3rem 0;
  }
  .test-page .test-1 .box ul li .card {
    background-color: #ffffff;
    padding: 6px;
  }
  .test-page .test-1 .box ul li .card .img img {
    width: 100%;
  }
  .test-page .test-1 .box ul li .card .text {
    background-color: #ededed;
    width: 100%;
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    text-align: center;
    margin-top: 6px;
    padding: 10px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
  }
  .test-page .test-1 .box ul li .card:hover .text {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    color: #fff;
  }
  .test-page .test-1:nth-child(even) {
    background: #f8f8f8;
  }
  .test-page .test-1:nth-child(odd) {
    background: #fff;
  }
  @media screen and (max-width: 1200px) {
    .test-page .test-1 .box ul li {
      width: 33.3333%;
    }
  }
  @media screen and (max-width: 1000px) {
    .test-page .test-1 .box ul li {
      width: 50%;
    }
  }
  @media screen and (max-width: 700px) {
    .test-page .test-1 .box ul li {
      width: 100%;
    }
    .test-page .test-1 .box ul li .card .text {
      font-size: 16px;
    }
  }
  .service-page .service-1 {
    background: #f8f8f8;
    padding: 4.7rem 0 4.8rem;
  }
  .service-page .service-1 h2.title i {
    left: -6px;
    top: 0;
  }
  .service-page .service-1 .content {
    margin-top: 2.2rem;
  }
  .service-page .service-1 .content ul {
    margin-right: -1.15rem;
  }
  .service-page .service-1 .content ul li {
    padding-right: 1.15rem;
  }
  .service-page .service-1 .content ul li .text {
    padding: 1.8rem 1.1rem 0 0;
    color: #383838;
  }
  .service-page .service-1 .content ul li .text h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2;
  }
  .service-page .service-1 .content ul li .text p {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 1rem;
  }
  .service-page .service-2 {
    padding: 4.1rem 0 5.15rem;
  }
  .service-page .service-2 h2.title i {
    left: -6px;
    top: 0;
  }
  .service-page .service-2 .desc {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 2.35rem;
    color: #383838;
  }
  .service-page .service-2 .content {
    margin-top: 2.65rem;
  }
  .service-page .service-2 .content ul {
    margin: 0 -10px;
  }
  .service-page .service-2 .content ul li {
    position: relative;
    padding: 0 10px;
    margin: 40px 0 20px;
  }
  .service-page .service-2 .content ul li .ig {
    position: relative;
    max-width: 216px;
  }
  .service-page .service-2 .content ul li .ig::after {
    content: '1';
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 5rem;
    font-weight: 700;
    line-height: 80px;
    color: #e9edf4;
    opacity: .5;
  }
  .service-page .service-2 .content ul li .ig img {
    position: relative;
    z-index: 1;
    margin: 5px 0 20px;
  }
  .service-page .service-2 .content ul li .ig h4 {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
  }
  .service-page .service-2 .content ul li:nth-child(2) .ig::after {
    content: '2';
  }
  .service-page .service-2 .content ul li:nth-child(3) .ig::after {
    content: '3';
  }
  .service-page .service-2 .content ul li:nth-child(4) .ig::after {
    content: '4';
  }
  .service-page .service-3 {
    background: #f8f8f8;
    padding: 5rem 0;
  }
  .service-page .service-3 .grid-box {
    overflow: hidden;
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    padding: 1.9rem 0;
  }
  .service-page .service-3 .grid-box .column .text {
    padding: 7.5rem 0;
    text-align: center;
  }
  .service-page .service-3 .grid-box .column .text h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: auto auto 20px;
  }
  .service-page .service-3 .grid-box .column .text .con {
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    max-width: 360px;
    line-height: 1.7;
    height: 50px;
  }
  .service-page .service-3 .grid-box .column .text .more {
    margin-top: 1.9rem;
  }
  .service-page .service-3 .grid-box .column .text .more a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 7px 36px 6px;
    background-color: #fff;
    color: var(--main-color);
    border-radius: 100px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
    box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
    transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
  }
  .service-page .service-3 .grid-box .column .text .more a:hover {
    background: #000;
    color: #fff;
  }
  .service-page .service-3 .grid-box .right {
    border-left: 1px solid #fff;
  }
  .service-page .service-3 .grid-box .right .text .more a {
    background: #000;
    color: #fff;
  }
  .service-page .service-3 .grid-box .right .text .more a:hover {
    background: #fff;
    color: var(--main-color);
  }
  @media screen and (max-width: 1000px) {
    .service-page .service-1 .content ul li {
      width: 50%;
      margin-bottom: 10px;
    }
  }
  @media screen and (max-width: 700px) {
    .service-page .service-1 .content ul li {
      width: 100%;
      margin-bottom: 10px;
    }
    .service-page .service-1 .content ul li .img img {
      width: 100%;
    }
    .service-page .service-1 .content ul li .text h3 {
      font-size: 22px;
    }
    .service-page .service-1 .content ul li .text p {
      font-size: 16px;
    }
    .service-page .service-2 .desc {
      font-size: 16px;
    }
    .service-page .service-3 {
      display: none;
    }
  }
  .suggest-page .suggest-1 {
    background: #f8f8f8;
    padding: 4.7rem 0 6.05rem;
  }
  .suggest-page .suggest-1 h2.title i {
    left: -6px;
    top: 0;
  }
  .suggest-page .suggest-1 .form {
    background: #fff;
    margin-top: 2.45rem;
    padding: 4.1rem 5.65rem;
  }
  .suggest-page .suggest-1 .form h3 {
    font-size: 1.5rem;
    color: #383838;
    line-height: 1;
    font-weight: bold;
    text-align: center;
  }
  .suggest-page .suggest-1 .form p {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    text-align: center;
    margin-top: 1rem;
  }
  .suggest-page .suggest-1 .form form {
    margin-top: 3.45rem;
  }
  .suggest-page .suggest-1 .form form ul {
    margin-right: -5rem;
  }
  .suggest-page .suggest-1 .form form ul li {
    padding-right: 5rem;
  }
  .suggest-page .suggest-1 .form form ul li label {
    display: block;
    font-size: 18px;
    color: #aaa;
    line-height: 1.7;
  }
  .suggest-page .suggest-1 .form form ul li input[type="text"],
  .suggest-page .suggest-1 .form form ul li textarea {
    width: 100%;
    height: 50px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #383838;
  }
  .suggest-page .suggest-1 .form form ul li input[type="text"]:focus,
  .suggest-page .suggest-1 .form form ul li textarea:focus {
    border-bottom: 1px solid var(--main-color);
  }
  .suggest-page .suggest-1 .form form ul li textarea {
    height: 234px;
  }
  .suggest-page .suggest-1 .form form ul li p {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    margin-top: 1.4rem;
    text-align: left;
  }
  .suggest-page .suggest-1 .form form ul li input[type="submit"] {
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    padding: 7px 53px 6px;
    border: none;
    margin-top: 2.7rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
  }
  .suggest-page .suggest-1 .form form ul li input[type="submit"]:hover {
    background: #000;
  }
  .suggest-page .suggest-1 .form form ul li.wid-100 {
    width: 100%;
  }
  .suggest-page .suggest-1 .form form ul li:nth-child(3) {
    margin-top: 2.75rem;
  }
  .suggest-page .suggest-1 .form form ul li:last-child {
    text-align: center;
  }
  @media screen and (max-width: 1280px) {
    .suggest-page .suggest-1 .form {
      padding: 4.1rem 2rem;
    }
    .suggest-page .suggest-1 .form form ul {
      margin-right: -2rem;
    }
    .suggest-page .suggest-1 .form form ul li {
      padding-right: 2rem;
    }
    .suggest-page .suggest-1 .form form ul li label {
      font-size: 16px;
    }
    .suggest-page .suggest-1 .form form ul li p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 1000px) {
    .suggest-page .suggest-1 .form form ul li label {
      height: 60px;
    }
  }
  @media screen and (max-width: 700px) {
    .suggest-page .suggest-1 .form form ul li {
      width: 100%;
    }
    .suggest-page .suggest-1 .form form ul li label {
      height: auto;
    }
  }
  .download-page .download-1 {
    background: #f8f8f8;
    padding: 5.45rem 0 5.8rem;
  }
  .download-page .download-1 h2.title i {
    top: 0;
    left: -6px;
  }
  .download-page .download-1 .desc {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    margin-top: 2.4rem;
    text-indent: 2em;
  }
  .download-page .download-1 .desc a {
    color: var(--main-color);
    text-decoration: underline;
  }
  .download-page .download-1 .content {
    margin-top: 2.35rem;
  }
  .download-page .download-1 .content ul li {
    border: solid 1px #000000;
    text-align: center;
    padding: 1.5rem 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
  }
  .download-page .download-1 .content ul li a {
    display: block;
    color: #383838;
  }
  .download-page .download-1 .content ul li a img {
    display: inline-block;
    vertical-align: middle;
  }
  .download-page .download-1 .content ul li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    line-height: 1.2;
    padding-left: 1.5rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
  }
  .download-page .download-1 .content ul li:hover {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  .download-page .download-1 .content ul li:hover a {
    color: #fff;
  }
  .download-page .download-1 .content ul li:hover a img {
    filter: brightness(100);
  }
  .download-page .download-1 .content ul li:hover a span {
    text-decoration: underline;
  }
  .download-page .download-2 {
    padding: 5.15rem 0 7.85rem;
  }
  .download-page .download-2 h2.title i {
    left: 24px;
    top: -6px;
  }
  .download-page .download-2 .content {
    margin-top: 3.2rem;
  }
  .download-page .download-2 .content ul {
    margin: 0 -2.2rem -2.75rem 0;
  }
  .download-page .download-2 .content ul li {
    padding: 0 2.2rem 2.75rem 0;
  }
  .download-page .download-2 .content ul li video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .download-page .download-2 .content ul li .img {
    position: relative;
  }
  .download-page .download-2 .content ul li .img img {
    width: 100%;
  }
  .download-page .download-2 .content ul li .img .play {
    display: block;
    position: absolute;
    left: 45%;
    bottom: 35%;
    width: 50px;
    height: 50px;
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    text-align: center;
    line-height: 47px;
    border-radius: 50%;
  }
  .download-page .download-2 .content ul li .img .play img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .download-page .download-2 .content ul .slick-dots {
    position: absolute;
    left: 0;
    bottom: 4%;
    width: 100%;
    text-align: center;
  }
  .download-page .download-2 .content ul .slick-dots li {
    width: 27px;
    height: 5px;
    background-color: #dcdcdc;
    border-radius: 3px;
    display: inline-block;
    margin-right: 9px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .download-page .download-2 .content ul .slick-dots li button {
    display: none;
  }
  .download-page .download-2 .content ul .slick-dots li:last-child {
    margin-right: 0;
  }
  .download-page .download-2 .content ul .slick-dots li.slick-active {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  @media screen and (max-width: 1280px) {
    .download-page .download-1 .content ul li {
      width: 50%;
    }
    .download-page .download-1 .content ul li a span {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 700px) {
    .download-page .download-1 .desc {
      font-size: 16px;
    }
    .download-page .download-1 .content ul li {
      width: 100%;
    }
    .download-page .download-1 .content ul li a span {
      font-size: 16px;
    }
  }
  .tender-page .tender-1 {
    background: #f8f8f8;
    padding: 4.45rem 0 4.8rem;
  }
  .tender-page .tender-1 .text {
    vertical-align: middle;
    padding-right: 1.7rem;
  }
  .tender-page .tender-1 .text h2.title i {
    left: -6px;
    bottom: -8px;
  }
  .tender-page .tender-1 .text .info {
    margin-top: 3rem;
    font-size: 25px;
    color: #383838;
    line-height: 1.6;
    font-weight: bold;
  }
  .tender-page .tender-1 .text .desc {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    margin-top: 2.5rem;
    text-indent: 2em;
  }
  .tender-page .tender-1 .img {
    vertical-align: middle;
  }
  @media screen and (max-width: 1000px) {
    .tender-page .tender-1 .text {
      width: 100%;
      padding-right: 0;
    }
    .tender-page .tender-1 .img {
      width: 100%;
      margin-top: 20px;
    }
    .tender-page .tender-1 .img img {
      width: 100%;
    }
  }
  @media screen and (max-width: 700px) {
    .tender-page .tender-1 .text .info {
      font-size: 20px;
    }
    .tender-page .tender-1 .text .desc {
      font-size: 16px;
    }
  }
  .equity-page .equity-1 {
    background: #f8f8f8;
    padding: 4.7rem 0 5.3rem;
  }
  .equity-page .equity-1 h2.title i {
    left: -6px;
    top: 0;
  }
  .equity-page .equity-1 p {
    margin-top: 2rem;
    text-indent: 2em;
  }
  .equity-page .equity-1 .list {
    margin-top: 3.3rem;
  }
  .equity-page .equity-1 .list .top {
    position: relative;
  }
  .equity-page .equity-1 .list .top ul {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .equity-page .equity-1 .list .top ul li {
    display: inline-block;
    text-align: center;
  }
  .equity-page .equity-1 .list .top ul li span {
    display: block;
    width: 146px;
    height: 50px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
  }
  .equity-page .equity-1 .list .top ul li em {
    display: block;
    font-size: 18px;
    color: #383838;
  }
  .equity-page .equity-1 .list .top ul li em::before,
  .equity-page .equity-1 .list .top ul li em::after {
    content: '';
    width: 1px;
    height: 22px;
    background: #000;
    display: block;
    margin: 0 auto;
  }
  .equity-page .equity-1 .list .top ul li em::before {
    margin-bottom: 4px;
  }
  .equity-page .equity-1 .list .top ul li em::after {
    margin-top: 4px;
  }
  .equity-page .equity-1 .list .top ul li:last-child {
    margin-right: 0;
  }
  .equity-page .equity-1 .list .top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 72px;
    right: 72px;
    height: 1px;
    background: #000;
  }
  .equity-page .equity-1 .list .middle {
    text-align: center;
  }
  .equity-page .equity-1 .list .middle::before {
    content: '';
    width: 15px;
    height: 28px;
    background: url("../images/equity-arrow.png") no-repeat;
    display: block;
    margin: 0 auto;
  }
  .equity-page .equity-1 .list .middle span {
    width: 284px;
    height: 50px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 18px;
    margin: 11px auto 0;
  }
  .equity-page .equity-1 .list .middle em {
    display: block;
    font-size: 18px;
    color: #383838;
    margin-bottom: 6px;
  }
  .equity-page .equity-1 .list .middle em::before {
    content: '';
    width: 1px;
    height: 24px;
    display: block;
    margin: 0 auto 7px;
    background: #000;
  }
  @media screen and (max-width: 1200px) {
    .equity-page .equity-1 .list .top ul {
      display: block;
    }
    .equity-page .equity-1 .list .top ul li {
      display: block;
    }
    .equity-page .equity-1 .list .top ul li span {
      margin: 0 auto;
    }
    .equity-page .equity-1 .list .top::after {
      display: none;
    }
  }
  @media screen and (max-width: 700px) {
    .equity-page .equity-1 p {
      font-size: 16px;
    }
  }
  .notice-page .notice-1 {
    position: relative;
    padding-top: 4.7rem;
  }
  .notice-page .notice-1 h2.title i {
    left: -6px;
    top: 0;
  }
  .notice-page .notice-1 .box {
    margin-top: 2.45rem;
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    padding: 2.75rem 0;
    color: #fff;
  }
  .notice-page .notice-1 .box .text {
    padding: 3.15rem 0;
    text-align: center;
  }
  .notice-page .notice-1 .box .text .icon {
    height: 118px;
  }
  .notice-page .notice-1 .box .text h3 {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    margin-top: 1.75rem;
  }
  .notice-page .notice-1 .box .text .con {
    font-size: 18px;
    color: #fff;
    margin: 2rem auto 0;
    max-width: 486px;
    line-height: 1.7;
    width: 100%;
  }
  .notice-page .notice-1 .box .text .more {
    margin-top: 1.9rem;
  }
  .notice-page .notice-1 .box .text .more a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 7px 36px 6px;
    background-color: #fff;
    color: var(--main-color);
    border-radius: 100px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
    box-shadow: 0 16px 30px 0 rgba(56, 83, 113, 0.2);
    transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
  }
  .notice-page .notice-1 .box .text .more a:hover {
    background: #000;
    color: #fff;
  }
  .notice-page .notice-1 .box .right {
    border-left: 1px solid #fff;
  }
  .notice-page .notice-1 .box .right .more a {
    background: #000;
    color: #fff;
  }
  .notice-page .notice-1 .box .right .more a:hover {
    background: #fff;
    color: var(--main-color);
  }
  .notice-page .notice-1::before {
    content: '';
    background-color: #f8f8f8;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 61.65%;
    top: 0;
    left: 0;
  }
  .notice-page .notice-2 {
    padding: 4.95rem 0 5.95rem;
  }
  .notice-page .notice-2 h2.title i {
    top: 0;
    left: -6px;
  }
  .notice-page .notice-2 .box {
    margin-top: 1.75rem;
  }
  .notice-page .notice-2 .box ul {
    margin-bottom: -1.6rem;
  }
  .notice-page .notice-2 .box ul li {
    padding: 0 0 1.6rem;
    border-bottom: 1px solid #d2d2d2;
  }
  .notice-page .notice-2 .box ul li .box {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .notice-page .notice-2 .box ul li .box time {
    font-size: 2.25rem;
    color: #383838;
    min-width: 142px;
  }
  .notice-page .notice-2 .box ul li .box time span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    color: #525252;
    font-size: 18px;
    line-height: 1.2;
    font-style: italic;
  }
  .notice-page .notice-2 .box ul li .box time span em {
    display: block;
  }
  .notice-page .notice-2 .box ul li .box time span i {
    display: block;
  }
  .notice-page .notice-2 .box ul li .box .info {
    padding: 15px 0 0 1.65rem;
    min-width: 70%;
  }
  .notice-page .notice-2 .box ul li .box .info h3 {
    font-size: 25px;
    color: #383838;
    font-weight: bold;
    line-height: 1.2;
  }
  .notice-page .notice-2 .box ul li .box .info p {
    color: #525252;
    margin-top: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 84%;
  }
  .notice-page .notice-2 .box ul li .box .more {
    display: block;
    min-width: 144px;
    height: 40px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -mos-transition: .5s;
    margin-top: 16px;
  }
  .notice-page .notice-2 .box ul li .box .more:hover {
    background: #000;
  }
  .notice-page .form{
    background: #f8f8f8;
    padding: 40px 0;
  }
  @media screen and (max-width: 1000px) {
    .notice-page .notice-2 .box ul li .box {
      display: block;
    }
  }
  @media screen and (max-width: 700px) {
    .notice-page .notice-1 {
      display: none;
    }
    .notice-page .notice-2 .box ul li .box .info {
      padding: 15px 0 0 0;
    }
    .notice-page .notice-2 .box ul li .box .info h3 {
      font-size: 18px;
    }
    .inner-page p {
      font-size: 16px;
    }
    .notice-page .notice-2 .box ul li .box .more {
      font-size: 16px;
    }
  }
  .faq-page .faq-1 {
    padding: 4.7rem 0 4.7rem;
    background: #f8f8f8;
  }
  .faq-page .faq-1 h2.title i {
    left: -6px;
    top: 0;
  }
  .faq-page .faq-1 .box {
    margin-top: 2.5rem;
  }
  .faq-page .faq-1 .box ul li {
    padding-bottom: 1.1rem;
    border-bottom: 1px solid #d2d2d2;
    color: #383838;
    margin-bottom: 1.1rem;
    position: relative;
    z-index: 1;
  }
  .faq-page .faq-1 .box ul li .title {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
  }
  .faq-page .faq-1 .box ul li .title h4 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    width: 82%;
  }
  .faq-page .faq-1 .box ul li .title .more {
    width: 144px;
    height: 40px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
  }
  .faq-page .faq-1 .box ul li .con {
    padding-top: 1.25rem;
    width: 82%;
  }
  .faq-page .faq-1 .box ul li .con p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .faq-page .faq-1 .box ul li .con .desc {
    font-size: 18px;
    line-height: 1.7;
    display: none;
  }
  .faq-page .faq-1 .box ul li.active {
    /*background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);*/
    color: #fff;
    padding: 1.35rem 0 1.6rem 1.7rem;
    border-bottom: 0;
  }
  .faq-page .faq-1 .box ul li.active i{
    opacity: 1;
  }
  .faq-page .faq-1 .box ul li i{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    animation: myfirst 1.5s linear;
    opacity: 0;
    z-index: -1;
  }
  @keyframes myfirst{
    0%{
      width: 50%;
    }
    100%{
      width: 100%; 
    }
  }
  .faq-page .faq-1 .box ul li.active .title .more {
    display: none;
  }
  .faq-page .faq-1 .box ul li.active .con p {
    display: none;
  }
  .faq-page .faq-1 .box ul li.active .con .desc {
    display: block;
  }
  .faq-page .faq-1 .box ul li:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 1000px) {
    .faq-page .faq-1 .box ul li .con {
      width: 96%;
    }
  }
  @media screen and (max-width: 700px) {
    .faq-page .faq-1 .box ul li .title h4 {
      font-size: 18px;
    }
    .faq-page .faq-1 .box ul li .title .more {
      width: 100px;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
    }
    .faq-page .faq-1 .box ul li .con .desc {
      font-size: 16px;
    }
  }
  .talent-page .talent-1 {
    padding: 5.4rem 0;
    background: #f8f8f8;
  }
  .talent-page .talent-1 .text {
    vertical-align: middle;
    padding-right: 1.75rem;
  }
  .talent-page .talent-1 .text h2.title i {
    left: -6px;
    top: 0;
  }
  .talent-page .talent-1 .text h4 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    text-indent: 2em;
    margin-top: 1.95rem;
  }
  .talent-page .talent-1 .text .con {
    margin-top: 2.15rem;
    text-indent: 2rem;
  }
  .talent-page .talent-1 .text .con p {
    margin-bottom: 1rem;
  }
  .talent-page .talent-1 .text .con p:last-child {
    margin-bottom: 0;
  }
  .talent-page .talent-1 .img {
    vertical-align: middle;
  }
  .talent-page .talent-1 .img img {
    width: 100%;
  }
  .talent-page .talent-2 {
    background: #fff;
  }
  .talent-page .talent-2 .text {
    padding: 0 0 0 1.85rem;
  }
  .talent-page .talent-2 .text .con em {
    font-size: 25px;
    line-height: 1.2;
    color: #74b65c;
  }
  .talent-page .talent-3 {
    background: #f8f8f8;
    padding: 4.7rem 0 5.05rem;
  }
  .talent-page .talent-3 h2.title i {
    top: 0;
    left: -6px;
  }
  .talent-page .talent-3 .box {
    margin-top: 2.5rem;
  }
  .talent-page .talent-3 .box .left {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    text-indent: 2em;
  }
  .talent-page .talent-3 .box .right {
    text-indent: 2em;
    padding-left: 1.5rem;
  }
  .talent-page .talent-3 .box .right p {
    margin-bottom: 1rem;
  }
  .talent-page .talent-3 .box .right p:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 1000px) {
    .talent-page .talent-1 .text {
      width: 100%;
      padding: 0;
    }
    .talent-page .talent-1 .img {
      width: 100%;
      padding: 2rem 0 0 0;
    }
    .talent-page .talent-2 .text {
      padding: 2rem 0 0 0;
    }
  }
  @media screen and (max-width: 700px) {
    .talent-page .talent-1 .text h4 {
      font-size: 18px;
    }
    .talent-page .talent-3 .box .left {
      width: 100%;
      font-size: 18px;
    }
    .talent-page .talent-3 .box .right {
      width: 100%;
      padding: 2rem 0 0 0;
    }
  }
  .recruit-page .recruit-1 {
    padding: 4.7rem 0 6rem;
    background: #f8f8f8;
  }
  .recruit-page .recruit-1 h2.title i {
    top: 0;
    left: -6px;
  }
  .recruit-page .recruit-1 .titles {
    margin-top: 2.8rem;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    color: #fff;
    padding: 1.4rem 2.95rem;
  }
  .recruit-page .recruit-1 .titles ul li {
    font-size: 25px;
    font-weight: bold;
  }
  .recruit-page .recruit-1 .content{
    margin-top: 10px;
  }
  .recruit-page .recruit-1 .content ul li .info {
    padding: 0 2.95rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
  }
  .recruit-page .recruit-1 .content ul li .info dd {
    font-size: 20px;
    padding: 1.6rem 0 0.85rem;
  }
  .recruit-page .recruit-1 .content ul li .info i {
    position: absolute;
    right: 2.5rem;
    top: 2rem;
    font-size: 18px;
  }
  .recruit-page .recruit-1 .content ul li .info.active {
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    color: #fff;
  }
  .recruit-page .recruit-1 .content ul li .con {
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.11);
    padding: 1.7rem 5.25rem 2.2rem 2.95rem;
    color: #383838;
    display: none;
  }
  .recruit-page .recruit-1 .content ul li .con .right {
    padding-left: 2rem;
  }
  .recruit-page .recruit-1 .content ul li .con h3 {
    font-size: 20px;
    font-weight: bold;
  }
  .recruit-page .recruit-1 .content ul li .con .list p::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--main-color);
    display: inline-block;
    margin-right: 5px;
  }
  .recruit-page .recruit-1 .content ul li .con .upload {
    text-align: center;
    position: relative;
    margin-top: 2.3rem;
  }
  .recruit-page .recruit-1 .content ul li .con .upload input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 1;
  }
  .recruit-page .recruit-1 .content ul li .con .upload span {
    width: 144px;
    height: 40px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 46%;
  }
  @media screen and (max-width: 1000px) {
    .recruit-page .recruit-1 .titles ul li {
      font-size: 20px;
    }
    .recruit-page .recruit-1 .titles {
      padding: 1.4rem 1.95rem;
    }
    .recruit-page .recruit-1 .content ul li .info {
      padding: 0 1.95rem;
    }
    .recruit-page .recruit-1 .content ul li .info dd {
      font-size: 18px;
    }
    .recruit-page .recruit-1 .content ul li .info i {
      right: 0;
    }
  }
  @media screen and (max-width: 700px) {
    .recruit-page .recruit-1 .titles {
      padding: 1.4rem 10px;
    }
    .recruit-page .recruit-1 .titles ul {
      overflow: auto;
    }
    .recruit-page .recruit-1 .titles ul li {
      font-size: 14px;
    }
    .recruit-page .recruit-1 .content ul li .info {
      padding: 0 10px;
    }
    .recruit-page .recruit-1 .content ul li .info dd {
      font-size: 14px;
    }
    .recruit-page .recruit-1 .content ul li .info i {
      font-size: 14px;
    }
    .recruit-page .recruit-1 .content ul li .con .left {
      width: 100%;
    }
    .recruit-page .recruit-1 .content ul li .con .right {
      width: 100%;
      padding: 2rem 0 0 0;
    }
    .recruit-page .recruit-1 .content ul li .con .upload span {
      left: 35%;
    }
    .recruit-page .recruit-1 .content ul li .con h3 {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 500px) {
    .recruit-page .recruit-1 .content ul li .info i {
      top: 5rem;
    }
    .recruit-page .recruit-1 .content ul li .info dd {
      word-break: break-all;
    }
  }
  .product-page .product-1 {
    background-color: #f8f8f8;
    padding: 4.7rem 0 4.55rem;
  }
  .product-page .product-1 h2.title i {
    left: -6px;
    top: 0;
  }
  .product-page .product-1 p {
    margin-top: 2.45rem;
    text-indent: 2em;
  }
  .product-page .product-1 .content {
    margin-top: 2.55rem;
  }
  .product-page .product-1 .content ul {
    margin-right: -1.8rem;
  }
  .product-page .product-1 .content ul li {
    padding-right: 1.8rem;
  }
  .product-page .product-1 .content ul li .box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 4.15rem 1.65rem;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .product-page .product-1 .content ul li .box::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .product-page .product-1 .content ul li .box h3 {
    font-size: 1.5rem;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
  }
  .product-page .product-1 .content ul li .box .con {
    margin-top: 1.5rem;
    height: 214px;
    overflow: auto;
  }
  .product-page .product-1 .content ul li .box .con p {
    color: #fff;
    margin-top: 0;
  }
  .product-page .product-1 .content ul li .box .more {
    width: 144px;
    height: 40px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 1.55rem auto 0;
  }
  .product-page .header {
    padding-top: 4.75rem;
  }
  @media screen and (max-width: 1366px) {
    .inner-page .sideBox .left .navlist li a {
      padding: 0.75rem 0 0.75rem 2rem;
      font-size: 20px;
    }
  }
  @media screen and (max-width: 1000px) {
    .inner-page .sideBox .left {
      /*display: none;*/
      width: 100%;
      position: inherit;
    }
    .inner-page .sideBox .left .form{
      display: none;
    }
    .inner-page .sideBox .right {
      width: 100%;
      padding-top: 20px;
    }
    .inner-page .sideBox .right ul li {
      width: 50%;
    }
  }
  @media screen and (max-width: 700px) {
    .inner-page .sideBox .right ul li {
      width: 100%;
    }
    .product-page .product-1 .content ul li {
      margin-bottom: 20px;
      width: 100%;
    }
  }
  .prodet-page .prodet-1 {
    background: #f8f8f8;
  }
  .prodet-page .prodet-1 .top .img .small {
    margin-top: 1.1rem;
  }
  .prodet-page .prodet-1 .top .img .small ul {
    margin-right: -0.9rem;
  }
  .prodet-page .prodet-1 .top .img .small ul li {
    padding-right: 0.9rem;
  }
  .prodet-page .prodet-1 .top .text {
    padding: 1.4rem 0 0 2.85rem;
  }
  .prodet-page .prodet-1 .top .text h3 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 14px;
  }
  .prodet-page .prodet-1 .top .text .desc {
    margin-top: 1.65rem;
    font-size: 16px;
  }
  .prodet-page .prodet-1 .top .text .desc h4 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 14px;
    border-bottom: 1px solid #d2d2d2;
  }
  .prodet-page .prodet-1 .top .text .desc p {
    margin-top: 16px;
  }
  .prodet-page .prodet-1 .top .text .more {
    width: 144px;
    height: 40px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 3.1rem;
    display: block;
  }
  .prodet-page .prodet-1 .top .text .share {
    margin-top: 1.35rem;
  }
  .prodet-page .prodet-1 .top .text .share span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #383838;
    font-weight: bold;
  }
  .prodet-page .prodet-1 .top .text .share ul {
    display: inline-block;
    vertical-align: middle;
  }
  .prodet-page .prodet-1 .top .text .share ul li {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    text-align: center;
    line-height: 30px;
    margin-right: 11px;
    border-radius: 50%;
    margin-bottom: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .top .text .share ul li img {
    vertical-align: middle;
  }
  .prodet-page .prodet-1 .top .text .share ul li:last-child {
    margin-right: 0;
  }
  .prodet-page .prodet-1 .bottom {
    margin-top: 4.25rem;
  }
  .prodet-page .prodet-1 .bottom .options {
    padding: 0 0 15px 14px;
    border-bottom: 1px solid #d2d2d2;
  }
  .prodet-page .prodet-1 .bottom .options dl dd {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-right: 2.9rem;
    cursor: pointer;
  }
  .prodet-page .prodet-1 .bottom .options dl dd:last-child {
    margin-right: 0;
  }
  .prodet-page .prodet-1 .bottom .options dl dd.active {
    color: var(--main-color);
  }
  .prodet-page .prodet-1 .bottom .ret {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 1.4rem;
  }
  .prodet-page .prodet-1 .bottom .ret h4 {
    height: 57px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 57px;
    font-weight: bold;
  }
  .prodet-page .prodet-1 .bottom .ret table{
    border: none;
  }
  .prodet-page .prodet-1 .bottom .ret table th,
  .prodet-page .prodet-1 .bottom .ret table td {
    border: 1px solid #d6d6d6;
    padding: 10px;
  }
  .prodet-page .prodet-1 .bottom .ret table tr:nth-child(odd) {
    background-color: #e6e6e6;
  }
  .prodet-page .prodet-1 .bottom .ret table tr:nth-child(even) {
    background: #fff;
  }
  .prodet-page .prodet-3 {
    padding: 4.15rem 0 6.9rem;
  }
  .prodet-page .prodet-3 h2.title i {
    left: 67px;
    top: -6px;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 2.6rem;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -1.8rem;
  }
  .prodet-page .prodet-3 .content ul .slick-track{
    margin: 0;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 1.8rem;
  }
  .prodet-page .prodet-3 .content ul li .img img {
    width: 100%;
  }
  .prodet-page .prodet-3 .content ul li .text {
    position: relative;
  }
  .prodet-page .prodet-3 .content ul li .text p {
    background-color: #e5e5e5;
    margin-right: 47px;
    font-size: 16px;
    padding: 0.4rem 0.7rem 0.35rem;
    height: 39px;
    overflow: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .prodet-page .prodet-3 .content ul li .text p::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    background-position: 400%;
    animation: gradientBG 5s infinite;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .prodet-page .prodet-3 .content ul li .text .mores {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 39px;
    height: 39px;
    line-height: 39px;
    background: #e5e5e5;
    text-align: center;
    background-size: 100% 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
  }
  .prodet-page .prodet-3 .content ul li .text .mores img {
    vertical-align: middle;
    filter: brightness(0);
    display: inline-block;
  }
  .prodet-page .prodet-3 .content ul li .text .mores::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    background-position: 400%;
    animation: gradientBG 5s infinite;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .prodet-page .prodet-3 .content ul li:hover .text p {
    border-radius: 25px;
    color: #fff;
  }
  .prodet-page .prodet-3 .content ul li:hover .text p::before {
    opacity: 1;
  }
  .prodet-page .prodet-3 .content ul li:hover .text .mores {
    border-radius: 19px;
  }
  .prodet-page .prodet-3 .content ul li:hover .text .mores img {
    filter: none;
  }
  .prodet-page .prodet-3 .content ul li:hover .text .mores::before {
    opacity: 1;
  }
  .prodet-page .prodet-3 .content ul .slick-dots {
    position: absolute;
    left: 0;
    bottom: -12%;
    width: 100%;
    text-align: center;
  }
  .prodet-page .prodet-3 .content ul .slick-dots li {
    width: 27px;
    height: 5px;
    background-color: #dcdcdc;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .prodet-page .prodet-3 .content ul .slick-dots li:last-child {
    margin-right: 0;
  }
  .prodet-page .prodet-3 .content ul .slick-dots li button {
    display: none;
  }
  .prodet-page .prodet-3 .content ul .slick-dots li.slick-active {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  @media screen and (max-width: 700px) {
    .prodet-page .prodet-1 .top .img {
      width: 100%;
    }
    .prodet-page .prodet-1 .top .text {
      width: 100%;
      padding: 1.4rem 0 0 0;
    }
    .prodet-page .prodet-1 .top .text h3 {
      font-size: 20px;
    }
    .prodet-page .prodet-1 .top .text .desc h4 {
      font-size: 18px;
    }
    .prodet-page .prodet-1 .bottom .ret h4 {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 500px) {
    .prodet-page .prodet-1 .bottom .options dl dd {
      display: inline-block;
      font-size: 18px;
      margin-right: 1rem;
    }
  }
  .news-page .news-1 {
    background: #f8f8f8;
    padding: 3.3rem 0 1.7rem;
  }
  .news-page .news-1 .header {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #d2d2d2;
  }
  .news-page .news-1 .header .left h4 {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
  }
  .news-page .news-1 .header .left h4 em {
    font-weight: 400;
    color: #666;
  }
  .news-page .news-1 .header .left h4 em.active{
     color: var(--main-color);
  }
  .news-page .news-1 .header .left h4 em.active img{
    filter: none;
  }
  .news-page .news-1 .header .left h4 em.e2{
    margin-left: 15px;
  }
  .news-page .news-1 .header .left h4 em.e2 img{
    transform: rotate(180deg);
  }
  .news-page .news-1 .header .left h4 em img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    filter: grayscale(100%);
  }
  .news-page .news-1 .header .right {
    width: 649px;
  }
  .news-page .news-1 .header .right form {
    position: relative;
    width: 100%;
  }
  .news-page .news-1 .header .right form input {
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 60px 0 27px;
    background: #fff;
    font-size: 18px;
    color: #dadada;
    border-radius: 25px;
    border: solid 1px #d2d2d2;
  }
  .news-page .news-1 .header .right form input::placeholder {
    color: #dadada;
  }
  .news-page .news-1 .header .right form input::-webkit-input-placeholder {
    color: #dadada;
  }
  .news-page .news-1 .header .right form input:-ms-input-placeholder {
    color: #dadada;
  }
  .news-page .news-1 .header .right form input:-moz-placeholder {
    color: #dadada;
  }
  .news-page .news-1 .header .right form input[type="submit"] {
    width: 29px;
    position: absolute;
    right: 11px;
    top: 0;
    padding: 0;
    background: url(../images/news-search.png) center center no-repeat;
    border: none;
  }
  .news-page .news-1 .content {
    margin-top: 2.7rem;
  }
  .news-page .news-1 .content1{
    display: none;
  }
  .news-page .news-1 .content ul li {
    padding-bottom: 1.65rem;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 2.85rem;
  }
  .news-page .news-1 .content ul li .img {
    position: relative;
    width: 29.41%;
  }
  .news-page .news-1 .content ul li .img .play {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .news-page .news-1 .content ul li .text {
    width: 70.59%;
    padding-left: 4.75rem;
  }
  .news-page .news-1 .content ul li .text time {
    display: block;
    font-size: 2.25rem;
    line-height: 1;
    color: #383838;
  }
  .news-page .news-1 .content ul li .text time span {
    font-size: 18px;
    line-height: 1.2;
    color: #525252;
    font-style: italic;
    display: inline-block;
    margin-top: 5px;
  }
  .news-page .news-1 .content ul li .text time span em {
    display: block;
  }
  .news-page .news-1 .content ul li .text h3 {
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
    color: #383838;
    margin-top: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-page .news-1 .content ul li .text p {
    margin-top: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-page .news-1 .content ul li .text .more {
    display: block;
    width: 144px;
    height: 40px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin-top: 1.5rem;
  }
  .news-page .news-1 .content ul li:last-child {
    margin-bottom: 0;
  }
  @media screen and (max-width: 1280px) {
    .news-page .news-1 .content ul li .text {
      padding-left: 2rem;
    }
  }
  @media screen and (max-width: 1000px) {
    .news-page .news-1 .header .right {
      width: 500px;
    }
    .news-page .news-1 .content ul li .img {
      width: 100%;
    }
    .news-page .news-1 .content ul li .img img {
      width: 100%;
    }
    .news-page .news-1 .content ul li .img .play img {
      width: auto;
    }
    .news-page .news-1 .content ul li .text {
      width: 100%;
      padding: 2rem 0 0 0;
    }
  }
  @media screen and (max-width: 700px) {
    .news-page .news-1 .header .right {
      width: 180px;
    }
    .news-page .news-1 .header .right form input {
      font-size: 16px;
      height: 40px;
      line-height: 40px;
    }
    .news-page .news-1 .content ul li .text time span {
      font-size: 14px;
      vertical-align: middle;
    }
    .news-page .news-1 .content ul li .text h3 {
      font-size: 18px;
    }
    .news-page .news-1 .content ul li .text .more {
      width: 125px;
      height: 35px;
      line-height: 35px;
      font-size: 16px;
    }
  }
  .newdet-page .newdet-1 {
    background: #f8f8f8;
    padding: 4.7rem 0 3.9rem;
  }
  .newdet-page .newdet-1 h2.title i {
    left: -6px;
    top: 0;
  }
  .newdet-page .newdet-1 .info {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 1.35rem;
    padding-bottom: 16px;
    border-bottom: 1px solid #d2d2d2;
  }
  .newdet-page .newdet-1 .info .left {
    font-size: 18px;
    color: #929292;
    line-height: 1.7;
  }
  .newdet-page .newdet-1 .info .left span {
    margin-left: 1.4rem;
  }
  .newdet-page .newdet-1 .info .left span:first-child {
    margin-left: 0;
  }
  .newdet-page .newdet-1 .info .right span {
    font-size: 18px;
    color: #383838;
    display: inline-block;
    font-weight: bold;
  }
  .newdet-page .newdet-1 .info .right ul {
    display: inline-block;
  }
  .newdet-page .newdet-1 .info .right ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
  }
  .newdet-page .newdet-1 .info .right ul li img {
    display: inline-block;
    vertical-align: middle;
  }
  .newdet-page .newdet-1 .content {
    margin-top: 2.5rem;
    text-indent: 2em;
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
  }
  .newdet-page .newdet-1 .img-boxs{
    margin-top: 2.5rem;
  }
  .newdet-page .newdet-1 .img-boxs ul.slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -16%;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .newdet-page .newdet-1 .img-boxs ul.slick-dots li{
    padding: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 20px;
    background: #dcdcdc;
    cursor: pointer;
  }
  .newdet-page .newdet-1 .img-boxs ul.slick-dots li button {
    display: none;
  }
  .newdet-page .newdet-1 .img-boxs ul.slick-dots li.slick-active {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  .newdet-page .newdet-1 .img-boxs ul{
    margin: 0 -20px;
  }
  .newdet-page .newdet-1 .img-boxs ul li{
    padding: 0 20px;
  }
  .newdet-page .newdet-1 .img-boxs ul li a.img-box{
    display: block;
  }
  .newdet-page .newdet-1 .m-link {
    margin-top: 2.9rem;
    padding-top: 1.15rem;
    border-top: 1px solid #d2d2d2;
  }
  .newdet-page .newdet-1 .m-link a {
    display: block;
    font-size: 18px;
    color: #929292;
    line-height: 1.7;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5;
  }
  .newdet-page .newdet-1 .m-link a:hover {
    color: #383838;
    text-decoration: underline;
  }
  @media screen and (max-width: 700px) {
    .newdet-page .newdet-1 .info {
      display: block;
    }
    .newdet-page .newdet-1 .info .left {
      font-size: 16px;
    }
    .newdet-page .newdet-1 .content {
      font-size: 16px;
    }
    .newdet-page .newdet-1 .m-link a {
      font-size: 16px;
    }
  }
  .investor-page .investor-1 {
    background: #f8f8f8;
    padding: 4.7rem 0 5.15rem;
  }
  .investor-page .investor-1 h2.title i {
    left: -6px;
    top: 0;
  }
  .investor-page .investor-1 .box {
    margin-top: 3rem;
    border: 1px solid #383838;
  }
  .investor-page .investor-1 .box .left {
    padding: 2.5rem 0 2.5rem 3.2rem;
  }
  .investor-page .investor-1 .box .right {
    padding: 2.5rem 0 2.5rem 3.2rem;
    border-left: 1px solid #383838;
  }
  .investor-page .investor-1 .box .text .img {
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    text-align: center;
    max-width: 247px;
    padding: 94px 0;
    vertical-align: middle;
  }
  .investor-page .investor-1 .box .text .desc {
    vertical-align: middle;
    padding-left: 1.5rem;
  }
  .investor-page .investor-1 .box .text .desc h3 {
    font-size: 25px;
    line-height: 1.2;
    color: #383838;
    margin-bottom: 1.85rem;
    font-weight: bold;
  }
  .investor-page .tender-1 {
    background: #fff;
  }
  @media screen and (max-width: 1460px) {
    .investor-page .investor-1 .box .left {
      padding: 2.5rem 0 2.5rem 2rem;
    }
    .investor-page .investor-1 .box .right {
      padding: 2.5rem 0 2.5rem 2rem;
    }
    .investor-page .investor-1 .box .text .desc {
      padding-left: 2rem;
    }
    .investor-page .investor-1 .box .text .desc p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 1000px) {
    .investor-page .investor-1 .box .left {
      width: 100%;
    }
    .investor-page .investor-1 .box .right {
      width: 100%;
      border-left: 0;
    }
  }
  @media screen and (max-width: 700px) {
    .investor-page .investor-1 .box .text .img {
      padding: 66px 0;
    }
    .investor-page .investor-1 .box .text .desc {
      padding: 2rem 0 0 0;
    }
    .investor-page .investor-1 .box .text .desc h3 {
      font-size: 20px;
    }
  }
  .contact-page .contact-1 {
    background: #f8f8f8;
    padding: 4.55rem 0;
  }
  .contact-page .contact-1 h2.title i {
    left: -6px;
    top: 0;
  }
  .contact-page .contact-1 .form {
    margin-top: 2.7rem;
  }
  .contact-page .contact-1 .form form ul {
    margin-right: -1.65rem;
  }
  .contact-page .contact-1 .form form ul li {
    padding-right: 1.65rem;
    margin-bottom: 1.8rem;
  }
  .contact-page .contact-1 .form form ul li label {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    display: block;
  }
  .contact-page .contact-1 .form form ul li label em {
    color: var(--main-color);
    display: inline-block;
    vertical-align: top;
  }
  .contact-page .contact-1 .form form ul li input[type="text"],
  .contact-page .contact-1 .form form ul li textarea {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    font-size: 18px;
    color: #383838;
    border: none;
    margin-top: 0.65rem;
    padding: 0 10px;
  }
  .contact-page .contact-1 .form form ul li textarea {
    height: 147px;
    padding-top: 20px;
  }
  .contact-page .contact-1 .form form ul li input[type="submit"] {
    width: 144px;
    height: 40px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    border: none;
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
  }
  .contact-page .contact-1 .form form ul li input[type="submit"]:hover {
    background: #000;
  }
  .contact-page .contact-1 .form form ul li.wid-100 {
    width: 100%;
  }
  .contact-page .contact-1 .form form ul li:last-child {
    text-align: center;
    margin-bottom: 0;
  }
  .contact-page .contact-2 {
    padding: 4.3rem 0 5.1rem;
  }
  .contact-page .contact-2 .left {
    vertical-align: middle;
    width: 31.84%;
    padding-right: 1.9rem;
  }
  .contact-page .contact-2 .left h2.title i {
    top: 0;
    left: -6px;
  }
  .contact-page .contact-2 .left .content {
    margin-top: 2rem;
  }
  .contact-page .contact-2 .left .content ul li {
    margin-bottom: 1.8rem;
  }
  .contact-page .contact-2 .left .content ul li h4 {
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 40px;
    background-color: #cccccc;
    border-radius: 20px;
    line-height: 40px;
    padding: 0 1.55rem;
    font-weight: bold;
  }
  .contact-page .contact-2 .left .content ul li .con {
    margin-top: 2.3rem;
    padding: 0 0rem 0 1.6rem;
    /*display: none;*/
  }
  .contact-page .contact-2 .left .content ul li .con h5 {
    font-size: 25px;
    line-height: 1.2;
    color: #383838;
    font-weight: bold;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 1.15rem;
  }
  .contact-page .contact-2 .left .content ul li:last-child {
    margin-bottom: 0;
  }
  .contact-page .contact-2 .left .content ul li.active h4 {
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
  }
  .contact-page .contact-2 .right {
    vertical-align: middle;
    width: 68.16%;
  }
  @media screen and (max-width: 1400px) {
    .contact-page .contact-2 .left {
      width: 40%;
      padding-right: 3rem;
    }
    .contact-page .contact-2 .right {
      width: 60%;
    }
  }
  @media screen and (max-width: 1000px) {
    .contact-page .contact-1 .form form ul li {
      width: 50%;
    }
    .contact-page .contact-2 .left {
      width: 100%;
      padding-right: 0;
    }
    .contact-page .contact-2 .right {
      width: 100%;
      margin-top: 3rem;
    }
    /*.contact-page .contact-2 .right .map .main-map div {
      height: 400px !important;
    }*/
  }
  @media screen and (max-width: 700px) {
    .contact-page .contact-1 .form form ul li {
      width: 100%;
    }
    .contact-page .contact-2 .left .content ul li .con h5 {
      font-size: 20px;
    }
    /*.contact-page .contact-2 .right .map .main-map div {
      height: 776px !important;
    }*/
  }
  .history-page .history-1 {
    background: #f8f8f8;
    padding: 4.7rem 0 5.4rem;
  }
  .history-page .history-1 h2.title i {
    left: 24px;
    bottom: -8px;
  }
  .history-page .history-1 .desc {
    margin-top: 1.95rem;
    text-indent: 2em;
  }
  .history-page .history-1 .list {
    margin-top: 8rem;
  }
  .history-page .history-1 .list ul {
    position: relative;
  }
  .history-page .history-1 .list ul::after {
    content: '';
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background: #222;
    position: absolute;
  }
  .history-page .history-1 .list ul li {
    padding-bottom: 4.7rem;
    position: relative;
  }
  .history-page .history-1 .list ul li .left {
    text-align: right;
  }
  .history-page .history-1 .list ul li h6 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
    color: #383838;
  }
  .history-page .history-1 .list ul li .text {
    font-size: 18px;
    color: #383838;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0.5rem 2rem;
    display: inline-block;
  }
  .history-page .history-1 .list ul li .text span {
    font: inherit !important;
  }
  .history-page .history-1 .list ul li .text::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .history-page .history-1 .list ul li .text:after {
    content: '';
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 100%;
    top: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
  }
  .history-page .history-1 .list ul li .column {
    padding: 0 3%;
    position: relative;
    vertical-align: middle;
  }
  .history-page .history-1 .list ul li:nth-child(even) .left {
    left: 50%;
    text-align: left;
  }
  .history-page .history-1 .list ul li:nth-child(even) .right {
    left: -50%;
    text-align: right;
  }
  .history-page .history-1 .list ul li:nth-child(even) .text::after {
    border-left: 10px solid #fff;
    border-right: none;
    left: 100%;
  }
  .history-page .history-1 .list ul li:first-child i {
    top: 0%;
  }
  .history-page .history-1 .list ul li i {
    width: 23px;
    height: 23px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  .history-page .history-1 .list ul li i::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: rgba(110, 179, 89, 0.38);
    z-index: -1;
    -webkit-animation: ks2 4s linear infinite alternate;
    -moz-animation: ks2 4s linear infinite alternate;
    animation: ks2 4s linear infinite alternate;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    width: 100%;
    height: 100%;
  }
  .history-page .history-1 .list ul li:hover .text {
    color: #fff;
  }
  .history-page .history-1 .list ul li:hover .text::before {
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
  }
  .history-page .history-1 .list ul li:hover .text::after {
    border-left-color: var(--main-color);
    border-right-color: var(--main-color1);
  }
  @media screen and (max-width: 1000px) {
    .history-page .history-1 .list ul li .text {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 700px) {
    .history-page .history-1 .list ul li .left,
    .history-page .history-1 .list ul li:nth-child(even) .right {
      text-align: left;
      left: 0 !important;
    }
    .history-page .history-1 .list ul li .right {
      left: 0 !important;
    }
    .history-page .history-1 .list ul li {
      padding-left: 25px;
    }
    .history-page .history-1 .list ul:after {
      left: 0;
    }
    .history-page .history-1 .list ul li i {
      left: 0;
    }
  }
  @-webkit-keyframes ks2 {
    from {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-moz-keyframes ks2 {
    from {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes ks2 {
    from {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  .application-page .application-1 {
    background: #f8f8f8;
    padding: 4.6rem 0 4.8rem;
  }
  .application-page .application-1 h2.title i {
    left: 5.25rem;
    top: -5px;
  }
  .application-page .application-1 .content {
    margin-top: 2.35rem;
  }
  .application-page .application-1 .content ul li {
    padding-right: 1rem;
  }
  .application-page .application-1 .content ul li .box {
    position: relative;
  }
  .application-page .application-1 .content ul li .box img {
    width: 100%;
  }
  .application-page .application-1 .content ul li .box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(154, 202, 91, 0.05) 10%, var(--main-color1) 100%);
  }
  .application-page .application-1 .content ul li .text {
    position: absolute;
    z-index: 1;
    bottom: 1.85rem;
    left: 1.2rem;
    color: #f8f8f8;
    width: 55%;
  }
  .application-page .application-1 .content ul li .text h3 {
    font-size: 25px;
    line-height: 1.2;
  }
  .application-page .application-1 .content ul li .text p {
    color: #f8f8f8;
    margin-top: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .application-page .application-1 .content .left {
    padding-right: 10px;
  }
  .application-page .application-1 .content .left .bottom {
    margin-top: 0.95rem;
  }
  .application-page .application-1 .content .left ul {
    margin-right: -1rem;
  }
  .application-page .application-1 .content .right {
    padding-left: 10px;
  }
  .application-page .application-1 .content .right .bottom {
    margin-bottom: 0.95rem;
  }
  .application-page .application-1 .content .right ul {
    margin-right: -1rem;
  }
  .application-page .application-1 .content .bottom ul li .text {
    width: 90%;
  }
  .application-page .application-2 {
    padding: 4.4rem 0 4.55rem;
  }
  .application-page .application-2 h2.title i {
    left: 5.25rem;
    top: -6px;
  }
  .application-page .application-2 .content {
    margin-top: 3.4rem;
    display: flex;
  }
  .application-page .application-2 .content .left {
    background-color: #f8f8f8;
    max-width: 253px;
    padding-top: 0.9rem;
  }
  .application-page .application-2 .content .left ul.menu > li {
    font-size: 25px;
    color: #383838;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
  }
  .application-page .application-2 .content .left ul.menu > li > a {
    padding: 0 23px 0 24px;
    position: relative;
  }
  .application-page .application-2 .content .left ul.menu > li > a::after {
    content: '';
    width: 4px;
    height: 100%;
    background: linear-gradient(-15deg, var(--main-color) 0%, var(--main-color1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .application-page .application-2 .content .left ul.menu > li i {
    position: absolute;
    right: 23px;
    top: 7px;
    font-size: 18px;
  }
  .application-page .application-2 .content .left ul.menu > li:last-child {
    margin-bottom: 0;
  }
  .application-page .application-2 .content .left ul.menu > li.active > a {
    color: var(--main-color);
  }
  .application-page .application-2 .content .left ul.menu > li.active > a::after {
    opacity: 1;
  }
  .application-page .application-2 .content .left ul.menu > li.active i {
    color: var(--main-color);
  }
  .application-page .application-2 .content .left ul.menu > li ul.sub-menu {
    margin-top: 20px;
    display: none;
  }
  .application-page .application-2 .content .left ul.menu > li ul.sub-menu > li {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .application-page .application-2 .content .left ul.menu > li ul.sub-menu > li a {
    padding: 10px 0 10px 2.35rem;
    display: block;
    position: relative;
  }
  .application-page .application-2 .content .left ul.menu > li ul.sub-menu > li.active a {
    background-color: var(--main-color);
    color: #fff;
    margin-left: -8px;
  }
  .application-page .application-2 .content .left ul.menu > li ul.sub-menu > li.active a::before {
    opacity: 1;
  }
  .application-page .application-2 .content .left ul.menu > li ul.sub-menu > li a::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid var(--main-color);
    border-bottom: 10px solid transparent;
    opacity: 0;
    position: absolute;
    left: 0px;
    bottom: -9px;
  }
  .application-page .application-2 .content .right {
    width: 86%;
    background-color: #f8f8f8;
    box-shadow: inset 0px 4px 65px 0px rgba(0, 0, 0, 0.06);
    padding: 3.2rem 3rem 3.6rem 2.3rem;
  }
  .application-page .application-2 .content .right .info .img {
    width: 59px;
    height: 59px;
    background: linear-gradient(-90deg, var(--main-color) 0%, var(--main-color1) 100%);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 59px;
  }
  .application-page .application-2 .content .right .info .img img {
    display: inline-block;
    vertical-align: middle;
  }
  .application-page .application-2 .content .right .info .text {
    width: 94%;
    padding-left: 1.4rem;
  }
  .application-page .application-2 .content .right .info .text h3 {
    font-size: 25px;
    line-height: 1.4;
    color: #383838;
    font-weight: bold;
  }
  .application-page .application-2 .content .right .info .text .con {
    font-size: 18px;
    line-height: 1.7;
    color: #383838;
    margin-top: 1.1rem;
  }
  .application-page .application-2 .content .right .info .text .picture {
    margin-top: 1.95rem;
  }
  @media screen and (max-width: 1366px) {
    .application-page .application-1 .content ul li .text {
      width: 90%;
    }
    .application-page .application-2 .content .right {
      padding: 3.2rem 2rem 3.6rem 2.3rem;
    }
    .application-page .application-2 .content .right .info .text {
      width: 90%;
    }
    .application-page .application-1 .content ul li .text h3 {
      font-size: 22px;
    }
    .application-page .application-2 .content .left ul.menu > li {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 1000px) {
    .application-page .application-1 .content .left {
      width: 100%;
      padding-right: 0;
    }
    .application-page .application-1 .content .right {
      width: 100%;
      padding-left: 0;
      padding-top: 0.95rem;
    }
    .application-page .application-2 .content .left ul.menu > li {
      font-size: 20px;
    }
    .application-page .application-2 .content .left ul.menu > li ul.sub-menu > li {
      font-size: 18px;
    }
    .application-page .application-2 .content .right .info .text {
      width: 84%;
    }
    .application-page .application-2 .content .right .info .text h3 {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 700px) {
    .application-page .application-1 .content .top img {
      min-height: 220px;
      object-fit: cover;
    }
    .application-page .application-1 .content ul {
      margin-right: 0;
    }
    .application-page .application-1 .content ul li {
      width: 100%;
      padding-right: 0;
    }
    .application-page .application-1 .content .bottom ul li {
      margin-bottom: 0.95rem;
    }
    .application-page .application-2 .content {
      display: block;
    }
    .application-page .application-2 .content .left {
      width: 100%;
      max-width: 100%;
      padding: 2rem 0;
    }
    .application-page .application-2 .content .right {
      width: 100%;
      margin-top: 2rem;
    }
    .application-page .application-2 .content .right {
      padding: 3.2rem 1rem 3.6rem 1rem;
    }
    .application-page .application-2 .content .right .info .text {
      width: 100%;
      padding: 2rem 0 0 0;
    }
    .application-page .application-2 .content .right .info .text h3 {
      font-size: 20px;
    }
    .application-page .application-2 .content .right .info .text .con {
      font-size: 16px;
    }
  }
  #banner .slick-slide:nth-of-type(2) .text h3,
  #banner .slick-slide:nth-of-type(2) .text p{
    color: #333;
  }
  #banner .slick-slide:nth-of-type(2) .text .left h3::after{
    background: #333;
  }
  
  #addForm4 {
    text-align: center;
    padding: 0 100px;
  }
  #addForm4 h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
  }
  #addForm4 p {
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
  }
  #addForm4 h5 {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
  }
  #addForm4 h5 em {
    color: var(--main-color);
  }
  #addForm4 ul {
    margin: 60px -60px 0 0;
  }
  #addForm4 ul li {
    padding-right: 40px;
    margin-bottom: 20px;
  }
  #addForm4 ul li label {
    display: block;
    font-size: 18px;
    line-height: 1;
    text-align: left;
  }
  #addForm4 ul li label em {
    display: inline-block;
    vertical-align: top;
    color: var(--main-color);
  }
  #addForm4 ul li input[type="text"],
  #addForm4 ul li textarea {
    width: 100%;
    height: 30px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #dedede;
    margin-top: 10px;
  }
  #addForm4 ul li input[type="text"]:focus,
  #addForm4 ul li textarea:focus {
    border-bottom-color: var(--main-color);
  }
  #addForm4 ul li input[type="file"] {
    opacity: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  #addForm4 ul li textarea {
    height: 120px;
  }
  #addForm4 ul li .file {
    padding-top: 10px;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dedede;
    position: relative;
  }
  #addForm4 ul li .file span {
    width: 144px;
    height: 40px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    line-height: 40px;
    position: absolute;
    bottom: 5px;
    right: 0;
    cursor: pointer;
  }
  #addForm4 ul li.wid-100 {
    width: 100%;
  }
  #addForm4 input[type="submit"] {
    margin-top: 50px;
    background: linear-gradient(-90deg, var(--main-color1) 0%, var(--main-color) 100%);
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    border: none;
    padding: 5px 20px;
  }
  @media screen and (max-width: 1000px) {
    #addForm4{
      padding: 0 40px;
    }
  }
  @media screen and (max-width: 700px) {
    #addForm4{
      padding: 0 20px;
    }
  }
  
  
  .fixed-contact {
      z-index:999999;
      position:fixed;
      left:0;
      top:20%;
      width:50px; 
      overflow:hidden;
      opacity:0;
      filter:alpha(opacity=0);
      transition:all .4s;
      transform: translateX(95px);
      -webkit-transform: translateX(95px);
      -moz-transform: translateX(95px);
  }
  .fixed-contact.show{  transform:none; opacity:1;filter:alpha(opacity=100); }
  .fixed-contact.active {width:260px;}
  .fixed-contact li {position:relative;height:50px;overflow:hidden;transition:all .4s;list-style: none;background:rgba(38,153,74, 1) ; background-size: cover;  margin-bottom: 1px; }
  .fixed-contact.active li a {opacity: 1;}
  .fixed-contact li a {position:relative;z-index:1000;display:block;}
  .fixed-contact li i {
      z-index:1000;
      position:absolute;
      left:0;
      display:block;
      width:50px;
      height:50px;
      transition:all .4s;
      background-repeat: no-repeat;
      background-position: center center;
      background-image:url(../images/icon.png);
  }
  
  .fixed-contact.active li:last-child:after {display:none;}
  .fixed-contact li:hover i,.fixed-contact li:hover a{ color: #fff;}
  .fixed-contact .online_p i {
      background-position: 0 -262px;
      border-top-left-radius:30px;
      -moz-border-top-left-radius:30px;
      -webkit-border-top-left-radius:30px;
      border-top-right-radius:30px;
      -moz-border-top-right-radius:30px;
      -webkit-border-top-right-radius:30px;
  }
  .fixed-contact .online_e i {background-position: -50px -262px;}
  .fixed-contact .online_w i {background-position: -150px -262px;}
  .fixed-contact .online_s i {background-position: -100px -262px;}
  .fixed-contact .online_f i {background-position: -250px -262px;}
  .fixed-contact .online_i i {background-position: -300px -262px;}
  .fixed-contact .online_code i {background-position: -200px -262px;}
  
  .fixed-contact li a {
      position:absolute;
      top:0;
      right:-135px;
      display:block;
      width:210px;
      line-height:110%;
      padding:18px 0 0 50px;
      color:#fff;
      white-space:nowrap;
      transition:all .4s;
      font-size:14px;
      text-align: left;
      font-weight: normal;
      opacity: 0; 
    font-weight: 400;
       
  }
  .fixed-contact.active li a {right:50px;}
  .fixed-contact .online_code a img{max-width:80px;}
  .fixed-contact.active .online_code{height:130px;}
  .fixed-contact.active .online_code a p{margin:0;margin-bottom:5px;}
  .fixed-contact li.online_code:hover a{opacity:1; right: auto;left: 0;}
  
  @media only screen and (max-width: 992px) {
      .fixed-contact{display:none !important;}
      .fixed-contact.show{opacity:0;}
  }