@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}


/* 栅格 */
.ewb-container {
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}


.ewb-span1 {
    float: left;
    width: 27px;
}

.ewb-span2 {
    float: left;
    width: 78px;
}

.ewb-span3 {
    float: left;
    width: 129px;
}

.ewb-span4 {
    float: left;
    width: 180px;
}

.ewb-span5 {
    float: left;
    width: 231px;
}

.ewb-span6 {
    float: left;
    width: 282px;
}

.ewb-span7 {
    float: left;
    width: 333px;
}

.ewb-span8 {
    float: left;
    width: 384px;
}

.ewb-span9 {
    float: left;
    width: 435px;
}

.ewb-span10 {
    float: left;
    width: 486px;
}

.ewb-span11 {
    float: left;
    width: 537px;
}

.ewb-span12 {
    float: left;
    width: 588px;
}

.ewb-span13 {
    float: left;
    width: 639px;
}

.ewb-span14 {
    float: left;
    width: 690px;
}

.ewb-span15 {
    float: left;
    width: 741px;
}

.ewb-span16 {
    float: left;
    width: 792px;
}

.ewb-span17 {
    float: left;
    width: 843px;
}

.ewb-span18 {
    float: left;
    width: 894px;
}

.ewb-span19 {
    float: left;
    width: 945px;
}

.ewb-span20 {
    float: left;
    width: 996px;
}

.ewb-span21 {
    float: left;
    width: 1047px;
}

.ewb-span22 {
    float: left;
    width: 1098px;
}

.ewb-span23 {
    float: left;
    width: 1149px;
}

.ewb-span24 {
    float: left;
    width: 1200px;
}

.ewb-mt20 {
    margin-top: 20px;
}

/* 背景 */

.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    overflow: hidden;
    zoom: 1;
    width: 100%;
    height: 100%;
    background: center 0;
    background-attachment: fixed;
}

.bg img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 头部 */
 

.ewb-topbar {
    height: 56px;
    border-bottom: 1px solid #ff6100;
    background-color: #f8f8f8;
}

.ewb-logo {
    margin-left: 42px;
    padding-top: 5px;
}


.ewb-weather {
    color: #626262;
    margin-left: 122px;
    line-height: 56px;
}

.weather-ico {
    margin-top: 17px;
}

.ewb-top-nav {
    margin-right: 70px;
}

.ewb-top-nav>li {
    float: left;
    line-height: 56px;
    margin-left: 60px;
}

 @media  (max-width:1600px)  {
    .ewb-top-nav>li {
        margin-left: 30px;
    }
 }

 @media  (max-width:1366px)  {
    .ewb-top-nav>li {
        margin-left: 10px;
    }
 }

.ewb-top-nav>li:first-child {
    margin-left: 0;
}

.ewb-top-nav>li>a {
    color: #626262;
    font-size: 17px;
    -webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
    transition: all .4s cubic-bezier(.175, .885, .32, 1);
}

.ewb-top-nav>li:hover>a {
    color: #ff6200;
}

/* logo区域 */
.ewb-logo-area {
    height: 100px;
}

.ewb-logo-name {
    margin-top: 20px;
}


.ewb-search-area {
    margin-top: 20px;
    border:1px solid #eee;
}

.ewb-search-btn {
    float: right;
    width: 50px;
    height: 40px;
    border: 0;
    cursor: pointer;
    background: url('epointsearch.png') center center no-repeat #003984;
}


.ewb-search-btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}

.jylx-m {
    float: right;
    width: 100px;
    height: 40px;
    line-height: 39px;
    background-color: #fff;
    border: 0;
    outline: none;
    border-left: 1px solid #e4e4e4;
}

.ewb-search-txt {
    float: right;
    padding-left: 16px;
    width: 294px;
    height: 40px;
    line-height: 10px;
    background-color: #fff;
    border: 0;
    color: #999;
}

.ewb-search {
    position: relative;
    z-index: 1;
}

.ewb-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 16px;
    height: 40px;
    line-height: 40px;
    color: #999;
    z-index: 0;
    cursor: text;
}


