@charset "utf-8";

/* CSS Document */
/*2025.4.3*/

.box {
    overflow: hidden;
}

.container {
    max-width: 1430px;
    width: 90%;
}

.container2 {
    width: 90%;
    max-width: 1800px;
}


.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: #0d3692;
        }

    .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: #23519d;
            color: #fff;
        }

/*顶部弹出样式 end*/
.top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 11;
    padding-top: 20px;
    background: url(../images/topbg.png) repeat-x left top;
    height: 45%;
}

.top-right {
}

.logo {
}

.top-tit {
}

    .top-tit a {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        padding-left: 30px;
    }

.wc-menu {
    padding-top: 10px;
}

    .wc-menu ul {
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .wc-menu ul li {
            line-height: 36px;
            position: relative;
            text-align: center;
            list-style: none;
        }

            .wc-menu ul li a {
                font-size: 20px;
                color: #fff;
                position: relative;
                display: block;padding-bottom:10px;
    margin-bottom: 2px;
                text-decoration: none;
                border-bottom: 3px solid transparent;
            }

                .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 {
                    border-bottom: 3px solid #fff;
                }

            .wc-menu ul li .ernav {
                position: absolute;
                left: -30%;
                top: 100%;
                background: none;
               
width:160%;
                z-index: 111 !important;
                display: none; text-align: center;
                opacity: 0.8;
                box-shadow:none;
    -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: upbit1;
    animation-name: upbit1;
            }
.wc-menu ul li:first-child .ernav{
		width: 300%;
		left: -100%;
	}

.wc-menu ul li:nth-child(3n) .ernav{
	    width: 340px;
            left: -140px;
}


                .wc-menu ul li .ernav ul {
                    padding-left: 0;
                    display: block;
                    margin-bottom: 0;
                   
                    border: none;
                }

                    .wc-menu ul li .ernav ul li {
                        float: none;
                        display: block;
                        background:#fff;
                       
                        line-height: 26px;
                        border-bottom: 1px solid #124268;
                        margin-top:2px;

                        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: 18px;
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #2959b0;
                            margin: 0;
                            display: block;
                            padding: 10px 0px 10px 0px;
                            border-bottom: none;
                            font-weight: normal;
                            text-decoration: none;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                background: #2959b0;
color:#fff;
                            }


@keyframes upbit1 {
    0% {
        transform: translate3d(0%, 15px, 0);
        opacity: .3;
    }
    100% {
       transform: translate3d(0%, 0, 0);
        opacity: .8;
    }
}


/*menu End*/
/*.banner .bbg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: url(../images/banbg.png) repeat-x left bottom;
    z-index: 1;
    height: 100%;
}*/

.banner .swiper-container .swiper-slide a {
    text-decoration: none;
    display: block;
}

.banner .swiper-container a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}

    .banner .swiper-container a img {
        /*-webkit-animation: 15s infinite activeB;
						    -o-animation: 15s infinite activeB;
						    animation: 15s infinite activeB;*/
    }

.bpage {
    position: absolute;
    bottom: 4px;
    z-index: 11;
    right: 0;
    left: auto;
    width: 100%;
}

.banner .swiper-pagination {
    width: auto;
    text-align: right;
    position: relative;
    right: 0;
    left: auto;
    float: right;
}

.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    background: #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
    cursor: pointer;
    /*opacity: 0.55;*/
    border-radius: 100%;
    margin-right: 20px;
    border: 2px solid #fff;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    background: none;
}

.banner .swiper-container .ban-text {   
    z-index: 11;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0;   
    z-index: 1;
    padding:24px 0 30px;
    background: rgba(0, 0, 0, 0.5);
}

.banner .swiper-container .ban-pp {
    text-align: left;
}

    .banner .swiper-container .ban-pp p {
        font-size: 26px;
        color: #fff;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        font-family: 'Source Han Serif CN';
    }

.ban-tt{
    position: relative;
    z-index: 99;
}
.ban-tt .welcome{
    position: absolute;
    bottom: 10px;
    z-index: 99;
    width: calc(100% - 150px);
    text-align: left;
}

.ban-tt h4{
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
        line-height:88px;    
}
.ban-ttt{
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: left;
    z-index: 999;
}

/*banner end*/

img {
    max-width: 100%;
}

.new-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.new-tt {
    position: relative;
    width: 50%;
    z-index: 1;
}

    .new-tt span {
        display: block;
        font-size: 52px;
        color: #000;
       /* font-family: 'Source Han Serif CN';*/
    }

    .new-tt i {
        display: block;
        width: 66px;
        height: 4px;
        background: #333;
    }

