﻿
.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.inlblo {
    display: inline-block;
    display: inline;
    zoom: 1;
}

.overflow {
    overflow: hidden;
}

.mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.mt_10 {
    margin-top: 10px;
}

.mt_15 {
    margin-top: 15px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_30 {
    margin-top: 30px;
}

.mt_40 {
    margin-top: 40px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_25 {
    margin-top: 25px;
}

.ov_h {
    overflow: hidden;
}

.ml_10 {
    margin-left: 10px;
}

.ml_15 {
    margin-left: 15px;
}

.ml_20 {
    margin-left: 20px;
}

.ml_30 {
    margin-left: 30px;
}

.body_bg{
    background: #eee url('../images/top.jpg') no-repeat top center;
    padding-bottom: 30px;
    min-width: 1366px;
}

#app {
    width: 100%;
    min-width: 1336px;
    height: 100%;
    /* background: url('../images/top.jpg') no-repeat top; */
}

.app_conter {
    width: 1336px;
    min-width: 1336px;
    height: 100%;
    margin: 0 auto 0;
    overflow: hidden;
}

.app_top {
    width: 100%;
    overflow: hidden;
}

.top_fun {
    width: 100%;
}

.top_fun ul {
    display: flex;
    width: 100%;
}

.top_fun ul li {
    position: relative;
    display: flex;
    float: left;
    line-height: 50px;
    cursor: pointer;
    margin-right: 15px;
}

.top_fun ul li span {
    color: #fff;
    font-size: 13px;
}

.top_fun ul li .app_top_i {
    float: left;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: 16px;
    margin-right: 8px;
}

.top_fun ul li .weix_box {
    position: absolute;
    display: none;
    left: 0px;
    top: 50px;
    width: 90px;
    height: 90px;
}

.top_fun ul li .weix_box img {
    width: 100%;
    height: 100%;
}

.top_fun ul li:hover .weix_box {
    display: block;
}

.i1 {
    background: url('../images/text_change.png') no-repeat 1px 1px;
}

.i2 {
    background: url('../images/wx_top_icon.png') no-repeat 1px 1px;
}

.i3 {
    background: url('../images/wb_top_icon.png') no-repeat 1px 1px;
}

.i4 {
    background: url('../images/phone_top_icon.png') no-repeat 1px 1px;
}

/* logo */
.logo {
    width: 256px;
    height: 140px;
    margin: 31px auto 0px;
}

.logo img {
    width: 100%;
    height: 100%;
}


.search {
    display: flex;
    width: 400px;
    height: 43px;
    outline: none;
    border: none;
    border-radius: 20px;
    margin: 0 auto 0;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 15px;
}

.search input {
    width: 340px;
    height: 100%;
    border: 0;
    border-radius: 30px;
    outline: none;
    padding-left: 20px;
    font-size: 16px;
}

.search .search_i {
    width: 22px;
    height: 22px;
    background: url('../images/search.png') no-repeat;
    cursor: pointer;
    margin-top: 10px;
}

/* èœå•æ  */
.menu {
    width: 100%;
    height: 52px;
    background-color: #2167ae;
}

.menu ul {
    display: flex;
}

/* .menu ul li {
    width: 190px;
    height: 100%;
    text-align: center;
    line-height: 52px;
} */

.menu ul li {
    display: flex;
    float: left;
    width: 100%;
    max-width: 190px;
    height: 100%;
}

.menu ul li span {
    vertical-align: middle;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
}

.menu ul li i {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 13px;
    margin-left: 32px;
}

.menu ul li .menu_i1 {
    background: url('../images/home_icon.png') no-repeat;
}

.menu ul li .menu_i2 {
    background: url('../images/zwgk_icon.png') no-repeat;
}

.menu ul li .menu_i3 {
    background: url('../images/wsbs_icon.png') no-repeat;
}

.menu ul li .menu_i4 {
    background: url('../images/gzhd_icon.png') no-repeat;
}

.menu ul li .menu_i5 {
    background: url('../images/yjjz_icon.png') no-repeat;
}

.menu ul li .menu_i6 {
    background: url('../images/qxfw_icon.png') no-repeat;
}

.menu ul li .menu_i7 {
    background: url('../images/dsqx_icon.png') no-repeat;
}

.menu_active {
    background-color: #118cd9;
}

.menu ul li:hover {
    background-color: #118cd9;
}

/* é¢„è­¦ä¿¡æ¯ */
.warning {
    position: relative;
    width: 100%;
    max-height: 0;
    transition: .3s;
    background-color: #2b6eaa;
    overflow: hidden;
}

.warning_active {
    max-height: 370px;
}

.warning .weather_warn {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    margin-top: 20px;
    background-color: #327bbd;
    overflow: hidden;
}

.weather_warn .weat_left {
    display: flex;
}

.weather_warn .weat_left img {
    width: 32px;
    height: 29px;
    margin: 20px 0 0 20px;

}

.weather_warn .weat_left span {
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    margin-left: 15px
}

.weather_warn .weat_right {
    width: calc(100% - 180px);
    height: 100%;
}

.weather_warn .weat_right ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}

.weather_warn .weat_right ul li {
    display: flex;
    justify-content: center;
    width: 500px;
    max-width: 543px;
    line-height: 70px;
    overflow: hidden;
    color: #FFF;
    margin-right: 20px;
}

