﻿* {
    box-sizing: border-box;
}

li {
    list-style-type: none;
}

h4, h5, h6 {
    margin: 0;
}

a {
    color: #666;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 1px;
    height: 16px;
    background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

#search {
    overflow: auto;
    width: 100%;
}

.bx-Search-title .pull-left {
    display: none;
}

.bx-Search-title .pull-right {
    float: left !important;
    font-size: 16px;
}

    .bx-Search-title .pull-right span {
        color: #00a458;
    }

#search li {
    margin-top: 20px;
    border-bottom: 1px dotted #ccc;
}

#search a {
    display: block;
    overflow: hidden;
    padding: 10px;
    background-color: #00000000;
    font-size: 14px !important;
}

.huan {
    color: #00a458 !important;
}

    .huan span {
        color: red !important;
    }

.searchInfo {
    display: flex;
    justify-content: space-between;
}

.bx-mb-nav a:hover {
    color: #00a458;
}

.fy {
    width: 100%;
}
/* 头部 */
.header-xx {
    width: 100%;
    background-color: #f3f9fc;
    padding-top: 25px;
    padding-bottom: 65px;
}

.hamburger {
    display: none;
}

.wk_bjblock > .container_master {
    padding-left: 0px;
    padding-right: 0px;
}

.hamburger .line {
    width: 35px;
    height: 3px;
    background-color: #000;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
}

.xx-zxq {
    display: flex;
    justify-content: flex-end;
    padding-top: 17px;
    margin-bottom: 20px;
}

.swiper_margin {
    margin-top: 20px;
}

.swiper-paginationone .swiper-pagination-bullet {
    background: #fff;
    color: #fff;
    width: 10px;
    height: 10px;
    opacity: unset;
}

.swiper-paginationone .swiper-pagination-bullet-active {
    background-color: #00a458;
    width: 25px;
    height: 10px;
    border-radius: 20px;
}

.swiper-notificationtwo {
    width: 20% !important;
    right: 0;
    left: auto !important;
    bottom: 16px !important;
}

.swiper-pagination-bullet {
    background: #fff;
    color: #fff;
    width: 10px;
    height: 10px;
    opacity: unset;
}

.swiper-notificationtwo .swiper-pagination-bullet-active {
    background: #9f2329;
    width: 10px;
    height: 10px;
}

.xx-zxqseve a {
    font-size: 16px;
    color: #fff;
    padding: 0px 15px;
    border-right: 1px solid #fff;
}

.xx-jzg {
    border: none !important;
    padding-right: 0px !important;
}

.xx-qsjy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
}

.xx-qjdx {
    display: flex;
    align-items: center;
    width: 39.3%;
    /* border: 1px solid blue; */
    justify-content: space-between;
    /* justify-content: normal; */
}

.logobox {
    width: 100% !important;
}

.quheg_boreder ul {
    height: auto !important;
}

.shcool-xx {
    width: 293px;
}

.xx-sizeone {
    /* width: calc(100% - 47%); */
    width: 57%;
}

.xx-sizetwo {
    display: flex;
    justify-content: space-between;
}

.xx-sizeone .logo {
    /* width: 310px; */
    width: 100%;
    height: 100%;
    display: block;
}

.xx-sizeone img {
    width: 100%;
}

.xx-sizetwo {
    width: 47%;
}

    .xx-sizetwo p {
        font-size: 22px;
        color: #fff;
    }

.top-right {
    display: flex;
    align-items: center;
    width: 27%;
}

.search-item {
    width: 100%;
    height: 39px;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 40px;
    position: relative;
    border-radius: 8px;
    background: #fff;
}

#login-text {
    font-size: 16px;
}

#login-text-tc {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

    #login-text-tc:hover {
        color: #ff0000;
    }

.search-item input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    color: #333;
}

.search-item-but {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 42px;
    cursor: pointer;
    width: 47px;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #0c5398 url(../images/seo.png) no-repeat center;
}

    .search-item-but i {
        color: #ffffff;
        font-size: 20px !important;
    }

input::-webkit-input-placeholder {
    color: #b2b2b2;
    font-size: 14px;
}

