﻿@charset "utf-8";

/* CSS Document */
/*2025.6.17*/

#topcontrol {
    z-index: 1000;
}

.box {
    overflow: hidden;
}

.container {
    max-width: 1430px;
    width: 96%;
}

.wc-top {
    background: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 11;
    padding-bottom: 15px;
    padding-top: 15px;
}

.wc-top .row {
    align-items: flex-end;
}

.top-tit {
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 15px;
}

.top-tit a {
    background: #8bba61;
    font-size: 16px;
    color: #fff;
    line-height: 46px;
    display: inline-block;
    margin-left: 25px;
    padding: 0 20px;
    text-decoration: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.top-tit a:nth-child(2) {
    background: #d0875f;
}

.top-tit a:nth-child(3) {
    background: #e19e45;
}

.top-tit a:hover {
    background: #79bc3d;
}

.top-tit a img {
    padding-right: 5px;
    vertical-align: -5px;
}

.top-tit a:nth-child(2):hover {
    background: #d57a49;
}

.top-tit a:nth-child(3):hover {
    background: #ef9216;
}

.top-social-icon li {
    transform: translateY(-6px);
    transition: all 0.3s;
}
.top-social-icon li:hover {
    transform: translateY(0);
}
.top-social-icon li a {
    margin-left: 0;
    margin-right: 0 !important;
    padding: 6px 12px;
    background: #f5f5f5;
}

.top-social-icon li a img {
    padding-right: 0;
    vertical-align: middle;
}


.wc-menu {
    padding-top: 20px;
}

.wc-menu ul {
    /*转化为table 并且，宽度百分百，*/
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wc-menu ul li {
    line-height: 39px;
    position: relative;
    /*居中并且转为table-cell*/
    text-align: center;
    /*display: table-cell;*/
    /*float: left;*/
    list-style: none;
    /*margin: 0 20px;*/
    margin: 0px;
    display: inline-block;
}

.wc-menu ul li a {
    font-size: 18px;
    color: #333;
    position: relative;
    display: inline-block;
    /*transition: all 0.2s;*/
    text-decoration: none;
    padding: 0;
}

.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 {
    color: #255ea4;
}

.wc-menu ul li .ernav {
    position: absolute;
    left: 0%;
    top: 100%;
    min-width: 260px;
    z-index: 111 !important;
    display: none;
    opacity: 1;
    padding-top: 15px;
}

.wc-menu ul li:nth-child(4) .ernav {
    min-width: 392px;
}

.wc-menu ul li:nth-child(6) .ernav {
    min-width: 380px;
    left: auto;
    right: 0;
}


.wc-menu ul li .ernav ul {
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    text-align: left;
    border: none;
    border: 1px solid #c9d8de;
}

.wc-menu ul li .ernav ul li {
    /*text-align: center;*/
    float: none;
    display: block;
    /*二级下拉有影响，需要转化为块状*/
    background: none;
    text-align: left;
    line-height: 26px;
    border: none;
    margin: 0;
    padding: 0 30px;
    border-bottom: 1px solid #c9d8de;
    background: #fff;
}

.wc-menu ul li .ernav ul li:last-child {
    border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
    line-height: 28px;
    font-size: 18px;
    /*text-align: center;*/
    background: none;
    box-shadow: none;
    border-radius: 0;
    color: #a5a5a5;
    margin: 0;
    display: block;
    padding: 10px 0;
    border-bottom: none;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
    white-space: pre-wrap;
}

.wc-menu ul li .ernav ul li a:hover {
    color: #255ea4;
}

/*menu End*/

img {
    max-width: 100%;
}

.banner {
    margin-top: -30px;
}

.banner .swiper-pagination {
    width: 94%;
    bottom: 35px;
    text-align: center;
    left: 3%;
    background: rgba(255, 255, 255, 0.5);
    height: 30px;
    padding-top: 7px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    background: #fff;
    border: 1px solid #004b4b;
    width: 15px;
    height: 15px;
    opacity: 1;
    cursor: pointer;
    /*opacity: 0.55;*/
    border-radius: 100%;
    margin-right: 11px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
    opacity: 0.5;
}

.dates {
    background: #f0f6f9;
    padding: 60px 0 117px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    margin-top: -35px;
    z-index: 1;
    position: relative;
}


.new-top {
    /*display: flex;justify-content: space-between;
    align-items: center;*/
    text-align: center;
    position: relative;
}

.new-top .new-tit {
    font-size: 42px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.new-top2 .new-tit {
    color: #fff;
}

/*
.new-top .new-a{
	display: inline-block;
}
.new-top .new-a a{
	font-size: 18px;
	color: #bbb;
	border:1px solid #ddd;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	margin-left: 23px;
}*/

.notice-con {
    padding-top: 40px;
}

.notice-con .not-li {}

.notice-con .not-li a {
    text-decoration: none;
    display: block;
    display: flex;
    background: #fff;
    padding: 24px 18px;
    transition: all 0.4s ease-out;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* min-height: 130px; */
}

.notice-con .not-li:hover a {
    box-shadow: 0px 15px 27px -17px rgb(0 0 0 / 50%);
    transform: scale(1.01);
}

.notice-con .not-li a .not-limg {
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.notice-con .not-li a .not-ltt {
    width: calc(100% - 48px);
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left: 14px;
    flex-direction: column;
}

.notice-con .not-li a .not-ltt span {
    display: block;
    font-size: 20px;
    color: #2872b6;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-through {
    text-decoration: line-through;
    text-decoration-color: red;
    font-weight: normal;
    color: #999 !important;
    font-size: 16px !important;
}

.notice-con .not-li a .not-ltt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
}

.aboutbg {
    background: #2a276c url(../../images/abbg.jpg) no-repeat center bottom;
    min-height: 300px;
    border-radius: 35px;
    margin-top: -40px;
    z-index: 11;
    position: relative;
    /*padding: 100px 0;*/
    padding: 60px 0;
}

.ab-con {
    margin-top: 40px;
}

.ab-con p {
    color: #fff;
    font-size: 28px;
    margin-bottom: 50px;
    line-height: 50px;
}

.ab-video {
    border-radius: 30px;
    text-align: center;
}

.ab-video video {
    border-radius: 30px;
    object-fit: cover;
    max-width: 100%;
}

.aboutbg::after {
    position: absolute;
    left: 3%;
    bottom: -40px;
    content: "";
    width: 94%;
    height: 40px;
    background-image: linear-gradient(to right, #00c0fa, #00aef7, #015eea, #015eea);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}


.footer {
    padding: 135px 0 30px;
    background: url(../../images/ftbg.jpg) no-repeat center center;
    min-height: 300px;
    background-size: cover;
    margin-top: -35px;
}

.f-mid2 p {
    line-height: 34px;
}

.f-mid2 p a {
    color: #51befb;
}

.footer h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.footer h4 span {
    display: block;
}

.footer .f-pp {
    /*margin-bottom:33px;*/
}

.footer .f-mid {
    padding-left: 3%;
}

.footer .f-mid2 {
    padding-left: 5%;
}

.footer p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.footer a {
    color: #fff;
    margin-bottom: 0;
}

.f-right {}

.f-right ul {
    padding: 0;
    margin: 0;
}

.f-right ul li {
    display: inline-block;
}

.f-right ul li a {
    text-decoration: none;
    display: inline-block;
    margin-right: 3px;
}

.f-right ul li a img {
    max-width: 35px;
}

.copy {
    margin-top: 40px;
    text-align: center;
}

.copy p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}











@media (min-width: 1200px) {}

@media (min-width: 1400px) {

    .logo {
        flex: 0 0 15%;
        max-width: 15%;
    }

    .wc-menu {
        flex: 0 0 85%;
        max-width: 85%;
    }
}



@media (max-width: 1300px) {

    .new-top .new-tit {
        font-size: 30px;
    }

    .wc-menu ul li .ernav ul li a {
        font-size: 16px;
    }

    .ab-con p {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {

    /*中等屏幕设备 桌面*/
    /*变成手机样式*/
    .top-tit {
        position: relative;
        text-align: center;
        left: auto;
        right: auto;
    }

    .top-tit a {
        width: 100%;
        margin: 10px 0;
        border-radius: 0;
    }
    .top-social-icon a {
        border-radius: 4px;
        padding: 12px !important;
    }

    .banner {
        margin-top: 0;
    }

    .notice-con .not-li {
        margin-bottom: 30px;
    }

    .notice-con .not-li a .not-ltt {
        display: block;
    }

    .dates {
        padding-bottom: 80px;
    }
}


@media (max-width: 991px) {

    /*小屏幕设备 平板*/
    .logo1 img {
        max-width: 60%;
    }

    .banner {
        margin-top: 50px;
    }

    .new-top .new-tit {
        font-size: 26px;
    }

    .dates {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .notice-con {
        padding-top: 20px;
    }

    .notice-con .not-li a .not-ltt span {
        font-size: 18px;
    }

    .aboutbg {
        padding: 40px 0;
    }

    .ab-con {
        margin-top: 20px;
    }

    .ab-con p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .footer .f-mid2 {
        margin-top: 30px;
    }

    .footer .f-right {
        margin-top: 30px;
    }

    .footer .f-mid {
        padding-left: 15px;
    }

    .footer h4 {
        margin-bottom: 10px;
    }




    .f-right {
        text-align: left !important;
    }
}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    /* .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    } */

    .logo1 {
        padding-bottom: 1px;
        text-align: left;
        float: left;
        padding-left: 10px;
    }

    .mobile-header-btn {
        /*top: 2px;*/
    }

    .container {
        width: 100%;
    }



    .dates {
        margin-top: -10px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 25px 0 40px;
    }

    .banner .swiper-pagination {
        bottom: 8px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        height: 20px;
        padding-top: 0;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .new-top .new-tit {
        font-size: 20px;
    }

    .notice-con .not-li {
        margin-bottom: 25px;
    }

    .aboutbg {
        padding: 25px 0;
        border-radius: 15px;
        margin-top: -30px;
    }

    .notice-con {
        padding-top: 15px;
    }

    .notice-con .not-li a .not-ltt p {
        font-size: 16px;
    }

    .ab-con {
        margin-top: 15px;
    }

    .ab-con p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .aboutbg::after {
        height: 20px;
        bottom: -20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .footer {
        padding-top: 85px;
        padding-bottom: 10px;
    }

    .footer .f-mid {
        margin-top: 30px;
    }

    .footer .f-right {
        margin-top: 30px;
    }

    .footer p {
        line-height: 28px;
        text-align: center;
    }

    .f-mid2 p {
        text-align: center;
    }

    .footer h4 {
        font-size: 18px;
        text-align: center;
    }

    .footer img {
        max-width: 30%;
    }

    .f-right ul {
        text-align: center;
    }

    .copy {
        margin-top: 30px;
    }

    .site-logo a img {
        max-width: 36%;
    }

    .copy p {
        font-size: 14px;
    }
}

@media (min-width: 60px) {}