.weather_warn .weat_right ul li img {
    width: 35px;
    height: 30px;
    margin-top: 20px;
    margin-right: 10px;
}

.weather_warn .weat_right ul li span {
    font-size: 16px;
}

/* ä¸ƒå¤©å¤©æ°” */
.Days_weather {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.Day_left {
    width: 400px;
    height: 100%;
}

.Day_left .Day_left_top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 58px;
    margin-top: 20px;
}

.Day_left .Day_left_top .Day_left_top_ico {
    display: flex;
    height: 100%;
    text-align: center;
}

.Day_left .Day_left_top .Day_left_top_ico i {
    display: block;
    width: 20px;
    height: 100%;
    background: url('../images/city_posi.png') no-repeat 0 10px;
    margin-right: 5px;
}

.Day_left .Day_left_top .Day_left_top_ico span {
    color: #FFF;
    font-size: 28px;
}

.Day_left .Day_left_top .Day_left_top_text {
    width: 230px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}


/* ä¸ƒå¤©å¤©æ°”å±…ä¸­éƒ¨åˆ† */
.Day_Number {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 68px;
}

.Day_Number span {
    color: #fff;
    text-align: center;
}

.Day_Number .Day_Number_1 {
    font-size: 60px;
}

.Day_Number .Day_Number_2 {
    font-size: 18px;
    line-height: 110px;
    margin-left: 20px;
}

/* ç›¸å¯¹æ¹¿åº¦ */
.humidity {
    width: 100%;
    height: 78px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.humidity ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.humidity ul li {
    width: 173px;
    text-align: left;
    color: #fff;
}

.Day_right {
    width: calc(100% - 400px);
    height: 100%;
}

.Day_right ul {
    display: flex;
    width: 100%;
    height: 100%;
}

.Day_right ul li {
    width: 155px;
    height: 260px;
    background: url('../images/weater_li_a.png') no-repeat;
    cursor: pointer;
}

.Day_right ul li div {
    width: 100%;
    height: 59px;
}

.Day_right ul li div img {
    display: block;
    width: 56px;
    margin: 0 auto 0;
    /* margin-left: 10px; */
}

.Day_right ul li p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.Day_right ul li:hover {
    background: url('../images/weater_hov_a.png') no-repeat;
}

/* å¼€å…³ */
.warn_switch {
    position: absolute;
    top: 352px;
    right: 5%;
    width: 39px;
    height: 42px;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    background: rgb(17, 140, 217);
    right: calc(50% - 683px - 5%);
    transform: translateX(-50%);
}

.warn_switch img {
    transition: .3s;
    transform: rotate(180deg);
}

/* content s */
.content {
    width: 1336px;
    height: 100%;
    background: #fff;
    margin: auto;
}





.main_container {
    padding: 8px 28px 30px;
}
/* footer s */
.footer {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #e5e5e5;
    /* padding-bottom: 20px; */
    min-width: 1366px;
}

.footer_con {
    width: 1336px;
    height: auto;
    margin: auto;
    position: relative;
}

.openlink {
    width: 100%;
    height: 47px;
    background: #F5F5F5;
    margin: 20px auto;
}

.openlink div {
    width: 100%;
    /* padding: 0px 30px; */
    background: #f5f5f5;
    height: 47px;
    float: left;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 71px;
    letter-spacing: 1px;
    color: #118cd9;
    /* margin-top: 20px; */
}

.open_one li {
    width: 266px;
    float: left;
    line-height: 47px;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

.open_one .openlink_one em {
    display: inline-block;
    width: 22px;
    height: 23px;
    background: url(../images/guohui.png) no-repeat right;
    vertical-align: middle;
    padding-left: 70px;
}

.open_one .openlink_one a {
    color: red;
}

.open_one .openlink_one span {
    padding-left: 10px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.open_one .btn span {
    /* text-align: center; */
    position: relative;
    left: 80px;

}

.open_one .btn em {
    display: inline-block;
    width: 9px;
    height: 16px;
    position: absolute;
    top: 17px;
    right: 65px;
    background: url(../images/yq_icon.png) -39px -10px no-repeat;
}

.open_one .btn .exchange_em {
    background: url(../images/yq_icon.png) -10px -10px no-repeat;
}

.open_one .zyxwz span {
    left: 65px;
    /* text-align: left !important; */
}

.boxs_link {
    width: 100%;
    height: auto !important;
    text-align: center;

}

.boxs_link ul {
    display: none;
    overflow: scroll !important;
}


.boxs_link ul li {
    display: block;
    width: 250px;
    float: left;
    line-height: 28px;
    font-size: 13px;
}

.boxs_link ul li a {
    display: block;
}

.footer_mainContainer {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 30px;
}

.footer_mainContainer li {
    float: left;

}

.footer_mainContainer li.jiucuo {
    width: 260px;
    text-align: right;
    padding-top: 10px;
}

.footer_mainContainer li.sydw {
    width: 260px;
}

.footer_mainContainer li.sydw img,
.footer_mainContainer li.jiucuo img {
    position: relative;
    padding-top: 10px;
}

.footer_mainContainer li.text {
    width: 750px;
    height: 100%;
}

.text_one {
    width: 100%;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    color: #666;
}

.text_one a {
    color: #666;
}