* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei";
}

html,
body {
    width: 100%;
    position: relative;
    min-width: 1200px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.f-clear {
    clear: both;
}

a {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

img {
    border: none;
    vertical-align: middle;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

#header {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
}

.header-content {
    width: 1200px;
    margin: 0 auto;
    height: 39px;
    line-height: 39px;
    color: rgb(51, 51, 51);
    font-size: 12px;
}

.main-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header-item {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    position: relative;
}

.header-item:hover {
    background-color: white;
    border-left: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
}

.header-item-hidden {
    position: absolute;
    top: 40px;
    right: -1px;
    text-align: center;
    z-index: 10000;
    background-color: white;
    cursor: default;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s;
}

.header-item:hover .header-item-hidden {
    max-height: 400px;
    border: 1px solid rgb(238, 238, 238);
    border-top: 0;
}

.headr-item-first {
    margin-top: 17px;
}

.city-link .headr-item-first {
    margin-top: 10px;
}

.header-item-hidden.wechat {
    width: 148px;
    height: 200px;
}

.header-item-hidden>.weibo {
    margin-top: 20px;
    cursor: pointer;
}

.header-item-hidden.city-link {
    width: 98px;
}

.header-item-hidden.city-link>div {
    height: 20px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.header-item-hidden.city-link>div span {
    border-radius: 10px;
    width: 44px;
    display: inline-block;
}

.header-item-hidden.city-link>div:hover span {
    background-color: rgb(6, 108, 204);
    color: white;
}

.header-item img {
    position: relative;
    top: -1px;
    margin-right: 4px;
}

#navbar {
    height:auto;
    min-height: 80px;
    background-color: #fff;
    position: relative;
}

.category-title {
    display: none;
}

.navbar-content {
    width: 1200px;
    margin: 0 auto;
}

.main-title {
    height: 48px;
    margin-top: 16px;
    min-width: 290px;
}

.main-title div.category-title {
    margin-left: 20px;
    height: 48px;
    border-left: 1px solid #e5e5e5;
    color: #0066cc;
    text-indent: 20px;
    font-size: 22px;
    line-height: 48px;
}

.navbar-item ul {
    list-style: none;
}

.navbar-item ul li {
    float: left;
    line-height: 80px;
    padding-left: 30px;
    min-width: 64px;
    text-align: center;
}

.navbar-item ul li img {
    vertical-align: middle;
}

.navbar-item ul li a span+img {
    margin-left: 5px;
    transform: rotate(0deg);
    transition: transform 0.3s;
}

.navbar-item ul li a {
    font-size: 16px;
    color: #101010;
    font-weight: bold;
}

.navbar-item ul li a:hover,
.navbar-item ul li a.active {
    color: rgb(0, 95, 204);
}

.hot-label {
    position: relative;
    top: -13px;
}

.navbar-item ul li a:hover span+img {
    transform: rotate(180deg);
}

.small-logo {
    position: relative;
    top: -2px;
}

/**
 * 底部导航
 */

#footer {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.footer-content {
    width: 1200px;
    margin: 0 auto;
    color: rgb(51, 51, 51);
    font-size: 12px;
}

.footer-top {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.footer-top a:hover {
    color: rgb(0, 95, 204);
}

.footer-title {
    color: #333333;
    font-weight: 600;
    padding-right: 30px;
    line-height: 30px;
}

.gov-nav-box {
    line-height: 30px;
}

.footer-title-items {
    height: 30px;
    overflow: hidden;
}

.nav-items {
    width: 1070px;
}

.footer-title-items.active {
    height: auto;
    overflow: auto;
}

.footer-title-item {
    padding: 0 12px;
    cursor: pointer;
    position: relative;
}

.footer-title-item:after {
    position: absolute;
    top: 9px;
    height: 12px;
    right: 0;
    content: '';
    width: 0;
    border-right: solid #999 1px;
}

.nav-items.govNav .footer-title-item:nth-last-child(2),
.nav-items.weatherNav .footer-title-item:nth-last-child(2),
.nav-items.otherNav .footer-title-item:nth-last-child(2) {
    position: static;
}

.footer-title-item a {
    font-size: 12px;
}

.footer-title-item:hover {
    color: #0066CC;
}

.footer-show-more {
    cursor: pointer;
    display: none;
}

.footer-show-more.enabled {
    display: block;
}

.footer-show-more.fr img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.footer-bottom {
    padding-bottom: 50px;
}

.footer-bottom-l {
    padding-top: 15px;
}

.footer-bottom-l div {
    margin-top: 15px;
}

.footer-bottom-l div>a {
    margin-right: 37px;
}

.footer-bottom-r img {
    margin: 29px 0 0 15px;
}

.header-back {
    border: 1px solid rgb(229, 229, 229);
    width: 100px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.header-back:hover {
    color: rgb(0, 95, 204);
    border: 1px solid rgb(0, 95, 204);
}

/*台风nav*/

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-title div.typhoon-info-item {
    width: 680px;
    height:100%;
    margin-left:0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    overflow: hidden;
    display: none;
}

.main-title div.typhoon-info-item ul {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
}

.main-title div.typhoon-info-item ul li {
    float: left;
    width: 680px;
    height: 100%;
    padding: 0;
    position: relative;
}
.main-title div.typhoon-navs{
    width:100%;
    height:100%;
    margin-left:0;
    border:none;
}
.typhoon-info-item ul li div.typhoon-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left:0;
    border:none;
    text-indent:0
}

.typhoon-info-item ul li div.typhoon-img img {
    width: 100%;
    height: 80px;
    margin-left:0;
    border:none;
    text-indent:0;
    vertical-align: top;
}

.main-title div.typhoon-exp {
    margin-left:0;
    border:none;
    text-indent:0;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.typhoon-nav-items {
    width: 100%;
    height: 40px;
    background-color: #0066CC;
    color: #fff;
}

.typhoon-nav-box {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    line-height: 40px;
}

.typhoon-nav-item {
    padding: 0 10px;
    height: 100%;
    margin-right: 10px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.typhoon-nav-item:hover {
    background-color: #0358AC;
}
.main-title div.typhoon-logo {
    width: 180px;
    height: 80px;
    line-height: 80px;
    padding-top:20px;
    border:none;
    margin: 0;
}
.main-title div.typhoon-nav-other{
    width:680px;
    height:100%;
    margin:0 15px;
}