/* @media (max-width:1600px) {
    .nav>div>ul .nav_screen {
        display: none;
    }
} */

.top {
    background-color: #e6f0ff;
}

.search_bar {
    height: 45px;
    line-height: 45px;
    color: #193892;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_bar .search {
    display: flex;
    align-items: center;
}

.search_bar .search input {
    outline: none;
    padding: 0 40px 0 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #94b3e2;
    color: #193892;
    border: 0;
}

.search_bar .search input::placeholder {
    color: #193892;
}

.search_bar .search button {
    background-image: url(../images/isearch.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 30px;
    outline: none;
    border: 0;
    position: absolute;
    right: 15px;
    top: 0;
    background-color: transparent;
}

.banner {
    height: 209px;
    background-image: url(../images/banner_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.banner .logo {
    display: inline-block;
    width: 720px;
    height: 132px;
    z-index: 100;
    /* background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center; */
}

.banner .logo a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.banner .searchm_btm {
    display: none;
}

.banner .w1400 {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner .banner_pic {
    margin-top: -209px;
    height: 209px;
    overflow: hidden;
}

.banner .banner_pic .swiper-container {
    max-width: 820px;
    min-width: 660px;
    width: 45%;
    height: 100%;
    float: right;
    padding-right: 20px;
}

.banner .swiper-pagination, .banner .swiper-button-next, .banner .swiper-button-prev {
    display: none;
}

.banner .banner_pic .banner_pic_group {
    display: flex;
    justify-content: flex-end;
}

.banner .banner_pic .banner_pic_group>i {
    margin-left: -85px;
    float: left;
    height: 100%;
    width: 35%;
}

.banner .banner_pic .banner_pic_group>i img {
    width: 100%;
    height: 100%;
}

.nav {
    height: 65px;
    background-color: #193892;
    z-index: 100;
}

.nav>div>ul {
    display: flex;
    justify-content: space-between;
}

.nav>div>ul>li.swiper-slide {
    width: auto;
}

.nav>div>ul>li>a {
    display: block;
    padding: 0 1em;
    min-width: 4em;
    color: #ffffff;
    text-align: center;
    font-size: 23px;
    line-height: 65px;
    transition: all .2s ease-out 0s;
    z-index: 1200;
}

.nav>div>ul .nav_screen {
    /* display: none; */
    height: 0;
    transition: all .2s ease-out 0s;
    position: absolute;
    top: 65px;
    left: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 100;
    background-color: #fff;
}

.nav>div>ul>li {
    position: static;
}

.swiper-backface-hidden .swiper-slide {
    transform: none;
}

.nav>div>ul>li:hover>a {
    background-color: #082a8b;
    transform: scale(1.1);
}

/* .nav>div>ul li:hover>.nav_screen, .nav>div>ul .nav_screen:hover {
    height: auto;
    opacity: 1;
} */

.nav>div>ul li.show>.nav_screen{
    height: auto;
    opacity: 1;
}

.nav .nav_arrow {}

.nav_screen_content {
    border-radius: 0px 0px 4px 4px;
    border: solid 1px #193892;
    border-top: 0;
    padding: 30px 30px 15px;
}

.nav_screen .left {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.nav_screen .right {
    width: 50%;
    float: right;
    padding-left: 15px;
}

.nav_screen .all {
    width: 100%;
    float: left;
}

.nav_screen .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.nav_screen .title h2 {
    font-size: 18px;
    font-weight: bolder;
}

.nav_screen .title .line {
    display: inline-block;
    height: 14px;
    background-color: rgba(0, 51, 125, 0.1);
    width: 100%;
    margin: 0 0 0 26px;
    flex: 1;
}

.nav_screen .title .more {
    font-size: 14px;
    color: #193892;
    margin-left: 26px;
}

.nav_screen .content {
    margin-bottom: 15px;
}

.nav_screen .content .txt {
    text-align: justify;
    line-height: 28px;
}

.nav_screen ul.content_list li {
    width: 100%;
}

.nav_screen ul.content_list li a {
    line-height: 36px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    padding-left: 18px;
}

.nav_screen .all ul.content_list li {
    width: 50%;
    float: left;
}

.nav_screen .all ul.content_list li:nth-child(2n) {
    padding-left: 15px;
}

.nav_screen .all ul.content_list li:nth-child(2n+1) {
    padding-right: 15px;
}

.nav_screen .top_img {
    float: left;
    width: 204px;
    height: 136px;
    margin-right: 15px;
}

.nav_screen ul.ld_list {
    text-align: center;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.nav_screen ul.ld_list li {
    margin: 0 20px;
}

.nav_screen ul.ld_list li:first-child,.nav_screen ul.ld_list li:nth-child(5n+1) {
    margin-left: 0;
}

.nav_screen ul.ld_list li:last-child,.nav_screen ul.ld_list li:nth-child(5n) {
    margin-right: 0;
}

.nav_screen ul.ld_list li:nth-child(-n+5) {
    padding-bottom: 15px;
}

.nav_screen ul.ld_list li a img {
    /* width: 70px; */
    width: 98px;
    /* height: 100px; */
    height: 141px;
}

.nav_screen ul.ld_list li a p {
    /* margin-top: 10px; */
    margin-top: 5px;
}

.nav_screen .txbj {
    display: flex;
    justify-content: space-between;
    /* padding-top: 8px; */
}

.nav_screen .txbj a {
    display: flex;
    width: 320px;
    /* height: 149px; */
    height: 90px;
    background-color: #f5f8fc;
    align-items: center;
    justify-content: space-evenly;
}

.nav_screen .txbj a span {
    border-left: 1px solid #b3bedc;
    padding-left: 40px;
    line-height: 36px;
}

.nav_screen .txbj.cx a {
    height: 108px;
}

.nav_screen .cxpt {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}

.nav_screen .cxpt a {
    display: flex;
    width: 205px;
    height: 128px;
    background-color: #f5f8fc;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 8px;
}

/* .nav_screen .kjzn a {
    background-color: #fffdee;
    display: block;
    background-image: url(../images/kjzn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 140px;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    background-size: 275px auto;
    border: 1px solid #f8f7f6;
} */

.nav_screen .kpjd ul.content_list li a {
    line-height: 32px;
    font-size: 14px;
}

.nav_screen .kpjd .swiper-container-kpjd {
    float: left;
    width: 282px;
    height: 192px;
    margin-right: 30px;
}

.nav_screen .kpjd .swiper-container-kpjd img {
    width: 282px;
    height: 192px;
}

.nav_screen ul.pic_list {
    display: flex;
    justify-content: space-between;
}

.nav_screen ul.pic_list li {
    width: 320px;
}

.nav_screen ul.pic_list li a {
    display: flex;
    align-items: center;
}

.nav_screen ul.pic_list li img {
    width: 152px;
    height: 102px;
}

.nav_screen ul.pic_list li span {
    flex: 1;
    padding-left: 10px;
    font-size: 14px;
    text-align: justify;
}

/* .nav_screen .kjqk a {
    display: block;
    background-image: url(../images/kjqk.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 100%;
    line-height: 78px;
    font-weight: bolder;
    color: #fff;
    font-size: 22px;
    padding-left: 35px;
    margin-top: 15px;
} */

.nav_screen .kjqk {
    display: flex;
    justify-content: space-between;
}

.nav_screen .kjqk a {
    display: block;
}

.nav_screen .kjqk a img {
    width: 75px;
    height: 102px;
    border: 1px solid #dcdcdc;
}

.nav_screen .zklm a {
    width: 100%;
    line-height: 85px;
    display: block;
    background-image: url(../images/zklm.png);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.nav_screen .djhd>img {
    float: left;
    margin-right: 30px;
    width: 204px;
    height: 136px;
}

.nav_screen ul.qtzz_list {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.nav_screen ul.qtzz_list li a img {
    width: 144px;
    height: 96px;
}

.nav_screen ul.qtzz_list li a p {
    width: 144px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.home .block1 {
    padding-top: 30px;
}

.home .block1 .left {
    float: left;
    width: 690px;
    overflow: hidden;
}

.home .block1 .left ul li {
    width: 690px;
    background-color: #fff;
}

.home .block1 .left ul li a {
    display: block;
}

.home .block1 .left ul li a img {
    width: 690px;
    height: 460px;
}

.home .block1 .left ul li a p {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(18, 18, 18, 0.6);
    padding: 15px 25px 15px 25px;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    height: 86px;
    display: flex;
    align-items: center;
}

.home .block1 .left .swiper-container2 {
    width: 690px;
}

.home .block1 .left .swiper-container2 .swiper-pagination2 {
    position: absolute;
    bottom: 100px;
    z-index: 10;
    text-align: center;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.home .block1 .right {
    float: right;
    width: 690px;
}

.home .block1 .right .news_tab {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #193892;
}

.home .block1 .right .news_tab li {
    background-color: #f7f7f7;
    border-radius: 4px 4px 0px 0px;
}

.home .block1 .right .news_tab li.active {
    background-color: #193892;
}

.home .block1 .right .news_tab li a {
    display: block;
    line-height: 60px;
    min-width: 160px;
    text-align: center;
    font-size: 22px;
}

.home .block1 .right .news_tab li.active a {
    color: #fff;
}

.home .block1 .right .news_block>div {
    padding-top: 10px;
    padding-left: 10px;
}

.home .block1 .right .news_block .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
    height: 26px;
}

.home .block1 .right .news_block .title h2 {
    font-size: 20px;
    font-weight: bolder;
    color: #193892;
    margin-right: 26px;
}

.home .block1 .right .news_block .title .line {
    display: inline-block;
    height: 14px;
    color: #c0c9e3;
    width: 100%;
    flex: 1;
    overflow: hidden;
    font-size: 14px;
    word-break: break-word;
}

.home .block1 .right .news_block .title .line::after {
    content: '////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////';
}

.home .block1 .right .news_block .title .more {
    font-size: 14px;
    color: #193892;
    margin-left: 26px;
}

.home .block1 .right .news_block .content {
    /* margin-bottom: 15px; */
}

.home .block1 .right .news_block .content .txt {
    text-align: justify;
    line-height: 28px;
}

.home .block1 .right .news_block ul.content_list li {
    width: 100%;
}

.home .block1 .right .news_block ul.content_list li a {
    line-height: 46px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    padding-left: 18px;
}

i.titlei {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
}

i.i1 {
    background-image: url(../images/i1.png);
}

i.i2 {
    background-image: url(../images/i2.png);
}

i.i3 {
    background-image: url(../images/i3.png);
}

i.i4 {
    background-image: url(../images/i4.png);
}

i.i5 {
    background-image: url(../images/i52.png);
}

i.i6 {
    background-image: url(../images/i6.png);
}

i.i7 {
    background-image: url(../images/i7.png);
}

i.i8 {
    background-image: url(../images/i82.png);
    margin-left: 15px;
}

i.i9 {
    background-image: url(../images/i9.png);
    width: 32px;
    height: 32px;
    margin: 0 22px;
}

i.i10 {
    background-image: url(../images/i10.png);
}

i.i11 {
    background-image: url(../images/i11.png);
}

.home .block2 {
    margin-top: 30px;
}

.home .block2 .left {
    width: 1028px;
    float: left;
}

.home .block2 .left .block2_tab {
    display: flex;
    border-bottom: 2px solid #193892;
}

.home .block2 .left .block2_tab li {
    position: static;
}

.home .block2 .left .block2_tab li.active {
    border-bottom: 2px solid #193892;
}

.home .block2 .left .block2_tab li a.tab_a {
    font-size: 22px;
    color: #1558b5;
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.home .block2 .left .block2_tab li a.tab_a span {
    padding: 0 15px 0 15px;
    border-right: 1px solid rgba(25, 56, 146, 0.2);
    line-height: 22px;
}

.home .block2 .left .block2_tab li:last-child a.tab_a span {
    border-right: 0;
}

.home .block2 .left .block2_tab li a.more {
    display: none;
    position: absolute;
    font-size: 14px;
    color: #193892;
}

.home .block2 .left .block2_tab li.active a.more {
    display: block;
    right: 0;
    top: 0;
    line-height: 64px;
}

.home .block2 .left .block2_block {
    padding-top: 15px;
}

.home .block2 .left .block2_block ul.content_list li {
    width: 100%;
}

.home .block2 .left .block2_block ul.content_list li a {
    line-height: 48px;
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    display: block;
    padding-left: 48px;
    display: flex;
}

.home .block2 .left .block2_block ul.content_list li a span.txt {
    flex: 1;
}

.home .block2 .left .block2_block ul.content_list li a span.date {
    color: #939393;
    padding-left: 15px;
}

.home .block2 .right {
    width: 328px;
    float: right;
}

.home .block2 .right a.yjj {
    display: block;
    width: 100%;
    height: 180px;
    background-image: url(../images/yjj.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all .2s ease-out 0s;
    margin-top: 20px;
    transform: scale(1);
    transform-origin: right bottom;
    position: relative;
    right: 0;
}

.home .block2 .right a.yjj:hover {
    background-size: 105%;
    /* transform: scale(1.6); */
    /* box-shadow: -2px 2px 3px #888888; */
}

.home .block2 .right>div {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.home .block2 .right>div a {
    width: 158px;
    height: 148px;
    background-color: rgba(245, 248, 252, 0.8);
    text-align: center;
    color: #193892;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home .block2 .right>div a.jj {
    display: none;
}

.home .block2 .right>div a:hover {
    background-color: rgba(245, 248, 252, 1);
}

.home .block2 .right>div a i {
    display: block;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 20px;
    transition: all .2s ease-out 0s;
}

.home .block2 .right>div a:hover i {
    transform: scale(1.1);
}

.home .block2 .right>div a i::after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    transition: all .8s ease-out 0s;
    opacity: 1;
}

.home .block2 .right>div a.tg.tgm {
    display: none;
}

.home .block2 .right>div a.tg i {
    background-image: url(../images/tg.png);
}

.home .block2 .right>div a.tg i::after {
    background-image: url(../images/tg1.png);
    right: -7px;
    bottom: 0;
}

.home .block2 .right>div a.yx i {
    background-image: url(../images/yx.png);
}

.home .block2 .right>div a.yx i::after {
    background-image: url(../images/yx1.png);
    right: -7px;
    bottom: 0;
}

.home .block2 .right>div a.yx:hover i::after {
    right: -20px;
    bottom: 10px;
    opacity: 0;
}


.home .block2 .right>div a.tg:hover i::after {
    animation: tg_move 1s;
    -webkit-animation: tg_move 1s;
}

@keyframes tg_move {
    0% {
        bottom: 20px;
        right: 20px;
        opacity: 0;
    }

    25% {
        bottom: 15px;
        right: -20px;
        opacity: .5;
    }

    50% {
        bottom: 10px;
        right: 10px;
        opacity: 1;
    }

    /* 75%{bottom:5px;right:-15px;} */
    100% {
        bottom: 0px;
        right: -7px;
    }
}

@-webkit-keyframes tg_move {
    0% {
        bottom: 20px;
        right: 20px;
        opacity: 0;
    }

    25% {
        bottom: 15px;
        right: -20px;
        opacity: .5;
    }

    50% {
        bottom: 10px;
        right: 10px;
        opacity: 1;
    }

    /* 75%{bottom:5px;right:-15px;} */
    100% {
        bottom: 0px;
        right: -7px;
    }
}


.home .block3 {
    margin-top: 20px;
}

.home .block3 .left {
    width: 1028px;
    float: left;
}

.home .block3 .left .block3_tab {
    display: flex;
    border-bottom: 2px solid #193892;
}

.home .block3 .left .block3_tab li {
    position: static;
}

.home .block3 .left .block3_tab li.active {
    border-bottom: 2px solid #193892;
}

.home .block3 .left .block3_tab li a.tab_a {
    font-size: 22px;
    color: #1558b5;
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.home .block3 .left .block3_tab li a.tab_a span {
    padding: 0 15px 0 15px;
    border-right: 1px solid rgba(25, 56, 146, 0.2);
    line-height: 22px;
}

.home .block3 .left .block3_tab li:last-child a.tab_a span {
    border-right: 0;
}

.home .block3 .left .block3_tab li a.more {
    display: none;
    position: absolute;
    font-size: 14px;
    color: #193892;
}

.home .block3 .left .block3_tab li.active a.more {
    display: block;
    right: 0;
    top: 0;
    line-height: 64px;
}

.home .block3 .left .block3_block {
    padding-top: 15px;
}

.home .block3 .left .block3_block ul.content_list li {
    width: 100%;
}

.home .block3 .left .block3_block ul.content_list li a {
    line-height: 48px;
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: 18px center;
    display: block;
    padding-left: 48px;
    display: flex;
}

.home .block3 .left .block3_block ul.content_list li a span.txt {
    flex: 1;
}

.home .block3 .left .block3_block ul.content_list li a span.date {
    color: #939393;
    padding-left: 15px;
}

.home .block4 .right {
    width: 328px;
    float: right;
}

.home .block4 .right .block3_tab {
    display: flex;
    border-bottom: 2px solid #193892;
}

.home .block4 .right .block3_tab li {
    position: static;
}

.home .block4 .right .block3_tab li.active {
    border-bottom: 2px solid #193892;
}

.home .block4 .right .block3_tab li a.tab_a {
    /* font-size: 22px; */
    color: #1558b5;
    height: 64px;
    display: flex;
    align-items: center;
    /* padding-left: 15px; */
}

.home .block4 .right .block3_tab li a.tab_a span {
    padding: 4px 15px 0 10px;
    border-right: 1px solid rgba(25, 56, 146, 0.2);
    line-height: 22px;
}

.home .block4 .right .block3_tab li:last-child a.tab_a span {
    border-right: 0;
}

.home .block4 .right .block3_tab li a.more {
    display: none;
    position: absolute;
    font-size: 14px;
    color: #193892;
}

.home .block4 .right .block3_tab li.active a.more {
    display: block;
    right: 0;
    top: 0;
    line-height: 64px;
}

.home .block4 .right .block3_block {
    /* padding-top: 15px; */
    padding-top: 5px;
    background-color: rgba(245, 248, 252, .8);
}

.home .block4 .right .block3_block ul.content_list li {
    width: 100%;
}

.home .block4 .right .block3_block ul.content_list li a {
    line-height: 48px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    display: block;
    padding-left: 34px;
    padding-right: 20px;
    display: flex;
}

.home .block4 .right .block3_block ul.content_list li a span.txt {
    flex: 1;
}

.home .block4 .right .block3_block ul.content_list li a span.date {
    color: #939393;
    padding-left: 15px;
}

.home .block4 {
    margin-top: 20px;
}

.home .block4 .left {
    width: 1028px;
    float: left;
}

.home .block4 .left .block4_tab {
    display: flex;
    border-bottom: 2px solid #193892;
}

.home .block4 .left .block4_tab li {
    position: static;
}

.home .block4 .left .block4_tab li.active {
    border-bottom: 2px solid #193892;
}

.home .block4 .left .block4_tab li a.tab_a {
    font-size: 22px;
    color: #1558b5;
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.home .block4 .left .block4_tab li a.tab_a span {
    padding: 0 15px 0 15px;
    border-right: 1px solid rgba(25, 56, 146, 0.2);
    line-height: 22px;
}

.home .block4 .left .block4_tab li:last-child a.tab_a span {
    border-right: 0;
}

.home .block4 .left .block4_tab li a.more {
    display: none;
    position: absolute;
    font-size: 14px;
    color: #193892;
}

.home .block4 .left .block4_tab li.active a.more {
    display: block;
    right: 0;
    top: 0;
    line-height: 64px;
}

.home .block4 .left .block4_block {
    /* padding-top: 15px; */
    padding-top: 25px;
}

.home .block4 .left .block4_block ul.content_list {
    display: flex;
    justify-content: space-between;
}

.home .block4 .left .block4_block ul.content_list li {
    width: 330px;
}

.home .block4 .left .block4_block ul.content_list li a {
    line-height: 48px;
    background-repeat: no-repeat;
    display: block;
}

.home .block4 .left .block4_block ul.content_list li a img {
    width: 330px;
    height: 220px;
}

.home .block4 .left .block4_block ul.content_list li a p.txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(18, 18, 18, .5);
    color: #fff;
    text-align: center;
    padding: 0 15px;
}

.home .block3 .right {
    width: 328px;
    /* height: 288px; */
    height: 300px;
    /* padding: 20px 0; */
    padding: 10px 0;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(245, 248, 252, .8);
    margin-top: 15px;
    /* justify-content: space-between; */
    justify-content: space-around;
}

.home .block3 .right a {
    display: block;
    width: 288px;
    height: 114px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all .2s ease-out 0s;
}

.home .block3 .right a:hover {
    background-size: 105%;
}

.home .block3 .right a.yjs {
    background-image: url(../images/yjs.png);
}

.home .block3 .right a.rig1 {
    background-image: url(../images/rig1.png);
}

.home .block3 .right a.rig2 {
    background-image: url(../images/rig2.png);
}



.home .block5 {
    margin-top: 20px;
}

.home .block5 .left {
    /* width: 1028px; */
    width: 100%;
    float: left;
}

.home .block5 .left .block5_tab {
    display: flex;
    border-bottom: 2px solid #193892;
}

.home .block5 .left .block5_tab li {
    position: static;
}

.home .block5 .left .block5_tab li.active {
    border-bottom: 2px solid #193892;
}

.home .block5 .left .block5_tab li a.tab_a {
    font-size: 22px;
    color: #1558b5;
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.home .block5 .left .block5_tab li a.tab_a span {
    padding: 0 15px 0 15px;
    border-right: 1px solid rgba(25, 56, 146, 0.2);
    line-height: 22px;
}

.home .block5 .left .block5_tab li:last-child a.tab_a span {
    border-right: 0;
}

.home .block5 .left .block5_tab li a.more {
    display: none;
    position: absolute;
    font-size: 14px;
    color: #193892;
}

.home .block5 .left .block5_tab li.active a.more {
    display: block;
    right: 0;
    top: 0;
    line-height: 64px;
}

.home .block5 .left .block5_block {
    padding-top: 15px;
}

.home .block5 .left .block5_block ul.content_list {
    display: flex;
    justify-content: space-between;
}

.home .block5 .left .block5_block ul.content_list li {
    /* width: 330px; */
    /* width: 504px; */
    width: 450px;
}

.home .block5 .left .block5_block ul.content_list li a {
    line-height: 48px;
    background-repeat: no-repeat;
    display: block;
}

.home .block5 .left .block5_block ul.content_list li a img {
    /* width: 330px; */
    /* width: 504px; */
    width: 450px;
    /* height: 90px; */
    height: 122px;
}

.home .block5 .left .block5_block ul.content_list li a p.txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(18, 18, 18, .5);
    color: #fff;
    text-align: center;
    padding: 0 15px;
}

.home .block5 .right {
    width: 328px;
    height: 158px;
    float: right;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
}

.home .block5 .right a {
    display: block;
    width: 100%;
    height: 70px;
    background-color: rgba(245, 248, 252, .8);
    background-image: url(../images/arrow3.png);
    background-repeat: no-repeat;
    background-position: 290px center;
    transition: all .2s ease-out 0s;
    display: flex;
    align-items: center;
    color: #10448b;
    border-bottom: dotted 3px #193892;
}

.home .block5 .right a:hover {
    background-position: 295px center;
}

.home .block5 .right a.yjs {
    background-image: url(../images/yjs.png);
}

.home .block5 .right a.zklm {
    background-image: url(../images/zklm2.png);
}


.home .block6 {
    margin-top: 20px;
}

.home .block6 .left {
    width: 100%;
    float: left;
}

.home .block6 .left .block6_tab {
    display: flex;
    border-bottom: 2px solid #193892;
}

.home .block6 .left .block6_tab li {
    position: static;
}

.home .block6 .left .block6_tab li.active {
    border-bottom: 2px solid #193892;
}

.home .block6 .left .block6_tab li a.tab_a {
    font-size: 22px;
    color: #1558b5;
    height: 64px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.home .block6 .left .block6_tab li a.tab_a span {
    padding: 0 15px 0 15px;
    border-right: 1px solid rgba(25, 56, 146, 0.2);
    line-height: 22px;
}

.home .block6 .left .block6_tab li:last-child a.tab_a span {
    border-right: 0;
}

.home .block6 .left .block6_tab li a.more {
    display: none;
    position: absolute;
    font-size: 14px;
    color: #193892;
}

.home .block6 .left .block6_tab li.active a.more {
    display: block;
    right: 0;
    top: 0;
    line-height: 64px;
}

.home .block6 .left .block6_block {
    padding-top: 15px;
}

.home .block6 .left .block6_block ul.content_list {
    display: flex;
    justify-content: space-between;
}

.home .block6 .left .block6_block ul.content_list li {
    width: 330px;
}

.home .block6 .left .block6_block ul.content_list li a {
    line-height: 48px;
    background-repeat: no-repeat;
    display: block;
}

.home .block6 .left .block6_block ul.content_list li a img {
    width: 330px;
    height: 90px;
}

.home .block6 .left .block6_block ul.content_list li a p.txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(18, 18, 18, .5);
    color: #fff;
    text-align: center;
    padding: 0 15px;
}

.home .block6 .left .jgsz_tab {
    display: flex;
    /* justify-content: space-between; */
    /* border-bottom: 2px solid #193892; */
}

.home .block6 .left .jgsz_tab li {
    /* background-color: rgba(245, 248, 252, .8); */
    background-color: #edf1f7;
    border-radius: 4px 4px 0px 0px;
    margin-right: 30px;
}

.home .block6 .left .jgsz_tab li.active {
    background-color: #193892;
}

.home .block6 .left .jgsz_tab li a {
    display: block;
    line-height: 55px;
    min-width: 170px;
    text-align: center;
    /* font-size: 22px; */
}

.home .block6 .left .jgsz_tab li.active a {
    color: #fff;
}

.home .block6 .left .jgsz_block {}

.home .block6 .left .jgsz_block .content {
    display: flex;
    padding: 15px 32px;
    background-color: rgba(245, 248, 252, .8);
}

.home .block6 .left .jgsz_block #jgsz_tab1 .content {
    justify-content: space-between;
}

.home .block6 .left .jgsz_block #jgsz_tab1 .content ul {
    width: 100%;
}

.home .block6 .left .jgsz_block #jgsz_tab1 .content ul li {
    width: 25%;
    float: left;
}
.home .block6 .left .jgsz_block #jgsz_tab1 .content ul li a {
    line-height: 60px;
}

.home .block6 .left .jgsz_block .content ul {
    height: 100%;
}

.home .block6 .left .jgsz_block .content ul li a {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    padding-left: 18px;
}

.home .block6 .left .jgsz_block .content ul.x6 {
    padding: 6px 0;
}

.home .block6 .left .jgsz_block .content ul.x6 li a {
    line-height: 48px;
}

.home .block6 .left .jgsz_block .content ul.x5 li a {
    line-height: 60px;
}

.home .block6 .left .jgsz_block #jgsz_tab2 .content ul {
    width: 100%;
}

.home .block6 .left .jgsz_block #jgsz_tab2 .content ul li {
    width: 25%;
    float: left;
}

.home .block6 .left .jgsz_block #jgsz_tab3 .content ul li a {
    line-height: 60px;
}

.home .block6 .left .jgsz_block #jgsz_tab3 .content ul {
    width: 100%;
}

.home .block6 .left .jgsz_block #jgsz_tab3 .content ul li {
    width: 25%;
    float: left;
}

.home .block6 .left .jgsz_block #jgsz_tab2 .content ul li a {
    line-height: 60px;
}

.home .block7 {
    margin-top: 30px;
}

.home .block7>div {
    display: flex;
    justify-content: space-between;
}

.home .block7 select {
    width: 455px;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background-color: rgba(245, 248, 252, .8);
    border-radius: 4px;
    outline: none;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%);
    background-position:
        calc(100% - 16px) calc(1em + 2px),
        calc(100% - 12px) calc(1em + 2px);
    background-size:
        5px 5px,
        5px 5px;
    background-repeat: no-repeat;
}

.home .block7 select:focus {
    background-image:
        linear-gradient(45deg, gray 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, gray 50%);
    background-position:
        calc(100% - 12px) 1em,
        calc(100% - 16px) 1em;
    background-size:
        5px 5px,
        5px 5px;
}

.home .block7 select option {
    padding: 5px 0;
}

.footer {
    margin-top: 30px;
    height: 175px;
    background-color: #193892;
}

.footer .w1400 {
    display: flex;
    justify-content: space-between;
}

.footer .w1400>div {
    color: #fff;
    background-color: rgba(18, 46, 127, .5);
    border-radius: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: 32px;
    height: 100px;
    /* width: 618px; */
    width: 568px;
    /* padding: 0 36px; */
    padding: 0 26px;
    margin-top: 40px;
}

.footer .w1400>div i {
    margin-right: 30px;
}

.footer .w1400>div i img#imgConac {
    height: 64px;
}

