.test_list ul li{
    display: inline-block;
    width:10%;
    text-align: center;
    margin:1% 4.5%;
    vertical-align: top;
}
.test_list ul li div{
    border:1px dashed #2C2C2C;
    border-radius: 50%;
    width:65px;
    height:65px;
    margin:0 auto;
}
.test_list ul li div:hover{
    cursor: pointer;
    background-color: #7FAED5;
    border-color: #156AB2;
}
.test_list ul li img{
    padding:12px 0;
    width:40px;
    height:40px;
    vertical-align: middle;
}
.test_list ul li p{
    margin-top:15px;
}
.flowing02,.flowing03{
    width:85%;
    margin:0 auto;
    display: block;
}
.test_tale{
    text-align: center;
    width: 85%;
    margin: 30px auto;
}
.test_tale td{
    border:1px solid #666;
    padding:13px 3px;
}
.test_tale td label{
    margin-left:5px;
}
.test_tale td input,.test_tale td textarea{
    vertical-align: middle;
}
.test_tale td input[type=text],.test_tale td textarea{
    width:100%;
    text-align: center;
}
.download{
    width:80%;
    margin:0 auto;
    display: block;
}
.main_test{
    border:1px solid #F6F6F6;
    box-shadow: 3px 5px 10px #DDDDDD;
    padding:40px 0;
}
.main_test h2 a{
    color:#005DAB;
}
.bottom_banner img{
    width:100%;
}
.flowing03{
    display: none;
}
.test_btn{
    color:#fff;
    background-color: #0075bd;
    margin-bottom: 0;
}
.test_tale .jian_td{
    width:110px;
}
@media (max-width:1024px ){


}

@media (max-width:768px ){
    .test_list ul li{
        width:40%;
    }
    .bottom_banner,.flowing02{
        display: none;
    }
    .flowing03{
        display: block;
    }
    .test_tale .jian_td{
        width:60px;
    }
}