.pictuer_size {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.img_size {
    display: inline-block;
    font-size: 14px;
    color: #666666;
}

.tiem_size {
    display: inline-block;
    margin-left: 10px;
    border-left: 1px solid #666666;
    padding-left: 10px;
}

    .tiem_size span {
        font-size: 14px;
        color: #666666;
    }

.fivedy {
    margin-left: 10px;
}

.ing_tb {
    display: inline-block;
}

.lx_size {
    font-size: 14px;
    color: #666666;
    margin-left: 10px;
    display: inline-block;
}

.zx-Phone {
    width: 100%;
    height: 100px;
    margin: 15% auto;
    background: linear-gradient(to right,#00a458,#265faa);
    border-radius: 0px;
    padding: 5% 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone-img {
    width: 25%;
}

    .phone-img img {
        width: 85%;
        height: 45px;
    }

.phone-text {
    width: 68%;
}

    .phone-text h5 {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

    .phone-text p {
        font-size: 16px;
        color: #fff;
        margin-top: 5%;
    }

.hideMg {
    margin-left: -10px !important;
}
/* 粘贴 */
.header-nav {
    width: 100%;
    background-color: #265faa;
}

nav ul, ul.first.nav.clearfix {
    display: flex;
    /*height: 60px;*/
    align-items: center;
}

.navBar {
    height: auto;
}

nav ul > li, .nav .m1 {
    flex: 1;
    text-align: center;
    position: relative;
}

    nav ul > li > a, .nav .dh_link_1 {
        display: inline-block;
        width: 100%;
        line-height: 60px;
        font-size: 16px;
        color: rgba(255, 255, 255, .8);
        max-width: 100%;
    }

    nav ul > li .nav-active {
        background-color: #00a458;
        color: #C50514 !important;
        font-weight: bold;
    }

    nav ul > li > a:hover, .nav .dh_link_1:hover {
        background-color: #00a458;
        color: #C50514;
        font-weight: bold;
        font-size: 18px !important;
        color: #fff !important;
        font-weight: bold;
    }

.m1.has_sub .second {
    WIDTH: calc(100% - 10px);
    left: 0px;
    width: 100%;
    background-color: #265faa;
}

nav ul > li:hover ol {
    display: block;
}

nav ul > li:hover .header-nav-pops {
    height: auto;
    opacity: 1;
}

nav ul > li > ol {
    flex: 1;
    text-align: center;
    background: #265faa;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    display: none;
}

    nav ul > li > ol > li, .nav .second li {
        line-height: 60px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        padding: 0px;
    }

        nav ul > li > ol > li > a:hover, .nav .second li a:hover {
            background: #00a458;
            color: #fff;
        }
        .nav .second li:hover .dh_link_2 {
            background: #00a458;
        }
.m1.has_sub .second {
    padding: 0px;
}
        nav ul > li > ol > li > a, .nav .second li a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            font-size: 16px;
            color: #fff;
            line-height: 60px;
            padding: 0px;
        }
.nav .second li:hover .dh_link_2, .m1.on .dh_link_1 {
    color: #fff;
}
.m1.on .dh_link_1, .nav .dh_link_1 {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: bold;
}

    .header-nav-pops {
        position: absolute;
        left: 50%;
        top: 60px;
        width: 400px;
        overflow: hidden;
        text-align: center;
        height: 0;
        opacity: 0;
        z-index: 98;
        transition: opacity 0.8s;
        -moz-transition: opacity 0.8s; /* Firefox 4 */
        -webkit-transition: opacity 0.8s; /* Safari 和 Chrome */
        -o-transition: opacity 0.8s; /* Opera */
        transform: translate(-50%,0);
        overflow: hidden;
        text-align: center;
    }

.header-nav-pop {
    display: inline-block;
    background-color: #FFFFFF;
    padding: 17px 20px;
    border-radius: 5px;
    white-space: nowrap;
    position: relative;
    z-index: 5;
    margin-top: 7px;
}

    .header-nav-pop::before {
        content: " ";
        display: inline-block;
        width: 0;
        height: 0;
        border-bottom: 8px solid #fff;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        position: absolute;
        top: -7px;
        left: 50%;
        transform: translate(-50%,0);
    }

    .header-nav-pop p {
        margin-bottom: 15px;
        line-height: 24px;
    }

        .header-nav-pop p:nth-last-child(1) {
            margin-bottom: 0;
        }

        .header-nav-pop p a {
            font-size: 18px;
            color: #999;
        }

            .header-nav-pop p a:hover {
                color: #709DD4;
            }

.navHome-icon {
    display: none;
}

.header-nav-pop a:hover {
    color: #C50514 !important;
}

.bx-text-p2 {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news-banner-one {
    height: 378px;
}

#S1, #S2, #S3, #S4, #S5, #S6, #S7, #S8, #S9, #S10, #S11, #S12, #S13 {
    font-size: 18px !important;
    color: #fff !important;
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.mySwiper.ones1 {
    margin-bottom: 30px;
}

.swiper_oness {
    padding: 30px 0;
}

.wk_bj {
    width: 100%;
    height: 100%;
    background-image: url("../images/midbj.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0px;
    padding-bottom: 50px;
    border-bottom: 4px solid #00a458;
}

.ones1 .swiper_img {
    width: 100%;
    height: 100%;
}

.ggss_img {
    /* width: 230px; */
    width: 10%;
    height: 255px;
    background-color: #286DB2;
}

.ggss_img {
    position: fixed;
    z-index: 99;
    left: 10px;
    bottom: 25%;
}

.ggdtp_img {
    position: relative;
    width: 100%;
    height: 100%;
}

    .ggdtp_img img {
        width: 100%;
        height: 100%;
    }

.ckgd_banner {
    width: 44%;
    line-height: 30px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.wenzi_size {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    padding-left: 11px;
}

    .wenzi_size p {
        font-size: 14px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.chahao {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

    .chahao span {
        font-size: 20px;
        color: #999999;
    }

    .chahao img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.ggss_imgtwo {
    position: fixed;
    right: 10px;
    z-index: 99;
    width: 3.2%;
    bottom: 50%;
}

    .ggss_imgtwo li {
        width: 100%;
        position: relative !important;
    }

        .ggss_imgtwo li:hover .zfx_one {
            background: #00a458 !important;
        }

.phonebox {
    position: absolute;
    top: 26%;
    left: -180px;
    width: 170px;
    line-height: 40px;
    background: #00a458 !important;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    display: none;
}

.codeImg {
    width: 120px;
    height: 120px;
    left: -130px;
    padding: 10px;
    border-radius: 0px;
}

    .codeImg > img {
        width: 100%;
        height: 100%;
    }

.zfx_one {
    /* width: 70px; */
    background-color: #265faa;
    line-height: 70px;
    text-align: center;
    margin-bottom: 1px;
    height: 70px;
    vertical-align: middle;
    padding-top: 18px;
}

.gbys_border {
    border-radius: 40px 40px 0px 0px;
}

.gbys_borders {
    border-radius: 0px 0px 40px 40px;
}

.index {
    margin: 15px 0;
    overflow: hidden;
}

.index-news {
    display: flex;
    justify-content: space-between;
}

.index-news-left {
    /* width: 50%; */
    width: 44%;
    /* overflow: hidden; */
}

.index-news-banner-one {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    overflow: hidden;
}

    .index-news-banner-one img {
        width: 100%;
        height: 100%;
    }

    .index-news-banner-one p {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        line-height: 42px;
        background-color: rgba(0, 0, 0, .6);
        padding-left: 20px;
        padding-right: 100px;
        font-size: 16px;
        color: #FFFFFF;
    }


.NoticeInfo {
    margin: 0% 0 2% 0;
    height: 50px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1%;
}

.NtIcon {
    width: 2%;
    text-align: center;
}

NtTime {
    width: 15%;
    font-size: 16px;
    color: #333;
}

.NtIcon img {
    width: 25px;
}

.scroll_screen {
    width: 96%;
    font-size: 16px;
}

    .scroll_screen div {
        height: 50px;
        /* 显示的行数只需要更改这个高度即可 */
        overflow: hidden;
    }

.dd1 {
    width: 19%;
}

.scroll_screen ul li {
    list-style: none;
    text-align: left;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}

.libox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2%;
}

.fx1 {
    display: flex;
    justify-content: space-between;
}

.gg .swiper-slide {
    width: 50% !important;
    text-align: left;
    font-size: 16px;
    background: rgba(0,0,0,0);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    justify-content: space-around;
}

    .gg .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.libox a {
    width: 90%;
}

.ggtxt {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.NtTime {
    font-size: 15px;
}

.ggmore {
    color: #00a458;
    font-size: 14px;
}

.libox a {
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}

    .libox a:hover {
        color: #00a458;
    }


.index-news-right {
    /* width: calc(100% - 600px); */
    width: 53.7%;
}

.index-news-right-top-nav ul {
    display: flex;
    height: 40px;
}

    .index-news-right-top-nav ul li {
        margin-right: 30px;
        cursor: pointer;
    }

.webdiyerCss .redcss, .webdiyerCss .page_go {
    font-weight: bold;
    background: #00a458;
    border: 1px solid #00a458;
    color: #fff;
    border-radius: 3px;
}

.index-news-right-top-nav-one img {
    display: inline-block;
}

.index-news-right-top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
}

.index-news-right-top-nav-svg {
    border-bottom: 1px solid #c1a98f;
}

.index-news-right-top-nav-one {
    display: inline-block;
    overflow: hidden;
    height: 100%;
}

    .index-news-right-top-nav-one span {
        font-size: 24px;
        color: #333333;
        font-weight: bold;
        vertical-align: middle;
        margin-left: 10px;
    }

.index-news-right-top-nav-active span {
    color: #333333;
}

.index-news-right-top-nav-active {
    border-bottom: 3px solid rgb(38,95,170);
}

.index-news-right-top-btn {
    font-size: 14px;
    color: #999999;
}

    .index-news-right-top-btn:hover {
        color: #00a458;
    }

.index-news-right-top-item-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #dce9f0;
    line-height: 46px;
}

#hength {
    line-height: 43px;
}

.index-news-right-top-item-one p {
    width: calc(100% - 130px);
    font-size: 16px;
    color: #666666;
    padding-left: 16px;
    position: relative;
}

    .index-news-right-top-item-one p::before {
        content: " ";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #D6D4D4;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
    }

.index-news-right-top-item-one span {
    display: inline-block;
    width: 90px;
    font-size: 14px;
    color: #666666;
}

.index-news-right-top-item {
    /* padding-top: 6px; */
    min-height: 150px;
}

.index-news-right-top-item-one:hover p {
    font-weight: bold;
    color: #00a458;
}

    .index-news-right-top-item-one:hover p::before {
        background-color: #00a458;
    }

.index-news-right-top-item-one:hover span {
    color: #00a458;
}

.index-news-right-bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.index-news-right-bottom-one {
    display: inline-block;
    overflow: hidden;
}

.index-news-right-bottom-one-img {
    width: 74px;
    height: 72px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-news-right-bottom ul li:nth-child(1) .index-news-right-bottom-one-img {
    background-color: #E8F3FE;
}

.index-news-right-bottom ul li:nth-child(2) .index-news-right-bottom-one-img {
    background-color: #FFEFCC;
}

.index-news-right-bottom ul li:nth-child(3) .index-news-right-bottom-one-img {
    background-color: #D9F3F0;
}

.index-news-right-bottom ul li:nth-child(4) .index-news-right-bottom-one-img {
    background-color: #FEE5E2;
}

.index-news-right-bottom ul li:nth-child(5) .index-news-right-bottom-one-img {
    background-color: #E8F1FC;
}

.index-news-right-bottom-one p {
    font-size: 16px;
    color: #001429;
    margin-top: 15px;
    line-height: 24px;
}

.index-news-right-bottom {
    margin-top: 15px;
}

.index-jxky {
    overflow: hidden;
    margin-top: 5px;
}

.index-jxky-item {
    margin-top: 20px;
}

    .index-jxky-item ul {
        overflow: hidden;
        margin: 0 -10px;
    }

        .index-jxky-item ul li {
            width: 25%;
            padding: 0 10px;
            float: left;
        }

.index-jxky-item-one-img img, .index-jxky-item-one-img {
    width: 100%;
    height: 155px;
}

.index-jxky-item-one-imgs {
    overflow: hidden;
    position: relative;
    height: 155px;
}

    .index-jxky-item-one-imgs img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .index-jxky-item-one-imgs::before {
        content: " ";
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(40, 109, 178, .7);
        opacity: 0;
        z-index: 2;
        transition: opacity 0.5s;
        -moz-transition: opacity 0.5s; /* Firefox 4 */
        -webkit-transition: opacity 0.5s; /* Safari 和 Chrome */
        -o-transition: opacity 0.5s; /* Opera */
    }

.index-jxky-item-one {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.index-jxky-item-one-img:hover .index-jxky-item-one-imgs::before {
    opacity: 1;
}

.index-jxky-item-one-text {
    padding-top: 17px;
}

    .index-jxky-item-one-text h3 {
        font-size: 16px;
        color: #001429;
        font-weight: bold;
    }

    .index-jxky-item-one-text p {
        font-size: 14px;
        color: #707070;
        line-height: 19px;
        height: 38px;
        margin-top: 8px;
    }

.index-jxky-item-one:hover .index-jxky-item-one-text h3 {
    color: #5788C3;
}

.index-xyzx {
    margin-top: 5px;
    overflow: hidden;
}

.footer-top {
    width: 100%;
    padding: 35px 0;
    background-color: #286DB2;
}

.footer-top-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-top-item-left {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.footer-top-item-left-text ul li {
    margin-bottom: 15px;
}

    .footer-top-item-left-text ul li:nth-last-child(1) {
        margin-bottom: 0;
    }

    .footer-top-item-left-text ul li h3 span {
        font-size: 13px;
        color: #FFFFFF;
        margin-left: 10px;
        display: inline-block;
    }

    .footer-top-item-left-text ul li h3 {
        display: inline-block;
    }

    .footer-top-item-left-text ul li p {
        font-size: 13px;
        color: #FFFFFF;
        margin-top: 14px;
        display: inline-block;
    }

.footer-logo {
    margin-right: 35px;
}

.footer-top-item-left-text {
    padding-left: 35px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.footer-top-item-right {
    text-align: center;
    overflow: hidden;
}

    .footer-top-item-right p {
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 10px;
    }

.footer-bqxn {
    width: 100%;
    background-color: #1960A8;
    height: 62px;
    text-align: center;
    line-height: 62px;
}

    .footer-bqxn, .footer-bqxn a {
        font-size: 13px;
        color: rgba(255, 255, 255, .3);
    }

#border_no {
    border-bottom: none !important;
}

.margon_top {
    margin-top: 30px;
}

.gg_size {
    position: relative;
    top: 0;
    left: 0;
}

    .gg_size h5 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        font-size: 20px;
        color: #fefefe;
        margin: 0px;
        line-height: 35px;
        text-align: center;
    }

.bgk_size {
    width: 100%;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.active0 {
    display: block !important;
}

.tab-pane {
    display: none;
}

.tj_img {
    margin-top: 30px;
}

.tzgg_size {
    width: 70%;
    /* margin-right: 35px; */
}

.tzgg_sizenine {
    width: 100%;
}

.new_width {
    width: 100%;
    padding-left: 0px;
}

.tzgg_img {
    width: 25%;
    padding: 20px;
    background-color: #e9f2f6;
}
/* .tzggimg_nk{
width: 100%;
height: 100%;
padding: 20px;
background-color: #e9f2f6;
} */


.index-news-banner .swiper-pagination {
    text-align: right;
    padding-right: 20px;
}

.index-news-banner .swiper-pagination-bullet-active {
    background: #a70707 !important;
}

.blockfelx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jyxh_sizesg {
    width: 80% !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.width100 {
    width: 100% !important;
}

.Tm {
    color: #00a458 !important;
}

.cxxq_sizew {
    width: 18%;
    background-color: #00a458;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px !important;
    color: #fff !important;
}

.dpk01 .xzzx_one {
    position: relative;
    height: 46px;
}

    .dpk01 .xzzx_one > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(1) {
    width: 100%;
    background-color: #265faa;
    /* padding: 31px 0px; */
    margin-bottom: 11px;
    line-height: 48px;
    /*background-image: url('../../../image/bg3.png');*/
    background-size: 100% auto;
}

.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(2) {
    width: 100%;
    /*background-image: url('../../../image/4.png');*/
    background-color: #009b4c;
    background-size: 100% auto;
    /* padding: 31px 0px; */
    margin-bottom: 11px;
    line-height: 48px;
}

.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(3) {
    width: 100%;
    /*background-image: url('../../../image/5.png');*/
    background-color: #265faa;
    background-size: 100% auto;
    /* padding: 31px 0px; */
    margin-bottom: 11px;
    line-height: 48px;
}

.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(4) {
    width: 100%;
    background-color: #009b4c;
    /* padding: 31px 0px; */
    margin-bottom: 11px;
    line-height: 48px;
}
.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(1):hover,.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(3):hover,.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(2):hover,.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(4):hover,.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(5):hover{background-color: #405a6c;}
.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(5) {
    width: 100%;
    background-color: #009b4c;
    /* padding: 31px 0px; */
    margin-bottom: 11px;
    line-height: 48px;
}

.tzgg_img .displayinblock:nth-child(2) {
    height: 303px;
    overflow-y: auto;
}

    .tzgg_img .displayinblock:nth-child(2) .xzzx_one {
        width: 100%;
        background-color: #72944a;
        /* padding: 31px 0px; */
        margin-bottom: 11px;
        line-height: 90px;
    }

        .tzgg_img .displayinblock:nth-child(2) .xzzx_one:nth-child(1) {
            width: 100%;
            background-color: #009b4c;
            /* padding: 31px 0px; */
            margin-bottom: 11px;
            line-height: 90px;
        }

        .tzgg_img .displayinblock:nth-child(2) .xzzx_one:nth-child(2) {
            width: 100%;
            background-color: #abaa54;
            /* padding: 31px 0px; */
            margin-bottom: 11px;
            line-height: 90px;
        }

        .tzgg_img .displayinblock:nth-child(2) .xzzx_one:nth-child(3) {
            width: 100%;
            background-color: #72944a;
            /* padding: 31px 0px; */
            margin-bottom: 11px;
            line-height: 90px;
        }
        .tzgg_img .displayinblock:nth-child(2) .xzzx_one:nth-child(4) {
            width: 100%;
            background-color: #abaa54;
            /* padding: 31px 0px; */
            margin-bottom: 11px;
            line-height: 90px;
        }

.xzzx_img {
    height: 100%;
    margin-right: 30px;
}

.xzzx_imsg {
    margin-right: 15px;
}

.flex_xzzx h6 {
    font-size: 18px;
    color: #fff;
    line-height: 52px;
}

.flex_xzzx {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xzzx_zreo {
    width: 100%;
    height: 191px;
}

    .xzzx_zreo::marker {
        display: none;
    }

.gbhez_swiper .xzzx_seveone {
    width: 100%;
    background-color: #7f7da0;
    line-height: 60px !important;
    margin-bottom: 11px;
    height: 60px;
    position: relative;
}

.scrollNav .swiper-slide:nth-child(1) .xzzx_seveone.active::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #7f7da0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
}

.scrollNav .swiper-slide:nth-child(2) .xzzx_seveone.active::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #5f7b8a;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
}

.scrollNav .swiper-slide:nth-child(3) .xzzx_seveone.active::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #b37d9d;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
}

.scrollNav .swiper-slide:nth-child(4) .xzzx_seveone.active::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #b1867d;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
}

.scrollNav .swiper-slide:nth-child(5) .xzzx_seveone.active::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #bcbb76;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
}

.scrollNav .swiper-slide:nth-child(6) .xzzx_seveone.active::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid #8ea96e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
}

.scrollNav .swiper-slide:nth-child(1) .xzzx_seveone {
    width: 100%;
    background-color: #7f7da0;
    padding: 16px 0px;
    line-height: 60px;
    margin-bottom: 11px;
}



.scrollNav .swiper-slide:nth-child(2) .xzzx_seveone {
    width: 100%;
    background-color: #5f7b8a !important;
    padding: 16px 0px;
    line-height: 60px;
    margin-bottom: 11px;
}

.scrollNav .swiper-slide:nth-child(3) .xzzx_seveone {
    width: 100%;
    background-color: #b37d9d !important;
    padding: 16px 0px;
    line-height: 60px;
    margin-bottom: 11px;
}

#Drag {
    cursor: move;
}

.scrollNav .swiper-slide:nth-child(4) .xzzx_seveone {
    width: 100%;
    background-color: #b1867d !important;
    padding: 16px 0px;
    line-height: 60px;
    margin-bottom: 11px;
}

.scrollNav .swiper-slide:nth-child(5) .xzzx_seveone {
    width: 100%;
    background-color: #bcbb76 !important;
    padding: 16px 0px;
    line-height: 60px;
    margin-bottom: 11px;
}

.scrollNav .swiper-slide:nth-child(6) .xzzx_seveone {
    width: 100%;
    background-color: #8ea96e !important;
    padding: 16px 0px;
    line-height: 60px;
    margin-bottom: 11px;
}
/*    .xzzx_seveone:nth-child(3) {
width: 100%;
background-color: #b37d9d;
padding: 16px 0px;
line-height: 60px;
margin-bottom: 11px;
}
.xzzx_seveone:nth-child(4) {
width: 100%;
background-color: #b1867d;
padding: 16px 0px;
line-height: 60px;
margin-bottom: 11px;
}
.xzzx_seveone:nth-child(5) {
width: 100%;
background-color: #bcbb76;
padding: 16px 0px;
line-height: 60px;
margin-bottom: 11px;
}
.xzzx_seveone:nth-child(6) {
width: 100%;
background-color: #8ea96e;
padding: 16px 0px;
line-height: 60px;
margin-bottom: 11px;
}*/
.xzzx_imgs {
    width: 100%;
    height: 100%;
}

    .xzzx_imgs img {
        width: 100%;
        height: 100%;
    }

.xzzx_img xzzx_imsg {
    max-height: 28px !important;
}

.margin_top {
    margin-top: 32px;
    margin-bottom: 22px;
}
/* swiper_three */
.swiper-button-prevs, .swiper-button-nexts {
    display: none;
}

#progressEffect {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
}

.flex_zgnyyh {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.zgnyyh_iimg {
    width: 100%;
    height: 72px;
    border: 1px solid #f0f1f2;
}

    .zgnyyh_iimg img {
        width: 100%;
        height: 100%;
    }

        .zgnyyh_iimg img:hover {
            transform: scale(1.1);
        }

.yqlj-sizes {
    width: 100%;
    padding: 0px 40px;
    border-right: 1px solid #d9dada;
}

    .yqlj-sizes p {
        font-size: 13px;
    }

.yqlj_left {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .yqlj_left li {
        margin-bottom: 20px;
    }

.flex_zgnyyh li {
    margin-bottom: 10px;
    width: 16.1%;
}


footer {
    width: 100%;
    height: 100%;
    background-color: #265faa;
    padding-top: 5px;
}

.dibu_img {
    width: 100%;
    border-top: 2px solid #00a458;
    padding: 38px 0px 44px 0px;
    text-align: center;
}

.zjsjc_size {
    width: 100%;
}

.dznh_size {
    width: 100%;
}

    .zjsjc_size span, .dznh_size span {
        font-size: 16px;
        color: #fff;
    }

.zlxh_size {
    margin-left: 10px;
}

    .zlxh_size a {
        color: #fff;
    }

.seve_margin {
    margin-left: 20px;
}

.twoten_margin {
    margin-right: 15px;
}

.zjsjc_size {
    margin-top: 20px;
    margin-bottom: 0px;
}

.swiper_imgss {
    width: 2.5%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 150px;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 9;
    color: #fff;
    cursor: pointer;
    font-size: 24px !important;
}

.swiper_imgsstwo {
    line-height: 61px;
    top: 0;
    left: -14px;
}

.swiper_imgsss {
    width: 2.5%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 150px;
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 9;
    color: #fff;
    cursor: pointer;
    font-size: 24px !important;
}

.swiper_imgssstwo {
    line-height: 61px;
    top: 0;
    right: -14px;
}

.ditu-picture {
    width: 100%;
    height: 68px;
}
/* .swiper-slide{
width: 165px !important;
 
     
} */

.nav-active {
    background: #00a45800 !important;
}

.color-active {
    color: #00a458 !important;
}


.bai {
    width: 100% !important;
}

.flex_zgnyyh li a:hover p {
    color: #00a458 !important;
}

@media screen and (max-width:1900px) {
    .ggss_img {
        width: 12%;
        /* height: 259px; */
        background-color: #286DB2;
    }

    .chahao {
        line-height: 23px;
    }

    .wenzi_size {
        line-height: 35px;
    }
}

@media screen and (max-width:1366px) {
    .ggss_img {
        width: 12%;
        /* height: 208px; */
        background-color: #286DB2;
    }

    .chahao {
        top: 4%;
        line-height: 20px;
    }

        .chahao span {
            font-size: 14px;
        }

    .wenzi_size p {
        font-size: 12px;
    }

    .wenzi_size {
        line-height: 25px;
        padding-left: 11px;
    }

    .ckgd_banner a {
        font-size: 12px;
    }

    .ckgd_banner {
        line-height: 20px;
    }

    .zfx_one {
        line-height: 50px;
        height: 50px;
        vertical-align: middle;
        padding-top: 10px;
    }
}

@media screen and (max-width:1200px) {
    .phone-text p {
        font-size: 12px;
    }

    .xzzx_img {
        margin-right: 10px;
    }

    .xzzx_zreo {
        height: 107px;
    }

    .swiper_imgsss {
        line-height: 121px;
    }

    .swiper_imgss {
        line-height: 121px;
    }

    .swiper_imgssstwo {
        line-height: 63px;
    }

    .swiper_imgsstwo {
        line-height: 63px;
    }

    #S1, #S2, #S3, #S4, #S5, #S6, #S7, #S8, #S9, #S10, #S11, #S12, #S13 {
        font-size: 16px !important;
        color: #fff !important;
    }

    .index-news-left {
        width: 50%;
    }

    .index-news-right-top-nav-one span {
        font-size: 18px;
    }

    .index-news-right-top-item-one p {
        font-size: 16px;
    }

    .index-news-right-top-item-one {
        line-height: 42px;
    }

    .gg_size h5 {
        font-size: 18px;
    }

    .ggss_img {
        width: 12%;
        /* height: 171px; */
        background-color: #286DB2;
    }

    .chahao {
        top: 6%;
        line-height: 16px;
    }

        .chahao span {
            font-size: 12px;
        }

    .zfx_one {
        line-height: 40px;
    }

    .yqlj-sizes {
        padding: 0px 24px;
    }
}

@media screen and (max-width:1000px) {
    .pictuer_size {
        display: none;
    }

    .hamburger {
        display: block;
        position: relative;
        z-index: 99999999999999999;
    }

    .nav-active {
        background: rgb(78 133 119 / 70%) !important;
        color: #fff;
    }

    .xx-qsjy {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        /* margin-top: 46px; */
        margin-top: 30px;
    }

    .xx-qjdx {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .xx-sizeone {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
    }

        .xx-sizeone .logo {
            width: 220px;
            display: block;
        }

    .top-right {
        width: 100%;
    }

    .header-nav {
        display: none;
    }

    .ggss_img {
        display: none;
    }

    .header-nav {
        position: fixed;
        top: 0;
        left: -65%;
        width: 65%;
        height: 100vh;
        z-index: 99;
        display: block;
        z-index: 99;
        background: rgba(0,0,0,0.7);
        transition: all 0.4s;
    }

    .leftShow {
        left: 0 !important;
    }

    .M-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.8);
        z-index: 999;
        display: none;
    }

    nav ul {
        height: auto;
        flex-direction: column;
    }

        nav ul > li {
            width: 100%;
            text-align: center;
        }

    #S1, #S2, #S3, #S4, #S5, #S6, #S7, #S8, #S9, #S10, #S11, #S12, #S13 {
        font-size: 16px !important;
        color: #fff !important;
        line-height: 50px;
    }

    nav ul > li .nav-active {
        background-color: #fff;
        color: #C50514;
        font-weight: bold;
    }

    .header-xx {
        padding-bottom: 20px;
        padding-top: 0px;
    }

    .wk_bj {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .wk_bjtwo {
        padding-bottom: 0 !important;
    }

    .wk_bjcolor {
        background-color: #fff;
        padding: 15px !important;
    }

    .index-news {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0px 10px;
    }

    .index-news-left {
        width: 100%;
    }

    .ggss_imgtwo {
        display: none;
    }

    .index-news-right {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }

    .index-news-right-top-nav-one span {
        font-size: 14px;
        margin-left: 0px;
    }

    .index-news-right-top-nav ul li {
        margin-right: 0;
    }

    .index-news-right-top-nav ul {
        display: flex;
        height: auto;
    }

    .index-news-right-top-item-one p {
        font-size: 14px;
    }

    .index-news-right-top-item-one span {
        font-size: 14px;
    }

    .bgk_size {
        margin-top: 15px;
        flex-direction: column;
    }

    .tzgg_size {
        width: 100%;
        margin-right: 0px;
        padding: 0px 10px;
    }


    .ggss_imgtwo ul li {
    }

    .xhyw_picture {
        width: 80%;
        height: 100%;
    }

    .xhyw_size {
        width: 100%;
        margin-left: 10px;
        text-align: center;
    }

        .xhyw_size a {
            margin-top: 7px;
        }

    .cxxq_sizew {
        width: 48%;
        font-size: 12px !important;
    }

    .tzgg_img {
        width: 100%;
    }

    .flex_zgnyyh li {
        list-style: none;
        width: 48%;
    }

    .xzzx_zreo {
        height: auto;
        width: 70%;
        display: contents;
    }

    .yqlj-sizes {
        width: 100%;
        padding: 0px 15px;
        border-right: 1px solid #d9dada;
    }



    .xhyw_size h5 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .xhyw_size p {
        font-size: 12px;
    }

    .gg_size h5 {
        font-size: 14px;
        line-height: 30px;
    }

    .gg_img {
        width: 80%;
    }

    .margin_top {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .tj_img {
        margin-top: 15px;
        padding: 0px 10px;
    }

    .yqlj_size {
        padding: 0px 10px;
    }

    .flex_zgnyyh {
        margin-top: 15px;
    }

    .zjsjc_size span, .dznh_size span {
        font-size: 14px;
        color: #fff;
    }

    .swiper_imgss, .swiper_imgsss {
        display: none;
    }

    .swiper_oness {
        padding: 15px 10px;
    }

    .xzzx_one, .xzzx_two, .xzzx_three, .xzzx_fore, .xzzx_five, .xzzx_seve {
        width: 100%;
    }

    .swiper-slidebs {
        width: 50% !important;
    }
    /* .tzggimg_nk {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
} */
    .swiper-container_master-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 13px;
        left: 0;
        width: 100%;
    }

    .swiper-paginationone .swiper-pagination-bullet {
        background: #fff;
        color: #fff;
        width: 8px;
        height: 8px;
        opacity: unset;
    }

    .swiper-paginationone .swiper-pagination-bullet-active {
        background-color: #00a458;
        width: 20px;
        height: 8px;
        border-radius: 20px;
    }

    /* .swiper-wrapperflex
{
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
} */
    .swiper-slidewidth {
        width: 48% !important;
        margin-right: 8px !important;
    }

    .displayinblock {
        display: inline-block;
        width: 100%;
        margin-left: 0;
    }
}
/* 建党工作 */
/* .tzgg_margintop{
margin-top: 10px;
} */
.wk_bjtwo {
    padding-bottom: 45px;
}

.wk_bjcolor {
    background-color: #fff;
    padding: 30px 40px;
}

.item-nei-top-nav {
    margin-bottom: 22px;
    padding: 10px 10px 0px 10px;
    margin-left: -45px;
}

    .item-nei-top-nav img {
        margin-right: 8px;
    }

    .item-nei-top-nav a, .item-nei-top-nav span, .item-nei-top-nav small {
        font-size: 14px;
        color: #999999;
        vertical-align: middle;
    }

    .item-nei-top-nav h3 {
        font-size: 14px;
    }

.swipers2 {
    padding: 0px 0px;
}

.tzgg_sizetwo {
    width: 27%;
    margin-right: 0px;
}

.picture_size, .picture_size ul, .dsxx_img {
    width: 100%;
    height: 100%;
}

    .dsxx_img img {
        width: 100%;
        height: 100%;
    }

.picture_size {
    height: 310px;
}

    .picture_size ul {
        margin-top: 20px;
        height: 100%;
        overflow: hidden;
    }

    .picture_size li {
        margin-bottom: 15px;
    }

        .picture_size li img {
            height: 100%;
        }

.bgk_sizetree {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.tzgg_sizethree {
    width: 48.2%;
    margin-right: 0px;
}

@media screen and (max-width:1200px) {
    .picture_size {
        height: 310px;
    }

        .picture_size, .picture_size ul, .dsxx_img {
            width: 100%;
            height: auto;
        }

    .tzgg_sizetwo {
        width: 27%;
        margin-right: 0px;
        height: 315px;
    }
}

@media screen and (max-width:1000px) {
    .picture_size {
        height: 310px;
    }

    .tzgg_sizetwo {
        width: 100%;
        margin-right: 0px;
    }

    .tzgg_sizethree {
        width: 100%;
        margin-right: 0px;
    }

    .tzgg_sizetwo {
        height: 350px;
    }

    .picture_size, .picture_size ul, .dsxx_img {
        width: 100%;
        /*height: auto;*/
    }

    .item-nei-top-nav {
        margin-bottom: 10px;
    }
}
/* three */
.sjzc_size {
    width: 100%;
    background-color: #f2f2f2;
}

    .sjzc_size h5 {
        line-height: 60px;
        font-size: 16px;
        color: #999999;
        margin-right: 10px;
    }

.xiedai_lm {
    width: 100%;
    background-color: #00a458;
}

    .xiedai_lm h5 {
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        margin-right: 10px;
    }

    .xiedai_lm > a > h6 {
        line-height: 60px;
        font-size: 16px;
        color: #fff;
        margin-right: 10px;
    }

.sjzc_size {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_hover {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.none_border {
    margin-right: 10px;
}

.sjzc_img {
    display: none;
}

.block_css {
    display: block;
}

.ccqd_fxy ul {
    width: 100%;
    background-color: #f2f2f2;
}

.ccqd_fxy h6 {
    line-height: 60px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    border-bottom: 1px solid #cccccc;
}

.none_border {
    border-bottom: none !important;
}

.three_hyzc {
    width: 100%;
    height: 100%;
    background-image: url("../../../image/a6.png");
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 4px solid #00a458;
}

.border_colortwo {
    background-color: #fff;
    padding: 20px 40px 30px 40px;
}

.bgksize_size {
    width: 80.5%;
    margin-top: 0px;
}

.ccqd_wk {
    display: flex;
}

.ccqd_fxy {
    width: 21%;
    margin-left: -40px;
    margin-right: 40px;
}

.hyzc_sizes {
    font-size: 24px !important;
    color: #265faa !important;
}

.no_border {
    border-bottom: none;
}

.pite {
    width: 53%;
    height: 2px;
    background-color: #cccccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gb_width {
    height: auto !important;
    /*margin: 0 auto;*/
}

@media screen and (max-width:1200px) {
    .hyzc_sizes {
        font-size: 20px !important;
        color: #265faa !important;
    }

    .pite {
        width: 47%;
    }
}

@media screen and (max-width:1000px) {
    .ccqd_wk {
        display: flex;
        flex-direction: column;
    }

    .ccqd_fxy {
        display: none;
    }

    .bgksize_size {
        width: 100%;
        margin-top: 0px;
    }

    .three_hyzc {
        padding-top: 0px;
    }

    .hyzc_sizes {
        font-size: 18px !important;
    }

    .pite {
        margin-top: 10px;
        /* margin-bottom: 10px; */
    }

    .gb_width {
        height: auto !important;
        margin: 0 auto;
        /*margin-right:0!important;*/
    }
}
/* 建材市场 */
.jcst_img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.jcsc_flex li {
    border: 2px solid #e7e7e7;
    width: 32.5%;
    margin-bottom: 15px;
}


.jcst_img {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.jcsc_flex li:hover img {
    transform: scale(1.1);
}

.jcsc_imgsize h6 {
    text-align: center;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0px;
}

.jcsc_flex li :hover h6 {
    color: #00a458;
}

.jcsc_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.border_colorthree {
    background-color: #fff;
    padding: 20px 40px 130px 40px;
}

@media screen and (max-width:1200px) {
    .jcsc_imgsize h6 {
        font-size: 14px;
    }
}

@media screen and (max-width:1000px) {
    .jcsc_flex li {
        width: 49%;
        margin-bottom: 10px;
    }

    .jcsc_imgsize h6 {
        font-size: 14px;
    }

    .border_colorthree {
        padding: 0px;
    }

    .three_hyzc {
        padding-bottom: 0px;
    }

    .border_colortwo {
        background-color: #fff;
        padding: 0px 0px 10px 0px
    }

    .three_hyzc_padding {
        padding: 10px !important;
    }

    .jcst_img {
        width: 100%;
        height: 105px;
    }
}
/* 协会概况 */
.wznr_sizes h6 {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.wznr_sizess h6 {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 35px;
    margin-top: 35px;
    line-height: 1.5;
}

.wznr_sizesss h6 {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 35px;
    line-height: 1.5;
}

.border_colorfive {
    background-color: #fff;
    padding: 20px 40px 100px 40px;
}

@media screen and (max-width:1000px) {
    .wznr_sizess h6 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .wznr_sizesss h6 {
        margin-bottom: 15px;
    }

    .border_colorfive {
        background-color: #fff;
        padding: 0px 0px 10px 0px;
    }
}
/* 协会剪影 */
.jyxh_size h5, .jyxh_sizes h5 {
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jyxh_size p, .jyxh_sizes p {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.jyxh_size h6, .jyxh_sizes h6 {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.wznr_sizesfive {
    display: flex;
    align-items: center;
}

.jyxh_img {
    width: 20%;
}

.jyxh_size {
    width: 75%;
}

.xhsy_marginbottom li {
    margin-bottom: 20px;
}

@media screen and (max-width:1200px) {
    .jyxh_img {
        margin-right: 10px;
    }

    .dd1 {
        width: 29%;
    }

    .jyxh_sizesg {
        width: 69% !important;
        border-bottom: none !important;
        padding-bottom: 0px !important;
    }

    .jyxh_size h5, .jyxh_sizes h5 {
        font-size: 16px;
    }

    .jyxh_size h6, .jyxh_sizes h6 {
        margin-top: 10px;
    }
}

@media screen and (max-width:1000px) {
    .jyxh_size {
        width: 67%;
    }

        .jyxh_size h5, .jyxh_sizes h5 {
            font-size: 14px;
            line-height: 1;
        }

        .jyxh_size p, .jyxh_sizes p {
            font-size: 12px;
            margin-top: 10px;
            line-height: 1;
        }

        .jyxh_size h6, .jyxh_sizes h6 {
            font-size: 12px;
            margin-top: 10px;
            line-height: 1;
        }

    .jyxh_img {
        width: 30%;
    }
}
/* 专业委员会 */
.jyxh_sizes {
    width: 100%;
    border-bottom: 1px dotted #dce9f0;
    padding-bottom: 20px;
}

.xhsy_marginbottomsss li {
    margin-bottom: 30px;
}

.jyxh_sizes h5 {
    width: 75%;
}

.jyxh_sizes h6 {
    width: 86%;
}

.xhsy_marginbottomss li:hover h5 {
    color: #00a458;
}

@media screen and (max-width:1200px) {
    .jyxh_sizes {
        width: 100%;
        border-bottom: 1px dotted #dce9f0;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:1000px) {
    .border_coloreven {
        background-color: #fff;
        padding: 20px 20px 30px 20px;
    }

    .jyxh_sizes h6 {
        width: 100%;
    }

    .jyxh_sizes h5 {
        width: 100%;
        font-size: 14px;
    }

    .xhsy_marginbottomss li {
        margin-bottom: 15px;
    }
}
/* 业务指引 */
.gbhez_swiper {
    width: 100%;
    padding: 0px;
    position: relative;
    top: 0;
    left: 0;
}

.bgksize_sizezm {
    width: 100%;
}

.zreotwo_size {
    width: 100%;
}

    .zreotwo_size h5 {
        font-size: 30px;
        color: #333333;
        text-align: center;
    }

.zerotwo_imgsize {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.zerotwo_img {
    width: 36%;
}

    .zerotwo_img img {
        width: 100%;
        height: 100%;
    }

.zerotwo_imgsize h6 {
    width: 60%;
    font-size: 14px;
    color: #666666;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

@media screen and (max-width:1200px) {
    .zreotwo_size h5 {
        font-size: 26px;
    }
}

@media screen and (max-width:1000px) {
    .zreotwo_size h5 {
        font-size: 14px;
        margin-top: 20px;
    }

    .zerotwo_imgsize {
        flex-direction: column;
        margin-top: 15px;
    }

    .zerotwo_img {
        width: 100%;
    }

    .zerotwo_imgsize h6 {
        width: 100%;
        margin-top: 10px;
        font-size: 12px;
    }
}
/* 联系我们 */
.bgksize_sizeelw {
    width: 100%;
    margin-top: 0px;
}

.kbjwz_size {
    font-size: 14px;
    color: #686868;
}

.pites {
    width: 53%;
    height: 2px;
    background-color: #cccccc;
    margin-top: 20px;
    margin-bottom: 30px;
}

.lxfs_wk {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.lxfs_nk {
    width: 70%;
}

    .lxfs_nk span {
        font-size: 18px;
        color: #666666;
    }

    .lxfs_nk img {
        margin-right: 20px;
    }

.margin_sizeseve {
    width: 200px;
    display: inline-block;
}

.margin_sizevx {
    margin-left: 41px;
    width: 200px;
    display: inline-block;
    margin-top: 10px;
}

.lxfs_nkimg {
    width: 11%;
}

    .lxfs_nkimg img {
        width: 100%;
    }

    .lxfs_nkimg p {
        text-align: center;
    }

.spans {
    margin-bottom: 30px;
}

.spanss {
    margin-bottom: 40px;
}

.map_img {
    width: 100%;
    height: 100%;
    margin-top: 45px;
}

    .map_img img {
        width: 100%;
        height: 100%;
    }

.spansss {
    display: flex;
}

    .spansss span {
        width: 5%;
    }

    .spansss .ccdzsl_size {
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

@media screen and (max-width:1000px) {
    .lxfs_wk {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .lxfs_nk {
        width: 100%;
        padding: 0px 10px;
    }

    .margin_sizeseve {
        margin-right: 23px;
    }

    .margin_sizevx {
        margin-right: 10px;
    }

    .spans {
        margin-bottom: 10px;
    }

    .spanss {
        margin-bottom: 10px;
    }

    .lxfs_nkimg {
        width: 40%;
    }

    .spansss .ccdzsl_size {
        width: 88%;
        margin-left: 27px;
    }

    .pites {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .zgnyyh_iimg {
        width: 100%;
        height: auto;
        border: 1px solid #f0f1f2;
    }
    /*.tzgg_img .displayinblock:nth-child(2) {
height: auto;
overflow-y: inherit;
}*/

    .str_wrap {
        width: 100% !important;
    }

    .str_move {
        overflow: hidden !important;
    }

    .item-nei-top-nav {
        margin-left: 0;
    }

    .hideMg {
        margin-left: 0px !important;
    }

    .gg .swiper-slide {
        width: 100% !important;
        font-size: 12px;
    }

    .NtIcon {
        width: 4%;
        text-align: center;
    }

    .NoticeInfo {
        width: 95%;
        margin: 0 auto 2%;
        border-radius: 0;
    }

    .libox a {
        font-size: 14px;
    }

    .xzzx_imgs {
        display: none;
    }

    .index-news-right-top-nav ul li {
        margin-right: 25px;
    }

    .xhyw_size h5 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ggss_imgtwo {
        display: none;
        position: fixed;
        right: 10px;
        z-index: 99;
        width: auto;
        bottom: 50%;
    }

        .ggss_imgtwo li {
            width: 45px;
            position: relative !important;
        }

    .zfx_one {
        line-height: 55px;
    }

    .ggss_imgtwo li:nth-child(-n+3) {
        display: none;
    }

    .gbys_borders {
        border-radius: 0;
    }
}

.ggss_img {
    display: none;
}

.header-xx {
    background-image: url(../images/topbj.png)
}

.container_master {
    padding: inherit;
    padding: 0px;
}
.swiper_oness .swiper-wrapper {
    transition-duration: 0ms;
    transform: translate3d(-4800px, 0px, 0px);
}
    .swiper_oness .swiper-wrapper .swiper-slide {
        width: 1200px;
        visibility: visible;
        animation-name: fadeInDown;
    }
.mySwiper img {
    height:299px;
}
.NoticeInfo .swiper-wrapper, .NoticeInfo .swiper-wrapper .swiper-slide {
    height:50px;
}
.index-news .swiper-wrapper {
    transition-duration: 0ms;
    transform: translate3d(-3696px, 0px, 0px);
}
    .index-news .swiper-wrapper .swiper-slide {
        width: 528px;
        height:330px;
    }
.index-news .swiper-wrapper .swiper-slide {

}
.tzgg_size .wow {
    visibility: visible;
    animation-name: fadeInDown;
}
.tzgg_img img {
    padding-top: 15px;
}
.yqlj_size .wow {
    /*visibility: hidden;*/
    animation-name: fadeInDown;
}
.tzgg_img .wow {
    visibility: visible;
    animation-name: fadeInDown;
}
.split .main, .container .main {
    width: 78%;
}
.list_page_left .layui-nav-tree .layui-nav-item {
    line-height: 50px !important;
}
    .list_page_left .layui-nav-tree .layui-nav-item a {
        line-height: 50px !important;
        height:auto !important; 
        padding:0px;
    }
table tr td {
    border: 0px;
    padding: 0px;
}
.container {
    padding: 0px !important;
}
.header-xx .picture_sizenktwo .top {
    float: left;
    padding-right: 20px;
}
.header-xx .picture_sizenktwo .ing_tb img {

}
.header-xx .picture_sizenktwo .ing_tb img {
    margin-top: -3px;
}
.list_master.style_2 .main {
    width:100% !important;
}
.gbys_border img {
    vertical-align:middle;
}

.header-nav.leftShow {
}
    .header-nav.leftShow .nav {
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    .header-nav.leftShow .container_master {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }
.header-nav.leftShow {
}
.header-nav.leftShow {
}
.header-nav.leftShow {
}

.yqlj_left li {
    /* flex: 2; */
    width: 25%;
    text-align: center;
}.tzgg_img ul {
    padding-top: 0px;
}span.ggtxt {
    color: #265faa;
    font-weight: bold !important;
}
.tzgg_img ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-bottom: 0px !important;
}
.tzgg_img .displayinblock:nth-child(1) .xzzx_one:nth-child(5) {
    width: 100%;
    /*background-image: url('../../../image/5.png');*/
    background-color: #265faa;
    background-size: 100% auto;
    /* padding: 31px 0px; */
    margin-bottom: 11px;
    line-height: 48px;
}
