* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
A:link,A:visited {
    text-decoration: none
}

A:hover {
    text-decoration: none
}

a {
    color: #333333
}

a:hover {
    color: #0069b7
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden
}
ol, ul, li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f5f5f5;
}

.container {
    width: 1200px;
    margin: 0 auto;

}
.container1 {
    width: 1300px;
    margin: 0 auto;
}
.bot {
    width: 100%;
    height: 145px;
    min-width: 1200px;
    background: url(../newimages/yxy_02.jpg) left bottom no-repeat #0069b7;
}
.botc {
    margin: 0 auto;
    height: 145px;
    background: url(../newimages/yxy_03.jpg) bottom right no-repeat;
    width: 1300px;
}
.botcl {
    width: 550px;
    height: 83px;
    float: left;
    padding-top: 30px;
}

.logo-link {
    display: block;
    text-decoration: none;
    color: #fff;
}

.logo-content {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 8px;
}

.logo-icon {
    flex-shrink: 0;
    margin-left:20px;
}

.logo-icon svg {
    display: block;
}

.logo-text h1 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 5px 0;
    line-height: 1.2;
    letter-spacing: 8px;
    font-weight: 400;
    margin-top:-10px;
}

.logo-en {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.2;
    font-family: serif;
    letter-spacing: 1px;
    margin-top: -5px;
}

.botr {
    width: 300px;
    float: right;
    height: 100px;
    padding-top: 10px;
}
.sou {
    width: 216px;
    height: 40px;
    float: left;
    margin-top: 40px;
    background: url(../newimages/sss.png) no-repeat;
}
.soua {
    width: 170px;
    float: left;
    height: 26px;
    margin-top: 5px;
    margin-left: 10px;
}
.soua input {
    width: 168px;
    height: 27px;
    background: none;
    border: none;
}
.ssan {
    width: 26px;
    height: 24px;
    float: left;
    margin-top: 9px;
}
.header {
        background: url(../newimages/yxy_02.jpg) left bottom no-repeat #0069b7;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        height: 145px;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.logo h1 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 5px;
}

