﻿@charset "utf-8";

/* CSS Document */
/*2026.3.30*/

.box {
    overflow: hidden;
    background: url(../../images/bg.jpg) no-repeat center center;
    background-size: cover;
}

.container {
    max-width: 1430px;
    width: 90%;
}

.incon {
    /* background: url(../../images/bg1.jpg?v2) no-repeat center center; */
    background: url(../../images/banner2.jpg) no-repeat center center;
    /*min-height: 1800px;*/
    background-size: cover;
}




.top {
    padding-top: 35px;
    background-color: #274ba1;
}

.fixed {
    /* background: rgba(20, 26, 136, 0.9); */
    background: rgba(39, 75, 161, 0.9);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 11111;
    /* 
    backdrop-filter: blur(10px);
    box-shadow: 0 0 10px #ccc; */
}

.top .border-1 {
    display: none;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55) !important;
}


.wc-menu {}

.wc-menu ul {
    /*转化为table 并且，宽度百分百，*/
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    width: 95%;
    margin: 0 0 0 5%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wc-menu ul li {
    position: relative;
    /*居中并且转为table-cell*/
    text-align: center;
    /*display: table-cell;*/
    /*float: left;*/
    list-style: none;
    /*margin: 0 20px;*/
    margin: 0px;
}

.wc-menu ul li a {
    font-size: 22px;
    /* color: #141a88; */
    color: #fff;
    position: relative;
    display: block;
    /*transition: all 0.2s;*/
    text-decoration: none;
    padding: 0 1px;
    padding-bottom: 26px;
    padding-top: 4px;
    font-weight: bold;
    font-family: 'opensbold';
    border-bottom: 3px solid transparent;
}

.wc-menu ul li a.active,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
    border-bottom: 3px solid #ffc800;
}

.wc-menu ul li a.move,
.wc-menu ul li a:hover {
    border-bottom: 3px solid #fff;
}



.wc-menu ul li .ernav {
    position: absolute;
    /*position: relative;*/
    left: 0;
    top: 102%;
    background: rgba(255, 255, 255, .95);
    width: 220px;
    z-index: 111 !important;
    display: none;
    opacity: 1;
    box-shadow: 0px 2px 5px rgb(130, 130, 130, .8);
    border-radius: 0 0 12px 12px;
}

.wc-menu ul li .ernav ul {
    width: 100%;
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
}

.wc-menu ul li .ernav ul li {
    text-align: left;
    float: none;
    display: block;
    /*二级下拉有影响，需要转化为块状*/
    background: none;
    line-height: 26px;
    border: none;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.wc-menu ul li .ernav ul li:last-child {
    border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
    line-height: 27px;
    font-size: 16px;
    /*text-align: center;*/
    background: none;
    box-shadow: none;
    border-radius: 0;
    color: #333;
    margin: 0;
    display: block;
    padding: 12px 15px;
    border-bottom: none;
    font-weight: normal;
    text-decoration: none;
    font-family: 'opens';
}

.wc-menu ul li .ernav ul li a:hover {
    background: #4040c7;
    color: #fff;
}

.wc-menu ul li .ernav ul li:last-child a {
    border-radius: 0 0 10px 10px !important;
}

/*menu End*/

img {
    max-width: 100%;
}

.ban-text {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ban-text h4 {
    font-size: 58px;
    font-family: 'opensbold';
    color: #fff;
    width: 75%;
    text-shadow: 1px 2px 2px #333;
}

.ban-text p {
    font-family: 'opensbold';
    font-size: 32px;
    color: #fff;
    margin-top: 30px;
    text-shadow: 1px 1px 1px #333;

}

.remaining-time {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 40px;
}

.remaining-time li {
    background: url(../../images/timebg1.png) no-repeat center center;
    /* background: rgba(0, 0, 180, 0.5); */
    border-radius: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding-top: 17px;
}

.remaining-time li .remaining-num {
    font-size: 32px;
    color: #fff;
    text-shadow: 1px 2px 2px #333;
    font-family: 'opensbold';
}

.remaining-time li .remaining-type {
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 2px 2px #333;
    margin-top: -5px;
}

.remaining-time span {
    font-weight: bold;
    padding: 0 10px;
}


.dates {
    margin-top: 90px;
}


.date-top {
    position: relative;
}

.date-top h4 {
    font-size: 42px;
    color: #274ba1;
    font-family: 'opensbold';
    padding-top: 15px;
}

.date-top h4::after {
    width: 40px;
    height: 4px;
    background: #c6d4e6;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
}

.date-con {
    margin-top: 35px;
}

.date-li {
    background: rgba(255, 255, 255, 0.85);
    padding: 23px 25px 20px 34px;
    min-height: 182px;
    border-radius: 10px;

}

.date-li .d-img {
    background: url(../../images/date11.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    margin-bottom: 24px;
}

.date-li h4 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.date-li p {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.date-li p span {
    font-size: 20px;
    color: #274ba1;
    font-style: italic;
    font-family: 'opensbold';
}

.line-through {
    text-decoration: line-through;
    text-decoration-color: red;
    text-decoration-thickness: 2px;
}

.date-li i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(../../images/jia11.png) no-repeat center center;
    width: 27px;
    height: 29px;
}

.date-li:hover {
    /* background: rgba(0, 0, 180, 0.75); */
    background: rgba(39, 75, 161, 0.75);
    cursor: pointer;
}

.date-li:hover i {
    background: url(../../images/jia1.png) no-repeat center center;
}

.date-li:hover .d-img {
    background: url(../../images/date1.svg) no-repeat center center;
}

.date-li:hover h4,
.date-li:hover p span {
    color: #fff;
}


.announ {
    margin-top: 20px;
}

.date-top2 h4 {
    color: #274ba1;
}

.date-top2 h4::after {
    background: url(../../images/ntop2.png) no-repeat center center;
}

.ann-left1 {
    background: rgba(255, 255, 255, 0.8);
}

.ann-left {
    padding: 50px 65px 10px 0;
    position: relative;
}

.ann-left1::after {
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.8);
}


.ann-conp {
    margin-top: 30px;
}

.ann-left p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5;
}

.ann-right1 {
    background: rgb(178, 123, 22, 0.8);
    /* background: rgba(39, 75, 161, 0.96); */
    border-top-right-radius: 40px;
    padding: 0;
}

.ann-right {}

.ann-rul {}

.ann-rul ul {
    padding: 0;
    margin: 0;
}

.ann-rul ul li {
    /* border-bottom: 1px solid #6465aa; */
    border-bottom: 1px solid #b27b16;
    padding: 45px 30px 25px 38px;
}

.ann-rul ul li a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
}

