@charset "UTF-8";
.clear-mar-pad{
    margin: 0 0;
    padding: 0 0;
}
.center-box{
    width: 1550px;
    height: auto;
    margin: 0px auto;
}
.page-title{
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 6rem;
    padding-bottom: 1rem;
}
.page-title h3{
    font-size: 2rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.4rem;
}
.page-title p{
    color: #999;
    font-weight: 100;
    position: relative;
    margin: 0 0;
}
.page-title p:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: rgb(0, 157, 36);
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -1.0rem;
}
.item-block{
    display: block;
}
.list-image-text-box{
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
}
.list-i-t-item{
    position: relative;
    position: relative;
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 3.75%;
    background: #f8f8f8;
}
.list-i-t-item:nth-child(3n) {
    margin-right: 0;
}
.new-top-data{
    position: absolute;
}
.new-top-image{
    overflow: hidden;
    text-align: center;
}
.new-top-image img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.8s ease;
    -webkit-transition: transform 0.8s ease;
    -moz-transition: transform 0.8s ease;
    -ms-transition: transform 0.8s ease;
    -o-transition: transform 0.8s ease;
}
.list-i-t-item a:hover .new-top-image img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.list-i-t-item .new-bot-block{
    padding: 1.6rem 2.2rem;
    position: relative;
    overflow: hidden;
}
.list-i-t-item .new-bot-block:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(64, 202, 59);
    position: absolute;
    left: 0;
    bottom: -80%;
    z-index: -1;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    opacity: 0;
    visibility: hidden;
}
.list-i-t-item a:hover .new-bot-block:after{
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.list-i-t-item .new-top-date{
    position: absolute;
    width: 108px;
    height: 130px;
    background-image: url('../images/date-bg.png');
    background-size: 108px auto;
    background-repeat: no-repeat;
    left: 1.2rem;
    top: 1rem;
    z-index: 99;
}
.list-i-t-item .new-top-date span{
    display: block;
    width: 100%;
    text-align: center;
}
.list-i-t-item .new-top-date span.d-day{
    font-size: 2.6rem;
    font-weight: 400;
    padding-top: 1.2rem;
}
.list-i-t-item .new-top-date span.d-y-m{
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: -0.6rem;
}
.list-i-t-item .new-bot-block .n-bb-box{
    height: 180px;
}
.list-i-t-item .new-bot-block h4{
    color: #000;
    margin-bottom: 1rem;
    line-height: 1.8rem;
    margin-top: 1.2rem;
}
.list-i-t-item a:hover .new-bot-block h4{
    color: #fff;
}
.list-i-t-item .new-bot-block p{
    margin-bottom: 0px;
}
.list-i-t-item .new-bot-block p.n-bb-des{
    color: #6e6e6e;
    font-size: 1.0rem;
    font-weight: 200;
    line-height: 1.4rem;
}
.list-i-t-item a:hover .new-bot-block p.n-bb-des{
    color: #fff;
    opacity: 0.8;
}
.list-i-t-item .new-bot-block p.n-bb-more{
    color: #585b5c;
    font-size: 0.8rem;
    font-weight: 100;
    display: inline-block;
    border-bottom: 2px solid #e2e2e3;
    margin-bottom: 00.25rem;
}
.list-i-t-item a:hover .new-bot-block p.n-bb-more{
    color: #fff;
}
a.load-more{
    text-align: center;
    background-color: #f8f8f8;
    color: #c3c3c3;
    height: 4.2rem;
    line-height: 4.2rem;
    display: block;
}
a.load-more:hover{
    color: #fff;
    background: rgba(64, 202, 59);
}
a.load-more i{
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    background: url(../images/date-bg.png) no-repeat;
    background-size: contain;
    margin-right: 15px;
}
a.load-more:hover i{
    background: none;
}

.list-news-box{
    display: none;
}
.list-news-box p{
    margin-bottom: 0px;
}
.list-news-box .list-n-b-item{
    height: 239px;
    margin-bottom: 1.8rem;
}
.list-news-box .list-n-b-item a{
    position: relative;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}
.list-news-box .list-n-b-item a:hover{
    background-color: rgba(241, 243, 246);
}
.list-news-box .list-n-b-item .n-b-i-left{
    width: 0px;
    height: 239px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: width 1.0s ease;
    -webkit-transition: width 1.0s ease;
    -moz-transition: width 1.0s ease;
    -ms-transition: width 1.0s ease;
    -o-transition: width 1.0s ease;
}
.list-news-box .list-n-b-item a:hover .n-b-i-left{
    width: 116px;
    opacity: 1;
    visibility: visible;
}
.list-news-box .list-n-b-item .n-b-i-main{
    width: 100%;
    padding: 72px 18px 32px 0px;
    transition: width 0.6s ease;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
}
.list-news-box .list-n-b-item a:hover .n-b-i-main{
    width: 80%;
}
.list-news-box .list-n-b-item .n-b-i-right{
    width: 0rem;
    overflow: hidden;
    transition: width 0.6s ease;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -ms-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    opacity: 0;
    visibility: hidden;
}
.list-news-box .list-n-b-item a:hover .n-b-i-right{
    width: 20%;
    opacity: 1;
    visibility: visible;
}
.list-news-box .list-n-b-item .n-b-i-right img{
    width: 100%;
    height: 239px;
    object-fit: cover;
}
.list-news-box .n-b-i-main .i-main-date{
    margin-left: 3.2rem;
}
.list-news-box .n-b-i-main .i-main-date .i-m-date-month{
    color: rgba(0, 165, 35);
    font-size: 2rem;
    text-align: right;
}
.list-news-box .n-b-i-main .i-main-date .i-m-date-year{
    font-size: 0.8rem;
    text-align: right;
    padding-right: 0.3rem;
    color: rgb(112, 112, 112);
}
.list-news-box .n-b-i-main .i-main-info{
    margin-left: 3.2rem;
}
.list-news-box .n-b-i-main .i-main-info .i-m-info-title{
    color: #212529;
    font-size: 2rem;
    font-weight: 400;
}
.list-news-box .n-b-i-main .i-main-info .i-m-info-info{
    color: rgb(112, 112, 112);
}

.f-r-right img{
    padding: 2px 2px;
    border: 1px solid #0A9D11;
    max-width: 106px;
}
.footer-address{
    padding-top: 0.4rem;
}
.page-nav-box{
    width: 100%;
    background-color: rgb(247, 248, 250);
}
.page-nav-menu{
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
}
.page-nav-menu a{
    display: block;
    height: 6rem;
    line-height: 6rem;
    font-weight: 400;
    text-align: center;
    flex: 0 0 200px;
    color: rgb(122, 122, 122);
    overflow: hidden;
}
.page-nav-menu a:hover,.page-nav-menu a.active{
    color: rgb(235, 236, 238);
    background-color: rgb(0, 157, 36);
}
.icon-list-box{
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    text-align: center;
    color: rgb(122, 122, 122);
    align-content: flex-start;
    flex-flow: row wrap;
}
.icon-list-box .icon-item{
    flex: 0 0 16.66%;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
    margin-bottom: 1.2rem;
}
.icon-list-box .icon-item .icon-img-div{
    width: 130px;
}
.icon-list-box .icon-item .icon-img-div p{
    margin-bottom: 16px;
}
.icon-list-box .icon-item .icon-item-first{
    padding-top: 20px;
}

.header{
    position: relative;
    z-index: 9;
}
div.header-cg{
    background-color: #fff;
}
.header-cg .navbar-light .navbar-nav a.nav-link{
    /* color: rgb(2, 40, 111); */
    color: rgb(64, 202, 59);
    border-bottom: 4px solid #fff;
}
.header-cg .navbar-light .navbar-nav a.nav-link:hover{
    /* color: rgb(2, 40, 111);
    border-bottom: 4px solid rgb(2, 40, 111); */
    color: rgb(54, 158, 50);
    border-bottom: 4px solid rgb(64, 202, 59);
}
.nav .sub{
    background: none;
}
.header-cg .nav .sub{
    background-color: #fff;
    left: -13px;
}
.header-cg .nav .sub a{
    color: rgb(95, 95, 95);
    background-color: #fff;
}
.header-cg .nav .sub a:hover{
    /* color: rgb(0, 55, 158); */
    color: rgb(64, 202, 59, 0.8);
    font-weight: 400;
}
.top-head-bg{
    width: 100%;
    position: absolute;
    background-color: #fff;
    top: 0px;
    height: 110px;
    display: none;
    z-index: 5;
}
.navbar-light .navbar-nav a.nav-link{
    /* border-bottom: 4px solid rgb(2, 40, 111); */
    border-bottom: 4px solid rgb(64, 202, 59);
}
.navbar-light .navbar-nav a.nav-link:hover{
    border-bottom: 4px solid #fff;
}
.nav .sub{
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    top: 41px;
}
#logo-g{
    display: none;
}
@media (max-width: 768px) {
    .header .navbar{
        background-color: rgb(64, 202, 59);
    }
    .navbar-toggler{
        background-color: rgb(43, 165, 39) !important;
    }
    #navbarSupportedContent{
        background-color: #fff;
    }
    #logo-w img{
        max-width: 145px;
        padding: 1.0rem 1.0rem;
    }
    .center-box{
        width: 100%;
    }
    .img-box{
        width: 100%;
    }
    .page-nav-menu{
        align-content: flex-start;
        flex-flow: row wrap;
    }
    .page-nav-menu a{
        height: 2.4rem;
        line-height: 1.2rem;
        flex: 0 0 33.3%;
        padding: 0.6rem 0rem;
    }
    .nav .sub{
        opacity: 0;
        height: 0px;
    }
    .content-block{
        width: 100%;
    }
    .content-block img{
        max-width: 100% !important;
        height: auto !important;
    }
    .page-title{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .page-title h3{
        font-size: 1.4rem;
    }
    .content-box{
        margin-top: 1.4rem;
    }
    .icon-list-box .icon-item .icon-img-div{
        width: 100%;
    }
    .icon-list-box .icon-item .icon-img-div img{
        max-width: 100%;
    }
    .about-number-list,.about-table-box{
        display: none;
    }
    .list-i-t-item{
        width: 100%;
    }
    .icon-list-box .icon-item{
        flex: 0 0 33.3%;
    }
    .list-image-text-box{
        padding: 0px 1.2rem;
    }
    .list-news-box .list-n-b-item{
        height: auto;
        max-height: 100px;
    }
    .list-news-box .list-n-b-item .n-b-i-main{
        padding: 8px 2px 4px 0px;
    }
    .list-news-box .n-b-i-main .i-main-info .i-m-info-title{
        font-size: 1.4rem;
    }
    .list-news-box .list-n-b-item .n-b-i-right img{
        height: auto;
    }
    .navbar-light .navbar-nav a.nav-link{
        color: rgb(64, 202, 59);
        border-bottom: none;
    }
    .nav .on h3 a.nav-link{
        color: rgb(54, 158, 50);
    }
}
@media (max-width: 1560px){
    .footer-right{
        width: 600px;
        padding-left: 1rem;
    }
    .footer-right .f-r-left{
        width: 300px;
    }
    .footer-right .f-r-right{
        width: 130px;
    }
}
@media (max-width: 1500px){
    .footer-left{
        width: 850px;
    }
}
@media (max-width: 1470px){
    a.head-logo{
        margin-right: 200px;
    }
    .center-box{
        width: auto;
    }
}
@media (max-width: 1370px){
    a.head-logo{
        margin-right: 90px;
    }
}