@charset "utf-8";
/* 热销设备 */
.product{
    background:url(../img/pro-bg.png);
    background-size:100% 100%;
    margin-top:3rem;
}


.title{
    text-align: right;
}
.title h1{
    font-size:5em;
    color:#e8e8e8;
    font-weight:bold;
}
.title h2{
    font-size: 3em;
    font-weight: bold;
    color:#004a9b;
    margin:0;
}
.title p{
    color:red;
    font-weight:bold;
    padding-top: 10px;
}

.swiper-box{
    position: relative;
}
.pro-content .pro-img{
    /* padding:56px 0; */
    background:#fff;
    text-align: center;
}
.pro-content .pro-img img{
    width:100%;
}
.pro-content .content{
    text-align: right;
}
.pro-content .content h1{
    color:#c3b377;
    font-size: 2.5em;
    padding:10px 0 20px 0;
}
.pro-content .content p{
    font-size: 16px;
}
.pro-content .content h2{
    padding-top:20px;
    font-size: 20px;
    font-weight: bold;
}

.pro-content .content .more{
    padding-top:30px;
}
.pro-content .content .more a{
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width:130px;
    height:40px;
    color:#fff;
    border-radius: 50px;
}
.pro-content .content .more a.btn1{
    background:#1b2e83;
}
.pro-content .content .more a.btn2{
    background:#e42424;
}

.swiper-button-next {
    background-image: url(../img/next.png)!important;
}
.swiper-button-prev {
    background-image: url(../img/prev.png)!important;
}

.swiper-pagination{
    bottom:-35px;
    left:50%;
}
.swiper-pagination-bullet{
    margin:0 5px;
}

@media (min-width: 992px){
    .swiper-button-next {
        right: -45px !important;
    }
    .swiper-button-prev {
        left: -45px !important;
    }
}


@media (max-width: 767px){
    .product {
       background:none;
    }
    .product .title>h1{
        font-size:36px;
    }
    .product .title>h2{
        font-size: 25px;
    }
    .pro-img{
        padding:0 !important;
    }
    .pro-content .pro-img img{
        width:80%;
    }
    .pro-content .content{
        text-align: left;
    }
    .pro-content .content .more{
        text-align: center;
    }
    .pro-content .content>h1{
        font-size: 20px;
        padding:0;
    }
    .pro-content .content p{
        font-size: 14px;
    }
    .swiper-button-next, .swiper-button-prev{
        top: 18% !important;
    }
    .swiper-pagination{
        display:none !important;
    }
}

/* 打褶布样 */
.buyang{
    margin-top:60px;
}
.buyang .buyang-title{
    text-align: center;
}
.buyang .buyang-title h1{
    font-size:60px;
    color:#e8e8e8;
    font-weight:bold;
}
.buyang .buyang-title h3{
    color:#004a9b;
    font-size: 35px;
}
.buyang .buyang-title p{
    color:red;
    font-weight:bold;
}
.com ul{
    /* width:75%; */
    margin:0 auto;
    display: flex;
    justify-content: center; /* 水平居中 */
    flex-wrap: wrap;
    margin-bottom:20px;
}
.com ul li{
    margin:0 5px;
    margin-top:10px;
}
.com ul li a{
    width:150px;
    height:35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    background:#dfdfdf;
    border-radius: 20px;
    color:#2b2b2b;
}
.com ul li.act a{
    background:#e42424;
    color:#fff;
    font-weight: bold;
}
.com ul li a:hover{
    background:#e42424;
    color:#fff;
    font-weight: bold;
}

.buyang .buyang-img{
    width:95%;
    padding-bottom: 10px;
}
.buyang .buyang-img img{
    width:100%;
    transition: all 0.5s;
}
.buyang .buyang-img img:hover{
    box-shadow: 0 0 12px #004a9b;
    border-radius: 10px;
}


@media (max-width: 767px){
    .buyang{
        margin:0;
    }
    .buyang .buyang-title h1{
        font-size:36px;
    }
    .buyang .buyang-title>h3{
        font-size: 25px;
    }
    .com ul li a{
        width:125px;
    }
}


/* 应用领域 */
.application{
    margin-top:60px;
}
.application .a0{
    width:95%;
    overflow: hidden;
}
.application .a1{
    width:97.6%;
}
.application .application-one{
    background:#1b2e83;
    margin-bottom:15px;
}
.application .application-title{
    background:none;
    color:#fff;
}
.a-title{
    width:85%;
}
.application .application-title h1{
    font-weight: bold;
    padding:40px 0 10px 0;
    margin:0;
}
.application .application-title h3{
    margin:0;
    color:#c3b377;
}
.application-one>div>div{
    background: #fff;
}
.application img{
    width:100%;
    height:100%;
    display: inline-block;
    transition: all 0.5s;
}
.application img:hover{
    /* box-shadow: 0 0 12px #004a9b;
    border-radius: 10px; */
    padding:5px;
}
.application .application-two .a0{
    padding-bottom: 10px;
}

