﻿@charset "utf-8";

/* CSS Document */
/*2022.02.10 */


/*2022.10.19*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.container {
    width: 1290px;
    margin: auto;
    padding: 0;
}

.topbg {
    min-height: 165px;
    padding-top: 24px;
}


.logo {
    width: 754px;
}

    .logo img {
        width: 754px;
    }

.top-right {
    width: 250px;
    padding-top: 5px;
}

    .top-right .cn {
        margin-top: 18px;
    }

        .top-right .cn a {
            font-size: 18px;
            color: #333;
            font-family: 'gtam';
        }


.searchbg {
    background: url(../images/search1.png) no-repeat center center;
    width: 206px;
    height: 65px;
}

    .searchbg input.inp-text {
        padding: 5px 0 7px 17px;
        background: none;
        width: 150px;
        line-height: 48px;
        border: none;
    }

    .searchbg input.inp-but {
        height: 48px;
        border: none;
        background: none;
        width: 45px;
        padding: 0;
    }



.wc-menu {
    min-height: 45px;
    margin-top: 15px;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        border: 1px solid #709ec1;
        border-bottom: none;
        /*overflow: hidden;*/
        clear: both;
    }

        .wc-menu ul li {
            line-height: 45px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            border-right: 1px solid #709ec1;
            list-style: none;
        }

            .wc-menu ul li:last-child {
                border-right: none;
            }

            .wc-menu ul li:nth-child(8) {
                border-right: none;
            }



            .wc-menu ul li a {
                font-size: 16px;
                color: #646060;
                font-weight: bolder;
                line-height: 45px;
                display: block;
                /* transition: all 0.2s; */
                text-decoration: none;
                font-family: arial;
                /*text-transform: uppercase;*/
                padding: 0 32px;
            }

                .wc-menu ul li a:after {
                    content: "";
                    position: absolute;
                    width: 3px;
                    height: 2px;
                    left: 0;
                    bottom: 0;
                    z-index: 9;
                    background: transparent;
                    -webkit-transition: all 1s ease;
                    -moz-transition: all 1s ease;
                    -ms-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    transition: all 1s ease;
                }

                .wc-menu ul li a:hover,
                .wc-menu ul li a:focus {
                    -webkit-transition: all 1s ease;
                    -moz-transition: all 1s ease;
                    -ms-transition: all 1s ease;
                    -o-transition: all 1s ease;
                    transition: all 1s ease;
                }

                    .wc-menu ul li a:hover:after,
                    .wc-menu ul li a:focus:after {
                        width: 100%;
                        background: #3a6ba5;
                        -webkit-transition: all 1s ease;
                        -moz-transition: all 1s ease;
                        -ms-transition: all 1s ease;
                        -o-transition: all 1s ease;
                        transition: all 1s ease;
                    }

                .wc-menu ul li a:hover,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.move,
                .wc-menu ul li a.active,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent {
                    color: #0a4a9d;
                }

            .wc-menu ul li .ernav {
                position: absolute;
                left: 0px;
                top: 43px;
                background: #007bc5;
                /*background: rgb(45,103,225,0.95);*/
                min-width: 100%;
                width: 250px;
                z-index: 1111 !important;
                display: none;
                opacity: 0.9;
            }

                .wc-menu ul li .ernav ul li {
                    /*text-align: center;*/
                    float: none;
                    display: block;
                    /*二级下拉有影响，需要转化为块状*/
                    background: none;
                    text-align: left;
                    line-height: 26px;
                    border: none;
                    padding: 0;
                    margin: 0;
                    border-bottom: 1px solid #ccc;
                }

                    .wc-menu ul li .ernav ul li:last-child {
                        border-bottom: none;
                    }

                    .wc-menu ul li .ernav ul li a {
                        font-size: 15px;
                        /*text-align: center;*/
                        background: none;
                        box-shadow: none;
                        border-radius: 0;
                        color: #fff;
                        margin: 0;
                        padding: 10px 20px 10px 30px;
                        display: block;
                        line-height: 26px;
                        border-bottom: none;
                        font-weight: normal;
                    }

                        .wc-menu ul li .ernav ul li a:hover {
                            background: #1b4f8d;
                            opacity: 1;
                            color: #fff;
                        }

                        .wc-menu ul li .ernav ul li a:after {
                            content: "";
                            position: relative;
                            width: 0px;
                            height: 0px;
                            left: 0;
                            bottom: 0;
                            z-index: 0;
                            background: transparent;
                            -webkit-transition: all 1s ease;
                            -moz-transition: all 1s ease;
                            -ms-transition: all 1s ease;
                            -o-transition: all 1s ease;
                            transition: all 1s ease;
                        }

                        .wc-menu ul li .ernav ul li a:hover,
                        .wc-menu ul li .ernav ul li a:focus {
                            color: #fff;
                            -webkit-transition: all 1s ease;
                            -moz-transition: all 1s ease;
                            -ms-transition: all 1s ease;
                            -o-transition: all 1s ease;
                            transition: all 1s ease;
                        }

                            .wc-menu ul li .ernav ul li a:hover:after,
                            .wc-menu ul li .ernav ul li a:focus:after {
                                width: 100%;
                                background: #fff;
                                -webkit-transition: all 1s ease;
                                -moz-transition: all 1s ease;
                                -ms-transition: all 1s ease;
                                -o-transition: all 1s ease;
                                transition: all 1s ease;
                            }

