@charset "utf-8";

/* 链接 */

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #224b7f;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、全局 */

body {
    overflow-x: hidden;
    font-size: 14px;
    color: #333;
    font-family: microsoft yahei;
}

.inner,
.nav ul,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.content{
    width: 1200px;
    padding:20px;
    margin:0px auto 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(157,168,253,.6);
    -moz-box-shadow: 0 0 10px rgba(157,168,253,.6);
    box-shadow: 0 0 10px rgba(157,168,253,.6);
}

.header {
    position: relative;
    background: #fff url(/material/images/wsjd_images/head.jpg) 50% 0 no-repeat;
}

.header h1 {
    width: 60%;
    height: 140px;
    background: url(/material/images/wsjd_images/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 140px;
}


.footer {
    padding: 20px 0px 40px 0px;
    line-height: 34px;
    font-size: 14px;
    background-color: #e0e0e0;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
}

.gov {
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 80px;
    margin-top: -30px;
}

/* 搜索 */
.search{
    position: absolute;
    bottom: 5%;
    right: 0; 
    width:30%;
}

.weather{
    text-align: right;
    line-height: 40px;
}

.search-box {
    display: block;
    z-index: 9;
    line-height: 0;
    text-align: right;
    font-size: 0;
}

.search-box:before {
    display: none;
    content: '';
    position: absolute;
    top: 73px;
    right: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #f8f8f8;
}

.search input,
.search button {
    display: inline-block;
}

.search input {
    width: 80%;
    height: 40px;
    line-height: 20px;
    padding: 10px;
    border: none;
    background: #fff;
    margin-top: -17px;
    outline: none;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(22,99,242,.3);
}

.search button {
    width: 40px;
    height: 40px;
    border: none;
    background: #0855f0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 0;
    font-size: 0;
    margin-left: -40px;
    color: transparent;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    border-radius: 100px;
}

.search button .iconfont {
    font-size: 24px;
    color: #fff;
    margin: 0px auto;
    line-height: 40px;
}

@media (max-width: 1200px) {

    .header h1,
    .nav ul,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .header {
        background-position: 19% 0px;
    }

    .header h1 {
        height: 100px;
        background-position: 0px 50%;
        background-size: auto 65%;
    }

    .header h1 a {
        height: 100px;
    }

    .nav {
        height: auto;
        padding: 10px 0px 10px 10px;
    }

    .nav li a {
        position: relative;
        line-height: 40px;
        font-size: 16px;
    }

    .nav li+li:before {
        content: '';
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 0;
        border-left: 1px solid rgba(255, 255, 255, .2);
    }

    .search{
        right: 10px;
        bottom: 10%;
    }

    .weather{
        line-height: 60px;
    }

    .footer {
        padding: 20px;
    }

}

@media (max-width: 768px) {

    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .copyright>.p20 {
        margin: 0;
        width: 100%;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;
        vertical-align: middle;
    }
}

@media (max-width: 768px){
    .weather{
        display: none;
    }

    .search{
        width:100%;
        margin:10px auto;
        position: inherit;
    }

    .nav li{
        width:17.5%;
    }

    .search input{
        width:97%;
    }
.nav li:first-child{
        width:12%;
    }
	.nav li:first-child{
        width:12%;
    }
	.nav li:nth-child(3){
        width:25%;
    }
	.nav li + li {
    margin-left: 8px!important;
}
}

@media (max-width: 480px) {
    .header {
        background-position: 40% 0px;
    }

    .header h1 {
        background-size: auto 40%;
    }

    .nav li a {
        font-size: 14px;
        padding-bottom:0px;
    }

    .nav li a i{
        margin:15px auto 0px;
    }

    .nav li + li {
        margin-left: 10px;
    }

    .search input {
        width: 95%;
    }

}

@media (max-width: 320px) {

    .header h1 {
        background-size: auto 42%;
    }

}

@media (max-width: 320px) {
    .header h1 {
        height: 60px;
        background-size: auto 58%;
    }

    .nav {
        height: auto;
        padding: 10px 0px 10px 4px;
    }

    .nav li a i{
        display: none;
    }

    .nav li {
     width: 18.5%;
    }

    .nav li+li{
        margin-left: 5px;
    }

    .nav li a b{
        font-size: 12px;
        font-weight: normal;
    }

    .search{
        margin:0px auto;
    }

}
/* 公用部分 */

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
    padding: 2px;
    width: 20%;
}

.where {
    padding-left:30px;
    border-bottom: 1px #d2d2d2 solid;
    background: url(/material/images/wsjd_images/home.png) 5px 12px no-repeat;
}

@media (max-width: 992px) {
    .where {
        margin-left: 0px;
        margin-right: 0px;
    }

    .where a,
    .where span {
        margin: 0 3px;
    }
}

.grid {
    margin: 0 auto;
}

.grid>.row {
    margin-right: -10px;
    margin-left: -10px;
}

.grid>.row>.col,
.grid>.row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane .pane {
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab-pane .pane {
    overflow: hidden;
}

.tab {
    height: 46px;
    border-bottom: 1px solid #ddd;
}

.tab:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 10px;
    width: 22px;
    height: 34px;
    background: url(/material/images/wsjd_images/bt.png) 0px 15px no-repeat;
}

.tab a {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
}

.tab a.current {
    color: #205190;
}

.tab a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    transform: scale(0, 1);
    transition: transform .3s;
}

.tab a.current:after {
    background-color: #2978f2;
    transform: scale(1, 1);
}

