/* css 重置 */

a{ text-decoration:none; color:#333;  }
*{padding:0px;margin:0px;font-family:"微软雅黑";box-sizing:border-box;}
.clear {clear: both;}
ul{list-style: none;}
.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
/*天气*/
.weather{ top: 59px;left: 55px;float: left;position: absolute;width: 190px;}
.weather span{color: #626262;font-weight: bold;position: absolute;top: 52px;font-size: 12px;left: 24px;}
/*.weather span{font-size: 13px;margin: 0px 22px;width: 100px;color: #626262;font-family: "宋体"}*/
/*banner*/
.banner{margin-left: 300px;margin-top: 20px;width: 870px;float: left;height: 170px;}
.banner img{width:100%;height: 81%}
/*登录/注册*/
.login{position: relative;right: 80px;top: 20px;text-align: center;float: right;}
.login a{color:#626262;font-size: 16px;font-weight: bold;}
/*搜索*/
.search{position: relative; right: 80px; float: right;top: 40px;}
/*menu*/
.menu{
    width: 100%;
    text-align: center;
    margin-top:20px;
    border:1px solid #f5f5f5;
    background: #fcfcfc;
}
.main_div{
    width: 80%;
    margin:0 auto;
    display: inline-block;
    margin-left: 5%;
}
.main_div li{
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    width: 160px;

}

.main_div li a:hover{
    color:#53acef;
}
.main_div li a:hover span{
    color:#53acef;
}


.main_div li a{
    padding:10px 0px;
    height: 85px;
    display:block;
    color: #5d5d5d;

}
.main_div li a span{
    display: block;
    font-size: 14px;
    color: #b2b2b2;
}

.menu .main_div .on{
    color:#53acef;
    background: url(../images/nav_hover.png) bottom center no-repeat;
}

.menu .main_div .on span{
    color:#53acef;
}

.lang{
    width: 10%;
    position: relative;
    top: -10px;
    display: inline-block;
}
.lang li{
    width: 30px;
    display: inline-block;
    margin-left: 15px;
    font-weight:bold;
}
.lang li a{
    display:block;
    height:30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
    color: #636363;
    border: 1px solid #636363;
    border-radius: 15px

}

.lang li .on{
    display:block;
    height:30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #53aded;
    border: 1px solid #53aded;
    border-radius: 15px

}
