@charset "utf-8";

body,
input,
button,
select,
textarea {
    font-size: 14px;
    background: #fff;
}

body {
    background: #f8f8f8;
/*position: inherit;*/

}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
   /* font-weight: normal;*/
    /*font-family: 微软雅黑;*/
    font-family: 微软雅黑, 'Heiti SC', 黑体, AvianRegular;
    box-sizing: border-box;
    font-style: normal;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    /* 默认不进行缩放 */
    zoom: 1;
    /* 其他样式... */
}

/* 当视口宽度小于或等于某个值时（比如1100px） */
@media (max-width: 1200px) {
    html {
        /* 缩小到80% */
        /*transform: scale(0.75);  */
        zoom: 1;
    }

    .newsnav {
        position: relative !important;
        left: 0px !important;
        width: 100% !important;
        /* display: none; */
        overflow: hidden;
    }

    .newsnav li {
        float: left;
    }

    .box_all {
        overflow: hidden;
        width: 850px;
        font-family: "微软雅黑";
        font-size: 14px;
        border: 1px solid #EEEEEE;
        border-top: 2px solid #F57A04;
        padding: 0 0 10px 0;
        margin: 40px auto 0 auto;
    }

    .box {
        padding-left: 45px;
        padding-top: 5px;
    }

    .box li {
        line-height: 30px;
        width: 120px;
        text-align: left;
        float: left;
        list-style-type: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .boxdown {
        cursor: pointer;
        border: 1px solid #EEEEEE;
        width: 60px;
        height: 14px;
        background: #FFFFFF url(../images/down.png) no-repeat 20px;
        margin-left: 150px;
        margin-top: -2px;
        border-top: none;
        margin: 0 auto;

    }

    .up {
        cursor: pointer;
        border: 1px solid #EEEEEE;
        width: 60px;
        height: 14px;
        background: #FFFFFF url(../images/up.png) no-repeat 20px;
        margin-left: 150px;
        margin-top: -2px;
        border-top: none;
        margin: 0 auto;
    }

    .newsnav li:nth-child(1) {
        width: 20%;
    }

    .newsnav li:nth-child(2) {
        width: 40%;
    }

    .newsnav li:nth-child(3) {
        width: 20%;
    }

    .newsnav li:nth-child(4) {
        width: 20%;
        background: #f6f6f6;
    }



    .newsnav li a {
        font-size: 13px !important;
    }

    /* 如果需要，还可以添加其他样式调整 */
}

.fixed {
    position: fixed !important;
    top: -40px;
    z-index: 99;
    width: 1380px;
}

/* 头部 */
.mtop {
    display: none;
}

.header {
    width: 1250px;
    margin: 0 auto;
    height: 90px;
}

.head_left {
    float: left;
    width: 220px;
}

.logo {
    /* width: 200px; */
    height: 90px;
}

.logo a {
    line-height: 1;
    display: initial;
}

.logo a img {
    width: 220px;
    height: 90px;
}

span.jztext {
    background: linear-gradient(to bottom, #f49d27, #bf000a);
    width: 100%;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    color: #fff;
    line-height: 22px;
    height: 22px;
}

.head_right {
    float: right;
    height: 80px;
}

.head_right li {
    float: left;
    background: linear-gradient(to bottom, #ed8d23, #bf000a);
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding-right: 7px;
    border-radius: 10px;
    margin-top: 32px;
    position: relative;
}

.head_right li:last-child {
    margin-left: 5px;
}

.head_right li a {
    padding-left: 25px;
    font-size: 14px;
}

.head_right li:nth-child(1)::before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../images/zgbw.png) no-repeat;
    background-size: 22px;
    background-position: center;
    left: 0px;
    top: 0px;
}

.head_right li:nth-child(2)::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/shop.png) no-repeat;
    background-size: 20px;
    background-position: center;
    left: 0;
    top: -2px;
}

/* nav  start  */
.wnav {
    width: 100%;
    height: 90px;
    background: #fff;
    position: relative;
    z-index: 999;
}

.nav {
    margin: 0 auto;
    width: 1250px;
    display: block;
}

.nav .nav_box {
    float: left;
    width: auto;
    text-align: center;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
}

.nav li:last-child {
    margin-right: 0px;
}

.nav li:nth-child(4) {
    width: 120px;
    margin-left: 0px;
    margin-right: 0px;
}


.nav li:nth-child(4) a:after {
    content: '';
    background: #fff;
    height: 3px;
    width: 65px;
    float: left;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 28px !important;
}

