@charset "utf-8";
.nav-w{
    padding-top: 10px;
}
.top-ss{
    float: right;
    margin-top: 10px;
}
.top-ss .ssbtn{
    float: left;
    width: 100px;
    height: 48px;
    margin-left: 10px;
    line-height: 48px;
    background: #00AAFF;
    color: #FFF;
    text-align: center;
    font-size: 16px;
}
.top-ss .ssbtn a{
    color: #FFF;
}
.top-ss .retel{
    float: left;
    width: 220px;
    margin-left: 30px;
}
.top-ss .retel img{
    float: left;
}
.top-ss .retel p{
    width: 160px;
    float: left;
    line-height: 24px;
    color: #1296db;
    font-size: 16px;
}
.top-ss .retel p b{
    font-size: 22px;
}
.down-dtss{
    width: 100%;
    background-color: #1548a5;
    height: 280px;
}
.down-dtss .sousuo{
    width: 1200px;
    margin: 0 auto;
    background: url(../images/zhikubg.png) top center no-repeat;
    height: 280px;
}
.down-dtss .sousuo .alinks{
    width: 500px;
    margin: 20px auto;
}
.down-dtss .sousuo .alinks a{
    display: inline-block;
    color: #FFF;
    width: 95px;
    text-align: center;
    font-size: 15px;
}
.container-search {
    width: 530px;
    position: relative;
    background-color: rgba(255,255,255);
    font-size: 14px;
    border: #00AAFF 1px solid;
    float: left;
    margin-top: 0;
}
.container-search:after {
    content: '';
    display: block;
    clear:both;
}
.container-search>div {
    float: left;
}
.container-search .logo {
    width: 100%;
    height: 120px;
    margin: 0 auto 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 120px;
}
.container-search .input {
    position: relative;
    width: 460px;
    height: 46px;
	float:left;
}
.container-search .input>input {
    position:absolute;
    outline: none;
    border: none;
    padding: 0 10px;
    margin: 0;
    height: 46px;
    width: 340px;
    color: #565656;
    font-size: 16px;
    background-color:transparent;
    left: 100px;
}
.container-search .input>input::-webkit-input-placeholder {
    color:#999;
}
.container-search .input .picker {
    width: 85px;
    position: absolute;
    padding-right: 0;
    padding-left: 10px;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 48px;
    cursor: pointer;
    color: #565656;
    font-size: 16px;
    text-align: left;
    text-indent: 15px;
    background: url("../images/icon-downxz2.png") top right no-repeat;
    user-select: none;
    border-right: #00AAFF 1px solid;
}
.container-search .input .picker-list {
    list-style: none;
    padding: 5px 0;
    width: 95px;
    position: absolute;
    border-right: #00aaff 1px solid;
    border-left: #00aaff 1px solid;
    border-bottom: #00aaff 1px solid;
    left: -1px;
    top: 46px;
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    background-color:#FFF;
    display: none;
    z-index: 1;
}
.container-search .input .picker-list>li {
    text-align:center;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    line-height: 46px;
}
.container-search .input .picker-list>li:hover {
    background-color: #00AAFF;
    cursor: pointer;
    color: #FFF;
}
.container-search .input .hot-list {
    padding: 10px 0;
    display:none!important;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 52px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
}
.container-search .input .hot-list>a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}
.container-search .input .hot-list>a:hover {
    background-color: #f3f3f3;
}
.container-search .input .hot-list>a>div {
    float: left;
}
.container-search .input .hot-list>a>div.number {
    text-align: center;
    width: 40px;
}
.container-search .search {
    width: 70px;
    height: 46px;
    cursor: pointer;
    text-align: center;
	float:left;
}
.container-search .search a{
    width: 70px;
    line-height: 46px;
    background: #00aaff;
    text-align: center;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
}
.container-search .input>select{
	width: 94px;
    border: none;
    line-height: 46px!important;
    height: 46px!important;
    font-size: 16px;
    padding-left: 18px;
	color:#232323!important;
	background:transparent!important;
}
.container-search .search>input{
	width: 70px;
    height: 46px!important;
    background: #00aaff;
    text-align: center;
    display: inline-block;
    color: #FFF;
    font-size: 16px;
	line-height:46px!important;
	border:none;
	cursor:pointer;
	border-radius:0;
}