body{
    background-color: #fff;
    position: relative;
}
.dis_none{
    display: none;
}
.dis_vis{
    display: block;
}
.clear{
    clear: both;
}
.new_head{
     background: url(../images/index/cangdushouye_01.png); 
    /*background: url('../images/public/esdbj.png') no-repeat top center;*/
/*background: url('../images/public/xyershida.png') no-repeat top center; */
   /*  background: url('../images/public/cdbjhs.png') no-repeat top center;*/
    background-size: 100% 100%;
    height: 480px;
}
.new_head .head_top {
    height: 50px;
    line-height: 50px;
}
/*.new_head .head_top div a,.new_head .head_top{
    color: #fff;
}*/
.new_head .head_top div a:hover{
    color: #cf0304;
}
.head_logo {
    width: 550px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}
.new-search-box{
    background-color: #fff;
    height: 45px;
    border: 1px solid #dfdfdf;
    margin-top: 40px;
}
.new-search{
    height: 100%;
}
.new-search .user-input{
    width: 85%;
    height: 100%;
    display: inline-block;
    outline: 0;
    border: 0;
    font-size: 16px;
    padding-left: 10px;
}
.user-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #9c9c9c;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9c9c9c;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9c9c9c;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9c9c9c;
    }
.new-search-btn{
    vertical-align: middle;
    height: 30px;
    border: 0;
    outline: none;
    background: transparent url(../images/index/fdj.png) center no-repeat;
    background-size:auto 90%;
    border-left: 1px solid #9c9c9c;
    width: 68px;
}
.rdcx {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
}
.rdcx a {
    margin-right: 10px;
}
.head_logo >img{
    margin-bottom: 0;
}

@media(max-width: 768px){
    .head_logo{
        width: 100%;
    }
    .new-search{
        text-align: left;
    }
    /* .new-search .user-input {
        width: 75%;
    } */
    .new-search .user-input{
        width: calc(100% - 80px);
    }
    .main{
        margin-top: 0;
    }
    .new_head {
        /* background: url(../images/public/xyershida.png) no-repeat -80px 0;
        background-size: auto 330px; */
        background: url('../images/index/cangdushouye_01.png');
        /* background: url('../images/public/cdbjhs.png'); */
        background-size: 100% 100%; 
    }
    .head_logo{
        width: 100%;
    }
    .logo_div>img {
        width: 85%;
    }
    .head_top .head-title {
        float: none;
        height: 40px;
        line-height: 40px;
    }
    .head_top .loginbox {
        float: none;
        height: 30px;
        line-height: 30px;
        text-align: right;
    }
    .head_logo {
        margin-top: 65px;
        /* margin-top: 30px; */
    }
}