.nav li:nth-child(4) a:hover:after {
    content: '';
    background: #ca0000;
    height: 3px;
    width: 65px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 28px;
    transition: 0.8s;
}

.nav li:nth-child(7) a:hover:after {
    content: '';
    background: #ca0000;
    height: 3px;
    width: 75px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 7px;
    transition: 0.8s;
}

.nav li:nth-child(7) a:after {
    content: '';
    background: #ffffff;
    height: 3px;
    width: 75px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 8px;
    transition: 0.8s;
}

li.home {
    float: left;
    width: 80px;
}

.hon a::after {
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    background: #fff !important;
    left: 0px;
    bottom: 0px;
}

li.home a {
    color: #000000;
    /* width: 55px; */
    position: relative;
    text-decoration: none;
    display: block;
    font-weight: lighter;
    line-height: 90px;
    height: 90px;
    font-size: 16px;
    text-align: center;
}

.nav .nav_box a {
    color: #000;
    text-decoration: none;
    display: block;
    font-weight: lighter;
    line-height: 90px;
    height: 90px;
    font-size: 16px;
    position: relative;
    padding: 0px 5px;
}

.nav .nav_box a:after {
    content: '';
    background: #fff;
    height: 3px;
    width: 65px;
    float: left;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 5px;
}

ul#nav_sub_02 li a {
    color: #000;
}

ul#nav_sub_02 li a:hover {
    color: #ca0000 !important;
}

ul#nav_sub_02 li:nth-child(4) {
    width: 100% !important;
}

ul#nav_sub_02 li a:after {
    content: '';
    background: #fff;
    height: 3px;
    width: 75px;
    float: left;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 12px;
    opacity: 0;
}

.nav .nav_box a:hover:after {
    content: '';
    background: #ca0000;
    height: 3px;
    width: 65px;
    float: left;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 5px;
    transition: 0.8s;
}


li.nav_box.navon a:after {
    content: '';
    background: #ca0000;
    height: 3px;
    width: 65px;
    float: left;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 5px;
}

li.nav_box.navon ul li a:after {
    content: '';
    background: #fff;
    height: 3px;
    width: 65px;
    float: left;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 39px;
}

li.nav_box.navon a {
    color: #ca0000;
}



/*li.nav_box.navon a:hover:after {*/
/*    content: '';*/
/*    background: #ca0000;*/
/*   height: 3px;*/
/*    width: 80px;*/
/*    float: left;*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    left: 33px;*/
/*    transition: 0.8s;*/
/*}*/




/*.nav .nav_box a:hover{*/
/*    border-bottom: 3px solid #ca0000;*/
/* left: 0px;
    bottom: 0px; */
/*}*/

.nav .nav_box ul {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.41);
    width: 100%;
}

.nav .nav_box li {
    /* border-top: 3px solid #fff; */
    /* width: 140px; */
    /*IE6 only*/
}

li.nav_box ul li a {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    padding: 3px !important;
    font-weight: 200 !important;
    color: #000 !important;

}

li.nav_box ul li a:hover {
    background: #f6f6f6;
}

.log {
    text-align: center;
    color: skyblue;
    line-height: 24px;
    text-transform: capitalize;
    margin: 50px auto;
}



li.navon a {
    color: #ca0000;
    position: relative;
    text-decoration: none;
    display: block;
    font-weight: lighter;
    line-height: 90px;
    height: 90px;
    font-size: 18px;
}


