﻿@charset "utf-8";
/* CSS Document */
/*2025.12.24*/

.box {
    overflow: hidden;
    position: relative;
}

body {
    background: url(../../images/bg1.jpg) no-repeat center top;
    background-size: cover;
}

.container {
    max-width: 1430px;
    margin: 0 auto;
    position: relative;
}

.container1 {
    max-width: 1810px;
}

.container2 {
    max-width: 1520px;
    background: #f4f7fd;
}

/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
        color: #b71c22;
        opacity: 1;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        box-shadow: none;
        /*padding: 0 100px 0 15px;*/
        border-radius: 0;
    }

        .search-form .form-text:focus {
            border: none;
            border-bottom: 1px solid #ccc;
            font-style: normal;
            border-bottom-color: #2455b3;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: none;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #2455b3;
            color: #fff;
        }

/*顶部弹出样式 end*/
.banner {
}

    .banner .swiper-slide {
        height: 100%;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .banner .swiper-container .swiper-slide a {
        text-decoration: none;
        display: block;
        text-align: center;
        position: relative;
    }

        .banner .swiper-container .swiper-slide a img {
        }
    /*.banner .swiper-container .swiper-slide a::after{
	 background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));

	position: absolute;
	content: "";
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 70%;
}*/
    .banner .swiper-slide {
        box-shadow: none !important;
    }

    /*解决fade产生阴影的另一种办法*/
    /*.banner .swiper-slide {
  opacity: 0 !important;
}
.banner .swiper-slide-active {
  opacity: 1 !important;
}*/



    .banner .swiper-container {
        padding-bottom: 20px;
        height:980px;
    }

        .banner .swiper-container a {
            text-decoration: none;
            display: block;
            position: relative;
        }

    .banner .swiper-pagination {
        width: 100%;
        bottom: 186px;
        text-align: left;
        left: 15px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #fff;
        cursor: pointer;
        opacity: 0.45;
        border-radius: 100%;
        margin-right: 13px;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }

    .banner .swiper-container .ban-text {
        position: absolute;
        left: 0px;
        bottom: 255px;
        width: 100%;
        z-index: 11;
    }

        .banner .swiper-container .ban-text p {
            font-size: 54px;
            width: 50%;
            color: #fff;
            line-height: auto;
            margin-bottom: 0;
            font-weight: bold;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }


/*banner end*/

img {
    max-width: 100%;
}

.topr-nav {
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 11;
}

    .topr-nav ul {
        padding: 0;
        margin: 0;
    }

        .topr-nav ul li {
            margin-bottom: 20px;
            text-align: right;
            height: 64px;
            width: 170px;
            background: #fff;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            line-height: 64px;
            color: #0078ef;
            font-size: 18px;
        }

            .topr-nav ul li a {
                display: flex;
                align-items: center;
                justify-content: space-around;
            }

            .topr-nav ul li:hover {
                background-image: linear-gradient(rgba(1,108,236,1), rgba(0,170,246,1));
            }

                .topr-nav ul li:hover a {
                    color: #fff;
                    text-decoration: none;
                }



            .topr-nav ul li a i {
                display: block;
                width: 58px;
                height: 58px;
                background: url(../../images/tic1.png) no-repeat center center;
                float: left;
            }

            .topr-nav ul li:hover a i {
                background: url(../../images/tic1h.png) no-repeat center center;
            }

            .topr-nav ul li:nth-child(2) a i {
                background: url(../../images/tic2.png) no-repeat center center;
            }

            .topr-nav ul li:nth-child(2) a:hover i {
                background: url(../../images/tic2h.png) no-repeat center center;
            }

            .topr-nav ul li:nth-child(3) a i {
                background: url(../../images/tic3.png) no-repeat center center;
            }

            .topr-nav ul li:nth-child(3) a:hover i {
                background: url(../../images/tic3h.png) no-repeat center center;
            }

            .topr-nav ul li:nth-child(4) a i {
                background: url(../../images/tic4.png) no-repeat center center;
            }

            .topr-nav ul li:nth-child(4) a:hover i {
                background: url(../../images/tic4h.png) no-repeat center center;
            }

            .topr-nav ul li:nth-child(5) a i {
                background: url(../../images/tic5.png) no-repeat center center;
            }

            .topr-nav ul li:nth-child(5) a:hover i {
                background: url(../../images/tic5h.png) no-repeat center center;
            }

            .topr-nav ul li:nth-child(6) a i {
                background: url(../../images/tic6.png) no-repeat center center;
            }

            .topr-nav ul li:nth-child(6) a:hover i {
                background: url(../../images/tic6h.png) no-repeat center center;
            }

.top {
    padding-top: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1111;
}

.topfix .top {
    position: fixed;
    top: 0;
    height: 109px;
    background-image: linear-gradient(rgba(1, 108, 236, 1), rgba(0, 170, 246, 1));
    background-size: cover;
}

.top-tit {
    color: #fff;
}

    .top-tit a {
        color: #fff;
        padding: 0 10px;
        font-size: 18px;
    }

        .top-tit a img {
            vertical-align: -2px;
        }

        .top-tit a:hover {
            color: #fff;
            text-decoration: underline;
        }


.logo {
    width: 35%;
    padding-top: 15px;
}

.topfix .logo {
    padding-top: 0px;
}

.top-right {
    width: 65%;
}

.wc-menu {
    margin-top: 25px;
    float: right;
}

.topfix .wc-menu {
    margin-top: 15px;
}

.wc-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    text-align: center;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .wc-menu ul li {
        line-height: 30px;
        position: relative;
        text-align: center;
        list-style: none;
    }

        .wc-menu ul li a {
            font-size: 20px;
            color: #fff;
            position: relative;
            display: block;
            padding: 0 2px;
            line-height: 29px;
            margin: 0 12px;
            padding-bottom: 5px;
            text-decoration: none;
        }

        .wc-menu ul li > a:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0px;
            height: 2px;
            background-color: #fff;
            transform: scaleX(0) scaleY(1);
            transition: all .5s ease-in-out;
            border-radius: 2px;
        }

        .wc-menu ul li a.active > a:after, .wc-menu ul li > a:hover:after {
            opacity: 1;
            transform: scaleX(1) scaleY(1);
        }


        .wc-menu ul li a.active:after,
        .wc-menu ul li a.move:after,
        .wc-menu ul li a.selected:after,
        .wc-menu ul li a.parent:after,
        .wc-menu ul li a:hover:after {
            opacity: 1;
            transform: scaleX(1) scaleY(1);
        }

        .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: #fff;
        }


        .wc-menu ul li .ernav {
            position: absolute;
            left: -30%;
            top: 100%;
            width: 160%;
            z-index: 111 !important;
            display: none;
            opacity: 1;
            /*border-top: 2px solid #4abad2;*/
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
            -webkit-animation-duration: .4s;
            -webkit-animation-fill-mode: both;
            animation-duration: .4s;
            animation-fill-mode: both;
            -webkit-animation-name: layui-upbit1;
            animation-name: layui-upbit1;
        }

        .wc-menu ul li:nth-child(3) .ernav {
            width: 200px;
            left: -50px;
        }


