.indx-banner-swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.indx-banner-swiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #ffffff;
}

.indx-banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.indx-banner-swiper .swiper-pagination-custom,
.indx-banner-swiper .swiper-pagination-fraction {
    bottom: 60px;
}

.indx-banner-swiper .swiper-pagination-bullet {
    width: 40px;
    height: 10px;
    background: #ffffff;
    opacity: .2;
    border-radius: 50px;
}

.indx-banner-swiper .swiper-slide {
    position: relative;
}

.swipe-slid-cnt {
    width: 100%;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}

.swipe-slid-ctxt {
    width: 42%;
}

.swipe-slid-ctxt h2 {
    font-size: 80px;
    font-weight: 600;
    color: #ffffff;
}

.swipe-slid-ctxt p {
    font-size: 30px;
    line-height: 48px;
    color: #ffffff;
    margin-top: 20px;
}

.swipe-slid-ctxt a {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 13px 0;
    border: 2px solid #ffffff;
    border-radius: 50px;
    margin-top: 50px;
    font-size: 20px;
}

.swipe-slid-ctxt a i {
    font-size: 20px;
    margin-left: 10px;
}






.indx-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indx-tit h3 {
    font-size: 40px;
    font-weight: 600;
}

.indx-tit p {
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}



/* 主要产品 */
.indx-product {
    padding: 70px 0 80px;
    background-color: #f5f5f5;
}

.indx-prod-cnt {
    padding: 50px 0;
    display: flex;
}

.indx-prod-ctle {
    width: 40%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px;
    margin: 10px 0;
}

.prodlesw {
    display: block !important;
}

.indx-prod-ctlli {
    height: 100%;
    position: relative;
    display: none;
}

.indx-prod-ctlli h4 {
    font-size: 30px;
    color: #08913a;
    font-weight: 600;
}

.indx-prod-ctlli a {
    width: 150px;
    font-size: 18px;
    padding: 10px 0;
    color: #08913a;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #08913a;
    margin-top: 25px;
}

.prod-ctllimg {
    width: 70%;
    height: 80%;
    text-align: center;
    margin:0 auto;
}

.prod-ctllimg img {
    height: 80%;
    max-width: 100%;
    max-height: 100%;
}


.indx-prod-ctri {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.prodshw {
    border: 4px solid #08913a !important;
}

.indx-prod-ctrli {
    width: calc((100% - 60px)/3);
    height: 290px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    border: 4px solid #ffffff;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indx-prod-ctrli img {
    max-width: 100%;
    max-height: 100%;
    border-radius:20px;
}




.indx-prod-authority {
    padding: 35px 0;
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.authority-tit {
    padding: 20px 40px;
    font-size: 26px;
    position: relative;
}

.authority-tit::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to top, #ffffff, #e5e5e5, #ffffff);
}

.authority-ul {
    width: 87%;
    display: flex;
    padding: 0 10px;
}

.authority-ul li {
    padding: 0 40px;
}

.authority-ul li img {
    width: 80px;
    height: auto;
}











/* 主要产品 */

.indx-field {
    padding: 70px 0;
}

.indx-feld-box {
    width: 100%;
    padding: 50px 0 70px;
    position: relative;
    overflow: hidden;
}

.indx-feld-box .swiper-pagination-bullet {
    width: 40px;
    height: 10px;
    background: #000;
    border-radius: 50px;
    opacity: .2;
}

.indx-feld-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #08913a;
}