li.home.navon a:after {
    content: '';
    background: #ca0000;
    height: 3px;
    width: 40px;
    float: left;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

li.home a:after {
    content: '';
    background: #fff;
    height: 3px;
    width: 40px;
    float: left;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

li.home a:hover:after {
    content: '';
    background: #ca0000;
    height: 3px;
    width: 40px;
    float: left;
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}

/*li.nav_box.navon a {*/
/*    border-bottom: 3px solid #ca0000;*/
/*}*/

/*li.nav_box.navon ul li a {*/
/*    border-bottom: 3px solid #fff!important;*/
/*}*/


/* 底部开始 */
.foot {
    background: #505050;
    color: #fff;
}

.footer {
    width: 1250px;
    margin: 0 auto;
    padding-top: 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
    overflow: hidden;
}

.flx {
    float: left;
    margin-left: 50px;
    width: 250px;
    overflow: hidden;
}

.flx h3 {
    height: 40px;
    line-height: 40px;
}

.fxs {
    float: left;
    width: 280px;
    overflow: hidden;
}

.fxs h3 {
    height: 40px;
    line-height: 40px;
}

.fdwq {
    float: left;
    width: 280px;
    overflow: hidden;
}

.fdwq h3 {
    height: 40px;
    line-height: 40px;
}

.flink {
    float: left;
    width: 250px;
    overflow: hidden;
}

.flink h3 {
    height: 40px;
    line-height: 40px;
}

.flist {
    width: 100%;
    overflow: hidden;
}

.flist span {
    display: block;
    width: 100%;
    line-height: 26px;
    color: #ffffff;
}

.flink a {
    display: block;
    width: 100%;
    line-height: 26px;
    /*color: #a0a0a0;*/
}

.fbq {
    height: auto;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
}

.fbq p {
    color: #fff;
}

a.tongji {
    margin-left: 30px;
}

a.tongji span {
    color: #ca0000;
    padding: 0px 5px;
    font-weight: bold;
}

.abtm {
    width: 100%;
    margin: 0 auto;
}

.abtm img {
    width: 100%;
}

.erweima {
    float: left;
    width: 100px;
    overflow: hidden;
    text-align: center;
}

.erweima img {
    width: 70px;
}

.erweima li {
    width: 100%;
    margin-bottom: 5px;
}

.erweima span {
    width: 100%;
    display: inline-block;
    line-height: 20px;
    height: 20px;
}

/*页码部分*/
.page {
    width: 100%;
    height: 60px;
    height: auto;
    line-height: 60px;
    margin-top: 30px;
    padding-left: 10px;
    overflow: hidden;
    padding-left: 30px;
    padding-bottom: 30px;
}

.page a {
    margin: 0;
    float: left;
    display: inline-block;
    vertical-align: middle;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    list-style: none;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 4px;
    transition: border .2s ease-in-out, color .2s ease-in-out;
    border: 1px solid #d8d8d8;
    padding: 0px 5px;
}

.page a:hover {
    color: #ca0000;
}

a.inpage:hover {
    background: #fff;
    color: #000;
}

a.inpage {
    margin-right: 10px;
}

.page b {
    background: #ca0000;
    margin: 0;
    float: left;
    display: inline-block;
    vertical-align: middle;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
    text-align: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 3px;
    transition: border .2s ease-in-out, color .2s ease-in-out;
    color: #fff;
}



@media(max-width:768px) {

    /* 自适应开始 */
    .mtop {
        height: 50px;
        background: #fff;
        display: block;
    }

    .mlogo {
    float: left;
    margin-left: 5px;
    }

    .mlogo a {
        line-height: 1;
        display: block;
    }

    .mlogo img {
        height: 50px;
        width: auto;
    }
.wzname {
    background: linear-gradient(to bottom, #ed8d23, #bf000a);
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding-right: 7px;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
    float: left;
    margin-left: 20px;
}
.wzname:before{
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../images/zgbw.png) no-repeat;
    background-size: 22px;
    background-position: center;
    left: 0px;
    top: 0px;}
    .wzname a {
    float: left;
    padding-left: 25px;
    font-size: 14px;
    }

    .mcd {
        float: right;
        margin-right: 20px;
        margin-top: 16px;
        display: block;
    }

    .mcd i {
        display: block;
        width: 20px;
        height: 3px;
        border-radius: 0;
        transition: all .3s ease-out .3s;
        background: #5a5a5a;
        margin-top: 2px;
    }

    .dhi {
        float: left;
    }

    .mcd span {
        margin-left: 5px;
        font-size: 13px;
        margin-top: 0px;
        float: right;
    }

    .mu_mask {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.83);
        z-index: 9999;
        left: 0px;
        top: 0px;
        transition: all .3s ease-out .3s;
    }

    .close {
        display: block;
        position: absolute;
        right: 10px;
        top: 11px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

    .close a {
        font-size: 18px;
        display: block;
    }

    /* operate */
    .mnone {
        display: none;
        transition: all .3s ease-out .3s;
    }

    .operate {
        width: 260px;
        margin: 0 auto;
        float: left;
        position: relative;
        z-index: 99999;
    }

    .operate h3 {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        padding-left: 12px;
        color: #fff;
        width: 100%;
        text-align: center;
    }

    li.mhome a {
        cursor: pointer;
        padding-left: 30px;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        display: block;
        line-height: 50px;
        font-weight: normal;
        position: relative;
    }

    li.mhome a::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../images/hometb.png) no-repeat;
        background-size: 18px;
        left: 5px;
        top: 15px;
    }

    .operate li {
        display: inline-block;
        width: 100%;
        position: relative;
        min-height: 43px;
        height: 43px;
        z-index: 10;
        zoom: 1
    }

    h4.wua {
        cursor: pointer;
        padding-left: 30px;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        display: block;
        line-height: 43px;
        font-weight: normal;
        background: rgba(43, 43, 43, 0) !important;
    }

    h4.about::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../images/abouttb.png) no-repeat;
        background-size: 18px;
        left: 5px;
        top: 11px;
    }

    h4.news::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../images/newstb.png) no-repeat;
        background-size: 18px;
        left: 5px;
        top: 11px;
    }

    h4.party::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../images/wuatb.png) no-repeat;
        background-size: 18px;
        left: 5px;
        top: 11px;
    }

    h4.service::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../images/servicetb.png) no-repeat;
        background-size: 18px;
        left: 5px;
        top: 11px;
    }

    h4.publication::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../images/publicationtb.png) no-repeat;
        background-size: 18px;
        left: 5px;
        top: 11px;
    }

    h4.author::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../images/authortb.png) no-repeat;
        background-size: 18px;
        left: 5px;
        top: 11px;
    }

    h4.wzgg::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../images/wzggtb.png) no-repeat;
        background-size: 18px;
        left: 5px;
        top: 11px;
    }

    h4.zhaopin::before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        background: url(../images/zhaopintb.png) no-repeat;
        background-size: 18px;
        left: 5px;
        top: 11px;
    }

    .operate li.selected h4 {
        background-position: 200px -37px;
    }

    .operate li .list_item {
        padding: 0px;
        position: relative;
        zoom: 1
    }

    .operate li h4 {
        cursor: pointer;
        background: url(../images/bg3.png) no-repeat 200px 18px;
        padding-left: 30px;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        display: block;
        line-height: 43px;
        font-weight: normal;
        position: relative;
    }

    h4.abd {
        background-position: 200px 48px !Important;
    }
