body {
    --index-main-color: #092949;
    --index-color1: #094c8f;
  }
@keyframes to-opacity-true {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.action {
  animation: to-opacity-true 0.5s;
}
  .huaqih1 h1{
    display:inline;
   }
   table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: auto;
}

table tbody {
    display: table;
    width: 100% !important;
}

table tbody td,
table tbody th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
}

table tbody tr {
    width: auto !important;
    height: auto !important;
}

table tbody tr:nth-child(even) {
    background: #eee;
}

.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;
}
/* .w1800 {
    width: 1800px;
} */

@-webkit-keyframes banner_ani {
    0% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes banner_ani {
    0% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
}

.sca_ani {
    -webkit-animation: sca_ani 2s ease-in-out;
    animation: sca_ani 2s ease-in-out;
}

@-webkit-keyframes sca_ani {
    0% {
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes sca_ani {
    0% {
        transform: scale(1.5);
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
}


.ling_ani_2 {
    -webkit-animation: ling_ani_2 3s linear infinite;
    animation: ling_ani_2 3s linear infinite;
}
@keyframes ling_ani_2 {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        opacity: 0;
    }
}


.more_cont {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-decoration: underline;
    color: #FFFFFF;
    text-decoration: none;
}

.more_cont span {
    margin-top: -4px;
    margin-left: 14px;
    position: relative;
    display: block;
}

.more_cont span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.more_cont span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
}

.more_cont:hover span::before {
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -webkit-transform-origin: right;
    transform-origin: right;
}

.more_cont:hover span::after {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@keyframes ani_vr {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}
@media (max-width: 1000px) {
    #header {
        display: none;
    }

    #mobile {
        display: block;
    }

    a.footjian {
        display: none !important;
    }
}
a.footjian {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 550px;
    display: inline-block;
    vertical-align: middle;
}
h1.huqih1 {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 2px;
    margin-top: 20px;
}
.more_cont_2 {
    position: relative;
    border: rgba(0, 0, 0, 0) 1px solid;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
  }
  .more_cont_2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform-origin: left;
            transform-origin: left;
    color: #fff;
  }
  .more_cont_2 span {
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .more_cont_2:hover {
    color: #000;
  }
  .more_cont_2:hover::before {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  .more_cont_2:hover span {
    color: #000;
  }
  .inner-page {
    padding-top: 240px;
    /*background-color: #fff9f2;*/
  }
  .privacy-page{
    padding-bottom: 40px;
    line-height: 1.8;
    font-size: 16px;
  }
  .privacy-page h3,
  .privacy-page h2{
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .privacy-page a{
    color: #337ab7;
  }
  .contact-page .init-1 .tip_title {
    text-transform: uppercase;
    font-size: 94px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  .contact-page .init-1 .container {
    max-width: 1100px;
    margin: auto;
    margin-top: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-page .init-1 .container .left {
    width: 48%;
  }
  .contact-page .init-1 .container .left .tip {
    font-size: 56px;
    font-weight: bold;
    line-height: 1.2;
  }
  .contact-page .init-1 .container .left .tip span {
    display: block;
  }
  .contact-page .init-1 .container .left .contact_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-page .init-1 .container .left .contact_info .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .contact_info .list img {
    min-width: 18px;
    margin-right: 4px;
  }
  .contact-page .init-1 .container .left form {
    margin-top: 50px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 26px;
    width: 100%;
  }
  .contact-page .init-1 .container .left form .list label {
    display: block;
    cursor: auto;
    font-size: 16px;
  }
  .contact-page .init-1 .container .left form .list input {
    margin-top: 6px;
    display: block;
    border: none;
    height: 20px;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    background: inherit;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .contact-page .init-1 .container .left form .list input:focus {
    height: 36px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    margin-top: 6px;
    display: block;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    background-color: inherit;
    border: 1px solid #000;
  }
  .contact-page .init-1 .container .left form .submit_btn {
    background-color: #000;
    width: 230px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right {
    width: 46%;
  }
  .contact-page .init-1 .container .right img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact-page .init-2 {
    margin-top: 120px;
    border-top: 1px solid #b2aea9;
  }
  .contact-page .init-2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-page .init-2 .container .list {
    margin-top: 40px;
    max-width: 266px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .contact-page .init-2 .container .list .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 38px;
  }
  .contact-page .init-2 .container .list .img img {
    max-height: 100%;
    width: auto;
    height: auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .contact-page .init-2 .container .list .title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 16px;
  }
  .contact-page .init-2 .container .list .des {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 8px;
  }
  .contact-page .init-2 .container .list:hover {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
  .contact-page .init-2 .container .list:hover .img img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .contact-page .init-3 {
    margin-top: 60px;
    position: relative;
    z-index: 2;
  }
  .contact-page .init-3 .button-group .button{
    background: #000;
  }
  .faq-page {
    padding-bottom: 130px;
  }
  .faq-page .container {
    max-width: 1100px;
  }
  .faq-page .container .list {
    padding-top: 30px;
    border-top: 1px solid #c2c2c2;
  }
  .faq-page .container .list:first-child {
    padding-top: 0;
    border-top: none;
  }
  .faq-page .container .list .title {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .faq-page .container .list .des {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 14px;
    padding-bottom: 40px;
  }
  .m-page {
    margin-top: 80px;
  }
  .m-page .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-page .wp-pagenavi span,
  .m-page .wp-pagenavi a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #b2b2b2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    font-size: 16px;
  }
  .m-page .wp-pagenavi span.current,
  .m-page .wp-pagenavi a.current {
    border-color: #51453c;
    background-color: #51453c;
    color: #fff;
  }
  .m-page .wp-pagenavi a:hover {
    border-color: #51453c;
    background-color: #51453c;
    color: #fff;
  }
  .product-page {
    padding-bottom: 120px;
  }
  .product-page .init-1 .container {
    max-width: 1660px;
  }
  .product-page .init-1 .container .swiper {
    position: relative;
  }
  .product-page .init-1 .container .swiper::before,
  .product-page .init-1 .container .swiper::after {
    content: "";
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 80px;
    background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
    display: none;
  }
  .product-page .init-1 .container .swiper::before {
    left: 0;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    background: -webkit-gradient(linear, right top, left top, from(#fff9f2), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff9f2 0%, rgba(255, 255, 255, 0) 100%);
  }
  .product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 350px;
    display: block;
    overflow: hidden;
  }
  .product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .text {
    font-size: 18px;
    line-height: 32px;
    margin-top: 10px;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .product-page .init-1 .container .swiper .swiper-wrapper .swiper-slide .text:hover {
    color: #666;
  }
  .product-page .init-1 .container .swiper .prev,
  .product-page .init-1 .container .swiper .next {
    z-index: 3;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #B2B2B2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    top: 40%;
    right: 66px;
    cursor: pointer;
  }
  .product-page .init-1 .container .swiper .prev::before,
  .product-page .init-1 .container .swiper .next::before {
    background-color: #000;
  }
  .product-page .init-1 .container .swiper .prev svg,
  .product-page .init-1 .container .swiper .next svg {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    z-index: 2;
  }
  .product-page .init-1 .container .swiper .prev:hover,
  .product-page .init-1 .container .swiper .next:hover {
    border-color: #ffffff;
  }
  .product-page .init-1 .container .swiper .prev {
    left: 56px;
  }
  .product-page .init-1 .container .swiper .prev svg {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .product-page .init-2 {
    margin-top: 100px;
  }
  .product-page .init-2 .shadow_inner{
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 4;
  }
  .product-page .init-2 .shadow_inner.active{
    width: 100%;
    height: 100%;
  }
  .product-page .init-2 .container {
    max-width: 1450px;
    border-top: 1px solid #C2C2C2;
  }
  .product-page .init-2 .mbx .container {
    border: none;
  }
  
  .product-page .init-2 .container .tip_title_cont {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-page .init-2 .container .tip_title_cont .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-page .init-2 .container .tip_title_cont .left .tip {
    font-size: 18px;
    line-height: 32px;
    color: #6A6A6A;
  }
  .product-page .init-2 .container .tip_title_cont .left .info {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    cursor: pointer;
  }
  .product-page .init-2 .container .tip_title_cont .left .info .cat_name {
    position: relative;
    top: 2px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
  }
  .product-page .init-2 .container .tip_title_cont .left .info i {
    font-size: 24px;
    position: relative;
    top: 2px;
    margin-left: 12px;
  }
  .product-page .init-2 .container .tip_title_cont .left .info .list_cont {
    position: absolute;
    width: 600px;
    top: 100%;
    z-index: 5;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    padding: 10px;
    border: 4px;
    font-size: 16px;
    line-height: 30px;
    display: none;
  }
  .product-page .init-2 .container .tip_title_cont .left .info .list_cont .list {
    display: block;
    padding: 6px 16px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .product-page .init-2 .container .tip_title_cont .left .info .list_cont .list:hover {
    background-color: #ebebeb;
  }
  .product-page .init-2 .container .tip_title_cont .right {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 50%;
    border: 1px solid #000000;
  }
  .product-page .init-2 .container .tip_title_cont .right svg {
    z-index: 2;
    position: relative;
  }
  .product-page .init-2 .container .tip_title_cont .right:before{
    background: #000000;
  }
  .product-page .init-2 .container .tip_title_cont .right svg path {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    fill: #000000;
  }
  .product-page .init-2 .container .tip_title_cont .right:hover svg path {
    fill: #ffffff;
  }
  .product-page .init-2 .container .pro_list {
    margin-top: 10px;
  }
  .product-page .init-2 .container .pro_list .list {
    margin-top: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    /*border: 1px solid rgba(178, 178, 178, 0);*/
    padding: 30px 12px 10px 12px;
  }
  .product-page .init-2 .container .pro_list .list .img {
    height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0 2.838541666666667vw;
  }
  .product-page .init-2 .container .pro_list .list .img .cover1{
    opacity: 1;
    transition: .3s;
  }
  /*.product-page .init-2 .container .pro_list .list .img:hover .cover1{
    opacity: 0;
  }*/
  .product-page .init-2 .container .pro_list .list .img .cover2{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 2;
      opacity: 0;
       transition: .3s;
      /*transform: translate(-50%,-50%);*/
  }
   .product-page .init-2 .container .pro_list .list .img:hover .cover2{
      opacity: 1;
   }
  .product-page .init-2 .container .pro_list .list .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-page .init-2 .container .pro_list .list .cont {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 0 2.838541666666667vw;
    margin-top: 10px;
  }
  .product-page .init-2 .container .pro_list .list .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    /*margin-top: 30px;*/
    display: block;
  }
  .product-page .init-2 .container .pro_list .list .cat_name {
    font-size: 14px;
    font-style: italic;
    color: #666666;
    line-height: 2;
  }
  /*.product-page .init-2 .container .pro_list .list:hover {
    border: 1px solid #b2b2b2;
  }*/
  .product-page .init-2 .container .pro_list .list:hover .cont {
    transform: translateX(4px);
    -ms-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -o-transform: translateX(4px);
  }
  .prodet-page {
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prodet-page .init-1 {
    width: 100%;
  }
  .prodet-page .init-1 .container {
    width: 100%;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prodet-page .init-1 .container .img_list {
    width: 200px;
    height: 620px;
  }
  .prodet-page .init-1 .container .img_list .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper {
    height: 100%;
  }
  .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
    height: 146px;
    /*background-color: #fff;*/
    cursor: pointer;
    overflow: hidden;
    text-align: center;
  }
  .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide img {
    /*width: 100%;*/
    /*height: 100%;*/
    /*-o-object-fit: contain;
       object-fit: contain;*/
       max-height: 100%;
  }
  .prodet-page .init-1 .container .big_img {
    width: 38%;
    /*margin-left: 30px;*/
    background-color: #fff;
    height: 620px;
    position: relative;
    /*z-index: 3;*/
  }
  .prodet-page .init-1 .container .big_img a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prodet-page .init-1 .container .big_img a img {
    width: auto;
    height: auto;
    /*min-width: 500px;*/
    max-height: 100%;
    /*-o-object-fit: contain;
       object-fit: contain;*/
       margin-right: auto;
  }
  .prodet-page .init-1 .container .right {
    margin-left: auto;
    width: 42%;
  }
  .prodet-page .init-1 .container .right .title {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    justify-content: space-between;
  }
    .prodet-page .init-1 .container .right .title .share-box{
      cursor: pointer;
      position: relative;
    }

    .prodet-page .init-1 .container .right .title .share-box #ewm{
      position: absolute;
      top: 50%;
      right: 22px;
      transform: translateY(-50%);
      display: none;
    }
    .prodet-page .init-1 .container .right .title .share-box #ewm img{
      max-width: 120px;
      border: 5px solid #fff;
      border-radius: 5px;
    }
    .prodet-page .init-1 .container .right .title .share-box #ewm.active{
      display: block;
    }
  .prodet-page .init-1 .container .right .cat_name {
    font-size: 14px;
    font-style: italic;
    color: #666666;
    line-height: 2;
    margin-top: 10px;
  }
  .prodet-page .init-1 .container .right .content_list {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    margin-top: 60px;
  }
  .prodet-page .init-1 .container .right .content_list .list {
    border-top: 1px solid #c2c2c2;
    padding-right: 60px;
  }
  .prodet-page .init-1 .container .right .content_list .list:first-child {
    border-top: 0;
  }
  .prodet-page .init-1 .container .right .content_list .list .title_cont {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer;
  }
  .prodet-page .init-1 .container .right .content_list .list .title_cont span {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
  }
  .prodet-page .init-1 .container .right .content_list .list .title_cont .btn {
    width: 11px;
    height: 11px;
    margin-left: auto;
    position: relative;
  }
  .prodet-page .init-1 .container .right .content_list .list .title_cont .btn div {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 5px;
    left: 0;
  }
  .prodet-page .init-1 .container .right .content_list .list .title_cont .btn div:last-child {
    height: 100%;
    width: 1px;
    top: 0;
    left: 5px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .prodet-page .init-1 .container .right .content_list .list .title_cont.active .btn div:last-child {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .prodet-page .init-1 .container .right .content_list .list .content {
    font-size: 16px;
    padding: 30px 0;
    padding-top: 10px;
    line-height: 30px;
    display: none;
  }
  .prodet-page .init-1 .container .right .content_list .list .content strong,
  .prodet-page .init-1 .container .right .content_list .list .content b {
    font-weight: bold;
  }
  .prodet-page .init-1 .container .right .more_cont_2 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000;
    padding: 14px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin-top: 60px;
    display: block;
  }
  .prodet-page .init-1 .container .right .more_cont_2::before {
    background-color: #fff9f2;
  }
  .prodet-page .init-2 {
    width: 100%;
    margin-top: 110px;
  }
  .prodet-page .init-2 .container {
    width: 100%;
  }
  .prodet-page .init-2 .subline {
    padding: 0 60px;
  }
  .prodet-page .init-2 .subline div {
    background-color: #c2c2c2;
    height: 1px;
  }
  .prodet-page .init-2 .container .title_cont {
    margin-top: 50px;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prodet-page .init-2 .container .title_cont .name {
    font-size: 30px;
    line-height: 1.6;
    font-weight: bold;
    text-transform: uppercase;
  }
  .prodet-page .init-2 .container .title_cont .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prodet-page .init-2 .container .title_cont .right .prev,
  .prodet-page .init-2 .container .title_cont .right .next {
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer;
  }
  .prodet-page .init-2 .container .title_cont .right .prev svg,
  .prodet-page .init-2 .container .title_cont .right .next svg {
    position: relative;
    z-index: 2;
  }
  .prodet-page .init-2 .container .title_cont .right .prev svg path,
  .prodet-page .init-2 .container .title_cont .right .next svg path {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .prodet-page .init-2 .container .title_cont .right .prev:hover svg path,
  .prodet-page .init-2 .container .title_cont .right .next:hover svg path {
    fill: #000;
  }
  .prodet-page .init-2 .container .title_cont .right .prev {
    margin-right: 12px;
  }
  .prodet-page .init-2 .container .title_cont .right .prev svg {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .prodet-page .init-2 .container .content {
    padding-left: 60px;
    margin-top: 60px;
  }
  .prodet-page .init-2 .container .content .swiper{
    overflow: hidden;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide {
    height: auto;
    /*border: 1px solid #b2b2b2;*/
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 4.895833333333333vw;
    height: 350px;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
    /*width: 100%;*/
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 0px 4.895833333333333vw;
    margin-bottom: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
        line-height: 28px;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .des {
    font-size: 14px;
    font-style: italic;
    color: #666666;
    line-height: 2;
  }
  .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide:hover .cont {
    transform: translateX(4px);
    -ms-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -o-transform: translateX(4px);
  }
  .prodet-page .init-2 .container .content .swiper-pagination {
    position: relative;
    height: 6px;
    top: 0;
    left: 0;
    margin-top: 50px;
    background-color: #fff;
  }
  .prodet-page .init-2 .container .content .swiper-pagination .swiper-pagination-progressbar-fill {
    background-color: #000;
  }
  .prodet-page .mbx {
    width: 100%;
    margin-bottom: 36px;
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .mbx .container {
    width: 100%;
    padding: 0 60px;
  }
  .prodet-page .init-3 {
    width: 100%;
    margin-top: 80px;
  }
  .prodet-page .init-3 .container {
    max-width: 1100px;
  }
  .prodet-page .init-3 .container .tip {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
  }
  .prodet-page .init-3 .container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prodet-page .init-3 .container form .list {
    width: 100%;
    margin-top: 30px;
  }
  .prodet-page .init-3 .container form .list.w_50 {
    width: 48%;
  }
  .prodet-page .init-3 .container form .list label {
    display: block;
    cursor: auto;
    font-size: 16px;
  }
  .prodet-page .init-3 .container form .list input {
    margin-top: 6px;
    display: block;
    border: none;
    height: 20px;
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    background: inherit;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .prodet-page .init-3 .container form .list input:focus {
    height: 36px;
  }
  .prodet-page .init-3 .container form .list textarea {
    margin-top: 10px;
    display: block;
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    background-color: inherit;
    border: 1px solid #000;
  }
  .prodet-page .init-3 .container form .submit_btn {
    background-color: #000;
    width: 230px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 30px;
  }
  .mbx {
    font-size: 16px;
    color: #6a6a6a;
    line-height: 30px;
  }
  .mbx a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .mbx a:hover {
    color: #000;
  }
  .inner_top_title {
    text-align: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #c2c2c2;
  }
  .inner_top_title .title {
    font-size: 92px;
    line-height: 1.2;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
  }
  .inner_top_title .nav_list {
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inner_top_title .nav_list .list {
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
  }
  .inner_top_title .nav_list .list::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 0;
    background-color: #000;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .inner_top_title .nav_list .list:hover::before {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  .about-page {
    padding-bottom: 120px;
  }
  .about-page .container {
    max-width: 1110px;
  }
  .about-page .init-2 .container .list {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 28px;
  }
  .about-page .init-2 .container .list.one .left {
    width: 42%;
    font-size: 24px;
    line-height: 40px;
  }
  .about-page .init-2 .container .list.one .left h1 {
    display: inline-block;
  }
  .about-page .init-2 .container .list.one .left .strong {
    font-weight: bold;
  }

  .about-page .init-2 .container .list.one .right {
    font-size: 16px;
    width: 54%;
        line-height: 30px;
  }
  .about-page .init-2 .container .list.two {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }
  .about-page .init-2 .container .list.two .img {
    width: calc(50% - 15px);
  }
  .about-page .init-2 .container .list.two .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-page .init-2 .container .list.three > div {
    width: 44%;
    font-size: 16px;
  }
  .environment-page {
    padding-top: 134px;
    padding-bottom: 150px;
  }
  .environment-page .container {
    max-width: 1100px;
  }
  .environment-page .init-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .environment-page .init-2 {
    margin-top: 120px;
  }
  .environment-page .init-3 {
    margin-top: 40px;
  }
  .environment-page .init-3 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .environment-page .init-3 .container .left {
    width: 43%;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .environment-page .init-3 .container .right {
    font-size: 16px;
    line-height: 2;
    width: 43%;
  }
  .environment-page .init-4 {
    margin-top: 60px;
  }
  .environment-page .init-4 .container {
    padding-top: 30px;
    border-top: 1px solid #C2C2C2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .environment-page .init-4 .container > div {
    width: 43%;
    font-size: 16px;
  }
  .environment-page .init-4 .container > div img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .environment-page .init-4 .container > div .strong {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .design-page {
    padding-top: 134px;
    padding-bottom: 150px;
  }
  .design-page .container {
    max-width: 1100px;
  }
  .design-page .init-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10vw 15px;
    position: relative;
    text-align: center;
  }
  .design-page .init-1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .design-page .init-1 p {
    position: relative;
    z-index: 2;
    font-size: 58px;
    font-weight: 400;
    font-style: italic;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  .design-page .init-2 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-top: 110px;
    text-transform: uppercase;
  }
  .design-page .init-2 .container {
    padding: 0 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #c2c2c2;
    line-height: 48px;
  }
  .design-page .init-3 {
    margin-top: 30px;
  }
  .design-page .init-3 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .design-page .init-3 .container .list {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: 28%;
    text-align: center;
    margin-top: 30px;
  }
  .design-page .init-3 .container .list .img {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .design-page .init-3 .container .list .img img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .design-page .init-3 .container .list .text {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .design-page .init-3 .container .list .img_2 {
    margin-top: 20px;
  }
  .design-page .init-3 .container .list:hover {
    transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
  .design-page .init-3 .container .list:hover .img img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .design-page .init-4 {
    margin-top: 150px;
  }
  .design-page .init-4 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .design-page .init-4 .container .left {
    width: 42%;
  }
  .design-page .init-4 .container .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .design-page .init-4 .container .right {
    width: 44%;
  }
  .design-page .init-4 .container .right .title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .design-page .init-4 .container .right .des {
    font-size: 16px;
    line-height: 2;
    margin-top: 26px;
  }
  .culture-page .container {
    max-width: 1100px;
  }
  .culture-page .init-2 {
    margin-top: 70px;
  }
  .culture-page .init-2 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .culture-page .init-2 .container .left {
    width: 48%;
  }
  .culture-page .init-2 .container .left img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .culture-page .init-2 .container .right {
    width: 42%;
  }
  .culture-page .init-2 .container .right .title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .culture-page .init-2 .container .right .des {
    margin-top: 20px;
    font-size: 16px;
  }
  .culture-page .init-3 {
    margin-top: 140px;
    background-color: #51453c;
    padding-top: 80px;
    padding-bottom: 130px;
    color: #FFFFFF;
    text-align: center;
  }
  .culture-page .init-3 .container .tip {
    font-size: 92px;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
  }
  .culture-page .init-3 .container .des {
    font-size: 18px;
  }
  .culture-page .init-3 .container .img_list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .culture-page .init-3 .container .img_list img {
    width: 48%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .advantage-page {
    padding-bottom: 150px;
  }
  .advantage-page .init-2 {
    margin-top: 40px;
  }
  .advantage-page .init-2 .container {
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .advantage-page .init-2 .container .left {
    width: 43%;
  }
  .advantage-page .init-2 .container .left .title {
    font-size: 30px;
    font-weight: bold;
  }
  .advantage-page .init-2 .container .left .img {
    margin-top: 40px;
  }
  .advantage-page .init-2 .container .left .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .advantage-page .init-2 .container .right {
    width: 49%;
  }
  .advantage-page .init-2 .container .right .list_cont .list {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #c2c2c2;
  }
  .advantage-page .init-2 .container .right .list_cont .list:first-child {
    padding-top: 0;
  }
  .advantage-page .init-2 .container .right .list_cont .list .num {
    margin-top: 6px;
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 26px;
    width: 26px;
    height: 31px;
    border: 1px solid #414141;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 300;
    transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
  }
  .advantage-page .init-2 .container .right .list_cont .list .num span {
    position: relative;
    transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -o-transform: rotate(18deg);
  }
  .advantage-page .init-2 .container .right .list_cont .list .cont .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .advantage-page .init-2 .container .right .list_cont .list .cont .des {
    font-size: 16px;
    margin-top: 6px;
  }
  .advantage-page .init-2 .container .right .img {
    margin-top: 40px;
  }
  .advantage-page .init-2 .container .right .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .quality-page .init-1 .container {
    max-width: 1100px;
  }
  .quality-page .init-2 {
    margin-top: 40px;
  }
  .quality-page .init-2 .container {
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quality-page .init-2 .container .left {
    width: 43%;
  }
  .quality-page .init-2 .container .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .quality-page .init-2 .container .right {
    width: 43%;
  }
  .quality-page .init-2 .container .right .title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .quality-page .init-2 .container .right .des {
    font-size: 16px;
    margin-top: 20px;
  }
  .quality-page .init-3 {
    margin-top: 90px;
  }
  .quality-page .init-3 .container {
    max-width: 900px;
    text-align: center;
  }
  .quality-page .init-3 .container .tip {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .quality-page .init-3 .container .des {
    font-size: 16px;
    margin-top: 10px;
  }
  .quality-page .init-3 .container .swiper {
    margin-top: 30px;
  }
  .quality-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quality-page .init-3 .container .swiper .swiper-wrapper .swiper-slide img {
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .quality-page .init-4 {
    margin-top: 90px;
  }
  .quality-page .init-4 .container {
    max-width: 1100px;
    text-align: center;
  }
  .quality-page .init-4 .container .tip {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .quality-page .init-4 .container .des {
   font-size: 16px;
    line-height: 30px;
    margin: auto;
    margin-top: 10px;
    max-width: 500px;
  }
  .quality-page .init-4 .container .content {
    margin-top: 40px;
    border-top: 1px solid #C2C2C2;
  }
  .quality-page .init-4 .container .content .swiper {
    margin-top: 40px;
    overflow: hidden;
  }
  .quality-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quality-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide img {
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .quality-page .init-5 {
    background: #51453C;
    margin-top: 90px;
    padding: 0 60px;
    padding-top: 80px;
    color: #fff;
    padding-bottom: 130px;
  }
  .quality-page .init-5 .container {
    width: 100%;
  }
  .quality-page .init-5 .container .tip {
    font-size: 92px;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
  }
  .quality-page .init-5 .container .text_cont {
    max-width: 1100px;
    margin: auto;
    margin-top: 40px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quality-page .init-5 .container .text_cont > div {
    width: 42%;
  }
  .quality-page .init-5 .container .swiper {
    margin-top: 80px;
  }
  .quality-page .init-5 .container .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-page {
    padding: 220px 60px 120px;
  }
  .news-page .container {
    width: 100%;
  }
  .news-page .container .tip_title_1 {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
  .news-page .container .tip_title_2 {
    font-size: 92px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
  }
  .news-page .container .content {
    margin: 0 -15px;
    margin-top: 30px;
  }
  .news-page .container .content .column {
    margin-top: 30px;
    padding: 0 15px;
  }
  .news-page .container .content .column .box {
    position: relative;
    overflow: hidden;
  }
  .news-page .container .content .column .box a {
    display: block;
  }
  /*.news-page .container .content .column .box .img {
    height: 640px;
  }*/
  /*.news-page .container .content .column .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }*/
  .news-page .container .content .column .box .shadow {
    opacity: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  }
  .news-page .container .content .column .box .cont {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    width: 100%;
    padding: 0 40px;
    bottom: 46px;
    left: 0;
    z-index: 3;
    color: #fff;
  }
  .news-page .container .content .column .box .cont .title {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 16px;
  }
  .news-page .container .content .column .box .cont .des {
    font-size: 16px;
    line-height: 32px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 16px;
  }
  .news-page .container .content .column .box:hover .shadow {
    opacity: 1;
  }
  .news-page .container .content .column .box:hover .cont {
    transform: translateX(6px);
    -ms-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -webkit-transform: translateX(6px);
    -o-transform: translateX(6px);
  }
  .newdet-page .container .title {
    font-size: 26px;
    line-height: 40px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
  }
  .newdet-page .container time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    color: #000;
    opacity: 0.6;
  }
  .newdet-page .container .content_cont {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 32px;
  }
  .newdet-page .container .share {
    padding-top: 10px;
    margin-bottom: 60px;
  }
  .newdet-page .container .share h4 {
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-weight: bold;
  }
  .newdet-page .container .share ul {
    display: inline-block;
    vertical-align: middle;
  }
  .newdet-page .container .share ul li {
    width: auto;
    margin-left: 20px;
  }
  .m-link {
    margin-top: 40px;
  }
  .m-link a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-top: 6px;
  }
  .m-link a:hover {
    color: #000;
  }
  @media (max-width: 1700px) {
    .quality-page .init-5 {
      padding: 80px 0;
    }
    .quality-page .init-5 .container {
      width: 1400px;
    }
    .news-page .container {
      width: 1400px;
    }
    .news-page {
      padding: 220px 0;
      padding-bottom: 60px;
    }
    .newdet-page > .container {
      margin-top: 40px;
    }
    .newdet-page .container .title {
      text-align: center;
    }
    .newdet-page .container time {
      text-align: center;
    }
  }
  @media (max-width: 1500px) {
    .prodet-page .init-1 .container {
      width: 1200px;
    }
    .prodet-page .init-1 .container .right {
      width: 100%;
      margin-top: 40px;
    }
    .prodet-page .init-1 .container .right .content_list .list {
      padding-right: 0;
    }
    .prodet-page .init-1 .container .big_img {
      width: 70%;
      height: 700px;
    }
    .prodet-page .init-1 .container .img_list {
      height: 700px;
      width: 26%;
    }
    .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
      height: 226px;
    }
    .prodet-page .init-2 .container {
      width: 1200px;
    }
    .prodet-page .mbx .container {
      width: 1200px;
    }
    .quality-page .init-5 .container {
      width: 1200px;
    }
    .news-page .container {
      width: 1200px;
    }
    .news-page .container .content .column .box .img {
      height: 480px;
    }
  }
  @media (max-width: 1250px) {
    .contact-page .init-2 .container .list {
      width: 23%;
    }
    .prodet-page .init-1 .container {
      width: 970px;
    }
    .prodet-page .init-2 .container {
      width: 970px;
    }
    .prodet-page .mbx .container {
      width: 970px;
    }
    .quality-page .init-5 .container {
      width: 970px;
    }
    .news-page .container {
      width: 970px;
    }
  }
  @media (max-width: 1000px) {
    .inner-page {
      padding-top: 40px;
    }
    .contact-page .init-1 .tip_title {
      font-size: 60px;
    }
    .contact-page .init-1 .container {
      margin-top: 40px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .contact-page .init-1 .container .left {
      width: 100%;
    }
    .contact-page .init-1 .container .left .tip {
      text-align: center;
    }
    .contact-page .init-1 .container .left .contact_info {
      -ms-flex-pack: distribute;
          justify-content: space-around;
    }
    .contact-page .init-1 .container .left form .submit_btn {
      margin: auto;
      margin-top: 20px;
    }
    .contact-page .init-1 .container .right {
      width: 100%;
      max-width: 500px;
      margin-top: 20px;
      display: none;
    }
    .contact-page .init-2 .container .list {
      width: 48%;
      text-align: center;
    }
    .contact-page .init-2 .container .list .img {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .faq-page .container .list {
      text-align: center;
    }
    .product-page .init-1 {
      display: none;
    }
    .product-page .init-2 .container {
      border-top: none;
    }
    .product-page .init-2 .container .tip_title_cont {
      display: none;
    }
    .product-page .init-2 .container .pro_list .list {
      text-align: center;
    }
    .prodet-page .init-1 .container {
      width: 700px;
      padding: 0 15px;
    }
    .prodet-page .init-1 .container .big_img {
      width: 100%;
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-left: 0;
      height: 86vw;
    }
    .prodet-page .init-1 .container .img_list {
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 20px;
      height: auto;
    }
    .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
      height: 120px;
    }
    .prodet-page .init-1 .container .right {
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .prodet-page .init-1 .container .m-link {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
    .prodet-page .mbx {
      margin-top: 40px;
    }
    .prodet-page .mbx .container {
      padding: 0 15px;
      width: 700px;
    }
    .prodet-page .init-2 .container {
      width: 700px;
    }
    .inner_top_title .title {
      font-size: 60px;
    }
    .about-page .init-2 .container .list {
      text-align: center;
    }
    .about-page .init-2 .container .list.one .left {
      width: 100%;
    }
    .about-page .init-2 .container .list.one .right {
      width: 100%;
      margin-top: 20px;
    }
    .about-page .init-2 .container .list.three > div {
      width: 100%;
    }
    .about-page .init-2 .container .list.three .right {
      margin-top: 20px;
    }
    .environment-page .init-3 .container {
      text-align: center;
    }
    .environment-page .init-3 .container .left {
      width: 100%;
    }
    .environment-page .init-3 .container .right {
      width: 100%;
      margin-top: 10px;
    }
    .environment-page .init-4 .container > div {
      width: 100%;
      text-align: center;
    }
    .environment-page .init-4 .container .right {
      margin-top: 20px;
    }
    .design-page .init-1 p {
      font-size: 40px;
    }
    .design-page .init-2 {
      padding: 0 15px;
    }
    .design-page .init-2 .container {
      padding: 20px 0;
    }
    .design-page .init-3 .container .list {
      width: 100%;
    }
    .design-page .init-4 .container .left {
      width: 100%;
    }
    .design-page .init-4 .container .right {
      width: 100%;
      text-align: center;
      margin-top: 20px;
    }
    .culture-page .init-1 {
      margin-top: 40px;
    }
    .culture-page .init-2 .container .left {
      width: 100%;
    }
    .culture-page .init-2 .container .right {
      margin-top: 20px;
      width: 100%;
      text-align: center;
    }
    .advantage-page .init-1 {
      margin-top: 40px;
    }
    .advantage-page .init-2 .container .left {
      width: 100%;
    }
    .advantage-page .init-2 .container .left .title {
      text-align: center;
    }
    .advantage-page .init-2 .container .right {
      width: 100%;
    }
    .advantage-page .init-2 .container .right .list_cont {
      margin-top: 20px;
    }
    .quality-page .init-5 {
      text-align: center;
    }
    .quality-page .init-5 .container {
      width: 700px;
    }
    .quality-page .init-5 .container .text_cont > div {
      width: 100%;
    }
    .quality-page .init-5 .container .text_cont .right {
      margin-top: 20px;
    }
    .quality-page .init-1 {
      margin-top: 40px;
    }
    .quality-page .init-2 .container .left {
      width: 100%;
    }
    .quality-page .init-2 .container .right {
      width: 100%;
      text-align: center;
      margin-top: 20px;
    }
    .news-page .container {
      width: 700px;
    }
    .news-page .container .tip_title_1 {
      margin-top: 40px;
    }
    .news-page .container .tip_title_2 {
      font-size: 60px;
    }
    .news-page .container .content .column .box .img {
      height: 300px;
    }
    .news-page .container .content .column .box .cont {
      padding: 0 15px;
      bottom: 15px;
    }
          .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide img{
        max-height: unset;
      }
      .prodet-page .init-1 .container .big_img a img{
        margin-right: unset;
      }
      .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide{
        height: unset;
      }
  }
  @media (max-width: 700px) {
    .prodet-page .init-1 .container {
      width: 100%;
    }
    .industry {
    display: none;
}
    .prodet-page .init-2 .container {
      width: 100%;
    }
    .prodet-page .init-2 .container .title_cont {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      padding: 0 15px;
    }
    .prodet-page .init-2 .container .title_cont .name {
      width: 100%;
    }
    .prodet-page .init-2 .container .title_cont .right {
      margin-top: 20px;
    }
    .prodet-page .init-2 .container .content {
      padding-left: 0;
    }
    .prodet-page .init-2 .subline {
      padding: 0 15px;
    }
    .prodet-page .mbx .container {
      width: 100%;
    }
    .inner_top_title .nav_list {
      display: none;
    }
    .quality-page .init-5 .container {
      width: 100%;
    }
    .news-page .container {
      width: 100%;
    }
    .news-page .container .content .column .box .img {
      height: 54vw;
    }
    .prodet-page .init-1 .container .right .title .share-box{
      display: none;
    }
  }
  @media (max-width: 500px) {
    .contact-page .init-1 .tip_title {
      font-size: 30px;
    }
    .contact-page .init-1 .container .left .tip {
      font-size: 20px;
      line-height: 1.4;
    }
    .contact-page .init-2 {
      margin-top: 40px;
    }
    .contact-page .init-2 .container .list {
      width: 100%;
      text-align: center;
    }
    .faq-page {
      padding-bottom: 40px;
    }
    .faq-page .container .list .title {
      font-size: 20px;
      line-height: 1.6;
    }
    .m-page {
      margin-top: 40px;
    }
    .product-page {
      padding-bottom: 40px;
    }
    .product-page .init-2 {
      margin-top: 40px;
    }
    .product-page .init-2 .container .pro_list .list {
      padding: 15px;
      margin-top: 20px;
    }
    .prodet-page {
      padding-bottom: 40px;
    }
    .prodet-page .init-1 {
      margin-top: 40px;
    }
    .prodet-page .init-1 .container .right .content_list {
      margin-top: 20px;
    }
    .prodet-page .init-1 .container .right .title {
      font-size: 20px;
    }
    .prodet-page .init-1 .container .right .more_cont_2 {
      font-size: 16px;
      margin-top: 30px;
    }
    .prodet-page .init-2 {
      margin-top: 40px;
    }
    .prodet-page .init-2 .container .title_cont .name {
      font-size: 20px;
      line-height: 36px;
    }
    .prodet-page .init-2 .container .content {
      margin-top: 30px;
    }
    .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide {
      height: 100%;
    }
    .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .img {
      padding: 15px;
    }
    .prodet-page .init-2 .container .content .swiper .swiper-wrapper .swiper-slide .cont .title {
      font-size: 16px;
      line-height: 30px;
    }
    .prodet-page .init-2 .container .content .swiper-pagination {
      margin-top: 20px;
    }
    .prodet-page .init-3 {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-top: 10px;
    }
    .prodet-page .init-3 .container .tip {
      font-size: 20px;
      text-align: center;
    }
    .prodet-page .init-3 .container form .list.w_50 {
      width: 100%;
    }
    .prodet-page .init-3 .container form .submit_btn {
      width: 100%;
    }
    .prodet-page .mbx {
      -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
              order: -2;
    }
    .inner_top_title {
      margin-top: 40px;
    }
    .inner_top_title .title {
      font-size: 30px;
    }
    .about-page {
      padding-bottom: 40px;
    }
    .about-page .init-2 .container .list {
      padding: 20px 0;
    }
    .about-page .init-2 .container .list.one .left {
      font-size: 18px;
      line-height: 32px;
    }
    .about-page .init-2 .container .list.one .right {
      font-size: 16px;
      line-height: 2;
    }
    .about-page .init-2 .container .list.two .img {
      width: 100%;
      margin-top: 16px;
    }
    .about-page .init-2 .container .list.three > div {
      line-height: 2;
    }
    .environment-page {
      padding-bottom: 40px;
    }
    .environment-page .init-1 {
      height: 180px;
    }
    .environment-page .init-2 {
      margin-top: 40px;
    }
    .environment-page .init-3 {
      margin-top: 20px;
    }
    .environment-page .init-3 .container .left {
      font-size: 20px;
    }
    .environment-page .init-4 {
      margin-top: 20px;
    }
    .environment-page .init-4 .container .right {
      line-height: 2;
    }
    .environment-page .init-4 .container > div .strong {
      font-size: 20px;
      margin-bottom: 16px;
    }
    .design-page {
      padding-bottom: 40px;
    }
    .design-page .init-1 {
      padding: 60px 10px;
    }
    .design-page .init-1 p {
      font-size: 26px;
    }
    .design-page .init-2 {
      margin-top: 40px;
      font-size: 16px;
      line-height: 2;
    }
    .design-page .init-3 {
      margin-top: 10px;
    }
    .design-page .init-3 .container .list .text {
      font-size: 18px;
    }
    .design-page .init-4 {
      margin-top: 40px;
    }
    .design-page .init-4 .container .right .title {
      font-size: 20px;
    }
    .culture-page .init-2 {
      margin-top: 40px;
    }
    .culture-page .init-2 .container .right .title {
      font-size: 20px;
    }
    .culture-page .init-2 .container .right .des {
      line-height: 2;
    }
    .culture-page .init-3 {
      margin-top: 40px;
      padding: 40px 0;
    }
    .culture-page .init-3 .container .tip {
      font-size: 30px;
    }
    .culture-page .init-3 .container .des {
      margin-top: 16px;
    }
    .culture-page .init-3 .container .img_list {
      margin-top: 10px;
    }
    .culture-page .init-3 .container .img_list img {
      width: 100%;
      margin-top: 16px;
    }
    .advantage-page {
      padding-bottom: 40px;
    }
    .advantage-page .init-2 .container .left .title {
      font-size: 20px;
    }
    .advantage-page .init-2 .container .left .img {
      margin-top: 20px;
    }
    .quality-page .init-2 .container .right .title {
      font-size: 20px;
    }
    .quality-page .init-2 .container .right .des {
      margin-top: 10px;
      line-height: 2;
    }
    .quality-page .init-3 {
      margin-top: 40px;
    }
    .quality-page .init-3 .container .tip {
      font-size: 20px;
    }
    .quality-page .init-3 .container .des {
      line-height: 2;
    }
    .quality-page .init-4 {
      margin-top: 40px;
    }
    .quality-page .init-4 .container .tip {
      font-size: 20px;
    }
    .quality-page .init-4 .container .des {
      font-size: 16px;
      line-height: 2;
    }
    .quality-page .init-4 .container .content .swiper {
      margin-top: 20px;
    }
    .quality-page .init-5 {
      margin-top: 40px;
      padding: 40px 0;
    }
    .quality-page .init-5 .container .tip {
      font-size: 20px;
    }
    .quality-page .init-5 .container .text_cont {
      line-height: 2;
      margin-top: 20px;
    }
    .quality-page .init-5 .container .swiper {
      margin-top: 40px;
    }
    .news-page .container .tip_title_2 {
      font-size: 26px;
      margin-top: 10px;
    }
    .news-page .container .content {
      margin: 0;
    }
    .news-page .container .content .column {
      padding: 0;
      margin-top: 20px;
    }
    .news-page .container .content .column .box .img {
      height: 116vw;
    }
    .news-page .container .content .column .box .cont .title {
      font-size: 18px;
    }
    .newdet-page .container .title {
      font-size: 20px;
    }
    .newdet-page .container .share {
      margin-bottom: 30px;
    }
  }
  