.footer .w1400>div.footer3{
    width: 94px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 0;
}

.footer .w1400>div.footer3 a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .w1400>div.footer3 i {
    margin-right: 0;
}

.area_lr {
    padding-top: 30px;
}

.area_lr>.left {
    width: 235px;
    float: left;
}

.area_lr>.left .title {
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #193892;
}

.area_lr>.left .title h2 {
    font-size: 28px;
    color: #fff;
    font-weight: bolder;
    line-height: 28px;
    letter-spacing: 3px;
}

.area_lr>.left ul li {
    height: 70px;
    background-color: #f5f8fc;
}

.area_lr>.left ul li.xwhbwhjbjbmd p {
    padding: 0 38px;
}

.area_lr>.left ul li.llcs p {
    color: #bb0703;
}

.area_lr>.left ul li.llcs a.active p {
    border: 4px solid #bb0703;
    border-top: 0;
    border-bottom: 0;
}

.area_lr .block.llcs .title {
    border-bottom: #e5e5e5 1px solid;
}

.area_lr .block.llcs .title h2 {
    color: #bb0703;
    border-bottom: #bb0703 2px solid;
}

.area_lr>.left ul li:hover {
    background-color: #d3e3ff;
}

.area_lr>.left ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.area_lr>.left ul li a p {
    display: block;
    width: 100%;
    /* height: 40px; */
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #193892;
}