h4.abd a {
    display: inline-block;
    width: 100%;
}
    .operate li .list_item p {
        padding-left: 8px;
    }

    .operate li .list_item p.on a {
        color: #ca0000;
        font-weight: bold;
    }

    .operate li .list_item p a {
        background: url(../images/right_02.png) no-repeat 42px 9px;
        color: #fff;
        display: block;
        height: 32px;
        line-height: 32px;
        margin: 0 -1px 0 1px;
        padding-left: 60px;
        position: relative;
        text-decoration: none;
        font-size: 14px;
    }

    .operate li .list_item p.hover a {
        background-color: #8caf00;
        color: #fff;
        text-decoration: none;
        background-position: 42px -14px;
        font-weight: 800;
    }

    /* 移动底部 */
    .footer {
        width: 100%;
        padding-top: 30px;
    }

    .flx {
        padding-left: 10px;
        width: 50%;
        margin-left: 0px;
        height: 220px;
    }

    .fxs {
        padding-left: 10px;
        width: 50%;
        margin-left: 0px;
        height: 220px;
    }

    .fdwq {
        padding-left: 10px;
        width: 50%;
        margin-left: 0px;
    }

    .flink {
        padding-left: 10px;
        width: 50%;
        margin-left: 0px;
    }

    .fbq {
        line-height: 24px;
    }
.erweima {
    width: 100%;
    margin-top: 20px;
}
.erweima li {
    width: 50%;
    margin-bottom: 5px;
    float: left;
}
.erweima img {
    width: 100%;
    padding: 20px;
}
    /* 需要隐藏的部分开始 */
    .header {
        display: none;
    }

    .wnav {
        display: none;
    }

    .banner {
        display: none;
    }

    /* 隐藏部分结束 */
}

/*飘窗广告*/
.floatingAd .ad {
    z-index: 100;
    background: none;
    position: absolute;
    display: none;

}

.floatingAd a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

.floatingAd a img {
    border: 0;
}

.floatingAd .close {
    display: none;
}

.floatingAd .opacity {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    background-color: #000000;
    opacity: 0.20;
    filter: alpha(opacity=20);
}

.opacity1 {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.floatingAd .text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 25px;
    color: #000000;
    line-height: 25px;
}

.floatingAd .text .button {
    position: relative;
    float: right;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url("../images/close.png") no-repeat;
    cursor: pointer;
}

.floatingAd .text .title {
    position: relative;
    float: left;
    font-size: 12px;
    margin-left: 5px;
}

button.magnify-button.magnify-button-maximize {
    display: none;
}