
.banner{
    background:url(/statics/images/webico/szfy/banner.jpg) center top no-repeat;
    background-size:100%;
    height:500px;
    width:100%;
}
.item_title{
    font-size:2em;
    color:#ca5329;
    text-align:center;
}
.describe{
    margin-top:3%;
}
.shortstature{
    width:100%;
    display:table;
    margin:1% 0 0 0;
    padding:0;
    list-style:none;
}
.shortstature li:first-child{
    float:left;
    width:45%;
}
.shortstature li:last-child{
    float:right;
    width:50%;
    margin-top:5%;
}
.shortstature li:last-child h2{
    color:#ca5329;
    font-size:1.2em;
    font-weight:initial;
    
}
.shortstature li:last-child p{
    margin-top:3%;
}
.clear_float{
    float:left;
}
.consulting{
    padding:8px 100px;
    color:#fff;
    display:table;
    margin:2% auto 0 auto;
    background-color:#fc602b;
    border-radius:40px;
    font-size:1.2em;
}
.harm{
    margin-top:2%;
    border-spacing:5px;
    border-collapse:separate;
    width:100%;
}
.harm td{
    width:50%;
    background-color:#fff6f1;
    padding:4%;
    vertical-align:top;
}
.harm td h2{
    color:#d05329;
    text-align:center;
    font-weight:initial;
    font-size:1.2em;
}
.harm td p{
    margin-top:2%;
}
.misunderstand{
    width:100%;
    display:table;
    margin:1% 0 0 0;
    padding:0;
    list-style:none;
}
.misunderstand li:first-child{
    width:45%;
    float:left;
}
.misunderstand li:last-child{
    width:50%;
    float:right;
    margin-top:5%;
}
.outpatient{
    margin-top:1%;
    border-spacing:8px;
    border-collapse:separate;
    width:100%;
}
.outpatient td{
    width:33.3333333333%;
    padding:2% 2%;
    background-color:#fff6f1;
    border-radius:8px;
    vertical-align:top;
}
.outpatient td h2{
    font-weight:initial;
    font-size:1.2em;
    color:#ca5329;
    text-align:center;
}
.outpatient td img{
    border-radius:8px;
    margin-top:2%
}
.outpatient td p{
    margin-top:2%;
}
.expert{
    margin-top:3%;
    border-spacing:0px;
    border-collapse:separate;
    width:100%;
}
.expert td:first-child{
    width:25%;
}
.expert td:last-child{
    width:75%;
    background-color:#fff6f1;
    padding:0 5%;
}
.expert td:last-child h1{
    color:#ca5329;
    font-size:1.5em;
}
.expert_job{
    margin-top:1%;
    font-size:1.1em;
}
.expert_js{
    margin-top:2%;
}
.expert_sc{
    margin-top:2%;
}

@media screen and (min-device-width:371px) and (max-device-width: 420px) {
    body{
        line-height:1.5em;
    }
    .content_modular{
        margin-top:4%;
    }
    .banner{
        background:url(/statics/images/webico/szfy/m_banner.jpg) center top no-repeat;
        height:260px;
        background-size: 100%;
    }
    .item_title{
        font-size:1.3em;
    }
    .shortstature li:first-child{
        width:100%;
    }
    .shortstature li:last-child{
        width:100%;
        margin-top:2%;
    }
    .harm td{
        padding:4% 2%;
    }
    .misunderstand li:first-child{
        width:100%;
    }
    .misunderstand li:last-child{
        width:100%;
        margin-top:2%;
    }
    .outpatient{
        border-spacing:0;
    }
    .outpatient td{
        width:96%;
        float:left;
        margin-top:8px;
    }
    .expert{
        margin-top:3%;
    }
    .expert td{
        vertical-align:top;
    }
    .expert td:last-child{
        padding:0 0 0 2%;
        background-color:#fff;
    }
    .expert td:last-child h1{
        font-size:1.3em;
    }
    .expert_job{
        font-size:1em;
    }
    .expert_js{
        display:none;
    }
    .expert_sc{
        margin-top:2%;
        line-height:1.3em;
    }
}
@media screen and (min-device-width:320px) and (max-device-width: 370px) {
    body{
        line-height:1.5em;
    }
    .content_modular{
        margin-top:4%;
    }
    .banner{
        background:url(/statics/images/webico/szfy/m_banner.jpg) center top no-repeat;
        height:230px;
        background-size: 100%;
    }
    .item_title{
        font-size:1.3em;
    }
    .shortstature li:first-child{
        width:100%;
    }
    .shortstature li:last-child{
        width:100%;
        margin-top:2%;
    }
    .harm td{
        padding:4% 2%;
    }
    .misunderstand li:first-child{
        width:100%;
    }
    .misunderstand li:last-child{
        width:100%;
        margin-top:2%;
    }
    .outpatient{
        border-spacing:0;
    }
    .outpatient td{
        width:96%;
        float:left;
        margin-top:8px;
    }
    .expert{
        margin-top:3%;
    }
    .expert td{
        vertical-align:top;
    }
    .expert td:last-child{
        padding:0 0 0 2%;
        background-color:#fff;
    }
    .expert td:last-child h1{
        font-size:1.3em;
    }
    .expert_job{
        font-size:1em;
    }
    .expert_js{
        display:none;
    }
    .expert_sc{
        margin-top:2%;
        line-height:1.3em;
    }
}