body {
    /* background-color: #fff; */
}

.dis {
    display: none;
}

.header {
    background: url(img/header.png) no-repeat center top !important;
    background-size: auto 100%;
    /*height: 381px;*/
}

.header_nav {
    background: #0095d0;
}

.header_nav ul {
    height: 55px;
    padding: 0;
    width: 1500px;
}

.header_nav ul li {
    line-height: 51px;
    width: 187px;
    margin-right: 0;
    text-align: center;
}

.header_nav ul li:first-child {
    background: #036e99;
    width: 187px;
}

.header_nav ul li a {
    color: #fff;
}

.header_nav {
    padding: 0
}

.header_nav li::after {
    display: none;
}

.header_nav li:hover {
    background: #036e99;
}

.header_nav li:hover a {
    color: #fff;
}

.header_top {
    background: #4796c2ab;
}

.header_box {
    height: 295px;
}

.header_mid {
    margin-top: 50px;
    /* text-align: center; */
}

.h_logo {
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.h_logo img{
    max-width: 580px;

}
.h_search {
    margin: 0 auto;
    border-radius: 0;
    border: 0;
}

.h_search form {
    background: #fff;
}

.dchs_box ul li a {
    width: 70%;
}

.dchs_box ul li span {
    float: right;
    display: inline;
}

.footer{
    margin-top: 0;
}

@media (max-width: 1500px) {
    .header {
        height: auto;
    }

    .header_nav ul li {
        width: 187px;
    }

}

@media (max-width: 1200px) {
    .header {
        background-size: 100% auto;

    }
    .esd-tools{
        display: none;
    }
    .header_box {
        height: 250px;
    }

    .header_nav ul li {
        width: 50% !important;
    }

    .header_nav ul {
        padding: 0;
    }
}

.xw_xwtt {
    width: 100%;
    /* background: #fff; */
    height: 668px;
}

.xwtt_box {
    padding: 30px;
    background: #fff;
}

.xwtt_top {
    margin-top: 20px;
    margin-bottom: 30px;
}

.xwtt_top h1 {
    text-align: center;
    color: #195369;
    font-size: 32px;
}

.xwtt_top h1 a {
    color: #195369;
}

.xwtt_top p {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7C7C7C;
    margin-top: 26px;
}

.xw_focusBox {
    overflow: hidden;
}

.xw_focusBox .fr {
    width: 705px;
}

.xw_tab_box ul li .fr {
    width: auto;
}

.focusBox {
    position: relative;
    width: 849px;
    height: 478px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    float: left;
}

.focusBox .pic li {
    width: 100%;
    height: 100%;
    position: relative;
}

.pic_title {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 60px;
    padding-left: 20px;
    /* line-height: 30px; */
}

.pic_title a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 59px;
    height: 100%;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focusBox .pic li>a {
    display: inline-block;
    width: 100%;
    height: 478px;
}

.focusBox .pic .pic_imgbox {
    display: block;
    width: 100%;
    height: 100%;
}

.focusBox .pic li h4 {
    position: absolute;
    width: 100%;
    bottom: 20px;
    z-index: 2;
    text-align: center;
}

.focusBox .pic li h4 a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.focusBox .pic li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.focusBox .pic img {
    width: 100%;
    height: 450px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 56px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 17px;
    /* left: 50%; */
    /* width: 280px; */
    /* margin-left: -136px; */
    right: 20px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 15px;
    height: 15px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
}

.focusBox .num li.on {
    background: #0095d0;
}

.focusBox .prev,
.focusBox .next {
    width: 45px;
    height: 79px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
}

.focusBox .prev {
    background: url(../images/index/jt_left.png)no-repeat;
    left: 0;
    display: none;
}

.focusBox .next {
    background: url(../images/index/jt_right.png)no-repeat;
    right: 0;
    display: none;
}

.xwtt_cont {
    float: right;
    width: 40%;
    height: 100%;
}

.xw_tab_but span {
    display: inline-block;
    width: 220px;
    height: 47px;
    border-radius: 2px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
}

.xw_tab_but span.on {
    background: rgba(0, 149, 208, 1);
    color: rgba(255, 255, 255, 1);
}

.xw_tab_box ul {
    /* display: none; */
    position: relative;
    /* margin-top:28px ; */
}

.xw_tab_box ul:first-child {
    display: block;
}

.xw_tab_box ul .xw_more {
    position: absolute;
    display: block;
    width: 60px;
    /* height: 37px; */
    /* border:1px solid rgba(156,181,176,1); */
    border-radius: 11px;
    right: 0;
    top: -45px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #656667;
}

.xw_tab_box li {
    margin: 4px 0;
    height: 42px;
    line-height: 42px;
}

.xw_tab_box li a {
    width: 80%;
    line-height: 42px;
}

.xw_yw {
    /* margin-top:24px; */
    height: auto;
    padding: 0 30px 30px;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.xw_yw>div {
    width: 32%;
}

.yw_left {
    /* width: 58%; */
}

.yw_left hr {
    width: 100%;
    height: 1px;
    background: #195369;
    margin: 38px 0;
}

.dt_box ul {
    margin-top: 35px;
}

.dt_box ul li {
    height: 42px;
    line-height: 42px;
    margin: 0;
    /* width: 70%; */
}

.dt_box ul li a {
    line-height: 42px;
    width: 70%;
}

.dt_box ul li span {
    float: right;
}

.yw_right {
    /* width: 39%; */
}

.zyyw_list {
    margin-top: 28px;
}

.zyyw_list li {
    width: 100%;
    height: 160px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    position: relative;
    margin-bottom: 10px;
}

.zyyw_list .yw_tit {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.zyyw_list li::after {
    content: '';
    width: 4px;
    height: 8px;
    background: rgba(25, 83, 105, 1);
    position: absolute;
    left: 0;
    top: 32px;
}

.zyyw_list li:hover {
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.1);
}

.zyyw_list li p {
    font-size: 14px;
    text-indent: 28px;
    line-height: 32px;
}

.zyyw_list li p a {
    font-size: 14px;
}

.zyyw_list li span {
    font-size: 14px;
    color: #989898;
    line-height: 32px;
}

.xw_ztrd {
    padding: 0px 30px 44px 30px;
    background: #fff;
}

.xw_ztrd ul {
    margin-top: 43px;
    overflow: hidden;
}

.xw_ztrd hr {
    width: 100%;
    height: 1px;
    background: #195369;
    margin-bottom: 30px;
}

.xw_ztrd ul li {
    width: 341px;
    height: 115px;
    float: left;
    margin-left: 25px;
}

.xw_ztrd ul li:first-child {
    margin-left: 0;
}

.xw_ztrd ul li img {
    width: 100%;
    height: 100%;
}

.govpushinfo150203 li {
    margin: 4px 0;
    height: 42px;
    line-height: 42px;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
    display: none;
}

.govpushinfo150203 li::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(43, 90, 107, 1);
    left: 0;
    top: 17px;
}

.govpushinfo150203 li a {
    display: block;
    width: 80%;
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.govpushinfo150203 li a:hover {
    color: #2B5A6B;
    text-indent: 8px;
}

.govpushinfo150203 li span {
    float: right;
    color: #999999;
    font-size: 16px;
    display: block;
    line-height: 36px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.h_loginin{
    padding-top: 0;
}
.h_login a{
    color: #fff;
}
.zwgkbox {
    padding: 30px 0;
    width: 100%;
    font-size: 16px;
    /* background-color: #f4f4f4; */
}

.zwgkwrap {
    padding: 25px;
    background-color: #fff;
    height: 851px;
}

.zwgkbox .zwgkwrap>div {
    float: left;
}

.zwgk {
    padding-right: 10px;
    width: 472px;
    height: 791px;
    /* border-right: 1px solid #e5e5e5; */
}

.zwgktit {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid #1c5368;
}

.zwgktit p {
    padding: 6px;
    float: left;
    width: 38px;
    height: 38px;
    background-color: #1c5368;
    border-radius: 5px;
}

.zwgktit span {
    float: left;
    margin-left: 15px;
    font-size: 24px;
    font-weight: bold;
}

.zwgktit a {
    float: right;
    margin-top: 7px;
    color: #666;
}

.zwgktit a:hover {
    color: #1c5368;
}

.zwgk .zfxx {
    margin-top: 15px;
}

.zwgk .zfxx li {
    padding-left: 20px;
    margin-top: 7px;
    width: 220px;
    height: 55px;
    line-height: 55px;
    background-color: #fafafa;
}

.zwgk .zfxx li:hover {
    background-color: #1c5368;
}

.zwgk .zfxx li a {
    display: block;
    width: 100%;
    height: 100%;
}

.zwgk .zfxx li img+img {
    display: none;
}

.zwgk .zfxx li:hover img {
    display: none;
}

.zwgk .zfxx li:hover img+img {
    display: inline-block;
}

.zwgk .zfxx li span {
    margin-left: 15px;
}

.zwgk .zfxx li:hover span {
    color: #fff;
    font-weight: bold;
}

.zdly {
    margin-top: 18px;
}

.zdtit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f2f5f9;
    border-bottom: 1px solid #e5e5e5;
}

.zdtit span {
    float: left;
    padding: 0 20px;
    height: 100%;

    font-weight: bold;
    font-size: 18px;

    cursor: pointer;
}

.zdtit span.on {
    color: #1c5368;
    border-bottom: 1px solid #1c5368;
}

.zdtit>a {
    float: right;
    margin-right: 10px;
}

.zdtit a:hover {
    color: #1c5368;
}

.zdms_ul>li {
    padding: 0 15px;
    width: 215px;
    height: 75px;
    margin-top: 20px;
    border-radius: 5px;
    background-color: #f6fafb;
    position: relative;
    border-radius: 5px;
}

.zdms_ul>li.hasChild:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    width: 1px;
    height: 1px;
    border: 10px solid #C9C9C9;
    border-bottom: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.zdms_ul>li ul {
    display: none;
    position: absolute;
    top: 75px;
    right: 0;
    /* padding: 0 6px; */
    width: 96%;
    background: #fff;
    z-index: 10;
    box-shadow: 2px 2px 4px 1px #ccc;
}

.zdms_ul>li ul li {
    float: left;
    position: relative;
    padding-left: 30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}

.zdms_ul>li ul li:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background: #24B18E;
    left: 15px;
    top: 50%;
    margin-top: -2px;
}

.zdms_ul>li ul a:hover {
    color: rgba(14, 63, 81, 1);
}

.zdms_ul>li p {
    display: inline-block;
    margin-left: 10px;
    line-height: 75px;
}

.zdms_ul>li {
    background: url(../images/index/yqfkd_bg.png) no-repeat;
    background-size: 100%;
}

.zdms_ul>li:nth-child(2) {
    background-image: url(../images/index/xczxd_bg.png);
}

.zdms_ul>li:nth-child(3) {
    background-image: url(../images/index/spypjgd_bg.png);
}

.zdms_ul>li:nth-child(4) {
    background-image: url(../images/index/wgjyd_bg.png);
}

.zdms_ul>li:nth-child(5) {
    background-image: url(../images/index/ylfwd_bg.png);
}

.zdms_ul>li:nth-child(6) {
    background-image: url(../images/index/ywjyd_bg.png);
}

.zdms_ul>li:nth-child(7) {
    background-image: url(../images/index/snbtd_bg.png);
}

.zdms_ul>li:nth-child(8) {
    background-image: url(../images/index/ggwhfwd_bg.png);
}

.zdms_ul>li a:hover {
    color: #1c5368;
}

.zwfw {
    margin-left: 30px;
    width: 450px;
}

.zwfw .zwfww {
    margin-top: 20px;
}

.zwfw .zwfww a {
    display: block;
    width: 100%;
}

.zwfw .zwfww a+a {
    margin-top: 10px;
}

.zwfw .bsfw {
    padding: 15px 15px 25px;
    margin-top: 15px;
    border: 1px solid #e5e5e5;
    height: 470px;
}

.zwfw .bsfw .bstab {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
}

.zwfw .bsfw .bstab a {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}

.zwfw .bsfw .bstab a.on {
    color: #1c5368;
    border-bottom: 1px solid #1c5368;
}

.zwfw .bsfw .bstab a.on::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -3px;
    width: 1px;
    height: 1px;
    border: 6px solid #1c5368;
    border-bottom: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.zwfw .bsfw .bsinfo {
    margin-top: 20px;
}

.zwfw .bsfw .bsinfo ul {
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
}

.zwfw .bsfw .bsinfo ul.on {
    display: flex;
}

.zwfw .bsfw .bsinfo ul li {
    flex: auto;
    width: 25%;
    margin-top: 45px;
    text-align: center;
}

.zwfw .bsfw .bsinfo ul li p {
    margin-top: 10px;
}

.zmhd {
    margin-left: 40px;
    width: 450px;
}

.zmhd .xxdc {
    margin-top: 20px;
}

.zmhd .xxdc>a {
    height: 90px;
}

.zmhd .xxdc>a img {
    height: 100%;
	width:100%
}

.zmhd .xxdc .zxxx {
    padding: 15px 40px;
    width: 100%;
    height: 130px;
    background: url(../images/index/zxxx.png) no-repeat center;
}

.zmhd .xxdc .zxxx>a {
    display: block;
    margin-left: 50px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.zmhd .xxdc .zxxx span a {
    display: inline-block;
    padding: 8px 15px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 22px;

}

.zmhd .xxdc .zxxx span a+a {
    margin-left: 10px;
}

.zmhd .xxdc>a {
    display: block;
    margin-top: 10px;
    width: 100%;
}

.zmhd .dcimg {
    margin-top: 10px;
}

.zmhd .dcimg a {
    float: left;
    width: 220px;
}

.zmhd .dcimg a+a {
    margin-left: 10px;
}

.zmhd .hlwdc {
    margin-top: 30px;
}

.more_box {
    padding: 0 10px;
}

.zmhd .hlwdc b {
    margin-left: 20px;
}

.zmhd .hlwdc b a {
    font-size: 18px;
}

.zmhd .hlwdc .dctitle {
    margin-top: 15px;
    font-weight: bold;
    line-height: 26px;
}

.zmhd .hlwdc .dctitle a:hover {
    color: #1c5368;
}

.zmhd .hlwdc .dcinfo {
    margin-top: 10px;
    text-indent: 2em;
    line-height: 28px;
}

.zmhd .hlwdc .dcinfo a {
    color: #ff5a00;
}

.zwzt {
    margin-top: 30px;
    padding: 15px;
    height: 250px;
    background-color: #fff;
    margin-bottom:30px;
}

.zwzt .coltitle {
    float: left;
    padding: 10px;
    width: 50px;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 49px;
    background-color: #0095d0;
}

.zwzt .coltitle a {
    color: #fff;
}

.ztbannerbox {
    position: relative;
    overflow: hidden;
    float: right;
    width: 1405px;
    height: 100%;
}

.ztbannerbox ul {
    position: absolute;
    width: 500%;
    height: 100%;
}

.ztbannerbox ul li {
    float: left;
    width: 220px;
    height: 220px;
}

.ztbannerbox ul li+li {
    margin-left: 15px;
}

.ztbannerbox ul li img {
    width: 100%;
    height: 100%;
}

.ztbannerbox .btn {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    z-index: 2;
}

.ztbannerbox .prev {
    left: 0;
}

.ztbannerbox .next {
    right: 0;
}






/*  */
@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .focusBox {
        width: 59%;
    }

    .xw_tab_box li a {
        width: 78%;
    }

    .xw_ztrd ul li {
        width: 23%;
    }

    .zyyw_list li span {
        display: none;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .xw_xwtt {
        height: auto;
    }

    .xw_tab_box li a {
        width: 72%;
    }

    .focusBox {
        width: 49%;
        height: 400px;
    }

    .focusBox .pic {
        height: 100%;
    }

    .focusBox .pic li a {
        height: 100%;
    }

    .xw_ztrd ul li {
        width: 31%;
    }

    .xw_ztrd ul li:last-child {
        display: none;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .xw_xwtt {
        height: auto;
    }

    .focusBox {
        width: 60%;
        height: 320px;
    }

    .focusBox .pic {
        height: 100%;
    }

    .xwtt_cont {
        width: 40%;
        height: 320px;
        padding: 10px;
    }

    .xw_ztrd ul {
        margin-top: 20px;
    }

    .xw_ztrd ul li {

        width: 48%;
        margin-bottom: 10px;
    }

    .xw_ztrd ul li:nth-child(3) {
        margin-left: 0;
    }

    .xwtt_tsgd {
        display: none;
    }

    .xwtt_cont .xwtt_list {
        height: 100%;
    }

    .focusBox .pic li a {
        height: 100%;
    }

    .yw_left,
    .yw_right,
    .dt_box {
        width: 100%;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {

    .xwtt_box,
    .xw_yw,
    .xw_dt {
        padding: 10px 5px;
        height: auto;
    }

    .xw_xwtt {
        height: auto;
    }

    .xwtt_top h1 {
        font-size: 18px;
    }

    .xwtt_top p {
        width: 100%;
    }

    .focusBox {
        width: 100%;
        height: 290px;
        float: none;
    }

    .focusBox .pic {
        height: 100%;
    }

    .xwtt_cont {
        /* display: none; */
        /* height: 0; */
        width: 100%;
        padding: 0 10px;
        float: none;
        margin-top: 24px;
    }

    .xw_tab_but span {
        font-size: 20px;
        /* width: 100px; */
        height: 44px;
        line-height: 44px;
    }

    .govpushinfo150203 li a, .xw_tab_box li a {
        width: 60%;
    }

    .focusBox .prev, .focusBox .next {
        width: 30px;
        height: 50px;
    }

    .focusBox .prev, .focusBox .next {
        background-size: 100% 100%;
    }

    .focusBox .pic {
        height: 100%;
    }

    .focusBox .pic li a {
        height: 100%;
    }

    .yw_left {
        width: 100%;
    }

    .yw_tit {
        width: 73%;
        margin: 10px 0;
    }

    .yw_time {
        margin-top: 8px;
    }

    .yw_time span {
        font-size: 26px;
    }

    .list_li a {
        width: 66%;
    }

    .yw_right {
        width: 100%;
        margin-top: 28px;
    }

    .yw_but {
        width: 100%;
        height: 80px;
    }

    .yw_but i {
        width: 30%;
        height: 80px;
        line-height: 80px;
    }

    .yw_but p {
        width: 66%;
        height: 80px;
        line-height: 80px;
        text-indent: 20px;
    }

    .yw_but b {
        font-size: 28px;
    }

    .yw_right .xwtt_list {
        display: block;
    }

    .dt_box {
        width: 100%;
        float: none;
    }

    .dt_box .list_li a {
        width: 66%;
    }

    .dt_box {
        margin-left: 0;
        margin-top: 16px;
    }

    .xw_ztrd {
        padding: 10px 5px;
        margin-top: 20px;
    }

    .xw_ztrd ul {
        margin-top: 16px;
    }

    .xw_ztrd ul li {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 12px;
        height: 90px;
    }

    .zyyw_list li {
        padding: 10px;
        height: 200px;
    }


}

.teptest .focusBox {
    height: 450px;
}

.teptest .xwtt_cont {
    width: 100%;
}

.teptest .focusBox {
    width: 49%;
}

.teptest .xw_xwtt {
    height: initial;
     padding: 30px 0;
}

.teptest .yw_left {
    /* width: 31%; */
    margin-right: 30px;
}

.teptest .yw_right {
    /* width:49%; */
}

.title_gray {
    text-align: center;
    background: url(../images/xw/title_bg.png) no-repeat center;
    margin-bottom: 40px;
}

.title_gray a {
    font-size: 32px;
    font-weight: 700;
    color: #225369;
}

.xw_spxw {
    padding: 25px 16px 40px;
    overflow: hidden;
    position: relative;
    background: #fff;
    /* height: 328px; */
}

.xw_spxw ul li {
    float: left;
    width: 490px;
    /* padding: 10px; */
    height: 328px;
    position: relative;
}

.xw_spxw ul li>img {
    position: absolute;
    top: 50%;
    left: 60px;
    cursor: pointer;
}

.xw_spxw ul li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.xw_spxw ul li a img {
    height: 260px;
    width: 100%;
}

.xw_spxw ul li a p {
    background-color: #f4f4f4;
    padding: 15px 10px;
    text-align: left;
    height: 66px;
    border-bottom: 2px solid #1e5368;
}

.xw_spxw .hd div {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    cursor: pointer;
}

.xw_spxw .hd .prev {
    left: 31px;
}

.xw_spxw .hd .next {
    right: 29px;
}

.xw_spxw .bd {
    overflow: hidden;
}

.xw_tab_but.tab1 {
    background-color: #f1f6fb;
    /* width: 418px; */
    /* margin-right: 20px; */
}

.xw_tab_but.tab1 .more {
    color: #656667;
    border: 0;
    font-size: 16px;
}

.xw_tab_but.tab1:last-child() {
    margin-right: 0;
}

@media (max-width: 1500px) {
    .xw_spxw ul li a img {
        height: 182px;
    }

    .xw_spxw ul li>img {
        top: 40%;
    }

    .xw_focusBox .fr {
        width: 560px;
    }

    .zwgkbox .zwgkwrap>div {
        width: 380px;
    }

    .zwgkwrap {
        padding: 20px 15px;
    }

    .zwgk {
        padding-right: 15px
    }

    .zwgk .zfxx li span {
        margin-left: 10px;
    }

    .zwfw {
        margin-left: 15px;
    }

    .zmhd {
        margin-left: 15px;
    }

    .zdms_ul>li {
        width: 45%;
    }

    .zdly .zdms_ul li a img {
        width: 30px;
    }

    .zdms_ul>li {
        padding: 0 10px;
    }

    .zdms_ul>li p {
        font-size: 14px;
        margin-left: 5px;
    }

    .zmhd .dcimg a {
        width: 185px;
    }

    .zmhd .xxdc .zxxx {
        height: 109px;
    }

    .zmhd .xxdc .zxxx>a {
        margin-bottom: 0;
    }

    .zwgk .zfxx li {
        width: 47%;
        font-size: 14px;
        padding-left: 5px;
    }

    .ztbannerbox ul li {
        width: 264px;
    }

    .xw_spxw .hd .next {
        right: 41px;
    }

    .ztbannerbox {
        width: 1100px;
    }
    .xw_spxw ul li{
        height: 270px;
        width: 33%;
    }
}
@media (max-width: 1200px){
    .h_login{
        position: unset;
    }
}
@media (max-width: 768px) {
    .teptest .focusBox {
        width: 100%;
    }

    .teptest .xwtt_cont {
        width: 100%;
    }

    .teptest .yw_left {
        width: 100%;
    }

    .teptest .yw_right {
        width: 100%;
    }

    .xw_spxw ul li {
        width: 50%
    }

    .teptest .focusBox {
        width: 100%;
    }

    .xw_focusBox .fr {
        width: 100%;
    }

    .xw_spxw .hd .next {
        right: 30px;
    }

    .zwgkbox .zwgkwrap>div {
        width: 100%;
        margin-left: 0;
    }

    .zwfw {
        margin-left: 0;
    }

    .zwfw .zwfww a img {
        width: 100%;
    }

    .zmhd .xxdc .zxxx {
        background-size: 100%;
    }

    .zmhd .dcimg a img {
        width: 100%;
    }

    .zmhd .dcimg a {
        width: 100%;
    }

    .zmhd .dcimg a+a {
        margin-left: 0;
        margin-top: 10px;
    }

    .zmhd .xxdc>a img {
        width: 100%;
    }

    .ztbannerbox {
        width: 665px;
    }

    .ztbannerbox ul li {
        width: 325px;
    }
    .xw_spxw ul li{
        height: 270px;
    }
    .header_box{
        height: auto;
    }
    .header_top{
        height: auto;
    }

    .h_top_right.fr{
        float: left;
    }
    .h_top_right ul li{
        margin-left: 5px;
        margin-right: 20px;
    }
    .h_logo img{
        max-width: 100%;
        margin-bottom: 20px;
    }

}
@media(max-width: 475px){
    .ztbannerbox {
        width: calc(100% - 70px);
    }
    .ztbannerbox ul li {
        width: 375px;
    }
}
@media (max-width: 425px) {
    .teptest .focusBox {
        height: 230px
    }

    .focusBox .pic img {
        height: 230px;
    }

    .xw_spxw ul li {
        width: 100%;
    }
    .ztbannerbox ul li {
        width: 325px;
    }

    .xw_spxw ul li a p{
        width:100%;
    }
    .xw_spxw ul li a {
        padding: 0;
    }
    .list_li a{
        width: 60%;
    }
    .zwgk .zfxx li{
        width: 100%;
        padding-left: 40px;
        font-size: 16px;
    }
    .zwgk{
        height: auto;
        margin-bottom: 20px;
    }
    .zdms_ul>li{
        width: 100%;
        font-size: 16px;
    }
    .zdms_ul>li p{
        font-size: 16px;
    }
}

.footer_box ul.yqljs{font-size:16px;}
.footer_box ul.yqljs a{color:#fff;padding:0 10px;}

.f_c_left p{line-height:2.4em;}

.containers{width: 1400px;margin: 0 auto;}
.main{background-color:#fff;width:1440px;margin:0 auto;min-height:100px;padding-bottom:20px;font-size:16px;}
.main .ab{overflow:hidden;}
.main .ab .lb{width:300px;min-height:500px;float:left;margin-top:50px;}
.main .ab .lb .title{width:300px;height:86px;background:url(img/about-title.jpg);box-shadow:0px 5px 5px 1px #ccc;margin-bottom:15px;}
.main .ab .lb .title h3{font-weight:100;color:#fff;font-size:1.8em;padding:20px 0 0 26px;}
.main .ab .lb ul{width:300px;min-height:100px;background-color:#fff;padding-bottom:10px;}
.main .ab .lb ul li{height:60px;color:#444;line-height:60px;border-bottom:1px solid #dedede;}
.main .ab .lb ul li:first-child a{z-index: 9;position: absolute;}
.main .ab .lb ul li i{margin-left:30px;padding-right:15px;}
.main .ab .lb ul li.active,.main .lb ul li:hover{background-color:#9b9ead;}
.main .ab .lb ul li.active,.main .lb ul a li:hover {color:#fff;}
.main .ab .lb ul li.active a,.main .lb ul li.active i,.main .lb ul li:hover a,.main .lb ul li:hover i{color:#fff;}

.main .ab .cens{width:1020px;min-height:300px;float:right;margin:50px 0 0 0;}
.main .ab .cens .cens_wx{overflow:hidden;height:35px;}
.main .ab .cens .cens_wx .title{min-width:100px;float:left;border-bottom:2px solid #036e99;}
.main .ab .cens .cens_wx .title h3{color:#036e99;font-weight:400;font-size:1.5em;}
.main .ab .cens .cens_wx .wz{min-width:390px;height:35px;line-height:35px;float:right;color:#444;font-size:1em;text-align: right;padding-right: 40px;}
.main .ab .cens .cens_wx .wz i{color:#444;padding-right:5px;}
.main .ab .cens .cens_wx .wz a{color:#444;}
.main .ab .cens .cens_wx span.xxl{display:block;max-width:880px;height:5px;border-bottom:1px solid #999;position:relative;top:30px;left:100px;}
.main .ab .cens .content{width:1000px;background-color:#fff;padding:20px;}
.main .ab .cens .content img{max-width:100%;}
.main .ab .cens .content .title{margin-bottom:20px;text-align:center;}
.main .ab .cens .content .title h4{min-height:50px;line-height:50px;font-weight:600;border-bottom:1px dashed #ccc;font-size:26px;padding-bottom:10px;}
.main .ab .cens .content .title span{display:block;font-weight:300;padding-top:10px;font-size:.9em;}
.main .ab .cens .content .fy{margin:30px 0 20px;}
.main .ab .cens .content .fy li{height:35px;line-height:35px;font-size:.9em;background-color:#e3e4e6;margin-top:5px;padding:0 20px;transition:all .4s;}
.main .ab .cens .content .fy li:hover{background-color:#dedede;}
.main .ab .cens .content .fy li:hover a{color:#036e99;}
.main .ab .cens .content .fy li a{display:block;width:100%;float:left;color:#444;transition:all .4s;}

.main .ab .cens .list{margin-top:20px;width:975px;min-height:300px;background-color:#fff;;}
.main .ab .cens .list li{height:60px;line-height:60px;border-bottom:1px dashed #ccc;font-size:17px;overflow:hidden;}
.main .ab .cens .list li i{margin-right:5px;}
.main .ab .cens .list li a.title{z-index: 9;position: absolute;}
.main .ab .cens .list li a:hover{color:#036e99;}
.main .ab .cens .list li a.fen{margin-right:5px;}
.main .ab .cens .list li span{float:right;color:#444;}

.main .ab .cens .ablist{margin-top:20px;width:890px;min-height:300px;background-color:#fff;padding:20px;}
.main .ab .cens .ablist ul{overflow:hidden;}
.main .ab .cens .ablist ul li{float:left;width:205px;margin:8px;text-align:center;}
.main .ab .cens .ablist ul li img{width:205px;height:198px;}
.main .ab .cens .ablist ul li h4{font-weight:100;}

.pagers{width:890px;margin:20px auto;overflow:hidden;padding-top:20px;}
.pagers span.page-status{display:none;overflow:hidden;}
.pagers span a{display:block;float:left;min-width:25px;height:35px;border:1px solid #0095d0;background-color:#0095d0;padding:0 5px;margin-right:10px;text-align:center;line-height:35px;font-size:.9em;color:#fff;}
.pagers span a:hover,.pagers span a.page-num-current{background-color:#036e99;color:#fff;border:1px solid #036e99;text-decoration:none;}
.pagers span.page-numbar span{display:none;}
.liuyan ul{overflow:hidden;}
.liuyan ul li{width:480px;float:left;height:50px;line-height:50px;margin-bottom:20px;}
.liuyan ul li.textarea{width:100%;float:left;height:190px;line-height:106px;margin-bottom:20px;}
.liuyan ul li.textarea textarea {width:937px;height:200px;resize:none;outline:none;}
.liuyan ul li.yzm{width:938px;height:50px;line-height:50px;margin-top:5px;display:flex;}
.liuyan ul li.yzm input{width:330px;}
.liuyan ul li.yzm img{margin-left:10px;}
.liuyan ul li input{width:95%;outline:none;}
.liuyan ul li button{width:455px;height:50px;background-color:#0095d0;border:none;color:#fff;margin-left:10px;}

.zhengshu{background:url(img/zsbj.jpg);width:1360px;height:960px;margin:10px;margin:40px auto 20px;border:1px solid #ccc;}
.zhengshu .fir{overflow:hidden;}
.zhengshu .fir .tu{width:200px;float:left;margin:300px 0 0 166px;}
.zhengshu .fir .tu img.tx{width:170px;height:237px;}
.zhengshu .fir .tu img.qrcode{margin-top:46px;width:170px;height:170px;}
.zhengshu .fir .xx{width:870px;float:left;margin-top:330px;margin-left:20px;}
.zhengshu .fir .xx ul li {margin-left:285px;font-size:22px;font-weight:400;height:49px;line-height:49px;color:#000;}
.zhengshu .fir .xx ul li span.xb{margin-left:410px;color:#000;}

.zhengshu .seco{margin:40px 0 0 15px;font-size:18px;font-weight:400;}
.zhengshu .seco .sj{margin-left:1057px;font-size:16px;color:#000;}

.zhengshus{background:url(img/jnbj.jpg);width:1360px;height:960px;margin:10px;margin:40px auto 20px;border:1px solid #ccc;}
.zhengshus .fir{overflow:hidden;}
.zhengshus .fir .tu{width:200px;float:left;margin:300px 0 0 166px;}
.zhengshus .fir .tu img.tx{width:170px;height:237px;}
.zhengshus .fir .tu img.qrcode{margin-top:46px;width:170px;height:170px;}
.zhengshus .fir .xx{width:870px;float:left;margin-top:316px;}
.zhengshus .fir .xx ul li {margin-left:285px;font-size:22px;font-weight:400;height:49px;line-height:49px;color:#000;}
.zhengshus .fir .xx ul li span.xb{margin-left:420px;color:#000;}
.zhengshus .fir .xx ul li span.jn{margin-left:350px;color:#000;}
.zhengshus .seco{margin:38px 0 0 295px;font-size:18px;font-weight:400;}
.zhengshus .seco .sj{margin-left:368px;font-size:16px;color:#000;}
.zhengshus .seco .sj1{margin-left:188px;font-size:16px;color:#000;}


.sousuo{width:510px;margin:35px auto 0;}
.sousuo input{border-radius:5px;border:1px solid #0095D0;outline:none;}
.sousuo input.tt{width:150px;height:40px;}
.sousuo input.sfz{width:250px;height:40px;}
.sousuo button{width:100px;height:40px;background-color:#0095D0;color:#fff;border:none;border-radius:5px;}
.sousuo button:hover{background-color:#036E99;}

@font-face {font-family: 'yyhh';src: url('/skin/font/hkst.TTF') }
.zhengshu2{background:url(img/zs2.jpg);width:1360px;height:960px;margin:10px;margin:40px auto 20px;border:1px solid #ccc;background-repeat: no-repeat;
  background-size: cover;}
.zhengshu2 li.dwdj{font-size:130px;text-align:center;color:#fa0001;margin-top:450px;font-family:"yyhh";}
.zhengshu2 li.dwtt{font-size:66px;text-align:center;font-family:"yyhh";color:#000;}
.zhengshu2 li.dwrq{font-size:30px;text-align:center;font-family:"yyhh";color:#000;margin: 26px 0 0 630px;}

.zhengshu2 .seco{margin:38px 0 0 295px;font-size:18px;font-weight:400;}
.zhengshu2 .seco .sj{margin-left:658px;}




