﻿@charset "utf-8";
/* CSS Document */
/*2022.9.28*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    width: 90%;
}

.top {
    text-align: left;
    margin-top: 15px;
}

.topcon {
    position: absolute;
    width: 100%;
    top: 0;
}
.topcon .container {
    max-width: 1600px;
}

.top-right {
    margin-top: 15px;
}

    .top-right a {
        font-size: 16px;
        color: #fff;
        border: 2px solid #fff;
        display: inline-block;
        line-height: 35px;
        padding: 0 7px;
        opacity: 0.65;
        text-decoration: none;
background-color:#1a537e;
    }
.top-right a:hover{ opacity:1; background-color:#78a6d8; }
    .top-right a {
    }

.wc-menu {
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
        padding-top: 10px;
    }

        .wc-menu ul li {
            line-height: 40px;
            position: relative;
            /*居中并且转为table-cell*/
            display: table-cell;
            /*float: left;*/
            list-style: none;
            /*margin: 0 4px;*/
        }

            .wc-menu ul li.last {
                background: none;
            }

                .wc-menu ul li.last a {
                    background: none;
                }

            .wc-menu ul li a {
                font-size: 18px;
                color: #fff;
                text-align: center;
                line-height: 50px;
                display: block;
                /* text-transform: uppercase; */
                /*transition: all 0.2s;*/

                text-decoration: none;
            }

                .wc-menu ul li a.active {
                    background: #78a6d8; color: #fff;
                }

                .wc-menu ul li a:hover {
                    background: #78a6d8; color: #fff;
                }

                .wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move {
                    background: #78a6d8;;
                }



                .wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
                    background: #78a6d8;;
                }

            .wc-menu ul li .ernav {
                position: absolute;
                left: 0px;
                top: 50px;
                background: #1652e3;
                width: 250px;
                z-index: 11;
                display: none;
                min-width: 100%;
            }

                .wc-menu ul li .ernav ul {
                    padding: 0;
                }

                    .wc-menu ul li .ernav ul li {
                        /*text-align: center;*/
                        float: none;
                        display: block; /*二级下拉有影响，需要转化为块状*/
                        border-bottom: 1px solid #fff;
                        background: none;
                        text-align: left;
                        margin: 0;
                        line-height: 30px;
                    }

                        .wc-menu ul li .ernav ul li:last-child {
                            border-bottom: none;
                        }


                        .wc-menu ul li .ernav ul li a {
                            line-height: 30px;
                            font-size: 16px;
                            text-align: left;
                            border-radius: 0;
                            color: #fff;
                            margin: 0;
                            display: block;
                            padding: 6px 10px 6px 35px;
                        }

                            .wc-menu ul li .ernav ul li a:hover {
                                background: #0b3cb1;
                                color: #fff;
                                border: none;
                            }


.wc-topbg {
position: relative;
   /*  width: 100%;
       position: absolute;
    top: 0;
    left: 0;
    height: 700px;
    background: url(../../images/tbg-ny.jpg) top right;
    z-index: 1;
    background-size: cover;*/
}



    .wc-topbg p.p1 img {
        width: 100%;
    }

.ban-text {
    padding-top: 50px;
}


.ban-text1 p.p1 {
    color: #fff;
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 0;
}

.ban-text1 p.p2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 5px auto 15px;
}

.ban-text1 p.p3 {
    color: #47fab7;
    font-size: 36px;
    font-weight: bold;
    margin: 5px auto 15px;
}

.ban-text1 p.p4 {
    color: #47fab7;
    text-shadow: 3px 5px 3px #000;
    font-size: 20px;
    font-weight: bold;
    margin: 5px auto 15px;
}

.wc-topbg .img-topbg {
    width: 100%;
    /*	position: absolute;
	top: 0;
	left: 0;*/
    height: 700px;
    background: url(../../images/top-bg.jpg);
    z-index: 1;
    background-size: cover;
}

.wc-topbg p {
    margin-bottom: 0;
}

.ban-text p:nth-child(2) {
    margin-top: 20px;
}

