/* pc */
@media only screen and (min-width: 769px){

    body{
        font-size: 14px;
        background-color: #fff;
    }

    .slgw-carousel{
        width: 100%;
    }

    .floor{
        min-width: 1200px;
        width: 100%;
    }

    .slgw-floor-1{
        background-color: #c0c1c9;
    }

    .slgw-container{
        width: 1200px;
        margin: 0 auto;
    }


    .slgw-pro-advantage{
        width: 100%;
        height: 580px;
    }

    .slgw-pro-advantage .slgw-pro-adv{
        width: 50%;
        height: 100%;
    }


    .slgw-pro-adv-img>img{
        width: 100%;
        height: 100%;
    }

    .slgw-pro-adv-list{
        background-color: #353948;
    }

    .slgw-pro-adv-t{
        padding-left: 70px;
        padding-top: 40px;
    }

    .slgw-pro-adv-t1 , .slgw-pro-adv-t2{
        float: none;
    }

    .slgw-pro-adv-t1 {
        width: 90px;
        height: 80px;
        background-image: url(../svg/prod_triangle.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .slgw-pro-adv-t1 {
        margin-bottom: 50px;
    }

    .slgw-pro-adv-t2{
        font-family: AlibabaPuHuiTi-Medium;
        color: #f7f7f9;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .slgw-pro-adv-ul{
        width: 310px;
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 14px;
        color: #f7f7f9;
        line-height: 22px;
    }

    .slgw-pro-adv-ul>li{
        width: 100%;
        margin-bottom: 25px;
        position: relative;
        padding-left: 70px;
    }

    .slgw-pro-adv-ul>li:before{
        display: block;
        content: "";
        width: 15px;
        height: 1px;
        background-color: #f7f7f9;
        position: absolute;
        top: 11px;
        left: 20px;

    }

    .slgw-floor-2{
        background-color: #f1f1f3;
    }

    .slgw-pro-detail{
        position: relative;
        background-color: #fff;
    }

    .slgw-pro-d-up{
        width: 100%;
        padding-top: 80px;
        padding-left: 40px;
        padding-bottom: 55px;
        position: relative;
        z-index: 11;
    }

    .slgw-pro-d-td{
        width: 445px;
    }

    .slgw-pro-d-t1{
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 22px;
        color: #353948;
        line-height: 30px;
        margin-bottom: 25px;
        min-height: 30px;
    }
    .slgw-pro-d-d1{
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 14px;
        color: #353948;
        line-height: 30px;
        min-height: 150px;
        margin-bottom: 30px;
        text-align: justify;
    }

    .slgw-pro-d-bottom{
        width: 100%;
        height: 65px;
        background-color: #c0c1c9;
        position: relative;
        z-index: 1;
    }
    .slgw-detail-div{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .slgw-detail-img{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
    }

    .slgw-floor-3{
        background-color: #f1f1f3;
    }


    .slgw-prod-coefficient{
        background-color: #e1e2e6;
        padding: 75px 40px;
        padding-bottom: 20px;
    }

    .slgw-prod-coe-info{
        width: 100%;
        margin-bottom: 70px;
    }

    .slgw-prod-coe-t{
        margin-bottom: 30px;
        height: 30px;
    }

    .slgw-prod-coe-t1{
        float: left;
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 22px;
        color: #353948;
        line-height: 30px;
    }

    .slgw-prod-coe-i1{
        float: right;
        padding-top: 6px;
    }


    .slgw-prod-pi{
        display: block;
        width: 18px;
        height: 18px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .slgw-prod-coe-list{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .slgw-prod-coe-item{
        width: 525px;
        border-bottom: 1px solid #b0b2ba;
        line-height: 16px;
        padding: 5px 0;
    }

    .slgw-p-t{
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 12px;
        color: #8b8d98;
        width: 49%;
        word-wrap:break-word;
        word-break:keep-all;
    }


    .slgw-p-d{
        font-family: Mont-Bold;
        font-size: 12px;
        color : #323850;
        width: 49%;
        text-align: right;
        word-wrap:break-word;
        word-break:keep-all;
        font-weight: 600;
    }

    .slgw-prod-coe-list>.slgw-prod-coe-item:first-child{
        border-top: 1px solid #b0b2ba;
    }

    .slgw-prod-coe-list>.slgw-prod-coe-item:nth-child(2){
        border-top: 1px solid #b0b2ba;
    }

}


/* h5 */
@media only screen and (max-width: 768px){

    .slgw-carousel{
        width: 100%;
    }

    .floor{
        width: 100%;
    }

    .slgw-floor-1{
        /* background-color: red; */
        background-color: #fff;
    }

    .slgw-container{
        margin: 0 auto;
    }

    .slgw-pro-advantage{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .slgw-pro-advantage .slgw-pro-adv{
        width: 100%;
    }

    .slgw-pro-adv-list{
        order: 1;
        float: none;
        padding: 0 0.6rem;
        background-color: #353948;
        padding-bottom: 0.3rem;
    }

    .slgw-pro-adv-img{
        order: 2;
        float: none;
    }

    .slgw-pro-adv-img>img{
        width: 100%;
    }

    .slgw-pro-adv-t{
        padding-top: 0.6rem;
        margin-bottom: 0.2rem;
    }

    .slgw-pro-adv-t1{
        width: 1.5rem;
        height: 1.3rem;
        background-image: url(../svg/prod_triangle.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        display: none;
    }

    .slgw-pro-adv-t1 {
        position: relative;
    }

    .slgw-pro-adv-t2{
        font-family: AlibabaPuHuiTi-Medium;
        color: #f7f7f9;
        font-size: 0.4rem;
        width: 100%;
        line-height: 1.2;
        padding-top: 0.35rem;
        margin-bottom: 0.6rem;
    }

    .slgw-pro-adv-ul{
        width: 100%;
        font-family : AlibabaPuHuiTi-Regular;
        /* font-family: AlibabaPuHuiTi-Bold; */
        font-size: 0.26rem;
        color: #f7f7f9;
        line-height: 0.48rem;
    }

    .slgw-pro-adv-ul>li{
        width: 100%;
        margin-bottom: 0.65rem;
        position: relative;
    }

    .slgw-floor-2{
        background-color: #f1f1f3;
    }

    .slgw-pro-detail{
        position: relative;
    }

    .slgw-pro-d-up{
        width: 100%;
        padding: 0 0.6rem;
        padding-top: 1rem;
        padding-bottom: 3.8rem;
        background-color: #fff;
    }

    .slgw-pro-d-td{
        width: 100%;
    }

    .slgw-pro-d-t1{
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 0.4rem;
        color: #343949;
        line-height: 1.35;
        margin-bottom: 0.5rem;
    }
    .slgw-pro-d-d1{
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 0.26rem;
        line-height: 0.5rem;
        color: #343949;
        margin-bottom: 0.75rem;
        text-align: justify;
    }

    .slgw-pro-d-bottom{
        width: 100%;
        height: 0.45rem;
        background-color: #c0c1c9;
    }

    .slgw-wj-down{
        width: 3.75rem;
        height: 0.6rem;
        border-radius: 0.3rem;
        background-color: #bbbcc4;
        color: #fff;
        font-size: 0.3rem;
        font-family: Mont-Book;
        text-align: center;
        line-height: 0.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .slgw-detail-div{
        width: 100%;
        height: 3.67rem;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .slgw-detail-img{
        width: 100%;
    }

    .slgw-floor-3{
        background-color: #f1f1f3;
    }

    .slgw-prod-coefficient{
        padding: 1rem 0.6rem;
        padding-bottom: 0.2rem;
    }

    .slgw-prod-coe-info{
        width: 100%;
        margin-bottom: 1rem;
    }

    .slgw-prod-coe-t{
        margin-bottom: 0.5rem;
        height: 0.6rem;
    }

    .slgw-prod-coe-t1{
        float: left;
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 0.4rem;
        color: #343949;
        line-height: 0.6rem;
    }

    .slgw-prod-coe-i1{
        float: right;
        padding-top: 0.15rem;
    }


    .slgw-prod-pi{
        display: block;
        width: 0.3rem;
        height: 0.3rem;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }


    .slgw-prod-coe-list{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .slgw-prod-coe-item{
        width: 100%;
        border-bottom: 1px solid #b0b2ba;
        line-height: 0.6rem;
        padding: 0.1rem 0;
    }

    .slgw-p-t{
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 0.26rem;
        color: #343949;
        width: 40%;
        word-wrap:break-word;
        word-break:keep-all;
    }


    .slgw-p-d{
        font-family: Mont-Bold;
        font-size: 0.22rem;
        color : #323850;
        width: 60%;
        text-align: right;
        word-wrap:break-word;
        word-break:keep-all;
        font-weight: 600;
    }

    .slgw-prod-coe-list>.slgw-prod-coe-item:first-child{
        border-top: 1px solid #b0b2ba;
    }

    /* .slgw-prod-coe-list>.slgw-prod-coe-item:nth-child(2){
        border-top: 1px solid #b0b2ba;
    } */



    .prod-tip{
        text-align: center;
        position: absolute;
        top: 0.9rem;
        left: 0;
        width: 100%;
    }


    .prod-tip1{
        font-family: Mont-SemiBold;
        color: #e7e9ec;
        font-size: 0.5rem;
        margin-bottom: 0.35rem;
    }

    .prod-tip2{
        color: #babbc4;
        font-size: 0.26rem;
        font-family: AlibabaPuHuiTi-Light;
        line-height: 0.45rem;
    }

}

.pi1{
    background-image: url(../svg/pi1.svg);
}

.pi2{
    background-image: url(../svg/pi2.svg);
}

.pi3{
    background-image: url(../image/prod/pi3.svg);
}