/*menu End*/

.banbg {
}



.banner {
    z-index: 0;
    position: relative;
}

    .banner img {
        max-width: 100%;
        /*banner 不响应*/
    }

    .banner .swiper-container .swiper-slide {
    }

        .banner .swiper-container .swiper-slide img {
            max-width: 100%;
        }

.bpage {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 10px;
}

.banner .b-tt {
    position: absolute;
    left: 0px;
    bottom: 178px;
    width: 100%;
    text-align: left;
}

    .banner .b-tt p {
        font-size: 52px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .banner .b-tt span {
        font-size: 18px;
        color: #fff;
        display: inline-block;
        background: #0a4a9d;
        padding: 0 45px;
        line-height: 56px;
        margin-top: 45px;
    }


.banner .swiper-container .swiper-pagination {
    display: inline-block;
    width: auto;
    bottom: 50px;
    width: 100%;
    text-align: left;
    position: relative;
}

.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    margin: 0 10px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    background: #0a4a9d;
}

/*banner end*/

/*event*/
.event {
    padding: 45px 0 50px;
}

.event-top {
}

    .event-top .event-tit {
        font-size: 42px;
        color: #333;
        font-family: 'gtam';
        font-weight: bold;
    }

    .event-top .event-more {
        margin-top: 12px;
    }

        .event-top .event-more a {
            display: block;
            font-size: 32px;
            color: #fff;
            width: 38px;
            height: 38px;
            line-height: 38px;
            text-align: center;
            text-decoration: none;
            background: #1860bc;
            transition: all 1s;
        }

            .event-top .event-more a:hover {
                opacity: 0.78;
                transition: all 1s;
            }

.event-con {
    padding-top: 35px;
}

    .event-con ul li {
        float: left;
        width: 300px;
        margin-right: 30px;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

        .event-con ul li a {
            display: block;
            text-decoration: none;
        }

        .event-con ul li:last-child {
            margin-right: 0;
        }

        .event-con ul li:nth-child(4) {
            margin-right: 0;
        }

        .event-con ul li .li-text {
            text-align: center;
            background: #008dd6;
            padding: 10px 20px 0px;
            min-height: 188px;
        }

            .event-con ul li .li-text h4 {
                text-align: left;
                color: #fff;
                line-height: 31px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                padding-top: 5px;
            }

            .event-con ul li .li-text span {
                margin-bottom: 15px;
                display: block;
            }

            .event-con ul li .li-text p {
                text-align: left;
                color: #fff;
                margin-bottom: 10px;
                font-size: 16px;
            }

                .event-con ul li .li-text p img {
                    padding-right: 5px;
                }

        .event-con ul li:hover .li-text {
            background: #2479b1;
        }

        .event-con ul li:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            transition: all 0.4s ease-out;
            cursor: pointer;
        }