.ban-text p a,a.live_btn {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    background: url(../../images/baobg.png) no-repeat center center;
    width: 319px;
    height: 143px;
    display: block;
    line-height: 105px;
    text-decoration: none;
    margin: auto;
    margin-top: 50px;
}

.liji {
    position: fixed;
    right: 30px;
    bottom: 90px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background: #b7282c;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
    display: block;
    text-decoration: none;
    z-index: 11;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease-out 0s;
}

    .liji a {
        color: #fff;
    }

.li-n {
    opacity: 0 !important;
}

.li-b {
    opacity: 1 !important;
}




.about {
    background: url(../../images/abbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 55px 0;
}


.ab-top {
}

    .ab-top h4 {
        display: inline-block;
        font-size: 28px;
        color: #47fab7;
        font-weight: bold;
        background: url(../../images/abt.png?v=2) no-repeat center center;
        width: 402px;
        height: 82px;
        line-height: 74px;
        text-transform: uppercase;
    }

    .ab-top p {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #666;
    }

.ab-conp {
    margin-top: 30px;
}

    .ab-conp p {
        font-size: 18px;
        color: #333;
        line-height: 28px;
        margin-bottom: 20px;
        /*font-weight: bold;*/
    }

        .ab-conp p:last-child {
            font-weight: bold;
            color: #3e5786;
            font-size: 36px;
        }


.spbg {
    background: url(../../images/spbg.jpg) repeat center center;
    padding: 70px 0;
}

.moderator {
    padding-top: 0;
}

.ab-conp {
}

.spbg .amore {
    margin-top: 40px;
    text-align: center;
}


    .spbg .amore a {
        font-size: 18px;
        display: inline-block;
        color: #fff;
        background: #ea2424;
        line-height: 45px;
        padding: 0 40px;
        transition: all 0.8s;
    }

.ab-conp .swiper-container {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 70px;
}

.ab-conp .swiper-wrapper {
    width: 100%;
}

.ab-conp .swiper-container .swiper-slide {
}

.ab-conp .swiper-container a {
    text-decoration: none;
    display: block;
    background: url(../../images/hua.png) no-repeat center center;
    padding-top: 14px;
    text-align: center;
    min-height: 258px;
}


.moderator .ab-conp .swiper-container a {
    background: none !important;
}

.ab-conp .swiper-container a .li-img {
    display: inline-block;
    margin-left: -8px;
    margin-top: 23px;
}

    .ab-conp .swiper-container a .li-img img {
        border-radius: 100%;
    }

.ab-conp .swiper-container a .li-tt {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: rgba(14,36,76,0.75);
    padding-top: 38%;
    box-shadow: 0px 25px 47px -17px rgb(0 0 0 / 34%);
    opacity: 0;
    transition: all 0.8s;
}

.ab-conp .swiper-container a:hover .li-tt {
    opacity: 1;
    transition: all 0.8s;
}

.ab-conp .swiper-container a .li-tt span {
    font-size: 20px;
    color: #fff;
    font-family: "微软雅黑";
    font-weight: lighter;
    width: 80%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.ab-conp .swiper-container a .li-tt p {
    width: 70%;
    margin: auto;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: lighter;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.ab-conp .swiper-container .swiper-pagination {
    bottom: 0px;
    /*width: 100%;*/
    /*max-width: 1200px;
	margin: auto;*/
}

.ab-conp .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #355080;
    cursor: pointer;
    opacity: 0.35;
    border-radius: 100%;
    margin: 0 16px;
}

.ab-conp .swiper-container .swiper-pagination-bullet-active {
    width: 12px;
    opacity: 1;
    /*background: #164194;*/
}


.datebg {
    /*background: url(../../images/rbg.jpg) repeat center center;*/
    background: url(../../images/ddbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 110px 0 40px;
    position: relative;
    /*min-height: 895px;*/
}

.aleftimg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

    .aleftimg img {
    }

.date-con {
    /*float: right;*/
    position: relative;
    /*padding-left: 100px;*/
}

/*.date-bcon {
    margin-top: -30px;
}*/

.date-top {
}

.date-bbox {
    margin-top: 20px;
}

.date-top ul {
    margin: 0;
    padding: 0;
}

    .date-top ul li {
        float: left;
        font-size: 26px;
        font-weight: bold;
        color: #888;
        margin-right: 50px;
        cursor: pointer;
    }

        .date-top ul li.active, .date-top ul li:hover {
            color: #41629f;
        }

/*.date-h4 {
    background: url(../../images/hui.png) no-repeat center top;
    display: inline-block;
    width: 83px;
    height: 333px;
    position: absolute;
    left: -54px;
    top: 0px;
}

    .date-h4 span {
        width: 44px;
        display: inline-block;
        font-size: 28px;
        color: #47fab7;
        padding-left: 30px;
        padding-top: 60px;
        line-height: 31px;
        font-weight: bold;
        word-break: break-all;
        text-transform: uppercase;
        writing-mode: vertical-lr;
        letter-spacing: 8px;
    }*/


.date-h4 {
    background: url(../../images/abt.png?v=2) no-repeat center center;
    width: 402px;
    text-align: center;
    margin-bottom: 10px;
    height: 82px;
    line-height: 74px;
    margin: auto;
}

    .date-h4 span {
        display: inline-block;
        font-size: 20px;
        color: #47fab7;
        font-weight: bold;
        word-break: break-all;
        text-transform: uppercase;
    }



/*.date-table {
}

    .date-table table {
    }

        .date-table table tr {
            border-bottom: none;
        }

            .date-table table tr td {
                border-top: none;
                font-size: 20px;
                color: #333;
                padding: 25px 0;
                font-weight: bold;
            }

                .date-table table tr td:first-child {
                    border-top: none;
                    font-size: 20px;
                    color: #47fab7;
                }*/



.date-table table {
    background: #fff;
}

    .date-table table thead {
        background: #41629f;
    }

        .date-table table thead tr th {
            color: #fff;
            font-size: 18px;
            color: #fff;
            font-weight: normal;
            border-right: 1px solid rgba(255,255,255,0.26);
            border-bottom: 1px solid rgba(255,255,255,0.26);
            line-height: 43px;
            padding-left: 3%;
            vertical-align: middle;
        }

            .date-table table thead tr th:nth-child(2) {
                padding-left: 3%;
            }

            .date-table table thead tr th:nth-child(3) {
                padding-left: 3%;
            }


    .date-table table tr {
        border-bottom: none;
    }

        .date-table table tr td {
            border-top: none;
            font-size: 16px;
            color: #333;
            padding: 25px 20px 30px;
            border-top: 1px solid #eee;
            border-right: 1px solid #eee;
            padding-left: 3%;
            vertical-align: middle;
        }

           /* .date-table table tr td:first-child {
                width: 14%;
            }

            .date-table table tr td:nth-child(2) {
                width: 29%;
                padding-left: 5%;
            }

            .date-table table tr td:nth-child(3) {
                width: 57%;
                padding-left: 5%;
            }

            .date-table table tr td p {
                line-height: 28px;
                margin-bottom: 0;
            }*/


    .date-table table.table1 thead tr th {
        padding: 8px 0;
        text-align: center;
    }

    .date-table table.table1 tr td {
        padding: 8px 15px;
    }

        .date-table table.table1 tr td:nth-child(1) {
            width: 10%;
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

        .date-table table.table1 tr td:nth-child(2) {
            width: 10%;
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

        .date-table table.table1 tr td:nth-child(3) {
            width: 30%;
            /*padding-left: 2%;*/
        }

        .date-table table.table1 tr td:nth-child(4) {
            width: 50%;
            /*padding-left: 2%;*/
        }







::-webkit-scrollbar {
    width: 5px; /*对垂直流动条有效*/
    height: 5px; /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rosybrown;
    border-radius: 3px;*/
    margin: 0 -18px;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 15px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #bed0e2;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
    background-color: #fff;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
    background: #fff;
}










.footer {
    background: #181d38;
    padding: 55px 0 10px;
}

.f-left {
}

.footer h5 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1px;
    color: #47fab7;
    margin-bottom: 25px;
}

.f-left p {
    margin: 0;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
}

    .f-left p img {
        vertical-align: -3px;
        padding-right: 4px;
    }

.f-mid p select {
    width: 80%;
    border: 1px solid #6b6e7e;
    border-radius: 0;
}


.f-right {
    text-align: right;
}

    .f-right a {
        display: inline-block;
        width: 48%;
        text-align: center;
    }


.wc-copy {
    margin-top: 40px;
}

    .wc-copy p {
        font-size: 14px;
        color: #596293;
        font-weight: bold;
    }

/*.wc-copyEnd*/


.li-img img {
    width: 200px;
}


@media (max-width: 1200px) {
.wc-menu ul li a { 
        font-size: 14px;
        line-height: 26px; }
}

@media (max-width: 1670px) {
    .date-con {
        /*width: 64%;
		padding-left: 60px;*/
    }

    .ban-text {
        /*padding-top: 50px;*/
    }
}

@media (max-width: 1480px) {
    .wc-topbg {
        /*height: 600px;*/
    }

    .ban-text p a, a.live_btn {
        margin-top: 25px;
    }
}







@media (max-width: 1400px) {

    .ban-text {
        /*padding-top: 20px;*/
    }

        .ban-text p:nth-child(2) {
            margin-top: 0px;
        }
}

@media (max-width: 1350px) {


    .ban-text p a, a.live_btn {
        margin-top: 20px;
        font-size: 30px;
    }
}

@media (max-width: 1330px) {

    /*.date-con {
        width: 76%;
    }*/

    .wc-topbg p.p1 {
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .wc-topbg p {
        width: 80%;
        margin: auto;
    }
}

@media (max-width: 1240px) {
    /*.date-con {
        width: 78%;
    }*/
}

@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .ban-text1 {
    }

        .ban-text1 p.p1 {
            color: #fff;
            font-size: 42px;
            font-weight: bold;
            margin-bottom: 0;
        }

        .ban-text1 p.p2 {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            margin: 5px auto 15px;
        }

        .ban-text1 p.p3 {
            color: #47fab7;
            font-size: 36px;
            font-weight: bold;
            margin: 5px auto 15px;
        }

        .ban-text1 p.p4 {
            color: #47fab7;
            text-shadow: 3px 5px 3px #000;
            font-size: 20px;
            font-weight: bold;
            margin: 5px auto 15px;
        }

        .ban-text1 p a {
            display: inline-block;
            /*background: #b7282c;*/
            background: url(../../images/baobgx.png) no-repeat center center;
            width: auto;
            line-height: 70px;
            height: 73px;
            width: 217px;
            padding: 0 30px;
            margin-top: 20px;
            font-size: 24px;
        }

    .ban-text1 {
        padding-top: 50px;
    }

    /*.date-con {
        width: 90%;
    }*/

    .ab-top h4 {
        font-size: 26px;
    }

    /*.date-h4 span {
        width: 30px;
        padding-left: 26px;
    }*/

    .ab-conp p:last-child {
        font-size: 30px;
    }

    .ban-text p a, a.live_btn {
        font-size: 18px;
    }


    .date-top ul li {
        font-size: 24px;
    }

    .footer {
        padding-top: 30px;
    }

        .footer h5 {
            font-size: 26px;
        }

    .wc-copy {
        margin-top: 20px;
    }
}



@media (max-width: 991px) {
    /*小屏幕设备 平板*/

    .container {
        width: 94%;
    }

    .ban-text1 p.p1 {
        font-size: 34px;
    }

    .ban-text1 p.p3 {
        font-size: 26px;
    }

    .ban-text1 {
        padding-top: 80px;
    }



    .ab-top h4 {
        font-size: 24px;
    }

    .date-top ul li {
        margin-right: 30px;
    }

    /*.date-con {
        padding-left: 60px;
    }*/

    .date-table table tr td {
        font-size: 18px;
        padding: 15px;
    }

        .date-table table tr td:first-child {
            font-size: 18px;
        }

    .f-left p {
        font-size: 16px;
    }

    .footer h5 {
        font-size: 22px;
    }
}



@media (max-width: 767px) {

    .ab-conp .swiper-container .swiper-pagination {
        display: none;
    }

    .ab-conp .swiper-button-next {
        background: none;
    }

    .ab-conp .swiper-button-prev {
        background: none;
    }

    .ab-conp .swiper-button-next {
        width: 52px;
        height: 18px;
        right: 0;
        top: auto;
        bottom: 5px;
    }

    .ab-conp .swiper-button-prev {
        width: 52px;
        height: 18px;
        left: 0;
        top: auto;
        bottom: 5px;
    }


    /*超小屏幕设备 手机*/
    .liji {
        font-size: 16px;
        line-height: 40px;
        padding: 0 20px;
    }

    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        width: 100%;
        text-align: left;
    }

        .logo1 img {
            height: 60px;
        }

    .navbar-header {
        padding: 1px 0;
    }

    body {
        background: none;
    }

    .mobile-header-btn {
        top: 0px;
    }



    .site-tree-mobile {
        top: 12px;
    }



    .container {
        width: 96%;
    }

    .ban-text1 {
        padding-top: 90px;
    }

        .ban-text1 p.p1 {
            font-size: 34px;
        }

        .ban-text1 p.p2 {
            font-size: 26px;
        }


    .ban-text p a, a.live_btn {
        font-size: 14px;
        padding: 0 8px;
        background: url(../../images/baobgxx.png) no-repeat center center;
        width: 131px;
            line-height: 50px;
    height: 54px;
    }

    .date-table table tr td {
        font-size: 16px;
        padding: 10px 20px;
    }

        .date-table table tr td:first-child {
            font-size: 16px;
        }

    /*.date-con {
        width: 100%;
        padding-left: 0;
    }*/

    .ab-top p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 30px;
    }


    .ab-conp {
        margin-top: 10px;
    }

        .ab-conp .swiper-container {
            padding-bottom: 30px;
        }

    .date-top ul li {
        font-size: 20px;
    }

    .ab-top h4 {
        background: url(../../images/abtx.png) no-repeat center center;
        width: 229px;
        height: 69px;
        line-height: 64px;
        font-size: 22px;
    }

    .about .ab-top h4 {
        font-size: 20px;
    }

    .date-h4 {
        position: relative;
        left: auto;
        top: auto;
        background: url(../../images/abtx.png?v=2) no-repeat center center;
        width: 279px;
        height: 69px;
        margin: auto;
        display: block;
        text-align: center;
    }

        .date-h4 span {
            line-height: 64px;
            font-size: 20px;
            display: block;
            width: 100%;
            padding: 0;
            writing-mode: inherit;
            letter-spacing: 2px;
            text-transform: initial;
        }

    .datebg {
        padding: 30px 0;
        /*min-height: 200px;
        background: url(../../images/ddbg.jpg) no-repeat right center;*/
    }

    .date-bcon {
        margin-top: 0px;
    }

    .date-top {
        text-align: center;
        margin-top: 20px;
    }

        .date-top ul {
            margin-bottom: 0;
        }

            .date-top ul li {
                display: inline-block;
                float: none;
            }

    .top-right a {
        line-height: 28px;
        padding: 0 5px;
        font-size: 14px;
    }

    .top-right {
        margin-top: 20px;
    }

    .f-right {
        text-align: center;
    }

    .footer h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .f-mid {
        margin: 30px 0 10px;
    }

        .f-mid p select {
            width: 100%;
        }

    .wc-copy {
        margin-top: 15px;
    }
}


@media (max-width: 599px) {
    .wc-topbg {
        /*height: 430px;*/
    }

    .ban-text1 {
        padding-top: 60px;
    }

        .ban-text1 p.p1 {
            font-size: 18px;
        }

        .ban-text1 p.p2 {
            font-size: 16px;
            margin-top: 10px;
        }

        .ban-text1 p.p3 {
            font-size: 16px;
        }

        .ban-text1 p.p4 {
            font-size: 16px;
        }

    .ab-conp p {
        font-size: 16px;
    }

        .ab-conp p:last-child {
            font-size: 20px;
        }

            .ab-conp p:last-child span {
                display: block;
                margin-bottom: 10px;
            }

    .about {
        padding: 30px 0;
    }

    .spbg {
        padding: 30px 0;
    }
}
