/*顶部欢迎条*/
.top-welcome{
    width: 100%;
    background: #F0F0F0;
    line-height: 30px;
}
.top-welcome>div{
    width: 1280px;
    color: #999999;
    min-width: 1280px;
    background: #F0F0F0;
    margin: auto;
}
.top-welcome>div>a{
    text-decoration: none;
    color: #999999;
    font-size: 14px;
}
.top-welcome>div>div{
    float: right;
    height: 30px;
}
.top-welcome>div>div>a{
    text-decoration: none;
    display: block;
    float: left;
    font-size: 12px;
    color: #999999;
}
.top-welcome>div>div>div{
    width: 1px;
    float: left;
    height: 50%;
    background: #999;
    margin: 5% 15px 0;
}

/*logo和搜索的大div*/
.logo-search-box{
    width: 100%;
    background: #fff;
}
.logo-search-box>div{
    width: 1280px;
    margin: auto;
    overflow: hidden;
    height: 70px;
    padding: 40px 0;
    position: relative;
}
.logo-search-box>div>img{
    display: block;
    width: 375px;
    height: 70px;
    float: left;
    border-right: 1px solid #DCDCDC;
    padding-right: 25px;
    margin-right: 25px;
}
.logo-phone-num{
    float: left;
    position: relative;
    height: 70px;
}
.logo-phone-num>h3{
    width: 200px;
    display: block;
    font-weight: 700 !important;
    text-align: center;
    background: #2694DE;
    border-radius: 50px;
    font-size: 24px;
    padding: 2px 0;
    color: #fff;
}
.logo-phone-num>p{
    text-align: center;
    width: 200px;
    font-size: 24px;
    font-weight: bolder;
    color: #333333;
    position: absolute;
    bottom: 0;
}
.search-bg{
    width: 420px !important;
    height: auto !important;
    border-right: none !important;
    margin: 0 !important;
    position: relative;
    top: -75px;
    z-index: 0;
    padding: 0 !important;
    float: right !important;
}
.search-input-box{
    float: right;
    position: absolute;
    right: 0;
    bottom: 40px;
}
.search-input-box>input{
    margin: 0;
    outline: none;
    width: 260px;
    height: 34px;
    padding: 0;
    padding-left: 10px;
    border: 1px solid #DCDCDC;
}
.search-input-box>div{
    width: 36px;
    height: 36px;
    float: right;
    line-height: 36px;
    margin-right: 25px;
    text-align: center;
    background: #A0A0A0;
    color: #Fff;
}