* {

    user-select: none;

    text-decoration: none !important;

}



ul {

    list-style-type: none;

    list-style-position: inside;

    padding-inline-start: 0;

}



.header {

    height: 50px;

    background-color: #222222;

}



.header-container {

    height: 100%;

    color: #FFFFFF;

    display: flex;

    flex-direction: row;

    align-items: center;

    justify-items: center;

    justify-content: space-between;

}

@media screen and (max-width: 768px) {}


.header2 {

    flex: 1;

    width: auto;

    height: 80px;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    justify-items: center;

}

.left-info {
    display: flex;

    align-items: center;
}





.header2 .header2-logo {

    width: auto;

    height: 50px;

    margin-right: 10px;

}

.header2 .header-txt {


    font-size: 24px;
    font-weight: 600;
}

.header2 .mobile-logo {
    height: 36px;
    width: auto;
    display: none;
}

/* .header2 .header2-right{

    width: auto;

    height: auto;

} */



.header2 .header2-menu {

    display: flex;

    flex-direction: row;

    justify-content: flex-end;

    justify-items: center;

    align-items: center;
    margin: auto 0;

}



.header2 .header2-menu .menu-item {

    height: 50px;

    line-height: 50px;

    position: relative;

    margin-left: 10px;



}



.header2 .header2-menu .menu-item a {

    color: #037aca;
    font-size: 18px
}



.header2 .active {

    background-image: linear-gradient(90deg, #77A0FB, #3970FE);

    background-position: bottom center;

    background-repeat: no-repeat;

    background-size: 80% 2px;

}



.header2 .header2-menu .menu-item .menu-item-list {

    display: none;

    position: absolute;

    z-index: 10000;

    width: auto;

    min-width: 200px;
    top: 50px;
}



.header2 .header2-menu .menu-item .menu-item-list li {

    width: 100%;

    text-align: left;

    height: 50px;

    line-height: 50px;

    padding: 0 10px;

    cursor: pointer;

    background-color: rgba(0, 0, 0, 0.5);

}



.header2 .header2-menu .menu-item .menu-item-list li a {

    color: #FFFFFF;

    display: block;

    width: 100%;

    height: 100%;

}



.header2 .header2-menu .menu-item:hover .menu-item-list {

    display: block;

}



.header2 .header2-menu .menu-item .menu-item-list li:hover,

.header2 .header2-menu .menu-item .menu-item-list .sub-active {

    background-color: rgba(0, 0, 0, 0.6);

}

@media screen and (max-width: 768px) {

    .header-container {
        flex-direction: column;
        font-size: 14px;
        justify-content: center;
    }



    .header2-menu {
        transition: opacity 0.2s ease;
        position: absolute;
        right: 0;
        top: 130px;
        flex-direction: column !important;
        background: #fff;
        z-index: 2;
        opacity: 0;
        box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
    }

    .header2 .header2-menu .menu-item .menu-item-list {
        right: 83px;
        top: 8px;
    }

    .header2 .header2-menu .menu-item .menu-item-list li {
        height: 36px;
        line-height: 36px;
    }

    .header2 .mobile-logo {
        display: block;
    }

    .content-body p img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }

}

.content-header {

    width: 100%;

    height: auto;

    text-align: center;

    font-size: 30px;

    margin-top: 50px;

    margin-bottom: 50px;

}



.content-title {

    display: inline;

    width: auto;

    background-image: linear-gradient(90deg, #2236ce, #6457ce);

    background-repeat: no-repeat;

    background-position: bottom center;

    background-size: 100% 3px;

    padding-bottom: 20px;

}



.content-body {

    width: 100%;

    word-break: break-all;

    margin-bottom: 50px;

}



.content-body img {

    width: 750px !important;
    margin: 0 auto;


    max-width: 100% !important;

    height: auto !important;

}



.footer {

    flex: 1;

    width: auto;

    height: auto;

    padding: 50px 0;

    background-color: #211F37;

    color: #FFFFFF;

    text-align: center;

}



.footer-link {

    text-align: center;

    border-right: 1px solid #FFFFFF;

    margin-bottom: 20px;

}



.footer-link:last-child {

    border-right: none;

}



.footer-divider {

    background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF);

    background-size: 100% 1px;

    background-repeat: no-repeat;

    background-position: left bottom;

    padding-bottom: 30px;

}



.footer-info {

    margin-top: 30px;

    text-align: left;

    padding-bottom: 50px;

    row-gap: 10px;

}



.footer-info .col-xl-6 {

    height: auto;

    line-height: 30px;

}



.footer a {

    text-decoration: none;

    color: #FFFFFF;

}



.wxgzh {

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-items: center;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    flex-wrap: wrap;

}



.wxgzh-img {

    width: 150px;

    height: auto;

    margin-bottom: 10px;

}



@media screen and (max-width: 768px) {

    .header-nav .nav-list li {

        align-items: center;

    }



    .footer-link {

        border-right: none;

    }

    .content-title {
        padding-bottom: 8px;
    }

    .header2 .header2-menu .menu-item {
        margin: 0 10px;
    }

}

.banner-box .el-carousel__container {
    height: 380px;
}

#app {
    min-width: 1280px;
}

@media screen and (max-width: 768px) {
    #app {
        min-width: 0;
    }
}



@media screen and (orientation: landscape) and (max-width: 1000px) {
    #app {
        min-width: auto !important;
    }

    .container, .container-md, .container-sm {
        max-width: none !important;
    }

    /* 横屏时的样式 */
    .header2-menu {
        transition: opacity 0.2s ease;
        position: absolute;
        right: 0;
        top: 130px;
        flex-direction: column !important;
        background: #fff;
        z-index: 2;
        opacity: 0;
        box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.1);
    }

    .header2 .header2-menu .menu-item .menu-item-list {
        right: 83px;
        top: 8px;
    }

    .header2 .header2-menu .menu-item .menu-item-list li {
        height: 36px;
        line-height: 36px;
    }


    .header2 .mobile-logo {
        display: block;
    }

    .content-body p img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
}

@media screen and (max-width: 1000px) {
    .banner-box .el-carousel__container {
        height: 250px !important;
    }

    .carousel-item-img {
        height: 250px !important;
    }

    .content-header {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: none;
    }
}

@media screen and (min-width: 1200px) {
    .container, .container-sm {
        max-width: 1200px;
        margin: 0 auto;
    }


}

@media screen and (min-width: 1000px) {


    .news-container {
        display: flex;
        flex-direction: column;
        align-items: center;


    }

    .news-container p {
        max-width: 750px;
    }

    .news-container .content-body {
        max-width: 750px;
    }
}