.indx-feld-bli {
    width: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.feld-bli-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feld-bli-ctimg {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow:hidden;
}

.feld-bli-ctimg img {
    max-width: 100%;
    max-height: 100%;
}

.feld-bli-cnt>h4 {
    font-size: 30px;
    margin-top: 30px;
    color: #ffffff;
}

.feld-bli-cnt>a {
    width: 240px;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
    border: 2px solid #ffffff;
    border-radius: 50px;
    margin-top: 50px;
    font-size: 18px;
}




.whyselme-ul {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.whyselme-ul li {
    width: 19%;
    padding: 25px 20px;
    background-color: #ffffff;
    border-radius: 20px;
}

.whyselme-utpimg {
    width: 95px;
    height: 95px;
    background-color: #08913a;
    box-shadow: 0 0 10px 5px #dff1e6;
    border-radius: 50%;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.whyselme-utpimg img {
    width: 40px;
    height: 40px;
}

.whyselme-utop {
    height: 50px;
    position: relative;
}

.whyselme-ubtm h4 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.whyselme-ubtm p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}





/* 为什么选择我们 */
.customer-tit {
    margin-top: 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.customer-tit::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #dcdcdc;
    z-index: -1;
}

.customer-tit h4 {
    font-size: 34px;
    font-weight: 600;
    padding: 0 35px;
    background-color: #f5f5f5;
    display: inline-block;
}



.customer-swiper {
    padding: 30px 0 50px;
    position: relative;
    overflow: hidden;
}

.customer-swiper .swiper-pagination-bullet {
    width: 40px;
    height: 10px;
    background: #000;
    border-radius: 50px;
    opacity: .2;
}

.customer-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #08913a;
}

.customer-swipul {
    width: 100%;
}

.customer-swipul>li {
    width: 100%;
    padding: 10px 0;
}

.customer-swipul>li img {
    width: 100%;
    height: auto;
}




/* OEM/ODM 服务 */
.oemodm-box {
    width: 100%;
    min-height: 300px;
    background-image: url("../images/picbj04.png");
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.oemodm-box .indx-tit h3,
.oemodm-box .indx-tit p {
    color: #ffffff;
}

.oemodm-bcnt {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.oemodm-bctli {
    width: 49%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 50px 60px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oemodm-bctli h3 {
    font-size: 36px;
    text-align: center;
    color: #000;
}

.oemodm-bctli p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
}

.oemodm-bctli img {
    width: auto;
    height: 90px;
    margin-top: 30px;
}

.oemodm-bctli button {
    width: 200px;
    font-size: 18px;
    color: #ffffff;
    padding: 16px 0;
    border-width: 0;
    text-align: center;
    border-radius: 10px;
    background-color: #08913a;
    margin-top: 30px;
    cursor: pointer;
}





/* 新闻资讯 */
.news-box {
    padding: 60px 0 80px;
}

.news-bxul {
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.news-bxul>li:hover .news-bxubtm h3 {
    color: #08913a;
}

.news-bxul>li:hover .news-bxubtm a {
    color: #08913a;
}

.news-bxul>li {
    width: 32%;
    overflow: hidden;
    border-radius: 15px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.news-bxuimg {
    width: 100%;
}

.news-bxuimg img {
    width: 100%;
    height: auto;
}

.news-bxubtm {
    padding: 25px 35px;
}

.news-bxubtm p {
    font-size: 16px;
    color: #999999;
}

.news-bxubtm h3 {
    height: 170px;
    font-size: 26px;
    line-height: 40px;
    margin-top: 10px;
}

.news-bxubtm a {
    font-size: 18px;
    color: #999999;
}

.news-bxubtm a i {
    color: #08913a;
    margin-left: 5px;
    font-size: 18px;
}

.news-bxbtm {
    display: flex;
    justify-content: center;
}

.news-bxbtm a {
    width: 200px;
    text-align: center;
    font-size: 18px;
    padding: 15px 0;
    border-radius: 50px;
    border: 2px solid #08913a;
    color: #08913a;
}



@media only screen and (max-width: 1340px) {

    .swipe-slid-ctxt h2 {
        font-size: 54px;
    }

    .swipe-slid-ctxt p {
        font-size: 22px;
        line-height: 38px;
        margin-top: 15px;
    }

    .swipe-slid-ctxt a {
        width: 160px;
        padding: 10px 0;
        margin-top: 40px;
        font-size: 16px;
    }

    .swipe-slid-ctxt a i {
        font-size: 16px;
        margin-left: 5px;
    }

    .indx-banner-swiper .swiper-pagination-bullet {
        width: 30px;
        height: 8px;
    }

    .indx-banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .indx-banner-swiper .swiper-pagination-custom,
    .indx-banner-swiper .swiper-pagination-fraction {
        bottom: 40px;
    }



    .indx-product {
        padding: 50px 0 60px;
    }

    .indx-tit h3 {
        font-size: 28px;
    }

    .indx-tit p {
        font-size: 14px;
        margin-top: 10px;
    }

    .indx-prod-cnt {
        padding: 30px 0;
    }

    .indx-prod-ctle {
        width: 40%;
        padding: 30px;
        margin: 8px 0;
    }

    .indx-prod-ctlli h4 {
        font-size: 24px;
    }

    .indx-prod-ctlli a {
        width: 120px;
        font-size: 16px;
        padding: 8px 0;
        margin-top: 15px;
    }

    .indx-prod-ctrli {
        width: calc((100% - 45px) / 3);
        height: 210px;
        margin-left: 15px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .indx-prod-ctrli img {
        height: 60%;
    }

    .indx-prod-authority {
        padding: 25px 0;
    }

    .authority-tit {
        padding: 10px 30px;
        font-size: 20px;
    }

    .authority-ul li {
        padding: 0 30px;
    }





    .indx-field {
        padding: 50px 0;
    }

    .indx-feld-box {
        padding: 30px 0 50px;
    }

    .feld-bli-ctimg {
        width: 210px;
        height: 210px;
    }

    .feld-bli-cnt>h4 {
        font-size: 24px;
        margin-top: 20px;
    }

    .feld-bli-cnt>a {
        width: 180px;
        padding: 12px 0;
        margin-top: 30px;
        font-size: 16px;
    }

    .indx-feld-box .swiper-pagination-bullet {
        width: 30px;
        height: 8px;
    }






    .whyselme-ul {
        padding-top: 60px;
    }

    .whyselme-utpimg {
        width: 75px;
        height: 75px;
        position: absolute;
        bottom: 10px;
    }

    .whyselme-utpimg img {
        width: 30px;
        height: 30px;
    }

    .whyselme-ul li {
        padding: 15px 10px;
        border-radius: 15px;
    }

    .whyselme-ubtm h4 {
        font-size: 18px;
    }

    .whyselme-ubtm p {
        font-size: 12px;
        margin-top: 8px;
    }

    .whyselme-utop {
        height: 40px;
    }



    .customer-tit {
        margin-top: 30px;
    }

    .customer-tit h4 {
        font-size: 26px;
        padding: 0 25px;
    }

    .customer-swiper {
        padding: 20px 0 30px;
    }

    .customer-swiper .swiper-pagination-bullet {
        width: 30px;
        height: 8px;
    }







    .oemodm-box {
        min-height: 200px;
        padding-top: 50px;
    }

    .oemodm-bcnt {
        padding-top: 30px;
    }

    .oemodm-bctli {
        padding: 30px 40px;
    }

    .oemodm-bctli h3 {
        font-size: 28px;
    }

    .oemodm-bctli p {
        font-size: 12px;
        margin-top: 10px;
        line-height: 26px;
    }

    .oemodm-bctli img {
        height: 75px;
        margin-top: 20px;
    }

    .oemodm-bctli button {
        width: 160px;
        font-size: 16px;
        padding: 12px 0;
        margin-top: 20px;
    }




    .news-box {
        padding: 40px 0 60px;
    }

    .news-bxul {
        padding: 30px 0;
    }

    .news-bxubtm {
        padding: 15px 25px;
    }

    .news-bxubtm p {
        font-size: 14px;
    }

    .news-bxubtm h3 {
        height: 140px;
        font-size: 20px;
        line-height: 30px;
        margin-top: 8px;
    }

    .news-bxubtm a {
        font-size: 16px;
    }

    .news-bxbtm a {
        width: 160px;
        font-size: 16px;
        padding: 12px 0;
    }
}

@media only screen and (max-width: 768px) {
    .swipe-slid-cnt {
        left: .2rem;
        top: 50%;
    }

    .swipe-slid-ctxt {
        width: 80%;
    }

    .swipe-slid-ctxt h2 {
        font-size: 24px;
    }

    .swipe-slid-ctxt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: .15rem;
    }

    .swipe-slid-ctxt a {
        width: 120px;
        padding: .1rem 0;
        margin-top: .3rem;
        font-size: 14px;
    }

    .indx-banner-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
    .indx-banner-swiper .swiper-pagination-custom,
    .indx-banner-swiper .swiper-pagination-fraction {
        bottom: .2rem;
    }



    .indx-tit h3 {
        font-size: 20px;
    }

    .indx-tit p {
        font-size: 12px;
        margin-top: .1rem;
    }



    .indx-product {
        padding: .5rem .1rem .6rem;
    }

    .indx-prod-cnt {
        padding: .3rem 0;
        flex-direction: column;
    }

    .indx-prod-ctle {
        width: 100%;
        padding: .3rem;
        margin: .1rem 0;
    }

    .indx-prod-ctlli h4 {
        font-size: 18px;
    }

    .indx-prod-ctlli a {
        width: 90px;
        font-size: 14px;
        padding: .1rem 0;
        margin-top: .15rem;
    }

    .indx-prod-ctri {
        width: 100%;
    }

    .indx-prod-ctrli {
        width: calc((100% - .4rem) / 2);
        height: 180px;
        margin-left: .1rem;
        margin-right: .1rem;
        margin-top: .1rem;
        margin-bottom: .1rem;
        border: 2px solid #ffffff;
    }

    .prodshw {
        border: 2px solid #08913a !important;
    }



    .indx-prod-authority {
        padding: .25rem 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .authority-tit {
        padding: .1rem .3rem;
        font-size: 16px;
    }

    .authority-tit::after {
        display: none;
    }

    .authority-ul {
        width: 100%;
        padding: .1rem .1rem 0;
        flex-wrap: wrap;
    }

    .authority-ul li {
        padding: .1rem .21rem;
    }

    .authority-ul li img {
        width: 65px;
    }








    .indx-field {
        padding: .5rem .1rem;
    }

    .indx-feld-box {
        padding: .3rem 0 .5rem;
    }
    .feld-bli-ctimg {
        width: 180px;
        height: 180px;
    }
    .feld-bli-cnt>h4 {
        font-size: 20px;
        margin-top: .2rem;
    }
    .feld-bli-cnt>a {
        width: 140px;
        padding: .15rem 0;
        margin-top: .3rem;
        font-size: 14px;
    }



    .whyselme-ul {
        padding-top: 0rem;
        flex-wrap: wrap;
    }

    .whyselme-ul li {
        width: 49%;
        padding: .15rem .1rem;
        margin-top: .8rem;
    }
    
    .whyselme-ubtm h4 {
        font-size: 16px;
    }

    .whyselme-utpimg {
        width: 65px;
        height: 65px;
        bottom: 10px;
    }


    .customer-tit h4 {
        font-size: 22px;
        padding: 0 .25rem;
    }

    .customer-swipul>li {
        padding: .1rem 0;
    }


    .oemodm-box {
        min-height: auto;
        padding-top: .3rem;
    }

    .oemodm-bcnt {
        padding-top: .3rem;
        flex-direction: column;
    }


    .oemodm-bctli {
        width: 100%;
        padding: .3rem .4rem;
        margin: .1rem 0;
    }

    .oemodm-bctli h3 {
        font-size: 22px;
    }

    .oemodm-bctli img {
        height: 60px;
        margin-top: .2rem;
    }

    .oemodm-bctli p {
        margin-top: .1rem;
        line-height: 22px;
    }

    .oemodm-bctli button {
        width: 140px;
        font-size: 14px;
        padding: .15rem 0;
        margin-top: .3rem;
    }



    .news-box {
        padding: .4rem .1rem .6rem;
    }

    .news-bxul {
        padding: .3rem 0;
        flex-direction: column;
    }

    .news-bxul>li {
        width: 100%;
        margin-bottom: .2rem;
    }

    .news-bxubtm {
        padding: .15rem .25rem;
    }

    .news-bxubtm h3 {
        height: 100px;
        font-size: 18px;
        line-height: 30px;
        margin-top: .1rem;
    }

    .news-bxubtm a {
        font-size: 14px;
    }


    .news-bxbtm a {
        width: 120px;
        font-size: 14px;
        padding: .15rem 0;
    }


}