.new-more {
    position: relative;
    margin-top: 20px;
}

    .new-more a {
        font-size: 20px;
        color: #1d6dc0;
    }

        .new-more a img {
            padding-left: 5px;
        }


.news {
    padding: 60px 0 60px;
}

.new-leftcon {
    margin-top: 40px;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px;
}

.new-leftcon {
    position: relative;
    display: block;
    text-decoration: none;
}

    .new-leftcon .swiper-slide {
        position: relative;
    }

    .new-leftcon .new-img {
        background: #10306b;
        padding-left: 40px;
        padding-bottom: 40px;
        max-width: 60%;
    }

        .new-leftcon .new-img img {
            margin-top: -36px;
            display: inline;
        }

.pad10 {
    /*max-width: 40%;*/
    /*float: right;*/
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: 39%;
}

    .pad10 .swiper-wrapper {
        text-align: right;
        padding-bottom: 20px;
    }

.new-leftcon .mySwiper .swiper-slide {
    /*height: 100%;*/
    opacity: 0.45;
}

.new-leftcon .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    box-shadow: 1px 4px 10px 0px #919191;
}

.new-leftcon .swiper-slide img {
    /*display: block;*/
    /*width: 100%;
        height: 100%;*/
    object-fit: cover;
    cursor: pointer;
}

.new-leftcon .bp {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #f5f5f5;
    max-width: 43.2%;
    height: 470px;
    padding: 50px 50px;
}

    .new-leftcon .bp h5 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        font-size: 26px;
        color: #000;
        line-height: 42px;
        font-family: 'Source Han Serif CN';
    }

    .new-leftcon .bp span {
        display: block;
        font-size: 20px;
font-weight: bold;
        color: #1d6dc0;
        margin: 12px 0;
        font-family: 'Source Han Serif CN';
    }

    .new-leftcon .bp p {
        font-size: 16px;
        color: #999;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }





.research {
}

.rebg {
    background: url(../images/rebg.jpg) no-repeat center center;
    background-size: cover;
    margin: 50px 0;
    min-height: 520px;
    padding: 60px 0 40px;
    position: relative;
}

    .rebg .swiper-container {
        padding-bottom: 50px;
        margin-left: 13%;
    }

        .rebg .swiper-container .swiper-slide {
            border-right: 10px solid transparent;
            border-bottom: 10px solid transparent;
            position: relative;
        }

            .rebg .swiper-container .swiper-slide:hover {
                /*border-right: 10px solid #083869;
	border-bottom: 10px solid #083869;*/
                transition: all 0.4s ease-out;
            }

            .rebg .swiper-container .swiper-slide::before {
                content: "";
                position: absolute;
                right: -10px;
                top: 10px;
                width: 10px;
                height: calc(100% - 10px);
                background: #083869;
                opacity: 0;
                transition: all 0.4s ease-out;
            }

            .rebg .swiper-container .swiper-slide::after {
                content: "";
                position: absolute;
                left: 10px;
                bottom: -10px;
                width: 100%;
                height: 10px;
                background: #083869;
                opacity: 0;
                transition: all 0.4s ease-out;
            }

            .rebg .swiper-container .swiper-slide:hover::after {
                opacity: 1;
                transition: all 0.4s ease-out;
            }

            .rebg .swiper-container .swiper-slide:hover::before {
                opacity: 1;
                transition: all 0.4s ease-out;
            }





        .rebg .swiper-container a {
            text-decoration: none;
            display: block;
            box-shadow: 1px 15px 17px -7px rgba(0, 0, 0, 0.56);
            /*border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;*/
        }

            .rebg .swiper-container a .re-text {
                background: #f6fafd;
                padding: 20px;
            }

            .rebg .swiper-container a:hover {
            }

            .rebg .swiper-container a .re-text span {
                display: block;
                color: #1d6dc0;
font-weight: bold;
                font-size: 16px;
font-family: 'Source Han Serif CN';
margin-bottom: 10px;
            }

            .rebg .swiper-container a .re-text p {
                font-size: 18px;
                color: #333;
                line-height: 30px;
font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                margin-bottom: 0;
font-family: 'Source Han Serif CN';
            }

    .rebg .swiper-pagination {
        width: 100%;
        bottom: 0;
    }

    .rebg .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        background: #fff;
        width: 12px;
        height: 12px;
        opacity: 1;
        cursor: pointer;
        /*opacity: 0.55;*/
        border-radius: 100%;
        margin-right: 20px;
    }

    .rebg .swiper-container .swiper-pagination-bullet-active {
        opacity: 0.5;
    }



.upcoming {
    padding-bottom: 50px;
}