/* @group Base */

.chosen-container {
    float: right;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}


/* @end */


/* @group Single Chosen */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 40px;
    border: 0px;
    border-left: 1px solid #eee;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") center center no-repeat;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}


/* @end */


/* @group Results */

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}


/* @end */


/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}


/* @end */


/* @group Active  */



.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url(chosen-spriteh.png) center center no-repeat;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #333;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}


/* @end */


/* @group Disabled Support */

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}


/* @end */


/* @group Right to Left */

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* 导航 */

.ewb-nav {
    /* height: 60px; */
    background-color: #fff;
    overflow: hidden;
}


.ewb-nav-node {
    float: left;
    width: 12.09%;
    vertical-align: top;
}

.ewb-nav-node.big { 
    width: 14%; 
}

.ewb-nav-name {
    display: block;
    height: 60px;
    line-height: 59px;
    text-align: center;
    font-size: 20px;
    color: #3B4351;
       border-bottom:2px solid transparent;
}

.ewb-nav-name:hover,
.ewb-nav-name.current {
    color: #003984;
    background-color: #F7F7F7;
    border-bottom:2px solid #003984;
}

/* 底部 */

.ewb-footer {
    min-height: 142px;
    background-color: #f8f8f8;
}

.ewb-footer-wrap {
    margin: 0 20px;
}

.ewb-friend-links {
    height: 73px;
    border-bottom: 1px solid #d7d7d7;
}

.ewb-friend-txt {
    margin-left: 30px;
    line-height: 73px;
    color: #003984;
    font-size: 16px;
    font-weight: bold;
}

.ewb-friend-items {
    padding-top: 20px;
}

.ewb-friend-items>li {
    float: left;
    width: 330px;
    margin-left: 20px;
}

.ewb-friend-items>li:first-child {
    margin-left: 20px;
}

.ewb-friend-sel {
    display: block;
    width: 100%;
    height: 38px;
    outline: none;
    border: 1px solid #dedede;
}


.ewb-friend-items>li .chosen-container-single .chosen-single {
    height: 38px;
    border: 1px solid #dedede;
    line-height: 38px;
}

.ewb-friend-items>li .chosen-container .chosen-drop {

    position: absolute;
    top: auto;
    bottom: 38px;
    /*    根据select的高度设置       */
    border: 1px solid #dedede;
    border-bottom: 0;
}

.ewb-friend-items>li .chosen-container-single .chosen-drop {
    margin-top: 0;
    border-radius: 4px 4px 0 0;
}

.ewb-footer-info {
    line-height: 64px;
    color: #838383;
}

.ewb-footer-info a {
    color: #838383;
}

.ewb-footer-info a:hover {
    color: #ff6200;
}


/* 分页 */
.ewb-pager {
    padding-top: 20px;
    text-align: center;
}

.ewb-pager .m-pagination-page>li>a {
    padding: 0 5px;
    min-width: 24px;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
    border-color: #ddd;
    background-color: #f7f7f7;
}

.ewb-pager .m-pagination-page>li.active>a {
    border-color: transparent;
    color: #003984;
    background-color: transparent;
}


.ewb-pager .m-pagination-page>li:hover>a,
.m-pagination-group>button:hover {
    color: #333;
}

.ewb-pager .m-pagination-group>input {
    height: 34px;
}

.ewb-pager .m-pagination-group>button {
    height: 36px;
}

.ewb-pager .m-pagination-page>li>a,
.ewb-pager .m-pagination-size>select,
.ewb-pager .m-pagination-group>input {
    border-color: #ddd;
}

.ewb-pager .m-pagination-group>button {
    color: #fff;
    border-color: #003984;
    background-color: #003984;
}

.ewb-pager .m-pagination-group>button:hover {
}


