﻿@charset "utf-8";

/* CSS Document */
/*2024.5.31*/

.box {
    overflow: hidden;
}

.container {
    max-width: 1430px;
    width: 90%;
}

.top {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    padding: 32px 0 23px;
background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));
}

.logo {
    text-align: left;
}



.top-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    padding-left: 5%;
}

.eng-top {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.eng {
    padding-right: 25px;
}

    .eng a {
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

        .eng a:hover {
            color: #ec8d1c;
        }

        .eng a img {
            margin-right: 5px;
        }

.searchbg {
    background: url(../images/searchbg.png) no-repeat center center;
    width: 205px;
    height: 39px;
}

    .searchbg .inp-text {
        width: 81%;
    }

    .searchbg .inp-but {
        width: 19%;
    }

    .searchbg .inp-text input {
        width: 100%;
        background: none !important;
        border: none !important;
        color: #333;
        line-height: 39px;
        padding: 0 10px 0 10px;
        box-shadow: none !important;
        font-size: 16px;
    }

    .searchbg .inp-but input {
        width: 100%;
        background: none !important;
        border: none !important;
        height: 40px;
        width: 36px;
        box-shadow: none !important;
    }



.wc-menu {
    margin-top: 10px;
    position: relative;
    width: 100%;
}

                .wc-menu::after {
                    content: "";
                    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.45);
    left: 0;
}

    .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 {
            position: relative;
            list-style: none;
            line-height: 68px;
        }

            .wc-menu ul li a {
                font-size: 20px;
                color: #fff;
                position: relative;
                display: block;               
                text-decoration: none;
                padding: 0 0px;
                font-family: 'HarmonyOS_Sans_SC_Regular';
            }

                .wc-menu ul li a::after {
                    content: "";
                    position: absolute;
                    width: 0;
                    left: 50%;
                    bottom: 0px;
                    height: 4px;
                    background: #ec8d1c;
                    transition: all 0.3s ease;
                }

                .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 {
                    width: 100%;
                    left: 0;
                }

            .wc-menu ul li .ernav {
                position: absolute;
                left: -60%;
                top: 98%;
                background: #fff;
                width: 220%;
                z-index: 111 !important;
                display: none;
                opacity: 1;
                box-shadow: 0px 0px 1px 1px #ececec;
            }


                .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 {
                        float: none;
                        display: block;
                        background: none;
                        text-align: center;
                        line-height: 26px;
                        border: none;
                        margin: 0;
                        border-bottom: 1px solid #ddd;
                    }

                        .wc-menu ul li .ernav ul li a::after {
                            bottom: -1px;
                            height: 1px;
                        }

                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }

                        .wc-menu ul li .ernav ul li a {
                            font-size: 16px;
                            background: none;
                            box-shadow: none;
                            border-radius: 0;
                            color: #333;
                            margin: 0;
                            display: block;
                            padding: 10px 20px;
                            border-bottom: none;
                            font-weight: normal;
                            text-decoration: none;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                color: #104083;
                            }

/*menu End*/

img {
    max-width: 100%;
}

.banner .swiper-container {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.banner .swiper-wrapper {
    width: 100%;
}

.banner .swiper-container .swiper-slide {
    position: relative;
}


    .banner .swiper-container .swiper-slide a {
        text-decoration: none;
        display: block;
        position: relative;
    }

    .banner .swiper-container .swiper-slide .shape {
        position: absolute;
        bottom: 0px;
        left: calc((100% - 1890px)/2);
        width: 1890px;
        height: 370px;
        z-index: 2;
        transform: scaleX(1.5);
    }

    .banner .wave {
        position: absolute;
        bottom: -34px;
        left: 0;
        width: 100%;
        min-height: 370px;
        background: url(../images/kv-wave.png) no-repeat center bottom;
        z-index: 5;
    }

    .banner .sailboat {
        position: absolute;
        right: 0;
        bottom: 95px;
        z-index: 5;
    }


    .banner .swiper-container .swiper-slide .yybg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/yybg.png) repeat-x center bottom;
        z-index: 1;
    }

.banner .swiper-button-prev,
.banner .swiper-button-next {
    background: none;
    width: 36px;
    height: 58px;
    top: calc(50% - 36px);
}

.banner .swiper-button-prev {
    left: 281px;
}

.banner .swiper-button-next {
    right: 281px;
}

.banner .swiper-pagination {
    bottom: 60px;
    /* width: 100%; */
    float: none;
    z-index: 11;
    text-align: right;
    right: 0;
}


.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #cccccc;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    margin-right: 20px;
    border-radius: 50%;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    background: #ec8d1c;
}

.ban-tt {
    position: absolute;
    left: 0px;
    bottom: 60px;
    width: 100%;
    z-index: 11;
    text-align: left;
}

    .ban-tt p {
        font-size: 32px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0;
        /* overflow: hidden; */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

/*notices*/
.newsbg {
    position: relative;
}

    .newsbg::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 807px;
        top: -194px;
        left: 0;
        z-index: 5;
        background: url('../images/part01_bg.png') no-repeat center top;
    }

    .newsbg::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 60%;
        bottom: 0;
        left: 0;
        z-index: 4;
        background: #d4e9f8;
    }

.news-content {
    position: relative;
    z-index: 10;
    top: -100px;
}

.part-title {
    background: url('../images/tit-bg.png') no-repeat center center;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
}

    .part-title .t-en {
        font-size: 1.5rem;
        color: #143a85;
        text-transform: uppercase;
    }

    .part-title .t-cn {
        font-size: 2.265rem;
    }

.new-list .new-item {
    display: flex;
    border: 1px #123d86 solid;
    transition: all .3s;
}

    .new-list .new-item:hover {
        transform: translateY(-5px);
        box-shadow: 0px 10px 10px rgba(0, 0, 0, .2);
    }

.new-item .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #123d86;
    color: white;
    width: 90px;
    font-size: 1.75rem;
    padding-top: 15px;
}

    .new-item .date span {
        font-size: 1rem;
    }

.new-item .cnt {
    padding: 20px;
    font-size: 1.125rem;
    width: calc(100% - 90px);
}

.new-item .cnt .t{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .new-item .cnt .tag {
        margin-top: 10px;
    }

.tag a{
    color: #333;
}

.tag.color-zs, .tag.color-zs  a{
    color: #46a66a;
}

.tag.color-py,.tag.color-py a{
    color: #a452ce;
}

.tag.color-xg,.tag.color-xg a{
    color: #d96227;
}

.tag.color-xw,.tag.color-xw a{
    color: #d9b527;
}

/*more*/
.part-more {
    display: flex;
    justify-content: center;
}

    .part-more a {
        position: relative;
        font-size: 1.125rem;
        padding: 1rem 2.5rem;
        border-radius: 50px;
        border: 1px solid #123d86;
        color: #123d86;
        transition: all .3s;
    }

        .part-more a:hover {
            color: #fff;
            background: #123d86;
            text-decoration: none;
        }

.part2-item .icon img,
.part2-item {
    transition: all .8s;
}

    .part2-item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .part2-item .icon img.icon-img {
            position: absolute;
        }

    .part2-item:hover img {
        transform: rotateY(180deg);
    }

        .part2-item:hover img.icon-img {
            animation-name: bounce;
            animation-duration: 3s;
            animation-timing-function: ease-out;
            animation-iteration-count: 1;
            animation-direction: normal;
        }


@keyframes bounce {

    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }

}

.part2-item:hover .txt {
    color: #123d86;
}

.part2-item:nth-child(2):hover .txt {
    color: #059b9a;
}

.part2-item:nth-child(3):hover .txt {
    color: #cd9061;
}

.part2-item:nth-child(4):hover .txt {
    color: #967da3;
}

.part2-item:nth-child(5):hover .txt {
    color: #f05131;
}


/*news*/
.part4,
.tongzhi {
    background: #f5fcff;
    padding: 60px 0 60px;
}

.part5 {
    background: #f5fcff;
    padding: 60px 0 0px;
}

.tz-con .tz-li {
    overflow: hidden;
}

    .tz-con .tz-li,
    .tz-con .tz-li h5,
    .tz-con .tz-li .tz-img {
        transition: all 0.4s ease-out;
    }

.tongzhi .tz-con .tz-li img {
    width: 100%;
}

