body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 16px;
}

body {
	overflow-x: hidden;
	font-family:"微软雅黑";
	
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: middle;
}

a {
	color: #333;
	transition: .5s;
}

a:link,
a:active,
a:visited,
a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
	border: 1px solid white;
}

input,
textarea {
	outline: none;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	/*不用有内容也可以*/
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* 头部样式 */
.header {
    /* background: url(/web2025/2025lg_00.png);
    background-size: 100% 100%; */
    background: url(/web2025/2025lg_00.png) no-repeat top center;
    background-size: cover;
    height: auto !important;
}

.header_top {
    overflow: hidden;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
}

.header_top_left {
    float: left;
}

.header_top_left span {
    margin-right: 3px;
}

#header_forecast span {
    margin-right: 10px;
}

.header_top_right {
    float: right;
}

.header_top_right span {
    margin-left: 23px;
}

#header_wza img {
    vertical-align: sub;
}

#header_wza i {
    font-style: normal;
    color: #666666;
}

.header_icon a {
    color: #666666;
}

.header_icon span {
    margin: 0;
}

.jt,
.ch {
    display: none;
}

.header_zfzx a {
    display: inline;
}

.header_top a:hover {
    opacity: .8;
}

.header_nav {
    overflow: hidden;
    padding: 30px 0;
    /* width: 1280px;
    margin: auto; */
}

.header_nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header_nav ul li {
    width: 16.6666666666666666%;
    text-align: center;
}

.header_nav ul li a {
    display: inline-block;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1;
}

.header_nav ul li a:hover {
    color: #0377ce;
}

.header_nav ul li a img {
    vertical-align: sub;
    margin-right: 10px;
}

.header_menu,
.header_menu_nav,
.header_menu_mask {
    display: none;
}

.header_logo {
    overflow: hidden;
    text-align: center;
}

.header_logo_gh {
    padding: 25px 0 0;
}

.header_logo_text {
    padding: 17px 0 28px;
}

.header_search_box {
    text-align: center;
}

#header_search_myFrom {
    width: 720px;
    height: 59px;
    position: relative;
    margin: auto;
}

#header_search_znyy {
    display: none;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 44px;
    cursor: pointer;
}

#header_search_textfield {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(47,114,218,0.3);
    border-radius: 29px;
    border: 1px solid #81BBE6;
    padding-left: 25px;
    padding-right: 200px;
}

#header_search_submitbuttom {
    position: absolute;
    right: 134px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 27px;
    color: #D2D2D2;
    cursor: pointer;
}

#header_search_submitbuttom img {
    margin-right: 20px;
}

.header_search_guess {
    background: #125DB2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    text-align: center;
    height: 38px;
    line-height: 38px;
}

.header_search_guess a {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
}

.header_search_pop {
    position: absolute;
    visibility: hidden;
    transition: visibility 0.1s;
    top: 5px;
    left: 50%;
    z-index: 13;
    transform: translateX(-50%);
    width: 992px;
    /* height: 381px; */
    box-sizing: border-box;
    padding: 18px 27px 32px;
    border-radius: 10px;
    background-color: #E8F5FF;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.header_search_pop::after {
    content: '';
    position: absolute;
    bottom: -32px;
    right: 180px;
    border: 16px solid transparent;
    border-top-color: #E8F5FF;
}

.header_shade {
    display: none;
    opacity: 0;
    transition: all 0.7s;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.7);
}

.header_pop_left {
    float: left;
    padding-right: 12px;
    width: 50%;
}

.header_pop_title {
    width: 100%;
    text-align: left;
    padding: 0 0 10px;
}

.header_pop_title img {
    max-width: 100%;
}

.header_pop_title span {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 30px;
    color: #125DB2;
}

.header_pop_con {
    overflow: hidden;
}

.header_pop_list {
    position: relative;
    height: 268px;
    box-sizing: border-box;
    background-color: #FFF;
    padding-left: 22px;
    padding-top: 26px;
    padding-bottom: 36px;
    padding-right: 33px;
}

