/**通用头部*/
.header{
    background: url("../images/header_banner_bg.png") center center no-repeat;
    height: 345px;
    background-size: auto 100%;
}
a:visited {
    text-decoration: none;
}
#mozi-assist-pointeread{
    display:none;
}
.bigtext-html-content{
    line-height: 66px;
    font-size: 53px !important;
    padding: 10px 0;
    height: auto;
}
.bigtext-html{
    min-height: 150px;
    max-height: 400px;
    height: auto;
}
.ht{
    background: url("../images/header_ht_bg.png") center center no-repeat;
    height: 40px;
    line-height: 40px;
    color: #333333;
    padding: 0 10px;
    background-size: 100% 100%;
}
.inner, .grid, .links, .copyright,.wd-1400,.nav-item{
    position: relative;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.header .banner{
    height: 225px;

}
.ht a {
    color: #333333;
    margin: 0 10px;
}
.header h1{
    background: url("../images/header_logo.png") 0 50% no-repeat;
    height: 79px;
    width: 1051px;
    margin-top: 95px;
}
.header h1 a{
    color: transparent;
    display: block;
}
.navBar {
    position: relative;
    color: #fff;
    height: 80px;
    border-bottom: none;
    background-color: #165dbd;
    overflow: hidden;
    max-width: 1960px;
    margin: 0 auto;
}
.nav{
    width: calc(100% - 400px);
    display: flex;
    font-size: 28px;
    font-weight: bold;
    height: 100%;
    align-items: center;
    padding-left: 20px;
}
.nav li a{
    color: #ffffff;
    padding: 0 10px;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 76px;
}
.nav li.active a{
    border-bottom: 4px solid #74e3ff;
}

.nav>li{
    float: left;
    width: 15%;
    margin-right: calc((100% - 60% - 80px)/5);
}
.nav li:first-child{
    width: 80px;
}
.nav li a:focus, .nav li a:hover{
    background-color: #165dbd;
}
.nav li:hover a{
    border-bottom: 4px solid #74e3ff;
}
.search{
    width: 380px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 50px;
    transform: translateY(-50%);
}
.search-box{
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.search-box input{
    width: calc(100% - 105px);
    float: left;
    border-radius: 5px 0 0 5px;
    height: 100%;
    padding: 0 10px;
    border: none;
    outline: none;
    cursor: pointer;
}
.search-box button{
    width: 105px;
    height: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #75b0ff;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 5px;
    border-radius: 0 5px 5px 0;
    padding: 0 12px;
    float: left;
}
.search-box button a{
    color: #ffffff;
}
.search-box button i{
    display: inline-block;
    background: url("../images/search_icon.png") center center no-repeat;
    height: 18px;
    width: 18px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}


/* 移动端菜单开始 */

.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: #fff;
    -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: 100%;
    padding: 40px 10px;
    background-color: #032c8e;
}

.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>ul>li:nth-child(6) {
    animation-delay: .6s;
}

.menu>ul>li:nth-child(7) {
    animation-delay: .7s;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 66px;
    right: 0;
    z-index: 599;
    width: 40px;
    height: 40px;
}

.menu-btn.on,
.menu-btn.fixed {
    position: fixed;
    top: 0px;
}

.menu-btn>span {
    position: absolute;
    left: 0;
    right: 0;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #333;
    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);
}

/* 移动端菜单结束 */

