/*481~768*/
@media screen and (max-width:768px) {

    body,
    html {
        overflow-x: hidden;
    }

    /*头部*/
    .header {
        height: 120px;
        background: linear-gradient(to right, #114e2d, #0b7b61);
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 100;
    }

    .header .inheader {
        width: 100%;
        display: block;
        padding: 0;
    }

    .header .inheader .left {
        display: block;
        height: 90px;
    }

    .header .inheader .right {
        display: block;
        text-align: center;
        float: right;
        right: 50px;
        bottom: 15px;
        width: 200px;
    }

    .header .right .searchbox,
    .wp_search,
    .wp_search td {
        width: 190px !important;
    }

    .header .inheader .left .img {
        text-align: center;
    }

    .header .inheader .left img {
        max-width: 340px;
        width: 100%;
        object-fit: contain;
        margin: 0 auto;
    }

    .wp_search {
        height: 35px;
    }

    .wp_search #keyword {
        width: 200px !important;
        height: 15px !important;
    }

    .wp_search .search {
        position: relative;
        right: 30px;
    }

    .header.fixed {
        height: 150px;
    }

    /*导航栏*/
    .navigation {
        display: none;
    }

    .header .navigationMenu {
        width: 100%;
        display: block;
        position: absolute;
        left: 5%;
        top: 67%;
    }

    .header .navigationMenu img {
        width: 40px;
        height: 30px;
    }

    .header .navigationMenu .box {
        width: 100%;
        margin: 0 20px;
    }

    .navigationLeft {
        height: 100%;
        width: 250px;
        background-color: #0d2b5c;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        transition: all 0.3s ease;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 0;
    }

    .navigationLeft .in .navinLeft li {
        width: 250px;
        height: 70px;
        border-bottom: 1px solid silver;
        color: #fff;
        font-size: 16px;
        line-height: 70px;
        text-align: center;
        padding: 0;
    }

    .navigationLeft a {
        color: #fff;
    }

    .navigationLeft .in .navinLeft li:hover {
        font-size: 16px;
        text-decoration: none;
        background-image: linear-gradient(#114e2d, #0b7b61);
        color: #FFFFFF !important;
    }

    a.parent {
        color: #fff !important;
    }

    .navigationLeft ul {
        display: block;
    }

    .wp_nav .nav-item a span.item-name {
        position: relative;
        left: 20px;
    }

    /*轮播图*/
    .banner2,
    .banner {
        max-width: 480px;
        width: 100%;
        height: 310px;
        display: block;
        margin: 0 auto;
        background-color: #0bb8fd;
    }

    .banner {
        bottom: 5px;
    }

    .banner2 img,
    .banner img {
        max-width: 480px;
        width: 100% !important;
    }

    .picbase1s,
    .picbase1 {
        width: 100% !important;
        height: 310px !important;
    }

    /*菜单栏*/
    .menuout {
        margin-top: 0;
        padding: 20px 20px;
        width: 90%;
    }

    .menuout .menu {
        width: 100%;
        padding: 0;
    }

    .menuout .menu li {
        font-size: 16px;
    }

    .menuout .menu .sanjiao {
        display: none;
    }

    .menuout .menu .box {
        padding: 0px 20px;
    }

    .menuout .menu .inbox {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .menu .ortherbox {
        position: relative;
        bottom: 10px;
    }

    .menu ul {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 20px;
    }

    /*新闻*/
    .news {
        width: 100%;
        padding-top: 10px;
        display: block;
    }

    .news .text {
        margin-top: 20px;
        float: none;
        width: 100%;
        position: relative;
        right: 10px;
    }

    .news .text .title {
        margin: 0 auto;
        font-size: 16px;
        padding: 0 20px;
        width: auto;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-radius: 10px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: linear-gradient(to right, #114e2d, #0b7b61);
        color: #fff;
    }

    .news .text .title i {
        font-size: 18px;
    }

    .sudynews_rili_1.rili .news_list li.news {
        width: 100%;
    }

    .news .text .context .sudynews_rili_1.rili .news_list li.news {
        margin: 0;
    }

    .news .context {
        height: 350px;
        padding: 0;
    }

    .news .context .sudynews_rili_1.rili .news_list li.news .news_wz {
        position: absolute;
        top: 16%;
        left: 25%;
    }

    .news .context ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /*     .news .text .context .sudynews_rili_1.rili .news_list li.news .news_time {
        position: relative;
        top: 15px;
    } */

    .news .text .context .sudynews_rili_1.rili .news_list li.news .news_text {
        overflow: hidden;
        height: 40px;
    }

    .news .textBox,
    .news .BannerBox {
        width: 100%;
    }

    .news .banner2 {
        flex: 0.8;
        min-height: 400px;
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .news .banner2 img {
        width: 100% !important;
        height: 400px !important;
        transition: transform 0.5s ease;
    }

    /*文件and下载*/
    .and {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
        padding: 20px 25px;
        margin-top: 30px;
    }

    .and .title {
        margin: 0 auto;
        width: auto;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .and .context ul {
        display: block;
    }

    .and .title li {
        font-size: 16px;
        font-weight: 500;
        position: relative;
        padding: 12px 25px;
    }

    .and .title li::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 3px;
        background: transparent;
        transition: all 0.3s ease;
    }

    .and .context li {
        margin: 15px 0;
        padding: 15px 20px;
        background: #f8f9fa;
        border-radius: 10px;
        transition: all 0.3s ease;
    }

    .and .context li:hover {
        background: #f0f2f1;
        transform: translateX(8px);
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    }

    .and .box .context {
        width: 100%;
    }

    .and .box .context li {
        display: inline-block;
        width: 95%;
        margin-left: 10px;
        height: 70px;
        background-color: #f5f7f5;
        border-radius: 20px;
    }

    /*底*/
    .bottom {
        width: 100%;
    }

    .bottom .line {
        display: none;
    }

    .bottom .left {
        width: 100%;
        text-align: center;
    }

    .bottom .left p {
        font-size: 16px;
    }

    .bottom .right {
        width: 100%;
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

    .xx {
        display: inline;
    }

    .bottom div {
        display: block;
    }

    .bottom .right .text p {
        margin-bottom: 0;
    }

    /* listcolumn.html 和 displayinfo.html 共用样式调整 */
    .listmainbg1 {
        width: 100%;
        max-width: 100%;
    }

    /* 隐藏多余空白单元格 */
    td[width="34"],
    td[width="30"] {
        display: none;
    }

    /* 左侧栏目样式调整 */
    td[width="212"] {
        width: 90%;
        margin: 20px !important;
        display: block;
    }

    /* 右侧内容区域样式调整 */
    .listrightbg1 {
        width: 95%;
        display: block;
        padding: 10px !important;
        max-width: 95% !important;
    }

    .tdxian {
        max-width: 100%;
    }

    #container_content {
        /* width: 100%; */
        box-sizing: border-box;
        max-width: 430px;
    }

    /* 隐藏宽度为 212px 的 td 元素 */
    td[width="212"] {
        display: none;
    }

    /* 当前位置样式调整 */
    div[frag="窗口4"] {
        font-size: 16px !important;
        margin-bottom: 0px !important;
    }

    /* 栏目标题样式调整 */
    .biaoti2 {
        font-size: 18px;
    }

    /* 新闻列表样式调整 */
    #newslist td {
        padding: 5px 2px !important;
    }

    #newslist td:nth-child(2) {
        font-size: 14px !important;
    }

    #newslist td:last-child {
        font-size: 12px !important;
        width: 75px;

    }

    .wp_paging {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 11px;
        font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
        color: #494949;
        float: right;
    }

    /* 左侧栏目列表样式调整 */
    div[portletmode="simpleColumnList"] a {
        padding: 10px 20px;
    }

    /* displayinfo.html 额外样式调整 */
    .tdxian {
        border: none;
    }

    .tt {
        font-size: 16px;
    }

    .fabu {
        width: 100%;
        line-height: 30px;
    }

    .neirong {
        max-width: 100% !important;
        width: 100% !important;
        overflow-x: hidden;
        box-sizing: border-box;
        padding: 5px !important;
        word-wrap: break-word;
        word-break: break-word;
        /* 更激进的中文换行 */
    }

    #container_content table {
        width: 100% !important;
        table-layout: fixed;
    }

    .content-wrapper {
        padding: 0px !important;
    }

    .tdxian {
        overflow: hidden;
    }

    .neirong div {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

    .neirong div div {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

    .neirong div div div {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

    .neirong div[frag="面板8"] {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

    .neirong div[portletmode="simpleArticleContent"] {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

    .neirong div[frag="窗口内容"] {
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

}

/* 全局响应式布局 */
@media screen and (max-width: 1200px) {

    .inheader,
    .navigation .in {
        width: 95%;
    }

    .menu {
        width: 95%;
    }

    .news,
    .and {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 992px) {
    .header {
        height: 150px;
    }

    .header img {
        width: 400px;
    }

    .navin li {
        width: 140px;
        font-size: 16px;
    }

    .menu li {
        width: 25%;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 150px;
    }

    .header img {
        width: 300px;
    }

    .header .navigationMenu {
        display: block;
    }

    .navigation {
        display: none;
    }

    /*     .navigationLeft {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        transition: all 0.3s ease;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    }
    
    .navigationLeft.active {
        left: 0;
    } */

    .menu li {
        width: 90%;
    }

    .news .text,
    .and {
        margin-top: 20px;
    }

    .bottom {
        flex-direction: column;
        text-align: center;
    }

    .bottom .line {
        display: none;
    }

    .bottom .left,
    .bottom .right {
        width: 100%;
        margin: 10px 0;
    }

    .and .title {
        width: 310px;
    }

    .and .title li {
        width: 150px;
        font-size: 14px;
    }

    .and .title li i {
        font-size: 14px;
    }
}

/* 优化现有组件样式 */
.news {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    padding: 25px;
    margin: 90px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    display: flex;
    gap: 30px;
    padding-top: 50px;
}

/* 左侧轮播图样式 */
.news .BannerBox {
    flex: 1;
}

/* 右侧新闻动态样式 */
.news .textBox {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news .text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news .text .title {
    border-radius: 8px;
    padding: 0 25px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.news .context {
    flex: 1;
    padding: 0 15px;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .news {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .news .BannerBox,
    .news .textBox {
        width: 100%;
    }

    .news .text {
        margin-top: 0;
    }
}

.and {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    /* 
    padding: 20px;
    margin-top: 30px; */
}

.and .context {
    padding: 0;
}

.and .title {
    display: flex;
    border-bottom: 2px solid #0b7b61;
    margin-bottom: 20px;
}

.and .title li {
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.and .title li.active {

    font-weight: bold;
}



.and .title li.active::after {
    width: 100%;
}

.and .context li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

.and .context li:hover {
    background: #f8f9fa;
    padding-left: 10px;
}

.and .box {
    padding: 0;
}

.and .box .sudynews_rili_1.rili .news_list li.news {
    width: 100%;
    margin-bottom: 10px;
}

/* 美化滚动条 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #0b7b61;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #0b7b61;
}

/* 底部样式 */
.footer {
    background: linear-gradient(135deg, #114e2d, #0b7b61);
    color: #fff;
    padding: 12px 0 0 0;
    margin-top: 50px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;
    margin-bottom: 10px;
    min-height: 130px;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer h3 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 5px;
    font-weight: 500;
}

.footer h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
}

.contact-info p {
    margin: 4px 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.95);
}

.contact-info i {
    margin-right: 6px;
    width: 14px;
    opacity: 0.9;
}

.footer-center {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}

.footer-center img {
    max-width: 240px;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.98;
}

.links-and-qrcode {
    display: flex;
    gap: 15px;
    height: 100%;
    align-items: center;
}

.links-section {
    flex: 1;
}

.friend-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-top: 3px;
}

.friend-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    padding: 1px 0;
}

.qrcode-section {
    width: 90px;
    display: flex;
    align-items: center;
}

.qrcode {
    background: rgba(255, 255, 255, 0.12);
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.qrcode img {
    width: 80px;
    height: 80px;
    border-radius: 3px;
    margin-bottom: 3px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.qrcode p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.25);
    padding: 8px 0;
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.copyright p {
    margin: 2px 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.5px;
}

/* 技术支持文字特殊样式 */
.copyright p:last-child {
    margin-top: 4px;
    opacity: 0.85;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .copyright p {
        font-size: 10px;
    }
}

/* 轮播图和菜单栏容器样式 */
.banner-menu-container {
    display: flex;
    gap: 30px;
    max-width: 1650px;
    height: 70vh;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

/* 轮播图包装器 */
.banner-wrapper {
    flex: 1;
    min-height: 400px;
    display: inline-block;
}

/* 菜单包装器 */
.menu-wrapper {
    flex: 1;
    display: inline-block;
    width: 470px;
    /*     position: absolute;
    left: 765px; */
    align-items: stretch;
}

/* 菜单外框 */
.menu-box {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* 菜单标题 */
.menu-title {
    background: linear-gradient(to right, #114e2d, #0b7b61);
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-title i {
    font-size: 18px;
}

/* 调整菜单内容区域 */
.menu {
    flex: 1;
    display: flex;
    align-items: center;

    height: calc(100% - 48px);
    /* 减去标题高度，确保整体高度与轮播图一致 */
}

/* 优化菜单网格布局 */
.menu ul {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 50px;
    row-gap: 0px;
}

/* 菜单项样式 */
.menu .box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.menu .box:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-color: #ddd;
}

.menu .inbox {
    margin-bottom: 15px;
}

.menu .inbox img {
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

.menu .ortherbox {
    text-align: center;
}

.menu .ortherbox a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.menu .box:hover .ortherbox a {
    color: #114e2d;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .menu {
        padding: 20px;
        height: auto;
    }

    .menu ul {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        gap: 15px;
    }

    .menu .box {
        padding: 15px 10px;
    }

    .menu .inbox img {
        width: 35px;
        height: 35px;
    }

    .menu .ortherbox a {
        font-size: 13px;
    }
}

@media screen and (max-width: 576px) {
    .menu {
        padding: 15px;
    }

    .menu ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

/* 服务专区和联系我们模块样式 */
.and {
    margin-top: 30px;
    /* 添加与上方模块的间距 */
}

/* 服务专区图标特殊样式 */
.and .title li i.fa-concierge-bell {
    font-size: 14px;
    /* 稍微调小服务铃图标 */
}

/* 联系我们图标特殊样式 */
.and .title li i.fa-phone-alt {
    transform: rotate(10deg);
    /* 让电话图标稍微倾斜 */
}

/* 响应式调整 */
@media screen and (max-width: 768px) {

    .news,
    .and {
        padding: 0;
        margin-top: 20px;
    }

    .menu .box {
        padding: 12px 8px;
    }

    .menu .inbox img {
        width: 35px;
        height: 35px;
    }

    .menu .ortherbox a {
        font-size: 13px;
    }
}

/*响应式覆写*/

@media screen and (max-width: 768px) {

    /*轮播图菜单栏总体*/
    .banner-menu-container {
        max-width: 520px;
        width: 100%;
        padding: 0;
        display: block;
        height: auto;
    }

    /*轮播图宽度*/
    .banner-wrapper {
        width: 100%;
        min-height: 320px;
    }

    /*菜单栏格式*/
    .menu ul {
        grid-template-columns: repeat(2, 1fr);
    }

    /*菜单栏内容距离*/
    .menu-item {
        margin: 0;

    }

    .menu ul {
        padding-top: 0;
    }

    /*菜单栏文字*/
    .menu a {
        display: block;
        text-align: center;
        height: 100px;
    }

    .menu-item .icon-box {
        width: 65px;
        height: 65px;
        margin: 0 auto;
    }

    .menu-item .arrow-icon {
        display: none;
    }

    .menu-item .text-box .title {
        margin: 0 auto;
    }

    .menu-item .text-box {
        padding: 0;
        padding-top: 10px;
    }

    /*其他总体宽度*/
    .news,
    .and {
        width: 100%;
        max-width: 520px;
    }

    /*新闻*/
    .news .textBox .context .sudynews_rili_1.rili .news_list li.news .news_time {
        position: absolute;
        left: 2%;
        top: 12%;
    }

    .news{
        margin: 30px auto;
    }

    /*其他*/
    .menu li:nth-child(1) {
        animation-delay: 0.1s;
        position: relative;
        bottom: 15px;
    }

    .menu li:nth-child(2) {
        animation-delay: 0.3s;
        position: relative;
        right: 15px;
        bottom: 15px;
    }

    .and .context li::before {
        position: absolute;
        left: 2%;
        top: 30%;
    }

    .and .context .sudynews_rili_1.rili .news_list li.news .news_time {
        position: absolute;
        left: 10%;
        top: 12%;
    }

    .and .context .sudynews_rili_1.rili .news_list li.news .news_wz {
        position: absolute;
        left: 32%;
        top: 16%;
    }

    /*底部*/
    .footer-content {
        display: block;
    }

    /*and*/
    .and .title {
        width: 100%;
        padding: 10px 0;
    }

    .and .fas {
        display: none;
    }

    .and .title li {
        padding: 10px 0;
    }

    .and .title li:nth-child(1) {
        margin-left: 10px;
    }

    .and .title li:nth-child(4) {
        margin-right: 10px;
    }

    /*菜单栏*/
    .menu-wrapper {
        position: unset;
        width: 100%;
        max-width: 530px;
    }

    .menu ul {
        padding: 15px 0px;
    }

}

@media screen and (min-width: 768px) {
    .menu-item .text-box .title{
        font-size: 20px;
    }

    .menu-item .icon-circle img{
        width: 40px;
        height: 40px;
    }
    
    .banner-menu-container {
        margin: 75px auto;
        margin-top: 10px;
    }

    .menu a{
        height: 130px;
    }

    .menu li:nth-child(1) {
        animation-delay: 0.1s;
        position: relative;
        top: 15px;
    }

    .menu li:nth-child(2) {
        animation-delay: 0.3s;
        position: relative;
        right: 15px;
        top: 15px;
    }

    .and{
        margin-top: 50px;
    }

}

@media screen and (min-width: 1500px){

    .banner-menu-container{
        margin-top: 50px;
    }
 

    .menu a{
        height: 130px;
    }

    .menu li:nth-child(1){
        top: 20px;
    }

    .menu li:nth-child(2){
        top: 20px;
    }

    .banner2{
        height: 550px;
    }

    .and{
        margin-top: 300px;
    }

    .news .banner2 img{
        height: 100%;
    }

    .news .context ul{
        width: auto;
        display: flex;
        gap: 25px;
    }

    .news .context li{
        width: 580px;
    }
}