﻿@charset "utf-8";

/* CSS Document */
/*2025.5.30*/

.box {
    overflow: hidden;
}

.container {
    max-width: 1430px;
    width: 95%;
}

.containerb {
    /* max-width: 1795px; */
    max-width: 1430px;
    width: 95%;
}

.wc-top {
    padding-top: 23px;
    padding-bottom: 28px;
    border-bottom: 6px solid #3baeae;
}

    .wc-top .row {
        align-items: flex-end;
    }

.top-tit {
    display: none;
    /*后续开放*/
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
}

    .top-tit a {
        background: #b89fa3;
        font-size: 16px;
        color: #fff;
        line-height: 43px;
        display: inline-block;
        margin-left: 25px;
        padding: 0 20px;
        text-decoration: none;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

        .top-tit a:nth-child(2) {
            background: #a0c391;
        }

        .top-tit a:nth-child(3) {
            background: #597a86;
        }

        .top-tit a:hover {
            opacity: 0.78;
        }

        .top-tit a img {
            padding-right: 5px;
            vertical-align: -5px;
        }






.wc-menu {
}

    .wc-menu ul {
        display: flex;
        justify-content: space-between;
        /* display: table; */
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .wc-menu ul li {
            line-height: 49px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            /*display: table-cell;*/
            /*float: left;*/
            list-style: none;
            /*margin: 0 20px;*/
            margin: 0px;
            /* display: table-cell; */
        }

            .wc-menu ul li a {
                font-size: 16px;
                color: #333;
                position: relative;
                display: inline-block;
                /*transition: all 0.2s;*/
                text-decoration: none;
                text-transform: uppercase;
                padding: 0;
            }

                .wc-menu ul li a.active,
                .wc-menu ul li a.move,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent,
                .wc-menu ul li a:hover {
                    color: #3baeae;
                }

            .wc-menu ul li .ernav {
                position: absolute;
                /*position: relative;*/
                left: -40px;
                top: 100%;
                width: 300px;
                z-index: 111 !important;
                display: none;
                opacity: 1;
                /*border-top: 2px solid #4abad2;*/
                background: #fff;
                border-radius: 5px;
                border: 1px solid #c9dede;
            }

                /* 
.wc-menu ul li:nth-child(3) .ernav {
	left: -28px;

}

.wc-menu ul li:nth-child(4) .ernav {
	left: -20px;

} */

                /* .wc-menu ul li:nth-child(3) .ernav ul li {
	padding: 0 20px;	
} */


                .wc-menu ul li .ernav ul {
                    padding-left: 0;
                    display: block;
                    margin-bottom: 0;
                    text-align: left;
                    border: none;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block;
                        /*二级下拉有影响，需要转化为块状*/
                        background: none;
                        text-align: left;
                        line-height: 26px;
                        border: none;
                        margin: 0;
                        padding: 0 40px;
                        border-bottom: 1px solid #c9dede;
                    }


                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .wc-menu ul li .ernav ul li a {
                            line-height: 28px;
                            font-size: 18px;
                            /*text-align: center;*/
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #a5a5a5;
                            margin: 0;
                            display: block;
                            padding: 10px 0;
                            border-bottom: none;
                            font-weight: normal;
                            text-decoration: none;
                            text-transform: capitalize;
                            white-space: pre-wrap;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                color: #3baeae;
                            }

/*menu End*/

img {
    max-width: 100%;
}

.banner .swiper-pagination {
    width: 100%;
    bottom: 15px;
    text-align: center;
    left: 0px;
}

.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    background: #fff;
    border: 1px solid #004b4b;
    width: 15px;
    height: 15px;
    opacity: 1;
    cursor: pointer;
    /*opacity: 0.55;*/
    border-radius: 100%;
    margin-right: 17px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    opacity: 0.5;
}

.dates {
    background: #f0f6f9;
    padding: 60px 0;
}



.new-top {
    /*display: flex;justify-content: space-between;
    align-items: center;*/

    position: relative;
}

    .new-top .new-tit {
        font-size: 42px;
        color: #333;
        font-weight: bold;
        display: inline-block;
    }

    .new-top .new-a {
        display: inline-block;
    }

        .new-top .new-a a {
            font-size: 18px;
            color: #bbb;
            border: 1px solid #ddd;
            width: 26px;
            height: 26px;
            line-height: 26px;
            display: inline-block;
            text-decoration: none;
            text-align: center;
            margin-left: 23px;
        }

.notice-con {
    padding-top: 40px;
}

    .notice-con .not-li {
    }

        .notice-con .not-li a {
            text-decoration: none;
            display: block;
            display: flex;
            background: #fff;
            padding: 32px 25px;
            transition: all 0.4s ease-out;
        }

        .notice-con .not-li:hover a {
            box-shadow: 0px 15px 27px -17px rgb(0 0 0 / 50%);
            transform: scale(1.01);
        }

        .notice-con .not-li a .not-limg {
            width: 62px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .notice-con .not-li a .not-ltt {
            width: calc(100% - 65px);
            display: -webkit-flex;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            padding-left: 18px;
        }

            .notice-con .not-li a .not-ltt span {
                display: block;
                font-size: 20px;
                color: #014a4b;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .notice-con .not-li a .not-ltt p {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                font-size: 20px;
                color: #333;
                margin-bottom: 0;
            }


.webg {
    background: url(../../images/webg.jpg) no-repeat left center;
    background-size: cover;
    min-height: 500px;
    padding-top: 75px;
    padding-bottom: 10px;
}

.we-one {
    margin-top: 50px;
}

    .we-one .we-oleft {
        padding-right: 90px;
    }

        .we-one .we-oleft h4 {
            font-size: 32px;
            font-weight: bold;
            color: #333;
        }

        .we-one .we-oleft h5 {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin: 30px 0;
        }

        .we-one .we-oleft p {
            font-size: 20px;
            color: #333;
            line-height: 31px;
            margin-bottom: 28px;
        }














.supp {
    padding: 85px 0 80px;
    background: #fff;
    min-height: 200px;
}

    .supp h4 {
        font-size: 22px;
        font-weight: bold;
        color: #004b4b;
    }

.sup-con {
    padding-top: 40px;
}

    .sup-con ul {
        padding: 0;
        margin: 0;
    }

        .sup-con ul li {
            display: inline-block;
            padding-bottom: 10px;
            padding-right: 20px;
        }


.footer {
    padding: 110px 0 40px;
    background: url(../../images/ftbg.jpg) no-repeat center center;
    min-height: 300px;
    background-size: cover;
}


    .footer .f-pp {
        margin-bottom: 33px;
    }

        .footer .f-pp a {
            color: #fff;
        }

            .footer .f-pp a:hover {
                color: #18a887;
            }

    .footer .f-mid {
        padding-left: 2%;
    }

    .footer h4 {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
    }

        .footer h4 a {
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
        }

    .footer p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
    }

.f-right a {
    display: block;
    margin-bottom: 25px;
}















@media (min-width: 1200px) {
    .logo {
        flex: 0 0 22%;
        max-width: 22%;
    }

    .wc-menu {
        flex: 0 0 78%;
        max-width: 78%;
    }
}

@media (min-width: 1400px) {
}



@media (max-width: 1600px) {

    .wc-menu ul li a {
        font-size: 16px;
    }

    .wc-menu ul li .ernav {
        left: -30px;
    }

        .wc-menu ul li .ernav ul li a {
            font-size: 16px;
        }

        .wc-menu ul li .ernav ul li {
            padding: 0 30px;
        }
}

@media (max-width: 1500px) {
}

@media (max-width: 1400px) {

    .new-top .new-tit {
        font-size: 38px;
    }

    .we-one .we-oleft h4 {
        font-size: 28px;
    }


    /* .wc-menu ul li .ernav {
		left: -30px;
	} */

    /* .wc-menu ul li:nth-child(3) .ernav ul li {
		padding: 0 10px;
	} */

    .wc-top {
        padding-bottom: 15px;
    }

    .we-one .we-oleft p {
        font-size: 18px;
    }


    .footer {
        padding-top: 60px;
    }

        .footer p {
            font-size: 18px;
        }
}



@media (max-width: 1300px) {

    .wc-menu ul li a {
        font-size: 14px;
    }

    .top-tit a {
        line-height: 38px;
    }

    .notice-con .not-li a .not-ltt span {
        font-size: 18px;
    }

    .notice-con .not-li a .not-ltt p {
        font-size: 18px;
    }

    .notice-con .not-li a .not-limg {
        width: 52px;
    }

    .new-top .new-tit {
        font-size: 34px;
    }
}

@media (max-width: 1200px) {

    /*中等屏幕设备 桌面*/
    /*变成手机样式*/
    .top-tit {
        position: relative;
        text-align: center;
        left: auto;
        right: auto;
    }

        .top-tit a {
            width: 100%;
            margin: 10px 0;
            border-radius: 0;
        }

    .notice-con .not-li {
        margin-bottom: 30px;
    }

    .dates {
        padding: 30px 0;
    }

    .notice-con .not-li a .not-ltt {
        display: block;
    }

    .new-top .new-tit {
        font-size: 32px;
    }

    .webg {
        padding-top: 50px;
    }

    .we-one .we-oleft h4 {
        font-size: 26px;
    }

    .we-one .we-oleft h5 {
        font-size: 22px;
    }

    .we-one .we-oleft p {
        line-height: 28px;
        margin-bottom: 22px;
    }
}


@media (max-width: 991px) {

    /*小屏幕设备 平板*/
    .logo1 img {
        max-width: 60%;
    }

    .banner {
        margin-top: 50px;
    }

    .new-top .new-tit {
        font-size: 26px;
    }

    .we-one .we-oleft {
        padding-right: 30px;
    }

        .we-one .we-oleft h4 {
            font-size: 22px;
        }

        .we-one .we-oleft h5 {
            font-size: 20px;
            margin: 20px 0;
        }

    .we-one {
        margin-top: 30px;
    }





    .f-right {
        text-align: center !important;
    }

    .footer .f-pp {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        text-align: left;
        float: left;
    }

    .mobile-header-btn {
        /*top: 2px;*/
    }

    .container {
        width: 100%;
    }

    .navigation--offcanvas li > a {
        font-size: 15px;
    }

    .banner .swiper-pagination {
        bottom: 5px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .new-top .new-tit {
        font-size: 20px;
    }

    .new-top .new-a a {
        width: 20px;
        height: 20px;
        line-height: 18px;
    }

    .dates {
        padding: 30px 0 10px;
    }

    .notice-con {
        padding-top: 25px;
    }

        .notice-con .not-li a {
            padding: 20px;
        }

            .notice-con .not-li a .not-limg {
                width: 46px;
            }

        .notice-con .not-li {
            margin-bottom: 25px;
        }

    .webg {
        padding-top: 30px;
    }

    .we-one .we-oleft h4 {
        font-size: 18px;
    }

    .we-one .we-oleft h5 {
        font-size: 16px;
        margin: 10px 0;
    }

    .we-one .we-oleft p {
        font-size: 16px;
        line-height: 20px;
    }

    .we-oright {
        margin-bottom: 20px;
        text-align: center;
    }

        .we-oright img {
            max-width: 60%;
            display: inline-block;
        }


    .supp {
        padding: 25px 0;
    }

    .sup-con {
        padding-top: 20px;
    }

    .footer {
        padding: 35px 0 20px;
    }

        .footer h4 {
            font-size: 18px;
        }

            .footer h4 a {
                font-size: 18px;
            }

        .footer p {
            font-size: 16px;
        }

    /*.order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }*/


}

@media (min-width: 60px) {
    /*.order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
.order-sm-2 {
        -ms-flex-order: 2;
        order: 1;
    }*/


}
