/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
}

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.carousel-item>img {
    width: 100%;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*主体样式*/
.h-bt {
    text-align: center;
    padding: 2rem 0;
    color: #0068B7;
}

.box-img {
    width: 100%;
}

.box-bg {
    background: #eeeeee;
}

.l2-bt {
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 4px;
    position: relative;

}

.move-l {
    left: -37%;
}

.l2-bt span {
    background: rgb(0 104 183 / 71%);
    color: #fff;
    padding: 0.3rem 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.content-p {
    font-size: 0.9rem;
    line-height: 28px;
    text-indent: 26px;
    width: 82%;
    margin-bottom: 3rem;
}

.content-box {
    position: absolute;
    top: 14%;
    left: 15%;
}

.moer-btn {
    border: 1px solid red;
    border-radius: 100px;
    padding: 0.9rem 3rem;
    font-size: 14px;
}

.jt {
    width: 1.2rem;
    margin-left: 10px;
    margin-top: -4px;
}

.box3 .l2-bt {
    font-size: 1.3rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 2px;
    position: relative;
}

.box2 .l2-bt {
    text-align: right;
    font-size: 1.4rem;
}

.move-r {
    text-align: right;
    font-size: 1.4rem;
    right: -6rem;
    z-index: 2;
}

.box2 .content-p {
    position: relative;
    right: -5%;
}

.box2 .moer-btn {
    position: absolute;
    right: 16%;
}

.about-box {
    padding: 3rem;
    margin-top: 4rem;
    position: relative;
    padding-bottom: 10rem;
}

.about-img {
    width: 100%;
}

.about-p {
    background: rgb(255 255 255 / 65%);
    position: absolute;
    width: 40%;
    height: 54%;
    z-index: 2;
    bottom: 4%;
    padding: 2rem;
    line-height: 32px;
    font-size: 1.1rem;
    color: #000;
    text-indent: 36px;
    left: 14%;
    box-shadow: 0px 0px 5px grey;
}

.about-p img {
    width: 13rem;
    padding-bottom: 9%;
}

.ly-4 {
    position: absolute;
    right: 5%;
    bottom: 10%;
}

.ly-4 span {
    position: absolute;
    right: 0;
}

.ly-4 p {
    font-size: 1.3rem;
}

.about-more img {
    width: 94%;
}

.about-more div {
    text-align: center;
}

.about-more {
    margin-bottom: 2rem;
}

.swiper-news {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.box4 {
    position: relative;
}
.new-list h5 {
    padding: 20px;
    background: #f2f2f2;
    height: 64px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.new-list a{color: #6c6c6c;text-decoration: none;}
.box4 .h-bt {
    margin: 0 auto;
}

.swiper-slide img {
    width: 100%;border: 1px solid #e2e2e2;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -80px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -80px !important;
}
.pc-news{display: block;}

.new-list{    width: 100%;}







#moblie-banne {
    display: none;
}
.swiper-phone{
    display: none;
}

/*移动端适配*/
@media (max-width: 1024px) {
    
    .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    display: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    display: none;
}

}
@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1480px;
    }
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

}

@media (max-width:480px) {
    .swiper-phone{
    display: block;
    overflow: hidden;
}
    .swiper-phone {
      width: 100%;
      height: 100%;
    }
    .pc-news{display: none;}
    .box4 {
    margin-top: -20px;
}
    #myCarousel {
        display: none;
    }

    #moblie-banne {
        display: block;
    }

    .h-bt {
        padding: 1rem 0;
        font-size: 1.5rem;
    }

    .box-bg {
        height: 12rem;
        background: none;
    }

    .product1 {
        margin-top: -3.5%;
    }

    /*.product-img {
        display: none;
    }*/

    .content-box {
        top: 0;
        left: 0;
    }

    .move-l {
        left: 0;
    }

    .content-p {
        font-size: 0.9rem;
        width: 100%;
        margin-bottom: 0;
        background: rgb(0 104 183 / 69%);
        color: #fff;
        padding: 1rem;
        position: relative;
        top: 13px;
        padding-bottom: 3rem;
        text-align: justify
    }

    .l2-bt span {
        background: rgb(0 104 183 / 51%);
    }

    .l2-bt {
        font-size: 1rem;
    }

    .moer-btn {
        border: 1px solid red;
        border-radius: 100px;
        padding: 0.4rem 1rem;
        font-size: 14px;
        background: #fff;
        position: absolute;
        right: 1%;
        bottom: 1%;
    }

    .jt {
        width: 0.9rem;
        margin-left: 10px;
        margin-top: -4px;
    }

    .moer-btn {
        border: 1px solid red;
        border-radius: 100px;
        padding: 0.4rem 1rem;
        font-size: 12px;
        background: #fff;
        position: absolute;
        right: 4%;
        bottom: 1%;
    }

    .product2 {
        height: 13.5rem;
        top: 12rem;
    }

    .move-r {
        right: 0;
    }

    .box2 .l2-bt {
        font-size: 1rem;
    }

    .l2-bt {
        letter-spacing: 3px;
        display: none;
    }

    .box2 .content-p {
        right: 0;
    }

    .box2 .moer-btn {
        right: 4%;
    }

    .product3 {
        height: 11rem;
        top: -0.8rem;
    }

    .box3 .l2-bt {
        font-size: 1rem;
        letter-spacing: 4px;
    }

    .about-img {
        display: none;
    }

    .box3 {
        margin-top: -65px;
    }

    .move2 {
        top: -13.5rem;
    }

    .about-box {
        background: url(../images/about-img.jpg) center / cover no-repeat;
        padding: 0rem;
        margin-top: 1rem;
    }

    .about-p {
        background: rgb(255 255 255 / 65%);
        position: relative;
        width: 100%;
        height: auto;
        z-index: 2;
        bottom: 4%;
        padding: 2rem;
        font-size: 0.9rem;
        text-indent: 28px;
        left: 0;
        padding-bottom: 1rem;
    }

    .about-p p {
        text-align: justify
    }

    .about-box .ly-4 {
        display: none;
    }

    .about-more div {
        flex-basis: inherit;
        margin-bottom: 1rem;
    }

    .about-more img {
        width: 100%;
    }

    .about-more {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

}
@media (max-width: 375px) {
    .box4 {
    margin-top: 0;
}
    .product2 {
    top: 11rem;
}
   .box3 {
    margin-top: -33px;
}
}