/*add*/
.rprogress {
}

    .rprogress .rpro-con {
        margin: 35px 0 20px;
    }

        .rprogress .rpro-con .swiper-container {
            padding-bottom: 52px;
        }

            .rprogress .rpro-con .swiper-container a {
                display: block;
                text-decoration: none;
                background: #f4faff;
            }

                .rprogress .rpro-con .swiper-container a:hover {
                    background: #d9e9f7;
                }

                .rprogress .rpro-con .swiper-container a .li-tt {
                    width: 429px;
                    padding: 22px 10px 0 20px;
                }

                .rprogress .rpro-con .swiper-container a .li-img {
                    width: 200px;
                }

                .rprogress .rpro-con .swiper-container a .li-tt span {
                    display: block;
                    font-size: 20px;
                    color: #333;
                }

                .rprogress .rpro-con .swiper-container a .li-tt i {
                    display: block;
                    width: 80px;
                    height: 3px;
                    background: #333;
                    margin: 12px 0 20px;
                }

                .rprogress .rpro-con .swiper-container a .li-tt em {
                    font-style: italic;
                    display: block;
                    font-size: 16px;
                    color: #333;
                    margin-bottom: 4px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .rprogress .rpro-con .swiper-container a .li-tt .author {
                    color: #337ab7;
                    line-height: 22px;
                    font-size: 18px;
                    margin-bottom: 10px;
                }

                .rprogress .rpro-con .swiper-container a .li-tt p {
                    color: #333;
                    line-height: 22px;
                    font-size: 16px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

    .rprogress .swiper-container .swiper-pagination {
        bottom: 0px;
    }

    .rprogress .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #ccc;
        cursor: pointer;
        opacity: 1;
        border-radius: 100%;
        margin: 0 4px;
    }

    .rprogress .swiper-container .swiper-pagination-bullet-active {
        background: #1860bc;
        opacity: 1;
    }

.rareas {
    margin-bottom: 70px;
}

.rereas-ul {
margin-top: 30px;
}

    .rereas-ul ul {
        margin: 0;
        padding: 0;
    }

        .rereas-ul ul li {
            float: left;
            width: 300px;
            margin: 0 30px 30px 0;
    background: #f4faff;
        }

            .rereas-ul ul li:last-child {
                margin-right: 0px;
            }

        .rereas-ul ul li:nth-child(4) {
            margin-right: 0;
        }

            .rereas-ul ul li  {
                text-decoration: none;
                display: block;
            }

                .rereas-ul ul li .li-img {
                        padding: 15px;
                    position: relative;
                    transition: all 0.8s;
                }

                    .rereas-ul ul li .li-img img {
                        opacity: 0.35;
                        width:100%;
                        display: none; 
                    }

                    .rereas-ul ul li  .li-img span {


    border-bottom: 3px solid #1860bc;
    color: #174283;
    padding-bottom: 15px;
    display: inline-block;
    font-size: 22px;
    z-index: 1;
    opacity: 1;
                    }

                .rereas-ul ul li  .li-tt {
                    background: #f4faff;
                    padding: 15px;
                    transition: all 0.8s;
                    height: 280px;
                }

.rereas-ul ul li  .li-tt a{
margin-bottom: 5px;
    display: inline-block;
background: url(../images/xie1.png) no-repeat left center;
    padding-left: 15px;
    color: #174283;
}

.rereas-ul ul li  .li-tt a.a1{
    width: 100%;
    display: block;
}

                    .rereas-ul ul li  .li-tt p {
                        font-size: 16px;                       
                        color: #333;
                    }

                        .rereas-ul ul li  .li-tt p.p5 {

                        }

.rereas-ul ul li:hover .li-img{
      background: #cee1f0;
                            transition: all 0.8s;
}

                        .rereas-ul ul li:hover .li-tt {
                            background: #cee1f0;
                            transition: all 0.8s;
                        }





/* resear */
.resear {
    padding-bottom: 60px;
    display: none;
}

.resear-con {
    margin-top: 30px;
}

    .resear-con .swiper-container {
        padding-bottom: 60px;
    }

    .resear-con .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .resear-con .swiper-container .swiper-pagination-bullet-active {
        background: #1860bc;
    }


    .resear-con .resear-li {
        background: #d0e6fb;
        padding: 25px;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }

        .resear-con .resear-li .intro {
            height: 120px;
        }

        .resear-con .resear-li a {
            text-decoration: none;
        }

        .resear-con .resear-li h4 {
            color: #333;
            font-size: 24px;
            margin-bottom: 20px;
        }

            .resear-con .resear-li h4:after {
                content: "";
                height: 3px;
                background: #008dd5;
                display: block;
                width: 80px;
                margin-top: 15px;
            }

        .resear-con .resear-li p {
            font-size: 18px;
            color: #333;
            line-height: 30px;
        }

        .resear-con .resear-li:hover {
            box-shadow: 0px 40px 50px -38px rgb(0 0 0 / 64%);
            transform: scale(1.02);
            transition: all 0.4s ease-out;
            cursor: pointer;
        }

            .resear-con .resear-li:hover h4 {
                color: #1860bc;
            }



/* end */

/*newbg*/
.newbg {
    background: url(../images/newbg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 750px;
    padding: 50px 0;
}

.new-left {
    width: 850px;
    overflow: hidden;
}

.new-right {
    width: 410px;
}
/*左侧sw*/
.new-leftcon {
    padding-top: 40px;
}

    .new-leftcon .swiper {
        width: 100%;
        height: 100%;
    }

    .new-leftcon .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .new-leftcon .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


    .new-leftcon .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .new-leftcon .swiper-slide {
        background-size: cover;
        background-position: center;
        /*margin-right: 40px !important;*/
        position: relative;
    }

        .new-leftcon .swiper-slide .hbg {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 100%;
        }






    .new-leftcon .mySwiper2 {
        height: 80%;
        width: 100%;
    }

    .new-leftcon .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 8px 0px;
        /*margin: 0 20px;*/
        background: #0a4a9d;
    }

    .new-leftcon .pad10 {
        padding: 0 20px;
        overflow: hidden;
        background: #0a4a9d;
    }

    .new-leftcon .swiper-button-next {
        background: none;
    }

    .new-leftcon .swiper-button-prev {
        background: none;
    }

    .new-leftcon .swiper-button-next:after,
    .new-leftcon .swiper-rtl .swiper-button-prev:after {
        content: none;
    }

    .new-leftcon .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: none;
    }

    .new-leftcon .swiper-button-next, .new-leftcon .swiper-button-prev {
        top: 50%;
        z-index: 1;
    }

    .new-leftcon .swiper-button-next {
        right: -4px;
    }

    .new-leftcon .swiper-button-prev {
        left: -5px;
    }


    .new-leftcon .bp {
        position: absolute;
        left: 0px;
        bottom: 20px;
        width: 100%;
        text-align: left;
        padding: 0 20px;
    }

        .new-leftcon .bp a {
            font-size: 32px;
            color: #fff;
            width: 80%;
        }




    .new-leftcon .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 1;
    }

    .new-leftcon .mySwiper .swiper-slide-thumb-active {
        opacity: 0.7;
    }

    .new-leftcon .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }











/*左侧 大小图end*/









.ndate-ul {
    padding-top: 10px;
}

    .ndate-ul ul {
        padding: 0;
        margin: 0;
    }

        .ndate-ul ul li {
            padding: 18px 0 15px 0;
            border-bottom: 1px dotted #bbb;
        }

            .ndate-ul ul li:first-child {
                padding: 30px 0 15px 0;
            }

            .ndate-ul ul li a {
                display: block;
                text-decoration: none;
            }

                .ndate-ul ul li a .li-date {
                    width: 90px;
                    text-align: center;
                    position: relative;
                    border: 1px solid #ccc;
                    border-top: 0px;
                }

                    .ndate-ul ul li a .li-date .div {
                        width: 0;
                        height: 0;
                        border-top: 6px solid #fcda11;
                        border-left: 6px solid transparent;
                        border-right: 6px solid transparent;
                        position: absolute;
                        left: 37px;
                        top: 2px;
                    }

                    .ndate-ul ul li a .li-date i {
                        display: block;
                        font-size: 22px;
                        color: #333;
                        font-style: normal;
                        margin-bottom: 0;
                        padding: 6px 0px;
                        border-top: 2px solid #fcda11;
                    }

                    .ndate-ul ul li a .li-date span {
                        display: block;
                        font-size: 20px;
                        color: #fff;
                        margin-bottom: 0;
                        padding: 3px 0px;
                        margin-top: -5px;
                        background-color: #008dd6;
                    }

                .ndate-ul ul li a .li-tt {
                    color: #fff;
                    width: 306px;
                }

                    .ndate-ul ul li a .li-tt p {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        font-size: 18px;
                        color: #333;
                        line-height: 31px;
                        font-weight: bold;
                    }

            .ndate-ul ul li:hover {
                border-bottom: 1px solid #b92828;
            }