@media (max-width: 1200px) {

    .grid {
        width: 100%;;
    }

    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
        text-align: center;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 18px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }

    .tab:before{
        display: none;
    }

}

/* 侧栏 */
.side{
    margin-right: -15px;
}

.side-menu h2 {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin: 0px;
    padding: 0 20px;
    background:url(/material/images/wsjd_images/h22.png) 0 0 no-repeat;
    color: #fff;
}

.side-menu ul {
    margin: 0px;
}

.side-menu li{
    border-left: 5px #3d88ff solid;
    background: url(/material/images/wsjd_images/menu.png) 50% 0 no-repeat;
}

.side-menu li a {
    position: relative;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px #ccc dotted;
	font-weight:bold;
}
.side-menu li.current a, .side-menu li a:hover {
    background: #f8f8f8 url(/material/images/wsjd_images/menu.png) 50% -50px no-repeat;
}

.side-menu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    width: 5px;
    background-color: #fbc544;
    transform: scale(1, 0);
    transition: all .3s;
}

.side-menu li.current a:before,.side-menu li a:hover:before {
    transform: scale(1, 1);
}
.side-menu li.current a, .side-menu li a:hover {
    color: #3d88ff;
}
.bmfw{
    margin-top: 20px;
}

.bmfw h3 {
    background: url(/material/images/wsjd_images/dot03.png) 7px 50% no-repeat;
    padding-left: 30px;
    font-size: 16px;
    line-height: 40px;
    color: #3d88ff;
    margin-bottom:20px;
    border-bottom:1px solid #ccc;
}

.bmfw li{
    margin-top: 20px;
}

.bmfw li a{
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    background: #f8f8f8;
    border: 1px solid #ccc;
}

.main{
    padding:20px;
    margin-left: -15px;
    border:1px solid #ccc;
}

.b1 li{
    border-bottom: 1px #ccc dotted;
}

@media (max-width: 1200px) {

    .bmfw{
        display: none;
    }
}
@media (max-width: 768px) {

    .side{
        margin-right: 0px;
        margin-bottom:10px;
    }

    .side-menu h2 {
        display: none;
    }

    .side-menu ul {
        margin: 0 -5px;
    }

    .side-menu li {
        float: left;
        width: 33.33%;
        border-left: none;
        background:none;
    }

    .side-menu li a {
        margin: 5px;
        padding: 0 15px;
        line-height: 40px;
        font-size: 16px;
        background-color: #eee;
        border-radius: 3px;
        border-bottom:none;
		
    }

    .side-menu li.current a,.side-menu li a:hover {
		background:none;
        background-color: #2d8fff;
        color: #fff;
    }
.side-menu li a:before{
	background:none;
}
   .main{
        margin-left: 0px;
    }
.side-menu li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

@media (max-width: 678px) {
    .side {
        box-shadow: none;
    }

    .side-menu li {
        width: 50%;
    }

    .side-menu li a {
        font-size: 14px;
    }
}
/*  正文 */

.article {
    padding:15px 0px 30px 0px;
    word-break:break-all;
}

.article h2 {
    padding: 20px 40px;
    line-height: 1.5;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #058;
}
.article h4.zwbt{
	font-size: 22px;
    color: #058;
    text-align: center;

}
.article .option {
    box-sizing: border-box;
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 20px;
    line-height: 30px;
    color: #ccc;
    transition: padding .3s;
}

.article .option h4 {
    display: none;
}

.article .info {
    border: 1px solid #ddd;
    margin: 0 20px;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    background-color: #f5f5f5;
    color: #797979;
    border-radius: 100px;
}

.article .info>span {
    color: #333;
    font-size: 16px;
    line-height: 33px;
    padding: 0px 20px;
}

.article .info i {
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #ccc;
    vertical-align: -1px;
}

.article .option.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    border-top: none;
    margin: 0;
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.article .option.fixed h4 {
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    width: 60%;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article .option.fixed .info {
    display: none;
}

.article .option.fixed .jfontsize {
    float: none;
    padding: 0;
}

.jfontsize {
    padding: 0px 20px;
    float: none;
    font-size: 16px;
    display: inline-flex;
}

.jfontsize a {
    float: left;
    box-sizing: content-box;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    margin: -3px 4px 0px 4px;
    padding: 3px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.jfontsize a i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-image: url(/material/images/wsjd_images/jfont.png);
    background-repeat: no-repeat;
}

#jfontsize-p2 i {
    background-position: 0 0;
}

#jfontsize-m2 i {
    background-position: -24px 0;
}

#jfontsize-d2 i {
    background-position: -48px 0;
}

a#jfontsize-p2:hover i {
    background-position: 0 -24px;
}

a#jfontsize-m2:hover i {
    background-position: -24px -24px;
}

a#jfontsize-d2:hover i {
    background-position: -48px -24px;
}

.article .option .share {
    float: right;
    margin: -7px 0;
}

.article .option .share a+a {
    margin-left: 10px;
}

.p15{
    padding: 15px;
    border-top: 2px #76b1fd solid;
}

.article .p15 .bds_tsina {
    background: url(/material/images/wsjd_images/wb.png) center no-repeat !important;
    background-size: 24px auto !important;
}

.article .p15 .bds_weixin {
    background: url(/material/images/wsjd_images/wx.png) center no-repeat !important;
    background-size: 24px auto !important;
}

.bdshare_popup_box {
    margin-left: -200px;
}

.article-box {
    padding: 30px 60px;
    line-height: 2;
    text-align: justify;
    color: #333;
    font-size: 16px;
}

.article-box p {
    margin: 1em 0;
}

.article-box p img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