.xuan-top {
    margin-top: 33px;
}

    .xuan-top ul {
        padding: 0;
        margin: 0;
    }

        .xuan-top ul li {
            font-size: 20px;
            color: #000;
            display: inline-block;
            cursor: pointer;
            padding: 0 14px;
            line-height: 37px;
            margin-right: 20px;
            border-radius: 20px;
        }

            .xuan-top ul li:hover, .xuan-top ul li.active {
                color: #fff;
                background: #1d6dc0;
            }

.xuan-bcon {
    margin-top: 65px;
}

.xuan-box {
    overflow: hidden;
}

.xuan-ul {
    width: 62%;
    float: left;
}

    .xuan-ul ul {
        padding: 0;
        margin: 0;
    }

        .xuan-ul ul li {
            background: #f6fafd;
            margin-bottom: 40px;
            padding: 25px 35px;
            position: relative;
        }

            .xuan-ul ul li::before {
                content: "";
                position: absolute;
                left: 40px;
                bottom: -10px;
                width: 0;
                height: 10px;
                opacity: 0;
                transition: 0.8s;
            }

            .xuan-ul ul li:hover::before {
                opacity: 1;
                width: calc(100% - 80px );
                background: #0a5aa8;
            }


            .xuan-ul ul li h5 {
                font-size: 20px;
                color: #000;
                /*line-height: 2;*/
                font-weight: normal;
                margin-bottom: 15px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                font-family: 'Source Han Serif CN';
            }

            .xuan-ul ul li .li-pp {
            }

                .xuan-ul ul li .li-pp p {
                    font-size: 16px;
                    color: #1d6dc0;
                    margin-bottom: 0;
                    line-height: 30px;
                }

                    .xuan-ul ul li .li-pp p img {
                        padding-right: 10px;
                    }

.xuan-book {
    width: 33%;
    float: right;
    position: relative;
    padding-top: 40px;
    text-align: right;
}

    .xuan-book img {
        position: relative;
        border-right: 40px solid #dae6f2;
        transition: all 0.4s ease-out;
    }

    .xuan-book::before {
        position: absolute;
        left: 40px;
        top: 0px;
        content: "";
        background: #dae6f2;
        width: 100%;
        height: 40px;
    }

    .xuan-book img:hover {
        transition: all 0.4s ease-out;
        transform: translateY(-20px);
        cursor: pointer;
    }


/*footer*/
.footer {
    background: url(../images/footerbg.jpg) no-repeat center center;
    background-size: cover;
    /*padding-top: 60px;*/
}

.fnav-link {
    padding: 45px 0 25px;
    width: 100%;
    border-bottom: 2px solid rgba(255,255,255,0.25);
}

    .fnav-link ul {
        padding: 0;
        width: 100%;
        display: block;
        overflow: hidden;
    }

        .fnav-link ul li {
            float: left;
            margin-right: 48px;
        }

            .fnav-link ul li:last-child {
                margin-right: 0px;
            }

            .fnav-link ul li a {
                font-size: 16px;
                color: #fff;
                background: rgba(40,91,184,0.55);
                border-radius: 30px;
                line-height: 43px;
                padding: 0 25px;
                text-decoration: none;
                display: inline-block;
            }

.footer .pad60 {
    padding: 55px 0 70px;
}

.footer .row {
    justify-content: space-between;
    align-items: center;
}

.f-er {
}

.footer-left p {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}

.f-er p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}

    .f-er p img {
        padding-right: 10px;
    }


/*.wc-copyEnd*/


@media (min-width: 1200px) {
}

@media (min-width: 1300px) {
}

@media (max-width: 1600px) {

    .fnav-link ul li {
        margin-right: 2%;
    }
}

@media (max-width: 1500px) {
    .wc-menu ul li a {
        font-size: 18px;
    }

    .new-leftcon .bp h5 {
        font-size: 28px;
    }

    .new-leftcon .bp {
        max-width: 42.2%;
    }
}

@media (max-width: 1450px) {

    .fnav-link ul {
        display: table;
        /*justify-content: space-between; 
    align-items: center;
    display: flex;*/
    }

        .fnav-link ul li {
            display: table-cell;
            float: none;
            margin-right: 0;
        }

    .new-tt span {
        font-size: 36px;
    }

    .new-leftcon .bp h5 {
        font-size: 26px;
        line-height: 38px;
    }

    .new-leftcon .bp {
        max-width: 40%;
    }

    .new-more a {
        font-size: 18px;
    }

    .footer .pad60 {
        padding: 30px 0;
    }
}