.header_pop_list ul {
    height: 100%;
    overflow-y: auto;
}

.header_pop_list ul::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}
        
.header_pop_list ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #81BBE6;
    }
.header_pop_list ul::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
}

.header_pop_list ul li a {
    display: block;
    padding-left: 16px;
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    color: #394351;
    text-align: left;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.header_pop_list ul li a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 10px;
    background-color: #81BBE6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.header_pop_refresh {
    display: block;
    position: absolute;
    padding-left: 27px;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    text-align: right;
    font-size: 16px;
    color: #394351;
}

.header_pop_refresh::before {
    content: '';
    display: block;
    width: 19px;
    height: 16px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/web2025/2025lg_75.png) no-repeat top center;
}

.header_pop_right {
    float: right;
    padding-left: 12px;
    width: 50%;
}

.header_pop_right .header_pop_con {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: -10px -10px 0;
}

.header_pop_item {
    float: left;
    width: 33.333333333333333%;
    padding: 10px;
}

.header_pop_item a {
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 16px;
    color: #394351;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 124px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.header_pop_item a img {
    max-width: 100%;
}

.header_search_hot {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding: 20px 0 84px;
}

.header_search_hot span {
    margin-right: 6px;
}

.header_search_hot a {
    background:rgba(3, 119, 206, .5);
    display: block;
    border-radius: 16px;
    padding: 3px 14px;
    color: #FFFFFF;
    margin: 0 6px;
}

.header_search_hot a:hover {
    background: rgba(3, 119, 206, .8);
}

.footer {
    background: #DDE5F2;
    position: relative;
}

.footer_bottom {
    position: relative;
}

.footer_top_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer_block_item,
.footer_block_link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 15px;
}

.footer_block_item span,
.footer_block_link span {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #5981AF;
    margin-right: 14px;
    line-height: 1;
}

.footer_block_item img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.footer_top {
    position: relative;
}

.footer_top_hide {
    background: #89b1cf;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 100%;
    z-index: 999;
    min-height: 0;
}

.footer_hide_item {
    overflow: hidden;
    display: none;
    padding: 30px 0;
}

.footer_hide_item li {
    text-align: center;
    float: left;
    width: 16.66666666666666666%;
    padding: 0 15px;
}