.article .jr-btn {
    min-width: 180px;
}

.article .files {
    padding: 15px;
}

.article .files li {
    border-bottom: 1px dotted #ddd;
    padding: 8px;
    line-height: 24px;
    font-size: 16px;
}

.t0 {
    position: relative;
    height: 47px;
    border-top: 1px solid #ececec;
    margin-bottom: 10px;
    text-align: left;
}

.t0 a, .t0 b {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    padding: 0 30px;
    font: bold 20px/47px microsoft yahei;
    color: #76b1fd;
    border-top: 2px solid #76b1fd;
}

.t0:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 47px;
    background: #76b1fd url(/material/images/wsjd_images/t.png) 0px 0px no-repeat;
}

.interflow {
    display: inline-block;
    width:100%;
    padding: 10px 40px;
    background: url(/material/images/wsjd_images/interflow.png) 50% 0px no-repeat;
}

.interflow h4 {
    color: #76b1fd;
    text-align: center;
    font: bold 20px/50px microsoft yahei;
}

.interflow .btn {
    width:100%;
    padding: 40px 110px;
}

.interflow .btn li {
    border: 1px solid #76b1fd;
    background: #f1f7fe;
    margin:1%;
    height: 60px;
    width: 30.33%;
}

.interflow .btn li a {
    display: inline-flex;
    color: #656565;
    padding: 0px 20px;
    font: bold 20px/60px microsoft yahei;
}

.interflow .btn li a span{
    display: inline-block;
}

.interflow .btn li a i {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin: 17px 20px 17px 0px;
    background-image: url(/material/images/wsjd_images/icon02.png);
    background-repeat: no-repeat;
}

.interflow .btn li a i.s1 {
    background-position: 0px 0px;
}

.interflow .btn li a i.s2 {
    background-position: -25px 0px;
}

.interflow .btn li a i.s3 {
    background-position: -50px 0px;
}

@media (max-width: 768px) {
    .article h2 {
        margin: 0 10px;
    }

    .article .jfontsize,
    .article .option h4 {
        display: none;
    }

    .article .option {
        padding: 20px 10px;
    }

    .article .option.fixed {
        padding: 10px 5px;
    }

    .article .option.fixed .share,
    .article .option.fixed .jfontsize {
        display: block;
    }

    .article .option.fixed .info,
    .article .option.fixed h4 {
        display: none;
    }

    .article .jfontsize {
        float: none;
        padding: 0;
    }

    .article-box {
        padding: 15px;
    }

    .interflow .btn{
        padding:40px 0px;
    }

    .interflow .btn li{
        width:100%;
    }
}

@media (max-width: 480px) {
    .article .share {
        display: none;
    }

    .article .option .info span {
        display: block;
        padding: 0px 10px;
    }

    .article h2 {
        margin: 0 10px;
    }

    .article .info{
        margin:0px;
        padding: 10px 0px;
        border-radius:10px;
    }

    .article .share,
    .article .jfontsize,
    .article .option h4 {
        display: none;
    }

    .article .option {
        padding: 20px 10px;
    }

    .article .option.fixed {
        padding: 10px 5px;
    }

    .article .option.fixed .share,
    .article .option.fixed .jfontsize {
        display: block;
    }

    .article .option.fixed .info,
    .article .option.fixed h4 {
        display: none;
    }

    .article .jfontsize {
        float: none;
        padding: 0;
    }

    .article-box {
        padding: 15px;
    }

    .interflow .btn{
        padding:10px 0px;
    }
}

/* 组图 */

.photos {
    width: 90%;
    max-width: 800px;
    margin: 40px auto;
    font-size: 14px;
}

.photos p {
    margin: 0;
}

.photos .pic {
    position: relative;
    overflow: hidden;
    height: 500px;
    border: 1px solid #ddd;
    padding: 34px;
    text-align: center;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}

.photos .pic img {
    min-width: 200px;
    max-width: 100%;
    max-height: 500px;
    margin: 0 auto;
    background: url(/material/images/wsjd_images/loading.gif) center no-repeat;
    background-size: 24px;
}

.photos .pic li {
    position: relative;
    height: 500px;
}

.photos .pic li a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 200px;
    line-height: 0;
    font-size: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all .3s;
}

.photos .pic li span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    line-height: 20px;
    font-size: 16px;
    background: #333;
    background: linear-gradient(to top, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    opacity: 0;
    transform: translate(0, 90px);
    transition: all .3s;
}

.photos .pic li:hover span {
    opacity: 1;
    transform: translate(0, 0);
}

.photos .handle {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 80px;
    height: 24px;
    margin-left: -40px;
    line-height: 24px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
}

.play-state {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 4px;
    line-height: 16px;
    text-align: center;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath fill='%2300a0e9' d='M238.933 170.667h204.8v682.666h-204.8zm341.334 0h204.8v682.666h-204.8z'/%3E%3C/svg%3E") center no-repeat;
    vertical-align: middle;
    cursor: pointer;
}

.pauseState {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2306b' d='M388.876 833.1l438.132-352.593-438.133-344.248z'/%3E%3C/svg%3E") center no-repeat;
}

.page-state {
    display: inline-block;
    width: 4em;
    text-align: center;
    vertical-align: middle;
}

.pic-prev,
.pic-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.pic-prev {
    transform: translate(-50px, 0);
    left: 10px;
}

.pic-next {
    transform: translate(50px, 0);
    right: 10px;
}

.photos .pic:hover .pic-prev,
.photos .pic:hover .pic-next {
    opacity: 1;
    transform: translate(0, 0);
    color: #fff;
}