/*更细20200210*/
        /*改浮动导航logo*/
        
        .logo_bottom {
            background-position: 0px 0px;
            height: 77px;
            background-size: 299px 77px;
            margin-top: 1px;
            margin-left: 1px;
            border-radius: 3px;
            width: 299px;
        }
        /*站群导航改文字*/
        
        .icon_site {
            text-indent: 0;
            background: none;
            width: auto;
        }
        /*浮动导航背景+飞鹤*/
        
         .navigator {
            height: 80px;
            background: #003984;
        }
        
        .nav_con ul {
            margin-right: 20px;
        }
        
        .nav_con ul li a {
            height: 80px;
            line-height: 80px;
            font-weight: 900;
            font-size: 18px;
        }
        
        .top_F2 .staticNav ul li a {
            padding: 0 13px;
        }
        
        .top_F2 .staticNav ul li a {
            font-weight: 900;
        }
        /* 顶部图标区 */
        
        .new_media {
            margin-right: 18px;
            vertical-align: middle;
        }
        /*搜索*/
        
        .navSearch {
            height: 80px;
        }
        
        .search_In_Nav {
            margin-top: 26px;
        }
        
        .navSearch .button_Search_1 {
            margin-top: 26px;
        }
        
        .search_In_Nav {
            width: 200px;
        }
        /*页脚*/
        
        .QR_Code_Box img {
            padding-left: 0px!important;
        }
        
        .QR_Code_Box img {
            width: 46px;
        }
        
        .QR_Code_Box p em {
            display: block;
            padding-top: 5px;
            font-size: 14px;
            text-align: center;
        }
        /* 用户中心登录注册 */
        
        .sign_Out_Btn img {
            vertical-align: middle;
            width: 22px;
        }
        
        .top_Bar p span a.sign_In_Btn,
        .top_Bar p span a.sign_Up_Btn,
        .top_Bar p span a.user_Center_Btn,
        .top_Bar p span a.sign_Out_Btn {
            padding: 0 10px;
            display: inline-block;
            margin: 0;
        }
        
        .top_Bar {
            width: 91%;
        }
        
        .icon_Wechat,
        .icon_Weibo,
        .icon_App,
        .icon_en,
        .icon_Disa,
        .icon_Mail,
        .icon_site {
            background-size: 24px 24px;
            background-position: center center;
        }
        
        .new_media {
            margin-right: 8px;
        }
        
        .footer {
            background: #fff;
        }
        
        @media screen and (max-width: 1280px) {
            .header_Class_2 .logo {
                margin-left: 85px;
            }
        }
		
		
		/* 2020-02-27 */

.float-win {
    position: absolute;
    width: 120px;
    height: 70px;
    z-index: 999999;
    cursor: pointer;
    background: url("mjcx.jpg") center no-repeat;
}

.layui-layer-setwin .layui-layer-close2 {
    right: 0!important;
    top: 4px!important;
    width: 9px!important;
    height: 9px!important;
    background-position: 0 0!important;
    background: url("diagnosis_close.png") center no-repeat;
}

.layui-layer {
    background-color: transparent!important;
}

/*2022/11/17地方平台nav  */
.local-nav{
    /* display:none; */
    background: #7d9bc3;
}
.local-nav li{
    float:left;
}
.local-nav li:hover a{
   color:#FCFF00;
}