.footer_hide_item li a {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #5981AF;
    line-height: 1;
    height: 36px;
    background-color: #e8f5ff;
    margin: 7px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer_hide_item li a img {
    vertical-align: sub;
    margin-right: 10px;
}

.footer_bottom {
    background: #5981AF;
    padding: 42px 0;
}

.footer_bottom .row {
    position: relative;
}

.footer_bottom_left {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.footer_left_link ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer_left_link ul li {
    padding-bottom: 25px;
}

.footer_left_link ul li a {
    color: #FFFFFF;
    margin: 0 3px 0;
    line-height: 24px;
}

.footer_left_link ul li:first-child a {
    margin-left: 0;
}

.footer_left_link ul li:last-child a {
    margin-right: 0;
}

.footer_left_text p {
    line-height: 30px;
}

.footer_left_text p a {
    color: #FFFFFF;
}

.footer_bottom_right {
    position: absolute;
    right: 0;
    top: 0;
}

.footer_bottom_right span {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

.cnx_show {
    visibility: visible;
}

.cnx_open {
    display: block;
    opacity: 1;
}

.cnx_text {
    line-height: 17px;
    z-index: 12;
    background: #EE851F;
}

.cnx_text a {
    padding: 2px 20px;
    font-size: 14px;
    font-style: oblique;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.float_right {
    position: fixed;
    right: 10px;
    text-align: center;
    z-index: 99;
}

.float_box {
    position: relative;
}

.float_right a {
    display: inline-block;
}

.float_right a img {
    width: 200px;
}

.float_box span {
    position: absolute;
    left: 90px;
    bottom: 0;
    color: #D66300;
    border: 1px solid #D66300;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}

/* 面包屑导航 */
.position_box {
    padding: 17px 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 5px;
}

.position_box,
.position_box span,
.position_box a {
    font-family: SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #888888;
    line-height: 1;
}

.position_box span,
.position_box a {
    display: inline-block;
}
/* 面包屑导航end */

/* 列表 */
.contentList_page {
    text-align: center
}

.contentList_leftcon {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.contentList_leftcon span {
    margin: 0 5px;
}

.contentList_page a {
    background: #FFFFFF;
    border: 1px solid #C3D7F7;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    padding: 5px 10px;
    margin: 0 5px;
}

.contentList_page a:hover {
    background: #81BBE6;
    color: #FFFFFF;
}
/* 列表end */

/* 试运行 */
.syx {
    display: inline-block;
    background: rgba(3, 119, 206, .5);
    /* display: block; */
    border-radius: 16px;
    padding: 3px 14px;
    color: #FFFFFF;
    margin: 0 6px;
}
/* 试运行end */

@media (max-width: 1400px) {
    /* .header_nav {
        width: 100%;
    } */
    .footer_bottom_right {
        top: -10px;
    }
}

@media (max-width: 992px) {
    .header {
        background: url(/web2025/2025lg_71.png);
        background-size: 100% 100%;
        padding-top: 28px;
        position: relative;
    }
    .header_nav {
        padding: 10px 0;
    }

    .header_search_hot {
        padding-bottom: 60px;
    }

    .header_search_pop {
        width: 800px;
        padding: 15px;
    }

    .header_search_pop::after {
        right: 85px;
    }

    .header_pop_list {
        padding: 15px;
    }

    #header_time {
        display: none;
    }

    .header_nav ul li a {
        font-size: 20px;
    }

    .footer_hide_item li {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .header_top,
    .header_nav,
    .header_search_hot,
    .header_search_pop {
        display: none;
    }

    .row {
        margin: 0;
    }

    #header_search_myFrom {
        width: 90%;
        height: 40px;
    }

    .header_logo_gh img {
        width: 70px;
    }

    .header_logo_text img {
        width: 250px;
    }

    .header_search_box {
        margin-bottom: 60px;
    }

    #header_search_znyy {
        width: 30px;
        height: 30px;
        left: 10px;
    }

    #header_search_znyy img {
        width: 100%;
    }

    #header_search_textfield {
        padding-left: 45px;
        padding-right: 140px;
    }

    #header_search_submitbuttom {
        right: 100px;
    }

    #header_search_submitbuttom img {
        width: 20px;
        margin-right: 10px;
    }

    .header_search_guess {
        width: 80px;
        height: 28px;
        line-height: 26px;
        right: 10px;
    }

    .header_search_guess a {
        font-size: 18px;
    }

    .header_menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 28px;
        bottom: 0;
        margin: auto;
    }

    .header_menu p {
        width: 35px;
        height: 4px;
        margin: 6px 0;
        background: #2C79D2;
        border-radius: 3px;
        transition: .5s;
    }

    .menu_active {
        right: 10px;
        top: 10px;
        z-index: 101;
    }

    .menu_active p {
        height: 2px;
    }

    .menu_active .bar1 {
        -webkit-transform: rotate(-45deg)translate(-1px, 6px);
        transform: rotate(-45deg)translate(-1px, 6px);
        -moz-transform: rotate(-45deg)translate(-1px, 6px);
        -ms-transform: rotate(-45deg)translate(-1px, 6px);
        -o-transform: rotate(-45deg)translate(-1px, 6px);
    }

    .menu_active .bar2 {
        opacity: 0;
    }

    .menu_active .bar3 {
        transform: rotate(45deg)translate(-5px,-11px);
        -webkit-transform: rotate(45deg)translate(-5px,-11px);
        -moz-transform: rotate(45deg)translate(-5px,-11px);
        -ms-transform: rotate(45deg)translate(-5px,-11px);
        -o-transform: rotate(45deg)translate(-5px,-11px);
    }

    .header_menu_mask {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.7s;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .maskShow {
        opacity: 1;
        visibility: visible;
    }

    .header_menu_nav {
        display: block;
        position: fixed;
        top: 0;
        opacity: 0;
        right: -60%;
        width: 60%;
        height: 100%;
        line-height: 50px;
        overflow-y: auto;
        z-index: 100;
        background: #fff;
        transition: all 0.8s;
    }

    .navShow {
        opacity: 1;
        right: 0;
    }

    .header_menu_title {
        font-size: 18px;
        line-height: 25px;
        color: #0377CE;
        padding: 10px 15px;
        text-align: left;
        border-bottom: 2px solid #0377CE;
    }

    .header_menu_con {
        border-bottom: 1px solid #dbe4ed;
    }

    .header_menu_con ul li a,
    .header_menu_links ul li a {
        font-size: 16px;
        line-height: 24px;
        color: #0377CE;
        padding: 10px 15px;
        display: block;
    }

    .header_menu_con ul li a img {
        width: 20px;
        vertical-align: sub;
        margin-right: 10px;
    }

    .header_menu_links ul li a img  {
        vertical-align: sub;
        margin-right: 10px;
    }

    .footer_top_block {
        display: block;
        overflow: hidden;
    }

    .footer_block_item,
    .footer_block_link {
        width: 50%;
        float: left;
        height: 40px;
    }

    .footer_hide_item li {
        width: 50%;
    }

    .footer_bottom {
        text-align: center;
    }

    .footer_left_link ul {
        justify-content: center;
    }

    .footer_bottom_right {
        position: static;
        margin-top: 20px;
    }

    .footer_left_text p span,
    .footer_left_text p a {
        display: block;
    }

    .float_right {
        /* right: auto;
        left: 10px; */
        right: 10px;
    }

    .float_right a img {
        width: 150px;
    }

    .float_box span {
        left: 70px;
    }

    /* 面包屑导航 */
    .position_box {
        display: none;
    }
    /* 面包屑导航end */

    /* 列表 */
    .contentList_leftcon {
        display: block;
        margin-bottom: 10px;
    }
    /* 列表end */
}

