﻿*{margin:0;padding:0}
.banner{
    width:100%;
    height:100vh;
    position:relative;
    overflow:hidden;

}
.banner-img {
    width: 100%;
    height: 100%;
}
    .banner video, .banner img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
.banner-text{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.3);
    font-size:100px;
    color:rgba(255,255,255,.6);
    text-align:center;
    
}
    .banner-text h1 {
        font-weight: 200;
    }
.banner-text .container{
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
    .banner-text .container .bf{
        width:100px;
        height:100px;
        margin-top:12px;
    }
    .banner-text .container .bf img{
        display:block;
    }
.banner-icon {
    position: absolute;
    left: 50%;
    bottom: 60px;
    display: inline-block;
    width: 20px;
    margin-left:-10px;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}
.banner-icon img{
    display:block;
}
.indexOne-item, .indexTwo-item {
    padding-top: 60px;
    padding-bottom: 120px;
}
.index-title {
    text-align: center;
    font-size: 60px;
    color: #000000;
    font-family: Arial;
}
.indexOne-itemBox {
    font-size: 14px;
    color: #8B8B8B;
    padding-top: 50px;
    border-top: 1px solid #000000;
    line-height: 24px;
    text-align: center;
    width: calc(100% - 300px);
    margin: 0 auto;
    margin-top: 50px;
}
    .indexOne-itemBox p {
        font-size: 14px;
        color: #8B8B8B;
    }
.indexTwo-itemBox {
    font-size: 14px;
    color: #000;
    padding-top: 40px;
    border-top: 1px solid #000000;
    line-height: 24px;
    text-align: center;
    width: calc(100% - 300px);
    margin: 0 auto;
    margin-top: 50px;
}
.indexTwo-itemBox ul{
    margin-top:-10px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    text-align:left;
}
    .indexTwo-itemBox ul  li{
        width:calc(50% - 50px);
        margin-top:40px;
    }
        .indexTwo-itemBox ul li h3 {
            font-size: 20px;
            color: #000000;
        }
        .indexTwo-itemBox ul li p {
            font-size: 14px;
            color: #8B8B8B;
            line-height:24px;
            margin-top:20px;
        }
.indexThree .img img{
    width:100%;
}
.indexThree{
    position:relative;
}
    .indexThree .img{
        width:100%;
        height:680px;
    }
        .indexThree .img img{
            width:100%;
            height:100%;
            object-fit:cover;
        }
        .indexThree-text {
            position: absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            z-index:9;
        }
.indexThree-text .container{
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    text-align:center;
}
            .indexThree-text .container h3{
                font-size:72px;
                color:#fff;
                font-weight:200;
                line-height:90px;
                padding:0 160px;
            }
    .indexThree-text .container p {
        font-size: 16px;
        color: #fff;
        line-height:24px;
        margin-top:10px;
        padding:0 275px;
    }
            .indexThree-text .but {
                width: 240px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                font-size: 14px;
                color: #FFFFFF;
                background-color: #FD926D;
                margin-top:30px;
                transition:all 0.5s;
            }
            .indexThree-text .but:hover{
                opacity:0.8;
            }
.indexFour {
    padding: 120px;
    background-color: #F8F8F8;
}
.indexFour-item ul{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.indexFour-item ul li{
    width:calc(33.33% - 23px)
}
.indexFour-list{
    display:block;
}
.indexFour-list .img {
    height: 370px;
    overflow: hidden;
    position:relative;
}
.indexFour-list .img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
    .indexFour-list .img h3 {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 28px;
        color: #FFFFFF;
        z-index:9;
        position:absolute;
        left:0;
        top:0;
        font-weight:200;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .indexFour-list p {
        font-size: 24px;
        color: #000000;
        line-height: 32px;
        padding-top: 20px;
    }
.footer-item {
    padding: 50px 0;
    display:flex;
    justify-content:space-between;

}
.footer-Left{
    width:36.3%;
}
.footer-Right {
    width:63.7%;

}
.footer-logo{
    width:72px;
}
.footer-text {
    margin-top: 40px;
    font-size: 14px;
    color: #8B8B8B;
    line-height:24px;
}
.footer-Right ul {
    display: flex;
    justify-content: space-between;
}
.footer-Right ul li{
    width:calc(33.33% - 40px);
}
    .footer-Right ul li h3 {
        font-size: 16px;
        color: #000000;
        font-weight:bold;
        margin-bottom:15px;
    }
    .footer-Right ul li a {
        font-size: 14px;
        color: #8B8B8B;
        display:block;
        line-height:32px;
       
    }
    .footer-Right ul li a:hover{
        color:#FD926D;
        font-weight:bold;
    }
    .footer-Right ul li a.icon{
        display:inline-block;
        margin-right:10px;
        margin-bottom:10px;
        width:30px;
        height:30px;
    }
.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid #F5F3F3;
    text-align: center;
    font-size: 14px;
    color: #444444;
}
    .footer-bottom a {
        font-size: 14px;
        color: #444444;
    }
    .footer-bottom a:hover{
        color:#000;
    }
.bx-mb-nav{
    font-size:16px;
}
.contactUsOne ul{
    display:flex;
    justify-content:space-between;
}
.contactUsOne ul li{
    width:calc(25% - 50px);
}
    .contactUsOne ul li h3 {
        font-size: 20px;
        color: #000000;
        margin-bottom:20px;

    }
    .contactUsOne ul li p {
        font-size: 14px;
        color: #8B8B8B;
        line-height:24px;
       
    }
    .contactUsOne ul li a {
        display: block;
        font-size: 14px;
        color: #8B8B8B;
        line-height: 24px;
    }
        .contactUsOne ul li a:hover{
            color:#FD926D;
            font-weight:bold;
        }
        .contactUs-item {
            margin-top: 60px;
        }
.contactUsOne{
    padding-bottom:60px;
    border-bottom:1px solid #000;
}
.contactUsTwo{
    padding-top:100px;
}
.contactUsTwo-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.contactUsTwoInput-list{
    width:calc(33.33% - 60px);
}
    .contactUsTwoInput-list p, .contactUsTwo-bottom  p{
        font-size: 16px;
        color: #000000;
        margin-bottom: 10px;
    }
    .contactUsTwoInput-list input {
        width: 100%;
        height: 50px;
        background-color: #F8F9FB;
        border: 1px solid #F2EFF5;
        padding:0 10px;
        font-size:16px;
        transition:all 0.5s;
    }
        .contactUsTwoInput-list input:focus, .contactUsTwo-bottom textarea:focus{
            background-color: #EFEEF1;
        }
.contactUsTwo-bottom{
    margin-top:30px;
}
    .contactUsTwo-bottom textarea {
        width: 100%;
        height: 200px;
        background-color: #F8F9FB;
        border: 1px solid #F2EFF5;
        padding: 10px;
        font-size: 16px;
        transition: all 0.5s;
    }
.contactUsTwo-checkbox{
    margin-top:20px;
}
    .contactUsTwo-checkbox input[type="checkbox"] {
        width: 16px;
        height: 16px;
        margin: 0;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border: 2px solid #444444;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
        -o-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
        transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.35s;
        border-color: #444444;
    }
        .contactUsTwo-checkbox input[type="checkbox"]:checked {
            background-color: #FD926D;
            border-color: #FD926D;
            background-image: url('../images/d.svg');
        }
    .contactUsTwo-checkbox span {
        font-size: 16px;
        color: #8B8B8B;
        margin-left:10px;
        vertical-align:middle;
        font-weight:400;
    }
.contactUsTwo .but {
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #FD926D;
    margin-top: 60px;
    transition: all 0.5s;
    text-decoration: none;
    cursor: pointer;
}
.contactUsTwo .but:hover{
    opacity:0.8;
}
.contactUs {
    padding-bottom: 100px;
    border-bottom: 1px solid #F2EFF5;
}

.bx-popup {
    background-color: rgba(0, 0, 0);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 888;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
}

    .bx-popup .bx-tubiaozhizuo {
        position: absolute;
        top: -30px;
        right: -30px;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s;
    }

        .bx-popup .bx-tubiaozhizuo:hover {
            transform: rotateZ(180deg)
        }

.bx-popup-nr {
    background-color: #fff;
    border-radius: 10px;
    min-height: 200px;
    width: 1000px;
    margin: auto;
}

    .bx-popup-nr video {
        width: 100%;
    }
.banner-nei img{
    width:100%;
}
.banner-nei{
    position:relative;

}
    .banner-nei .nei-search{
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
        width:520px;
        background-color:#fff;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .banner-nei .nei-search input{
        width:100%;
        height:50px;
        background-color:transparent;
        border:none;
        width:calc(100% - 60px);
        font-size:16px;
        padding:0 15px;
    }
        .banner-nei .nei-search span {
            display: block;
            width: 60px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            color: #000000;
            cursor: pointer;
        }

.product-item ul{
    overflow:hidden;
    margin:0 -12px;

}
.product-item ul li{
    width:33.33%;
    float:left;
    padding:0 12px;
    margin-top:25px;
}
.product-list{
    display:block;
    width:100%;
/*    height:400px;*/
}
.product-list .img{
    height:400px;
}
    .product-list .img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .product-list .text{
        font-size:20px;
        color:#333;
        text-align:center;
        padding:20px;

    }
.product {
    padding-bottom: 100px;
    border-bottom: 1px solid #F2EFF5;
}
.product-item{
    margin-top:35px;
}



.productList-item ul {
    overflow: hidden;
    margin: 0 -15px;
}

    .productList-item ul li {
        width: 25%;
        float: left;
        padding: 0 15px;
        margin-top: 30px;
    }

.productList-item {
    display: block;
    width: 100%;
    /*    height:400px;*/
}

    .productList-item .img {
        height: 340px;
    }

        .productList-item .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    .productList-item .text{
        text-align:center;
        padding:20px;
    }
    .productList-item .text h3 {
        font-size: 20px;
        color: #000000;
        font-weight: bold;
        margin-bottom:8px;
    }
        .productList-item .text .p1, .productList-item .text .p2{
            color: #8B8B8B;
            font-size: 16px;
            line-height:24px;
        }

.productList {
    padding-bottom: 100px;
    border-bottom: 1px solid #F2EFF5;
}

.Faqs-item{
    display:flex;
    justify-content:space-between;
}
.Faqs-item .left{
    width:300px;
}
    .Faqs-item .right{
        width:850px;
    }

    .Faqs-item .left h3 {
        font-size: 20px;
        color: #000000;

    }
    .Faqs-item .left .text {
        font-size: 14px;
        color: #8B8B8B;
        margin-top:20px;
    }
        .Faqs-item .right ul li .title {
            color: #000000;
            padding: 25px 20px;
            border: 1px solid #F2EFF5;
            font-size: 16px;
            margin-top: 5px;
            position: relative;
            cursor: pointer;
        }
        .Faqs-item .right ul li .title h3{
            font-weight:400;
            width:80%;
            line-height:24px;
        }
            .Faqs-item .right ul li .title span{
                position:absolute;
                right:20px;
                top:50%;
                transform:translate(0,-50%);
                color:#000000;
            }
            .Faqs-item .right ul li .text {
                font-size: 14px;
                color: #8B8B8B;
                padding: 20px;
                border: 1px solid #F2EFF5;
                margin-top: 5px;
                display:none;
            }
        .Faqs-item .right ul li .title.active {
            border-color: #FD926D;
            color: #FD926D;
        }
.Faqs {
    padding-bottom: 100px;
    border-bottom: 1px solid #F2EFF5;
}
.Faqs-item{
    margin-top:60px;
}

.Fabrics-title{
    text-align:center;
}
.Fabrics-title h3 {
    font-size: 60px;
    color: #000000;
}
    .Fabrics-title p {
        font-size: 14px;
        color: #000000;
        margin-top:30px;
    }
.FabricsBg {
    width: 100%;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/组 13.png');
    background-attachment:fixed;
}
.Fabrics-title{
    margin-top:80px;
    margin-bottom:50px;
}
.FabricsOne{
    padding:100px 0 50px 0;
}
.FabricsOne-item{
    display:flex;
    justify-content:space-between;
}
    .FabricsOne-item .left, .FabricsOne-item .right{
        width:46.6%;
    }
        .FabricsOne-item .left .title h3 {
            font-size: 60px;
            color: #000000;
            line-height:90px;
            margin-top:-10px;
        }
        .FabricsOne-item .left .title .text {
            font-size: 14px;
            color: #8B8B8B;
            margin-top:37px;
            line-height:24px;
        }
    .FabricsOne-item ul li .FabricsOne-list h3 {
        font-size: 20px;
        color: #000000;
    }
    .FabricsOne-item ul li .FabricsOne-list {
        padding: 50px 0;
        border-top: 1px solid #707070;
    }
    .FabricsOne-item ul li .FabricsOne-list .text {
        font-size: 14px;
        color: #8B8B8B;
        margin-top: 20px;
        line-height: 24px;
    }
   
    .FabricsOne-item .right ul li:nth-child(1) .FabricsOne-list {
        padding-top: 0;
        border: none;
    }
    .FabricsOne-item .left .title{
        margin-bottom:54px;
    }
.FabricsTwo-item{
    padding-top:100px;
    padding-bottom:120px;
}
.FabricsTwo .title h3 {
    font-size: 60px;
    color: #000000;
    line-height: 90px;
}
.FabricsTwo ul{
    display:flex;
    justify-content:space-between;
    margin-top:50px;
}
.FabricsTwo ul li{
    width:calc(33.33% - 23px);
}
    .FabricsTwo ul li .FabricsTwo-list {
        font-size: 14px;
        color: #000000;
        line-height: 28px;
    }
.Fabrics {
    border-bottom: 1px solid #F2EFF5;
}

.Technology-item .title h3 {
    font-size: 60px;
    color: #000000;
    line-height:72px;
}
.Technology-item .title .text {
    font-size: 14px;
    color: #8B8B8B;
    margin-top:30px;
}
.Technology-item{
    margin-top:80px;
}
    .Technology-item ul{
        overflow:hidden;
        margin:0 -15px;
        margin-top:20px;
    }
    .Technology-item ul li {
        width: 33.33%;
        float: left;
        padding:0 15px;
        margin-top:30px;
    }
.Technology-list{
    display:block;
    width:100%;
    position:relative;
}
.Technology-list .img{
    width:100%;
    height:400px;
    overflow:hidden;
}
    .Technology-list .img  img{
        width: 100%;
        height: 100%;
        object-fit:cover;
    }
    .Technology-list .text{
        position:absolute;
        left:0;
        top:0;
        width:100%;
        height:100%;
        background-color:rgba(0,0,0,.7);
        display:flex;
        justify-content:center;
        align-items:center;
        padding:20px;
        flex-direction:column;
        transition:all 0.8s;
    }
        .Technology-list .text p {
            font-size: 14px;
            color: #FFFFFF;
            font-weight:bold;
        }
        .Technology-list .text h3 {
            font-size: 20px;
            color: #FFFFFF;
            font-weight: bold;
            margin-top:10px;
        }
    .Technology-list:hover .text {
        background-color: rgba(253,146,109,.9);
    }
.Technology {
    padding-bottom: 120px;
    border-bottom: 1px solid #F2EFF5;
}

.banner-nei-text{
    position:absolute;
    bottom:100px;
    left:0;
    width:100%;
}
.banner-nei-text .text{
    font-size:60px;
    color:#fff;
    line-height:90px;
}
.TechnologyDetail {
    margin-top: 80px;
    padding-bottom: 120px;
    border-bottom: 1px solid #F2EFF5;
}
@media screen and (max-width: 1500px) {
    .productList .container {
        max-width: 1300px;
    }
    .productList-item .img{
        height:314px;
    }
    .FabricsBg{
        height:510px;
    }
}
    @media screen and (max-width: 1400px) {
        .banner-text {
            font-size: 90px;
        }

            .banner-text .container .bf {
                width: 80px;
                height: 80px;
            }

        .indexFour-list .img {
            height: 340px;
        }

        .indexFour-list p {
            font-size: 22px;
        }

        .productList .container {
            max-width:1200px;
        }
        .productList-item .img{
            height:308px;
        }
        .FabricsBg {
            height: 483px;
        }
    }
@media screen and (max-width: 1200px) {
    .indexThree-text .container h3 {
        font-size: 50px;
        line-height: 66px;
    }
    .indexThree-text .container p {
        padding: 0 191px;
    }
    .indexThree .img{
        height:520px;
    }
    .indexFour-item ul li {
        width: calc(33.33% - 11px);
    }
    .indexFour-list .img {
        height:243px;
    }
        .indexFour-list .img h3 {
            font-size: 22px;
           
        }
    .indexFour-list p {
        line-height: 25px;
        padding-top: 10px;
        font-size:16px;
    }
    .product-list .img{
        height:313px;
    }
    .productList .container{
        width:100%;
    }
    .productList-item .img{
        height:228px;
    }
    .FabricsBg{
        height:390px;
    }
    .FabricsOne-item .left .title h3{
        font-size:53px;
    }
    .FabricsOne-item ul li .FabricsOne-list{
        padding:43px 0;
    }
    .Technology-list .img{
        height:308px;
    }
    .Faqs-item .right{
        width:calc(100% - 330px);
    }
}

@media screen and (max-width: 1000px) {
    .banner{
        height:360px;
    }
    .banner-text{
        font-size:35px;
    }
        .banner-text .container .bf{
            width:40px;
            height:40px;
        }
    .banner-icon{
        width:15px;
        bottom:30px;
    }
    .indexOne-item, .indexTwo-item{
        padding-top:30px;
        padding-bottom:60px;
    }
    .index-title{
        font-size:30px;
    }
    .indexOne-itemBox, .indexTwo-itemBox {
        width: 100%;
        padding-top: 30px;
        margin-top: 30px;
    }
        .indexTwo-itemBox ul li{
            width:100%;
        }
            .indexTwo-itemBox ul li h3{
                text-align:center;
            }
    .indexThree .img{
        height:1000px;
    }
    .indexThree-text .container h3, .indexThree-text .container p {
        padding: 0
    }
    .indexThree-text .container h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .indexThree .img{
        height:460px;
    }
    .indexThree-text .but {
        width: 180px;
        height: 40px;
        line-height: 40px;
    }
    .indexFour{
        padding:30px 0;
    }
    .indexFour-item ul li{
        width:90%;
        margin:0 auto;
        margin-top:30px;
    }
        .indexFour-item ul li:nth-child(1){
            margin-top:0;
        }
        .indexFour-list .img {
            height: auto;
        }
    .indexFour-list p{
        font-size:20px;
        line-height:32px;
    }
    .footer-item{
        padding:30px 0;
        flex-direction:column;
    }
    .footer-Left, .footer-Right{
        width:100%;
    }
    .footer-text{
        margin-top:20px;
    }
    .footer-Right ul li:nth-child(1), .footer-Right ul li:nth-child(2){
        display:none;
    }
    .footer-Right ul li{
        width:100%;
        margin-top:20px;
    }
        .footer-Right ul li h3{
            margin-bottom:10px;
        }
    .footer-bottom{
        padding:10px 0;
    }
    .indexOne .swiper-slide, .indexTwo .swiper-slide{
        height:140px;
    }
    .indexOne .swiper-slide img, .indexTwo .swiper-slide img{
        height:100%;
        object-fit:cover;
    }
    .banner-nei{
        height:260px;
    }
        .banner-nei img{
            width:100%;
            height:100%;
            object-fit:cover;
        }
        .banner-nei .nei-search{
            width:280px;
        }
            .banner-nei .nei-search input{
                height:43px;
                font-size:14px;
            }
            .banner-nei .nei-search span{
                height:43px;
            }
    .bx-mb-nav{
        margin-top:15px;
    }
    .product-item ul li {
        width: 95%;
        margin:0 auto;
        margin-top:20px;
        float:none;
    }
    .product-item{
        margin-top:0;
    }
    .product-list .img{
        height:auto;
    }
    .product, .productList {
        padding-bottom: 40px;
    }
    .product-list .text {
        font-size: 18px;
        padding: 12px;
    }
    .productList-item ul{
        margin:0 -5px;
    }
    .productList-item ul li {
        width: 50%;
        padding: 0 5px;
    }
    .productList-item .img{
        height:180px;
    }
    .productList-item .text{
        padding:10px;
    }
        .productList-item .text h3{
            font-size:16px;
        }
        .productList-item .text .p1, .productList-item .text .p2{
            font-size:14px;
            line-height:20px;
        }
    .Fabrics-title h3{
        font-size:30px;
    }
    .Fabrics-title{
        margin-top:30px;
        margin-bottom:20px;
    }
        .Fabrics-title p{
            margin-top:10px;
        }
    .FabricsBg{
        height:220px;
    }
    .FabricsOne{
        padding:50px 0 25px 0;
    }
    .FabricsOne-item{
        flex-direction:column;
    }
        .FabricsOne-item .left, .FabricsOne-item .right{
            width:100%;
        }
            .FabricsOne-item .left .title h3, .FabricsTwo .title h3, .Technology-item .title h3 {
                font-size: 30px;
                line-height: 35px;
            }
            .FabricsOne-item .left .title .text{
                margin-top:20px;
            }
            .FabricsOne-item .left .title{
                margin-bottom:30px;
            }
        .FabricsOne-item ul li .FabricsOne-list{
            padding:30px 0;
        }
    .FabricsTwo-item {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .FabricsTwo ul li{
        width:100%;
    }
    .FabricsTwo ul{
        flex-direction:column;
        margin-top:0;
    }
        .FabricsTwo ul li {
            border-bottom: 1px solid  #707070;
            padding:20px 0;
        }
        .FabricsTwo ul li:nth-last-child(1){
            border-bottom:none;
            padding-bottom:0;
        }
    .Technology-item{
        margin-top:30px;
    }
        .Technology-item ul li{
            width:95%;
            margin:0 auto;
            margin-top:20px;
            float:none;
        }
    .Technology{
      padding-bottom:60px;
    }
    .TechnologyDetail {
        margin-top: 30px;
        padding-bottom: 60px;
    }
    .banner-nei-text .text{
        font-size:30px;
        line-height:60px;
    }
    .banner-nei-text{
        bottom:65px;
    }
    .Faqs-item{
        margin-top:30px;
        flex-direction:column;
    }
        .Faqs-item .left, .Faqs-item .right{
            width:100%;
        }
            .Faqs-item .right ul{
                margin-top:30px;
            }
                .Faqs-item .right ul li .title {
                    padding: 15px 10px;
                    font-size:14px;
                }
                .Faqs-item .right ul li .text{
                    padding:10px;
                }
    .Faqs {
        padding-bottom: 50px;
    }
    .contactUsOne ul li{
        width:100%;
        margin-top:15px;
    }
    .contactUsOne ul{
        flex-direction:column;
    }
    .contactUs-item{
        margin-top:30px;
    }
    .contactUsOne ul li h3{
        margin-bottom:10px;
    }
    .contactUsOne{
        padding-bottom:30px;
    }
    .contactUsTwo{
        padding:50px 0;
    }
    .contactUsTwo-top{
        flex-direction:column;
    }
    .contactUsTwoInput-list{
        width:100%;
        margin-bottom:20px;
    }
    .contactUsTwo-bottom{
        margin-top:0;
    }
        .contactUsTwoInput-list input, .contactUsTwo-bottom textarea {
            font-size: 14px;
        }
    .contactUsTwo-checkbox span{
        font-size:12px;
    }
    .contactUsTwo .but {
        margin-top: 30px;
        height: 45px;
        line-height: 45px;
    }
    .contactUs{
        padding-bottom:0;
    }
    .bx-popup-nr{
        width:90%;
    }
    .bx-popup .bx-tubiaozhizuo{
        right:0;
    }
    .bx-popup-nr{
        min-height:100px;
        background-color:transparent;
    }
}