﻿@charset "UTF-8";
#design {
    background: url(../images/design_1920.jpg) center 70px no-repeat;
    height: 780px;
}

#design div {
    position: absolute;
    left: 128px;
    top: 170px;
    width: 1100px;
    height: 160px;
}

#design center {
    text-align: center;
}


/*#design .box {
    left: 30px;
    top: 30px;
}
*/

#design .tag {
    text-align: center;
    position: relative;
    padding: 450px 10px;
    line-height: 0.5;
}


/*#design .tag2 {
    left: 750px;
    top: 600px;
    position: absolute;
    padding: 10px;
    line-height: 0.5;
    width: auto;
}*/

#design .big {
    font-size: 47px;
    color: #ff7200;
    margin-bottom: 0;
}

#design .big .unit {
    font-size: 18px;
    color: #ff7200;
    margin-bottom: 0;
}

#design .small {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

@media screen and (max-width: 1366px) {
    #design {
        background: url("../images/design_1366.jpg") center 50px no-repeat;
        height: 605px;
    }
    #design div {
        left: 130px;
        top: 104px;
        width: 672px;
        height: 156px;
    }
    #design .tag {
        position: relative;
        padding: 300px 10px;
    }
    #design .big {
        font-size: 42px;
    }
    #design .big .unit {
        font-size: 15px;
    }
    #design .small {
        font-size: 15px;
    }
}

@media screen and (max-width: 960px) {
    #design {
        background: url("../images/design_960.jpg") center 50px no-repeat;
        height: 490px;
    }
    #design div {
        left: 26px;
        top: 85px;
        width: 560px;
        height: 143px;
    }
    #design .tag {
        position: relative;
        padding: 250px 10px;
    }
    /*    #design .tag2 {
        left: 330px;
        top: 330px;
    }*/
    #design .big {
        font-size: 42px;
    }
    #design .big .unit {
        font-size: 15px;
    }
    #design .small {
        font-size: 15px;
    }
}

@media screen and (max-width: 640px) {
    #design {
        background: url(../images/design_640.jpg) center -170px no-repeat;
        height: 390px;
    }
    #design div {
        top: 26px !important;
    }
    #design .tag {
        position: relative !important;
        padding: 60px 10px !important;
    }
    /*    #design .tag2 {
        left: 60px !important;
        top: -10px !important;
    }
*/
    #design .big {
        font-size: 32px !important;
    }
    #design .big .unit {
        font-size: 14px !important;
    }
    #design .small {
        font-size: 14px!important;
    }
}