.pic-prev:hover,
.pic-next:hover {
    background-color: #00a0e9;
}

.photos .preview {
    position: relative;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 0 4px;
    height: 100px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.photos .preview li {
    float: left;
    width: 20%;
    font-size: 14px;
}

.photos .preview li a {
    position: relative;
    overflow: hidden;
    display: block;
    height: 80px;
    margin: 10px 5px;
    line-height: 20px;
    background-color: #f1f1f1;
    transition: all .3s;
}

.photos .preview li.on a {
    background-color: #00a0e9;
    color: #fff;
}

.photos .preview li img {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 80px;
    opacity: .5;
    transform: scale(1);
    transition: all .3s;
}

.photos .preview li a:hover img,
.photos .preview li.on img {
    transform: scale(1.05);
    opacity: 1;
}

.photos .preview li a span {
    display: block;
    max-height: 60px;
    margin: 10px;
    overflow: hidden;
}

.preview-prev,
.preview-next {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    text-align: center;
    font-size: 18px;
    background-color: #06b;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    opacity: 0;
    transform: scale(0.8, 0.8);
    transition: all .3s;
}

.prevStop,
.nextStop {
    background-color: #aaa !important;
    cursor: not-allowed;
}

.preview:hover .preview-prev,
.preview:hover .preview-next {
    transform: scale(1, 1);
    opacity: 1;
    color: #fff;
}

.preview-prev {
    left: -12px;
}

.preview-next {
    right: -12px;
}

@media (max-width: 768px) {
    .photos {
        width: auto;
        margin: 20px 0;
    }

    .photos .pic {
        padding: 14px;
    }

    .photos .preview {
        display: none;
    }
}

/* 公众互动 */
.mail {
    width: 100%;
    display: inline-block;
}
.mail li {
    width: 48%;
    height: 85px;
}
.mail li + li {
    margin-left: 1%;
}
.mail li a {
    color: #89abd9;
    font: bold 36px/30px microsoft yahei;
}
.mail li a span {
    font-size: 24px;
}
.mail li i {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    background-image: url(/material/images/wsjd_images/icons.png);
    background-repeat: no-repeat;
}
.mail li i.s17 {
    background-position: -400px 0px;
}
.mail li i.s18 {
    background-position: -400px -80px;
}
.tsjb li {
    height: 90px;
    padding-left: 20px;
    font: bold 24px/90px microsoft yahei;
}
@media(max-width: 320px) {
	.tsjb li{
		font-size: 18px;
		}
}
.tsjb li a {
    color: #fff;
}
.tsjb li.s19 {
    border-radius:10px;
    background:#5e7ffb url(/material/images/wsjd_images/hd_btn.png) right 0px no-repeat;
}
.tsjb li.s20 {
    border-radius:10px;
    background:#517dd8 url(/material/images/wsjd_images/hd_btn002.png) right 0px no-repeat;
}
.tsjb li+li {
    margin-top: 20px;
}
.zxft .list-p-t {
    overflow: visible;
    margin:0px -10px;
}
.zxft .list-p-t li {
    line-height: 28px;
    font-size: 14px;
    vertical-align: middle;
}
.zxft .list-p-t li a.pic {
    display: block;
}
.zxft .list-p-t li a.pic img {
    width: 100%;
    height: 310px;
    background-color: #fff;
    border: 1px #ddd solid;
    padding: 4px;
}
.zxft .list-p-t li a.pic:hover img {
    border-color: #bbb;
}
.zxft .list-p-t li h3 a {
    color: #e23434;
    font: bold 20px/50px microsoft yahei;
	    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zxft .list-p-t li p {
    line-height: 34px;
}
.zxft .list-p-t li .wqft {
    height: 32px;
    background: url(/material/images/wsjd_images/wqft.jpg) 415px 0px no-repeat;
}
.zxft .list-p-t li .wqft a {
    color: #fff;
    display: block;
    height: 32px;
    width: 85px;
    float: right;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
    background-color: #fbc442;
}


.xjtj {
    width: 100%;
    height: 240px;
    position: relative;
    background: url(/material/images/wsjd_images/mail.png) center 0px no-repeat;
}

.xjtj h3 {
    color: #fff;
    position: absolute;
    top: 63px;
    left: 193px;
    font: bold 20px/35px microsoft yahei;
}

.xjtj p {
    color: #576194;
    font: bold 24px/24px microsoft yahei;
}

.xjtj p span {
    font-size: 12px;
    color: #89abd9;
}

.xjtj p.bl {
    position: absolute;
    top: 157px;
    left: 100px;
}

.xjtj p.sl {
    position: absolute;
    top: 157px;
    left: 268px;
}

.t5 {
    position: relative;
    height: 47px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.t5:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 34px;
    background: url(/material/images/wsjd_images/bt.png) 0px 15px no-repeat;
}

.t5 a, .t5 b {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    padding: 0 30px;
    line-height: 47px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.t5 a.current, .t5 b {
    border-bottom: 2px solid #2978f2;
}

.t6 {
    position: relative;
    overflow: hidden;
    padding: 25px 0px 0px 40px;
}

.t6 b {
    display: inline-block;
    color: #fff;
    width: 100px;
    height: 34px;
    background: #2978f2;
    text-align: center;
    font: bold 20px/34px microsoft yahei, simhei;
}

.t5 .wsbz{
    line-height: 30px;
    float: right;
    padding: 0px 20px;
    background: #dbe6f4;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2978f2;
    border-radius: 20px;
}

.wsdc .list-t li {
    height: auto;
    line-height: 28px
    font-size: 14px;
    margin-bottom:6px;
}

.wsdc .list-t li:before{
    top: 13px;
    left:5px;
    background-color: #9b9b9b;
}

.wsdc .list-t li+li {
    border-top:1px #d2d2d2 dotted
}

.wsdc .list-t li a {
    padding: 0px 5px;
    display: inline-flex;
}

.ftsl {
    width: 100%;
    background: url(/material/images/wsjd_images/ftsl.png) 0px 0px no-repeat;
}

.ftsl .list-t {
    padding: 10px 15px;
}

.ftsl .list-t li {
    height: auto;
    line-height: 32px;
    padding-left: 25px;
}

.ftsl .list-t li:before{
    top: 15px;
    left:10px;
    background-color: #9b9b9b;
}

@media (max-width: 1024px) {
        .xjtj h3{
           top: 62px;
           left: 167px;
        }

        .xjtj p.sl{
            left:238px;
        }

        .xjtj p.bl{
            left:70px;
        }

        .mail li a{
            font-size: 34px;
        }
 }   

@media (max-width: 768px) {
    .xjtj h3 {
        left: 374px;
    }

    .xjtj p.sl {
        left: 448px;
    }

    .xjtj p.bl {
        left: 280px;
    }

    .zxft .list-p-t {
        margin:0px;
    }

    .zxft .list-p-t li{
        margin: 20px -15px;
    }

    .ftsl{
        margin-top:20px;
        background-color: #f3f3f4;
        background-image: none;
    }

    .zxft .list-p-t li a.pic img{
        height:100%;
    }
}

@media (max-width: 480px) {
    .xjtj h3 {
        left: 197px;
    }

    .xjtj p.bl {
        left: 100px;
    }

    .xjtj p.sl {
        left: 268px;
    }

}

@media (max-width: 375px) {
    .zxft .list-p-t li h3 a{
        line-height: 30px;
    }
    .xjtj h3 {
        left: 175px;
    }
    .xjtj p.bl {
        left: 80px;
    }
    .xjtj p.sl {
        left: 249px;
    }

}


@media (max-width: 320px) {
    .ftsl .list-t {
        padding: 10px 0px;
    }

    .xjtj h3 {
        left: 150px;
    }

    .xjtj p.bl {
        left: 60px;
    }

    .xjtj p.sl {
        left: 229px;
    }
    .mail li a{
        font-size: 26px;
    }
}

/* 网上服务 */
.zwfw{
    width: 100%;
    height:330px;
    background: url(/material/images/wsjd_images/zwfw.jpg) center no-repeat;
}

.zwfw a{
    display: block;
    width: 100%;
    height:100%;
}

.jb_btn {
    width: 100%;
    margin:30px 0px;
    display: inline-block;
}
.jb_btn li {
    width: 32.33%;
    height: 95px;
    float: left;
    position: relative;
}
.jb_btn li + li {
    margin-left: 1%;
}
.jb_btn li i {
    position: absolute;
    bottom: 0px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: block;
    background-image: url(/material/images/wsjd_images/icons.png);
    background-repeat: no-repeat;
}
.jb_btn li i.s14 {
    background-position: -485px -10px;
}
.jb_btn li i.s15 {
    background-position: -490px -90px;
}
.jb_btn li i.s16 {
    background-position: -575px -10px;
}
.jb_btn li a {
    color: #89abd9;
    font: bold 24px/30px microsoft yahei;
}
.jb_btn li a span {
    font-size: 20px;
}
.jb_btn li a:hover {
    color: #2978f2;
}

.fw {
    display: inline-block;
    margin-top:20px;
    width: 100%;
}
.fw li {
    width: 31.33%;
    height: 128px;
    float: left;
    border: 1px solid #2978f2;
}
.fw li + li {
    margin-left: 3%;
}
.fw li a {
    color: #2978f2;
    display: block;
    text-align: center;
    font: bold 24px/60px microsoft yahei, simhei;
}
.fw li:hover {
    border: 1px solid #89abd9;
}
.fw li a:hover {
    color: #89abd9;
}
.fw li.s11 {
    background: #fff url(/material/images/wsjd_images/fw01.jpg) bottom right no-repeat;
}
.fw li.s12 {
    background: #fff url(/material/images/wsjd_images/fw02.jpg) bottom right no-repeat;
}
.fw li.s13 {
    background: #fff url(/material/images/wsjd_images/fw03.jpg) bottom right no-repeat;
}

.cx {
    width: 100%;
    position: relative;
    background: url(/material/images/wsjd_images/box.png) 0px 0px no-repeat;
}

.cx ul {
    display: inline-block;
    margin: 20px 0px 20px 45px;
    width: 96%;
}

.cx ul li {
    width: 20%;
    height: 50px;
    float: left;
    margin: 1% 2%;
}

.cx ul li a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border:1px solid #ccc;
}

.cx ul li a:hover {
    color: #517dd8;
    border:1px solid #517dd8;
}

@media (max-width: 1024px) {

    .jb_btn li a{
        font-size: 20px;
    }

    .jb_btn li a span {
        font-size: 18px;
    }

    .fw{
        margin-bottom: 20px;
    }

    .cx ul {
        margin: 20px 0px 20px 35px;
    }

    .cx ul li{
        width: 22.5%;
        margin:1%;
    }

}

@media (max-width: 768px) {

    .cx ul {
        margin: 10px 0px 20px 30px;
    }

    .cx ul li{
        width: 46.5%;
        margin:1%;
    }
}

@media (max-width: 480px) {

    .jb_btn li {
        width: 100%;
        height:100%;
        padding: 10px 0px;
    }

    .jb_btn li+li{
        border-top:1px solid #ccc;
    }

    .jb_btn li i{
        top: 10px;
        right: 10px;
    }

    .jb_btn{
        margin:20px 0px 0px 5px;
    }

    .fw{
        margin-top: 0px;
    }

    .fw li a{
        font-size: 16px;
    }

    .cx {
        width: 100%;
        height:100%;
        display: inline-block;
        background-image: none;
        background-color: #f3f3f4;
    }

    .zwfw{
        background-size: 180% auto;
        height: 200px;
    }

    .cx ul{
        width: 100%;
        margin:10px 7px;
    }

    .cx ul li {
        width: 92%;
        margin:2%;
    }

    .cx  .t6 {
        padding: 25px 0px 0px 14px;
    }
}


@media (max-width: 320px) {
    .cx .t6 {
        padding: 25px 0px 0px 16px;
    }

    .cx ul {
        margin: 10px;
    }

    .cx ul li {
        width: 89%;
        margin: 2%;
    }

}

/* 信息公开 */
.btns{
    margin:0px -15px;
}
.btns li {
    height: 70px;
    line-height: 70px;
    margin:1.5%;
}
.btns li.a1 {
    width:47%;
}
.btns li.a2, .btns li.a3 {
    width: 30.33%;
}
.btns li.a3 {
    line-height: 20px;
}
.btns li.a3 a {
    display: block;
    padding:15px 0px;
}
.btns li a{
    display: block;
    background: #f5f5f5;
}
.btns li.a3 i {
    margin: 0px 5px;
}
.btns li i {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin: 13px 5px;
    background-image: url(/material/images/wsjd_images/icons_ie8.png);
    background-repeat: no-repeat;
}
.btns li i.s1 {
    background-position: 0px 0px;
}
.btns li i.s2 {
    background-position: -40px 0px;
}
.btns li i.s3 {
    background-position: -80px 0px;
}
.btns li i.s4 {
    background-position: -120px 0px;
}
.btns li i.s5 {
    background-position: -160px 0px;
}
.btns li i.s6 {
    background-position: -200px 0px;
}
.btns li i.s7 {
    background-position: -240px 0px;
}
.btns li i.s8 {
    background-position: -280px 0px;
}
.btns li i.s9 {
    background-position: 0px -40px;
}
.btns li i.s10 {
    background-position: -40px -40px;
}
.btns li a:hover {
    background: #fff;
    height: 68px;
    border: 1px solid #ccc;
}

.dwzz {
    height: 320px;
    background: url(/material/images/wsjd_images/dwzz.png) 0px 0px no-repeat;
}
.dwzz h3 {
    color: #2978f2;
    padding-left: 15px;
    font: bold 24px/75px microsoft yahei, simhei;
}
.dwzz p {
    line-height: 34px;
    padding: 0px 25px 0px 35px;
}
.red {
    color: #ef1616;
}


.work {
    width: 100%;
    background: url(/material/images/wsjd_images/img_bg.png) 0px 0px no-repeat;
}
.work img {
    width: 106px;
    height: 144px;
    float: left;
    margin: 0px 19px;
}
.work h2 {
    color: #ef1616;
    font: bold 20px/85px microsoft yahei, simhei;
}
.work .js {
    height:60px;
    padding: 0px 20px;
    font: normal 14px/24px microsoft yahei, simhei;
}
.work h3 {
    width: 100%;
    margin-top: 30px;
}
.work h3 b {
    color: #fff;
    width: 85px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    border-radius: 0px 15px 15px 0px;
    background-color: #fbc442;
}
.work .zr {
    margin-top:10px;
    line-height: 26px;
    text-indent: 2em;
}
.ld li {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    line-height: 30px;
    font-size: 16px;
    width: 100%;
    position: relative;
}

.ld li a{
    position: absolute;
    top: 10px;
    right: 10px;
}

.ld li span {
    padding-left: 20px;
    background: url(/material/images/wsjd_images/dot.jpg) 0px 5px no-repeat;
}
.ld li:hover {
    background: url(/material/images/wsjd_images/bg.png) 0px 0px repeat;
}

@media (max-width: 1024px) {
    .btns li.a2, .btns li.a3 {
        width: 47%;
    }
    .dwzz{
        height: 100%;
        padding-bottom: 10px;
    }
   
    .ld li{
        padding: 10px 0px;
    }

}


@media (max-width: 768px) {
    .dwzz{
        margin-top: 10px; 
        background-color: #f8f8f8;
    }

    .work{
        margin-top: 20px;
    }

    .btns li.a2, .btns li.a3 {
        width: 30.33%;
    }
}

@media (max-width: 480px) {
    .dwzz{
        margin: 10px -10px 0px -10px; 
        background-color: #f8f8f8;
    }

    .btns li.a2, .btns li.a3 {
        width: 47%;
    }

}

@media (max-width: 320px) {
    .btns li i{
        margin: 13px 0px;
    }

    .work .js{
        padding: 0px 5px;
        font-size: 12px;
    }

    .ld li{
        font-size: 14px;
    }

}


/* 领导列表 */
.side-menu dl {
    border-top: 5px solid #f89200;
}

.side-menu dd {
    border-bottom: 1px solid #fff;
}

.side-menu dd a {
    display: block;
    line-height: 30px;
    padding: 8px 28px;
    color: #555;
    text-align: left;
    font-size: 15px;
    background: #f8f8f8;
    border-bottom: #cccccc 1px dashed;
	float: left;
    width: 100%;
}

.side-menu dd span {
    width: 70px;
    display: block;
    float: left;
    color: #0265cb;
    height: 31px;
}

.side-menu dd a:hover {
    font-weight: bold;
    color: #0265cb;
    background: #f1f1f1;
}
.side-menu dd.current a{
    font-weight: bold;
    color: #0265cb;
    background: #f1f1f1;
}
.zwzz {
    background: url(/material/images/wsjd_images/ldjs02.png) 0 0 repeat;
    margin-top: 20px;
    padding: 33px 80px;
    border-radius:15px;
    border:1px solid #c2dcfd;
}

.grjj{
    margin:0px 60px;
}

.grjj h3 {
    font: 25px/70px microsoft yahei;
    font-weight: bold;
    text-align: center;
    background: url(/material/images/wsjd_images/ldjs01.png) 49% 0 no-repeat;
    color: #FFF;
    line-height: 88px;
}

.grjj p {
    display：block: ;
    font: normal 16px/34px microsoft yahei;
}

@media (max-width: 1024px) {
    .grjj{
        margin:0px;
    }
}

@media (max-width: 480px) {

    .side-menu dd a,
    .grjj p{
        font-size: 14px;
    }

    .zwzz {
        padding:20px;
    }

}

.footer {
    background-color: #1064cf;
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}
.inner, .nav ul, .links, .copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.nav li .current, .nav li a.current, .nav li a:hover {
    height: 60px;
    background-color: #1064cf;
    border-bottom: 0px;
}
.links>ul>li, .links li li {
    text-align: left;
}
.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.links>ul>li>a {
    color: #fff;
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #327ad6 url(/material/images/wsjd_2022/links_arr.png) 96% 50% no-repeat;
}
.links li ul {
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
}
.links li li {
    padding-left: 20px;
}
.links>ul>li, .links li li {
    text-align: left;
}
.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: left;

}
.links li:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}
.copyright p a, .copyright p span {
    margin: 0 10px;
    color: #fff;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    background: #fff url(/material/images/wsjd_2022/bg.png) 50% 0px no-repeat;
}
.header {
    height: auto ;
margin-bottom: 30px;
}
.ht {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}