.local-nav a{
    display:block;
    height:56px;
    line-height:56px;
    color:#fff;
    padding: 0 32px;
}
.header2 {
  background: url("cloud.png") repeat-x bottom;
  border-bottom: 1px solid #003984;
}
.header2 .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 153px;
  padding-top: 57px;
  padding-bottom: 15px;
  box-sizing: border-box;
  z-index: 999;
  /* .site_nav dl {} */
}
.header2 .container .logo {
  width: 263px;
  height: 56.5px;
}
.header2 .container .logo-box {
  height: 130.5px;
  margin-left: 40px;
}
.header2 .container .btns {
  display: flex;
  align-items: center;
}
.header2 .container .btns li {
  position: relative;
  margin-right: 23px;
}
.header2 .container .btns li:last-child {
  margin-right: 0;
}
.header2 .container .btns li:last-child::after {
  content: none;
}
.header2 .container .btns li::after {
  position: absolute;
  content: "";
  right: -11.5px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1.3px;
  background: #003984;
}
.header2 .container .btns a {
  color: #003984;
}
.header2 .container .right {
  display: flex;
  align-items: center;
}
.header2 .container .search {
  position: relative;
  width: 294px;
  height: 48px;
  margin: 0 48px;
}
.header2 .container .search input {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  padding: 0 60px 0 15px;
  box-sizing: border-box;
}
.header2 .container .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 48px;
  background: url("http://www.jl.gov.cn/images/header_search_icon@2x_Xu230711.svg") no-repeat center;
}
.header2 .container .language {
  width: 110px;
 
  position: absolute;
  top: 23px;
  left: -30%;
  z-index: 99;
}
.header2 .container .language-choose {
  position: relative;
}
.header2 .container .language-choose.current {
  display: block;
}
.header2 .container .language-choose > span {
  position: relative;
  background: url(https://www.jl.gov.cn/images/cosmos_downarrowo@3x.png) no-repeat right;
  padding-right: 17px;
  background-size: 15px;
}
.header2 .container .language a {
  display: block;
  width: 100%;
  background: #f0f0f0;
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
}
.header2 .container .site-map {
  color: #003984;
  position: relative;
  display: flex;
  padding-left: 17px;
}
.header2 .container .site-map > span {
  line-height: 75px;
}
.header2 .container .site-map .nav-btn {
  padding-left: 10px;
  padding-top: 29px;
}
.header2 .container .site-map .nav-btn span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 0 auto 5px;
  position: relative;
  background: #003984;
  border-radius: 3px;
  z-index: 1;
  -ms-transform-origin: 24px;
  transform-origin: 24px;
  transition: background 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.45s ease, transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.4s;
}
.header2 .container .site-map .nav-btn .nav-btn-icon.toggle-animate span:nth-child(1) {
  opacity: 1;
  transform: rotate(-45deg);
}
.header2 .container .site-map .nav-btn .nav-btn-icon.toggle-animate span:nth-child(2) {
  width: 0;
  opacity: 0;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: width 0.5s ease;
}
.header2 .container .site-map .nav-btn .nav-btn-icon.toggle-animate span:nth-child(3) {
  opacity: 1;
  transform: rotate(45deg);
}
.header2 .container .site_nav {
  position: absolute;
  width: 350px;
  height: 0;
  background: #f5f6f7;
  top: 50px;
  right: 0px;
  z-index: 999;
  border-radius: 0 0 3px 3px;
  height: 0px;
  overflow: hidden;
  width: 550px;
  height: 1126px;
}
.header2 .container .site_nav_box {
  padding: 20px;
}
.header2 .container .site_nav h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
.header2 .container .site_nav dl dt {
  width: 100%;
  margin-bottom: 8px;
  margin-top: 10px;
}
.header2 .container .site_nav dl dd {
  float: left;
}
.header2 .container .site_nav dl dd a {
  color: #5a6271;
  padding: 5px 20px 5px 0;
  display: inline-block;
  font-size: 14px;
}
.header2 .container .site_nav dl dd a:hover {
  color: #394351;
}
.header2 .container .close_ready {
  background: url(cosmos_site_close@2x.png) no-repeat;
  background-size: 31px 31px;
}
.header2 .container .weather {
  position: absolute;
  right: -100px;
  top: 79px;
}
.header2 .container .weather img {
  width: 34px;
}
.header2 .container .weather .aqi {
  width: 62px;
  height: 74px;
  text-align: center;
  right: 0;
  top: 0;
  background: #f3faff;
}
.header2 {
    background: url('cloud.png') repeat-x bottom;
    border-bottom: px2rem(1) solid #003984;
    .container {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: px2rem(153);
        padding-top: px2rem(57);
        padding-bottom: px2rem(15);
        box-sizing: border-box;
        z-index: 999;
        .logo {
            width: 263px;
            height: 56.5px;
            &-box {
                height: 56.5px;
            }
        }
        .btns {
            display: flex;
            align-items: center;
            li {
                position: relative;
                margin-right: px2rem(23);
                &:last-child {
                    margin-right: 0;
                    &::after {
                        content: none;
                    }
                }
                &::after {
                    position: absolute;
                    content: '';
                    right: px2rem(-11.5);
                    top: 50%;
                    transform: translateY(-50%);
                    height: px2rem(16);
                    width: px2rem(1.3);
                    background: #003984;
                }
            }
            a {
                color: #003984;
            }
        }
        .right {
            display: flex;
            align-items: center;
        }
        .search {
            position: relative;
            width: px2rem(294);
            height: px2rem(48);
            margin: 0 px2rem(48);
            input {
                width: 100%;
                height: 100%;
                background: #f0f0f0;
                padding: 0 px2rem(60) 0 px2rem(15);
                box-sizing: border-box;
            }
            &-btn {
                position: absolute;
                right: 0;
                top: 0;
                width: px2rem(50);
                height: px2rem(48);
                background: url('http://www.jl.gov.cn/images/header_search_icon@2x_Xu230711.svg') no-repeat center;
            }
        }
        .language {
            width: 110px;
            display: none;
            position: absolute;
            top: 23px;
            left: -30%;
            z-index: 99;

            &-choose {
                position: relative;
                &.current {
                    display: block;
                }
                & > span {
                    position: relative;
                    background: url(https://www.jl.gov.cn/images/cosmos_downarrowo@3x.png) no-repeat right;
                    padding-right: 17px;
                    background-size: 15px;
                }
            }
            a {
                display: block;
                width: 100%;
                background: #f0f0f0;
                text-align: center;
                line-height: 40px;
                box-sizing: border-box;
            }
        }
        .site-map {
            color: #003984;
            position: relative;
            display: flex;
            padding-left: 17px;
            & > span {
                line-height: 75px;
            }
            .nav-btn {
                padding-left: 10px;
                padding-top: 29px;
                span {
                    display: block;
                    width: 25px;
                    height: 3px;
                    margin: 0 auto 5px;
                    position: relative;
                    background: #003984;
                    border-radius: 3px;
                    z-index: 1;
                    -ms-transform-origin: 24px;
                    transform-origin: 24px;
                    transition: background 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.45s ease,
                        transform 0.4s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.4s;
                }
                .nav-btn-icon.toggle-animate span:nth-child(1) {
                    opacity: 1;
                    transform: rotate(-45deg);
                }
                .nav-btn-icon.toggle-animate span:nth-child(2) {
                    width: 0;
                    opacity: 0;
                    -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
                    transition: width 0.5s ease;
                }
                .nav-btn-icon.toggle-animate span:nth-child(3) {
                    opacity: 1;
                    transform: rotate(45deg);
                }
            }
        }
        .site_nav {
            position: absolute;
            width: 350px;
            height: 0;
            background: #f5f6f7;
            top: 50px;
            right: 0px;
            z-index: 999;
            border-radius: 0 0 3px 3px;
            height: 0px;
            overflow: hidden;
            width: 550px;
            height: 1126px;
        }

        .site_nav_box {
            padding: 20px;
        }

        .site_nav h3 {
            font-size: 18px;
            font-weight: 900;
            margin-bottom: 10px;
        }
        /* .site_nav dl {} */

        .site_nav dl dt {
            width: 100%;
            margin-bottom: 8px;
            margin-top: 10px;
        }

        .site_nav dl dd {
            float: left;
        }

        .site_nav dl dd a {
            color: #5a6271;
            padding: 5px 20px 5px 0;
            display: inline-block;
            font-size: 14px;
        }

        .site_nav dl dd a:hover {
            color: #394351;
        }

        .close_ready {
            background: url(cosmos_site_close@2x.png) no-repeat;
            background-size: 31px 31px;
        }
        .weather {
            position: absolute;
            right: px2rem(-100);
            top: px2rem(79);
            img {
                width: px2rem(34);
            }
            .aqi {
                width: 62px;
                height: 74px;
                text-align: center;

                right: 0;
                top: 0;
                background: #f3faff;
            }
        }
    }
}