.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 4% !important;
}

.swiper-pagination-bullet-active {
    background: #000 !important;
}

.swiper-pagination-bullet {
    width: 34px !important;
    height: 5px !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px !important;
}

.swiper-pagination-bullet {
    border-radius: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 32px !important;
    height: 61px !important;
    margin-top: -30px !important;
    z-index: 10;
    cursor: pointer;
    background-size: 32px 61px !important;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../imgs/prev.png) !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../imgs/next.png) !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 5% !important;
}

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

.swiper-container {
    width: 100%;
    height: 650px;
    position: relative;
}

.swiper-container .swiper-wrapper {
    position: absolute;
}

.swiper-wrapper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-slide .swiper-main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-main1 {
    background-image: url(../imgs/lunbo96.png);
    position: relative;
}

.swiper-main2 {
    background-image: url(../imgs/lunbo225s.png);
    position: relative;
}

.swiper-main3 {
    background-image: url(../imgs/lunbo71t.png);
    position: relative;
}

.pros-list {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding-top: 65px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.pros-list>h2 {
    font-size: 20px;
    margin: 30px 0 15px 0;
}


/*.pros-list .pros-line {
    width: 100%;
    clear: both;
    overflow: hidden;
}*/


/*.pros-line */

.pros-block {
    display: inline-block;
    width: 505px;
    height: 382px;
    background: rgba(255, 255, 255, 1);
    margin: 5px 55px 55px 5px;
    text-align: center;
}

.prosBlock-selected {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* border: 1px solid rgba(213, 213, 213, 1); */
}


/*.pros-line */

.pros-block:nth-child(2n) {
    margin-right: 0;
}


/*.pros-line */

.pros-block>div {
    display: inline-block;
    width: 500px;
    /*height: 270px;*/
    margin: 5px;
}


/*.pros-line */

.pros-block>div>img {
    display: inline-block;
    width: 500px;
    float: left;
}


/*.pros-line */

.pros-block>div>span {
    display: inline-block;
    width: 360px;
    height: 1px;
    float: left;
    margin-left: 70px;
    background: rgba(234, 234, 234, 1);
}


/*.pros-line */

.pros-block>h4 {
    font-size: 24px;
    font-family: PingFangSC;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 33px;
    margin-top: 12px;
    cursor: pointer;
}


/*.pros-line */

.pros-block>span {
    display: inline-block;
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    margin-top: 5px;
    cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .logo-line .logo-line-con .mobile-right{
        display: block;
    }
    /*轮播图*/
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 4% !important;
    }

    .swiper-pagination-bullet-active {
        background: #000 !important;
    }

    .swiper-pagination-bullet {
        width: 17px !important;
        height: 3px !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px !important;
    }

    .swiper-pagination-bullet {
        border-radius: 0 !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 32px !important;
        height: 21px !important;
        margin-top: -10px !important;
        z-index: 10;
        cursor: pointer;
        background-size: 11px 21px !important;
        background-position: center;
        background-repeat: no-repeat;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: url(../imgs/prev.png) !important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: url(../imgs/next.png) !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 5% !important;
    }

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

    .swiper-container {
        width: 100%;
        height: 320px;
        position: relative;
    }

    .swiper-container .swiper-wrapper {
        position: absolute;
    }

    .swiper-wrapper .swiper-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .swiper-slide .swiper-main {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .swiper-main1 {
        background-image: url(../imgs/lunbo96.png);
        position: relative;
    }

    .swiper-main2 {
        background-image: url(../imgs/lunbo225s.png);
        position: relative;
    }

    .swiper-main3 {
        background-image: url(../imgs/lunbo71t.png);
        position: relative;
    }

    /*产品列表*/
    .pros-list {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 25px;
    }

    .pros-list>h2 {
        font-size: 20px;
        margin: 30px 0 15px 0;
    }


    /*.pros-list .pros-line {
        width: 100%;
        clear: both;
        overflow: hidden;
    }*/


    /*.pros-line */

    .pros-block {
        display: inline-block;
        width: 47%;
        height: auto;
        background: rgba(255, 255, 255, 1);
        margin: 5px;
        text-align: center;
        float: left;
    }

    .prosBlock-selected {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        /* border: 1px solid rgba(213, 213, 213, 1); */
    }

    /*.pros-line */
    .pros-block:nth-child(2n) {
        margin-right: 0;
    }

    .pros-block>div {
        display: inline-block;
        width: 100%;
        /*height: 100px;*/
        margin: 0;
    }

    .pros-block>div>img {
        display: inline-block;
        width: 100%;
        float: left;
    }

    .pros-block>div>span {
        display: inline-block;
        width: 90%;
        height: 1px;
        float: left;
        margin-left: 12px;
        background: rgba(234, 234, 234, 1);
    }
    .pros-block>h4 {
        font-size: 18px;
        font-family: PingFangSC;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
        line-height: 15px;
        margin-top: 12px;
        cursor: pointer;
    }
    .pros-block>span {
        display: inline-block;
        font-size: 14px;
        font-family: PingFangSC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        height:22px;
        line-height: 22px;
        margin-top: 5px;
        cursor: pointer;
    }

}
@media only screen and (min-width: 320px) and (max-width: 767px) { 
    .logo-line .logo-line-con .mobile-right{
        display: block;
    }
    /*轮播图*/
    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 4% !important;
    }

    .swiper-pagination-bullet-active {
        background: #000 !important;
    }

    .swiper-pagination-bullet {
        width: 17px !important;
        height: 3px !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px !important;
    }

    .swiper-pagination-bullet {
        border-radius: 0 !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 32px !important;
        height: 21px !important;
        margin-top: -10px !important;
        z-index: 10;
        cursor: pointer;
        background-size: 11px 21px !important;
        background-position: center;
        background-repeat: no-repeat;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: url(../imgs/prev.png) !important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: url(../imgs/next.png) !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 5% !important;
    }

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

    .swiper-container {
        width: 100%;
        height: 200px;
        position: relative;
    }

    .swiper-container .swiper-wrapper {
        position: absolute;
    }

    .swiper-wrapper .swiper-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .swiper-slide .swiper-main {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .swiper-main1 {
        background-image: url(../imgs/lunbo96.png);
        position: relative;
    }

    .swiper-main2 {
        background-image: url(../imgs/lunbo225s.png);
        position: relative;
    }

    .swiper-main3 {
        background-image: url(../imgs/lunbo71t.png);
        position: relative;
    }

    /*产品列表*/
    .pros-list {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 25px;
    }

    .pros-list>h2 {
        font-size: 20px;
        margin: 30px 0 15px 0;
    }


    /*.pros-list .pros-line {
        width: 100%;
        clear: both;
        overflow: hidden;
    }*/


    /*.pros-line */

    .pros-block {
        display: inline-block;
        width: 47%;
        height: auto;
        background: rgba(255, 255, 255, 1);
        margin: 5px;
        text-align: center;
        float: left;
    }

    .prosBlock-selected {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        /* border: 1px solid rgba(213, 213, 213, 1); */
    }

    /*.pros-line */
    .pros-block:nth-child(2n) {
        margin-right: 0;
    }

    .pros-block>div {
        display: inline-block;
        width: 100%;
        /*height: 100px;*/
        margin: 0;
    }

    .pros-block>div>img {
        display: inline-block;
        width: 100%;
        float: left;
    }

    .pros-block>div>span {
        display: inline-block;
        width: 90%;
        height: 1px;
        float: left;
        margin-left: 12px;
        background: rgba(234, 234, 234, 1);
    }
    .pros-block>h4 {
        font-size: 16px;
        font-family: PingFangSC;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
        line-height: 15px;
        margin-top: 12px;
        cursor: pointer;
    }
    .pros-block>span {
        display: inline-block;
        font-size: 12px;
        font-family: PingFangSC;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        height:22px;
        line-height: 22px;
        margin-top: 5px;
        cursor: pointer;
    }
}