.indentcerch_cont {
    width: 100%;
    background: #f4f5f7;
}
.indentcerch_back_t {
    width: 100%;
    height: 400px;
    padding-top: 64px;
}
.back1 {
    background: url(../images/indentserch_back1.png) no-repeat;
    background-size: 100% 100%;
}
.back2 {
    background: url(../images/indentserch_back2.png) no-repeat;
    background-size: 100% 100%;
}
.back3 {
    background: url(../images/indentserch_back3.png) no-repeat;
    background-size: 100% 100%;
}
.back4 {
    background: url(../images/guanyu_back.png) no-repeat;
    background-size: 100% 100%;
}
.back5 {
    background: url(../images/notice_son_back.png) no-repeat;
    background-size: 100% 100%;
}
.indentcerch_cont_info {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    padding: 40px 0px 0px 10%;
}
.indentcerch_cont_info h1 {
    margin: 10px;
    font-family: Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 32px;
    color: #0f0f0f;
    line-height: 74px;
}
.indentcerch_cont_info p {
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #0f0f0f;
    line-height: 46px;
    margin: 10px;
}
.indentcerch_cont_btn {
    width: 150px;
    padding: 5px;
    line-height: 26px;
    background: #3476fe;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}
.indent_cont {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    top: -120px;
    cursor: pointer;
}
.indent_list_box {
    width: 15%;
    height: 200px;
    float: left;
}

.indent_list_box li {
    width: 100%;
    background: #ffffff;
    border-radius: 10px 0px 0px 10px;
    border: 2px solid #ffffff;
    text-align: center;
    margin: 5px;
    line-height: 30px;
    font-family: MiSans;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
    cursor: pointer;
}
.indent_list_box li:first-child {
    margin-top: 0px;
}
.indent_list_box li:hover {
    color: #3476fe;
}
.blue_btn {
    background: #3476fe !important;
    color: #ffffff !important;
}
.indent_cont_box {
    width: 56%;
    height: auto;
    background: #fff;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
}
.inquiry_serch_from h2 {
    font-family: MiSans;
    font-weight: 400;
    font-size: 18px;
    color: #3476fe;
}
.line_blue_left {
    text-align: left;
    margin-top: 20px;
    font-family: MiSans;
    font-weight: 600;
    font-size: 14px;
    color: #0f0f0f;
}
.line_blue_left span {
    /* display: inline-block; */
    height: 20px;
    width: 1px;
    border-left: 3px solid #3476fe;
    margin-right: 10px;
}
.inquiry_btn {
    width: 30%;
    border-radius: 30px;
    margin: 20px auto;
}