.mess {
    padding: 35px 0 48px;
    min-height: 100px;
}

.mess-con {
    padding-top: 65px;
}

    .mess-con ul li {
        width: 300px;
        position: relative;
        float: left;
        margin-right: 30px;
        background: #008dd6;
        min-height: 186px;
        padding: 42px 30px 4px;
        transition: all 0.4s ease-out;
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    }



        .mess-con ul li:nth-child(4) {
            margin-right: 0;
        }

        .mess-con ul li a {
            display: block;
            text-decoration: none;
        }

        .mess-con ul li h4 {
            position: absolute;
            left: 0px;
            top: -35px;
            width: 100%;
            text-align: center;
        }

        .mess-con ul li span {
            display: block;
            color: #fff;
            font-size: 18px;
            color: #fff;
            margin-bottom: 10px;
        }

        .mess-con ul li p {
            display: block;
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            font-size: 18px;
            color: #fff;
            line-height: 31px;
        }

        .mess-con ul li:hover {
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
            transform: scale(1.02);
            transition: all 0.4s ease-out;
            cursor: pointer;
        }


/*footer*/

.footer {
    min-height: 40px;
    background: #0a4a9d;
    padding: 60px 0 35px;
    margin-top: 5px;
    min-height: 420px;
}

.f-left {
    width: 822px;
}

.f-right {
    width: 362px;
}

.f-left {
}

    .f-left .p2 {
        margin: 20px 0;
    }

        .f-left .p2 p {
        }

            .f-left .p2 p span {
                font-size: 18px;
                color: #fff;
                padding-right: 30px;
            }

                .f-left .p2 p span img {
                    vertical-align: -3px;
                    padding-right: 3px;
                }

    .f-left .p1 {
        margin-bottom: 7px;
    }

        .f-left .p1 .p-img {
            width: 30px;
        }

            .f-left .p1 .p-img img {
                width: 30px;
                margin-top: 4px;
            }

        .f-left .p1 .p-text {
            font-size: 18px;
            color: #fff;
            line-height: 31px;
            width: calc(100% - 33px );
        }

    .f-left .p3 {
        margin-top: 40px;
    }



        .f-left .p3 p a {
            color: #fff;
            font-size: 18px;
        }

        .f-left .p3 p span img {
            vertical-align: -3px;
        }

        .f-left .p3 p {
            font-size: 18px;
            color: #fff;
            line-height: 35px;
        }


.fnav {
}

    .fnav ul li {
        float: left;
        /*width: 50%;*/
        text-align: left;
        line-height: 28px;
        margin-bottom: 30px;
    }

        .fnav ul li:nth-child(odd) {
            width: 40%;
        }

        .fnav ul li:nth-child(even) {
            width: 60%;
        }



        .fnav ul li a {
            display: block;
            font-size: 18px;
            color: #fff;
        }

.f-link {
    margin-top: 20px;
}

    .f-link a {
        padding-right: 40px;
    }

        .f-link a img {
            margin-bottom: 30px;
        }

        .f-link a:last-child {
            padding-right: 0px;
        }

        .f-link a:nth-child(4) {
            padding-right: 0px;
        }

/*.footerEnd*/
.weixin {
    position: relative;
}

    .weixin .weixin_nr {
        padding: 10px;
        background: #fff;
        text-align: center;
        position: absolute;
        display: none;
        bottom: 60px;
    }

        .weixin .weixin_nr img {
            margin-bottom: 5px;
        }

        .weixin .weixin_nr .arrow {
            width: 0;
            height: 0;
            border-top: 10px solid #fff;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            left: 20px;
            bottom: -10px;
        }

    .weixin.on .weixin_nr {
        display: block;
    }