.header .inner, .nav ul {
    position: relative;
    z-index: 10;
    width: 1200px;
    margin: 0 auto;
}
.header .inner {
    z-index: unset;
}
.ht a {
    position: relative;
    z-index: 99;
    margin: 0 10px;
}
.ht .qr {
    position: absolute;
    top: 30px;
    right: -30px;
    display: none\0;
    width: 120px;
    border: 5px solid #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    transform: translate(0, -6px);

}
.ht .qr img {
    display: block;
    width: 100%;
}
.nt {
    text-align: left;
    letter-spacing: -3em;
    overflow: hidden;
}
.header h1 {
    float: left;
    width: 100%;
   height: 190px;
    background: url(/material/images/wsjd_2022/logo.png) left center no-repeat;
}
.search-btn {
   display: none;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    z-index: 10;
    background: url(/material/images/wsjd_2022/search.png) 50% 50% no-repeat;
}
.search-box {
    position: absolute;
    top: 60%;
    right: 0;
    z-index: 9;
    width: 342px;
    height: 80px;
    margin-top: -40px;
    white-space: nowrap;
}
.header .search input {
    background: #fff url(/material/images/wsjd_2022/search.png) 13px 50% no-repeat;
    width: 100%;
    height: 40px;
    padding: 10px 35px 10px 38px;
    border-radius: 0;
   margin:0;
}
.search button {
    width: 64px;
    height: 40px;
    background: #1064cf;
    border-radius: 0;
    margin-top: 0px;
    margin-left: -64px;
}
.panel-body {
    padding: 15px;
}
.nav {
    height: 60px;
    line-height: 60px;
    background: #277ce8;
}
.nav ul {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.nav li a {
    font-size: 20px;
    color: #fff;
    display: block;
    background-color: unset;
    box-shadow: unset;
    border-radius: 0;
    border: 0;
    text-align: center;
}
.nav li + li {
    margin-left: 0;
}
.nav li {
    float: left;
    position: relative;
    width: 20%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.nav li .current, .nav li a.current, .nav li a:hover {
    height: 60px;
    background-color: #1064cf;
    border-bottom: 0px;
}
.nav li a {
    font-size: 20px;
    color: #fff;
    display: block;
}
.nav li a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: -8px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url(/material/images/wsjd_2022/icons_1.png);
    background-size: 240px auto;

}
.nav .s1,.nav a:hover .s1{
    background-position: 0 0;
}

.nav .s2,.nav a:hover .s2{
    background-position: -40px 0px;
}
.nav .s3,.nav a:hover .s3{
    background-position: -80px 0px;
}
.nav .s4,.nav a:hover .s4{
    background-position: -120px 0px;
}
.nav .s5,.nav a:hover .s5{
    background-position: -160px 0;
}

.menu{
    display: none;
}
.search {
    position: unset;
}
.search-btn {
    z-index: 10;
    background: url(/material/images/wsjd_2022/search.png) 50% 50% no-repeat;
}
.header {
    background: unset;
}

.search input, .search button {
	float: left;
	display: block;
}

.search-btn.search-close {
	background-image: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cdefs%3E%3Cstyle/%3E%3C/defs%3E%3Cpath d='M521.694 449.297L111.41 39.014a51.2 51.2 0 1 0-72.43 72.363l410.282 410.317L38.98 932.01a51.2 51.2 0 1 0 72.397 72.396l410.317-410.282 410.317 410.282a51.2 51.2 0 1 0 72.396-72.362L594.125 521.694l410.282-410.283a51.2 51.2 0 1 0-72.396-72.397L521.728 449.297z' fill='%233a7'/%3E%3C/svg%3E");
}
.search .btn {
	color: #fff;
	font-size: 14px;
	margin-top: -8px;
	line-height: 18px;
}
.search p {
	color: #fff;
	line-height: 40px;
}
.search p a {
	color: #fff;
	padding: 0px 10px;
}
@media(max-width:1200px){
.header h1, .nav ul, .search,.header .inner, .content, .links, .copyright {
    width: 100%;
}
.header, .header h1 a {
    height: 80px;
    margin-bottom: 0px;
}
.header .inner {
    width: 100%;
}
.nav{
    display: none;
}
.menu-btn, .search-btn {
    display: block;
}
.search-box {
    display: none;
}
.search-box {
    width: 100%;
}
.search-box {
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    margin: 0;
    padding: 0 12px;
    background-color: #e9e9e9;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    transition: all .2s;
}
.search-box.active {
display: block;
    height: 60px;
    padding: 12px;
    opacity: 1;
    margin-top: 40px;
}
}
@media(max-width:768px){
.header {
    margin-bottom: 0;
}
.header h1, .header .inner {
    width: 100%;
    height: 80px;
    background-size: 100%;
}
.fr{float: left;}
.search-btn {
    top: -18px;
}

.footer {
    padding: 20px;
}
.footer .jc{
    position: relative !important;
    right: 0 !important;
    top: 34px !important ;
    width: 80px;
    height: 80px;
    margin-top: -30px;
}
}
/* 移动端菜单 */

.mask {
	display: none;
	position: fixed;
	z-index: 597;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: opacity .2s;
}
.mask.on {
	display: block;
	opacity: 1;
}
body.modal-open {
	position: fixed;
	width: 100%;
}
.menu {
	display: none\9;
	position: fixed;
	z-index: 598;
	top: 0;
	right: 0;
	bottom: 0;
	width: 65%;
	background-color: #19548c;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.menu.on {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu img {
	display: block;
	width: 90%;
	max-width: 220px;
	margin: 40px auto;
}
.menu li a {
	position: relative;
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}
.menu li a:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}
.menu li+li a {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}
.menu>ul>li:nth-child(1) {
	animation-delay: .1s;
}
.menu>ul>li:nth-child(2) {
	animation-delay: .2s;
}
.menu>ul>li:nth-child(3) {
	animation-delay: .3s;
}
.menu>ul>li:nth-child(4) {
	animation-delay: .4s;
}
.menu>ul>li:nth-child(5) {
	animation-delay: .5s;
}
.menu>ul>li:nth-child(6) {
	animation-delay: .6s;
}
.menu>ul>li:nth-child(7) {
	animation-delay: .7s;
}
.menu .avatar {
	width: 80px;
	height: 80px;
	background-color: rgba(255, 255, 255, .1);
	color: #fff;
	border-radius: 100px;
	margin: 20px auto;
}
.menu .avatar i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 32px;
}
.menu p, .menu a {
	color: #fff;
}
.menu-btn {
	display: none;
	position: absolute;
	top: 15px;
	right: 0px;
	z-index: 599;
	width: 50px;
	height: 50px;
	transition: .25s;
}
.menu-btn.on, .menu-btn.fixed {
	position: fixed;
}
.menu-btn>span {
	position: absolute;
	left: 0;
	right: 0;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	background: #fff;
	border-radius: 2px;
	transition: .25s;
}
.menu-btn>span:nth-child(1) {
	top: 18px;
}
.menu-btn>span:nth-child(2) {
	top: 24px;
}
.menu-btn>span:nth-child(3) {
	top: 30px;
}
.menu-btn.on span, .hd+.menu-btn>span {
	background: #fff;
}
.menu-btn.on span:nth-child(1) {
	top: 21px;
	transform: rotate(45deg);
}
.menu-btn.on span:nth-child(2) {
	opacity: 0;
	transform: rotate(90deg);
}
.menu-btn.on span:nth-child(3) {
	top: 21px;
	transform: rotate(135deg);
}
.menu-btn>span {
    background: #d4d9dd;
}
@media(max-width:1200px){
.menu-btn, .search-btn {
    display: block;
}
  .header .menu-btn {
    top: 55px;
}
.menu {
    display: block;
}
}
@media (max-width: 768px){
.header .menu-btn {
    top: -3px;
}
.menu p {
    margin: 40px 10px;
    display: block;
    height: 80px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
}
.menu p i {
    display: block;
    float: left;
    margin-right: 10px;
    top: 0px;
    width: 77px;
    height: 75px;
    background-image: url(/material/images/wsjd_2022/logo_1.png);
}
.menu p span {
    display: block;
    float: left;
    width: 70%;
}
}
@media (max-width: 480px){
.menu p {
    height: 140px;
}
.menu p span{
	width:100%
}
.menu p i{
	margin:0 auto;
	display: inline-block;
    float: none;
}
}
.ht .qr {
    position: absolute;
    top: 30px;
    right: -30px;
    display: none\0;
    width: 120px;
    border: 5px solid #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
    transform: translate(0, -6px);


}

.ht .qr:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 10px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;
    margin-bottom: 4px;
}

.ht .qr img {
    display: block;
    width: 100%;
}

.ht a:hover .qr {
    display: block\0;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.header {
    height: auto ;
}