@media (max-width: 1300px) {

    .wc-menu ul li a {
        font-size: 16px;
    }

    .banner .swiper-container .ban-pp p {
        font-size: 18px;
    }
.banner .swiper-container .ban-text{
padding:10px 0;
}
.banner .swiper-container .swiper-pagination-bullet{
margin-right:10px;
}

    .new-tt span {
        font-size: 30px;
    }

    .new-leftcon .bp {
        padding: 20px;
        height: auto;
        padding-bottom: 50px;
    }

        .new-leftcon .bp h5 {
            font-size: 20px;
        }

        .new-leftcon .bp span {
            font-size: 18px;
        }

    .fnav-link ul li a {
        font-size: 14px;
    }
}


@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .top-tit a {
        font-size: 16px;
    }

    .new-leftcon .bp h5 {
        line-height: 30px;
    }

    .new-leftcon .bp p {
        line-height: 28px;
    }

    .rebg {
        min-height: auto;
        margin: 30px 0;
    }

    .xuan-bcon {
        margin-top: 35px;
    }



    .fnav-link ul li a {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/
    .container {
        width: 94%;
    }

    .banner .swiper-container .ban-pp p {
        font-size: 18px;
    }

    .banner .swiper-container .ban-text {
        bottom: 0px;padding-bottom: 40px;
    }

    .bpage {
        /*bottom: 20px;*/
    }
.banner .swiper-pagination{
bottom:0px;
text-align: center;float: none;
}

    .f-er, .footer-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer .pad60 {
        padding: 10px 0;
    }

    .f-er {
        margin: 10px 0;
    }

    .footer {
        padding-top: 30px;
    }

    .f-er2 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }

    .xuan-top ul li {
        font-size: 18px;
    }

    .xuan-ul ul li h5 {
        font-size: 18px;
    }

    .fnav-link ul {
        display: block;
        margin-bottom: 0;
    }

        .fnav-link ul li {
            display: block;
            float: left;
            margin-right: 2%;
            margin-bottom: 10px;
        }

            .fnav-link ul li a {
                padding: 0 15px;
            }

    .fnav-link {
        padding: 15px 0 10px;
    }

    .new-leftcon .bp span {
        font-size: 14px;
    }

    .new-leftcon .bp h5 {
        -webkit-line-clamp: 2;
    }
}

@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: 1px;
    }

        .mobile-header-btn i {
        }

    #img {
    }

    .logo1 img {
        max-width: 85%;
    }

    .container {
        width: 100%;
    }

    .banner {
        margin-top: 40px;
    }

    .bpage {
        bottom: 2px;
    }

    .banner .swiper-pagination {
        bottom: 1px;
        text-align: center;
        width: 100%;
    }

    .banner .swiper-container .ban-pp p {
        font-size: 15px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }

    .banner .swiper-container .ban-text {
        bottom: 0px;
padding-bottom:30px;
    }

    .new-more {
        margin-top: 0;
    }

    .new-tt i {
        width: 30px;
        height: 2px;
    }

    .new-tt span {
        font-size: 18px;
    }

    .news {
        padding: 20px 0 10px;
    }

    .new-more a {
        font-size: 16px;
    }

    .xuan-ul ul li h5 {
        margin-bottom: 5px;
    }

    .xuan-bcon {
        margin-top: 25px;
    }

    .new-leftcon .new-img {
        padding-left: 4px;
        padding-bottom: 4px;
        max-width: 100%;
    }

    .new-leftcon .bp {
        max-width: 100%;
        position: relative;
        padding-bottom: 10px;
    }

    .pad10 {
        width: 100%;
        position: relative;
        right: auto;
        bottom: 0px;
    }

        .pad10 .swiper-wrapper {
            padding-bottom: 10px;
        }

    .new-leftcon {
        padding: 10px 0;
        margin-top: 20px;
    }





    .rebg {
        padding: 20px 0;
        margin: 20px 0;
        background: url(../images/rebg.jpg) no-repeat left center;
    }

        .rebg .swiper-container a .re-text p {
            font-size: 16px;
        }

        .rebg .swiper-container {
            padding-bottom: 35px;
        }


    .upcoming {
        padding-bottom: 30px;
    }

    .xuan-top ul li {
        font-size: 16px;
        margin: 0 7px;
        padding: 0 10px;
    }

    .xuan-ul {
        width: 100%;
        float: none;
    }

        .xuan-ul ul li {
            padding: 15px;
            margin-bottom: 30px;
        }

    .xuan-book {
        display: none;
    }

    .xuan-ul ul li::before {
        height: 6px;
        bottom: -6px;
    }

    .fnav-link {
        padding: 10px;
    }

        .fnav-link ul li a {
            line-height: 36px;
        }

    .footer-left p {
        margin: 10px 0;
    }

    .f-er p {
        line-height: 28px;
    }
}

@media (max-width: 600px) {
}