@media (min-width: 992px){
    .application .a0{
        height:270px;
    }
}



/* 关于我们 */
.about{
    background:#fafafa;
    margin-top:50px;
}
.about .about-one{
    padding:50px 0 30px 0;
}
.about .about-one p{
    text-align: center;
}
.about-one-img{
    width:100%;
}
.about .about-one .about-one-img img{
    width:95%;
    transition: all 0.3s;
}
.about .about-one .about-one-img img:hover{
    transform: scale(1.1);
    border-radius: 10px;
}
.about .about-one .about-one-img>div{
    padding-bottom:15px;
}

.about .about-two{
    background:url(../img/about-bg.png) no-repeat;
    background-size: 100% 100%;
}
.about .about-two h1{
    font-size:85px;
    color:#dcdbdb;
    font-weight:bold;
}
.about .about-two .about-content{
    width:85%;
}
.about .about-two .about-content .about-title h2{
    font-size:50px;
    color:#004a9b;
    font-weight: bold;
    margin:0;
}
@media (max-width: 767px){
    .about{
        margin:0;
    }
    .about .about-one{
        padding:0;
    }
    .about-two .about-content{
        width:100% !important;
    }
    .about-two .about-content p{
        margin:0 !important;
    }
    .about-two {
       background:none !important;
    }
    .about-two h1{
        font-size:36px !important;
    }
    .about-two h2{
        font-size: 25px !important;
    }
}

.about .about-two .about-content .about-title p{
    color:#e42424;
    font-weight:bold;
    padding-top:10px;
}
.about .about-two .about-content>p{
    font-size: 14px;
    line-height:25px;
    margin-bottom: 60px;
}
.about .about-two .about-content a{
    display: block;
    width:130px;
    height:35px;
    background:#e42424;
    color:#fff;
    line-height:35px;
    text-align: center;
    border-radius: 35px;
    margin:30px 0;
}
.about-img{
    width:101%;
}
.about-img img{
    width:47%;
    display: inline-block;
    margin:0 5px 10px 0;
}



/* 新闻 */
.new{
    margin: 60px 0;
}
.new .news-one{
    width:95%;
    border:1px solid #ddd;
}
.new .news{
    padding:35px 25px;
    overflow: hidden;
}
.new .news-one .news-img{
    width:30%;
    float:left;
}
.new .news-one .news-img img{
    width:100%;
}
.new .news-one .news-content{
    float:right;
    width:65%;
    margin-top:25px;
}
.new .news-one .news-content h2{
    font-size: 17px;
    font-weight: bold;
    margin:0;
    color:#2b2b2b;
}
.new .news-one .news-content span{
    font-size: 13px;
    color:#c1c1c1;
}
.new .news-one .news-content p{
    color:#484848;
    font-size: 13px;
    padding:10px 0;
    margin:0;
}
.new .news-one .news-content a{
    color:#1b2e83;
    display: block;
    font-size: 13px;
}

.new .news-two{
    width:95%;
     border-bottom: 1px solid #ddd;
     overflow: hidden;
}
.new .news-two .news-date{
    width:20%;
    float: left;
    text-align: center;
    color:#c6c6c6;
}

.new .news-two .news-text{
    width:75%;
    float:left;
}
.new .news-two .news-text h2{
    font-size: 18px;
    padding-top:18px;
    font-weight: bold;
}
.new .news-two .news-text p{
    font-size: 13px;
}

@media (max-width: 767px){
    .new{
        margin:20px 0;
    }
    .new .news-one{
        width:100%;
    }
    .new .news-two{
        width:100%;
    }
    .new .news{
        padding:10px;
    }
    .new .news-one .news-content{
        margin:0;
    }
    .new .news .news-content h2{
        font-size: 16px;
    }
    .new .news .news-one .news-content p{
        font-size: 12px;
    }
    .new .news-two .news-date h3{
        font-size: 18px;
        margin-bottom: 0;
    }
    .new .news-two .news-date p{
        font-size: 12px;
    }
    .new .news-two .news-text h2{
        font-size: 16px;
        padding:0;
    }
    .new .news-two .news-text p{
        font-size: 12px;
    }
}
