*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font: 14px "微软雅黑", "Microsoft Yahei", arial, simhei;
    list-style-type: none;
    line-height: 30px;
}
a {
    color: #040404;
    /*blr: expression(this.onFocus=this.blur())*/
}
strong, b {
    font-weight: bold;
}
.clear {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.textcent {
    text-align: center
}
body{
    background: url(imagesbg.jpg) repeat-x fixed;
}
#Header{
    width: 1100px;
    margin: 0 auto;
}
.header {height: 210px;background: url(imagestop5.png) no-repeat #f7f7f7;}

/**********************导航区域开始*******************/
.nav {height: 55px;background-color: #1671c2;}
.nav ul {display:flex;line-height: 20px;}
.nav ul li{flex: 1; height: 55px;}
.nav ul a {color: #fff;font-size: 16px;font-weight: bold;display:block;line-height: 55px;text-align: center;}
.nav ul li:hover,.nav ul li.active{background: #004CA2;}
/**********************导航区域结束*******************/
/*<!--天气和搜索-->*/
.m_0 {height: 40px;padding-top:5px;padding-bottom:5px;border: 1px solid #f7f7f7;background:#fff;}
.tianqi {height: 40px;line-height: 40px; padding-left: 5px;float: left;width: 35%;}
.navsearch {width: 270px;height: 41px;float: right;padding-top: 5px;}
.word {width: 180px;height: 28px;float: right;border: 1px #1671C2 solid;padding-left: 37px;background: url(imagessst.png) no-repeat;outline: medium;}
.submit {width: 45px;height: 30px;line-height: 30px;background: #1671C2;float: right;text-align: center;font-size: 15px;cursor: pointer;color: #FFFFFF;border: none;outline: medium;}
#Content{
    width: 1100px;
    margin: 0 auto;
    background: #fff;
}
#Footer{
    clear: both;
    border-top: 3px solid #1671C2;
    width: 1100px;
    margin: 0 auto;
    background:#fff;
}
.foot {margin: 0 auto;width: 750px;text-align: left;color: grey;position: relative;font-size: 13px;padding: 10px 0;}
.foot *{line-height: 25px}