.area_lr>.left ul li a.active p {
    font-weight: bolder;
    border: 4px solid #193892;
    border-top: 0;
    border-bottom: 0;
}

.area_lr>.right {
    width: 1133px;
    float: right;
}

.area_lr>.right .loc {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f8fc;
    color: #2f3641;
    font-size: 16px;
    padding: 0 20px;
}

.area_lr .block .title {
    border-bottom: 1px solid #193892;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.area_lr .block .title h2 {
    font-size: 20px;
    line-height: 52px;
    color: #193892;
    font-weight: bolder;
    border-bottom: 2px solid #193892;
    padding: 0 20px;
}

.area_lr .block .title a.more {
    color: #193892;
    font-size: 16px;
}

.area_lr .block .content {
    text-align: justify;
    /* min-height: 240px; */
}

.area_lr .block .content .left {
    float: left;
}

.area_lr .block .content .right {
    float: right;
}

.area_lr .block.yjj .content .right {
    width: 671px;
    line-height: 40px;
    text-indent: 2em;
}

.area_lr .block.yjj .content .right img {
    display: block;
    margin: 25px auto;
}

.area_lr .block.yzc .content {
    line-height: 40px;
    text-indent: 2em;
}

.area_lr .block .content .ld_list {
    text-align: center;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap: wrap;
}

.area_lr .block .content .ld_list li{
    margin: 0 16px;
}

.area_lr .block .content .ld_list li:nth-child(5n+1),.area_lr .block .content .ld_list li:first-child{
    margin-left: 0;
}

.area_lr .block .content .ld_list li:nth-child(5n),.area_lr .block .content .ld_list li:last-child{
    margin-right: 0;
}

.area_lr .block .content .ld_list li:nth-child(-n+5) {
    padding-bottom: 20px;
}

.area_lr .block .content .ld_list img {
    /* width: 125px; */
    width: 201px;
    /* height: 178px; */
    height: 286px;
}

.area_lr .block .content .ld_list h2 {
    line-height: 40px;
    font-size: 20px;
    border-bottom: solid 1px #eeeeee;
    padding-top: 5px;
}

.area_lr .block .content .ld_list p {
    font-size: 16px;
    color: #767676;
    line-height: 24px;
    padding-top: 5px;
}

.area_lr .block.kybj .content img {
    width: 100%;
}

.area_lr .block .content ul.content_list li {
    width: 100%;
}