.logo-en {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.head-logo {
    height: 60px;
    width: auto;
}

.search-box {
    display: flex;
    gap: 10px;
}

.search-box input {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.search-box input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-box button {
    padding: 8px 20px;
    background-color: #fff;
    color: #1a5490;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.search-box button:hover {
    background-color: #f0f0f0;
}

.nav {
    background-color: #F5F5F5;
}

.nav ul {
    display: flex;
    list-style: none;
}

.nav ul li {
    margin-right: 0;
    width:170px;
}

.nav ul li a {
    display: block;
    /*padding: 12px 25px;*/
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s;
    width:120px;
    text-align: center;
}


.nav ul li a.active {
    background-color: #004161;
    color: #fff;
}
.nav ul li a:hover {
    background-color: #016BB7 !important;
    color: #fff !important;
}

.nav .dropdown-menu {
    display: block;
    flex-direction: column;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #006699;
    width: 135px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    width: 100% !important;
    border-bottom: 1px solid #00547D;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li a {
    height:30px;
    line-height:30px;
    padding:0 !important;
    text-align: center;
    display: block;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s;
    background-color: #006699 !important;
    font-size: 14px !important;
}

.dropdown-menu li a:hover {
    background-color: #016BB7 !important;
    color: #fff !important;
}

.banner {
    width: 100%;
    min-width: 1200px;
    height: 310px;
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}
/* 响应式banner高度 */
@media (max-width: 1279px) {
    .banner {
        height: 293px;
    }
}
@media (max-width: 1024px) {
    .banner {
        height: 229px;
    }
}

@media (max-width: 991px) {
    .banner {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .banner {
        height: 150px;
    }
}

.slider-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.slide-content h2 {
    font-size: 48px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slide-content p {
    font-size: 20px;
    opacity: 0.95;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.slider-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #fff;
}


.top-sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    /*margin-bottom: 30px;*/
}

.half-width {
    margin-bottom: 0;
}

.content-wrapper {
    display: grid;
    gap: 30px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
}

.section-header h3 {
    float: left;
    background: #0069b7;
    font-family: "微软雅黑";
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    width: 120px;
    margin-right: 10px;
    text-align: center;
}
.more-icon {
    background: url(../newimages/yxy_22.jpg) left 8px no-repeat;
    width: 40px;
    float: right;
    text-align: right;
    padding-top: 5px;
}
.more {
    text-decoration: none;
    font-size: 12px;
    color: #333333;
}

.more:hover {
    text-decoration: underline;
}

.news-section {
    /* background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
}

.news-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.news-item:last-child {
    border-bottom: none;
}

.news-date {
    background-color: #1a5490;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    min-width: 70px;
    height: fit-content;
}

.news-date .day {
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.news-date .month {
    display: block;
    font-size: 12px;
}

.news-info h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.news-info h4:hover {
    color: #1a5490;
    cursor: pointer;
}

.news-info p {
    color: #666;
    font-size: 14px;
}

.notice-section {
    /* background-color: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
}

.notice-list {
    list-style: none;
}

.notice-list li {
    height: 65px;
    width: 100%;
    margin-top: 20px;
}

.notice-list li:last-child {
    border-bottom: none;
}



.notice-item-date {
    width: 80px;
    height: 65px;
    float: left;
    font-size: 14px;
    text-align: center;
}

.notice-item-date h3 {
    line-height: 27px;
    font-weight: normal;
    background: #2ca0fa;
    font-size: 14px;
    color: #fff;
}

.notice-item-date p {
    line-height: 27px;
    color: #fff;
    background: #03487e;
    font-size: 14px;
}

.notice-item-content {
    width: 470px;

    float: right;
}

.notice-item-content a {
    color: #333333;
    text-decoration: none;
}


.notice-item-content h3 {
    /*line-height: 27px;*/
    font-weight: normal;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-item-content p {
    line-height: 20px;
    color: #999;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 64px;
}

.notice-list li a:hover {
    color: #1a5490;
}

.notice-list .date {
    background-color: #f0f0f0;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #666;
    margin-right: 15px;
    min-width: 60px;
}

.members-section {
    /* background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.member-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s;
    width: 100%;
    max-width: 200px;
}

.member-item:hover {
    transform: translateY(-5px);
}

.member-logo {
    width: 80px;
    height: 80px;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    border-radius: 8px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

/* .member-item:nth-child(2) .member-logo {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.member-item:nth-child(3) .member-logo {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.member-item:nth-child(4) .member-logo {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.member-item:nth-child(5) .member-logo {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.member-item:nth-child(6) .member-logo {
    background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
}

.member-item:nth-child(7) .member-logo {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
}

.member-item:nth-child(8) .member-logo {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
}

.member-item:nth-child(9) .member-logo {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
}

.member-item:nth-child(10) .member-logo {
    background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
} */

.member-name {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    word-wrap: break-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.sidebar {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sidebar-section h3 {
    font-size: 18px;
    color: #1a5490;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1a5490;
}

.quick-links,
.competition-list {
    list-style: none;
}

.quick-links li,
.competition-list li {
    margin-bottom: 10px;
}

.quick-links li a,
.competition-list li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.quick-links li a:hover,
.competition-list li a:hover {
    background-color: #f0f0f0;
    color: #1a5490;
}

.competition-list .title {
    display: block;
    font-weight: bold;
    color: #1a5490;
}

.competition-list .desc {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 3px;
}

.contact-info p {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}

.contact-info strong {
    color: #333;
}

.footer {
    background-color: #0069b7;
    color: #fff;
    padding: 20px 0 20px;
    min-width: 1200px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 30px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
}

.footer-section p {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 10px;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    transition: all 0.3s;
    font-size: 14px;
}

.footer-section ul li a:hover {
    opacity: 1;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    opacity: 0.8;
    margin: 0;
}
.fkk164 {
    height: 140px;
    margin: 0 auto;
    width: 1200px
}

.ffkkwwk {
    width: 700px;
    float: left;
    height: 100px;
    float: left
}

.ffkk237 {
    border-right: 1px solid #0462ac;
    height: 40px
}

.ffkk237 li {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    list-style: none;
}

.ffkk237 li a {
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}

.ffkk237r {
    float: left;
    width: 407px;
    padding: 40px 125px;
    text-align: center;
    border-right: 1px solid #0462ac
}

.erm144 {
    width: 174px;
    color: #fff;
    float: right;
    height: 170px;
    text-align: center
}

.erll287 {
    width: 100%;
    height: 288px
}

.erc1177 {
    width: 1200px;
    margin: 0 auto;
    height: 287px
}

.erc1177 img {
    width: 1200px;
    height: 287px
}

.lknxy {
    width: 100%;
    height: 50px
}

.lknxy li {
    height: 40px;
    float: left;
    width: 115px;
    padding: 0 58px
}

.lknxy li p {
    line-height: 30px;
    text-align: center;
    font-size: 14px
}

.lknxy li img {
    width: 115px;
    height: 115px
}

.banqxx {
    line-height: 22px;
    margin-top: 15px;
    height: auto;
    font-size: 14px;
    color: #fff
}
.lhw370 {
    width: 370px;
    float: right;
    height: 100px;
    margin-top: 25px;
}
.lhw370r {
    width: 220px;
    float: right;
    height: 90px;
    color: #fff;
    font-size: 14px;
    line-height: 45px
}

.lhw370r img {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 10px
}


.main-container{
    background-color: #fff;
     /*padding: 35px 20px;*/
}

/* page.html */
.w120w {
    width: 1200px;
    height: auto;
    padding: 30px 20px 0px 20px;
    margin: 0 auto;
    background: #fff;

}
.llz24 {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 45px;
}

.lzzfz {
    width: 300px;
    float: left;
    font-size: 24px;
    line-height: 30px
}

.lzhdw {
    width: 500px;
    float: right;
    text-align: right;
    line-height: 30px;
    font-size: 12px;
}
.erl309 {
    width: 309px;
    float: left;
    min-height: 500px;
}
.erl309rr {
    border:1px solid #bfbfbf;
    border-bottom: none;
    height: auto;
    margin-bottom: 20px;
}
.kk62l {
    width: 307px;
    height: 62px;
    line-height: 62px;
    text-indent: 60px;
    background: url(../newimages/rr_09.jpg) no-repeat;
    font-size: 18px;
    text-indent: 60px;
}
.kk62l a {
    display: block;
}
.kk62l a:hover {
    background: url(../newimages/rr_07.jpg) no-repeat
}
.kk62la {
    width: 307px;
    height: 62px;
    line-height: 62px;
    background: url(../newimages/rr_07.jpg) no-repeat;
    font-size: 18px;
    text-indent: 60px;
}
.kkr670 {
    width: 800px;
    float: right;
    min-height: 500px;
}
.tolis {
    width: 100%;
    height: auto;
}
.tolis li {
    line-height: 47px;
    font-size: 14px;
    background: url(../newimages/yxy_26.jpg) left center no-repeat;
    text-indent: 10px;
    text-align: right;
}
.tolis li a {
    float: left;
    text-align: left;
}
.pb_sys_common {
    font-size: 12px;
    font-family: SimSun;
    line-height: 12px;
    color: #222;
}
.pb_sys_common .p_t {
    line-height: 12px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
}
.pb_sys_common .p_pages {
    margin-left: -5px;
}
.pb_sys_normal .p_first, .pb_sys_normal .p_first_d, .pb_sys_normal .p_last, .pb_sys_normal .p_last_d {
    display: none;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o {
    color: #ccc;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o {
    color: #ccc;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    border:1px solid #ccc;
    padding: 5px 8px;
    margin: 0px 0px 0px 5px;
    height: 24px;
    -height: auto;
    line-height: 12px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
.pb_sys_style1 .p_no_d {
    border: 1px solid #258CFF;
    color: #fff;
    background-color: #258CFF;
}
