.bodystore{
    background-color: #ffe8cd;
    font-family: tahoma;
}
.head-preent{
    background-color: #fff;
    height: 100%;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    border-left: 1px solid #f96519;
    border-right: 1px solid #f96519;
}
.clear:after{
    clear: both;
    display: block;
    content: "";
    height: 0;
}
.clear{
    clear: both;
}
.wrapper-head{
    max-width: 1070px;
    width: 100%;
}
.in-con{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-bottom:60px;
    margin-top: 20px;
}
.iconbox{
    width: 250px;
    height: 84px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    box-sizing: border-box;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
}
.iconbox:nth-child(4n) {
    border-right: none;
}
.iconbox:nth-child(n+5) {
    border-bottom: none;
}
.iconbox i{
    padding-top: 15px;
    font-size: 38px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    color: #f37a01;
}
.iconbox .icon-txt{
    display: inline-block;
    width: 160px;
    vertical-align: top;
    margin-left: 15px;
}
.iconbox .icon-txt p {
    font-size: 13px;
    color: #636363;
}
.iconbox .icon-txt p.icon-title {
    font-size: 14px;
    color: #f37a01;
    font-weight: bold;
    font-family: "tahoma",sans-serif;
}
.ribbon{
    max-width: 420px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
}
.ribbon_l{
    background-image: url(../images/ribbon_l.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 60px;
    display: inline-block;
}
.ribbon_r{
    background-image: url(../images/ribbon_r.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 60px;
    display: inline-block;
}
.ribbon_c{
    max-width: 330px;
    width: 100%;
    height: 60px;
    background-color: #f37a01;
    display: inline-block;
    vertical-align: top;
}
.ribbon_c i{
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
}
.txt-hit{
    font-family: sukhumvitlight;
    font-size: 34px;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 12px;
}
.box-youdont{
    width: 900px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.box-youdont ul{
    
}
.box-youdont ul li{
    display: inline-block;
    max-width: 295px;
    width: 100%;
    height: 65px;
    vertical-align: top;
}
.box-youdont i{
    font-size: 40px;
    color: #f37a01;
    display: inline-block;
    vertical-align: top;
}
.txt-youdont{
    font-size: 14px;
    color: #636363;
    display: inline-block;
    width: 230px;
    margin-left: 10px;
    padding-top: 3px;
    line-height: 16px;
    font-weight: normal;
}
.num-youdont{
    padding-top: 10px;
    font-size: 27px;
    line-height: 18px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: top;
    color: #f37a01;
    font-weight: bold;
    width: 29px;
    height: 30px;
    border-radius: 20px;
    background-color: #ffe8cd;
}


@media (min-width: 300px) and (max-width: 480px){
    .head-preent{
        width: 100%;
    }
    .wrapper-head{
        max-width: 1070px;
        width: 100%;
    }
    .ribbon.h_in-con{
        clear: both;
        padding-top: 1.5em;
    }
    .in-con{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .in-con .iconbox{
        width: 49%;
        text-align: center;
        padding: 0;
        box-sizing: border-box;
        height: inherit;
        float: none;
        display: inline-block;
        border:none;
    }
    .iconbox i{
        line-height: inherit;
        display: block;
        margin: 0 auto;
    }
    .iconbox .icon-txt{
        margin: 0;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
    }
    
}