@keyframes layui-upbit1 {
    0% {
        transform: translate3d(0%, 15px, 0);
        opacity: .3;
    }

    100% {
        transform: translate3d(0%, 0, 0);
        opacity: 1;
    }
}

.wc-menu ul li .ernav ul {
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
    background: rgba(255,255,255,0.66);
}

    .wc-menu ul li .ernav ul li {
        /*text-align: center;*/
        float: none;
        display: block;
        /*二级下拉有影响，需要转化为块状*/
        background: none;
        line-height: 26px;
        border: none;
        margin: 0;
        padding: 0;
    }

        .wc-menu ul li .ernav ul li:last-child {
            border-bottom: none;
        }

        .wc-menu ul li .ernav ul li a {
            line-height: 24px;
            font-size: 16px;
            text-align: center;
            background: none;
            box-shadow: none;
            border-radius: 0;
            color: #333;
            margin: 0;
            display: block;
            padding: 10px 5px;
            border-bottom: none;
            font-weight: normal;
            text-decoration: none;
        }

            .wc-menu ul li .ernav ul li a:hover {
                color: #fff;
                background: #9accf7;
            }

        .wc-menu ul li .ernav ul li > a:after {
            content: none;
        }

/*menu End*/
/*banner end*/

.index-con {
    margin-top: -160px;
}

    .index-con .container2 {
        padding-top: 170px;
        background: #f4f7fd;
        padding-bottom: 250px;
    }

.newbg {
}

.new-left {
    width: 890px;
}

.new-right {
    width: 445px;
}


