:root {
    --color1: #3e8ccc;
    --color2: #3e8ccc;
    --index-main-color: #3e8ccc;
  }
  /* 1c6f99     86c9db*/
  .white {
    color: #fff;
  }
  .color {
    color: var(--index-main-color);
  }
  .wpulike.wpulike-default {
    display: none;
  }
  .prodet-page .wpulike.wpulike-default,
  .newdet-page .wpulike.wpulike-default {
    display: inline-block;
  }
  .post-views-box {
    position: relative;
    margin-left: 20px;
  }
  .post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    -webkit-filter: none;
    filter: none;
  }
  .wpulike {
    z-index: 10;
  }
  .wpulike.post-views-box {
    z-index: 5;
  }
  .baseBtn {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    border: 1px solid transparent;
    color: #fff;
    background-color: var(--index-main-color);
    padding: 0 25px;
    border-radius: 25px;
    min-width: 170px;
    text-align: center;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .baseBtn:hover {
    background-color: #000;
  }
  .baseBtn.on {
    background-color: transparent;
    border-color: #fff;
  }
  .baseBtn.on:hover {
    color: var(--index-main-color);
    background-color: #fff;
  }
  .baseBtn.about {
    background-color: var(--index-main-color);
  }
  .baseTag {
    color: var(--index-main-color);
    line-height: 36px;
  }
  .baseTag span {
    display: inline-block;
    padding-left: 45px;
    background-image: url(../images/tag-icon.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
  .baseTag.white {
    color: #fff;
  }
  .baseTag.white span {
    background-image: url(../images/tag-icon-white.png);
  }
  .baseTit {
    font-size: 60px;
    font-weight: 500;
  }
  @-webkit-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-moz-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @media (max-width: 1470px) {
    .ui.container {
      width: 1240px;
    }
    .baseTit {
        font-size: 50px;
      }
      .font-18 {
        font-size: 16px;
      }
}
@media (max-width: 1240px) {
    .ui.container {
      width: 1024px;
    }
    .baseTit {
        font-size: 40px;
      }
      .baseTit {
        font-size: 30px;
      }
}
@media (max-width: 1024px) {
    .ui.container {
      width: 768px;
    }
    .baseBtn {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
        min-width: 120px;
      }
      .hide-1024 {
        display: none!important;
      }
}
@media (max-width: 768px) {
    .ui.container {
      width: 100%;
    }
    .baseTit {
        font-size: 24px;
      }
      .font-18 {
        font-size: 14px;
      }
      .font-16 {
        font-size: 14px;
      }
}
.baseMbx {
        padding: 25px 0;
      }
      .baseMbx .text {
        color: #777777;
      }
      .baseCateNav {
        margin-top: 50px;
        overflow: hidden;
      }
      .baseCateNav ul {
        border-bottom: 1px solid #d6d6d6;
      }
      .baseCateNav li {
        display: inline-block;
        padding: 20px 0;
        position: relative;
      }
      .baseCateNav li + li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        bottom: 20px;
        border-left: 1px solid #d6d6d6;
      }
      .baseCateNav li a {
        display: inline-block;
        color: #777777;
        position: relative;
      }
      .baseCateNav li a::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -21px;
        border-bottom: 3px solid transparent;
        border-radius: 3px;
      }
      .baseCateNav li.active a {
        font-weight: bold;
        color: var(--color1);
      }
      .baseCateNav li.active a::before {
        border-color: var(--color1);
      }
      .baseCateNav.wAuto ul {
        margin-right: -25px;
      }
      .baseCateNav.wAuto li {
        width: auto;
        padding: 0;
        margin: 0;
        margin-right: 25px;
        margin-bottom: 25px;
      }
      .baseCateNav.wAuto li::before {
        display: none;
      }
      .baseCateNav.wAuto li a::before {
        display: none;
      }
      .font-48 {
        font-size: 48px;
      }
      .font-45 {
        font-size: 45px;
      }
@media (max-width: 1240px) {
    .font-48 {
      font-size: 30px;
    }
    .font-45 {
      font-size: 30px;
    }
    .font-40 {
      font-size: 30px;
    }
    .font-30 {
      font-size: 24px;
    }
    .font-24 {
      font-size: 20px;
    }
    .font-22 {
      font-size: 20px;
    }
    .font-20 {
      font-size: 18px;
    }
  }
  @media (max-width: 768px) {
    .font-48 {
      font-size: 24px;
    }
    .font-45 {
      font-size: 24px;
    }
    .font-40 {
      font-size: 24px;
    }
    .font-30 {
      font-size: 20px;
    }
    .font-24 {
      font-size: 18px;
    }
    .font-22 {
      font-size: 18px;
    }
    .font-20 {
      font-size: 16px;
    }
  }
  .about-1 {
    padding-top: 130px;
  }
  .about-1 .play {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    cursor: pointer;
  }
  .about-1 .play::before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(28, 111, 153, 0.35);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .about-1 .right {
    padding-left: 50px;
  }
  .about-1 .right .text {
    margin-top: 20px;
    color: #777777;
        max-height: 414px;
      padding-right: 20px;
      overflow: auto;
  }
  .about-2 {
    padding-top: 130px;
  }
  .about-2 .box {
    padding: 80px 15px 70px;
    background-color: #f0f9fb;
  }
  .about-2 .Tit {
    color: var(--color1);
  }
  .about-2 .text {
    max-width: 800px;
    margin: 30px auto 60px;
  }
  .about-2 .rz {
    width: 40%;
    margin: auto;
  }
  .about-3 {
    padding-top: 120px;
  }
  .about-3 .list ul {
    margin: -25px;
    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;
  }
  .about-3 .list li {
    padding: 25px;
  }
  .about-3 .list .box {
    padding: 5%;
    min-height: 370px;
    background-color: var(--color1);
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-3 .list .box i {
    display: block;
    width: 25%;
    margin: 0 auto 10%;
  }
  .about-3 .list .box .name {
    font-weight: bold;
    color: #fff;
  }
  .about-3 .list .box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color2);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .about-3 .list .box .mask {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18% 18% 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  .about-3 .list .box .mask hr {
    border: none;
    margin: 20px 0 40px;
    border-bottom: 1px solid #fff;
  }
  .about-3 .list .box .mask .text {
    color: #fff;
    line-height: 1.5;
    min-height: 6em;
  }
  .about-3 .list .box.on::after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .about-3 .list .box.on .mask {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .about-3 .list .box.out::after {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .about-3 .list .box.out .mask {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  .about-4 {
    padding: 130px 0;
  }
  .about-4 .arrows span.arrow {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    color: #c7c7c7;
    font-size: 16px;
    border: 1px solid currentcolor;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
  }
  .about-4 .arrows span.arrow:hover {
    border-color: var(--color1);
  }
  .about-4 .arrows span.arrow svg{
    vertical-align: middle;
  }
  .about-4 .arrows span.arrow svg path {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .about-4 .arrows span.arrow:hover svg path {
    fill: var(--color1);
  }
  .about-4 .list {
    position: relative;
  }
  .about-4 .list::before {
    content: "";
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  .about-4 .list ul {
    margin: 0 -60px;
  }
  .about-4 .list li {
    padding: 0 40px;
  }
  .about-4 .list .year {
    font-weight: bold;
    height: 70px;
  }
  .about-4 .list .dot {
    width: 17px;
    height: 17px;
    background-color: rgba(28, 111, 153, 0.3);
    border-radius: 50%;
    position: relative;
  }
  .about-4 .list .dot::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background-color: var(--color1);
    border-radius: inherit;
  }
  .about-4 .list .name {
    font-weight: bold;
    margin-top: 30px;
  }
  .about-4 .list .text {
    margin-top: 20px;
  }
  .about-5 {
    padding: 140px 0;
    background-color: #f0f9fb;
  }
  .about-5 .left .images {
    position: relative;
    margin-right: 66px;
  }
  .about-5 .left .images .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #000000;
    transition: .5s ease;
  }
  .about-5 .left .images .img img {
    opacity: .3;
    transition: .5s ease;
  }
  .about-5 .left .images .img.img_2 {
    left: 33px;
    top: 33px;
    z-index: 2;  
  }
  .about-5 .left .images .img.img_2 img {
    opacity: .6;
  }
  .about-5 .left .images .img.img_1 {
    left: 66px;
    top: 66px;
    z-index: 3;
  }
  .about-5 .left .images .img.img_1 img {
    opacity: 1;
  }
  .about-5 .right {
    margin-top: 40px;
  }
  .about-5 .right ul {
    margin-top: 80px;
  }
  .about-5 .right li {
    cursor: pointer;
    padding-bottom: 20px;
  }
  .about-5 .right li:not(:last-child) {
    margin-bottom: 40px;
    border-bottom: 1px solid #c7c7c7;
  }
  .about-5 .right li .name {
    margin: 20px 0;
    font-weight: bold;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .about-5 .right li .text {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c7c7c7;
    display: none;
  }
  .about-5 .right li .text p {
    line-height: 1.5;
    min-height: 4.5em;
  }
  .about-5 .right li.active .name {
    color: var(--color1);
  }
  .about-6 {
    padding: 130px 0 140px;
    background-color: #f0f9fb;
  }
  .about-6 .list {
    margin-bottom: 70px;
  }
  .about-6 .list ul {
    margin: -15px;
  }
  .about-6 .list li {
    padding: 15px;
  }
  .about-6 .line {
    height: 4px;
    background-color: #d6d6d6;
    position: relative;
  }
  .about-6 .line em {
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color2);
  }
  .about-6 .line.active em {
    width: 100%;
    -webkit-transition: 5s linear;
    -moz-transition: 5s linear;
    transition: 5s linear;
  }
  .about-7 {
    padding: 90px 0;
  }
  @media (max-width: 1240px) {
    .about-3 .list .box .mask {
      padding: 20% 10% 0;
    }
    .about-3 .list .box .mask hr {
      margin: 20px 0;
    }
    .about-3 .list .box {
      min-height: 300px;
    }
    .about-3 .list ul {
      margin: -15px;
    }
    .about-3 .list li {
      padding: 15px;
    }
    .about-4 .list ul {
      margin: 0 -30px;
    }
    .about-4 .list li {
      padding: 0 30px;
    }
    .about-5 .left {
      padding: 0;
    }
    .about-5 .right {
      margin-top: 0;
    }
    .about-5 .right ul {
      margin-top: 40px;
    }
  }
  @media (max-width: 1024px) {
    .baseCateNav {
      margin-top: 30px;
    }
    .baseCateNav li {
      width: auto!important;
      padding: 0;
      margin: 10px;
    }
    .baseCateNav li a::before {
      display: none;
    }
    .baseCateNav li + li::before {
      display: none;
    }
    .about-1 {
      padding-top: 60px;
    }
    .about-1 .left {
      width: 100%!important;
      margin-bottom: 40px;
    }
    .about-1 .right {
      width: 100%!important;
      padding: 0;
    }
    .about-2 {
      padding-top: 60px;
    }
    .about-3 {
      padding-top: 60px;
    }
    .about-4 {
      padding: 60px 0;
    }
    .about-4 .list ul {
      margin: 0 -15px;
    }
    .about-4 .list li {
      padding: 0 15px;
    }
    .about-5 {
      padding: 60px 0;
    }
    .about-5 .left {
      display: none;
    }
    .about-5 .right {
      width: 100%!important;
      padding: 0;
    }
    .about-6 {
      padding: 60px 0;
    }
    .about-6 .list {
      margin-bottom: 35px;
    }
  }
  @media (max-width: 768px) {
    .about-5 .right li .name {
      margin: 10px 0;
    }
    .about-5 .right li {
      padding-bottom: 10px;
    }
    .about-5 .right li:not(:last-child) {
      margin-bottom: 20px;
    }
    .about-2 .box {
      padding: 60px 15px;
    }
    .about-2 .text {
      margin: 30px auto;
    }
    .about-2 .rz {
      width: 100%;
    }
  }
  
  #honor {
    position: absolute;
    left: 0;
    top: -200px;
  }
  
  .honor-1 {
    padding: 100px 0;
  }
  .honor-1 ul {
    margin: -25px;
  }
  .honor-1 li {
    padding: 25px;
  }
  .honor-1 li .box {
    padding: 20px;
    background-color: #f8fcff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  .honor-1 li .box .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
    padding-right: 40px;
  }
  .honor-1 li .box .text .name {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .honor-1 li .box .text .desc {
    color: #777777;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .honor-1 li .box .arrow {
    right: 40px;
    bottom: 20px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .honor-1 li .box:hover {
    background-color: var(--index-main-color);
  }
  .honor-1 li .box:hover .text .name {
    color: #FFFFFF;
  }
  .honor-1 li .box:hover .text .desc {
    color: #FFFFFF;
  }
  .honor-1 li .box:hover .arrow {
    opacity: 1;
  }
  .honor-2 {
    padding-bottom: 170px;
  }
  .honor-2 .tab {
    background-color: #eeeeee;
  }
  .honor-2 .tab ul {
    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;
  }
  .honor-2 .tab li {
    line-height: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #777777;
  }
  .honor-2 .tab li a {
    padding: 0 50px;
    white-space: nowrap;
  }
  .honor-2 .tab li.active {
    color: #fff;
    background-color: var(--color1);
  }
  .honor-2 .list {
    margin-top: 85px;
  }
  .honor-2 .list ul {
    margin-right: -25px;
    margin-bottom: -55px;
  }
  .honor-2 .list li {
    text-align: center;
    width: -webkit-calc(25% - 25px);
    width: -moz-calc(25% - 25px);
    width: calc(25% - 25px);
    margin-right: 25px;
    margin-bottom: 55px;
  }
  @media (max-width: 1470px) {
    .honor-1 ul {
      margin: -15px;
    }
    .honor-1 li {
      padding: 15px;
    }
    .honor-2 .tab li a {
      padding: 0 25px;
    }
  }
  @media (max-width: 1240px) {
    .honor-2 .tab li a {
      padding: 0 15px;
    }
  }
  @media (max-width: 1024px) {
    .honor-1 {
      padding: 60px 0;
    }
    .honor-1 li {
      width: 100%!important;
    }
    .honor-1 li .box .text {
      padding-left: 20px;
    }
    .honor-2 {
      padding-bottom: 60px;
    }
    .honor-2 .list {
      margin-top: 40px;
    }
    .honor-2 .list ul {
      margin-bottom: -25px;
    }
    .honor-2 .list li {
      width: -webkit-calc(33.33% - 25px);
      width: -moz-calc(33.33% - 25px);
      width: calc(33.33% - 25px);
      margin-bottom: 25px;
    }
  }
  @media (max-width: 768px) {
    .honor-2 .list li {
      width: -webkit-calc(50% - 25px);
      width: -moz-calc(50% - 25px);
      width: calc(50% - 25px);
    }
  }
  @media (max-width: 500px) {
    .honor-2 .list ul {
      margin-right: 0;
    }
    .honor-2 .list li {
      width: 100%;
    }
    .honor-1 li .box {
      display: block;
      text-align: center;
    }
    .honor-1 li .box .img {
      margin-bottom: 15px;
    }
    .honor-1 li .box .text {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 15px;
    }
    .honor-1 li .box .arrow {
      position: relative;
      right: auto;
      bottom: auto;
      opacity: 1;
    }
    .honor-1 li .box {
      background-color: var(--color1);
    }
    .honor-1 li .box .text .name {
      color: #FFFFFF;
    }
    .honor-1 li .box .text .desc {
      color: #FFFFFF;
    }
  }
  .news-1 {
    padding: 100px 0 180px;
  }
  .news-1 ul {
    margin: -40px -20px;
  }
  .news-1 li {
    padding: 40px 20px;
  }
  .news-1 li .img {
    padding-top: 67%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .news-1 li .img > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .news-1 li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-1 li .text {
    padding: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .news-1 li .text .date img {
    vertical-align: middle;
    margin-right: 15px;
  }
  .news-1 li .text .date time {
    display: inline-block;
    vertical-align: middle;
    color: #777777;
  }
  .news-1 li .text .name {
    margin-top: 25px;
    font-weight: 500;
  }
  @media (max-width: 1024px) {
    .news-1 {
      padding: 60px 0;
    }
    .news-1 ul {
      margin: -15px;
    }
    .news-1 li {
      width: 50%!important;
      padding: 15px;
    }
    .news-1 li .text {
      padding: 15px;
    }
    .news-1 li .text .name {
      margin-top: 15px;
    }
  }
  @media (max-width: 500px) {
    .news-1 li {
      width: 100%!important;
    }
  }
  .newdet-1 {
    padding: 90px 0 130px;
  }
  .newdet-1 h1 {
    max-width: 1100px;
    margin: auto;
  }
  .newdet-1 .date img {
    vertical-align: middle;
    margin-right: 15px;
  }
  .newdet-1 .date time {
    display: inline-block;
    vertical-align: middle;
    color: #777777;
  }
  .newdet-1 .img {
    margin: 80px 0;
  }
  @media (max-width: 1024px) {
    .newdet-1 {
      padding: 60px 0;
    }
    .newdet-1 .img {
      margin: 40px 0;
    }
  }
  .contact-1 p {
    margin: 60px 0;
    color: #777777;
    line-height: 2;
  }
  .contact-1 .form {
    background-image: url(../images/contact-1-bg.jpg);
    background-repeat: no-repeat;
    background-position: right -150px bottom -420px;
    background-size: 40%;
    padding: 70px 90px 60px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .contact-1 .form ul {
    margin-right: -25px;
  }
  .contact-1 .form li {
    margin-right: 25px;
    margin-bottom: 30px;
    width: -webkit-calc(50% - 25px);
    width: -moz-calc(50% - 25px);
    width: calc(50% - 25px);
  }
  .contact-1 .form li.wid-100 {
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
  }
  .contact-1 .form label {
    margin-bottom: 10px;
  }
  .contact-1 .form input,
  .contact-1 .form textarea {
    padding: 8px;
    font-size: 18px;
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .contact-1 .form input[type="submit"] {
    width: 280px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
  }
  .contact-1 .form textarea {
    height: 245px;
  }
  .contact-2 {
    padding: 100px 0 140px;
  }
  .contact-2 ul {
    margin: -35px;
  }
  .contact-2 li {
    padding: 35px;
  }
  .contact-2 li .grid-box {
    margin: -20px;
  }
  .contact-2 li .column {
    padding: 20px;
  }
  .contact-2 li .box {
    padding: 60px 50px;
    background-color: #f0f9fb;
  }
  .contact-2 li .box .name {
    margin-bottom: 40px;
    padding-bottom: 15px;
    color: var(--color1);
    border-bottom: 1px solid currentColor;
  }
  .contact-2 li .box .text {
    line-height: 2;
  }
  @media (max-width: 1024px) {
    .contact-2 li .grid-box > .column {
      width: 100%;
    }
  
    .contact-1 p br {
      display: none;
    }
    .contact-1 .form {
      padding: 35px;
    }
    .contact-1 .form input[type="submit"] {
      font-size: 20px;
    }
    .contact-1 .form textarea {
      height: 150px;
    }
    .contact-1 .form input,
    .contact-1 .form textarea {
      font-size: 16px;
    }
    .contact-2 {
      padding: 60px 0;
    }
    .contact-2 ul {
      margin: -15px;
    }
    .contact-2 li {
      padding: 15px;
    }
    .contact-2 li .box {
      padding: 25px;
    }
    .contact-2 li .box .name {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 768px) {
    .contact-1 .form input,
    .contact-1 .form textarea {
      font-size: 14px;
    }
    .contact-2 li {
      width: 100%!important;
    }
    .contact-1 .form input[type="submit"] {
      width: auto;
      font-size: 18px;
    }
    .contact-1 p {
      margin: 30px 0;
    }
  }
  @media (max-width: 500px) {
    .contact-1 .form {
      padding: 25px;
    }
    .contact-1 .form ul {
      margin-right: 0;
    }
    .contact-1 .form li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px;
    }
    .contact-1 .form li.wid-100 {
      width: 100%;
    }
  }
  .download-1 {
    margin-top: 90px;
  }
  .download-1 .box {
    padding: 50px 50px 70px;
    background-color: #f0f9fb;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .download-1 ul {
    margin: 0 -20px;
  }
  .download-1 li {
    padding: 0 20px;
  }
  .download-1 li label {
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 10px;
  }
  .download-1 li input,
  .download-1 li select {
    width: 100%;
    height: 48px;
    padding: 0 25px;
    font-size: 18px;
    border: none;
  }
  .download-1 li select {
    background: #FFFFFF url(../images/arrow_down.png) no-repeat right 1rem center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .download-2 .list ul {
    margin: -10px;
  }
  .download-2 .list li {
    padding: 10px;
  }
  .download-2 .list li > div {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 48px;
    padding-right: 22px;
    line-height: 44px;
    background-color: #f1f1f1;
    overflow: hidden;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  .download-2 .list li > div:hover {
    background-color: #f0f9fb;
  }
  .download-2 .list li > div:hover .btn {
    opacity: 1;
  }
  .download-2 .list li img {
    vertical-align: middle;
  }
  .download-2 .list li .icon {
    float: left;
  }
  .download-2 .list li .name {
    padding-left: 65px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .download-2 .list li .btn {
    float: right;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .download-2 {
    padding: 120px 0 100px;
  }
  @media (max-width: 1024px) {
    .download-1 {
      margin-top: 60px;
    }
    .download-1 li {
      margin-bottom: 15px;
      width: 100%!important;
    }
    .download-1 .box {
      padding: 45px;
    }
    .download-2 {
      padding: 60px 0;
    }
    .download-2 .list li {
      width: 100%!important;
    }
  }
  @media (max-width: 500px) {
    .download-1 .box {
      padding: 20px;
    }
    .download-2 .list li > div {
      padding: 15px;
    }
    .download-2 .list li .name {
      padding-left: 50px;
    }
  }
  .news2-1 {
    padding: 100px 0 120px;
  }
  .news2-1 .list ul {
    margin: -25px -20px;
  }
  .news2-1 .list li {
    padding: 25px 20px;
  }
  .news2-1 .list .box {
    background-color: #fff;
    padding: 10%;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .news2-1 .list .box .name {
    font-weight: 500;
  }
  .news2-1 .list .box .line {
    border-bottom: 1px solid #d3d3d3;
    position: relative;
  }
  .news2-1 .list .box img {
    height: 23px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .news2-1 .list .box time,
  .news2-1 .list .box span {
    vertical-align: middle;
  }
  @media (max-width: 1240px) {
    .news2-1 .list li {
      width: 50%!important;
    }
    .news2-1 .list .box {
      padding: 5%;
    }
  }
  @media (max-width: 1024px) {
    .news2-1 {
      padding: 60px 0;
    }
    .news2-1 .list ul {
      margin: -15px;
    }
    .news2-1 .list li {
      padding: 15px;
    }
  }
  @media (max-width: 768px) {
    .news2-1 .list li {
      width: 100%!important;
    }
  }
  .newdet2-1 {
    padding: 90px 0 140px;
  }
  .newdet2-1 .box {
    margin-top: 50px;
  }
  .newdet2-1 .box .left {
    width: 70%;
    padding-right: 70px;
  }
  /*.newdet2-1 .box .left .content {
    margin-top: 80px;
  }*/
  .newdet2-1 .box .right {
    width: 30%;
  }
  .newdet2-1 .box .right .info {
    /*min-height: 510px;*/
    padding: 45px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .newdet2-1 .box .right .info .Tit {
    padding-bottom: 30px;
    border-bottom: 1px solid #c1c1c1;
  }
  @media (max-width: 1024px) {
    .newdet2-1 .box .left {
      padding-right: 35px;
    }
    .newdet2-1 .box .right .info {
      padding: 25px;
      min-height: auto;
    }
    .newdet2-1 .box .right .info > div:not(:first-child) {
      margin-top: 20px;
    }
    .newdet2-1 .box .right .info .Tit {
      padding-bottom: 15px;
    }
    /*.newdet2-1 .box .left .content {
      margin-top: 40px;
    }*/
    .newdet2-1 .box {
      margin-top: 30px;
    }
    .newdet2-1 {
      padding: 60px 0;
    }
  }
  @media (max-width: 768px) {
    .newdet2-1 .box .left {
      width: 100%;
      padding: 0;
    }
    .newdet2-1 .box .right {
      width: 100%;
      margin-top: 60px;
    }
  }
  .factory-1 {
    padding: 110px 0 150px;
  }
  .factory-1 .tab {
    margin-top: 80px;
  }
  .factory-1 .tab li {
    width: auto;
    margin: 0 4%;
    color: #777777;
  }
  .factory-1 .tab li.active {
    font-weight: bold;
    color: #000000;
  }
  .factory-1 .list {
    margin-top: 80px;
    position: relative;
  }
  .factory-1 .list span.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--index-main-color);
    font-size: 18px;
    cursor: pointer;
  }
  .factory-1 .list span.arrow:hover {
    color: #fff;
    background-color: var(--index-main-color);
  }
  .factory-1 .list span.arrow.arrow_l {
    left: -60px;
  }
  .factory-1 .list span.arrow.arrow_r {
    right: -60px;
  }
  .factory-1 .list > div {
    height: 0;
    visibility: hidden;
  }
  .factory-1 .list > div.active {
    height: auto;
    visibility: visible;
  }
  
  .factory-1 .list > div.active li {
    animation: zoomIn .5s ease;
  }
  
  .factory-1 .list li {
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
  }
  .factory-1 .list li img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, -50px);
    -moz-transform: translate3d(0, 0, -50px);
    transform: translate3d(0, 0, -50px);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .factory-1 .list .slick-active.slick-center li img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .factory-2 {
    background-color: #f0f9fb;
    padding: 100px 0 130px;
    overflow: hidden;
  }
  .factory-2 .list ul {
    margin: -20px;
  }
  .factory-2 .list li {
    padding: 20px;
  }
  .factory-2 .list .slick-list {
    overflow: unset;
    padding-right: 10%;
  }
  .factory-2 .line {
    height: 4px;
    background-color: #d6d6d6;
    position: relative;
  }
  .factory-2 .line em {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: var(--color2);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .factory-3 {
    padding: 130px 0 160px;
  }
  .factory-3 .list {
    position: relative;
  }
  .factory-3 .list ul {
    margin: -25px;
  }
  .factory-3 .list li {
    padding: 25px;
  }
  .factory-3 span.arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    color: #c7c7c7;
    font-size: 16px;
    border: 1px solid currentcolor;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
  }
  .factory-3 span.arrow.arrow_l {
    left: -130px;
  }
  .factory-3 span.arrow.arrow_r {
    right: -130px;
  }
  .factory-3 span.arrow:hover {
    color: var(--color1);
  }
  @media (max-width: 1600px) {
    .factory-3 span.arrow.arrow_l {
      left: 0;
    }
    .factory-3 span.arrow.arrow_r {
      right: 0;
    }
    .factory-3 span.arrow {
      color: #000000;
    }
  }
  @media (max-width: 1024px) {
    .factory-1 {
      padding: 60px 0;
    }
    .factory-1 .tab {
      margin-top: 40px;
    }
    .factory-1 .list {
      margin-top: 40px;
    }
    .factory-1 .list li img {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .factory-1 .list ul {
      margin: -15px;
    }
    .factory-1 .list li {
      padding: 15px;
    }
    .factory-2 {
      padding: 60px 0;
    }
    .factory-3 {
      padding: 60px 0;
    }
    .factory-3 .list ul {
      margin: -15px;
    }
    .factory-3 .list li {
      padding: 15px;
    }
  }
  .faq-1 {
    padding-top: 100px;
  }
  .faq-1 .left {
    vertical-align: middle;
  }
  .faq-1 .right {
    padding-left: 55px;
    vertical-align: middle;
  }
  .faq-1 .right .text {
    color: #777777;
  }
  .faq-2 {
    padding: 120px 0 150px;
  }
  .faq-2 .desc {
    color: #777777;
  }
  .faq-2 .list {
    margin-top: 50px;
  }
  .faq-2 .list li {
    padding: 20px 50px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
  }
  .faq-2 .list li:not(.active) {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .faq-2 .list li:not(:last-child) {
    margin-bottom: 27px;
  }
  .faq-2 .list li.active {
    background-color: #f8fcff;
  }
  .faq-2 .list li.active .name i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .faq-2 .list li .name i {
    float: right;
    margin-top: 5px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .faq-2 .list li .text {
    margin-top: 15px;
    padding-top: 15px;
    color: #777777;
    border-top: 1px solid #cacaca;
    display: none;
  }
  @media (max-width: 1024px) {
    .faq-1 {
      padding-top: 60px;
    }
    .faq-1 .left {
      width: 100%!important;
    }
    .faq-1 .right {
      width: 100%!important;
      padding: 0;
      margin-top: 40px;
    }
    .faq-2 {
      padding: 60px 0;
    }
    .faq-2 .list li {
      padding: 15px 25px;
    }
  }
  .innovation-1 {
    padding-top: 110px;
  }
  .innovation-1 .left {
    vertical-align: middle;
    width: 55%;
  }
  .innovation-1 .right {
    padding-left: 70px;
    vertical-align: middle;
    width: 45%;
  }
  .innovation-1 .right .text {
    color: #111;
  }
  .innovation-2 {
    padding: 170px 0;
  }
  .innovation-2 .box {
    background: url(../images/innovation-1-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 110px 75px 150px;
  }
  .innovation-2 .box .left {
    max-width: 590px;
  }
  .innovation-3 {
    padding: 100px 0 170px;
    position: relative;
  }
  .innovation-3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 38%;
    background-color: #f0f9fb;
  }
  .innovation-3 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .innovation-3 .left {
    width: 40%;
    padding-right: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .innovation-3 .left .text {
    margin: auto;
  }
  .innovation-3 .left .arrows span.arrow {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    color: #c7c7c7;
    font-size: 16px;
    border: 1px solid currentcolor;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
  }
  .innovation-3 .left .arrows span.arrow:hover {
    color: var(--color1);
  }
  .innovation-3 .right {
    width: 60%;
  }
  .innovation-3 .right .tab ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
  }
  .innovation-3 .right .tab li {
    text-align: center;
  }
  .innovation-3 .right .tab li a {
    padding: 10px;
  }
  .innovation-3 .right .tab li.active {
    background-color: var(--color1);
    color: #fff;
  }
  .innovation-3 .right .list {
    overflow: hidden;
  }
  .innovation-3 .right .list > div {
    height: 0;
    visibility: hidden;
  }
  .innovation-3 .right .list > div.active {
    height: auto;
    visibility: visible;
  }
  .innovation-3 .right .list ul {
    margin-right: -25px;
  }
  .innovation-3 .right .list li {
    padding-right: 25px;
  }
  @media (max-width: 1240px) {
    .innovation-3 .right .tab li {
      width: 50%!important;
    }
    .innovation-3 .left {
      padding-right: 40px;
    }
    .innovation-2 .box {
      padding: 100px 50px;
    }
  }
  @media (max-width: 1024px) {
    .innovation-1 {
      padding-top: 60px;
    }
    .innovation-1 .left {
      width: 100%;
    }
    .innovation-1 .right {
      width: 100%;
      padding: 0;
      margin-top: 40px;
    }
    .innovation-2 {
      padding: 60px 0;
    }
    .innovation-2 .box {
      padding: 60px 25px;
    }
    .innovation-3 {
      padding: 60px 0;
    }
    .innovation-3 .box {
      display: block;
    }
    .innovation-3 .left {
      width: 100%;
      margin-bottom: 40px;
      padding: 0;
    }
    .innovation-3 .left .text {
      margin-top: 30px;
    }
    .innovation-3 .right {
      width: 100%;
    }
    .innovation-3::before {
      height: 60%;
    }
    .innovation-3 .left .arrows {
      display: none;
    }
  }
  @media (max-width: 500px) {
    .innovation-3 .right .tab li {
      width: 100% !important;
    }
  }
  .news3-page ~ .i-form {
    background-color: #f0f9fb;
  }
  .product-1 {
    padding: 70px 0 160px;
  }
  .product-1 ul {
    margin: -25px -7px;
  }
  .product-1 li {
    padding: 25px 7px;
  }
  .product-1 .img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 15, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 15, 0.2);
  }
  #base-seo::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background-color: #f0f9fb;
  }
  .seo-line {
    margin: 120px 0;
  }
  .seo-line em {
    display: block;
    border-top: 1px solid #b7b7b7;
  }
  .seo-honor .list {
    overflow: hidden;
  }
  .seo-honor ul {
    margin-right: -35px;
  }
  .seo-honor li {
    padding-right: 35px;
  }
  @media (max-width: 1024px) {
    .product-1 {
      padding: 60px 0;
    }
    .seo-line {
      margin: 60px 0;
    }
    #base-seo::before {
      height: 50%;
    }
  }
  @media (max-width: 768px) {
    .seo-honor ul {
      margin-right: -20px;
    }
    .seo-honor li {
      padding-right: 20px;
    }
  }
  .product2-1 {
    padding: 100px 0;
  }
  .product2-1 .left .text {
    color: #777777;
  }
  .product2-1 .right {
    height: 500px;
  }
  .product2-1 .right > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product2-2 {
    background-color: #f0f9fb;
    padding: 100px 0 130px;
  }
  .product2-2 .pro-search input {
    padding: 0 25px;
    font-size: 16px;
    float: left;
    width: -webkit-calc(100% - 58px);
    width: -moz-calc(100% - 58px);
    width: calc(100% - 58px);
    height: 58px;
    border: none;
    background-color: #fff;
  }
  .product2-2 .pro-search button {
    float: right;
    width: 58px;
    height: 58px;
    border: none;
    background-color: var(--color2);
  }
  .product2-2 .list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .product2-2 .list .box {
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
  }
  .product2-2 .list .box .img {
    width: 30%;
    padding: 20px 5%;
  }
  .product2-2 .list .box .text {
    /*padding-left: 30%;*/
    width: 70%;
    align-self: center;
  }
  .product2-2 .list .box .text > div {
    padding: 30px;
  }
  .product2-2 .list .box .text .size {
    color: #777777;
  }
  .product2-2 .list .box .text .size span {
    color: var(--color1);
  }
  .product2-2 .list .box .text .baseBtn {
    height: 40px;
    line-height: 38px;
    min-width: 150px;
    background-color: transparent;
    color: var(--color1);
    border-color: 1px solid var(--color1);
  }
  .product2-2 .list .box .text .baseBtn:hover {
    color: #fff;
    background-color: var(--color1);
  }
  @media (max-width: 1024px) {
    .product2-1 {
      padding: 60px 0;
    }
    .product2-1 .left {
      width: 100%!important;
    }
    .product2-1 .right {
      width: 100%!important;
      padding: 0;
      text-align: left;
      margin-top: 40px;
    }
    .product2-2 {
      padding: 60px 0;
    }
    .product2-2 .fr {
      width: 100%;
      padding: 0;
      margin-top: 30px;
    }
  }
  @media (max-width: 768px) {
    .product2-2 .list .box .img {
      float: none;
      width: 100%;
    }
    .product2-2 .list .box .text {
      padding-left: 0;
      width: 100%;
    }
    .product2-2 .list .box .text > div {
      padding: 15px;
    }
  }
  .prodet-1 {
    padding: 80px 0 70px;
  }
  .prodet-1 .box {
    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;
  }
  .prodet-1 .left .small {
    left: 0;
    top: 0;
    width: 15%;
    padding-right: 20px;
    z-index: 1;
  }
  .prodet-1 .left .small ul {
    margin: -10px;
  }
  .prodet-1 .left .small li {
    padding: 10px;
  }
  .prodet-1 .left .small li img {
    border: 1px solid #d5d5d5;
  }
  .prodet-1 .left .small li img.active {
    border-color: var(--color1);
  }
  .prodet-1 .left .small .slick-vertical .slick-slide {
    border: none;
  }
  
  .prodet-1 .left .small .arrows span.arrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    text-align: center;
    cursor: pointer;
  }
  
  .prodet-1 .left .small .arrows span.arrow.arrow_r {
    top: auto;
    bottom: 0;
  }
  
  .prodet-1 .left .big {
    padding-left: 15%;
  }
  .prodet-1 .left .big ul {
    border: 1px solid #d5d5d5;
  }
  .prodet-1 .right .content {
    height: 100%;
    padding: 50px 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .prodet-1 .right .content .desc {
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 2;
    color: #777777;
    border-bottom: 1px solid currentColor;
  }
  .prodet-1 .right .content .pdfs {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .prodet-1 .right .content .pdfs ul {
    margin: -40px;
  }
  .prodet-1 .right .content .pdfs li {
    width: auto;
    padding: 40px;
  }
  .prodet-1 .right .content .pdfs li i {
    float: left;
  }
  .prodet-1 .right .content .pdfs li span {
    line-height: 1.3;
    display: block;
    margin-left: 45px;
    color: var(--color1);
    border-bottom: 2px solid currentColor;
  }
  .prodet-1 .right .content .btns {
    margin: -15px;
  }
  .prodet-1 .right .content .btns > div {
    padding: 15px;
  }
  .prodet-1 .right .content .btns a {
    height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: var(--color1);
    border-radius: 25px;
  }
  
  .prodet-2 .content {
    line-height: 2;
  }
  
  .prodet-2 .content strong {
    font-weight: bold;
  }
  
  .prodet-2 .content ul li{
    list-style-type: disc;
    margin-left: 1.25em;
  }
  
  .prodet-3 .form ul {
    margin: -12px;
  }
  .prodet-3 .form li {
    padding: 12px;
  }
  .prodet-3 .form li.wid-100 {
    width: 100%;
  }
  .prodet-3 .form input,
  .prodet-3 .form textarea {
    padding: 20px;
    width: 100%;
    font-size: 18px;
    background-color: #f0f9fb;
    border: none;
  }
  .prodet-3 .form input[type='submit'] {
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    max-width: 290px;
    color: #FFFFFF;
    background-color: var(--color1);
  }
  .prodet-3 .form textarea {
    height: 280px;
  }
  .pro-line em {
    border-bottom: 1px solid #d6d6d6;
  }
  @media (max-width: 1024px) {
    .prodet-1 {
      padding: 60px 0;
    }
    .prodet-1 .box {
      display: block;
    }
    .prodet-1 .left {
      width: 100%!important;
      padding: 0;
    }
    .prodet-1 .right {
      width: 100%!important;
      padding: 0;
      margin-top: 40px;
    }
    .prodet-1 .right .content {
      padding: 30px;
    }
    .prodet-1 .right .content .pdfs ul {
      margin: -15px;
    }
    .prodet-1 .right .content .pdfs li {
      padding: 15px;
    }
    .prodet-3 .form input,
    .prodet-3 .form textarea {
      padding: 15px;
      font-size: 16px;
    }
    .prodet-3 .form textarea {
      height: 200px;
    }
    .prodet-3 .form input[type='submit'] {
      font-size: 18px;
    }
    .prodet-3 {
      margin: 0;
    }
  }
  @media (max-width: 768px) {
    .prodet-1 .left .small {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      padding-right: 0;
      margin-top: 20px;
    }
  
    .prodet-1 .left .small .arrows span.arrow {
      right: auto;
      top: 50%!important;
      transform: translateY(-50%);
    }
  
    .prodet-1 .left .small .arrows span.arrow.arrow_r {
      right: 0;
      left: auto;
      bottom: auto;
    }
  
    .prodet-1 .left .small .arrows span.arrow.arrow_l i::before {
      content: "\f104";
    }
  
    .prodet-1 .left .small .arrows span.arrow.arrow_r i::before {
      content: "\f105";
    }
  
    .prodet-1 .left .big {
      padding-left: 0;
    }
  
    .prodet-1 .right .content {
      padding: 15px;
    }
    .prodet-3 .form input,
    .prodet-3 .form textarea {
      padding: 10px;
      font-size: 14px;
    }
    .prodet-3 .form textarea {
      height: 150px;
    }
  }
  @media (max-width: 500px) {
    .prodet-1 .right .content .pdfs ul {
      margin: -10px;
    }
    .prodet-1 .right .content .pdfs li {
      width: 100%;
      padding: 10px;
    }
    .prodet-1 .right .content .pdfs li span {
      border: none;
      line-height: 2;
    }
    .prodet-3 .form input[type='submit'] {
      max-width: 100%;
      font-size: 16px;
    }
  }
  .quality-1 {
    padding: 100px 0;
  }
  .quality-1 .left {
    margin-top: 80px;
  }
  .quality-1 .left .text {
    margin: 20px 0 80px;
    color: #000;
  }
  /*.quality-3 .right .text{
        color: #777777;
  }*/
  .quality-1 .right .img {
    margin-bottom: 80px;
  }
  .quality-1 .right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quality-1 .right li {
    width: auto;
  }
  .quality-1 .right li.line {
    height: 72px;
    border-left: 1px solid #bcbcbc;
  }
  .quality-1 .right li .icon {
    line-height: 24px;
  }
  .quality-1 .right li .icon i {
    float: left;
  }
  .quality-1 .right li .num {
    font-size: 60px;
    line-height: 1.3;
  }
  .quality-1 .right li .num span {
    font-size: 30px;
  }
  .quality-2 {
    padding: 70px 0;
  }
  .quality-2 .desc {
    max-width: 860px;
    margin: auto;
    color: #777777;
  }
  .quality-2 .list ul {
    margin: -15px;
  }
  .quality-2 .list li {
    padding: 15px;
  }
  .quality-2 .list .img {
    overflow: hidden;
  }
  .quality-2 .list .img .name {
    padding: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .quality-2 .list .img:hover .name {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .quality-2 .arrows span.arrow {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    color: #c7c7c7;
    font-size: 16px;
    border: 1px solid currentcolor;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
  }
  .quality-2 .arrows span.arrow:hover {
    color: var(--color1);
  }
  .quality-3-1 {
  padding: 70px 0;
}
.quality-3-1 .left .content {
  position: relative;
  padding: 63px 80px 80px;
}
.quality-3-1 .left .content::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -160px;
  right: 0;
  background-color: #f8fcff;
}
.quality-3-1 .left .arrows {
  margin-top: -70px;
  margin-right: 80px;
  position: relative;
}
.quality-3-1 .left .arrows span.arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #c7c7c7;
  font-size: 16px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.quality-3-1 .left .arrows span.arrow:hover {
  color: var(--color1);
}
.quality-3-1 .right {
  margin-top: 0px;
}
@media (max-width: 1470px) {
  .quality-3-1 .left .content {
    padding: 60px;
  }
  .quality-3-1 .right {
    margin-top: 60px;
  }
}  
@media (max-width: 1024px) {
  .quality-3-1 {
    padding: 35px 0;
  }
  .quality-3-1 .left {
    width: 100%!important;
  }
  .quality-3-1 .left .arrows {
    display: none;
  }
  .quality-3-1 .right {
    width: 100%!important;
    margin-top: 0;
  }
  .quality-3-1 .left .content::before {
    left: 0;
  }
  .quality-3-1 .left .content {
    padding: 30px;
  }
}
  .quality-3 {
    padding: 70px 0;
  }
  .quality-3 .left .content {
    position: relative;
    padding: 63px 80px 80px;
  }
  .quality-3 .left .content::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: -160px;
    background-color: #f8fcff;
  }
  .quality-3 .left .arrows {
    margin-top: -70px;
    margin-right: 80px;
    position: relative;
  }
  .quality-3 .left .arrows span.arrow {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    color: #c7c7c7;
    font-size: 16px;
    border: 1px solid currentcolor;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
  }
  .quality-3 .left .arrows span.arrow:hover {
    color: var(--color1);
  }
  .quality-3 .right {
    margin-top: 0px;
  }
  .quality-page .honor-1 .Tit {
    margin-bottom: 80px;
  }
  .quality-page .honor-1 .Tit p.fr {
    width: 60%;
    color: #777777;
  }
  @media (max-width: 1470px) {
    .quality-3 .left .content {
      padding: 60px;
    }
    .quality-3 .right {
      margin-top: 60px;
    }
  }
  @media (max-width: 1240px) {
    .quality-1 .right li .num {
      font-size: 40px;
    }
    .quality-1 .right li .num span {
      font-size: 20px;
    }
  }
  @media (max-width: 1024px) {
    .quality-1 {
      padding: 60px 0;
    }
    .quality-1 .left {
      width: 100%!important;
      margin: 0;
      padding: 0;
    }
    .quality-1 .left .text {
      margin: 20px 0 40px;
    }
    .quality-1 .right {
      width: 100%!important;
      margin: 0;
      padding: 0;
    }
    .quality-1 .img {
      display: none;
    }
    .quality-2 {
      padding: 35px 0;
    }
    .quality-3 {
      padding: 35px 0;
    }
    .quality-3 .left {
      width: 100%!important;
    }
    .quality-3 .left .arrows {
      display: none;
    }
    .quality-3 .right {
      width: 100%!important;
      margin-top: 0;
    }
    .quality-3 .left .content::before {
      right: 0;
    }
    .quality-3 .left .content {
      padding: 30px;
    }
    .quality-page .honor-1 .Tit {
      margin-bottom: 40px;
    }
    .quality-page .honor-1 .Tit p.fr {
      width: 100%;
      margin-top: 30px;
    }
  }
  @media (max-width: 768px) {
    .quality-1 .right li .num {
      font-size: 36px;
    }
  }
  .support-1 {
    padding-top: 100px;
  }
  .support-1 .desc {
    max-width: 800px;
    margin: auto;
  }
  .support-1 .list ul {
    margin-right: -35px;
  }
  .support-1 .list li {
    padding-right: 35px;
    margin-bottom: 35px;
  }
  .support-1 .list .box {
    position: relative;
    overflow: hidden;
  }
  .support-1 .list .box .text {
    background-color: #f0f9fb;
    padding: 0 20px 40px;
  }
  .support-1 .list .box .text i {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    margin: -50px auto 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .support-1 .list .box .text i img {
    vertical-align: middle;
  }
  .support-1 .list .box .text p {
    color: #777777;
  }
  .support-2 {
    padding: 130px 0;
  }
  .support-2 .box {
    padding: 70px 80px;
    border: 1px solid #c6c6c6;
  }
  .support-2 .form ul {
    margin: -12px;
  }
  .support-2 .form li {
    padding: 12px;
  }
  .support-2 .form li:last-child{
    text-align: center;
  }
  .support-2 .form li.wid-100 {
    width: 100%;
  }
  .support-2 .form input,
  .support-2 .form textarea {
    padding: 20px;
    width: 100%;
    font-size: 18px;
    background-color: #f7f9ff;
    border: none;
  }
  .support-2 .form input[type='submit'] {
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    max-width: 290px;
    color: #FFFFFF;
    background-color: var(--color1);
  }
  .support-2 .form textarea {
    height: 280px;
  }
  @media (max-width: 1024px) {
    .support-1 {
      padding-top: 60px;
    }
    .support-2 {
      padding: 60px 0;
    }
    .support-2 .box {
      padding: 35px;
    }
    .support-2 .form input,
    .support-2 .form textarea {
      padding: 15px;
      font-size: 16px;
    }
    .support-2 .form textarea {
      height: 200px;
    }
    .support-2 .form input[type='submit'] {
      font-size: 20px;
    }
  }
  @media (max-width: 768px) {
    .support-2 .box {
      padding: 15px;
    }
    .support-2 .form input,
    .support-2 .form textarea {
      padding: 10px;
      font-size: 14px;
    }
    .support-2 .form textarea {
      height: 150px;
    }
  }
  @media (max-width: 500px) {
    .support-2 .form input[type='submit'] {
      font-size: 16px;
      max-width: 100%;
    }
  }
  .sustainability-1 {
    padding: 120px 0;
  }
  .sustainability-1 .Tit {
    background: url(../images/sustainability-1-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 140px 60px;
  }
  .sustainability-1 .text {
    color: #777777;
    max-width: 1100px;
    margin: auto;
  }
  .sustainability-2 {
    padding: 90px 0;
    background-color: #f0f9fb;
  }
  .sustainability-2 .left {
    width: 60%;
    vertical-align: middle;
  }
  .sustainability-2 .right {
    width: 40%;
    vertical-align: middle;
  }
  .sustainability-3 {
    padding: 130px 0 200px;
  }
  .sustainability-3 .list {
    margin-top: 70px;
  }
  .sustainability-3 .list li:not(:last-child) {
    margin-bottom: 80px;
  }
  .sustainability-3 .list li:nth-child(even) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sustainability-3 .list li:nth-child(even) .box .right {
    padding-left: 0;
    padding-right: 80px;
  }
  .sustainability-3 .list .box {
    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;
  }
  .sustainability-3 .list .box .right {
    padding-left: 80px;
  }
  .sustainability-3 .list .box .right .text {
    color: #777777;
  }
  @media (max-width: 1024px) {
    .sustainability-1 {
      padding: 60px 0;
    }
    .sustainability-1 .Tit {
      padding: 90px 30px;
    }
    .sustainability-2 {
      padding: 60px 0;
    }
    .sustainability-2 .left {
      width: 100%;
    }
    .sustainability-2 .right {
      width: 100%;
      text-align: center;
      margin-top: 40px;
    }
    .sustainability-3 {
      padding: 60px 0;
    }
    .sustainability-3 .list .box .right {
      padding-left: 40px;
    }
    .sustainability-3 .list li:nth-child(even) .box .right {
      padding-right: 40px;
    }
    .sustainability-3 .list li:not(:last-child) {
      margin-bottom: 60px;
    }
  }
  @media (max-width: 768px) {
    .sustainability-3 .list .box {
      display: block;
    }
    .sustainability-3 .list .box .left {
      width: 100%;
    }
    .sustainability-3 .list .box .right {
      width: 100%;
      padding: 0!important;
      margin-top: 40px;
    }
  }
  .video-1 {
    padding: 90px 0;
  }
  .video-1 + .video-1 {
    padding-top: 0;
  }
  .video-1 .list ul {
    margin: -35px -15px;
  }
  .video-1 .list li {
    padding: 35px 15px;
  }
  .video-1 .list .name {
    padding: 30px;
    background-color: #f0f9fb;
  }
  .video-1 .list .img .play {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
  }
  @media (max-width: 1240px) {
    .video-1 .list .name {
      padding: 15px;
    }
  }
  @media (max-width: 1024px) {
    .video-1 {
      padding: 60px 0;
    }
  }
  @media (max-width: 768px) {
    .video-1 .list ul {
      margin: -15px;
    }
    .video-1 .list li {
      padding: 15px;
    }
  }
  
  
  
  
  
  
  /* mbx */
  .d-none {
      display: none !important;
  }
  
  @media print, screen and (min-width: 1025px) {
    .d-md-block {
        display: block !important;
    }
  }
  @media print, screen and (min-width: 1025px){
    .breadcrumb-wrapper.breadcrumb-sticky {
        position: sticky;
        top: 116px;
        z-index: 1019;
        -webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
        box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
    }
    .breadcrumb-wrapper.breadcrumb-sticky .breadcrumbs {
      border-top: 1px solid #e2edf5;
    }
  }
  
  @media print, screen and (min-width: 1241px){
    .breadcrumb-wrapper.breadcrumb-sticky {
        top: 119px;
    }
  }
  
  @media print, screen and (min-width: 1471px){
    .breadcrumb-wrapper.breadcrumb-sticky {
        top: 122px;
    }
  }
  
  .bg-white {
    background-color: #FFFFFF;
  }
  
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 0;
    font-size: .875rem;
    list-style: none;
    border-radius: 0;
  }
  
  .breadcrumb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .breadcrumb-nav-link,
  .breadcrumb-nav-text {
    padding-top: .83333rem;
    padding-bottom: .83333rem;
    display: inline-block;
  }
  
  .breadcrumb-nav-link.dropdown-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .breadcrumb-nav-link:hover {
    color: #009fe3;
    text-decoration: none;
  }
  
  .breadcrumb li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .25rem 0;
    margin: 0 0;
    font-size: .875rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: var(--color1);
    background-clip: padding-box;
    border: 0 solid #d2dce2;
    border-radius: 0;
    max-height: 70vh;
    overflow-y: auto;
  }
  
  .breadcrumb li ul.show {
    display: block;
  }
  .breadcrumb-item+.breadcrumb-item {
      padding-left: .31em;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 15px;
    color: #000;
    content: "/";
  }
  .breadcrumb-item+.breadcrumb-item ul {
    left: calc(.31em + 20px);
  }
  .dropdown-toggle {
    white-space: nowrap;
  }
  .dropdown-toggle::after {
    content: '';
    display: inline-block;
    width: .42426em;
    height: .42426em;
    border-style: solid;
    border-width: 0 2px 2px 0;
    vertical-align: .35em;
    margin-left: .31em;
    margin-right: .15em;
    -webkit-transform: translateY(25%) rotate(45deg);
    transform: translateY(25%) rotate(45deg);
  }
  
  svg.icon, symbol {
      overflow: visible;
  }
  
  svg.icon {
    display: inline-block;
    position: relative;
  }
  
  .icon-sm {
    width: 1.25rem;
    height: 1.25rem;
  }
  
  .show>.breadcrumb-nav-link.dropdown-toggle {
    background-color: var(--color1);
    color: #fff;
  }
  
  .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 15px;
    clear: both;
    font-weight: 300;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
  }
  
  .dropdown-item:hover,
  .dropdown-item:focus {
    color: #009fe3;
    text-decoration: none;
    background-color: #C4DDF2;
  }
  
  .dropdown-item.active,
  .dropdown-item:active {
    color: #009fe3;
    text-decoration: none;
  }
  
  
  
  .m-page{
    text-align: center;
  }
  .m-page a,
  .m-page span{
    margin: 0 7px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    font-family: arial;
  }
  
  .m-page .current{
    color: #fff;
    background-color: var(--color1);
  }
  
  
  .nav-shop {
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-right: 35px;
    cursor: pointer;
  }
  
  #header.inner .nav-shop {
    color: #000;
  }
  
  .nav-shop em {
    font-size: 12px;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: var(--index-main-color);
    color: #fff;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    right: -10px;
    top: 0;
  }
  
  
  
  
  /* old-prodet */
  .prodet2-page .prodet-1 {
    padding: 70px 0;
  }
  .prodet2-page .prodet-1 .left {
    width: 40%;
  }
  .prodet2-page .prodet-1 .left img {
    width: 100%;
  }
  .prodet2-page .prodet-1 .left a > img {
    border: 5px solid white;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .big-img-box a{
    padding: 15px;
    display: block;
  }
  .big-img-box img{
    border: none!important;
  }
  .big-img-box ul {
    margin: -15px;
  }
  .prodet2-page .prodet-1 .left .slick {
    margin-top: 30px;
  }
  .prodet2-page .prodet-1 .left .slick .slick-track {
    margin-left: 0;
  }
  .prodet2-page .prodet-1 .left .slick ul {
    margin: -10px;
  }
  .prodet2-page .prodet-1 .left .slick ul li {
    padding: 10px;
  }
  .prodet2-page .prodet-1 .right {
    width: 60%;
    padding-left: 5%;
    margin-top:20px;
  }
  .prodet2-page .prodet-1 .right h3,.prodet2-page .prodet-1 .right h1 {
    font-size: 28px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
  }
  .prodet2-page .prodet-1 .right .content {
    display: block;
    margin: 20px 0 30px;
    font-size: 15px;
    link: 1.8;
    color: rgba(0, 0, 0, 0.65);
    line-height: 28px;
  }
  .prodet2-page .prodet-1 .right .share {
    display: inline-block;
  }
  .prodet2-page .prodet-1 .right .share h6 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333;
    font-weight: bold;
  }
  .prodet2-page .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
  }
  .prodet2-page .prodet-1 .right .share ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    background: #eee;
    border-radius: 3px;
    margin-left: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .prodet2-page .prodet-1 .right .share ul li:hover {
    background: #2f80ee;
    color: white;
  }
  .prodet2-page .prodet-1 .right .share {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .prodet2-page .prodet-1 .right a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
    padding: 0 25px;
    border-radius: 18px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #2f80ee;
    color: white;
    /*margin-top: 20px;*/
  }
  .prodet2-page .prodet-1 .right a.more.pdf {
    background: #eee;
    color: black;
  }
  .prodet2-page .prodet-1 .right a.more:hover {
    background: #46a6ff;
    color: white;
  }
  .prodet2-page .prodet-2 .top {
    background: #eee;
  }
  .prodet2-page .prodet-2 .top ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 35px;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
  }
  .prodet2-page .prodet-2 .top ul li:hover,
  .prodet2-page .prodet-2 .top ul li.active {
    background: #2f80ee;
    color: white;
  }
  .prodet2-page .prodet-2 .bottom {
    /*padding: 30px;*/
    font-size: 16px;
    line-height: 1.8;
    /*background: #f8f8f8;*/
  }
  .prodet2-page .prodet-2 .bottom h3.tit {
    font-size: 26px;
    font-weight: bold;
    margin: 00px 0 15px 0;
  }
  .prodet2-page .prodet-2 .bottom table {
    background: url('/zjkangte/2021/03/18/probg.png') right bottom no-repeat;
  }
  .prodet2-page .prodet-2 .bottom table td {
    padding: 12px 15px;
    border: none;
  }
  .prodet2-page .prodet-2 .bottom table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.015);
  }
  .prodet2-page .prodet-2 .bottom table tr:nth-child(even) {
    background: transparent;
  }
  .prodet2-page .prodet-3 {
    padding: 40px 0;
  }
  .prodet2-page .prodet-3 h3 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 1000px) {
    #banner li {
      height: auto;
    }
    .prodet2-page .prodet-1 .right {
      width: 100%;
      padding-left: 0;
      padding-top: 30px;
    }
    .prodet2-page .prodet-1 .left {
      width: 100%;
    }
  }
  @media screen and (max-width: 700px) {
    .prodet2-page .prodet-1 {
      padding: 40px 0;
    }
    .prodet2-page .prodet-1 .right h3,.prodet2-page .prodet-1 .right h1 {
      font-size: 24px;
    }
    .prodet2-page .prodet-2 .top ul li {
      font-size: 16px;
    }
    .prodet2-page .prodet-3 h3 {
      font-size: 22px;
    }
    .prodet2-page .prodet-2 .bottom table tbody {
      min-width: 900px;
    }
    .prodet2-page .prodet-1 .right .share {
      margin-top: 15px;
    }
  }
  
  @media screen and (max-width: 500px) {
    .prodet2-page .prodet-2 .bottom table td {
      padding: 8px 5px;
    }
    .prodet2-page .prodet-2 .bottom {
      font-size: 14px;
    }
    .prodet2-page .prodet-2 .bottom h3.tit {
      font-size: 22px;
    }
    .prodet2-page .prodet-1 .left .slick {
      margin-top: 15px;
    }
    .prodet2-page .prodet-1 .right .content {
      margin-top: 15px;
    }
    .prodet2-page .prodet-1 .right .share ul li {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      margin-left: 5px;
    }
    .prodet2-page .prodet-1 .right .share h6 {
      font-size: 16px;
    }
    .prodet2-page .prodet-2 .top ul li {
      padding: 5px 20px;
    }
    .prodet2-page .prodet-2 .bottom {
      padding: 20px 15px;
    }
  }
  /* end */
  
  
  
  /* nav-product */
  .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 10rem;
      padding: 32px 0;
      margin: 0 0;
      font-size: 14px;
      color: #fff;
      text-align: left;
      list-style: none;
      background-color: var(--color1);
      background-clip: padding-box;
      border: 0 solid #d2dce2;
      border-radius: 0;
  }
  .dropdown-menu.show {
      display: block;
  }
  
  .nav-grid .nav-grid-toggle:not(.open)+.nav-grid-menu {
      display: none;
  }
  
  .nav-grid {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: calc(45% - 30px) 1fr;
      grid-template-columns: calc(45% - 30px) 1fr;
  }
  .nav-grid .nav-grid {
      grid-template-columns: unset;
  }
  .nav-grid .nav-grid-toggle {
      -ms-grid-column: 1;
      grid-column: 1;
  }
  .nav-grid .nav-grid-menu {
      -ms-grid-column: 2;
      grid-column: 2;
      grid-row: 1 / end;
      -ms-grid-row-span: inherit;
      border-left: 1px solid #C4DDF2;
  }
  .nav-grid:first-child>.nav-grid-toggle {
      font-size: 20px;
      line-height: 2;
      font-weight: 500;
      padding-top: 1px;
      padding-bottom: 1px;
  }
  .nav-grid:first-child>.nav-grid-toggle.open {
      background-color: #C4DDF2;
      color: var(--color1);
  }
  .nav-grid .nav-grid .nav-grid-toggle {
      margin-left: 30px;
  }
  .nav-grid:first-child>.nav-grid>.nav-grid-toggle.open {
      background-color: #96C4E5;
      color: #004065;
  }
  .nav-grid .nav-grid-toggle {
      display: block;
      font-size: 16px;
      padding: .26041rem 15px;
      position: relative;
  }
  .nav-grid .nav-grid-toggle a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      text-indent: -9999px;
  }
  
  .dropdown-menu {
      -webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
      box-shadow: 0 7px 10px 0 rgba(0,0,0,0.1);
      max-height: calc(100vh - 9.64583rem);
      max-height: calc(var(--vh, 1vh)* 100 - 9.64583rem);
      overflow-x: hidden;
      overflow-y: auto;
      scrollbar-width: thin;
      scrollbar-color: rgba(0, 0, 0, 0.5) #fff;
      -ms-scrollbar-face-color: gray;
      -ms-scrollbar-track-color: #fff;
      -ms-scrollbar-arrow-color: gray;
      -ms-scrollbar-3dlight-color: gray;
      -ms-scrollbar-highlight-color: gray;
      -ms-scrollbar-shadow-color: gray;
      -ms-scrollbar-darkshadow-color: gray;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* end */
  
  
  
  /* 新-展会 */
  .our-exhibition .list2 ul {
    margin: -20px -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .our-exhibition .list2 li {
    padding: 20px 15px;
  }
  .our-exhibition .list2 .box {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    height: 100%;
  }
  .our-exhibition .list2 .box .left {
    width: 50%;
  }
  .our-exhibition .list2 .box .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .our-exhibition .list2 .box .right {
    width: 50%;
    padding: 20px;
    align-self: center;
  }
  .our-exhibition .list2 .box .name {
    font-size: 28px;
    font-weight: 500;
  }
  .our-exhibition .list2 .box .line {
    border-bottom: 1px solid var(--index-main-color);
    position: relative;
  }
  .our-exhibition .list2 .box .line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: var(--index-main-color);
  }
  .our-exhibition .list2 .box .right img {
    height: 23px;
    vertical-align: middle;
  }
  .our-exhibition .list2 .box .right i{
    width: 22px;
    text-align: center;
  }
  .our-exhibition .list2 .box time,
  .our-exhibition .list2 .box span {
    padding-left: 35px;
    display: block;
  }
  
  .our-exhibition .list2 .box .lh-30 {
    line-height: 30px;
  }
  
  
  @media screen and (max-width: 1240px){
    .our-exhibition .list2 .box {
      display: block;
    }
  
    .our-exhibition .list2 .box .left {
      width: 100%;
    }
  
    .our-exhibition .list2 .box .right {
      width: 100%;
    }
  
    .our-exhibition .list2 .box .name {
      font-size: 20px;
    }
  }
  /* end */
  
  
  
  
  /* 新-展会列表 */
  .news2-1 .list2 ul {
    margin: -20px -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .news2-1 .list2 li {
    padding: 20px 15px;
  }
  .news2-1 .list2 .box {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
  }
  .news2-1 .list2 .box .left {
    width: 50%;
  }
  .news2-1 .list2 .box .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .news2-1 .list2 .box .right {
    width: 50%;
    padding: 20px;
    align-self: center;
  }
  .news2-1 .list2 .box .name {
    font-size: 28px;
    font-weight: 500;
  }
  .news2-1 .list2 .box .line {
    border-bottom: 1px solid var(--index-main-color);
    position: relative;
  }
  .news2-1 .list2 .box .line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: var(--index-main-color);
  }
  .news2-1 .list2 .box .right img {
    height: 23px;
    vertical-align: middle;
  }
  .news2-1 .list2 .box .right i{
    width: 22px;
    text-align: center;
  }
  .news2-1 .list2 .box time,
  .news2-1 .list2 .box span {
    padding-left: 35px;
    display: block;
  }
  
  .news2-1 .list2 .box .lh-30 {
    line-height: 30px;
  }
  
  
  @media screen and (max-width: 1240px){
    .news2-1 .list2 .box {
      display: block;
    }
  
    .news2-1 .list2 .box .left {
      width: 100%;
    }
  
    .news2-1 .list2 .box .right {
      width: 100%;
    }
  
    .news2-1 .list2 .box .name {
      font-size: 20px;
    }
  }
  /* end */
  
  
  
  /* 产品详情更改 */
  #opScale {
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
  }
  .newbtns > div {
    display: inline-block;
    vertical-align: top;
  }
  .newbtns > div:not(:first-child) {
    margin-left: 5%;
  }
  .newbtns > div a {
    min-width: 200px;
    display: block;
    height: 50px;
      line-height: 48px;
    color: var(--color2);
    border: 1px solid var(--color2);
    border-radius: 25px;
  }
  .newbtns > div a.on {
    color: #ffffff;
    background-color: var(--color2);
  }
  .newbtns > div a:hover {
    color: #ffffff;
    border-color: var(--color1);
    background-color: var(--color1)!important;
  }
  
  @media (max-width:1470px) {
    .newbtns > div a {
      min-width: 150px;
    }
  }
  
  @media (max-width:1240px) {
    .newbtns > div a {
      min-width: 100px;
      padding: 0 30px;
    }
  }
  
  @media (max-width:1000px) {
    .prodet-1 .m-link > div {
      width: 100%;
      float: none;
      text-align: left;
    }
  
    .prodet-1 .m-link > div + div {
      margin-top: 10px;
    }
  
    .prodet-1 .m-link i {
      float: left;
    }
  
    .prodet-1 .m-link span {
      padding: 0;
      padding-left: 60px;
    }
  }
  
  @media (max-width:500px) {
    .newbtns > div {
      display: block;
    }
  
    .newbtns > div:not(:first-child) {
      margin-left: 0;
      margin-top: 20px;
    }
  
    .newbtns > div a {
      height: 40px;
      line-height: 38px;
    }
  }
  
  #add_car {
    display:inline-block;
    vertical-align: top;
  }
  #add_car input {
    width: 25px;
    height: 50px;
    font-size: 16px;
    border: none;
    background-color: #ddd;
  }
  #add_car input:not([type='number']):hover {
    color: #fff;
    background-color: var(--color2);
  }
  #add_car input[type='number'] {
    width: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  #add_car input[type='number']::-webkit-inner-spin-button,
  #add_car input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  
  
  .m-link {
    padding: 10px 25px;
    background-color: #f0f9fb;
    line-height: 48px;
  }
  .m-link i img {
    filter: grayscale(100%);
    vertical-align: middle;
  }
  .m-link span em {
    display: inline-block;
      vertical-align: middle;
    line-height: 24px;
  }
  
  .m-link a:hover {
    color: var(--color1);
  }
  
  .m-link a:hover i img {
    filter: grayscale(0);
  }
  /* end */
  
  
  
  
  
  .cus-page .cus-1 {
    padding: 100px 0;
  }
  .cus-page .cus-1 .box {
    margin: -25px;
  }
  .cus-page .cus-1 .left {
    padding: 25px;
  }
  .cus-page .cus-1 .right {
    padding: 25px;
  }
  .cus-page .cus-1 .right .info {
    margin-top: 30px;
  }
  .cus-page .cus-1 .right .info li {
    overflow: hidden;
  }
  .cus-page .cus-1 .right .info .name {
    line-height: 60px;
    overflow: hidden;
    margin: 15px 0;
  }
  .cus-page .cus-1 .right .info .name .icon {
    font-size: 0;
  }
  .cus-page .cus-1 .right .info .name .icon img {
    vertical-align: middle;
  }
  .cus-page .cus-1 .right .info .name .p {
    padding-left: 60px;
    padding-right: 25px;
    line-height: 30px;
    margin-top: 14px;
  }
  .cus-page .cus-1 .right .info .name i {
    float: right;
    margin-top: 18px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .cus-page .cus-1 .right .info .name.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cus-page .cus-1 .right .info .content {
    background-color: #f0fafc;
    padding: 25px;
  }
  .cus-page .cus-1 .list {
    margin-top: 70px;
  }
  .cus-page .cus-1 .list ul {
    margin: -15px;
  }
  .cus-page .cus-1 .list li {
    padding: 15px;
  }
  .cus-page .cus-1 .list li > div .content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: #f0fafc;
    padding: 20px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
  }
  .cus-page .cus-1 .list li > div:hover .content {
    opacity: 1;
  }
  .cus-page .cus-2 {
    background-color: #f0fafc;
    padding: 100px 0 200px;
  }
  .cus-page .cus-2 .list li .name {
    padding: 40px 0;
    color: #777777;
    border-bottom: 1px solid #777777;
  }
  .cus-page .cus-2 .list li .name i {
    float: right;
  }
  .cus-page .cus-2 .list li .name.active {
    color: #166993;
  }
  .cus-page .cus-2 .list li .name.active i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cus-page .cus-2 .list li .content {
    padding: 50px 0;
  }
  .cus-page .cus-2 .list li .content .wrapper {
    margin-right: -80px;
    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;
  }
  .cus-page .cus-2 .list li .content .wrapper .item {
    width: 20%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 80px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
  }
  .cus-page .cus-2 .list li .content .wrapper .item:not(:last-child) {
    background: url(../images/cus-2-arrow.png) no-repeat center right 15px;
  }
  .cus-page .cus-2 .list li .content .wrapper .item::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #d6dbdc;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
  }
  .cus-page .cus-2 .list li .content .wrapper .item:hover::before {
    background-color: var(--index-main-color);
  }
  .cus-page .cus-2 .list li .content .wrapper .item .box {
    padding: 20px;
    border-radius: 25px;
    background: url(../images/cus-2-bg.png) no-repeat center;
    background-size: cover;
    -webkit-box-shadow: 0 12px 21px rgba(0, 0, 0, 0.13);
    box-shadow: 0 12px 21px rgba(0, 0, 0, 0.13);
  }
  .cus-page .cus-2 .list li .content .wrapper .item .box .num {
    font-size: 29px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .cus-page .cus-3 {
    margin-top: 100px;
  }
  .cus-page .cus-3 .list {
    padding: 0 15%;
    margin-top: 100px;
    position: relative;
  }
  .cus-page .cus-3 .list span.arrow {
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    color: #939393;
    border: 1px solid #939393;
    font-size: 20px;
    cursor: pointer;
  }
  .cus-page .cus-3 .list span.arrow.arrow_l {
    left: 0;
  }
  .cus-page .cus-3 .list span.arrow.arrow_r {
    right: 0;
  }
  
  .cus-page .support-2 .box {
    background-color: #f7f9ff;
    border: none;
  }
  
  .cus-page .support-2 .form input,
  .cus-page .support-2 .form textarea {
    background-color: #ffffff;
  }
  
  .cus-page .support-2 .form input[type='submit'] {
      background-color: var(--color1);
  }
  
  @media (max-width: 1470px) {
    .cus-page .cus-2 .list li .content .wrapper .item:not(:last-child) {
      background-position: center right 0;
    }
    .cus-page .cus-2 .list li .content .wrapper {
      margin-right: -40px;
    }
    .cus-page .cus-2 .list li .content .wrapper .item {
      padding-right: 40px;
    }
  }
  @media (max-width: 1240px) {
    .cus-page .cus-2 .list li .content .wrapper .item:not(:last-child) {
      background: none;
    }
    .cus-page .cus-2 .list li .content .wrapper {
      margin-right: -15px;
    }
    .cus-page .cus-2 .list li .content .wrapper .item {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .cus-page .cus-2 .list li .content .wrapper .item .box {
      padding: 15px;
    }
  }
  @media (max-width: 1024px) {
    .cus-page .cus-1 {
      padding: 60px 0;
    }
    .cus-page .cus-1 .box {
      margin: -15px;
    }
    .cus-page .cus-1 .left {
      width: 100%;
      text-align: center;
      padding: 15px;
    }
    .cus-page .cus-1 .right {
      width: 100%;
      padding: 15px;
    }
    .cus-page .cus-1 .list {
      margin-top: 40px;
    }
    .cus-page .cus-2 {
      padding: 60px 0;
    }
    .cus-page .cus-2 .list li .content .wrapper .item {
      width: 33.33%;
    }
    .cus-page .cus-2 .list li .name {
      padding: 20px 0;
    }
    .cus-page .cus-2 .list li .content {
      padding: 20px 0;
    }
    .cus-page .cus-3 {
      margin-top: 60px;
    }
    .cus-page .cus-3 .list {
      margin-top: 40px;
    }
  }
  @media (max-width: 700px) {
    .cus-page .cus-2 .list li .content .wrapper .item {
      width: 50%;
    }
    .cus-page .cus-3 .list {
      padding: 0;
    }
    .cus-page .cus-3 .list span.arrow {
      position: static;
      display: inline-block;
    }
    .cus-page .cus-3 .arrows {
      margin-top: 30px;
    }
    .cus-page .cus-1 .list li > div .content {
      opacity: 1;
    }
  }
  @media (max-width: 500px) {
    .cus-page .cus-2 .list li .content .wrapper {
      margin-right: -5px;
    }
    .cus-page .cus-2 .list li .content .wrapper .item {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 5px;
      padding-left: 5px;
    }
    .cus-page .cus-2 .list li .content .wrapper .item .box {
      padding: 10px;
    }
  }
  
  
  
  
  
  .process-box .box {
    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;
  }
  .process-box .box .left {
    width: 50%;
  }
  .process-box .box .right {
    width: 50%;
    position: relative;
  }
  .process-box .box .right img {
    width: 100%;
  }
  .process-box .box .right .arrows {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
  }
  .process-box .box .right .arrows span.arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
  }
  .process-box .box .right .arrows span.arrow.arrow_l {
    background-color: var(--index-main-color);
  }
  .process-box .box .right .arrows span.arrow.arrow_r {
    background-color: var(--index-main-color);
  }
  .process-box:nth-child(even) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  @media (max-width: 1024px) {
    .process-box {
      padding: 30px 0;
    }
  }
  @media (max-width: 700px) {
    .process-box .box {
      display: block;
    }
    .process-box .box .left {
      width: 100%;
      padding: 0;
    }
    .process-box .box .right {
      width: 100%;
      margin-top: 40px;
    }
  }
  