.ann-rul ul li a img {
    opacity: 0.95;
    transition: all 0.4s;
}

.ann-rul ul li:hover img {
    opacity: 1;
    transition: all 0.4s;
    transform: rotate(360deg);
}

.ann-rul ul li a span {
    font-size: 20px;
    color: #fff;
    font-family: 'opensbold';
    transition: all 0.4s;
}

.ann-rul ul li a:hover span {
    transition: all 0.4s;
    transform: scale(1.2);
}


.ann-rul ul li:last-child {
    border-bottom: none;
}

.ann-rul ul li:hover {
    border-bottom: 1px solid #fff;
}

.ann-rul ul li:last-child,
.ann-rul ul li:last-child:hover {
    border-bottom: none;
}


.newsbg {
    padding-top: 70px;
    /* background: url(../../images/newsbg.jpg) repeat center center; */
    min-height: 500px;
}

.news-con {
    padding-top: 45px;
}

.news-con .new-li {
    transition: all 0.4s ease-out;
}

.news-con .new-li:hover {
    transition: all 0.4s ease-out;
    transform: translateY(-5px);
}

.news-con .new-li .new-ltt {
    padding-top: 28px;
}

.news-con .new-li .new-ltt p {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-con .new-li .new-ltt span {
    display: block;
    font-size: 20px;
    color: #274ba1;
    font-family: 'opensbold';
    font-style: italic;
}

.organbg {
    margin-top: 50px;
}

.xuan-top {}

.xuan-top ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.xuan-top ul li {
    font-size: 32px;
    color: #bbb;
    display: inline-block;
    cursor: pointer;
    padding: 30px 10px;
    margin-right: 10px;
    font-family: 'opensbold';
}

.xuan-top ul li.active,
.xuan-top ul li:hover {
    color: #274ba1;
    border-bottom: 3px solid #0025aa;
}

.organ-bcon {
    padding: 60px 0;
}

/*footer*/

.footer {
    padding: 50px 0;
    border-top-right-radius: 50px;
    background: #333;
}

.footer p {
    text-align: center;
    font-size: 20px;
    color: #999;
    margin-bottom: 0;
}








/*.wc-copyEnd*/

@media (min-width: 1200px) {


    .organ-li1 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1400px) {}

@media (max-width: 1400px) {

    .ban-text h4 {
        width: 90%;
        font-size: 50px;
    }

    .ban-text p {
        font-size: 28px;
    }

    .date-li p span {
        font-size: 18px;
    }


    /* .date-li {
        min-height: 270px;
    } */

    /* .announ {
        margin-top: 78px;
    } */

    .xuan-top ul li {
        font-size: 26px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer p {
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .wc-menu ul li a {
        font-size: 16px;
    }

    .ban-text {
        padding-top: 80px;
    }

    .ban-text h4 {
        font-size: 44px;
    }

    .ban-text p {
        font-size: 22px;
    }

    .date-li .d-img {
        margin-bottom: 15px;
    }

    .date-li h4 {
        font-size: 18px;
    }

    .date-top h4 {
        font-size: 32px;
    }

    .xuan-top ul li {
        font-size: 22px;
        padding: 20px 10px;
    }



    .footer {
        padding: 20px 0;
    }

    .footer p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/



    .wc-menu ul li a {
        font-size: 14px;
    }

    .ann-rul ul li {
        /* border-bottom: 1px solid #6465aa; */
        padding: 40px 15px 35px 11px;
    }

    .date-li p span {
        font-size: 16px;
    }

    .date-top h4 {
        font-size: 28px;
    }

    .date-li {
        padding: 23px 15px 20px;
    }

    .xuan-top ul li {
        font-size: 20px;
    }

    .newsbg {
        padding-top: 40px;
    }

    .news-con {
        padding-top: 25px;
    }

    .organ-bcon {
        padding: 40px 0;
    }
}





@media (max-width: 991px) {

    /*小屏幕设备 平板*/
    .ban-text {
        /*padding-top: 110px;*/
    }

    .ban-text h4 {
        font-size: 30px;
    }

    .logo1 img {
        max-width: 70%;
    }

    .ban-text h4 {
        font-size: 28px;
    }

    .remaining-time li .remaining-num {
        font-size: 22px;
    }

    .remaining-time li {
        padding-top: 26px;
    }

    .dates {
        margin-top: 40px;
    }

    .date-li .d-img {
        background: url(../../images/date112.svg) no-repeat center center;
        width: 30px;
        height: 30px;
    }

    .date-li:hover .d-img {
        background: url(../../images/date12.svg) no-repeat center center;
    }

    .date-li h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .date-top h4 {
        font-size: 24px;
    }

    .ann-left p {
        font-size: 16px;
        line-height: 1.5;
    }

    .ann-conp {
        margin-top: 20px;
    }

    .news-con .new-li .new-ltt p {
        font-size: 18px;
    }

    .news-con .new-li .new-ltt span {
        font-size: 18px;
    }

    .ann-left {
        padding: 50px 15px 10px 0;
        position: relative;
    }

    .xuan-top ul li {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {}

    .logo1 img {
        max-width: 60%;
    }

    .mobile-header-btn {
        top: 1px;
    }

    .mobile-header-btn i {}

    #img {}

    .logo1 img {}

    .ban-text h4 {
        font-size: 22px;
    }

    .ban-text p {
        font-size: 16px;
    }

    .remaining-time span {
        display: none;
    }

    .remaining-time li {
        background: url(../../images/timebg11.png) no-repeat center center;
    }

    .remaining-time {
        margin-top: 20px;
    }

    .date-top h4 {
        font-size: 20px;
    }

    .date-li {
        min-height: auto;
        margin-bottom: 25px;
        padding-bottom: 28px;
    }

    /* .announ {
        margin-top: 21px;
    } */

    .ann-right1 {
        border-top-right-radius: 0px;
    }

    .ann-right1::after {
        position: absolute;
        top: 0;
        right: -150%;
        width: 150%;
        height: 100%;
        content: "";
        /* background: rgba(0, 0, 180, 0.56); */
    }

    .ann-rul ul li {
        padding: 20px 20px;
    }

    .ann-rul ul li a span {
        font-size: 16px;
    }

    .ann-rul ul li a img {
        width: 35px;
    }

    .news-con {
        padding-top: 10px;
    }

    .newsbg {
        padding-top: 20px;
    }

    .news-con .new-li .new-ltt {
        padding-top: 11px;
    }

    .news-con .new-li {
        margin-bottom: 20px;
    }

    .news-con .new-li .new-ltt p {
        margin-bottom: 3px;
    }

    .organbg {
        margin-top: 10px;
    }

    .xuan-top ul li {
        font-size: 18px;
        padding: 10px 10px;
    }

    .organ-bcon {
        padding: 20px 0;
    }

    .organ-li1 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .xuan-top ul li {
        font-size: 16px;
    }

    .news-con .new-li .new-ltt span {
        font-size: 16px;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }





    .footer {
        border-top-right-radius: 20px;
        padding: 10px 0;
    }

    .footer p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {}