@import url('variable.css');
@import "~bootstrap/scss/bootstrap";
html {
    margin: 0;
    padding: 0;
    /* font-size: var(--main_body_size); */
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* font-size: 100px !important; */
}
body {
    height: 100%;
    /* background-color: var(--main_body_color);
    background-image: var(--main_body_img); */
    background-blend-mode: soft-light,screen;
    background-color: var(--main_body_color);
    /* overflow: hidden; */
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
/* 移动导航 */
.movenavx {
    width: 100%;
    background: var(--main_body_img);
    z-index: 9999 !important;
    /* box-sizing: border-box; */
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0.1rem;
    /* z-index: 50;
    top: 0;
    left: 0;
    transition: all 1s; */
    height: 0.9rem;
    justify-content: space-between;
}
.movenavx-logo {
    width: 3.3rem;
    margin-left: 0.1rem;
    height: 100%;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background: url(../assets/images/footer-icon.png) center no-repeat;
    /* background: url('../assets/images/logo.png') center no-repeat; */
    background-size: 100%;
    margin-right: 0.1rem;
}
.movenavx-button {
    width: 0.48rem;
    color: #fff;
    margin-right: 0.1rem;
    cursor: pointer;
    background: url('../assets/images/list.png') center no-repeat;
    background-size: 100%; 
}
.movenavx-button > i {
    font-size: 0.24rem;
}
.movenavx-logo-img {
    width: 100%;
}
.move_search_input {
    width: 100%;
    padding: 0.1rem 0.2rem;
    background-color: #fff;
}
.move_search_input > div {
    width: 100%;
    border: 1px solid #000;
    display: flex;
    padding: 0.1rem;
}
.move_search_input > div > i {
    font-size: 0.24rem;
    margin-left: 0.05rem;
}
.move_search_input > div > input {
    flex: 1;
    border: none;
    outline: none;
    /* padding: 0.05rem 0.1rem; */
    font-size: 0.14rem;
    background-color: #fff;
}
.carousel {
    width: 100%;
    height: auto;
}
.slideshow {
    margin-top: 0;
    width: 100%;
    height: auto;
}
.carousel-item {
    width: 100% !important;
    /* height: 4rem; */
}
.carousel-item > img {
    width: 100% !important;
    height: 3.5rem !important;
    object-fit: cover !important;
}
.carousel-indicators_slide {
    list-style: none;
    margin: 0 auto;
    /* margin-right: 0 !important; */
    /* margin-bottom: 0 !important; */
}
.carousel-indicators_slide [data-bs-target] {
    width: 0.15rem !important;
    height: 0.15rem !important;
    border-radius: 50%;
    background-color: #fff !important;
}

/* 新闻 */
.news {
    width: 100%;
    z-index: 1;
    margin-top: 0.1rem;
    padding: 0 0.15rem;
}
.news-container {
    z-index: 99;
    width: 100%;
    position: relative;
    margin: 0 auto;
    font-size: 0.16rem;
}
.news-container_title {
    padding-top: 0.1rem;
    border-bottom: 1px solid #DFDFDF;
    overflow: hidden;
    padding-bottom: 0.1rem;
}
.news-container_title > a:first-child {
    font-size: 0.25rem;
    color: #0A5DC3;
    font-weight: bold;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    /* border-bottom: 1px solid #0A5DC3; */
}
.news-container_title > a:first-child::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -0.14rem;
    width: 2rem;
    height: 1px;
    background-color: #0A5DC3;
}
.news-container_title > a:last-child {
    margin-top: 0.05rem;
    font-size: 0.16rem;
    float: right;
    padding: 0.05rem 0.15rem;
    color: #5A93DC;
    border: 1px solid #5A93DC;
    border-radius: 0.2rem;
    display: block;
    text-decoration: none;
}
.news-container_title > a:last-child:hover {
    background-color: #5A93DC;
    color: #fff;
    transition: all 1s;
}
.news-container-ul {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.news-container-ul_li {
    display: inline-block;
    text-decoration: none;
    background-color: #f8f8f8;
    cursor: pointer;
    border-bottom: 1px solid #dedede;
    padding-bottom: 0.1rem;
    position: relative;
}
.news-container-ul_li:last-child {
    margin-right: 0;
}
.news-container-ul_li:first-child {
    margin-left: 0;
}
.news-container-ul_li-tag {
    width: 0.6rem;
    background-color: #0a5dc3;
    position: absolute;
    right: 0.1rem;
    z-index: 999;
    color: #fff;
    text-align: center;
}
.news-container-ul_li-tag > div:first-child {
    font-weight: bold;
    font-size: 0.22rem;
}
.news-container-ul_li-tag > div:last-child {
    font-size: 0.14rem;
}
.news-container-ul_li-img {
    width: 100%;
    overflow: hidden;
}
.news-container-ul_li-img > img {
    width: 100%;
    height: 100%;
}
.news-container-ul_li-title {
    margin-top: 0.1rem;
    color: rgb(10, 93, 195);
    font-weight: bold;
    padding: 0 0.1rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-container-ul_li-content {
    padding: 0 0.1rem;
    color: rgb(148, 146, 146);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0.1rem 0;
}
.research {
    width: 100%;
    margin-top: 0.1rem;
    padding: 0 0.15rem;
}
.research-container {
    width: 100%;
}
.research-container_title {
    padding-top: 0.1rem;
    border-bottom: 1px solid #DFDFDF;
    overflow: hidden;
    padding-bottom: 0.2rem;
}
.research-container-carousel {
    margin-top: 0.3rem;
}
.research-container-carousel_l {
    flex: 1;
}
.research-container-carousel_l-li {
    display: block;
    border-bottom: 1px solid rgb(140, 171, 211);
    font-size: 0.16rem;
    padding: 0.15rem 0;
    font-family: "Microsoft YaHei", 微软雅黑;
    text-decoration: none;
    color: #333333;
}
.research-container-carousel_l-li > div:last-child {
    text-align: end;
    color: #9B9C9D;
    display: flex;
    justify-content: end;
}
.move_modal {
    width: 100%;
    /* height: 100%; */
    background-color: #4c8ddf;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    font-size: 0.16rem;
    display: none;
    overflow-y: auto;
    /* overflow: hidden; */
    /* padding: 0.2rem; */
}
.move_modal_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.8rem;
    font-size: 0.24rem;
    font-weight: 600;
    padding-top: 0.1rem;
}
.move_modal_title > div:first-child {
    margin-left: 0.2rem;
}
.move_modal-off > i {
    font-size: 0.48rem;
    color: #fff;
}
.move_modal_container {
    padding: 0.2rem;
}
.move_modal_container_li {
    display: block;
    margin-top: 0.1rem;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 0.15rem 0;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.move_modal_container_li-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.move_modal_container_li-title>a{
color:#ffffff!important;
font-size:0.20rem!important;
}
.move_modal_container_li-title i {
    font-size: 0.3rem;
}
.move_modal_container_li-icon_up {
    display: none;
}
.move_modal_container_li-icon_down {}
/* .move_modal_container_li:hover {
    font-size: 0.20rem;
} */
.move_modal_container_li_down {
    display: none;
}
.move_modal_container_li_down > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0.1rem 0;
    font-size: 0.15rem;
}
.move_modal_container_li_down > a:hover {
    color: cadetblue;
    transition: all 0.5s;
}
.news-container_show {
    margin-top: 0.1rem;
    font-family: "Microsoft YaHei", 微软雅黑;
    font-size: 0.16rem;
}
.news-container_show_li {
    overflow: hidden;
}
.news-container_show_li:nth-child(1) {
    height: 2.2rem;
    position: relative;
}
.news-container_show_li > img {
    width: 100%;
    height: 100%;
    display: block;
} 
.news-container_show_li-b {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(3, 66, 144, 0.719);
    z-index: 88;
}
.news-container_show_li-d {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 0.18rem;
    transform: translate(-50%, -50%);
}
.news-container_show_li:hover  img {
    transform: scale(1.2);
    transition: all 1s;
}
.news-container_show_li:hover > .news-container_show_li-d  > div:last-child {
    background-color: #fff !important;
    color: #0A5DC3 !important;
    transition: all 1s;
}
.news-container_show_li-d > div:first-child {
    font-size: 0.22rem;
}
.news-container_show_li-d  > div:last-child {
    width: 1.2rem;
    font-size: 0.18rem;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 0.3rem;
    text-align: center;
    padding: 0.05rem 0;
    cursor: pointer;
}
.news-container_show_li:nth-child(2) {
    flex: 1;
    height: 2.2rem;
}
.news-container_show_li:nth-child(2) > img {
    width: 100%;
    height: 100%;
}
.news-container_show_li:nth-child(3) {
    flex: 1;
    height: 2.2rem;
    position: relative;
}


.footeryd {
    height: auto;
    font-size: 0.16rem;
    padding: 0.2rem;
    color: #fff;
    margin-top: 0.1rem;
    background-image: url(../assets/images/footer.png);
    background-position: 60% 50%;
}
.footeryd > div:first-child {
    width: 2rem;
    text-align: center;
}
.footeryd > div:first-child > img {
    width: 100%;
}
.footeryd > div:last-child {
    margin-top: 0.2rem;
}
.footeryd > div:last-child > div {
    display: flex;
    align-items: center;
}
.footeryd > div:last-child > div > img {
    width: 0.3rem;
    margin-right: 0.05rem;
}