@media (max-width: 1400px) {
    .ht .fr, .header h1, .inner, .content, .links, .copyright,.wd-1400{
        width: 100%;
    }
    .ht .fr {
        text-align: center;
    }
    .header h1{
        width: 90%;
        background-size: 100%;
    }
    .menu-btn {
        display: block;
    }
    .ht .fl, .nav {
        display: none;
    }
    .navBar{
        height: 80px;
        position: relative;
    }
    .nav-item{
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    .search{
        width: 90%;
        left: 5%;
        right: 5%;
    }



}

@media screen and (max-width: 480px) {
    .header{
        height: 235px;
    }
    .header h1{
        margin-top: 13px;
    }
    .header .banner {
        height: 115px;
    }
    .search-box input,.search-box button a{
        font-size: 14px;
    }
    .search-box button i{
        top: 4px;
    }



    .ht .fr {
        text-align: center;
        font-size: 14px;
    }

}
/**底部 */
.footer {
    padding: 20px 0;
    line-height: 22px;
    background-color: #3a3a3a;
    color: #fff;
}
.footer .row {
    margin-right: -10px;
    margin-left: -10px;
}
.footer .col-md-2{
    padding-right: 10px;
    padding-left: 10px;
}
.footer {
    padding: 20px 0;
    line-height: 22px;
    background-color: #3a3a3a;
    color: #fff;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    color: #fff;
    margin: 0 -5px;
    padding: 0 10px;
    background: #434444;
}

.links li ul {
    display: none\9;
    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:hover ul {
    display: block\9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
}

.copyright {
    line-height: 32px;
    display: table;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
    color: #fff;
}

.footer-map {
    position: relative;
    width: calc(100% - 545px);
    padding:10px 10px 10px 110px;
    background-color: #434444;
}

.gov {
    position: absolute;
    top: 50%;
    left: 33px;
    width: 48px;
    height: 58px;
    margin-top: -28px;
}
.tab-pane .pane>ul, .tab-pane .pane>div {
    animation-duration: .3s;
}
.footer .panel-more{
    display: none;
}
.ewm {
    padding:25px;
    width: 515px;
    background-color: #434444;
}

.ewm .tab-pane{
    width: 300px;
    float: left;
}

.ewm .tab{
    position: relative;
    z-index: 999;
    width: 190px;
    float: right;
    background-color: #434444;
    padding-top:15px
}

.ewm .tab a{
    color: #fff;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding:0px;
    text-align: left;
    display: block;
}

.ewm .tab a.current{
    color: #458cff;
    background:none;
    box-shadow:none;
}

.ewm .tab a.current:after{
    height: 1px;
    margin: 0px 70px 0px 0px;
    background-color: #fff;
}

.ewm .tab a+a:before{
    display: none;
}

.ewm .pane{
    float: left;
    background: #fff;
}
.ewm .pane>div{
    overflow: hidden;
}
.ewm .pane img{
    display: block;
    width: 100%;
}

.number li a{
    color: #fff;
    line-height: 46px;
}

.number li.s1{
    padding-left: 50px;
    background: url(../images/dy.png) 0px 50% no-repeat;
}

.number li.s2{
    padding-left: 50px;
    background: url(../images/ks.png) 0px 50% no-repeat;
}
@media screen and (max-width: 1400px){
    .footer {
        font-size: 14px;
        padding: 20px;
    }

    .ewm{
        display: none;
    }

    .footer-map{
        padding: 0px;
        width: 100%;
    }

    .links>ul>li>a{
        font-size: 12px;
    }
    .gov{
        left: auto;
        right: 50px;
    }
}
@media screen and (max-width: 768px){
    .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .links>ul>li>a{
        font-size: 14px;
    }

    .footer .gov {
        position: relative;
        display: inline-block;
        top: 0;
        left: auto;
        right: auto;
        margin-top: 20px;
        margin-bottom: 10px;
        vertical-align: middle;
    }
}


/**其他通用 */
a:hover{
    color: #048;
}

.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.pane{
    overflow: hidden;
}
.panel-more{
    display: none;
}
.list-t li .date {
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}
.list-t li:before {
    width: 6px;
    height: 6px;
}
.grid h3,.grid h4{
    position: relative;
}
.grid h3{
    margin-bottom: 30px;
}
.grid h3>a{
    color: #333;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
}
.grid h3>a.current{
    color: #fff;
    background: #165dbd;
    border-radius: 0 0 10px 10px;
}
.grid h3 .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}
.grid h3 .more:hover,
.grid h4 .more:hover {
    transform: translateY(-2px);
    transition: all .3s;
}
.grid h3 .more a {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    display: block;
    color: #165dbd;
}

.grid h4 .more {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}
.grid h4 .more a {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
    display: block;
    color: #165dbd;
}

.grid h4.tab>a{
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    display: inline-block;
    padding: 0 15px;
}
.grid h4.tab>a.current{
    color: #165dbd;
    background: #e7f1fc;
    border-radius: 4px;
    border: 1px solid #b8d5f8;
}
@media screen and (max-width: 1400px) {
    .content .grid {
        width: 100%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 480px) {

    .grid h3>a{
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
    .grid h3 .more a{
        font-size: 16px;
        line-height: 16px;
        height: 16px;
    }
    .grid h4>a{
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }
    .grid h4 .more{
        margin-top: -15px;
    }
    .grid h4 .more a{
        font-size: 16px;
        line-height: 16px;
        height: 16px;
    }
    .list-t li{
        font-size: 14px;
        padding-left: 15px;
    }
    .grid h4.tab a{
        font-size: 16px;
        padding: 0 8px;
        height: 30px;
        line-height: 30px;
    }
}


/**20260601新增 */
body, button, input, select, textarea {
    font-family: Microsoft YaHei,-apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC,Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}