.new-top {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.new-tit i {
    font-size: 18px;
    color: #719bcf;
    font-style: normal;
    font-weight: bold;
}

.new-tit span {
    font-size: 42px;
    color: #333;
    font-weight: bold;
    display: block;
}

.new-tit {
}

.new-more a {
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    color: #2f6ef8;
    font-weight: normal;
    /*border: 1px solid;
	border-image-source: linear-gradient(to right, #4eadfe,#3abefe,#1aebfe);
	 border-image-slice: 1;
	border-radius: 30px;
	
	padding: 0 28px;*/
    text-decoration: none;
    background: url(../../images/amore.png) no-repeat center center;
    width: 132px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    transition: all 0.4s ease-out;
}

    .new-more a:hover {
        transition: all 0.4s ease-out;
        transform: translateY(-5px);
        background: url(../../images/amore.png) no-repeat center center;
    }

    .new-one .new-oli {
        margin-top: 40px;
    }

    .new-one .n-oli {
        transition: all 0.4s ease-out;
    }

        .new-one .n-oli .n-liimg {
            overflow: hidden;
            border-radius: 15px;
        }

            .new-one .n-oli .n-liimg img {
                border-radius: 15px;
                height: 241px;
                object-fit: cover;
                transform: scale(1.0);
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                -ms-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

        .new-one .n-oli:hover .n-liimg img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transition: all 0.2s linear;
        }




        .new-one .n-oli .n-text h4 {
            font-size: 18px;
            color: #333;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            margin: 23px 0 13px;
        }

        .new-one .n-oli .n-text p {
            font-size: 14px;
            color: #a0a8b5;
            line-height: 25px;
            margin-bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .new-one .n-oli .n-date {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 16px;
        }

            .new-one .n-oli .n-date span {
                font-size: 16px;
                color: #fff;
                border-radius: 20px;
                line-height: 33px;
                padding: 0 15px;
                background-image: linear-gradient(rgba(1,108,236,1), rgba(0,170,246,1));
            }

            .new-one .n-oli .n-date i {
                font-size: 18px;
                color: #fff;
                border-radius: 100%;
                font-style: normal;
                line-height: 33px;
                width: 33px;
                display: block;
                text-align: center;
                background-image: linear-gradient(rgba(1,108,236,1), rgba(0,170,246,1));
            }

        .new-one .n-oli:hover .n-text p {
            color: #333;
        }

.new-rcon {
}

    .new-rcon ul {
        padding: 0;
        margin: 0;
        margin-top: 40px;
    }

        .new-rcon ul li {
            position: relative;
            background: #fff;
            border-radius: 15px;
            margin-bottom: 30px;
            padding: 11px;
            display: flex;
            transition: all 0.4s ease-out;
            align-items: center;
            align-content: center;
            justify-content: center;
        }

            .new-rcon ul li .li-date {
                background-image: linear-gradient(rgba(1, 108, 236, 1), rgba(0, 170, 246, 1));
                border-radius: 5px;
                width: 75px;
                height: 90px;
                text-align: center;
                display: flex;
                align-items: center;
                align-content: center;
                justify-content: center;
                flex-direction: column;
            }

                .new-rcon ul li .li-date span {
                    display: block;
                    font-size: 28px;
                    color: #fff;
                }

                .new-rcon ul li .li-date p {
                    font-size: 16px;
                    color: #fff;
                    margin-bottom: 0;
                }

            .new-rcon ul li .li-tt {
                width: calc(100% - 75px);
                padding-left: 20px;
            }

                .new-rcon ul li .li-tt p {
                    font-size: 18px;
                    color: #333;
                    font-weight: bold;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

            .new-rcon ul li i {
                font-size: 18px;
                color: #fff;
                border-radius: 100%;
                font-style: normal;
                line-height: 33px;
                width: 33px;
                display: block;
                text-align: center;
                background-image: linear-gradient(rgba(1,108,236,1), rgba(0,170,246,1));
                position: absolute;
                right: 10px;
                bottom: 10px;
            }

            .new-rcon ul li:hover {
                box-shadow: 10px 25px 17px -17px rgba(0, 0, 0, 0.35);
                transform: scale(1.02);
                transition: all 0.4s ease-out;
            }


.college {
    padding: 50px 0;
}

.college-con {
    margin-top: 30px;
}

.coll-li {
    padding: 20px 28px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    transform: rotate(3deg);
    z-index: 1;
}

    .coll-li .coll-img {
        width: 240px;
        z-index: 1;
        transform: rotate(-3deg);
        padding-top: 18px;
    }

        .coll-li .coll-img img {
            border-radius: 12px;
        }


    .coll-li .coll-text {
        padding-left: 33px;
        transform: rotate(-3deg);
        width: calc(100% - 240px);
        z-index: 1;
    }

        .coll-li .coll-text h4 {
            font-size: 20px;
            color: #333;
            font-weight: bold;
            line-height: 36px;
            white-space: pre-wrap;
            word-wrap: break-word;
            /*//英文字母强制换行*/

            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

        .coll-li .coll-text .coll-pp {
            margin-top: 52px;
        }

            .coll-li .coll-text .coll-pp p {
                font-size: 16px;
                color: #295196;
                line-height: 26px;
                margin-bottom: 8px;
            }

    .coll-li i {
        font-size: 18px;
        color: #fff;
        border-radius: 100%;
        font-style: normal;
        line-height: 33px;
        width: 33px;
        display: block;
        text-align: center;
        background-image: linear-gradient(rgba(1,108,236,1), rgba(0,170,246,1));
        position: absolute;
        right: 10px;
        bottom: 30px;
        z-index: 1;
    }

.college-con .coll-li::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background: #c9e4f7;*/
    background: #fff;
    transform: rotate(-3deg);
    border-radius: 10px;
    z-index: 0;
    /*opacity: 0;*/
}

.college-con .coll-li:hover {
    background: #c9e4f7;
}

.life-con {
    margin-top: 15px;
}

.user_box {
    overflow: hidden;
    padding: 10px 0;
}

.user_ul {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
    /*overflow-x: auto;*/
    padding: 0;
}

    .user_ul li {
        width: 380px;
        border-radius: 10px;
        float: left;
        text-align: center;
        margin-right: 25px;
        box-shadow: 0 0px 10px rgba(0,0,0,0.2);
    }

        .user_ul li img {
            border-radius: 10px;
        }



/*footer*/
.footer {
    background: url(../../images/fbg.png) no-repeat center top;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    min-height: 525px;
}

.flogo {
    position: absolute;
    left: calc(50% - 100px);
    top: -100px;
}



.footer {
}

    .footer .row2 {
        align-items: center;
        padding-top: 195px;
    }



.f-left {
}

.footer h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.f-left p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
    line-height: 2.2;
}

.copyd {
    margin-top: 70px;
}

    .copyd p {
        font-size: 14px;
        color: #7c98cc;
    }

.yright {
    width: 310px;
    float: right;
    text-align: left;
}

    .yright select {
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #132867;
        border: none;
        width: 310px;
        margin-top: 16px;
        padding-left: 10px;
    }

.quick {
    margin-top: 50px;
}

    .quick ul {
        padding: 0;
        margin: 0;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .quick ul li {
            display: inline-block;
        }

            .quick ul li a {
                display: inline-block;
                width: 46px;
                height: 46px;
                background: url(../../images/fic1.png) no-repeat center center;
            }

                .quick ul li a:hover {
                    background: url(../../images/fic1h.png) no-repeat center center;
                }

            .quick ul li:nth-child(2) a {
                background: url(../../images/fic2.png) no-repeat center center;
            }

                .quick ul li:nth-child(2) a:hover {
                    background: url(../../images/fic2h.png) no-repeat center center;
                }

            .quick ul li:nth-child(3) a {
                background: url(../../images/fic3.png) no-repeat center center;
            }

                .quick ul li:nth-child(3) a:hover {
                    background: url(../../images/fic3h.png) no-repeat center center;
                }

            .quick ul li:nth-child(4) a {
                background: url(../../images/fic4.png) no-repeat center center;
            }

                .quick ul li:nth-child(4) a:hover {
                    background: url(../../images/fic4h.png) no-repeat center center;
                }

            .quick ul li:nth-child(5) a {
                background: url(../../images/fic5.png) no-repeat center center;
            }

                .quick ul li:nth-child(5) a:hover {
                    background: url(../../images/fic5h.png) no-repeat center center;
                }





/*.wc-copyEnd*/


@media (max-width: 1500px) {

    .container {
        width: 92%;
    }

    .index-con .container2 {
        /*width: 100%;*/
    }

    .wc-menu ul li a {
        font-size: 18px;
        margin: 0 5px;
    }

    .banner .swiper-container .ban-text p {
        font-size: 40px;
    }

    .banner .swiper-container .ban-text {
        bottom: 230px;
    }

    .banner .swiper-pagination {
        bottom: 156px;
    }

    .new-left {
        width: 64%;
    }

    .new-right {
        width: 32%;
    }

    .new-tit span {
        font-size: 32px;
    }

    .new-rcon ul li {
        margin-bottom: 20px;
    }

    .footer {
        min-height: 480px;
    }

        .footer .row2 {
            padding-top: 150px;
        }

    .index-con .container2 .container {
        width: 98%;
    }
}

@media (max-width: 1400px) {
    .new-tit span {
        font-size: 28px;
    }

    .index-con .container2 {
        padding-top: 160px;
    }


    .new-one .new-oli {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .new-rcon ul {
        margin-top: 20px;
    }

    .college {
        padding-top: 20px;
    }

    .footer {
        min-height: 400px;
    }

        .footer .row2 {
            padding-top: 110px;
        }

    .coll-li .coll-text h4 {
        font-size: 20px;
    }

    .banner .swiper-container .ban-text {
        bottom: 180px;
    }

    .banner .swiper-pagination {
        bottom: 126px;
    }

    .new-rcon ul li .li-tt p {
        -webkit-line-clamp: 2;
    }

    .footer h4 {
        font-size: 22px;
    }

    .coll-li .coll-img {
        width: 180px;
    }

    .coll-li .coll-text {
        padding-left: 23px;
        width: calc(100% - 180px);
    }

        .coll-li .coll-text .coll-pp {
            margin-top: 50px;
        }
}

@media (max-width: 1300px) {
}
