/* 搜索 */
.search {
    width: 20px;
    height: 20px;
    background: url(../images/search.png) no-repeat 58% 50%;
}

#bnt_search {
    width: 100%;
    height: 100%;
}

#bnt_search a {
    width: 100%;
    height: 100%;
    display: block;
}

#j_seach_box {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

#j_seach_box .bg_box {
    position: fixed;
    z-index: 8;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

#j_seach_box .box_size {
    background: url(../images/x.png) no-repeat;
    width: 50px;
    height: 50px;
    z-index: 9;
    position: absolute;
    background-size: 50px;
    top: 35%;
    right: 24%;
    cursor: pointer;
}

#j_seach_box form {
    position: absolute;
    overflow: hidden;
    top: 45%;
    z-index: 9;
    width: 685px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#j_seach_box input[type="text"] {
    border: none;
    width: 560px;
    display: block;
    height: 60px;
    color: #434343;
    font-size: 15px;
    background: #FFF;
    line-height: 60px;
    float: left;
    text-indent: 15px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    outline: none;
}

#j_seach_box input[type="submit"] {
    background: #098E2C;
    height: 62px;
    width: 120px;
    cursor: pointer;
    border: none;
    color: #FFF;
    float: left;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}
