@charset "UTF-8";


/* 后加内容 */
.notice-section{
    padding-bottom: 80px;
}
.notice-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.notice-box>li{
    border-radius: 10px;
    overflow: hidden;
}
.notice-lf{
    width: 551px;
    padding: 25px;
    border: 1px solid #ccc;
}
.notice-lf>h3{
    font-family: SourceHanSansCN-Normal;
    font-size: 26px;
    color: #333333;
    text-align: center;
    padding-bottom: 15px;
}
.notice-lf>p{
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #9b9b9b;
    text-align: justify;
    text-indent: 2em;
}
.notice-rg{
    width: 584px;
    position: relative;
}
.rg-font{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.rg-font>h5{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.rg-font>a{
    display: block;
    width: 100px;
    height: 30px;
    font-size: 16px;
    background-color: #2c695d;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 15px auto 0;
    border-radius: 15px;
}

@media (max-width:1140px){
    .notice-box{
        padding: 0 25px;
    }
    .notice-lf{
        width: 40%;
    }
    .notice-rg{
        width: 50%;
    }
}

@media (max-width:990px){
    .notice-box{
        justify-content: center;
    }
    .notice-lf{
        width: 60%;
        margin-bottom: 20px;
    }
    .notice-rg{
        width: 60%;
    }
    .notice-rg>img{
        width: 100%;
    }
}
@media (max-width:767px){
    .notice-box{
        justify-content: center;
        padding: 0 10px;
    }
    .notice-lf{
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
    }
    .notice-rg{
        width: 100%;
    }
    .notice-lf>p{
        font-size: 14px;
    }
}



/* end */




/*base*/
body{
    background-color: #ffffff;
}
.plate>div{
    padding: 0;
}

/*banner*/
.banner{
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner>div>p,.banner>div>h2,.banner>div>h3{
    text-align: center;
}
.banner>div>h2{
    font-family: SourceHanSansCN-Regular;
    font-size: 50px;
    color: #ffffff;

}
.banner>div>p{
    font-family: Poppins-Light;
    font-size: 20px;
    color: #f1f1f1;
}
.banner-line{
    margin: 34px auto 43px;
    width: 65px;
    height: 2px;
    background-color: #f1f1f1;
}
.banner>div>h3{
    font-family: SourceHanSansCN-Light;
    font-size: 30px;
    color: #f1f1f1;
}
.banner-swiper>.swiper-pagination>.swiper-pagination-bullet{
    width: 50px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 0;
}
.banner>div{
    position: relative;
    top: 50px;
    opacity: 0;
    transition:  all 700ms;
    -moz-transition:  all 700ms; /* Firefox 4 */
    -webkit-transition:  all 700ms; /* Safari 和 Chrome */
    -o-transition:  all 700ms; /* Opera */
}
.banner-active>div{
    top: 0;
    opacity: 1;
    transition:  all 1000ms;
    -moz-transition:  all 1000ms; /* Firefox 4 */
    -webkit-transition:  all 1000ms; /* Safari 和 Chrome */
    -o-transition:  all 1000ms; /* Opera */
    transition-delay:800ms;
}


/*关于我们*/
.about-us>div{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 110px 0 80px;
}
.about-left{
    width: 551px;
    position: relative;
}
.about-left::after{
    content: '';
    position: absolute;
    top: -29px;
    left: -28px;
    width: 551px;
    height: 378px;
    border: solid 1px #d0d0d0;
    z-index: -1;
}
.about-right{
    width: 532px;
}
.about-right>div{
    display: flex;
    padding-bottom:21px;
    border-bottom: 1px solid #f3f3f3 ;
    position: relative;
}
.about-right>div::after{
    content: '';
    width: 34px;
    height: 2px;
    background-color: #2c695d;
    position: absolute;
    left: 0;
    bottom:0;
}
.about-right>div>h3{
    font-family: SourceHanSansCN-Normal;
    font-size: 26px;
    color: #333333;
    margin-right: 10px;
}
.about-right>div>p{
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #a6a6a6;
    align-self: flex-end;
}
.about-right>p{
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #9b9b9b;
    padding: 40px 0 60px;
}
.about-right>a{
    display: block;
    width: 119px;
    height: 34px;
    background-color: #2c695d;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #fffefe;
    text-align: center;
    line-height: 34px;
}



/*数字内容*/
.num-box{
    background-color: #fbf8f5;
}
.num-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.num-list>li{
    width: 24%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.num-list>li::after{
    content: '';
    width: 1px;
    height: 65px;
    background-color: #dcdcdc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.num-list>li:nth-last-child(1)::after{
    display: none;
}

.num{
}
.num>span:nth-of-type(1){
    font-family: Poppins-Light;
    font-size: 45px;
    color: #2c695d;
}
.num>span:nth-of-type(2){
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    color: #9b9b9b;
}
.num-list>li>p{
    width: 100%;
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #a2a2a2;
    position: relative;
    top: -16px;
}

/*项目运营*/
.project-box>div{
    padding: 80px 0 50px;
}
.project-title>span:nth-of-type(1){
    font-family: SourceHanSansCN-Normal;
    font-size: 26px;
    color: #333333;
    margin-right: 10px;
}
.project-title>span:nth-of-type(2){
     font-family: SourceHanSansCN-Normal;
     font-size: 14px;
     color: #a6a6a6;
 }
.project-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.project-list>li{
    width: 24%;
}
.project-list>li>a{
    padding: 3px;
    display: block;
    width: 100%;
}
.project-font{
    padding: 20px 19px 35px;
    border-bottom: 1px solid #ececec;
}
.project-font>h5{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.project-font>p{
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    line-height: 28px;
    color: #929292;
    padding-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.project-more{
    padding: 16px 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.project-more>span{
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #929292;
}
.project-more::after{
    content: '';
    width: 6px;
    height: 11px;
    background-image: url("../../images/index/project-right.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.project-font,.project-font>h5,.project-font>p,
.project-more,.project-more>span,.project-list>li>a{
    transition:  all 300ms;
    -moz-transition:  all 300ms; /* Firefox 4 */
    -webkit-transition:  all 300ms; /* Safari 和 Chrome */
    -o-transition:  all 300ms; /* Opera */
}
.project-list>li>a:hover{
    background-color: #67a199;
}
.project-list>li>a:hover>.project-font>h5,
.project-list>li>a:hover>.project-font>p,
.project-list>li>a:hover>.project-more>span{
    color: #ffffff;
}
.project-list>li>a:hover>.project-more::after{
    background-image: url("../../images/index/project-right-active.png");
}
.project-list>li>a:hover{
    background-color: #67a199;
}


/*信息公开*/
.information-box{
    background-image: url("../../images/index/xx-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.information-box>div{
    padding: 50px 0 65px;
}
.information-title>span:nth-of-type(1){
    font-family: SourceHanSansCN-Normal;
    font-size: 26px;
    color: #333333;
    margin-right: 10px;
}
.information-title>span:nth-of-type(2){
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #a6a6a6;
}
.info-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}
.info-list>li{
    width: 23%;
}
.list-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 11px;
}
.list-top>h5{
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #4a4a4a;
}
.list-top>a{
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #b4b4b4;
}
.list-bottom{
    padding-top: 18px;
}
.info-article{
    padding-top: 5px;
}
.info-article:nth-of-type(1){
    padding-top: 15px;
}
.info-article>a{
    width: 100%;
    display: flex;
    justify-content:space-between;
}
.info-article>a>span:nth-of-type(1){
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #777777;
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.info-article>a>span:nth-of-type(2){
    color: #999999;
}
.info-article>a:hover>span:nth-of-type(1){
    color: #2c695d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}



/*资讯中心*/
.zxzx-box>div{
    padding: 70px 0 80px;
}
.zxzx-title>span:nth-of-type(1){
    font-family: SourceHanSansCN-Normal;
    font-size: 26px;
    color: #333333;
    margin-right: 10px;
}
.zxzx-title>span:nth-of-type(2){
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #a6a6a6;
}
.zxzx-list{
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.zxzx-left{
    width: 500px;
    position: relative;
}
.zxzx-left>p{
    width: 100%;
    height: 49px;
    background-color: rgba(44,105,93,0.7);
    padding: 0 45px;
    line-height: 49px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color:rgba(255,255,255,0.7);
    position: absolute;
    bottom: 0;
}
.zxzx-left>p>a:hover{
    color:rgba(255,255,255,1);
}
.zxzx-right{
    width: 639px;
    /*height: 260px;*/
}
.zxzx-thumbs{
    padding: 0 250px 15px 0;
    margin: 0;
    border-bottom: 1px solid #dbdbdb;
}
.zxzx-thumbs .swiper-slide span{
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    position: relative;
}
.zxzx-thumbs .swiper-slide>div{
    position: relative;
    float: left;
}
.zxzx-thumbs .swiper-slide:nth-of-type(2)>div::before{
    content: '/';
    position: absolute;
    left: -27px;
    font-size: 16px;
}
.zxzx-thumbs .swiper-slide:nth-of-type(3)>div::before{
    content: '/';
    position: absolute;
    left: -27px;
    font-size: 16px;
}
.zxzx-thumbs .swiper-slide:nth-of-type(3)>div{
    position: relative;
    left: -15px;
}
.zxzx-thumbs .swiper-slide span:hover{
    color: #2c695d;
}
.swiper-slide-thumb-active>div::after{
    content: '';
    width: 100%;
    height: 3px;
    background-color: #2c695d;
    position: absolute;
    bottom: -17px;
    left: 0;
    z-index: 3;
}
.swiper-slide-thumb-active>div>span{
    color: #2c695d !important;
}
.zxzx-article>li{
    margin-top: 30px;
}
.zxzx-article>li>a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.zxzx-article>li>a>h5{
    max-width:300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #666666;
    position: relative;
    padding-left: 15px;
}
.zxzx-article>li>a>p{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #999999;
}
.zxzx-article>li>a>h5::before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #2c695d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.zxzx-article>li:hover h5{
    color: #2c695d;
}



/*响应式配置*/
@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1477px) {}

@media (max-width:1365px) {
    /*banner*/
    .banner{
        height: 500px ;
    }

    /*关于我们*/
    .about-us>div{
        padding: 110px 25px 80px;
    }

    /*中间内容*/
    .project-box>div,
    .information-box>div,
    .zxzx-box>div{
        padding: 80px 25px 50px;
    }

    /*资讯中心*/
    .zxzx-right{
        width: 600px;
    }

}

@media (max-width:1199px) {
    /*关于我们*/
    .about-left{
        width: 40%;
    }
    .about-left::after{
        width: 100%;
        height: 300px;
    }

    /*资讯中心*/
    .zxzx-left{
        width: 45%;
    }
    .zxzx-right{
        width: 50%;
    }
    .zxzx-thumbs {
        padding: 0 0 15px 0;
    }
    .zxzx-thumbs .swiper-slide:nth-of-type(3)>div{
        left: 0;
    }
    .zxzx-thumbs .swiper-slide:nth-of-type(3)>div::before,
    .zxzx-thumbs .swiper-slide:nth-of-type(2)>div::before{
        display: none;
    }
}

@media (max-width:990px) {
    /*banner*/
    .banner{
        height: 320px;
    }
    .banner>div>h2{
        font-size: 36px;
    }
    .banner>div>p{
        font-size: 18px;
        padding-top: 10px;
    }
    .banner-line{
        margin: 28px auto 36px;
    }
    .banner>div>h3{
        font-size: 24px;
    }
    /*关于我们*/
    .about-us>div{
        justify-content: center;
    }
    .about-left{
        width: 60%;
        padding-bottom: 30px;
    }
    .about-right>div{
        justify-content: center;
    }
    .about-right>div::after {
        width: 182px;
        left: 50%;
        transform: translateX(-50%);
    }
    .about-right>a{
        margin: 0 auto;
    }

    /*项目运营*/
    .project-list>li{
        width: 48%;
    }
    .project-list img{
        width: 100%;
    }

    /*信息公开*/
    .info-list>li{
        width: 46%;
    }
    .info-list>li:nth-of-type(3),
    .info-list>li:nth-of-type(4){
        padding-top: 30px;
    }
    .list-bottom img{
        width: 100%;
    }

    /*资讯中心*/
    .zxzx-article>li>a>h5 {
        width: 258px;
    }
    .zxzx-left>img{
        width: 100%;
    }
    .zxzx-left{
        margin-bottom: 30px;
    }
    .zxzx-left,
    .zxzx-right{
        width: 100%;
    }
}

@media (max-width:767px) {
    /* 后加 */
    .zxzx-title>span:nth-of-type(1),
    .notice-lf>h3,
    .rg-font>h5,
    .information-title>span:nth-of-type(1),
    .project-title>span:nth-of-type(1),
    .about-right>div>h3{
        font-size: 22px ;
    }
    .about-right>p{
        padding: 40px 0 30px;
    }

    /* end */


    /*banner*/
    .banner {
        height: 200px;
    }

    .banner > div > h2 {
        font-size: 24px;
    }

    .banner > div > p {
        display: none;
    }

    .banner > div > h3 {
        font-size: 16px;
    }

    .banner-line {
        width: 40px;
        margin: 15px auto 20px;
    }

    .banner-swiper > .swiper-pagination > .swiper-pagination-bullet {
        width: 30px;
    }

    /*关于我们*/
    .about-left {
        width: 100%;
    }

    .about-left::after {
        height: 250px;
    }
    /*关于我们*/
    .about-us>div{
        padding: 80px 10px 60px;
    }

    /*中间内容*/
    .project-box>div,
    .information-box>div,
    .zxzx-box>div{
        padding: 80px 10px 50px;
    }

    /*数字*/
    .num-list {
        flex-wrap: wrap;
    }

    .num-list > li {
        width: 48%;
    }

    .num > span:nth-of-type(1) {
        font-size: 26px;
    }

    .num-list > li > p {
        font-size: 14px;
    }

    /*项目运营*/
    .project-list>li{
        width: 100%;
    }

    /*信息公开*/
    .info-list>li{
        width: 100%;
    }
    .info-list>li:nth-of-type(2){
        padding-top: 30px;
    }
    
    /* 资讯中心 */
    .zxzx-left>p{
        padding: 0 10px;
    }
}