/* Í·²¿ */
.header{
    width: 100%;
    height: 65px;
    box-shadow: 0 10px 15px -10px #e7e7e9;
    background: #fff;
    line-height: 58px;
    position: relative;
}
.header .logo{

}
.header ul.list{
    margin-left: 52px;
}
.header ul.list li{
    margin-right: 48px;
}
.header ul.list li a{
    font-size: 18px;
    color: #484848;
}
.header ul.list li a:hover{
    font-weight: bold;
}
.header ul.list li.more{
    cursor: pointer;
    margin-top: 18px;
    padding: 10px 10px 18px 10px;
}
.header ul.list li.more span{
    width: 17px;
    height: 3px;
    background-position: -176px -15px;
    display: block;
}
.header ul.list li.more:hover span{
    background-position: -176px -21px;
}
.searchBox{
    width: 402px;
    height: 42px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #80d1ff;
    overflow: hidden;
    margin-top: 7px;
} 
.searchBox .searchIcon{
    width: 18px;
    height: 18px;
    display: block;
    background-position: 0 0;
    margin-top: 12px;
    margin-left: 20px;
}
.searchBox .searchText{
    height: 42px;
    width: 250px;
    margin-left: 5px;
    padding-left: 10px;
    font-size: 16px;
    color: #bfbfbf;
}
.searchBox .search{
    width: 95px;
    height: 36px;
    background: -webkit-linear-gradient(left,#41b9ff,#5b8bff);
    background: -moz-linear-gradient(left,#41b9ff,#5b8bff);
    background: -o-linear-gradient(left,#41b9ff,#5b8bff);
    background: -ms-linear-gradient(left,#41b9ff,#5b8bff);
    background: linear-gradient(left,#41b9ff,#5b8bff);
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 5px;
    text-indent: 5px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin: 3px 3px 3px 0px;
}
.searchBox .search:hover{
    background: -webkit-linear-gradient(left,#5b8bff,#41b9ff);
    background: -moz-linear-gradient(left,#5b8bff,#41b9ff);
    background: -o-linear-gradient(left,#5b8bff,#41b9ff);
    background: -ms-linear-gradient(left,#5b8bff,#41b9ff);
    background: linear-gradient(left,#5b8bff,#41b9ff);
}
.header_fc{
    width: 710px;
    height: 112px;
    padding: 10px 20px 20px 20px;
    background: #fff;
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -375px;
    box-shadow: 0px 0px 10px 5px #edeef0;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
    z-index: 999;
}
.header_fc li{
    width: 170px;
    height: 46px;
    background: #f6f6f6;
    line-height: 46px;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 0px !important;
}
.header_fc li a{
    font-size: 16px;
    color: #484848;
}
.header_fc li a:hover{
    color: #484848 !important;
    font-weight: 500 !important;
}
.header_fc li:hover{
    background: linear-gradient(left,#e3f5ff,#e7eeff);
    background: -webkit-linear-gradient(left,#e3f5ff,#e7eeff);
    background: -moz-linear-gradient(left,#e3f5ff,#e7eeff);
    background: -ms-linear-gradient(left,#e3f5ff,#e7eeff);
    background: -o-linear-gradient(left,#e3f5ff,#e7eeff);
}
/* µã»÷ËÑË÷¿ò£¬Òþ²Øplaceholder */
input.searchText:focus::-moz-placeholder {
    color: #fff;
}

input.searchText:focus::-webkit-input-placeholder {
    color: #fff;
}