@charset "UTF-8";


.banner_swiper {
    overflow: hidden;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â® */
.banner_wrapper:hover .banner_prev,
.banner_wrapper:hover .banner_next {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.banner_wrapper {
    width: 100%;
    overflow: hidden;
}

.banner_swiper {
    width: 3900px;
    width: 5150px;
    width: 5630px;
    /* margin-left: -998px; */
}

.banner_swiper .swiper-slide a {
    display: block;
    width: 1280px;
    width: 1400px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    /* height: 600px; */
    object-fit: cover;
}

.banner_prev {
    background: url(../img/prev_ico.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: calc(50% - 620px);
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.banner_next {
    background: url(../img/next_ico.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: calc(50% - 620px);
    top: 50%;
    margin-top: -25px;
    z-index: 1;
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #f5e076;
}

.banner_swiper .banner_pagination {
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}

.banner-bd ul li img {
    width: 100%;
    display: block;
    animation: 10s ease-in-out 0s infinite alternate none running zoomin;
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.section1 {
    background: url(../img/section1_bg.png) no-repeat center 220px #fff;
    background-size: 100% 100%;
}

.section1_links {
    background: #0e7749;
    /* padding-top: 25px; */
    position: relative;
    z-index: 2;
}

.section1_links ul {

    padding: 23px 0;
}

.section1_links ul li {

    border-right: 1px solid #fff;
}

.section1_links ul li:last-child {
    border-right: none;
}

.section1_links ul li div {
    margin-bottom: 20px;
}

.section1_links ul li:hover p {
    color: #f5e076;
}

.section1_links ul li div img {
    display: block;
    margin: 0 auto;
}

.section1_links ul li a {
    display: block;
}

.section1_links ul li a p {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.section1_main {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.section1_title a {
    display: block;
}

.section1_title a p {
    color: #0e7749;
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
}

.section1_title a span {
    display: inline-block;
    font-size: 18px;
    color: #797979;
    text-transform: uppercase;
    margin-left: 10px;
    font-family: 'Arial';
}

.section1_title a em {
    float: right;
    margin-top: 13px;
}

.section1_main_l,
.section1_main_r {
    width: 48%;
    min-height: 450px;
}

.section1_main_l ul {
    margin-top: 20px;
}

.section1_main_l ul li {
    border-bottom: 1px solid #dcdcdc;
}

.section1_main_l ul li:last-child {
    border-bottom: none;
}

.section1_main_l ul li p {
    font-size: 16px;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.section1_main_l ul li span {
    font-size: 14px;
}

.section1_main_l ul li a {
    display: block;
    line-height: 62px;
}

.section1_main_l ul li:hover p {
    font-weight: 600;
    transform: translateX(10px);
}

.section1_title .em:hover {
    color: #0e7749;
}

.section1_main_r ul {
    margin-top: 41px;
}

.section1_main_r .first_li a {
    display: block;
}

.first_li_cont p {
    font-size: 16px;
    color: #111111;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.first_li_img {
    width: 305px;
    height: 182px;
    overflow: hidden;
    margin-right: 25px;
}

.first_li_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.first_li:hover .first_li_img img {
    transform: scale(1.1);
}

.first_li_cont {
    overflow: hidden;
    position: relative;
    height: 182px;
}

.first_li_cont span {
    font-size: 14px;
    color: #111111;
    display: block;
    margin-top: 25px;
    /* text-indent: 2em; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.first_li_cont em {
    position: absolute;
    right: 0;
    bottom: 0;
}

.section1_main_r ul li {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    padding-left: 15px;
    transition: all .3s;
}

.section1_main_r ul li::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #0e7749;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.section1_main_r ul li:last-child {
    border-bottom: none;
}

.section1_main_r ul li p {
    font-size: 16px;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section1_main_r ul li a {
    display: block;
    line-height: 57px;
}

.section1_main_r ul li:hover p {
    font-weight: 600;
}

.section1_main_r ul li:hover {
    transform: translateY(-6px);

}

.section3 {
    background: url(../img/section3_bg.png)no-repeat center bottom;
    padding-bottom: 70px;
    padding-top: 47px;
    background-size: 100%;
}

.section3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section3 ul li {
    padding: 14px;
    margin-bottom: 10px;
    transition: all .3s;
    width: 48%;
    background: #f9f9f9;
    transition: all .3s;
}

.section3 ul li:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 1.88px 0.12px rgba(23, 23, 24, 0.04);
}

.section3 ul li div {
    background: #0e7749;
    float: left;
    text-align: center;
    padding: 10px 12px;
    transition: all .3s;
    margin-right: 25px;
}

.section3 ul li div p {
    color: #fff;
    font-size: 14px;
}

.section3 ul li a {
    overflow: hidden;
    display: block;
}

.section3 ul li .list-time span {
    color: #fff;
    font-size: 14px;
}

.section3 ul li div a p {
    font-size: 17px;
    font-weight: bold;
    color: #494949;
}

.section3 ul li a span {
    font-size: 14px;
    color: #797878;
    margin-top: 12px;
    display: block;
    line-height: 20px;
    text-indent: 2em;
    margin-top: 2px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section3 ul li a p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section3 ul li:hover a p {
    font-weight: 600;
}

.center_title {
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.center_title p {
    font-size: 28px;
    color: #0e7749;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
}

.center_title span {
    font-size: 18px;
    color: #797979;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-family: 'Arial';
}

.center_title em {
    font-size: 14px;
    color: #414141;
    position: absolute;
    right: 0;
    top: 37%;
}

.section2 .center_title p,
.section2 .center_title em {
    color: #fff;
}

.section2 .center_title span {
    color: #d8d5d5;
}

.section2 {
    padding-top: 40px;
    background: url(../img/section2_bg.png) no-repeat 20px bottom #0e7749;
    padding-bottom: 80px;
}

.notice_wrapper {
    overflow: hidden;
    padding: 20px 0;
}

.notice_wrapper .swiper-slide {
    transition: all .3s;
}

.notice_wrapper .swiper-slide:hover {
    transform: translateY(-8px);
    box-shadow: 0px 22px 11.31px 1.69px rgba(23, 23, 24, 0.17);
}

.notice_wrapper .swiper-slide a {
    display: block;
    background: url(../img/notic_li_bg.png)no-repeat right bottom #fff;
    border-bottom: 5px solid #f5e076;
    border-top-right-radius: 20px;
    padding: 19px 12px;
}

.notice_wrapper .swiper-slide span {
    font-size: 14px;
    color: #242424;
    padding-left: 20px;
    background: url(../img/notic_ico.png)no-repeat left center;
}

.notice_wrapper .swiper-slide p {
    margin-top: 15px;
    min-height: 63px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.notice_prev {
    width: 49px;
    height: 49px;
    background: url(../img/notic_p.png)no-repeat;
    position: absolute;
    left: -66px;
    cursor: pointer;
    top: 55%;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.section2:hover .notice_prev,
.section2:hover .notice_next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.notice_next {
    width: 49px;
    height: 49px;
    background: url(../img/notic_n.png)no-repeat;
    position: absolute;
    right: -66px;
    top: 55%;
    cursor: pointer;
    transform: translateX(10px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.section2 .center_title {
    margin-bottom: 20px;
}



.m-banner {
    display: none;
}

.m-banner a {
    position: relative;
    display: block;
}

.m-banner img {
    display: block;
    width: 100%;

}

@media screen and (max-width:1200px) {
    .section1_main>div {
        width: 100%;
    }

    .section1_main {
        flex-wrap: wrap;
    }

    .banner_wrapper {
        display: none;
    }

    .m-banner {
        display: block;
    }

    .section1_links{
        margin-top:10px !important;
    }
     .section1_links img {
         width:30px;
     }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {
    .section3 ul li {
        width: 100%;
    }

    .section2 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:480px) {
    .first_li_img {
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .first_li_cont {
        height: 150px
    }

    .center_title p,
    .section1_title a p {
        font-size: 22px;
    }

    .center_title span,
    .section1_title a span {
        font-size: 14px;
    }

    .swiper-slide img {
        height: 300px;
    }
}