@charset "utf-8";
/*搜索样式*/
.btn-topsea {
    color: #fff;
    background-color: #C9141D;
    border-color: #C9141D
}
.btn-topsea:hover,
.btn-topsea:focus,
.btn-topsea:active,
.btn-topsea.active {
    color: #fff;
    background-color: #ea090a;
    border-color: #ea090a
}

.wb-header{
    width: 100%;
    /* float: left; */
}
.wb-header .wb-top{
    width: 100%;
    /* background-color: #000088; */
    background-color: #f0f0f0;
    height: 30px;
}
.wb-header .wb-top a{
    /* color: #333333; */
    height: 30px;
    line-height: 30px;
}
.wb-header .wb-top .top-l{
    width: 300px;
    float: left;
    margin-left: 10px;
}
.wb-header .wb-top .top-c{
    width: 300px;
    float: right;
    text-align: right;
}
.wb-header .wb-top .top-r{
    width: 200px;
    float: right;
    margin-right: 10px;
    text-align: right;
}
.wb-header .wb-search{
    width: 100%;
    padding: 15px 0px;
    /*border-bottom: 1px solid #000000;*/
    float: left;
}
.wb-header .wb-search .wb-logo{
    padding:5px 30px 0px 15px;
    float: left;
}
.wb-header .wb-search .wb-logo img{
    width: 200px;
    height: 90px;margin-left:-25px;
}
.wb-header .wb-search .wb-title{
    width: 170px;
    float: left;
    padding-top: 28px;
    color: #999999;
}
.wb-header .wb-search .wb-seaBox{
    width: 570px;
    float: right;
    padding:0px 10px 0px 35px;
}
.wb-header .wb-search .wb-seaBox .seaItem{
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
}
.wb-header .wb-search .wb-seaBox .seaInp{
    width: 100%;
    float: left;
    padding-top: 5px;
}
.wb-header .wb-search .wb-seaBox .seaInp input{
    width: 370px;
}
.wb-header .wb-nav{
    width: 100%;
    height: 40px;
    /* background-color:#666666; */
    background-color:#0264d3;
    /* background: -webkit-linear-gradient(to bottom, #999999 0%,#000000 50%,#999999 100%); Safari 5.1 - 6.0
    background: -o-linear-gradient(to bottom, #999999 0%,#000000 50%,#999999 100%); Opera 11.1 - 12.0
    background: -moz-linear-gradient(to bottom, #999999 0%,#000000 50%,#999999 100%); Firefox 3.6 - 15
    background: -ms-linear-gradient(to bottom, #999999 0%,#000000 50%,#999999 100%); IE
    background: linear-gradient(to bottom, #999999 0%,#000000 50%,#999999 100%); */
    float: left;
    /* padding: 0px 8px; */
}
.wb-header .wb-nav ul.wb-navUl{
    list-style-type: none;
}
.wb-header .wb-nav ul.wb-navUl>li{
    float: left;
    margin: 0px 1px;
}
.wb-header .wb-nav ul.wb-navUl>li>a{
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    display:inline-block;
    text-align:center;
    padding: 0px 14px;
    color: #ffffff;
}
/* start 1200像素 */
.wb-header .wb-nav ul.wb-navUl1200{
    list-style-type: none;
}
.wb-header .wb-nav ul.wb-navUl1200>li{
    float: left;
    margin: 0px 1px;
}
.wb-header .wb-nav ul.wb-navUl1200>li>a{
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    display:inline-block;
    text-align:center;
    padding: 0px 14px;
    color: #ffffff;
}
/* end 1200像素 */
.wb-header .wb-nav ul li a:hover,
.wb-header .wb-nav ul li.min:hover,
.wb-header .wb-nav ul li.current > a{
    background-color:#0032a6;
    text-decoration:none;
    -webkit-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s
}
.wb-header .wb-nav .dropDown ul.dropDown-menu li a:hover,
.wb-header .wb-top .dropDown ul.dropDown-menu li a:hover {
    background-color: #999999;
}
.wb-header .wb-nav ul li.min a{
    font-size: 12px;
    height: 30px;
    display:inline-block;
    line-height: 30px;
    margin-top: 9px;
}

/* .dropDown ul.dropDown-menu li a:hover {
    background-color: #999999;
} */
/**  细分市场&&城市站点  */
.wb-custombox{
    width:100%;
    float:left;
    background:#ADDCF6;
    padding:5px 0;
}
.wb-custombox ul{
    float:left;
    width:100%;
}
.wb-custombox ul li{
    float:left;
    margin:0 5px;
}