.area_lr .block .content ul.content_list li a {
    line-height: 48px;
    background-image: url(../images/arrow4.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: block;
    padding-left: 30px;
    display: flex;
}

.area_lr .block .content ul.content_list li a span.txt {
    flex: 1;
}

.area_lr .block .content ul.content_list li a span.date {
    color: #939393;
    padding-left: 15px;
}

.area_lr .block.zztx .tab {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #f5f8fc;
    border-left: 4px solid #193892;
    padding-left: 25px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.area_lr .block.zztx .content .tab_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.area_lr .block.zztx .content .tab_list:last-child {
    margin-bottom: 0;
}

.area_lr .block.zztx .content ul {
    width: 100%;
}

.area_lr .block.zztx .content ul li {
    float: left;
    width: 33.33%;
}

.area_lr .block.zztx .content ul li a {
    line-height: 48px;
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: block;
    padding-left: 30px;
    display: flex;
}

.area_lr .block.zztx .content ul.x6 {
    width: auto;
}

.area_lr .block.zztx .content ul.x5 {
    width: auto;
    min-width: 195px;
    margin: -6px auto;
}

.area_lr .block.zztx .content ul.x6 li, .area_lr .block.zztx .content ul.x5 li {
    width: 100%;
}

.area_lr .block.zztx .content ul.x5 li a {
    line-height: 60px;
}

.area_lr .block.block_lr .left {
    width: 304px;
}

.area_lr .block.block_lr .left img {
    width: 100%;
    height: 202px;
}

.area_lr .block.block_lr .left img+p {
    line-height: 28px;
    margin-top: 10px;
}

.area_lr .block.block_lr .right {
    width: 797px;
    margin: -8px 0;
}

.area_lr .block.cxpt .content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.area_lr .block.cxpt .content a {
    display: flex;
    width: 555px;
    height: 120px;
    background-color: #f5f8fc;
    align-items: center;
    justify-content: space-evenly;
}

.area_lr .block.cxpt .content a span {
    border-left: 1px solid #b3bedc;
    padding-left: 40px;
    line-height: 36px;
    color: #193892;
    width: 190px;
}

.area_lr .block.block_lr .content .left .left_title {
    width: 100%;
    height: 174px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.area_lr .block.block_lr .content .left .left_title h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bolder;
    letter-spacing: 2px;
    width: 200px;
    line-height: 72px;
    border: solid 2px #ffffff;
    text-align: center;
}

.area_lr>.left .title.ygk {
    background-image: url(../images/left_ygk.png);
}

.area_lr>.left .title.kjcx {
    background-image: url(../images/left_kjcx.png);
}

.area_lr>.left .title.kjzk {
    background-image: url(../images/left_kjzk.png);
}

.area_lr>.left .title.kjfw {
    background-image: url(../images/left_kjfw.png);
}

.area_lr>.left .title.rcfz {
    background-image: url(../images/left_rcfz.png);
}

.area_lr>.left .title.kfhz {
    background-image: url(../images/left_kfhz.png);
}

.area_lr>.left .title.xwxx {
    background-image: url(../images/left_xwxx.png);
}

.area_lr>.left .title.djwh {
    background-image: url(../images/left_djwh.png);
}

.area_lr>.left .title.kxpj {
    background-image: url(../images/left_kxpj.png);
}

.area_lr .block.block_lr .content .left .left_title.kyxm {
    background-image: url(../images/kyxm_bg.png);
}

.area_lr .block.block_lr .content .left .left_title.cxcg {
    background-image: url(../images/cxcg_bg.png);
}

.area_lr .block.block_lr .content .left .left_title.cxjz {
    background-image: url(../images/cxjz_bg.png);
}

.area_lr .block.block_lr .content .left .left_title.zkcg {
    background-image: url(../images/zkcg_bg.png);
}

.area_lr .block.block_lr .content .left .left_title.dxal {
    background-image: url(../images/dxal_bg.png);
}

.area_lr .block.block_lr .content .left .left_title.gccrc {
    background-image: url(../images/gccrc_bg.png);
}

.area_lr .block.block_lr .content .left .left_title.bshpy {
    background-image: url(../images/bshpy_bg.png);
}

.area_lr .block.block_lr .content .left .left_title.lzjs {
    background-image: url(../images/lzjs_bg.png);
}

.area_lr .block.block_lr .content .left .left_title.ltxgb {
    background-image: url(../images/ltxgb_bg.png);
}

.article>.loc {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f8fc;
    color: #2f3641;
    font-size: 16px;
    padding: 0 20px;
    margin-top: 30px;
}

.article .article_block {
    min-height: 500px;
    border: solid 1px #eeeeee;
    border-top: 4px solid #193892;
    padding: 0 52px 50px;
    margin-top: 30px;
}

html.red .article .article_block {
    border-top: 4px solid #bb0703;
}

.article .article_block .title {
    text-align: center;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 40px;
}

.article .article_block .title h2 {
    font-size: 30px;
    color: #193892;
    padding: 40px 0;
    width: 100%;
}

.article .article_block .title .date {
    color: #5e5e5e;
    margin-bottom: 30px;
}

.article .article_block .content {
    font-size: 20px;
    line-height: 40px;
    text-align: justify;
}

.article .article_block .content p, .article .article_block .content h2 {
    /* text-indent: 2em; */
    LINE-HEIGHT: unset !important;
    MARGIN: unset !important;
    FONT-FAMILY: "Microsoft YaHei", 黑体, 宋体, sans-serif !important;
    FONT-SIZE: unset !important;
    margin-bottom: 10px !important;
}

.article .article_block .content h2 {
    font-weight: bolder;
}

.article .article_block .content h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.article .article_block .content p.p_contribute {
    text-indent: 2em;
}

.article .article_block .content td p.p_contribute {
    text-indent: 0;
}

.article .article_block .content p[align="center"], .article .article_block .content p[style*="TEXT-ALIGN: center"] {
    text-align: center !important;
    text-indent: 0 !important;
    padding-bottom: 10px;
}

.article .article_block .content table p[align="center"], .article .article_block .content table p[style*="TEXT-ALIGN: center"] {
    text-align: center !important;
    text-indent: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.article .article_block .content p *, .article .article_block .content h2 * {
    LINE-HEIGHT: unset !important;
    FONT-FAMILY: unset !important;
    /*    COLOR: unset !important;*/
    FONT-SIZE: unset !important;
}

.article .article_block .content p img {
    max-width: 100%;
}

.article .article_block .content p.p_contribute_img img {
    margin: 0 auto;
    display: block;
}

.article .article_block .content p .eweb {}

.article .article_block .content p .eweb img {
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}

.article .article_block .content>span {
    LINE-HEIGHT: unset !important;
    FONT-FAMILY: unset !important;
    COLOR: unset !important;
    FONT-SIZE: unset !important;
}

.article .article_block .content>img {
    display: block;
    margin: 0 auto;
}

.article .article_block .content p.p_contribute_img {
    text-indent: 0;
    text-align: center;
}

.article .article_block .content p.p_contribute_img span {
    display: block;
    text-align: center;
}

.article .article_block .content table {
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto 10px;
    min-width: 1000px !important;
}

.article .article_block .content table p {
    text-indent: 0;
}

.article .article_block .content table tr td p:last-child {
    margin-bottom: 0 !important;
}

.article .article_block .content table td {
    padding: .5em !important;
}

.article .article_block .content p.ggtop {
    text-indent: 0;
}

.article .article_block .content p.picintro {
    text-indent: 0;
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
    margin-bottom: 20px !important;
}

.article .article_block .content p.ggend {
    margin-top: 50px;
    text-indent: 0;
    float: right;
    text-align: center;
}

.article .article_block .content p.author {
    margin-top: 50px;
    text-indent: 0;
    float: right;
}

.article .article_block .content p.picfile {
    text-indent: 0;
    padding-left: 2em;
    background-image: url(../images/file.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.article .article_block .content p.textleft {
    text-indent: 0;
    text-align: left;
}

.article .article_block .content p.textcenter {
    text-indent: 0;
    text-align: center;
}

.article .article_block .content p.textright {
    text-indent: 0;
    text-align: right;
}

.article .article_block .content p.p_contribute_img img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
}

.article .article_block .p_and_n {
    margin-top: 32px;
    /* color: #193892; */
    border-top: 1px dashed #eee;
    padding-top: 50px;
}

.article .article_block .p_and_n p:first-child {
    margin-bottom: 25px;
}

.article .article_block .p_and_n p:last-child {
    margin-bottom: 0;
}

.block.block_nsjg {
    margin-top: 30px;
}

.block.block_nsjg .title1 {
    line-height: 75px;
    background-image: url(../images/nsjg_title1.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    padding-left: 60px;
}

.block.block_nsjg .title1 h2 {
    font-size: 30px;
}

.block.block_nsjg .title2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../images/nsjg_title2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 75px;
    padding-left: 60px;
    padding-right: 60px;
    border: solid 1px #eeeeee;
    border-top: 0;
    border-bottom: 0;
    margin-top: -1px;
    border-top: 1px solid #fff;
}

.block.block_nsjg .title2 h2 {
    font-size: 30px;
    color: #fff;
}

.block.block_nsjg .title2 a {
    color: #1646a6;
    font-size: 16px;
}

.block.block_nsjg .content {
    min-height: 300px;
    padding: 30px 60px;
}

.block.block_nsjg .content.content1 {
    border: solid 1px #eeeeee;
    /* border-bottom: 0; */
    border-top: 4px solid #193892;
}

.block.block_nsjg .content.content1 p {
    line-height: 40px;
}

.block.block_nsjg .content.content1 img {
    max-width: 100%;
}

.block.block_nsjg .content.content1 .lxfs {
    margin-top: 20px;
}

.block.block_nsjg .content.content1 .lxfs_tab {
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.block.block_nsjg .content.content1 .lxfs_tab span {
    font-size: 20px;
    color: #193892;
    padding: 0 30px;
    display: inline-block;
    line-height: 55px;
    background-color: #f5f8fc;
    border-radius: 5px 5px 0px 0px;
}

.block.block_nsjg .content.content1 .lxfs_tab~p {
    line-height: 60px;
}

.block.block_nsjg .content.content1 .lxfs_tab~p i, .block.block_nsjg .content.content1 .lxfs_tab~p em {
    margin-right: 20px;
}

.block.block_nsjg .content.content1 .lxfs_tab~p span {
    font-size: inherit !important;
}

.block.block_nsjg .content.content2 {
    background-color: #f7f7f7;
}

.block.block_nsjg .content ul.content_list li {
    width: 100%;
}

.block.block_nsjg .content ul.content_list li:nth-child(5n)+li {
    border-top: dashed 1px #e5e5e5;
    margin-top: 15px;
    padding-top: 15px;
}

.block.block_nsjg .content ul.content_list li a {
    line-height: 48px;
    background-image: url(../images/arrow4.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: block;
    padding-left: 30px;
    display: flex;
}

.block.block_nsjg .content ul.content_list li a span.txt {
    flex: 1;
}

.block.block_nsjg .content ul.content_list li a span.date {
    color: #939393;
    padding-left: 15px;
}

.area_lr .left .back a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #193892;
    background-color: #e5eeff;
    font-size: 20px;
}

.area_lr .left .back a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/back.png);
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.block.list_block .content ul.content_list li:nth-child(5n)+li {
    border-top: dashed 1px #e5e5e5;
    margin-top: 15px;
    padding-top: 15px;
}

.area_lr .block.kjzn .content .left img {
    width: 165px;
    height: 224px;
    border: 1px solid #dcdcdc;
}

.area_lr .block.kjzn .content .right {
    width: 930px;
    height: 224px;
    line-height: 40px;
    text-indent: 2em;
    display: flex;
}

.area_lr .block.rczc .content ul.content_list li {
    width: 50%;
    float: left;
}

.area_lr .block.rczc .content ul.content_list li:nth-last-child(2n) {
    padding-right: 15px;
}

.area_lr .block.rczc .content ul.content_list li:nth-last-child(2n+1) {
    padding-left: 15px;
}

.area_lr .block.zklm a {
    width: 100%;
    line-height: 140px;
    display: flex;
    align-items: center;
    background-image: url(../images/zklm3.png);
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
}

.area_lr .block.zklm a i {
    display: inline-block;
    background-image: url(../images/arrow5.png);
    width: 37px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: auto;
    margin-right: 40px;
}

.area_lr>.loc {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f5f8fc;
    color: #2f3641;
    font-size: 16px;
    padding: 0 20px;
}

.area_lr .list_block2 {
    min-height: 500px;
    border: solid 1px #eeeeee;
    border-top: 4px solid #193892;
    padding: 20px 52px 0;
    margin-top: 30px;
}

html.red .top {
    background-color: #f7f7f7;
}

html.red .search_bar {
    color: inherit;
}

html.red .search_bar .search input {
    background-color: #e7e7e7;
}

html.red .search_bar .search input::placeholder {
    color: #333;
}

html.red .search_bar .search button {
    background-image: url(../images/red_isearch.png);
}

html.red .banner .logo a::before {
    background-image: url(../images/logo_red.png);
}

html.red .banner {
    background-image: url(../images/banner_bg_red.png);
}

html.red .banner .logo {
    width: 707px;
    height: 111px;
}

html.red .banner .banner_pic {
    display: none;
}

html.red .nav {
    background-color: #bb0703;
}

html.red .nav>div>ul>li:hover>a {
    background-color: #920a07;
}

html.red .area_lr .block .title a.more {
    color: #bb0703;
}

html.red .area_lr .block .title {
    border-bottom: #e5e5e5 1px solid;
}

html.red .area_lr .block .title h2 {
    color: #bb0703;
    border-bottom: #bb0703 2px solid;
}

html.red .area_lr>.left ul li a p {
    color: #bb0703;
    padding: 0 1em;
}

html.red .area_lr>.left ul li a.active p {
    border: 4px solid #bb0703;
    border-top: 0;
    border-bottom: 0;
}

html.red .area_lr>.left ul li {
    background-color: #f7f7f7;
}

html.red .area_lr>.left ul li:hover {
    background-color: #e2e2e2;
}

html.red .footer {
    background-color: #bb0703;
}

html.red .footer .w1400>div {
    background-color: rgba(121, 6, 6, .5);
}

html.red .area_lr .block .content ul.content_list li a {
    background-image: url(../images/arrow4_red.png);
}

html.red .red_top{
    background-color: #fef5f1;
    margin-top: 40px;
    padding: 25px 30px;
    font-size: 20px;
    line-height: 40px;
    text-indent: 2em;
    text-align: justify;
    border-radius: 5px;
    font-family: "KaiTi", "STKaiti", "楷体", serif;
}

html.red .red_top h2{
    color: #bb0703;
    text-align: center;
    padding-bottom: 15px;
    font-family: "SimHei", "Microsoft YaHei", "PingFang SC", sans-serif;
    letter-spacing: 2px;
    font-weight: bolder;
}

html.red .fczs {
    display: block;
    width: 100%;
    height: 100px;
    margin-top: 20px;
    background-image: url(../images/fczs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.area_lr .block .content ul.content_pic_list {
    display: flex;
    justify-content: space-between;
}

.area_lr .block .content ul.content_pic_list li {
    width: 252px;
}

.area_lr .block .content ul.content_pic_list li a img {
    width: 100%;
    height: 168px;
}

.area_lr .block .content ul.content_pic_list li a img+p {
    line-height: 28px;
    margin-top: 10px;
}

.area_lr .block .content ul.content_pic_list2 {}

.area_lr .block .content ul.content_pic_list2 li {
    /* width: 266px; */
    width: 361px;
    float: left;
    margin-bottom: 20px;
    margin-right: 25px;
}

.area_lr .block .content ul.content_pic_list2 li:nth-child(3n) {
    margin-right: 0;
}

.area_lr .block .content ul.content_pic_list2 li a img {
    width: 100%;
    /* height: 177px; */
    height: 240px;
}

.area_lr .block .content ul.content_pic_list2 li a img+p {
    line-height: 28px;
    margin-top: 10px;
    height: 56px;
}

.area_lr>.left .kjqk_img {
    background-color: #f5f8fc;
    padding: 13px;
    padding-bottom: 0;
    text-align: center;
}

.area_lr>.left .kjqk_img img {
    display: block;
    width: 209px;
    height: 280px;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
}

.area_lr>.left .kjqk_info {
    background-color: #f5f8fc;
    padding: 13px;
}

.area_lr>.left .kjqk_info h2 {
    font-size: 20px;
    color: #193892;
    font-weight: bolder;
    border-bottom: solid 1px #e5e5e5;
    line-height: 50px;
    margin-bottom: 10px;
}

.area_lr>.left .kjqk_info p {
    font-size: 16px;
    line-height: 36px;
    color: #4f4f4f;
}

.area_lr .block.kjqk .content {
    line-height: 40px;
    text-indent: 2em;
}

.banner_yjs {
    height: 320px;
    background-image: url(../images/banner_yjs.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
}

.banner_yjs i.logo {
    display: block;
    width: 450px;
    height: 94px;
    margin: 0 auto;
    margin-bottom: 0;
}

.banner_yjs h2 {
    font-size: 86px;
    letter-spacing: 10px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
}

.banner_sjzy {
    height: 370px;
    background-image: url(../images/banner_sjzy.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
}

.banner_sjzy i.logo {
    display: block;
    width: 116px;
    height: 116px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.banner_sjzy h2 {
    font-size: 72px;
    letter-spacing: 10px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
}

.banner_sjzy h2 br {
    display: none;
}

.article .article_block.article_sjzy .content > p > img{
    max-width: 80%;
}

.block.block_zt .sjzy_txt {
    text-indent: 2em;
    line-height: 48px;
    font-size: 20px;
    text-align: justify;
}

.block.block_zt {
    /* margin-top: 20px; */
    margin-top: 30px;
}

.block.block_zt .zt2_link {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20%;
    color: #ffdb72;
    font-weight: bolder;
    font-size: 22px;
    text-shadow: 1px 2px 2px rgba(123, 59, 17, 0.77);
    letter-spacing: 1px;
}

.block.block_zt .zt2_link * {
    display: inline-block;
    line-height: 22px;
    vertical-align: middle;
}

.block.block_zt .zt2_link span {
    font-size: 18px;
}

.block.block_zt .zt2_link a {
    display: inline-block;
}

.block.block_zt>.title1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../images/yjs_title1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    line-height: 93px;
    padding-left: 60px;
    padding-right: 60px;
}

.block.block_zt>.title1.title_sjzy {
    background-image: url(../images/sjzy_title.png);
    line-height: 65px;
}

.block.block_zt>.title1 h2 {
    font-size: 30px;
    color: #fff;
}

.block.block_zt>.title1.title_sjzy h2 {
    font-size: 24px;
    font-weight: bolder;
}

.title_zt {
    height: 147px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 60px;
    margin-bottom: -80px;
}

.title_zt.titlexxzl {
    background-image: url(../images/titlexxzl.png);
}

.title_zt.titlexxzl2 {
    background-image: url(../images/titlexxzl2.png);
}

.title_zt.titlegzjz {
    background-image: url(../images/titlegzjz.png);
}

.title_zt.titlegzdt {
    background-image: url(../images/titlegzdt.png);
}

.title_zt.titlejsjy {
    background-image: url(../images/titlejsjy.png);
}

.title_zt.titlejsjy + a.jsjy_link {
    display: block;
    height: 158px;
    background-image: url(../images/jsjy2.png);
    margin-bottom: 60px;
    margin-top: 30px;
}


.title_zt.titlejsjy a{
    display: block;
    height: 100%;
}

.block.block_zt>.title1.title4 h2 {
    font-size: 28px;
}

.block.block_zt>.title1 a {
    color: #1646a6;
    font-size: 16px;
}

.block.block_zt .content {
    min-height: 300px;
    padding: 30px 60px;
}

.block.block_zt .content.content1 {
    background-color: #f7f7f7;
}

.block.block_zt.block_bxgd .content.content1 {
    background-color: #fffaef;
}

.block.block_zt.block_bxgd .content.content1 .more{
    color: #e53231;
    font-size: 16px;
    position: absolute;
    right: 60px;
    z-index: 100;
}

.block.block_zt .content.content4.content4_top {
    background-color: #f7f7f7;
}

.block.block_zt .content.content4.content4_top .left {
    float: left;
    width: 638px;
}

.block.block_zt .content.content4.content4_top .left a {
    display: block;
}

.block.block_zt .content.content4.content4_top .left .swiper-container2 .swiper-pagination2 {
    position: absolute;
    bottom: 19px;
    padding-right: 10px;
    z-index: 10;
    text-align: right;
}

.block.block_zt .content.content4.content4_top .left .swiper-container2 .swiper-pagination2 .swiper-pagination-bullet-active {
    background: #fff;
}

.block.block_zt .content.content4.content4_top .left img {
    width: 100%;
    height: 425px;
}

.block.block_zt .content.content4.content4_top .left img+p {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(18, 18, 18, 0.6);
    padding: 15px 25px 15px 25px;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    /* height: 86px; */
    display: flex;
    align-items: center;
}

.block.block_zt .content.content4.content4_top .right {
    width: 587px;
    float: right;
}

.block.block_zt.block_bxgd .content.content4.content4_top .right {
    width: 100%;
}

.block.block_zt .content.content4.content4_top .right .top_list {
    font-size: 20px;
    letter-spacing: 1px;
}

.block.block_zt .content.content4.content4_top .right .top_list li a {
    display: flex;
    line-height: 56px;
}

.block.block_zt .content.content4.content4_top .right .top_list li a p {
    flex: 1;
}

.block.block_zt .content.content4.content4_top .right .top_list li a .txt {
    color: #e53231;
    font-weight: bolder;
}

.block.block_zt .content.content4.content4_top .right .top_list li:first-child a .txt {
    font-size: 24px;
}

.block.block_zt.block_bxgd .content.content4.content4_top .right .top_list li:first-child a .txt {
    font-size: 20px;
    text-align: justify;
}

.block.block_zt .content.content4.content4_top .right .top_list li a .digest {
    display: none;
    font-size: 16px;
}

.block.block_zt.block_bxgd .content.content4.content4_top .right .top_list li a .digest {
    font-size: 18px;
}

.block.block_zt .content.content4.content4_top .right .top_list li a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    background-color: #e53231;
    margin-top: 24px;
}

.block.block_zt .content.content4.content4_top .right .top_list li:first-child a {
    display: block;
    text-align: center;
    line-height: 30px;
    border-bottom: solid 1px rgba(220, 220, 220, .5);
    padding: 25px 0;
    margin-bottom: 15px;
}

.block.block_zt .content.content4.content4_top .right .top_list li:first-child a .digest {
    display: block;
    margin-top: 15px;
    text-align: justify;
    text-indent: 2em;
}

.block.block_zt .content.content4.content4_top .right .top_list li:first-child a::before {
    display: none;
}

.block.block_zt .content.content1.content_link {
    background-color: inherit;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    min-height: auto;
}

.block.block_zt .content.content1.content_link div.link {
    overflow: hidden;
}

.block.block_zt .content.content1.content_link_sjzy div.link a {
    display: block;
}

.block.block_zt.block_bxgd .content.content1.content_link div.link{
    width: 335px;
    height: 105px;
    text-align: center;
    background-color: #fefaef;
    border-radius: 4px;
    border-bottom: 5px solid #fdf4e1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block.block_zt.block_bxgd .content.content1.content_link div.link a{
    display: block;
    width: 100%;
}

.block.block_zt .content.content1.content_link_sjzy {
    background-color: inherit;
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between;
    min-height: auto;
    flex-wrap: wrap;
}

.block.block_zt .content.content1.content_link_sjzy div.link {
    overflow: hidden;
}

.block.block_zt .content.content1.content_link_sjzy div.link a {
    display: flex;
    text-align: center;
    width: 450px;
    height: 115px;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #eeeeee; */
    /* border-radius: 4px; */
    margin-top: 30px;
    /* background: linear-gradient(360deg, #f4f4f4, transparent); */
}

.block.block_zt .content.content1.content_link_sjzy div.link a img {
    width: 100%;
    height: 100%;
}

.block.block_zt .content.content1.content_link_sjzy div.link:nth-child(-n+3) a {
    margin-top: 0;
}

.block.block_zt .content.content1.content4 .left {
    width: 304px;
    float: left;
}

.block.block_zt .content.content1.content4 .right {
    float: right;
    width: 917px;
    margin: -8px 0;
}

.block.block_zt .content.content1.content4 .left img {
    width: 100%;
    height: 202px;
}

.block.block_zt .content.content1.content4 .left img+p {
    line-height: 28px;
    margin-top: 10px;
}

.block.block_zt .content.content1 ul.content_list {
    display: flex;
    flex-wrap: wrap;
}

.block.block_zt .content.content1 ul.content_list li {
    width: 50%;
}

.block.block_zt .content.content4 ul.content_list li {
    width: 100%;
}

.block.block_zt .content.content1 ul.content_list li:nth-child(2n+1) {
    border-right: solid 1px rgba(220, 220, 220, .5);
}

.block.block_zt .content.content1.content4 ul.content_list li:nth-child(2n+1) {
    border-right: 0;
}

.block.block_zt .content.content1 ul.content_list li:nth-child(2n) {
    padding-left: 60px;
}

.block.block_zt .content.content1.content4 ul.content_list li:nth-child(2n) {
    padding-left: 0;
}

.block.block_zt .content.content1 ul.content_list li a {
    display: flex;
    align-items: center;
    line-height: 58px;
}

.block.block_zt .content.content1 ul.content_list li a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    background-color: #1646a6;
}

.block.block_zt .content.content1 ul.content_list li a span.txt {
    flex: 1;
    padding-right: 60px;
}

.block.block_zt .content.content2 {
    margin-top: 30px;
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 10px;
}

.block.block_zt .content.content2>.title2 {
    line-height: 72px;
    background-image: url(../images/yjs_title2.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    padding-left: 50px;
}

.block.block_zt .content.content3 {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.block.block_zt .content.content3 ul.content_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block.block_zt .content.content3 ul.content_list li {
    width: 559px;
    background-color: #e5eeff;
    margin-bottom: 25px;
}

.block.block_zt .content.content3 ul.content_list li a {
    display: flex;
    align-items: center;
    line-height: 60px;
    padding-left: 25px;
    font-weight: bolder;
}

.block.block_zt .content.content3 ul.content_list li a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #000;
}

.loc_yjs {
    line-height: 56px;
    background-color: #f7f7f7;
}

.article .article_block.article_yjs {
    border-top: solid 1px #eeeeee;
}

.area_lr .block.list_zt .content ul.content_list li a {
    background-image: none;
    padding-left: 0;
    align-items: center;
}

.area_lr .block.list_zt .content ul.content_list li a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 20px;
    background-color: #1646a6;
}

html.red .block.block_zt>.title1 {
    background-image: url(../images/red_title.png);
    padding-left: 92px;
}

html.red .block.block_zt>.title1 a {
    color: #bb0703;
}

html.red .block.block_zt .content.content1 ul.content_list li a::before {
    background-color: #bb0703;
}

html.red .block.block_zt>.title1.title4 {
    background-image: url(../images/red_title2.png);
    padding-left: 92px;
}

html.red .block.block_zt>.title1.title4 a {
    color: #e53231;
}

html.red .block.block_zt .content.content1.content4 ul.content_list li a::before {
    background-color: #e53231;
}

html.red .block.block_zt>a.xxzl {
    display: block;
    height: 170px;
    width: 100%;
    background-image: url(../images/szqh_xxzl.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.block.block_zt .content.content_pic {
    padding: 20px 0 0;
}

.block.block_zt .content.content_pic ul.content_list {
    display: flex;
    justify-content: space-between;
}

.block.block_zt .content.content_pic ul.content_list li a {
    display: block;
}

.block.block_zt .content.content_pic ul.content_list li a img {
    width: 310px;
    height: 310px;
}

.banner_zt {
    height: 443px;
    margin-bottom: -110px;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #fff;
}

.banner_zt>a {
    display: block;
    height: 20%;
    width: 50%;
}

html.red .area_lr .block.list_zt .content ul.content_list li a::before {
    background-color: #bb0703;
}

.loc_zt>div.w1400 {
    line-height: 50px;
    background-image: url(../images/red_loc.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    padding-left: 80px;
}

html.red .article .article_block .title h2 {
    color: inherit;
}

.article .article_block.article_zt {
    border-top: solid 1px #eeeeee;
    background-color: #ffffff;
    /* margin-top: 0; */
}

.kxpj body {
    background-image: url(../images/kxpj_bg0.png);
    background-repeat: no-repeat;
    background-position: center -20px;
}

.kxpj .banner_kxpj a {
    display: block;
    min-width: 1400px;
    height: 535px;
    background-position: center;
    background-size: contain;
}

.kxpj .swiper-container3 .swiper-pagination3 {
    position: absolute;
    bottom: 25px;
    z-index: 10;
    text-align: center;
}

.kxpj .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 15px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 15px));
}

.kxpj body>div>.title {
    text-align: center;
}

.kxpj .block1 {
    background-image: url(../images/kxpj_bg1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 712px;
    margin-top: 60px;
    padding: 0 50px;
}

.kxpj .block1>.title {
    margin-bottom: 50px;
}

.kxpj .block1 .left {
    float: left;
    overflow: hidden;
    padding-bottom: 10px;
}

.kxpj .block1 .left .swiper-container4 {
    width: 640px;
}

.kxpj .block1 .left .swiper-container4 ul li {
    background-color: #f6f6f7;
}

.kxpj .block1 .left .swiper-container4 ul li a {
    display: block;
}

.kxpj .block1 .left .swiper-container4 ul li a img {
    width: 640px;
    height: 426px;
}

.kxpj .block1 .left .swiper-container4 ul li a>div {
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 64px;
}

.kxpj .block1 .left .swiper-container4 ul li a>div div.date {
    color: #193892;
    text-align: center;
    margin-right: 25px;
}

.kxpj .block1 .left .swiper-container4 ul li a>div div.date p:first-child {
    font-size: 36px;
}

.kxpj .block1 .left .swiper-container4 ul li a>div div.date p:last-child {
    font-size: 14px;
}

.kxpj .block1 .left .swiper-container4 ul li a>div>span {
    font-size: 24px;
}

.kxpj .block1 .left .swiper-container4 .swiper-pagination4 {
    text-align: right;
    z-index: 10;
    top: 10px;
}

.kxpj .block1 .left .swiper-container4 .swiper-pagination4 .swiper-pagination-bullet-active {}

.kxpj .block1 .right {
    float: right;
    width: 628px;
}

.kxpj .block1 .right ul li {
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 20px;
}

.kxpj .block1 .right ul li a {
    display: block;
    text-align: justify;
}

.kxpj .block1 .right ul li a p.txt {
    background-image: url(../images/kpdt.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 46px;
    font-size: 20px;
    line-height: 30px;
    height: 60px;
}

.kxpj .block1 .right ul li a p.date {
    text-align: right;
    color: #b3b3b3;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}

.kxpj .block2 {
    margin-top: 100px;
    overflow: hidden;
}

.kxpj .block2>.w1920 {
    left: 50%;
    margin-left: -960px;
}

.kxpj .block2>.w1920 .title {
    position: absolute;
    width: 100%;
    text-align: center;
}

.kxpj .block2 .content {
    height: 674px;
}

.kxpj .block2 .content ul.kpjd_tab {
    width: 717px;
    height: 629px;
    background-image: url(../images/kxpj_bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 28px;
    color: #fff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px 0 20px 260px;
}

.kxpj .block2 .content ul.kpjd_tab li.active {
    font-weight: bolder;
}

.kxpj .block2 .content div.kpjd_block {
    position: absolute;
    right: 0;
    top: 124px;
}

.kxpj .block2 .content div.kpjd_block>div {
    width: 1452px;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 300px 0 300px;
    text-align: justify;
}

.kxpj .block2 .content div.kpjd_block>div#kpjd_tab1 {
    background-image: url(../images/kpjd1.png);
}

.kxpj .block2 .content div.kpjd_block>div#kpjd_tab2 {
    background-image: url(../images/kpjd2.png);
}

.kxpj .block2 .content div.kpjd_block>div#kpjd_tab3 {
    background-image: url(../images/kpjd3.png);
}

.kxpj .block2 .content div.kpjd_block>div#kpjd_tab4 {
    background-image: url(../images/kpjd4.png);
}

.kxpj .block2 .content div.kpjd_block>div#kpjd_tab5 {
    background-image: url(../images/kpjd5.png);
}

.kxpj .block2 .content div.kpjd_block>div#kpjd_tab6 {
    background-image: url(../images/kpjd6.png);
}

.kxpj .block2 .content div.kpjd_block>div h2 {
    font-size: 36px;
    font-weight: bolder;
    padding: 60px 0 50px;
    text-align: center;
}

.kxpj .block2 .content div.kpjd_block>div>div {
    font-size: 20px;
    line-height: 40px;
    text-indent: 2em;
}

.kxpj .block2 .content div.kpjd_block>div a.more {
    font-size: 18px;
    float: right;
    margin-top: 20px;
}

.kxpj .block3 {
    background-image: url(../images/kxpj_bg3.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 1020px;
    margin-top: 100px;
}

.kxpj .block3 .content {
    margin-top: 70px;
}

.kxpj .block3 .content ul.kpcg_tab {
    display: flex;
    justify-content: space-evenly;
}

.kxpj .block3 .content ul.kpcg_tab li {
    width: 215px;
    line-height: 59px;
    background-color: #f5f8fc;
    border-radius: 30px;
    text-align: center;
    font-size: 24px;
}

.kxpj .block3 .content ul.kpcg_tab li.active {
    background-color: #193892;
    color: #fff;
}

.kxpj .block3 .content ul.kpcg_tab li a {
    display: block;
}

.kxpj .block3 .content .kpcg_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 70px;
}

.kxpj .block3 .content .kpcg_block ul li {
    width: 651px;
    height: 255px;
    border-radius: 20px;
    margin-bottom: 45px;
}

.kxpj .block3 .content .kpcg_block ul li:hover {
    background-color: #f5f8fc;
}

.kxpj .block3 .content .kpcg_block ul li a {
    display: block;
    height: 100%;
    padding: 40px;
}

.kxpj .block3 .content .kpcg_block ul li a h2 {
    font-size: 24px;
    font-weight: bolder;
    margin-bottom: 30px;
    padding-left: 40px;
    background-image: url(../images/kpcg_title.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.kxpj .block3 .content .kpcg_block ul li a p {
    font-size: 20px;
    color: #6f6f6f;
    line-height: 40px;
}

/* .kxpj .block3 .content ul li:nth-child(2) {}

.kxpj .block3 .content ul li:nth-child(3) {
    margin-left: auto;
} */

/* .kxpj .block3 .content ul li:nth-child(3n) {
    margin-right: 0;
} */

/* .kxpj .block3 .content ul li a img {
    width: 100%;
    height: 300px;
} */

/* .kxpj .block3 .content ul li a p {
    height: 75px;
    line-height: 75px;
    padding: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #fff;
} */

.kxpj .block4 {
    background-image: url(../images/kxpj_bg4.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    /* height: 750px; */
    height: 900px;
    margin-top: 100px;
}

.kxpj .block4 .content {
    margin-top: 45px;
}

.kxpj .block4 .content ul li {
    /* width: 328px; */
    width: 450px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

/* .kxpj .block4 .content ul li:nth-child(2), .kxpj .block4 .content ul li:nth-child(3) {
    margin-bottom: 20px;
} */

.kxpj .block4 .content ul li:nth-child(3), .kxpj .block4 .content ul li:nth-child(6) {
    margin-right: 0;
}

.kxpj .block4 .content ul li a img {
    width: 100%;
    /* height: 218px; */
    height: 300px;
}

.kxpj .block4 .content ul li a p {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* .kxpj .block4 .content ul li:first-child {
    width: 694px;
}

.kxpj .block4 .content ul li:first-child a img {
    width: 100%;
    height: 462px;
}

.kxpj .block4 .content ul li:first-child a p {
    height: 94px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 32px;
    display: flex;
    align-items: center;
} */

.kxpj .block5 {
    margin-top: 100px;
    background-image: url(../images/kxpj_bg5.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.kxpj .block5 .content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}

.kxpj .block5 .content ul li {
    margin-bottom: 133px;
}

.kxpj .block5 .content ul li:nth-child(6n) {
    margin-right: 0;
}

.kxpj .block5 .content ul li img {
    width: 208px;
    height: 281px;
    border: 1px solid #dcdcdc;
}

.kxpj a.more.dot {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 34px;
    color: #cacaca;
    z-index: 10;
}

.kxpj a.more.dot:hover {
    color: #193892;
}

.kxpj .block1 a.more.dot {
    right: 50px;
    top: 60px;
}

.kxpj .block3 a.more.dot {
    top: -180px;
}

.kxpj .block4 a.more.dot {
    top: -98px;
}

.kxpj .block5 a.more.dot {
    top: 20px;
}

.search_bar2 {
    padding-bottom: 20px;
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 20px;
    display: flex;
}

.search_bar2 * {
    height: 50px;
    line-height: 50px;
    border: 0;
    outline: none;
}

.search_bar2 select {
    padding: 0 30px;
    background-color: #f5f8fc;
    width: 310px;
}

.search_bar2 input {
    padding: 0 30px;
    background-color: #f5f8fc;
    margin-right: 30px;
    width: 100%;
    border-radius: 4px;
}

.search_bar2 a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #193892;
    width: 204px;
    border-radius: 4px;
}

.search_bar2 a:hover {
    background-color: #082a8b;
}

.area_lr .block .content ul.content_pic_list2_book li {
    width: 266px;
    margin-right: 23px;
}

.area_lr .block .content ul.content_pic_list2_book li:nth-child(3n) {
    margin-right: 23px;
}

.area_lr .block .content ul.content_pic_list2_book li:nth-child(4n) {
    margin-right: 0;
}

.area_lr .block .content ul.content_pic_list2_book li a img {
    height: 360px;
    border: 1px solid #dcdcdc;
}

.page_list {
    line-height: 34px;
    padding: 50px 0;
}

.page_list>a {
    padding: 0 15px;
    background-color: #f7f7f7;
    display: inline-block;
    margin: 0 5px;
}

.page_list input {
    padding: 0 15px;
    margin: 0 10px;
    border: 0;
}

.page_list input[type=text] {
    border: solid 1px #eeeeee;
    padding: 0 4px;
    width: 40px;
    text-align: center;
}

.area_lr .block.block_lr2 .left {
    width: 550px;
    float: left;
}

.area_lr .block.block_lr2 .right {
    width: 550px;
    float: right;
}

.area_lr .block.block_lr2.gnyw div .title {
    border-bottom: 0;
    margin-bottom: 0;
    /* margin-top: 0; */
}

.area_lr .block.block_lr2.gnyw div .title h2 {
    background-color: #f5f8fc;
    border-bottom: 0;
}

.area_lr .block.block_lr2.gnyw div .line {
    overflow: hidden;
    color: #c0c9e3;
    margin-bottom: 20px;
    font-size: 14px;
    height: 14px;
    word-break: break-word;
}

.area_lr .block.block_lr2.gnyw div .line::after {
    content: '////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////';
}

.area_lr .block .content ul.content_pic_ztzl {
    min-height: 459px;
}

.area_lr .block .content ul.content_pic_ztzl li {
    width: 450px;
    /* width: 685px; */
    float: left;
    margin-bottom: 30px;
    margin-right: 25px;
}

.area_lr .block .content ul.content_pic_ztzl li a img {
    width: 100%;
    height: 122px;
}

.area_lr .block .content ul.content_pic_ztzl li:nth-child(3n) {
/* .area_lr .block .content ul.content_pic_ztzl li:nth-child(2n) { */
    margin-right: 0;
}

html.red .area_lr .block.list_zt_pic .content ul.content_list li a {
    background-image: none;
}

.area_lr .block.list_zt_pic .content ul.content_list li {
    float: left;
    width: auto;
    margin-right: 26px;
    margin-bottom: 25px;
}

.area_lr .block.list_zt_pic .content ul.content_list li:nth-child(3n) {
    margin-right: 0;
}

.area_lr .block.list_zt_pic .content ul.content_list li a {
    padding-left: 0;
}

html.red .area_lr .block.list_zt_pic .content ul.content_list li a img {
    width: 360px;
    height: 360px;
}

video.jjv {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
}

.pc_icon {
    position: fixed;
    top: 420px;
    z-index: 1000;
    left: 50%;
    margin-left: 725px;
}

.pc_icon.pc_icon2 {
    /* top: 546px; */
    top: 560px;
}

.pc_icon::before {
    content: '';
    display: block;
    width: 40px;
    height: 116px;
    background-image: url(../images/pc_icon.png);
    background-color: #193892;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    border-radius: 4px;
    opacity: 0;
}

.pc_icon .pc_img{
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    /* width: 288px; */
    /* height: 116px; */
    border-radius: 4px;
    /* transition: all .2s ease-out 0s; */
}

.pc_icon .pc_img img{
    /* width: 288px; */
    /* height: 116px; */
    width: 274px;
    height: 128px;
    transition: all .2s ease-out 0s;
}

.pc_icon .pc_img:hover img{
    transform: scale(1.05);
}

.pc_icon.hide_img .pc_img{
    animation: hide_img 1s forwards;
    -webkit-animation: hide_img 1s forwards;
}

.pc_icon .pc_img a{
    display: block;
}

.pc_icon .pc_img:hover{
    /* width: 288px !important; */
    /* height: 116px !important; */
    width: 274px !important;
    height: 128px !important;
    opacity: 1 !important;
}

/* @keyframes hide_img {
    0%{
        width: 288px;
        height: 116px;
        opacity: 1;
    }
    75%{
        width: 40px;
        height: 116px;
        opacity: 1;
    }
    100%{
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}

@-webkit-keyframes hide_img {
    0%{
        width: 288px;
        height: 116px;
        opacity: 1;
    }
    75%{
        width: 40px;
        height: 116px;
        opacity: 1;
    }
    100%{
        width: 40px;
        height: 40px;
        opacity: 0;
    }
} */

@keyframes hide_img {
    0%{
        width: 288px;
        opacity: 1;
    }
    100%{
        width: 0;
        opacity: 0;
    }
}

@-webkit-keyframes hide_img {
    0%{
        width: 288px;
        opacity: 1;
    }
    100%{
        width: 0;
        opacity: 0;
    }
}

.pc_icon.hide_img::before {
    /* animation: hide_img2 1s forwards;
    -webkit-animation: hide_img2 1s forwards; */
}

@keyframes hide_img2 {
    0%{
        height: 116px;
        opacity: 0;
    }
    75%{
        height: 116px;
        opacity: 1;
    }
    100%{
        height: 40px;
        opacity: 1;
    }
}

@-webkit-keyframes hide_img2 {
    0%{
        height: 116px;
        opacity: 0;
    }
    75%{
        height: 116px;
        opacity: 1;
    }
    100%{
        height: 40px;
        opacity: 1;
    }
}



.code {
    position: fixed;
    top: 360px;
    z-index: 1000;
    left: 50%;
    margin-left: 725px;
}

.code::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/code.png);
    background-size: contain;
}

.code .code_group {
    display: none;
    width: 392px;
    height: 515px;
    text-align: center;
    background-image: url(../images/code_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -417px;
    top: -25px;
    color: #fff;
    border-radius: 10px;
}

.code .code_group h2 {
    font-size: 23px;
    line-height: 60px;
    margin-top: 10px;
}

.code .code_group ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.code .code_group ul li {
    width: 96px;
    margin: 10px;
}

.code .code_group ul li:nth-child(1), .code .code_group ul li:nth-child(2), .code .code_group ul li:nth-child(6), .code .code_group ul li:nth-child(7) {
    margin: 10px 25px;
}

.code .code_group ul li img {
    width: 100%;
    margin-bottom: 5px;
}

.code:hover .code_group {
    display: block;
}

.kxpj .block6 {
    margin-top: 30px;
}

.kxpj .block6 a {
    display: block;
}

.kxpj .block6 a img {
    width: 100%;
}

.kxpj .block6 a img:last-child {
    display: none;
}

.kxpj .block6 a img:first-child {
    display: block;
}

.nav_screen .xdjh a {
    background-image: url(../images/xdjh_menu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 70px;
    display: block;
}

fieldset.accessory {
    width: 100%;
}

fieldset.accessory a {
    text-indent: 0;
    padding-left: 2em;
    background-image: url(../images/file.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.nav_screen .dwjs a {
    background-image: url(../images/dwjs_menu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 136px;
    display: block;
    background-position: center bottom;
}

.area_lr .block.kyxmcxcg .content .tab {
    display: flex;
}

.area_lr .block.kyxmcxcg .content .tab ul {
    width: 100%;
}

.area_lr .block.kyxmcxcg .content .tab ul li {
    float: left;
    width: 209px;
    line-height: 53px;
    text-align: center;
    background-color: #f5f8fc;
    border-radius: 6px;
    margin-right: 22px;
    margin-bottom: 20px;
    color: #193892;
}

.area_lr .block.kyxmcxcg .content .tab ul li a {
    display: block;
}

.area_lr .block.kyxmcxcg .content .tab ul li:nth-child(5n) {
    margin-right: 0;
}

.area_lr .block.kyxmcxcg .content .tab ul li.active {
    color: #fff;
    background-color: #193892;
}

.area_lr .block.kyxmcxcg .content .table table {
    width: 100% !important;
    text-align: center;
    border-radius: 15px;
}

.area_lr .block.kyxmcxcg .content .table table tr:first-child {
    color: #fff;
    background-color: #193892;
    font-size: 22px;
}

.area_lr .block.kyxmcxcg .content .table table tr:nth-child(2) {
    background-color: #f5f8fc;
}

.area_lr .block.kyxmcxcg .content .table table td {
    height: 65px;
    border: 1px solid #ccc;
    border-bottom-color: #ccc !important;
    border-top-color: #ccc !important;
    border-left-color: #ccc !important;
    border-right-color: #ccc !important;
    padding: 0 .5em;
}

.area_lr .block.kjzn .content2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
}

.area_lr .block.kjzn .content2 a {
    display: flex;
    width: 361px;
    height: 120px;
    background-color: #f5f8fc;
    align-items: center;
    justify-content: space-evenly;
}

.area_lr .block.kjzn .content2 a span {
    border-left: 1px solid #b3bedc;
    padding-left: 20px;
    line-height: 36px;
    color: #193892;
    width: 260px;
}

.area_lr .block.kjzn .content2.code2 a {
    width: 554px;
    height: 170px;
    cursor: default;
    pointer-events: none;
}

.area_lr .block.kjzn .content2.code2 a span {
    width: 320px;
}

.area_lr .block.zkcg .content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.area_lr .block.zkcg .content a {
    width: 361px;
    height: 120px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 22px;
    line-height: 120px;
    padding-left: 50px;
}

.area_lr .block.zkcg .content a:first-child {
    background-image: url(../images/zkcg1.png);
}

.area_lr .block.zkcg .content a:nth-child(2) {
    background-image: url(../images/zkcg2.png);
}

.area_lr .block.zkcg .content a:last-child {
    background-image: url(../images/zkcg3.png);
}

.nav_screen .content.kjzn {
    height: 149px;
}

.nav_screen .content.kjzn>img {
    width: 100px;
    height: 132px;
    float: left;
    margin-right: 15px;
    border: 1px solid #dcdcdc;
}

.nav_screen .content.kjzn p {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    text-align: justify;
}

.nav_screen .content2.kjzn {
    display: flex;
    justify-content: space-between;
}

.nav_screen .content2.kjzn a {
    width: 205px;
    height: 128px;
    background-color: #f5f8fc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: #193892;
    padding: 0 2.5em;
    text-align: center;
    font-size: 16px;
}

.nav_screen .content2.kjzn a:first-child {
    padding-top: 8px;
}

.nav_screen .content.zkcg {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav_screen .content.zkcg a {
    width: 205px;
    height: 94px;
    line-height: 94px;
    padding-left: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.nav_screen .content.zkcg a:first-child {
    background-image: url(../images/zkcg1s.png);
}

.nav_screen .content.zkcg a:nth-child(2) {
    background-image: url(../images/zkcg2s.png);
}

.nav_screen .content.zkcg a:last-child {
    background-image: url(../images/zkcg3s.png);
}

.nav_screen .kpcg {
    display: flex;
    justify-content: space-between;
}

.nav_screen .kpcg a {
    display: flex;
    width: 115px;
    height: 102px;
    background-color: #f5f8fc;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: #193892;
}

.article .article_block .yldsh {
    background-color: #e6f0ff;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
    line-height: 2em;
}

.article .article_block .yldsh>div>div {
    width: 260px;
    float: left;
}

.article .article_block .yldsh h2 {
    font-size: 20px;
    font-weight: bolder;
}

.article .article_block .yldsh h3 {
    font-size: 18px;
    margin-left: 2em;
    float: left;
    height: 100%;
}

.article .article_block .yldsh h3:first-child {
    margin-left: 0;
}

.article .article_block .yldsh span {
    color: #193892;
    float: left;
}

.area_lr .block.fwzz .tab {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #f5f8fc;
    border-left: 4px solid #193892;
    padding-left: 25px;
    font-weight: bolder;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .2s ease-out 0s;
}

.area_lr .block.fwzz .tab:hover {
    /* border-left: 4px solid #193892; */
}

.area_lr .block.fwzz .tab::before {
    content: '+';
    color: #193892;
    opacity: 0;
    width: 0;
    float: left;
    transition: all .2s ease-out 0s;
}

.area_lr .block.fwzz .tab.open::before {
    content: '-';
}

.area_lr .block.fwzz .tab:hover::before {
    opacity: 1;
    width: 22px;
}

.area_lr .block.fwzz .content .tab_list {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    height: 0;
    margin-bottom: 0;
    /* transition: all .2s ease-out 0s; */
}

.area_lr .block.fwzz .content .tab.open+.tab_list {
    height: auto;
    margin-bottom: 20px;
}

.area_lr .block.fwzz .content .tab_list:last-child {
    margin-bottom: 0;
}

.area_lr .block.fwzz .content ul {
    width: 100%;
}

.area_lr .block.fwzz .content ul li {
    float: left;
    /* width: 33.33%; */
    width: 50%;
}

.area_lr .block.fwzz .content ul li a {
    line-height: 48px;
    background-image: url(../images/ifwzz.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: block;
    padding-left: 30px;
    display: flex;
    pointer-events: none;
}

.area_lr .block.fwzz .content ul.x3 li {
    min-width: 33.33%;
    width: auto;
}

.area_lr .block.fwzz .content ul.x2flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.area_lr .block.fwzz .content ul.x2flex li {
    min-width: 40%;
    width: auto;
}

.area_lr .block.fwzz .content ul.x5 {
    width: auto;
    min-width: 195px;
    margin: -6px auto;
}

.area_lr .block.fwzz .content ul.x6 li, .area_lr .block.fwzz .content ul.x5 li {
    width: 100%;
}

.area_lr .block.fwzz .content ul.x5 li a {
    line-height: 60px;
}

.nav_screen .content.fwzz a {
    width: 100%;
    height: 110px;
    line-height: 110px;
    padding-left: 94px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-image: url(../images/fwzzs.png);
}

a.kjqklink {
    background-color: #f5f8fc;
    line-height: 45px;
    padding: 0 30px 0 60px;
    display: inline-block;
    border-radius: 23px;
    color: #193892;
    background-image: url(../images/kjqklink1.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    margin-top: 10px;
}

a.kjqklink:hover {
    color: #fff;
    background-color: #193892;
    background-image: url(../images/kjqklink2.png);
}

/* 红版首页_begin */
/* red_home red_gq red_xn */

html.red_home .top {
    background-color: #f7f7f7;
}

html.red_home .search_bar {
    color: inherit;
}

html.red_home .search_bar .search input {
    background-color: #e7e7e7;
}

html.red_home .search_bar .search input::placeholder {
    color: #333;
}

html.red .banner {
    background-image: url(../images/banner_bg_red.png);
}

html.red .banner .logo {
    width: 716px;
    height: 128px;
}

html.red_home .banner .banner_pic {
    display: none;
}

html.red_home .nav {
    background-color: #bb0703;
}

html.red_home .nav>div>ul>li:hover>a {
    background-color: #920a07;
}

html.red_home .block1 .right .news_block .title h2 {
    color: #bb0703;
}

html.red_home .block1 .right .news_block .title .line {
    color: #e5e5e5;
}

html.red_home .block1 .right .news_block .title .more {
    color: #333;
}

html.red_home .block1 .right .news_tab li.active {
    background-color: #bb0703;
}

html.red_home .block1 .right .news_tab {
    border-bottom: 2px solid #bb0703;
}

html.red_home .block2 .left .block2_tab li a.tab_a {
    color: #bb0703;
}

html.red_home .block2 .left .block2_tab {
    border-bottom: 2px solid #e5e5e5;
}

html.red_home .block2 .left .block2_tab li.active {
    border-bottom: 2px solid #bb0703;
}

html.red_home .block2 .left .block2_tab li a.more {
    color: #333;
}

html.red_home .block2 .right>div a {
    background-color: #fafafa;
    color: #bb0703;
}

html.red_home .block2 .right>div a:hover {
    background-color: #f7f7f7;
}

html.red_home .block3 .left .block3_tab li a.tab_a {
    color: #bb0703;
}

html.red_home .block3 .left .block3_tab {
    border-bottom: 2px solid #e5e5e5;
}

html.red_home .block3 .left .block3_tab li.active {
    border-bottom: 2px solid #bb0703;
}

html.red_home .block3 .left .block3_tab li a.more {
    color: #333;
}

html.red_home .block3 .right {
    background-color: #f7f7f7;
}

html.red_home .block4 .left .block4_tab li a.tab_a {
    color: #bb0703;
}

html.red_home .block4 .left .block4_tab {
    border-bottom: 2px solid #e5e5e5;
}

html.red_home .block4 .left .block4_tab li.active {
    border-bottom: 2px solid #bb0703;
}

html.red_home .block4 .left .block4_tab li a.more {
    color: #333;
}

html.red_home .block4 .right .block3_tab li.active {
    border-bottom: 2px solid #bb0703;
}

html.red_home .block4 .right .block3_tab li a.more {
    color: #333;
}

html.red_home .block4 .right .block3_tab li a.tab_a {
    color: #bb0703;
}

html.red_home .block4 .right .block3_tab {
    border-bottom: 2px solid #e5e5e5;
}

html.red_home .block4 .right .block3_block {
    background-color: #f9f9f9;
}

html.red_home .block5 .left .block5_tab li a.tab_a {
    color: #bb0703;
}

html.red_home .block5 .left .block5_tab {
    border-bottom: 2px solid #e5e5e5;
}

html.red_home .block5 .left .block5_tab li.active {
    border-bottom: 2px solid #bb0703;
}

html.red_home .block5 .left .block5_tab li a.more {
    color: #333;
}

html.red_home .block5 .right a {
    background-color: #f7f7f7;
    color: inherit;
    border-bottom: dotted 3px #bb0703;
}

html.red_home .block6 .left .block6_tab li a.tab_a {
    color: #bb0703;
}

html.red_home .block6 .left .block6_tab {
    border-bottom: 2px solid #e5e5e5;
}

html.red_home .block6 .left .block6_tab li.active {
    border-bottom: 2px solid #bb0703;
}

html.red_home .block6 .left .jgsz_tab li.active {
    background-color: #bb0703;
}

html.red_home .block6 .left .jgsz_tab li {
    background-color: #f2f2f2;
}

html.red_home .block6 .left .jgsz_block .content {
    background-color: #f9f9f9;
}

html.red_home .block7 select {
    background-color: #f9f9f9;
}

html.red_home .code::before {
    background-image: url(../images/red_code.png);
}

html.red_home .search_bar .search button {
    background-image: url(../images/red_isearch.png);
}

html.red_home .block1 .right .news_block ul.content_list li a {
    background-image: url(../images/red_arrow.png);
}

html.red_home .block2 .left .block2_block ul.content_list li a {
    background-image: url(../images/red_arrow2.png);
}

html.red_home i.i1 {
    background-image: url(../images/red_i1.png);
}

html.red_home i.i2 {
    background-image: url(../images/red_i2.png);
}

html.red_home i.i3 {
    background-image: url(../images/red_i3.png);
}

html.red_home i.i4 {
    background-image: url(../images/red_i4.png);
}

html.red_home i.i5 {
    background-image: url(../images/red_i52.png);
}

html.red_home i.i6 {
    background-image: url(../images/red_i6.png);
}

html.red_home i.i7 {
    background-image: url(../images/red_i7.png);
}

html.red_home i.i8 {
    background-image: url(../images/red_i82.png);
}

html.red_home i.i9 {
    background-image: url(../images/red_i9.png);
}

html.red_home i.i10 {
    background-image: url(../images/red_i10.png);
}

html.red_home i.i11 {
    background-image: url(../images/red_i11.png);
}

html.red_home .block3 .left .block3_block ul.content_list li a {
    background-image: url(../images/red_arrow2.png);
}

html.red_home .block6 .left .jgsz_block .content ul li a {
    background-image: url(../images/red_arrow.png);
}

html.red_home .block5 .right a {
    background-image: url(../images/red_arrow3.png);
}

html.red_home .block4 .right .block3_block ul.content_list li a {
    background-image: url(../images/red_arrow.png);
}

html.red_home .block2 .right>div a.tg i {
    background-image: url(../images/red_tg.png);
}

html.red_home .block2 .right>div a.tg i::after {
    background-image: url(../images/red_tg1.png);
}

html.red_home .block2 .right>div a.yx i {
    background-image: url(../images/red_yx.png);
}

html.red_home .block2 .right>div a.yx i::after {
    background-image: url(../images/red_yx1.png);
}

html.red_home .banner .logo a::before {
    background-image: url(../images/logo_gold.png);
}

html.red_home .banner {
    background-image: url(../images/banner_bg_red.png);
}

html.red_home.red_gq .banner {
    background-image: url(../images/banner_gq.jpg);
}

html.red_home.red_xn .banner {
    background-image: url(../images/banner_xn.jpg);
}

html.red_home .footer {
    background-color: #bb0703;
}

html.red_home .footer .w1400>div {
    background-color: rgba(121, 6, 6, .5);
}


/*分页样式*/
.page{width:500px;margin:20px auto;}
.pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	margin: 20px 0;
}
.page-link {
	position: relative;
	display: block;
padding:.5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}
.page-link:hover,.page-num:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.page-link:focus {
	z-index: 2;
	outline: 0;
box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}
.page-item:first-child .page-link {
	margin-left: 0;
border-top-left-radius:.25rem;
border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link {
border-top-right-radius:.25rem;
border-bottom-right-radius:.25rem
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .55rem;
	margin-right: 2px;
	line-height: 1.25;
	color: #0F92FD;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff !important;
	background-color: #0F92FD;
	border-color: #17a2b8;
	text-decoration:none !important;
}
.page-num-current:hover {
	color: #fff;
}

.sitetel{float: right;margin: -150px 50px 0 0;width: 500px;height:100px;z-index: 999;}
.sitetel span{display: block;margin-bottom: 16px;}
.sitetel h2{font-size: 40px;color:#ff3300;}