.product_box form {
    width: 100%;
    padding: 60px 20% 40px;
}
.nav_xhuas {
    background-color: #fff !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #004fa3;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}
.classify {
    /* height: 40px; */
    border-bottom: 1px dashed #d6d6d6;
    color: #666666;
    padding: 4px 0;
    font-size: 14px;
}
.product_box label {
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.product_box label input {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 49px;
    border: 1px solid #ececec;
    width: 80%;
    height: 49px;
    padding-left: 2%;
}
.classify p {
    width: 70px;
    float: left;
    text-align: right;
    line-height: 40px;
}
.classify ul li {
    float: left;
    margin-left: 20px;
    cursor: pointer;
    line-height: 40px;
}
.classify ul li a {
    padding: 4px 6px;
    border-radius: 4px;
    text-decoration: none;
    color: #666;
}
.backRed {
    background-color: #004fa3;
    color: #fff !important;
}
.list_b_box01 {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
}
.list_b_box h4 {
    color: #333333;
    font-size: 16px;
    padding: 0 0 10px;
}
.list_b_box p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.tag_ul_li_a {
    text-decoration: none !important;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 28px;
    background-color: #004fa3;
    border-radius: 4px;
    margin-right: 15px;
    line-height: 28px;
    margin-top: 20px;
    padding: 0 10px;
}
.tag_ul_li_a:hover{
    color: #fff;
}
.product_box label input.sousuo_button {
    width: 20%;
    height: 49px;
    line-height: 49px;
    color: #fff;
    background: #004fa3;
    padding: 0;
}