@charset "utf-8";
/* 头部、底部、公用 */
@font-face {
    font-family: 'hm';
    src:url("../fonts/HarmonyOS_Sans_SC_Bold.ttf");
}
body {
    overflow-x: hidden;
    font-size: 16px;
    /*background: #f9f9f9 url(../images/bg.jpg) 50% 170px no-repeat;*/
}
.wrap{
    background: #f9f9f9 url(../images/bg.jpg) 50% 140px no-repeat;
}
.header {
    background: url(../images/head1.png) 50% 40px no-repeat;
}
.search{
    display: none;
}
.search-box button{
    height:32px
}
.nav ul{
    width:auto;
}

.ht {
    height: 40px;
    line-height: 40px;
    background-color: #eee;
}
.grid{
    width: 1200px;
    padding:20px
}
.ht a {
    margin: 0 10px;
}

.header h1 {
    width: 600px;
    height: 130px;
    background: none;
    font-size:0;
    padding-left:0px
}

.header h1 a {
    display: block;
    height: 130px;
    line-height:130px;
    font-size: unset;

}

.nav {
    width: 600px;
    padding: 25px 0;
}

.nav li {
    float: left;
    position: relative;
    width: 16%;
}

.nav li a {
    display: block;
    height: 80px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.nav li a:hover {
    color: #2d8fff;
}

.nav li a i {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    background-image: url(../images/icons_02.png);
    background-image: url(../images/icons_02_ie8.png)\9;
    background-size: 240px auto;
    transition: all .3s;
}

.nav .s1 {
    background-position: 0 0;
}

.nav .s2 {
    background-position: -40px 0;
}

.nav .s3 {
    background-position: -80px 0
}

.nav .s4 {
    background-position: -120px 0;
}

.nav .s5 {
    background-position: -160px 0;
}
.nav .s6 {
    background-position: -200px -320px;
}

.inner,
.content,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* 移动端菜单开始 */

.mask {
    display: none;
    position: fixed;
    z-index: 597;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    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: #f5f5f5;
    -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: 70%;
    margin: 60px 20px;
}

.menu li a {
    position: relative;
    display: block;
    margin: 0 15px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
    color: #048;
}

.menu li a:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #ccc;
    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(0, 0, 0, .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-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 599;
    width: 50px;
    height: 50px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 50px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: #048;
    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: #048;
}

.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);
}

/* 移动端菜单结束 */


/*查询*/
.ssboxxx{
    margin-left:-10px
}
.ssboxxx button{
    position: absolute;
    right: 0;
}
.ssboxxx input,.ssboxxx .select{
    height:52px
}
@media (max-width:1200px) {
    .grid{
        width:100%
    }
}

.content{
    background: url("/material/images/wjw_xxgkbg.jpg") center top no-repeat;
    width: 100%;
    margin-top:0px
}
.content>h2{
    font-size:88px;
    text-align: center;
    padding-bottom:70px;
    margin:0 auto;
    padding-top:70px;
    background-size: 100% 100%;
}

.content>h2 a{
    color: #fff;
    font-weight: 600;
    text-stroke: 1px #fff;
    background-image: -webkit-linear-gradient(270deg,#fff 0%,#ffffff 63%,#9be2ff 100%);
    -webkit-text-stroke: 1px #f2f8ff;
    font-family: 'hm';
    text-shadow: 0px 5px 5px rgba(0, 37, 161, .1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer{
    background-color: #eee;
}
.grid{
    background:#fff;
}
ul.info-tree>li>ul{
    border: 1px solid #eee;
}
@media (min-width:1920px) {
    .content {
        background-size:100% 100%
    }
}
@media (max-width: 1200px) {
    .footer .gov, .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        right: auto;
        margin-top: 20px;
        vertical-align: middle;
    }
    body {
        background-position: 50% 140px;
    }
    .links {
        padding: 0 20px;
    }
    .header {
        background-position: 50% 10px;
    }

    .header h1 {
        height: 100px;
        background-position: 16px 50%;
        background-size: auto 60%;
    }

    .header h1 a {
        display: block;
        height: 100px;
        line-height: 100px;
    }

    .ht .fl,
    .nav,
    .header .search p strong {
        display: none;
    }

    .ht .fr {
        text-align: center;
        font-size: 12px;
    }

    .ht .fr,
    .header h1,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .menu-btn {
        display: block;
    }

    .header .search {
        width: auto;
        margin: 20px;
    }

    .header .search input {
        width: 100%;
        height: 50px;
        padding: 15px 65px 15px 15px;
        margin: 0;
    }

    .header .search button {
        width: 50px;
        height: 50px;
        margin-left: -50px;
        background-position: center;
        line-height: 0;
        font-size: 0;
        color: transparent;
    }

    .header .search p {
        font-size: 12px;
    }


}
@media(max-width:768px){
    .ssboxxx input{
        width:70%
    }
    .header h1 {
        background: url(../images/logo.png) 0 50% no-repeat !important;
        background-size: auto 60% !important;
    }
    .ht .fr {
        font-size: 12px;
        text-align: center;
    }
    .ht a {
        margin: 0px 1px;
        width: 85%;
    }
    ul.info-tree li a{
        padding: 8px 0px 8px 75px;
        line-height: 40px;
    }
    ul.info-tree li.level-2>i{
        top:10px
    }
    .wj-xzlx{
        width:26%;
        padding-left:0px
    }
    .nav-pills>li+li{
        margin-left:0px
    }
    .nav-pills>li{
        margin-right:10px;
        margin-bottom:15px
    }
    .content>h2{
        padding-top:40px;
        padding-bottom:50px;
        padding-left:10%;
        padding-right:10%
    }
    .content>h2 img{
        width:100%
    }
}

@media(max-width:480px) {
    ul.info-tree li a i {
        top: 0;
        margin-top: 9px
    }
}
@media (max-width: 360px){
    .ssboxxx button{
        height:55px
    }
    .wj-xzlx{
        width: 90px;
    }
    .ssboxxx input{
        width: calc(100% - 106px);
    }

}
.main .info-list li.line:last-child{
    display:none
}
.nav li.current a {
    color: #2d8fff;
}