/*header start*/
#header{
    width: 100%;
    height: 129px;
    background: #fff;
}

.header-mian{
    width: 987px;
    height: 100%;
    margin: auto;
}

.header-mian-logo{
    width: 223px;
    height: 100%;
}
.header-mian-logo .logo_tit{
    width: 100%;
    height: 100%;
}
.header-mian-logo .logo_tit a{
    display: block;
    margin-top: 40px;
    width: 223px;
    height: 49px;
    overflow: hidden;
    font-size: 0;
    background: url("../images/search/logo.png")no-repeat;
    background-position: 0 0;
}
.header-mian-nav{
    margin-top: 6px;
}
.header-mian-nav ul li{
    float: left;
    line-height: 129px;
    font-size: 14px;
    color: #9f9f9f;
    vertical-align: middle;
}

.header-mian-nav ul li a{
    border-right: 2px solid #9f9f9f;
    color: #9f9f9f;
    padding: 0 8px;
}
.shortcut_btn img{
    vertical-align: middle;
    margin: 0 5px;
}
/*end header*/


/*contanier start*/
#contanier{
    position: relative;
    width: 100%;


}
.contanier-main{
    width: 987px;
    margin: auto;
}
.contanier-main-banner{
    width: 100%;
    height: 445px;
}
.com-search-bg{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 448px;
    background: url("../images/search/bg.png")no-repeat;
    background-position: 0 0;
    z-index: -1;
}
.search-banner-login{
    width: 280px;
    height: 300px;
    background: #fff;
    box-shadow: 2px 2px 2px 2px #fff;
    margin-top: 70px;
}
.login-form{
    height: 194px;
    width: 220px;
    margin: 49px auto;
}
.login-tab{
    float: left;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;

    border-bottom: 1px solid #e0e0df;
}
.login-tab a{
    color: #e0e0df;
}
.login-tab-active a{
    color: #b39447;
    border-bottom: 1px solid #555554;
}
.login-box,.login-search{
    float: left;
    width: 100%;
}
.form{
    padding: 30px 20px 0;
}
.form .item{
    position: relative;
    z-index: 6;
    margin-bottom: 20px;
}
.form .item .name-label{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url("../images/search/username.png")no-repeat;
}
.form .item .pwd-label{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    background: url("../images/search/passsword.png")no-repeat;
}
.item .itxt{
    line-height: 28px;
    height: 28px;
    border: 0;
    text-align: center;
    width: 180px;
    float: none;
    overflow: hidden;
    font-size: 14px;
    background: #efefef;
}
.login-btn{
    width: 179px;
    height: 30px;
    background: #b39447;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.clear-btn{
    position: absolute;
    z-index: 20;
    right: 6px;
    top: 12px;
    width: 14px;
    height: 14px;
    background: url(//misc.360buyimg.com/user/passport/1.0.0/widget/login-form-2018-0827/i/pwd-icons-new.png) -25px -143px no-repeat;
    cursor: pointer;
    display: none;
}
.search-tip{
    font-size: 13px;
    width: 100%;
    text-align: center;
    color: #b5b3b3;
    margin: 30px 0 0px;
}
.search-banner-intro{
    margin: 50px 0 0 50px;
}
.search-banner-intro h3{
    font-size: 28px;
    color: #bf9345;
    margin-bottom: 15px;
}
.search-banner-intro p{
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}
.search-banner-intro h5{
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

.contanier-main-ensure{
    margin-top: 40px;
    height: 272px;
    padding-left: 70px;
}
.contanier-main-ensure h3{
    margin: 0  0  15px 58px;
    font-size: 16px;
    font-weight: bold;
    color: #a4a4a4;
}

.ensure-items{
    background: url("../images/search/flow-bg.png")no-repeat;
    background-position: 0 0;
}

.main-ensure-item{
    float: left;
    margin-top: 30px;
}
.main-ensure-item:nth-child(1){margin-left: 27px;}
.main-ensure-item:nth-child(2){margin-left: 129px;}
.main-ensure-item:nth-child(3){margin-left: 51px;}
.main-ensure-item:nth-child(4){margin-left: 78px;}
.main-ensure-item:nth-child(5){margin-left: 53px;}

.main-ensure-item p{
    font-size: 12px;
    color: #a4a4a4;
}
.companyname{
    margin-top: 50px;
    text-align: center;
    color: #a4a4a4;
    font-size: 12px;

}


/*end contanier*/