@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
.saveWidth{
    width: 1170px;
    margin: auto;
}
.head-top{
    width: 100%;
    height: 112px;
    background: url("../images/pccommon.png") no-repeat center;
    background-size: cover;
}
.head-top-left{
    margin-top: 10px;
}
.head-top-con img{
    /*width: 40%;*/
    float: left;
}
.head-top-mid{
    float: right;
    padding-top: 6px;
    text-align: right;
    margin-right: 28px;
    margin-top: 18px;
    position: relative;
}
.head-top-right{
    float: right;
}
.head-top-right p{
    display: block;
    float: left;
    font-size: 14px;
    color: #FFFFFF;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    margin-left: 10px;
}
.head-top-right p:hover{
    cursor: pointer;
}
.head-li{
    position: relative;
}

.head-top-right{
    font-size: 14px;
    margin-top: 30px;
    text-align: right;
}
.head-top-right button{
    width: 70px;
    height: 29px;
    outline: 0;
    line-height: 29px;
    text-align: center;
    border-radius: 3px;
    background: #0b9fec;
    color: #FFFFFF;
    border: 1px solid #dddddd;
    margin-top: 7px;
    cursor: pointer;
}
.head-top-right button:hover{
    background: #1361cf;!important;
    border: none;
    width: 70px;
    height: 30px;
}
.head-msg{
    display: block;
}
.head-btn{
    display: none;
}

.headerLogin,.headerRegister{
    float: left;
}
.headerLogin{
    margin-right: 10px;
}
.head-msg img,.head-msg p,.head-msg button{
    float: left;
}
.head-weather{
    overflow: hidden;
    /*border: 1px solid #66c0ff;*/
}
.head-weather:hover{
    cursor: pointer;
}
.head-weather li{
    float: left;
    list-style: none;
    height: 45px;
    overflow: hidden;
    font-size: 12px;
    color: #FFFFFF;
    width: 138px;
    margin: 5px;
}
.weather-li div,.weather-li img{
    float: left;
}
.weather-hot,.weather-old{
    text-align: left;
    margin-top: 5px;
}
.weather-city{
    line-height: 45px;
    margin-left: 10px;
}
.weather-tiqi{
    margin: 7px 5px 0px 6px;
}
.weather-day{
    margin: 7px 5px 0 0;
}
.weather-old{
    position: relative;
}
.weather-today{
    position: absolute;
    top:11px;
    left: -27px;
}
.head-top-mid:hover{
    cursor: pointer;

}
.head-div{
    border: 1px solid #89c3eb;
    background: #0a96ee;
    color: #FFFFFF;
    display: none;
    position: absolute;
    top:62px;
    left: 0;
}
.head-day{
    overflow: hidden;

}
.head-day li{
    list-style: none;
    float: left;
    height: 35px;
    border-right: 1px solid #66c0ff;
    width: 130px;
    margin: 15px 0;
}
.head-day li:nth-of-type(1){
    font-size: 40px;
    padding-right: 12px;
    text-align: right;
    padding-bottom: 9px;
}
.head-day li:nth-of-type(2){
    font-size: 14px;
    text-align: left;
    border-right: none;
    padding-left: 20px;
    line-height: 22px;
}
.weather-bottom,.weather-weather{
    overflow: hidden;
}
.weather-weather{
    text-align: center;
}
.weather-bottom ul{
    float: left;
}
.weather-bottom ul:nth-of-type(1){
    margin-left: 8px;
}
.weather-bottom ul:nth-of-type(2){
    margin: 0 16px 0 16px;
}
.weather-bottom ul:nth-of-type(3){
    /*margin-right: 12px;*/
}
.weather-weather li{
    list-style: none;
}
.weather-img{
    margin-left:24px;
}
.weather-bottom{
    margin-bottom: 18px;
    margin-top: 10px;
}
/*---------下拉框------------*/
.headerSelect{
    width: 101px;
    height:29px;
    line-height: 29px;
    padding-left: 10px;
    border: none;
    background: url("../images/headerXiaLa.png") no-repeat #1361cf  84px 12px;
    outline: 0;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}

.headerUl{
    overflow: hidden;
    position: absolute;
    top: 28px;
    left: 0;
    display: none;
    
    background:#1361cf ;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.headerUl li{
    list-style: none;
    height: 29px;
    line-height: 29px;
    width: 101px;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}
.headerUl li span{
    padding-left: 10px;
}
.headerDiv{
    float: left;
    position: relative;
    margin-top: 45px;
    border-radius: 3px;
    background:#1361cf ;
}
.headerDiv:hover{
    background: #0571e5;
}

.headerUlClick{
    background: #f39e41;
}