  :root {
    --white: #fff;
    --black: #000;
  }
  .heroBanner__headingmedia {
    position: relative;
    z-index: 10;
    margin-left: 290px;
    mix-blend-mode: difference;
    overflow: hidden;
    padding-left: 20px;
}
@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 lefts {
  0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}
@keyframes bs {
  0% {
    color: var(--white);
  }
  50% {
    color: var(--white);
  }
  75% {
    color: var(--black);
  }
  100% {
    color: var(--black);
  }
}
.bankuai h2{
  font-size: 36px;
      color: #1a1a1a;
      font-weight: 700;
      line-height: 1.4;
      text-align: center;
  }
  .bankuai h3{
    font-size: 24px;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 40px;
  }
  .bankuai{
    font-size: 16px;
  line-height: 30px;
  text-align:left;
  
  }
  @media screen and (max-width: 500px) {
    .haha{
      display: none;
    }
  }
  /* .inner-banner {
    padding: 95px 0 15px 0;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
  }
  .inner-banner .mbx {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
   
  }
  .inner-banner .info {
    margin: 30px auto 30px;
    width: 55%;
    text-align: center;
  
  }
  .inner-banner .info h2 {
    font-size: 40px;
    font-family: 'TB';
    line-height: 1;
  }
  .inner-banner .info h1 {
    font-size: 34px;
    font-family: 'TB';
    line-height: 2;
  }
  .inner-banner .info p {
    font-size: 16px;
    line-height: 2;
  } */
  .inner-page .bottom-info {
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  .inner-page .bottom-info ul {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -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 .bottom-info ul li img {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
  }
  .inner-page .bottom-info ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1;
    padding-left: 15px;
  }
  .inner-page .m-page {
    text-align: center;
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #444;
    text-align: center;
    font-size: 14px;
    margin: 0 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner-page .m-page a:hover {
    background: var(--index-main-color);
    color: var(--white);
  }
  .inner-page .m-page span {
    background: var(--index-main-color);
    color: var(--white);
  }
  .about-page .more {
    display: inline-block;
    padding: 10px 57px 9px;
    border: 1px solid var(--black);
    font-size: 16px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .about-page .more::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .about-page .more:hover {
    border-color: #000;
    color: #fff;
  }
  .about-page .more:hover::after {
    width: 100%;
  }
  .about-page .ab-1 .text {
    padding: 0 60px;
    vertical-align: middle;
  }
  .about-page .ab-1 .text h3 {
    font-size: 40px;
    line-height: 1;
  }
  .about-page .ab-1 .text .con {
    font-size: 16px;
    line-height: 2;
    margin-top: 26px;
  }
  .about-page .ab-1 .img {
    vertical-align: middle;
    margin-right: -8%;
    width: 58%;
    transform: scale(1.05);
    transition: transform 1s ease;
    margin-top: 100px;
  }
  .about-page .ab-2 {
    background-color: #f8f8f8;
    padding: 120px 0;
    text-align: center;
    margin-top: 40px;
  }
  .about-page .ab-2 .box {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    text-align: center;
  }
  .about-page .ab-2 .box p {
    font-size: 22px;
    line-height: 1.4;
  }
  .about-page .ab-2 .box span {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1;
    display: block;
  }
  .about-page .ab-3 {
    padding: 120px 0;
  }
  .about-page .ab-3 ul li {
    margin-bottom: 120px;
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
  }
  .about-page .ab-3 ul li:last-child {
    margin-bottom: 0;
  }
  .about-page .ab-3 ul li .img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-page .ab-3 ul li .text {
    padding: 0 120px;
  }
  .about-page .ab-3 ul li .text h3 {
    font-size: 27px;
    line-height: 1;
  }
  .about-page .ab-3 ul li .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 9px;
  }
  .about-page .ab-3 ul li:nth-child(2) .text {
    order: -1;
  }
  .about-page .ab-4 {
    padding: 50px 0 30px;
  }
  .about-page .ab-4 ul {
    margin-right: -60px;
  }
  .about-page .ab-4 ul li {
    padding-right: 60px;
  }
  .about-page .ab-4 ul li .img img {
    width: 100%;
    display: inline-block;
  }
  .about-page .ab-4 ul li .text {
    padding-top: 30px;
  }
  .about-page .ab-4 ul li .text h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  .about-page .ab-4 ul li .text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .ab-4 ul li .text .more {
    margin-top: 25px;
  }
  .about-page .ab-5 {
    padding: 120px 0;
  }
  .about-page .ab-5 .img {
    vertical-align: middle;
  }
  .about-page .ab-5 .img video {
    width: 100%;
    object-fit: cover;
  }
  .about-page .ab-5 .text {
    padding: 0 120px;
    vertical-align: middle;
  }
  .about-page .ab-5 .text h3 {
    font-size: 27px;
    line-height: 1;
  }
  .about-page .ab-5 .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 7px;
  }
  .about-page .ab-5 .text .more {
    margin-top: 25px;
  }
  .about-page .ab-6 {
    padding: 120px 0;
    background-color: #e5d4c0;
    text-align: center;
  }
  .about-page .ab-6 .box {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }
  .about-page .ab-6 .box h3 {
    font-size: 40px;
    line-height: 1;
  }
  .about-page .ab-6 .box p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 5px;
  }
  .about-page .ab-6 .box .more {
    margin-top: 27px;
  }
  @media screen and (max-width: 1440px) {
    /* .inner-banner .info {
      width: 60%;
    } */
    .about-page .ab-1 .text {
      padding: 0 40px;
    }
    .about-page .ab-1 .text h3 {
      font-size: 35px;
    }
    .about-page .ab-3 ul li .text {
      padding: 0 80px;
    }
    .about-page .ab-3 {
      padding: 120px 0 60px;
    }
    .about-page .ab-5 .text {
      padding: 0 70px;
    }
  }
  @media screen and (max-width: 1280px) {
    .about-page .ab-3 ul li .text {
      padding: 0 40px;
    }
    .about-page .ab-5 .text {
      padding: 0 40px;
    }
    .about-page .ab-5 .text h3 {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 1100px) {
    .about-page .ab-3 ul li .text h3 {
      font-size: 26px;
    }
  }
  @media screen and (max-width: 1000px) {
    /* .inner-banner {
      padding: 80px 0 40px;
    }
    .inner-banner .mbx {
      margin-top: 0;
    }
    .inner-banner .info {
      width: 86%;
    } */
    .about-page .ab-1 .text {
      width: 100%;
      padding: 0;
    }
    .about-page .ab-1 .img {
      display: none;
    }
    .about-page .ab-2 {
      padding: 50px 0;
    }
    .about-page .ab-3 {
      padding: 50px 0;
    }
    .about-page .ab-3 ul li {
      display: block;
      margin-bottom: 50px;
    }
    .about-page .ab-3 ul li .img,
    .about-page .ab-3 ul li .text {
      width: 100%;
    }
    .about-page .ab-3 ul li .text {
      padding: 20px 0 0;
    }
    .about-page .ab-4 ul {
      margin-right: -30px;
    }
    .about-page .ab-4 ul li {
      padding-right: 30px;
    }
    .about-page .ab-4 ul li .text h3 {
      font-size: 22px;
    }
    .about-page .ab-5 {
      padding: 50px 0;
    }
    .about-page .ab-5 .img {
      width: 100%;
    }
    .about-page .ab-5 .text {
      width: 100%;
      padding: 20px 0 0;
    }
    .about-page .ab-4 {
      padding: 0 0 30px;
    }
    .about-page .ab-6 {
      padding: 50px 0;
    }
    .inner-page .bottom-info {
      display: none;
    }
  }
  @media screen and (max-width: 700px) {
    /* .inner-banner {
      padding: 80px 0 30px;
    }
    .inner-banner .info {
      width: 100%;
    }
    .inner-banner .info h2 {
      font-size: 32px;
    } */
    .about-page .ab-1 .text h3 {
      font-size: 30px;
    }
    .about-page .ab-2 {
      padding: 30px 0;
    }
    .about-page .ab-2 .box p {
      font-size: 18px;
    }
    .about-page .ab-6 {
      padding: 30px 0;
    }
    .about-page .ab-6 .box h3 {
      font-size: 30px;
    }
    .about-page .ab-6 .box p {
      font-size: 15px;
    }
  }
  @media screen and (max-width: 500px) {
    /* .inner-banner .info {
      margin: 20px auto 0;
    }
    .inner-banner .info h2 {
      font-size: 26px;
    }
    .inner-banner .info p {
      font-size: 14px;
    } */
    .about-page .ab-1 .text h3 {
      font-size: 26px;
    }
    .about-page .ab-2 {
      display: none;
    }
    .about-page .ab-4 ul li .text h3 {
      font-size: 20px;
    }
    .about-page .ab-4 ul li .text p {
      font-size: 14px;
    }
    .about-page .more {
      padding: 10px 40px 9px;
    }
    .about-page .ab-6 .box h3 {
      font-size: 24px;
    }
  }
  .product-page .tab {
    background: #f2f2f2;
    position: sticky;
    top: 70px;
    padding: 20px 0;
    z-index: 1;
  }
  .product-page .tab .box {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .product-page .tab .box .right ul li dl.sub-menu {
    right: 0;
    left: auto;
  }
  .product-page .tab ul li {
    display: inline-block;
    font-size: 16px;
    padding-right: 20px;
    position: relative;
    line-height: 2.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .product-page .tab ul li:hover{
    color: #e5d4bf;
  }
  .product-page .tab ul li i {
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
  }
  .product-page .tab ul li:last-child {
    padding-right: 0;
  }
  .product-page .tab ul li dl.sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    z-index: 100;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    top: 130%;
    left: 0;
    width: 250px;
    max-height: 220px;
    overflow: auto;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    border-radius: 8px;
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 6px  rgba(0, 0, 0, 0.12);
    border-bottom: 3px solid var(--index-main-color);
    display: none \9;
  }
  .product-page .tab ul li dl.sub-menu dd {
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 40px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    position: relative;
    z-index: 20;
  }
  .product-page .tab ul li dl.sub-menu dd a {
    display: block;
  }
  .product-page .tab ul li dl.sub-menu dd a input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
  }
  .product-page .tab ul li dl.sub-menu dd a span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
  }
  .product-page .tab ul li dl.sub-menu dd:hover {
    background: #222;
    color: white;
  }
  .product-page .tab ul li.active dl.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
  }
  .product-page .product-1 {
    padding: 48px 0 100px;
  }
  .product-page .product-1 ul {
    margin: 0 -40px -20px 0;
  }
  .product-page .product-1 ul li {
    padding: 0 40px 20px 0;
  }
  .product-page .product-1 ul li .ig {
    display: block;
  }
  .product-page .product-1 ul li .ig .img {
    position: relative;
  }
  .product-page .product-1 ul li .ig .img .desc {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding: 36px 25px 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .product-page .product-1 ul li .ig .img .desc p {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .product-page .product-1 ul li .ig .img .btn {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 25px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
  }
  .product-page .product-1 ul li .ig .img .btn a {
    width: 48%;
    display: inline-block;
    padding: 10px 0 9px;
    font-size: 16px;
    text-align: center;
    border: 1px solid var(--black);
  }
  .product-page .product-1 ul li .ig .img .btn a:nth-child(1) {
    background: var(--black);
    color: var(--white);
    margin-right: 2%;
  }
  .product-page .product-1 ul li .ig .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #f2f2f2;*/
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .product-page .product-1 ul li .ig .img:hover .desc,
  .product-page .product-1 ul li .ig .img:hover .btn,
  .product-page .product-1 ul li .ig .img:hover::after {
    opacity: 1;
  }
  .product-page .product-1 ul li .ig .text {
    margin-top: 15px;
  }
  .product-page .product-1 ul li .ig .text span {
    font-size: 16px;
    line-height: 1.8;
    text-transform: uppercase;
  }
  .product-page .product-1 ul li .ig .text h3 {
    font-size: 20px;
    line-height: 2;
  }
  .product-page .product-1 ul li .ig .text p {
    font-size: 14px;
    line-height: 2;
  }
  @media screen and (max-width: 1680px) {
    .product-page .product-1 ul li .ig .text h3 {
      font-size: 21px;
    }
  }
  @media screen and (max-width: 1440px) {
    .product-page .product-1 ul {
      margin: 0 -30px -20px 0;
    }
    .product-page .product-1 ul li {
      padding: 0 30px 20px 0;
    }
    .product-page .product-1 ul li .ig .text h3 {
      font-size: 19px;
    }
  }
  @media screen and (max-width: 1100px) {
    .product-page .product-1 ul li {
      width: 33.3333% !important;
    }
  }
  @media screen and (max-width: 1000px) {
    .product-page .product-1 ul li {
      width: 50% !important;
    }
    .product-page .tab {
      position: initial;
    }
  }
  @media screen and (max-width: 700px) {
    .product-page .tab {
      display: none;
    }
    .product-page .product-1 {
      padding: 0 0 50px;
    }
    .product-page .product-1 ul {
      margin: 0 -10px -20px 0;
    }
    .product-page .product-1 ul li {
      padding: 0 10px 20px 0;
    }
    .product-page .product-1 ul li .ig .text span {
      font-size: 14px;
    }
    .product-page .product-1 ul li .ig .text h3 {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 500px) {
    .product-page .product-1 ul {
      margin: 0 0 -20px 0;
    }
    .product-page .product-1 ul li {
      width: 100% !important;
      padding: 0 0 20px 0;
    }
  }
  .prodet-page .prodet-1 {
    margin-top: -140px;
  }
  .prodet-page .prodet-1 .text {
    padding-top: 150px;
  }
  .prodet-page .prodet-1 .text .ui.container {
    max-width: 750px;
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    line-height: 2;
  }
  .prodet-page .prodet-1 .text span {
    font-size: 16px;
    line-height: 1;
    display: block;
    margin-top: 24px;
  }
  .prodet-page .prodet-1 .text span i {
    display: inline-block;
    font-size: 21px;
  }
  .prodet-page .prodet-1 .text span em {
    display: inline-block;
    padding-left: 10px;
  }
  .prodet-page .prodet-1 .text .con {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
    position: relative;
  }
  .prodet-page .prodet-1 .text .con .mores {
    display: inline-block;
    position: relative;
  }
  .prodet-page .prodet-1 .text .con .mores::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--black);
    opacity: 0.5;
    transform: scaleX(1);
    transform-origin: 0 0;
    transition: transform .3s ease;
  }
  .prodet-page .prodet-1 .text .con .mores:hover {
    opacity: 0.5;
  }
  .prodet-page .prodet-1 .text .con .mores:hover::after {
    transform: scaleX(0);
  }
  .prodet-page .prodet-1 .text .list {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .text .list dl {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .prodet-page .prodet-1 .text .list dl dd {
    margin: 20px 0;
    margin-right: 10px;
    padding: 5px 10px;
    background: #f8f8f8;
    border-radius: 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-1 .text .list dl dd i {
    display: inline-block;
    margin-right: 10px;
  }
  .prodet-page .prodet-1 .text .rl {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .text .rl dl dd {
    display: inline-block;
    font-size: 16px;
    padding: 11px 15px;
    margin-right: 20px;
    border: 1px solid #e9e9e9;
  }
  .prodet-page .prodet-1 .text .rl dl dd:last-child {
    margin-right: 0;
  }
  .prodet-page .prodet-1 .text .rl dl dd.active {
    border-color: var(--black);
  }
  .prodet-page .prodet-1 .text .add {
    margin-top: 20px;
    display: inline-block;
    width: 55.6%;
    text-align: center;
    background: var(--black);
    color: var(--white);
    padding: 10px 0;
    font-size: 17px;
  }
  .prodet-page .prodet-1 .text .thumb{
    margin-top: 50px;
  }
  .prodet-page .prodet-1 .text .thumb ul{
    margin-right: -10px;
  }
  .prodet-page .prodet-1 .text .thumb ul .slick-track{
    margin: 0;
  }
  .prodet-page .prodet-1 .text .thumb ul li{
    padding-right: 10px;
  }
  .prodet-page .prodet-1 .img {
    position: sticky;
    top: 0;
    padding-top:20px;
    /*border: 1px solid #ccc;*/
  }
  .prodet-page .prodet-2 {
    margin-top: 90px;
    padding: 80px 0 10px;
    background: #f5f5f5;
  }
  .prodet-page .prodet-2 .box .left {
    padding: 0 131px;
  }
  .prodet-page .prodet-2 .box .left h3 {
    font-size: 27px;
    line-height: 1;
  }
  .prodet-page .prodet-2 .box .left .con {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
  }
  .prodet-page .prodet-2 .box .right dl {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-2 .box .right dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-2 .box .right dl dd {
    font-size: 14px;
    margin: 10px 10px 0 0;
    display: inline-block;
    padding: 5px 10px;
    background: #f8f8f8;
  }
  .prodet-page .prodet-2 .box .right dl:last-child {
    margin-bottom: 0;
  }
  .prodet-page .prodet-3 {
    padding: 120px 0;
  }
  .prodet-page .prodet-3 .box .titles {
    width: 30%;
    vertical-align: middle;
  }
  .prodet-page .prodet-3 .box .titles h3 {
    font-size: 32px;
    line-height: 1;
  }
  .prodet-page .prodet-3 .box .imgs {
    width: 70%;
    vertical-align: middle;
  }
  .prodet-page .prodet-3 .box .imgs ul {
    margin: 0 -40px -20px 0;
  }
  .prodet-page .prodet-3 .box .imgs ul li {
    padding: 0 40px 20px 0;
  }
  .prodet-page .prodet-3 .box .imgs ul li .ig {
    display: block;
  }
  .prodet-page .prodet-3 .box .imgs ul li .ig .img {
    position: relative;
  }
  .prodet-page .prodet-3 .box .imgs ul li .ig .img .desc {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding: 36px 25px 0;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .prodet-page .prodet-3 .box .imgs ul li .ig .img .desc p {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .prodet-page .prodet-3 .box .imgs ul li .ig .img .btn {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding: 0 25px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .prodet-page .prodet-3 .box .imgs ul li .ig .img .btn a {
    width: 48%;
    display: inline-block;
    padding: 10px 0 9px;
    font-size: 16px;
    text-align: center;
    border: 1px solid var(--black);
  }
  .prodet-page .prodet-3 .box .imgs ul li .ig .img .btn a:nth-child(1) {
    background: var(--black);
    color: var(--white);
    margin-right: 2%;
  }
  /*.prodet-page .prodet-3 .box .imgs ul li .ig .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }*/
  .prodet-page .prodet-3 .box .imgs ul li .ig .img:hover .desc,
  .prodet-page .prodet-3 .box .imgs ul li .ig .img:hover .btn,
  .prodet-page .prodet-3 .box .imgs ul li .ig .img:hover::after {
    opacity: 1;
  }
  .prodet-page .prodet-3 .box .imgs ul li .ig .text {
    margin-top: 15px;
  }
  .prodet-page .prodet-3 .box .imgs ul li .ig .text span {
    font-size: 16px;
    line-height: 1.8;
    text-transform: uppercase;
  }
  .prodet-page .prodet-3 .box .imgs ul li .ig .text h3 {
    font-size: 22px;
    line-height: 2;
  }
  @media screen and (max-width: 1440px) {
    .prodet-page .prodet-2 .box .left {
      padding: 0 80px;
    }
  }
  @media screen and (max-width: 1280px) {
    .prodet-page .prodet-1 .text .list dl {
      flex-wrap: wrap;
    }
    .prodet-page .prodet-1 .text .list dl dd {
      width: 31%;
      padding: 5px 0;
    }
    .prodet-page .prodet-2 .box .left {
      padding: 0 50px;
    }
  }
  @media screen and (max-width: 1100px) {
    .prodet-page .prodet-1 .text .list dl dd i {
      margin-right: 5px;
    }
    .prodet-page .prodet-2 .box .left {
      padding: 0 30px 0 0;
    }
  }
  @media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .img {
      margin-top: 20px;
    }
    .prodet-page .prodet-1 .text h1 {
      font-size: 30px;
      line-height: 1.2;
    }
    .prodet-page .prodet-1 .text .list dl dd {
      width: 46%;
    }
    .prodet-page .prodet-2 .box .left {
      padding: 0 20px 0 0;
    }
    .prodet-page .prodet-2 .box .left .con {
      font-size: 15px;
    }
    .prodet-page .prodet-3 {
      padding: 50px 0;
    }
    .prodet-page .prodet-3 .box .titles {
      width: 100%;
    }
    .prodet-page .prodet-3 .box .imgs {
      width: 100%;
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 700px) {
    .prodet-page .prodet-1 {
      margin-top: 0;
    }
    .prodet-page .prodet-1 .text {
      padding-top: 0;
      width: 100%;
    }
    .prodet-page .prodet-1 .img {
      width: 100%;
    }
    .prodet-page .prodet-2 {
      padding: 50px 0;
    }
    .prodet-page .prodet-2 .box .left {
      width: 100%;
      padding: 0;
    }
    .prodet-page .prodet-2 .box .right {
      display: none;
    }
  }
  @media screen and (max-width: 500px) {
    .prodet-page .prodet-1 .text h1 {
      font-size: 26px;
    }
    .prodet-page .prodet-1 .text .list dl {
      display: block;
    }
    .prodet-page .prodet-1 .text .list dl dd {
      width: 100%;
      margin-right: 0;
    }
    .prodet-page .prodet-3 .box .imgs ul li .ig .text h3 {
      font-size: 20px;
    }
  }
  .quality-page h2.title {
    font-size: 48px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .quality-page .quality-1 {
    margin-top: 0px;
  }
  .quality-page .quality-1 .box {
    margin-top: 0px;
  }
  .quality-page .quality-1 .box .slide .img,
  .quality-page .quality-1 .box .slide .content {
    vertical-align: middle;
    position: relative;
  }
  .quality-page .quality-1 .box .slide i {
    display: block;
  }
  .quality-page .quality-1 .box .slide h4 {
    font-weight: bold;
    font-size: 36px;
    color: black;
    margin: 35px 0 30px;
    line-height: 1;
  }
  .quality-page .quality-1 .box .slide .text {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    max-width: 520px;
    text-align: left;
    margin-left: auto;
  }
  .quality-page .quality-1 .box .slide .img-box {
    height: 610px;
    display: block;
  }
  .quality-page .quality-1 .box .slide:nth-child(1) {
    text-align: right;
    background-color: #f4f6f5;
  }
  .quality-page .quality-1 .box .slide:nth-child(1) .content {
    padding-right: 5%;
  }
  .quality-page .quality-1 .box .slide:nth-child(2) {
    text-align: left;
    background-color: #fff;
  }
  .quality-page .quality-1 .box .slide:nth-child(2) .text {
    margin-left: 0;
  }
  .quality-page .quality-1 .box .slide:nth-child(2) .content {
    padding-left: 5%;
    left: 50%;
  }
  .quality-page .quality-1 .box .slide:nth-child(2) .img {
    left: -50%;
  }
  .quality-page .quality-1 .box .slide:nth-child(3) {
    text-align: right;
    background-color: #f4f6f5;
  }
  .quality-page .quality-1 .box .slide:nth-child(3) .content {
    padding-right: 5%;
  }
  .inner-page .quality-2 {
    padding: 120px 0;
    text-align: center;
  }
  .inner-page .quality-2 h2.title{
    font-size: 48px;
    color: #1a1a1a;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .inner-page .quality-2 .text {
    font-size: 18px;
    color: #111;
    line-height: 1.8;
    max-width: 1000px;
    display: block;
    margin: 35px auto 70px;
  }
  .inner-page .quality-2 .meiruimore {
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
  .inner-page .quality-2 .meiruimore h2 {
    font-size: 24px;
    font-weight: bold;
  }
  .inner-page .quality-2 .text em {
    font-weight: bold;
  }
  .inner-page .quality-2 .form {
    max-width: 1709px;
    display: block;
    margin: 0 auto;
  }
  .inner-page .quality-2 .form ul {
    margin: -8px;
  }
  .inner-page .quality-2 .form ul li {
    padding: 8px;
  }
  .inner-page .quality-2 .form ul li input {
    width: 100%;
    line-height: 60px;
    height: 60px;
    padding: 0 15px;
    border: 1px solid #d3d3d3;
    background-color: #f3f3f3;
    font-size: 16px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .quality-2 .form ul li input:focus {
    border-color: var(--index-main-color);
  }
  .inner-page .quality-2 .form ul li input[type="submit"] {
    background-color: black;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
  }
  .inner-page .quality-2 .form ul li input[type="submit"]:hover {
    background-color: var(--index-main-color);
  }
  .inner-page .quality-2 .form ul li:nth-child(1) {
    width: 20%;
  }
  .inner-page .quality-2 .form ul li:nth-child(2) {
    width: 20%;
  }
  .inner-page .quality-2 .form ul li:nth-child(3) {
    width: 50%;
  }
  .inner-page .quality-2 .form ul li:nth-child(4) {
    width: 10%;
  }
  .service-page h2.title {
    font-weight: bold;
    font-size: 48px;
    color: #1a1a1a;
    line-height: 1;
    text-align: center;
  }
  .service-page small {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    margin-top: 25px;
  }
  .service-page .service-1 {
    padding: 0px 0 150px;
  }
  .service-page .service-1 .list {
    margin-top: 60px;
  }
  .service-page .service-1 .list ul {
    margin: -15px;
  }
  .service-page .service-1 .list ul li {
    padding: 15px;
  }
  .service-page .service-1 .list ul li a.img-box {
    height: 300px;
    position: relative;
    z-index: 1;
    padding: 0 15%;
    padding-top: 15%;
    text-align: center;
    color: transparent;
    display: block;
  }
  .service-page .service-1 .list ul li a.img-box::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.51);
    z-index: -1;
    opacity: 0;
  }
  .service-page .service-1 .list ul li a.img-box h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
  }
  .service-page .service-1 .list ul li a.img-box p {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 15px;
    opacity: .8;
    font-weight: 300;
  }
  .service-page .service-1 .list ul li a.img-box:hover {
    color: white;
  }
  .service-page .service-1 .list ul li a.img-box:hover::after {
    opacity: 1;
  }
  .service-page .service-2 {
    text-align: center;
  }
  .service-page .service-2 .list {
    padding: 55px 0;
  }
  .service-page .service-2 .list 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;
  }
  .service-page .service-2 .list ul li {
    width: auto;
    display: inline-block;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .service-page .service-2 .list ul li i {
    display: block;
  }
  .service-page .service-2 .list ul li h6 {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    margin-top: 40px;
    line-height: 1;
  }
  .service-page .service-2 .list ul li:hover h6 {
    color: var(--index-main-color);
  }
  .service-page .service-2 a.more {
    line-height: 58px;
    height: 58px;
    padding: 0 60px;
    background: black;
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 24px;
    color: white;
  }
  .service-page .service-2 a.more img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
  .service-page .service-2 .text {
    margin: 40px auto 0;
    max-width: 730px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    color: #171717;
  }
  .service-page .service-3 {
    padding: 135px 0 110px;
  }
  .service-page .service-3 .map {
    margin-top: 85px;
    text-align: center;
  }
  .faq-page {
    padding: 85px 0 140px;
  }
  .faq-page h2.title {
    font-size: 48px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
  }
  .faq-page img.bg {
    display: block;
    margin: 50px 0 110px;
  }
  .faq-page .box .left {
    width: 25%;
    padding-right: 2%;
  }
  .faq-page .box .left h3 {
    font-weight: bold;
    font-size: 36px;
    color: #1a1a1a;
    line-height: 1.2;
  }
  .faq-page .box .right {
    width: 75%;
  }
  .faq-page .box .right .list ul li {
    margin-bottom: 50px;
  }
  .faq-page .box .right .list ul li h6 {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    padding-right: 15px;
    position: relative;
  }
  .faq-page .box .right .list ul li h6 i {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
  }
  .faq-page .box .right .list ul li h6 i::after,
  .faq-page .box .right .list ul li h6 i::before {
    content: '';
    width: 100%;
    height: 2px;
    background: black;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .faq-page .box .right .list ul li h6 i::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .faq-page .box .right .list ul li h6 i.active::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .faq-page .box .right .list ul li .text {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    display: none;
  }
  .faq-page .box .right .list ul li:last-child {
    margin-bottom: 0;
  }
  .gallery-page {
    padding: 90px 0 110px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -15px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 15px;
  }
  .gallery-page .gallery-1 .list ul li .img-box {
    background-size: contain;
    background-position: center center;
    background-color: #f5f6f6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .gallery-page .gallery-1 .list ul li .img-box:hover {
    background: var(--index-main-color);
  }
  .gallery-page .gallery-1 .list ul li h6 {
    margin: 20px 0 10px;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .gallery-page .gallery-1 .list ul li h6:hover {
    color: var(--index-main-color);
  }
  #index-body .init-6 {
    padding: 85px 0 100px;
    text-align: center;
    background: #d3f6ee;
  }
  #index-body .init-6 ul {
    margin: 0 -50px;
  }
  #index-body .init-6 ul li {
    padding: 0 50px;
  }
  #index-body .init-6 ul li i {
    display: block;
    line-height: 60px;
    height: 60px;
  }
  #index-body .init-6 ul li i img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
  }
  #index-body .init-6 ul li p {
    margin-top: 35px;
    font-weight: bold;
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.2;
  }
  @media screen and (max-width: 1400px) {
    .gallery-page .gallery-1 .list ul li h6 {
      font-size: 18px;
    }
    .gallery-page {
      padding: 80px 0;
    }
    #index-body .init-6 {
      padding: 60px 0;
    }
    #index-body .init-6 ul li p {
      margin-top: 20px;
      font-size: 16px;
    }
    .quality-page h2.title,
    .faq-page h2.title,
    .service-page h2.title {
      font-size: 36px;
    }
    .faq-page .box .left h3 {
      font-size: 32px;
    }
    .faq-page {
      padding: 70px 0;
    }
    .faq-page img.bg {
      margin: 30px 0 60px;
    }
    .faq-page .box .right .list ul li .text {
      margin-top: 15px;
    }
    .faq-page .box .right .list ul li {
      margin-bottom: 30px;
    }
    .service-page .service-1 .list {
      margin-top: 40px;
    }
    .service-page .service-1 .list ul li a.img-box {
      /*height: 260px;*/
    }
    .service-page h2.title small {
      margin-top: 10px;
    }
    .service-page .service-2 .list ul li h6 {
      margin-top: 15px;
    }
    .service-page .service-2 a.more {
      line-height: 46px;
      height: 46px;
      padding: 0 30px;
      font-size: 18px;
    }
    .service-page .service-2 a.more img {
      max-height: 5px;
      margin-left: 10px;
    }
    .service-page .service-2 .text {
      font-size: 16px;
      margin-top: 20px;
    }
    .service-page .service-3 {
      padding: 80px 0;
    }
    .service-page .service-3 .map {
      margin-top: 60px;
    }
    .quality-page .quality-1 {
      margin-top: 60px;
    }
    .quality-page .quality-1 .box {
      margin-top: 60px;
    }
    .quality-page .quality-1 .box .slide .content {
      padding: 0 25px !important;
    }
    .quality-page .quality-1 .box .slide i img {
      max-height: 60px;
    }
    .quality-page .quality-1 .box .slide h4 {
      font-size: 28px;
      margin: 20px 0;
    }
    .quality-page .quality-1 .box .slide .text {
      font-size: 16px;
    }
    .quality-page .quality-1 .box .slide .img-box {
      height: 400px;
    }
    .inner-page .quality-2 {
      padding: 80px 0;
    }
    .inner-page .quality-2 .text {
      font-size: 16px;
      margin: 20px auto 40px;
    }
    .inner-page .quality-2 .form ul li input {
      line-height: 50px;
      height: 50px;
    }
  }
  @media screen and (max-width: 1250px) {
    .gallery-page .gallery-1 .list ul li h6 {
      font-size: 16px;
    }
    #index-body .init-6 ul li i {
      height: 44px;
      line-height: 44px;
    }
    .service-page h2.title,
    .quality-page h2.title,
    .faq-page h2.title {
      font-size: 32px;
    }
    .service-page .service-1 .list ul li a.img-box {
      /*height: 220px;*/
      padding: 0 5%;
      padding-top: 5%;
    }
    .service-page .service-2 .list ul li {
      padding: 10px;
    }
    .service-page .service-2 .list ul {
      margin: -10px;
    }
    .faq-page .box .left h3 {
      font-size: 28px;
    }
    .faq-page .box .right .list ul li h6 {
      font-size: 18px;
    }
    .faq-page .box .right .list ul li .text {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 1000px) {
    #index-body .init-6 ul li {
      padding: 15px;
      width: 50%;
    }
    #index-body .init-6 ul {
      margin: -15px;
    }
    .service-page h2.title,
    .quality-page h2.title,
    .faq-page h2.title {
      font-size: 28px;
    }
    .faq-page .box .left {
      width: 100%;
      padding-right: 0;
    }
    .faq-page .box .right {
      width: 100%;
      margin-top: 20px;
    }
    .faq-page .box .left h3 {
      font-size: 24px;
    }
    .service-page .service-1 .list ul li a.img-box p {
      font-size: 14px;
      margin-top: 8px;
    }
    .service-page .service-1 .list ul li a.img-box {
      /*height: 180px;*/
    }
    .service-page .service-1 {
      padding: 60px 0;
    }
    .quality-page .quality-1 .box .slide h4 {
      font-size: 20px;
      margin: 10px 0;
    }
    .quality-page .quality-1 .box .slide i img {
      max-height: 44px;
    }
    .quality-page .quality-1 .box .slide .text {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 700px) {
    .service-page h2.title,
    .quality-page h2.title,
    .faq-page h2.title {
      font-size: 24px;
    }
    .quality-page .quality-1 .box {
      margin-top: 40px;
    }
    .quality-page .quality-1 .box .slide .img,
    .quality-page .quality-1 .box .slide .content {
      width: 100%;
      left: 0 !important;
    }
    .quality-page .quality-1 .box .slide .content {
      padding: 15px 0 !important;
    }
    .quality-page .quality-1 .box .slide .img-box {
      height: 240px;
    }
    .quality-page .quality-1 .box .slide {
      padding: 15px;
    }
    .inner-page .quality-2 .form ul li,
    .service-page .service-1 .list ul li {
      width: 100% !important;
    }
    .service-page .service-1 .list ul li a.img-box {
      padding-top: 12%;
    }
    .service-page .service-2 .list ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .service-page .service-2 .list ul li {
      width: 33.333%;
    }
  }
  @media screen and (max-width: 500px) {
    .gallery-page {
      padding: 50px 0;
    }
    .faq-page,
    .service-page .service-3,
    .inner-page .quality-2 {
      padding: 50px 0;
    }
    .service-page .service-3 .map {
      margin-top: 20px;
    }
    .quality-page .quality-1 {
      margin-top: 40px;
    }
  }
  .news-page .tag {
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .news-page .tag .tags {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    align-items: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
  }
  .news-page .tag .tags span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
  }
  .news-page .tag .tags::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 58%;
    background-color: #000;
    background-color: #9f9f9f;
    transform: translateY(-50%);
  }
  .news-page .tag .tags:last-child::after {
    display: none;
  }
  .news-page .navs {
    text-align: center;
    margin-top: 60px;
  }
  .news-page .navs ul li {
    display: inline-block;
    margin: 0 15px;
  }
  .news-page .navs ul li a {
    display: block;
    font-size: 18px;
    line-height: 1;
    position: relative;
  }
  .news-page .navs ul li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9f9f9f;
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform .3s ease;
  }
  .news-page .navs ul li a.active::after,
  .news-page .navs ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: 0 0;
  }
  .news-page .list {
    margin-top: 70px;
  }
  .news-page .list ul {
    margin: -10px;
  }
  .news-page .list ul li {
    padding: 10px;
  }
  .news-page .list ul li .ig {
    display: block;
  }
  .news-page .list ul li img {
    width: 100%;
  }
  .news-page .list ul li .text {
    padding-top: 30px;
  }
  .news-page .list ul li .text h3 {
    font-size: 24px;
    line-height: 2;
  }
  .news-page .list ul li .text p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-page .list ul li .text .more {
    display: inline-block;
    margin-top: 25px;
    padding: 11px 60px 10px;
    font-size: 15px;
    border: 1px solid var(--black);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 10px;
  }
  .news-page .list ul li .text .more::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1%;
    left: -1%;
    z-index: -1;
    display: block;
    width: 102%;
    height: 100%;
    background-color: var(--index-main-color);
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: transform .5s ease;
  }
  .news-page .list ul li .text .more:hover {
    border-color: var(--index-main-color);
    color: var(--white);
  }
  .news-page .list ul li .text .more:hover::after {
    transform: scaleY(1);
    transform-origin: 0 100%;
  }
  .newdet-page .newdet-1 {
    text-align: center;
    width: 78%;
    margin: 0 auto;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 40px;
    line-height: 2;
  }
  .newdet-page .newdet-1 .tag {
    justify-content: center;
    margin: 15px 0 5px;
  }
  .newdet-page .newdet-1 .con {
    margin: 25px auto 0;
    font-size: 16px;
    line-height: 2;
    text-align: left;
  }
  .newdet-page .newdet-1 .m-link {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-top: 25px;
  }
  .newdet-page .newdet-1 .m-link a {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .newdet-page .newdet-1 .m-link a:hover {
    text-decoration: underline;
  }
  .newdet-page .newdet-3 {
    margin-top: 60px;
  }
  .newdet-page .newdet-3 .header {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .newdet-page .newdet-3 .header h3 {
    font-size: 32px;
    line-height: 1;
  }
  .newdet-page .newdet-3 .header .more {
    display: inline-block;
    padding: 11px 60px 10px;
    font-size: 15px;
    border: 1px solid var(--black);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 10px;
  }
  .newdet-page .newdet-3 .header .more::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1%;
    left: -1%;
    z-index: -1;
    display: block;
    width: 102%;
    height: 100%;
    background-color: var(--index-main-color);
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: transform .5s ease;
  }
  .newdet-page .newdet-3 .header .more:hover {
    border-color: var(--index-main-color);
    color: var(--white);
  }
  .newdet-page .newdet-3 .header .more:hover::after {
    transform: scaleY(1);
    transform-origin: 0 100%;
  }
  .newdet-page .newdet-3 .content {
    margin-top: 60px;
  }
  .newdet-page .newdet-3 .content ul {
    margin: -15px;
  }
  .newdet-page .newdet-3 .content ul li {
    padding: 15px;
  }
  .newdet-page .newdet-3 .content ul li .ig {
    display: block;
  }
  .newdet-page .newdet-3 .content ul li img {
    width: 100%;
  }
  .newdet-page .newdet-3 .content ul li .text {
    padding-top: 30px;
  }
  .newdet-page .newdet-3 .content ul li .text .tag {
    margin-top: 0;
  }
  .newdet-page .newdet-3 .content ul li .text h3 {
    font-size: 24px;
    line-height: 2;
    margin-top: 10px;
  }
  .newdet-page .newdet-3 .content ul li .text p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .newdet-page .newdet-3 .content ul li .text .more {
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .newdet-page .newdet-3 .content ul li .text .more::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform: scaleX(1);
    transform-origin: 0 0;
    transition: transform .3s ease;
  }
  .newdet-page .newdet-3 .content ul li .text .more:hover::after {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
  @media screen and (max-width: 1280px) {
    .newdet-page .newdet-1 {
      width: 88%;
    }
  }
  @media screen and (max-width: 1000px) {
    .news-page .list {
      margin-top: 40px;
    }
    .news-page .list ul li {
      width: 50% !important;
    }
    .news-page .list ul li .text {
      padding-top: 20px;
    }
    .newdet-page .newdet-1 {
      width: 100%;
    }
    .newdet-page .newdet-1 h3 {
      font-size: 36px;
    }
  }
  @media screen and (max-width: 700px) {
    .news-page .list ul li .text h3 {
      font-size: 19px;
      line-height: 1.4;
    }
    .news-page .tag .tags span {
      line-height: 1.4;
    }
    .news-page .list ul li .text p {
      font-size: 15px;
    }
    .news-page .tag .tags {
      margin-right: 10px;
    }
    .news-page .tag .tags:last-child {
      margin-right: 0;
    }
    .newdet-page .newdet-1 h3 {
      font-size: 30px;
    }
    .newdet-page .newdet-3 .header .more {
      padding: 11px 40px 10px;
    }
    .newdet-page .newdet-3 .content {
      margin-top: 30px;
    }
    .newdet-page .newdet-3 {
      margin-top: 30px;
    }
  }
  @media screen and (max-width: 500px) {
    .news-page .navs ul li {
      margin: 0 10px;
    }
    .news-page .navs ul li a {
      font-size: 16px;
    }
    .news-page .list ul li {
      width: 100% !important;
    }
    .news-page .list ul li .text h3 {
      font-size: 18px;
    }
    .news-page .list ul li .text p {
      font-size: 14px;
    }
    .newdet-page .newdet-1 h3 {
      font-size: 24px;
    }
    .newdet-page .newdet-3 .header {
      display: block;
    }
    .newdet-page .newdet-3 .header .more {
      margin: 20px 0 0 0;
    }
  }
  
  .contact-page .img form {
    max-width: 760px;
    background: #f3f3f3;
    border-radius: 10px;
    padding: 40px 40px 48px;
  }
  .contact-page .img form h2 {
    font-size: 24px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 2.5rem;
  }
  .contact-page .img form h5 {
    font-size: 16px;
    line-height: 2;
    color: #000000;
    padding: 5px 0 10px;
  }
  .contact-page .img form 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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact-page .img form ul li {
    width: 48%;
  }
  .contact-page .img form ul li.texts {
    width: 100%;
  }
  .contact-page .img form ul li.textarea {
    width: 100%;
  }
  .contact-page .img form ul input[type="text"] {
    border-radius: 10px;
    background: #fff;
    height: 52px;
    font-size: 16px;
    line-height: 2;
    color: #000;
    padding: 0 15px;
    border: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .contact-page .img form ul textarea {
    border-radius: 10px;
    background: #fff;
    height: 138px;
    font-size: 15.9px;
    color: #000;
    padding: 15px;
    border: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .contact-page .img form button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 58px;
    border-radius: 10px;
    border: none;
    background: #000;
    font-size: 16px;
    line-height: 2;
    color: #ffffff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .contact-page .img form button:hover {
    background: #e5d4bf;
  }
  .contact-page .img form button img {
    margin-right: 10px;
  }
  
  .contact-page .contact-1 {
    margin-top: 40px;
  }
  .contact-page .contact-1 .box .img{
    vertical-align: middle;
  }
  .contact-page .contact-1 .box .text {
    padding: 0 120px 0;
    vertical-align: middle;
  }
  .contact-page .contact-1 .box .text h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .contact-page .contact-1 .box .text p.tel,
  .contact-page .contact-1 .box .text p.mail {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .contact-page .contact-1 .box .text p.tel em,
  .contact-page .contact-1 .box .text p.mail em {
    text-decoration: underline;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
    padding-left: 5px;
  }
  .contact-page .contact-1 .box .text p.tel em:hover,
  .contact-page .contact-1 .box .text p.mail em:hover {
    text-decoration: initial;
  }
  .contact-page .contact-1 .box .text dl {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .contact-page .contact-1 .box .text .con {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .contact-page .contact-1 .box .text .con p {
    font-weight: bold;
    text-decoration: underline;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .contact-page .contact-1 .box .text .con p:hover {
    text-decoration: initial;
  }
  .contact-page .contact-1 .box .text .con:last-child {
    margin-bottom: 0;
  }
  /*.contact-page .contact-1 .box .img {
    transform: scaleY(1.5);
    margin-top: 60px;
  }*/
  .contact-page .contact-2 {
    margin-top: 160px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 300px;
  }
  @media screen and (max-width: 1900px) {
  #index-body .i-product .content .right ul li span {
    display: none;
  }
  #index-body .i-product .content .right {
    z-index: 0;
  }
  }
  @media screen and (max-width: 1680px) {
    .contact-page .contact-1 .box .text {
      padding: 101px 80px 40px;
    }
    .contact-page .contact-2 {
      margin-top: 80px;
    }
  }
  /*@media screen and (max-width: 1440px) {
    .contact-page .contact-1 .box .img {
      transform: scaleY(2);
    }
  }*/
  @media screen and (max-width: 1280px) {
    .contact-page .contact-1 .box .text {
      padding: 80px 25px 40px;
    }
    .contact-page .contact-2 {
      margin-top: 40px;
    }
  }
  @media screen and (max-width: 1100px) {
    .contact-page .contact-1 .box .text p.tel,
    .contact-page .contact-1 .box .text p.mail {
      margin-bottom: 20px;
    }
    .contact-page .contact-1 .box .text dl {
      margin-bottom: 20px;
    }
    .contact-page .contact-1 .box .text .con {
      margin-bottom: 20px;
    }
    .contact-page .contact-1 .box .text {
      padding: 80px 25px 0;
    }
  }
  @media screen and (max-width: 1000px) {
    .contact-page .contact-1 {
      margin-top: 0;
    }
    .contact-page .contact-1 .box .text {
      padding: 0;
      vertical-align: middle;
    }
    .contact-page .contact-1 .box .img {
      vertical-align: middle;
      margin-top: 0;
    }
  }
  @media screen and (max-width: 700px) {
     .contact-page .img form{
       padding: 15px;
     }
     .contact-page .contact-1 .box .img{
       width: 100%;
     }
     .contact-page .contact-1 .box .text{
       margin-top: 30px;
       width: 100%;
     }
  }
  @media screen and (max-width: 500px) {
    .contact-page .img form ul{
      display: block;
    }
    .contact-page .img form ul li{
      width: 100%;
    }
  }
  