#index_down>a{
    background: #ee8e20;
}
.down_t{
    width:100%;
    margin:1.364% 0;
    text-align: right;
}
.down_t a{
    float: right;
    margin-left:0.5%;
}
.down_t span{
    margin-top: 0.2%;
    display: block;
    float: right;
}
.down_l{
    width:20%;

}
.down_l p{
    font-size:1.666em;
    border-bottom: 1px solid #DDDDDD;
    padding: 2% 10%;
    background: url("../images/cases_01_03.jpg") no-repeat left center;
}
.down_l li{
    padding:4% 10%;
    border-bottom: 1px solid #F0F0F0;
    background: url("../images/cases.png") no-repeat 4% center;
    font-size:1.166em;
}
.down_r{
    width:76%;
    margin-bottom: 6%;
}
.down_r>img{
    width:100%;
}
.down_r>p{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #ee8e20;
    font-size:1.5em;
    text-indent:5%;;
    background:#F3F3F3 url("../images/get_11.jpg")no-repeat 2% center;
}
.down_box{
    width: 100%;
}
.down_box div{
    margin:1.9% 5%;
    background: url("../images/down.png") no-repeat left center;
    text-indent:10px;
    font-size:1.166em;
}
.down_box div a{
    float: right;
}
@media screen and (max-width:991px){
    .down_l p{
        padding-left:14%;
    }
}
@media screen and (max-width:768px){
    .down_r>p {
        text-indent: 6%;
    }
    .down_t span {
        line-height: 21px;
    }
    #index_down>a{
        color: #ee8e20;
    }
    .down_l {
        display: none;
    }
    .down_r {
        width: 100%;
        margin-top:3%;
    }
    .down_r>p {
        text-indent:35px;
        background: #F3F3F3 url(../images/get_11.jpg)no-repeat 15px center;
    }
    section>div {
        font-size: 0.9em;
    }
}
@media screen and (max-width:370px){
    section>div{
        width: 98%;
    }
    .down_box div {
        margin: 1.9% 2%;
    }
}