@media (max-width: 500px) {
    .header {
        padding-top: 15px;
    }

    .header_menu {
        top: 15px;
    }

    .menu_active {
        top: 10px;
        right: -5px;
    }

    .menu_active .bar1,
    .menu_active .bar3 {
        width: 20px;
    }

    .header_logo_gh {
        padding-top: 40px;
    }

    .header_logo_gh img {
        width: 60px;
    }

    .header_logo_text {
        padding: 15px 0;
    }

    .header_logo_text img {
        width: 200px;
    }

    .header_search_box {
        margin-bottom: 40px;
    }

    .footer_bottom {
        padding-top: 20px;
    }

    .footer_bottom_left {
        font-size: 14px;
    }

    .footer_left_link ul li {
        padding-bottom: 10px;
    }

    .footer_bottom_right {
        margin-top: 10px;
    }

    .footer_bottom_right span:first-child {
        margin-left: 0;
    }
    
    .footer_hide_item li a {
        font-size: 14px;
    }

    /* 列表 */
    .contentList_page a {
        padding: 5px;
        margin: 0 2px;
        font-size: 14px;
    }

    .contentList_leftcon {
        margin: 15px 0;
    }
    /* 列表end */

    /* 试运行 */
    .syx {
        display: inline-block;
        background: rgba(3, 119, 206, .5);
        border-radius: 12px;
        padding: 3px;
        color: #FFFFFF;
        margin: 0;
        font-size: 12px;
        line-height: 1;
        float: right;
    }
    /* 试运行end */
}