/* 样式清理 */
:root {
    --font-family: system-ui, sans-serif;
    --font-size: 16px;
    --line-height: 1.5;
    --color-text: #333;
    --color-background: #fff;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: var(--font-size);
    font-family: var(--font-family);
    line-height: var(--line-height);
    color: var(--color-text);
    background-color: var(--color-background);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

a {
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

/* 移除列表样式但保留语义 */
ul,
ol {
    list-style: none;
}

/* 以下为自定义样式 */
.blcu-body {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
}

/* 最顶部 */
.blcu-body .header {
    width: 1126px;
    margin: 0 auto;
    margin: 0 auto;
}

/* 顶部logo图 */
.blcu-body .header .top {
    width: 1126px;
    height: 110px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* 顶部 logo */
.blcu-body .header .top .logo {
    display: flex;
    flex-direction: row;
}

.blcu-body .top .logo .logo_1 {
    width: 76px;
    height: 76px;
    overflow-clip-margin: initial;
    overflow: clip;
    margin-top: 26px;
}

.blcu-body .top .logo .logo_2 {
    width: 173px;
    height: 53px;
    margin: 39px 0 0 14px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.blcu-body .top .logo .logo_2 .logo_2_img {
    width: 155px;
    height: 41px;
    margin-left: 9px;
    display: flex;
    flex-direction: row;
}

.blcu-body .top .logo .logo_2 .logo_2_img .label_1 {
    width: 26px;
    height: 30px;
    margin-top: 6px;
}

.blcu-body .header .top .logo .logo_2 .logo_2_img .label_2 {
    width: 24px;
    height: 27px;
    margin: 7px 0 0 4px;
}

.blcu-body .top .logo .logo_2 .logo_2_img .label_3 {
    width: 21px;
    height: 24px;
    margin: 6px 0 0 4px;
}

.blcu-body .top .logo .logo_2 .logo_2_img .label_4 {
    width: 21px;
    height: 23px;
    margin: 7px 0 0 4px;
}

.blcu-body .top .logo .logo_2 .logo_2_img .label_5 {
    width: 26px;
    height: 41px;
    margin-left: 1px;
}

.blcu-body .top .logo .logo_2 .logo_2_text {
    width: 173px;
    height: 9px;
    overflow-wrap: break-word;
    color: rgba(26, 43, 62, 1);
    font-size: 7px;
    font-family: FZDHTJW--GB1-0;
    text-align: left;
    white-space: nowrap;
    line-height: 9px;
    margin-top: 3px;
}

.blcu-body .top .logo .logo_3 {
    width: 455px;
    height: 26px;
    margin: 51px 0 0 10px;
}

/* 顶部 查询 */
.blcu-body .top .tools {
    display: flex;
    flex-direction: row;
    margin-right:28px;
}

.blcu-body .top .search {
    width: 86px;
    height: 16px;
    overflow-wrap: break-word;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.blcu-body .top .lni.lni-search-1 {
    display: inline-block;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ebc7";
    font-size: 16px;
}

.blcu-body .top .search-certify {
    margin-left: 20px;
    width: 86px;
    height: 16px;
    overflow-wrap: break-word;
    text-align: left;
    white-space: nowrap;
    line-height: 21px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blcu-body .top .lni.lni-certificate-badge-1 {
    display: inline-block;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ebc7";
    font-size: 18px;
}

/* 菜单栏 */
.blcu-body .nav {
    width: 100%;
    background-image: url(../image/nav_bg.png);
    background-repeat: repeat-x;
    background-size: cover;
    display: block;
    position: relative;
}

.blcu-body .nav .nave_menu_cover{
    position:absolute;
    top:60px;
    background-color: rgba(255, 255, 255, 0.80);
    width: 100%;
    height: 415px;
    opacity:0.9;
    z-index: 100;
}

.blcu-body .nav .nav_menu {
    height: 60px;
    position: relative;
    margin: 0 auto;
    width: 1126px;
}

.blcu-body .nav .nav_ul {
    position: relative;
    list-style-type: none;
    text-align: center;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(../image/nav_bg.png);
    background-repeat: repeat;
}

.blcu-body .nav .nav_menu .nav_ul .nav_home {
    width: 30px;
}

.blcu-body .nav .nav_ul .nav_li {
    position: relative;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    width: 120px;
    height: 60px;
}

.blcu-body .nav .nav_ul .nav_li a {
    height: 60px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 700;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
}

.blcu-body .nav .nav_ul li:hover {
    color: rgba(255, 1);
}

.blcu-body .nav .nav_ul .nav_li .active{
    color: rgba(46, 167, 170, 1);
    background-color: #fff;
}
.blcu-body .nav .nav_ul .nav_li .nav_li_sub{
    display: none;
}
.blcu-body .nav .nav_ul .nav_li .nav_li_sub_ul .active {
    color: rgba(46, 167, 170, 1);
}

.blcu-body .nav .nav_ul .nav_li_sub {
    position: relative;
    clear: both;
    width: 120px;
    background-color: #fff;
    z-index: 999;
}

.blcu-body .nav .nav_ul .nav_li_sub .nav_li_sub_ul {
    list-style-type: none;
    text-align: center;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 120px;
    height: auto;
    flex-wrap: wrap;
    background-color: #fff;
}

.blcu-body .nav .nav_ul .nav_li_sub .nav_li_sub_ul li {
    position: relative;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 700;
    line-height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 120px;
    height: 46px;
}

.blcu-body .nav .nav_ul .nav_li_sub .nav_li_sub_ul li a {
    width: 120px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(26, 43, 62, 1);
    font-size: 17px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 27px;
}

/* 轮播图 */
.blcu-body .rotation {
    position: relative;
    width: 100%;
    height: 468px;
}

.blcu-body .rotation .rotation_box {
    width: 100%;
    height: 468px;
}

.rotation_box .rotation_ul {
    position: relative;
    list-style-type: none;
    width: 100%;
    height: 468px;
}

.rotation_box .rotation_ul li {
    position: relative;
    width: 100%;
    height: 468px;
}

.rotation_box .rotation_ul li a {
    position: relative;
    width: 100%;
    height: 468px;
}

.rotation_box .rotation_ul li img {
    position: relative;
    width: 100%;
    height: 468px;
object-fit: cover;
}


/* body内容 */
.blcu-body .content {
    width: 1126px;
    min-height: 600px;
    margin: 0 auto;
    margin-top: 10px;
}

/* 底部栏 */
.blcu-body .footer {
    background-image: url(../image/footer_bg.png);
    background-repeat: repeat;
    width: 100%;
    height: 589px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.blcu-body .footer .footer_menu {
    position: relative;
    height: 275px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.blcu-body .footer .nav_link {
    width: 1136px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}


/* 友情链接 */
.blcu-body .footer .nav_link_ul {
    list-style-type: none;
    text-align: center;
    width: 1136px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.blcu-body .footer .nav_link_ul li {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 700;
    line-height: 27px;
    border-radius: 4px;
    height: 68px;
    border: 1px solid rgba(255, 255, 255, 1);
    width: 118px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.blcu-body .footer .footer_contact {
    position: relative;
    margin: 0 auto;
}

.blcu-body .footer .footer_contact_div {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 1126px;
    justify-content: space-between;
    align-items: center;
}

.footer_contact_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 550px;
    height: 186px;
}

.footer_contact_left_title {
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    white-space: nowrap;
    line-height: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.footer_contact_left_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 26px;
}

.footer_contact_left_text {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    line-height: 36px;
    overflow: visible;
}

.footer_contact_left_content .school_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 108px;
}

.footer_contact_left_content .school_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 108px;
}

.footer_contact_left_content .contact_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 284px;
}


.footer_contact_left_content .cec_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 96px;
}

.contact_info_text {
    color: rgba(255, 255, 255, 1);
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    font-size: 14px;
    line-height: 36px;
    overflow: visible;
}

.contact_info_text616 {
    margin-left: 40px;
    color: rgba(255, 255, 255, 1);
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    font-size: 14px;
    line-height: 36px;
    overflow: visible;
}

.footer_contact_right {
    display: flex;
    flex-direction: column;
    width: 478px;
    align-items: flex-start;
    height: 186px;
}

.nav_link_concat {
    width: 500px;
    list-style-type: none;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav_link_concat li {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
}

.nav_link_concat li a {
    width: 96px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    white-space: nowrap;
    line-height: 36px;
    margin-top: 28px;
    text-decoration: none;
}

.footer_contact_right_title {
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    white-space: nowrap;
    line-height: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

}

.footer_contact_right_content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 26px;
}

.footer_contact_center {
    background-color: rgba(255, 255, 255, 1);
    width: 1px;
    height: 180px;
    display: flex;
    flex-direction: column;
}

.footer_line {
    width: 100%;
    height: 1px;
    margin-top: 166px;
    background-color: rgba(109, 171, 172, 1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer_bottom {
    position: relative;
    margin-top: 40px;
;
    background-color: rgba(0, 123, 123, 1);
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer_bottom_text {
    height: 20px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    line-height: 20px;
    text-align: center;
}

.footer_bottom_text a {
    color: rgba(255, 255, 255, 1);
}

/* body内容 */
.blcu-body .content {
    width: 1136px;
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: 48px;
    position: relative;
    background-color: rgba(255, 255, 255, 1);

}

/* 新闻 */
.blcu-body .content .web_news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.web_news .web_news_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 1136px;
}

.web_news_header .web_news_title1 {
    width: 96px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.web_news_header .web_news_title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.web_news_header .web_news_title2 {
    width: 110px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    margin: 4px 0 0 10px;
}

.web_more_text {
    width: 110px;
    height: 12px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 12px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    white-space: nowrap;
    line-height: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.web_more_text .more {
    width: 18px;
    margin-left: 6px;
    border-right: 1px solid rgba(46, 167, 170, 1);
}

.web_more_text .more_last {
    margin-left: 6px;
    margin-right: 4px;
}

.web_news .web_news_content {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1136px;
    height: 440px;
}

.web_news_content .web_news_content_left {
    width: 778px;
    height: 440px;
}

.web_news_content .web_news_content_left img {
    width: 778px;
    height: 440px;
object-fit: cover;
}

.web_news_content .web_news_content_right {
    width: 358px;
    height: 440px;
}

.web_news_content_right .web_news_list_ul {
    width: 358px;
    height: 440px;
    position: relative;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    background-color: rgb(226, 255, 255);
}


.web_news_content_right .web_news_list_ul li {
    list-style-type: none;
    width: 358px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 72px;
}

.web_news_content_right .web_news_list_ul li.active {
    background-color: rgba(46, 167, 170, 1);
    width: 388px;
    height: 72px;
    margin-left: -30px;
    padding-left: 30px;
    color: rgba(255, 255, 255, 1);

}

.web_news_content_right .web_news_list_ul li.active .news_item_date .dd {
    color: rgba(255, 255, 255, 1);
}

.web_news_content_right .web_news_list_ul li.active .news_item_date .yyMM {
    color: rgba(255, 255, 255, 1);
}

.web_news_content_right .web_news_list_ul li.active .news_item_title a {
    color: rgba(255, 255, 255, 1);
}


.web_news_content_right .web_news_list_ul li .news_item_date {
    margin-left: 20px;
    width: 45px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.web_news_content_right .web_news_list_ul li .news_item_date .dd {
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 22px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 33px;
}

.web_news_content_right .web_news_list_ul li .news_item_date .yyMM {
    margin-top: 4px;
    height: 12px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 12px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
}

.web_news_content_right .web_news_list_ul li .news_item_title {
    margin-left: 20px;
    width: 243px;
}

.web_news_content_right .web_news_list_ul li .news_item_title a {
    width: 243px;
    overflow-wrap: break-word;
    color: rgba(26, 43, 62, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    line-height: 16px;
}

/* 新闻下边的div*/
.blcu-body .content .web_2 {
    margin-top: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1136px;
}

/* 信息公告 */
.blcu-body .content .web_2 .web_notice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 558px;
}

.web_notice_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 558px;
}

.web_notice_header .web_notice_title1 {
    width: 96px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.web_notice_header .web_notice_title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 558px;
}

.web_notice_header .web_notice_title2 {
    width: 110px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    margin: 4px 0 0 10px;
}



.web_notice .web_notice_content {
    padding-top: 10px;
    margin-top: 10px;
    background-color: rgb(226, 255, 255);
    width: 558px;
    height: 520px;
}

.web_notice_content .web_notice_list_ul {
    position: relative;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.web_notice_content .web_notice_list_ul li {
    list-style-type: none;
    width: 558px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 72px;
}

.web_notice_content .web_notice_list_ul li .web_notice_item_date {
    margin-left: 20px;
    width: 45px;
    height: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.web_notice_content .web_notice_list_ul li .web_notice_item_date .dd {
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 22px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 33px;
}

.web_notice_content .web_notice_list_ul li .web_notice_item_date .yyMM {
    margin-top: 4px;
    height: 12px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 12px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
}

.web_notice_content .web_notice_list_ul li .web_notice_item_title {
    margin-left: 20px;
    width: 434px;
}

.web_notice_content .web_notice_list_ul li .web_notice_item_title a {
    width: 434px;
    overflow-wrap: break-word;
    color: rgba(26, 43, 62, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    line-height: 16px;
}

.web_notice_content .web_notice_list_ul li.active {
    background-color: rgba(46, 167, 170, 1);
}

.web_notice_content .web_notice_list_ul li.active .web_notice_item_date .dd {
    color: rgba(255, 255, 255, 1);
}

.web_notice_content .web_notice_list_ul li.active .web_notice_item_date .yyMM {
    color: rgba(255, 255, 255, 1);
}

.web_notice_content .web_notice_list_ul li.active .web_notice_item_title a {
    color: rgba(255, 255, 255, 1);
}


/* 招生动态 */
.blcu-body .content .web2 .web_enroll {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 558px;
}

.web_enroll .web_enroll_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 558px;
}

.web_enroll_header .web_enroll_title1 {
    width: 96px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.web_enroll_header .web_enroll_title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 558px;
}

.web_enroll_header .web_enroll_title2 {
    width: 110px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    margin: 4px 0 0 10px;
}

.web_enroll .web_enroll_content {
    padding-top: 10px;
    margin-top: 10px;
    width: 558px;
    height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(46, 167, 170, 1);
}

.web_enroll_content .web_enroll_nav {
    width: 558px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.web_enroll_nav .web_enroll_nav_dian {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 30px;
    position: relative;
}

.div-with-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: white;
}

.web_enroll_nav_dian ul {
    width: 485px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;

}

.web_enroll_nav_dian ul li {
    width: 52px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.web_enroll_nav_dian ul li img.dian {
    width: 12px;
    height: 12px;
}

.web_enroll_nav_dian ul li .dian.active {
    width: 20px;
    height: 20px;
}

.web_enroll_nav .web_enroll_nav_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.web_enroll_nav_list ul {
    width: 485px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}

.web_enroll_nav_list ul li {
    width: 52px;
    height: 124px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.web_enroll_nav_list ul li .nav_name {
    padding-top: 14px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    line-height: 18px;
    width: 20px;
    height: 124px;
    text-align: center;

}


.web_enroll_nav_list ul li.active {
    background-image: url('../image/juxing3.png');
    background-repeat: no-repeat;
}

.web_enroll_nav_list ul li.active .nav_name {
    color: rgba(73, 118, 119, 1);
}

.web_enroll .web_enroll_content_img {
    width: 518px;
    height: 138px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.web_enroll .web_enroll_content_img ul.active {
    display: block;
}

.web_enroll .web_enroll_content_img ul.inactive {
    display: none;
}

.web_enroll .web_enroll_content_list {
    margin-top: 20px;
    width: 518px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.web_enroll_content_list ul li {
    list-style-type: disc;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    height: 30px;
}
.web_enroll .web_enroll_content_list ul{
width: 92%;
}
.web_enroll .web_enroll_content_list ul.active {
    display: block;
}

.web_enroll .web_enroll_content_list ul.inactive {
    display: none;
}

.web_enroll_content_list ul li .enroll_item_title {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: center;
    white-space: nowrap;
    line-height: 14px;
}

/* 平台入口 */

.blcu-body .content .web_plateform {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 48px;
}

.web_plateform .web_plateform_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1136px;
}

.web_plateform_header .web_plateform_title1 {
    width: 96px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
}

.web_plateform_header .web_plateform_title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 558px;
}

.web_plateform_header .web_plateform_title2 {
    width: 110px;
    height: 16px;
    overflow-wrap: break-word;
    color: rgba(46, 167, 170, 1);
    font-size: 16px;
    font-family: MicrosoftYaHei;
    /*font-weight: NaN;*/
    text-align: left;
    white-space: nowrap;
    line-height: 16px;
    margin: 4px 0 0 10px;
}

.web_plateform .web_plateform_content {
    margin-top: 22px;
    width: 1136px;
}

.web_plateform_content .web_plateform_list_ul {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1136px;
}

.web_plateform_content .web_plateform_list_ul li {
    list-style-type: none;
    width: 210px;
    height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.web_plateform_content .web_plateform_list_ul li img {
    width: 210px;
}

.web_plateform_content .web_plateform_list_ul li div {
    padding-top: 10px;
}

/*联系我们*/
#lxwmbgA {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    z-index: 9999;
}

.lxwmbg{
    display: flex;
    justify-content: center;
    width: 900px;
    background-color: white;
    overflow: scroll;
    scrollbar-width: none;
    padding:20px;
}
.lxwmbg table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
.lxwmbg td {
    border: 1px solid #ddd;
    padding: 8px;
}
.lxwmbg th {
    border: 1px solid #ddd;
    padding: 8px;
    background-color: #f2f2f2;
    text-align: center;
}
/*联系我们end*/
/*搜索蒙层*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.79); /* 半透明黑色背景 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    z-index: 9999;
}

#overlay .searchBox {
    padding: 10px 20px; /* 内边距 */
    border: none; /* 移除默认边框 */
    display: flex; /* 使用Flex布局 */
    flex-direction: column;
    align-items: center; /* 水平居中 */
    width: 35%;
}

.searchBox input[type="text"] {
    flex-grow: 1; /* 输入框占据剩余空间 */
    /*border-bottom: 1px solid #fff; !* 下边框 *!*/
    border: none; /* 移除默认边框 */
    outline: none; /* 移除焦点轮廓 */
    color: #fff; /* 文本颜色 */
    background: transparent; /* 透明背景 */
}

.searchBox button {
    border: none; /* 移除默认边框 */
    background: transparent; /* 透明背景 */
    color: #fff; /* 按钮文字颜色 */
    cursor: pointer; /* 改变鼠标指针 */
    margin-left: 10px; /* 与输入框之间的间距 */
}

#overlay .row {
    display: flex;
    margin-bottom: 10px;
    width: 70%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45); /* 下边框 */
    justify-content: center;
}

#overlay .hotTags a {
    color: #fff;
    margin-right: 5px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
}
/*搜索蒙层 end*/