﻿.screen {
    overflow: hidden;
    position: relative;
}

.productbg {
    width: 100%;
    height: 100%;
}

.screen h1 {
    position: absolute;
    width: 100%;
    font-size: 54px;
    color: #3acf98;
    text-align: center;
    top: 15%;
}

.productbox {
    width: 1000px;
    height: 536px;
    position: absolute;
    margin-left: -500px;
    left: 50%;
    top: 25%;
    background: url(../images/product-bg.png) no-repeat;
}

.product {
    width: 100%;
    height: 95%;
    position: relative;
}

.chesuobox {
    position: absolute;
    width: 360px;
    height: 334px;
    margin-left: -180px;
    left: 50%;
    top: 70px;
    overflow: hidden;
}

.menjin {
    position: absolute;
    width: 106px;
    height: 406px;
    margin-left: -53px;
    left: 50%;
    top: 36px;
}

.chesuo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.suodizuo, .suogan {
    position: absolute;
    left: 0;
    top: 0;
}

.product-icon {
    width: 120px;
    height: 120px;
    position: absolute;
}

    .product-icon img {
        display: block;
        width: 100%;
    }

.icon01 {
    left: 160px;
    top: 110px;
    cursor: pointer;
}

.icon02 {
    right: 220px;
    top: 30px;
    cursor: pointer;
}

.icon03 {
    right: 170px;
    bottom: 70px;
    cursor: pointer;
}

.icon04 {
    left: 220px;
    top: 30px;
}

.icon05 {
    left: 170px;
    bottom: 70px;
}

.icon06 {
    right: 160px;
    top: 155px;
}

.icon07 {
    left: 215px;
    top: 370px;
}

.product-text {
    position: absolute;
    width: 224px;
    font-size: 24px;
    color: #333;
}

    .product-text span {
        font-size: 14px;
        color: #666;
    }

.text1 {
    text-align: right;
    left: 0;
    top: 230px;
}

.text2 {
    text-align: left;
    right: 10px;
    top: 130px;
}

.text3 {
    text-align: left;
    right: 0;
    bottom: 0;
}

.text4 {
    text-align: right;
    left: 0;
    top: 130px;
}

.text5 {
    text-align: right;
    left: 0;
    bottom: 0;
}

.text6 {
    text-align: left;
    right: 0;
    top: 290px;
}

.text7 {
    text-align: right;
    left: 80px;
    top: 495px;
}

@media screen and (max-width: 1400px) {
    .screen h1 {
        font-size: 36px;
        top: 16%;
    }

    .container {
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
    }

    .productbox {
        width: 800px;
        height: 426px;
        background-size: 100%;
        margin-left: -400px;
    }

    .chesuobox {
        width: 300px;
        height: 278px;
        margin-left: -150px;
        left: 50%;
        top: 60px;
    }

        .chesuobox img {
            width: 100%;
        }

    .icon01 {
        left: 160px;
    }

    .text1 {
        left: 36px;
    }

    .product-text {
        width: auto;
    }

    .icon02 {
        right: 180px;
    }

    .icon03 {
        right: 110px;
    }

    .icon04 {
        left: 160px;
    }

    .icon05 {
        left: 150px;
    }

    .text5 {
        left: 60px;
    }

    .icon06 {
        right: 120px;
    }

    .text6 {
        right: -80px;
    }

    .menjin {
        position: absolute;
        width: 90px;
        height: 344px;
        margin-left: -45px;
        left: 50%;
        top: 26px;
    }

        .menjin img {
            width: 100%;
        }
}



@media screen and (min-device-height:900px) and (max-device-height:900px) {
    .icon01 {
        left: 210px;
    }

    .icon07 {
        left: 180px;
        top: 300px;
    }

    .icon03 {
        right: 200px;
    }

    .icon02 {
        right: 250px;
    }

    .text7 {
        top: 430px;
        left: 60px;
    }

    .text2 {
        right: 18px;
        top: 100px;
    }

    .icon05 {
        left: 200px;
    }

    .icon04 {
        left: 250px;
    }

    .text4 {
        left: 25px;
        top: 110px;
    }

    .icon06 {
        right: 180px;
    }

    .text6 {
        top: 260px;
    }

    .text5 {
        left: 56px;
    }
}



@media screen and (min-device-height:960px) and (max-device-height:960px) {
    .icon01 {
        left: 123px;
        top: 80px;
    }

    .icon07 {
        left: 180px;
        top: 300px;
    }

    .icon03 {
        right: 133px;
        top: 280px;
    }

    .icon02 {
        right: 130px;
    }

    .text7 {
        top: 430px;
        left: 60px;
    }

    .text2 {
        right: 18px;
        top: 143px;
    }

    .icon05 {
        left: 145px;
        bottom: 10px;
    }

    .icon04 {
        left: 150px;
    }

    .text4 {
        left: 13px;
        top: 146px;
    }

    .icon06 {
        right: 120px;
    }

    .text6 {
        top: 280px;
    }

    .text5 {
        left: 120px;
        bottom: -57px;
    }

    .text3 {
        text-align: left;
        right: 0;
        bottom: -60px;
    }

    .product-icon {
        width: 110px;
        position: absolute;
    }
}





@media screen and (min-device-height: 800px) and (max-device-height: 800px) {
    .product-icon {
        width: 90px;
    }
    .icon01 {
    left: 160px;
    top: 80px;
}.text1 {
    left: 55px;
    top: 173px;
}.icon07 {
    left: 186px;
    top: 320px;
}.text2 {
    right: 44px;
    top: 109px;
}.icon03 {
    right: 137px;
    bottom: 31px;
}.text7 {
    left: 75px;
    top: 410px;
}
}