.tz-con .tz-li h5 {
    margin-top: 15px;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tongzhi .tz-con .tz-li:hover .tz-img {
    transform: scale(1.05);
}

.tongzhi .tz-con .tz-li:hover h5 {
    /*transform: translateY(10px);*/
}

.tz-con .tz-li span {
    color: #143a85;
    display: block;
}


/*activities*/
.part4 .tz-img img {
    border-radius: 15px;
}

.part4 .tz-con .tz-li span {
    font-size: 1.125rem;
    margin-bottom: 5px;
}


    .part4 .tz-con .tz-li span img {
        padding-right: 6px;
        vertical-align: -5px;
    }

.part4 .tz-con .tz-li:hover {
    transform: translateY(-20px);
}

    .part4 .tz-con .tz-li:hover h5 {
        font-weight: bold;
    }


/*videos*/
.part5-item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

    .part5-item:hover img {
        transform: scale(1.05);
    }

    .part5-item:hover .info {
        transform: translateX(-10px);
    }

    .part5-item .info,
    .part5-item img {
        width: 100%;
        transition: all 0.4s ease-out;
    }

    .part5-item::after {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
        /*background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 35%, transparent);*/
    }

    .part5-item .info {
        width: 62%;
        color: #fff;
        z-index: 2;
        position: absolute;
        left: 2.75rem;
        bottom: 2.75rem;
        font-size: 1.125rem;
    }

    .part5-item span {
        display: inline-block;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .part5-item .stretched-link::after {
        z-index: 10;
    }







/*footer*/

.footer {
    background: #1f2d45 url(../images/footer_bg.png) no-repeat center top;
    background-size: cover;
    padding-top: 300px;
    padding-bottom: 15px;
}

    .footer,
    .footer a {
        color: #aaaaaa;
    }

        .footer h4 {
            color: #fff;
            margin-bottom: 20px;
            font-size: 1.125rem;
        }


.f-row2-left .articlecontent{
    display: -ms-flexbox!important;
    display: flex !important;
    column-gap: 35px;
}

.f-links ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    row-gap: 10px;
}

.f-row2-right .code p{
    text-align: center;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin:0px;
}




/*.wc-copyEnd*/

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
    .row30 {
        margin-right: -30px;
        margin-left: -30px;
    }

    .pad30 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 1500px) {
}

@media (max-width: 1400px) {
    .banner .swiper-button-prev {
        left: 30px;
    }

    .banner .swiper-button-next {
        right: 30px;
    }
}

@media (max-width: 1350px) {

    .f-lcon p {
        font-size: 15px;
    }


    .f-mcon ul li a {
        font-size: 15px;
    }


}


@media (max-width: 1200px) {

    /*中等屏幕设备 桌面*/

    .banner .sailboat img {
        width: 50%;
        transform: rotate(20deg);
    }

    .banner .sailboat {
        bottom: 170px !important;
    }

    .eng a {
        font-size: 16px;
    }

    .wc-menu ul li a {
        font-size: 16px;
    }


    .part5-item .info {
        left: 1.75rem;
        bottom: 1.75rem;
    }
}





@media (max-width: 991px) {

    /*小屏幕设备 平板*/
    .container {
        width: 94%;
    }

    .banner .sailboat {
        bottom: 65px !important;
    }

        .banner .sailboat img {
            transform: rotate(5deg);
        }

    .banner .wave {
        background-size: contain !important;
    }

    .newsbg::before {
        top: -46px;
    }


    .logo1 img {
        max-width: 80%;
    }

    .ban-tt p {
        font-size: 20px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
        margin-right: 10px;
    }

    .ban-tt {
        bottom: 30px;
    }

    .banner .swiper-pagination {
        bottom: 30px;
    }

    .news-content {
        top: -50px;
    }



    .tz-con .tz-li {
        margin-bottom: 40px;
    }


    .footer {
        background-size: contain;
        padding: 150px 30px 20px;
    }

        .footer .copyright {
            text-align: left;
            margin-bottom: 15px;
        }

    .f-row2-left {
        column-gap: 10px;
    }
}

@media (max-width: 767px) {

    html,
    body {
        font-size: 14px;
    }

    /*超小屏幕设备 手机*/

    .navbar {
        height: auto;
    }

    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        text-align: left;
        float: left;
    }


    .container {
        width: 100%;
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 18px;
        height: 29px;
        top: calc(50%);
    }

    .ban-tt p {
        font-size: 18px;
    }

    .part4,
    .part5,
    .tongzhi {
        padding: 58px 0 40px;
    }

    .newsbg::before {
        top: 0;
    }

    .banner .wave {
        bottom: -18px !important;
    }

    .banner .sailboat {
        bottom: 22px !important;
    }

    .news-content {
        top: 0;
        padding-bottom: 30px;
    }

    .part-more {
        margin-top: 20px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .part2-item .icon img:nth-child(2) {
        width: 60px;
    }

    .banner .wave {
        bottom: -12px !important;
    }

    .banner .sailboat img {
        width: 30%;
        transform: rotate(20deg);
    }


    .footer .copyright {
        text-align: left;
        margin-bottom: 15px;
    }

    .f-links ul, .footer .f-row2-left .articlecontent {
        flex-direction: column;
    }

        .footer .f-row2-left .divider {
            display: none;
        }



}

@media (max-width: 600px) {
}
