@charset "utf-8";

    // 在页面加载完成后执行
document.addEventListener('DOMContentLoaded', function() {
    // 移除轮播区域中的script标签
    const bdUl = document.querySelector('.bd ul');
    if (bdUl) {
        const scripts = bdUl.querySelectorAll('script');
        scripts.forEach(script => {
            script.remove();
        });
        
        // 重新计算轮播项数量
        const actualItems = bdUl.querySelectorAll('li:not([style*="display: none"])');
        console.log('实际轮播项数量:', actualItems.length);
    }
});
/* ===== 博达自动插入的 1×1 统计 img 统一隐藏 ===== */
#wp_news_w4 img[src*="ajax-loader"],
#wp_news_w5 img[src*="ajax-loader"],
#wp_news_w7 img[src*="ajax-loader"],
#wp_news_w8 img[src*="ajax-loader"]{
    display:none;          /* 不占位、不可见，统计依旧生效 */
}

/* ===== 三个列表统一弹性横排 ===== */
/* 让 banner 轮播里的所有 script 节点彻底不占位 */
#wp_news_w4 > ul{
    display:flex;
    flex-wrap:nowrap;
    gap:20px;
}
/* 实验室动态 */
#wp_news_w5 > ul{
    display:flex;
    flex-wrap:nowrap;
    gap:20px;              /* 列间距，老浏览器可改成 margin-right */
}

/* 研究方向 */
#wp_news_w7 > ul{
    display:flex;
    flex-wrap:nowrap;
    gap:20px;
}

/* 仪器设备 */
#wp_news_w8 > ul{
    display:flex;
    flex-wrap:nowrap;
    gap:20px;
}

/* 子项不伸缩，保持原始宽度 */
#wp_news_w4 > ul > li,
#wp_news_w5 > ul > li,
#wp_news_w7 > ul > li,
#wp_news_w8 > ul > li{
    flex:none;
}

/* CSS Document */
/*2020.11.16 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    width: 1170px;
    margin: auto;
}

.box {
    /*overflow: hidden;*/
}

.top-tit {
    background: #b2c0ce;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    font-size: 0;
}

.top-tit a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 0 20px;
    border-left: 1px solid #fff;
    display: inline-block;
}

.top-tleft a:last-child {
    border-right: 1px solid #fff;
}

.top-tright a:last-child {
    border-right: 1px solid #fff;
}


.top-tit a:hover {
    background: #2f69a1;
}

.top-tit a img {
    padding-right: 10px;
}

.wc-top {
    height: 142px;
}

.logo {
    width: 845px;
    height: 133px;
}

.logo img {
    width: 845px;
    height: 133px;
}

.top-right {
    margin-top: 47px;
}

.top-right .searchbg {
    background: url(/bsat/swzybhylyhbszdsys/static/image/search.png) no-repeat left top;
    width: 223px;
    height: 47px;
}

.top-right .searchbg input.inp-text {
    width: 164px;
    height: 47px;
    line-height: 47px;
    padding-left: 15px;
    background: none;
    border: none;
}

.top-right .searchbg input.inp-but {
    width: 40px;
    height: 47px;
    cursor: pointer;
    background: none;
    border: none;
}

/**/


.wc-menu {
    height: 60px;
    background: #2f69a1;
}

.wc-menu ul {
    /*转化为table 并且，宽度百分百，*/
    display: table;
    width: 100%;
    border-left: 1px solid #8dadcb;
}

.wc-menu ul li {
    line-height: 60px;
    position: relative;
    /*居中并且转为table-cell*/
    text-align: center;
    display: table-cell;
    /*float: left;*/
    list-style: none;
    border-right: 1px solid #8dadcb;
}



.wc-menu ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    display: block;
    transition: all 0.2s;
    text-decoration: none;
}

.wc-menu ul li a:hover,
.wc-menu ul li a.active {
    color: #fff;
    background: #0054a7;
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
    color: #fff;
    background: #ac181d;
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
    /*color: #fff;
    background: #0054a7;*/
}

.wc-menu ul li .ernav {
    position: absolute;
    /*position: relative;*/
    left: 0px;
    top: 60px;
    background: #fff;
    width: 230px;
    z-index: 111 !important;
    display: none;
}

.wc-menu ul li .ernav ul {

    border-left: 0px solid #8dadcb;
}

.wc-menu ul li .ernav ul li {
    /*text-align: center;*/
    float: none;
    display: block;
    /*二级下拉有影响，需要转化为块状*/
    background: none;
    text-align: center;
    line-height: 34px;
    border: none;
    border-bottom: 1px solid #f3edeb;
}

.wc-menu ul li .ernav ul li:last-child {
    border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
    line-height: 34px;
    font-size: 16px;
    text-align: left;
    background: none;
    box-shadow: none;
    border-radius: 0;
    color: #333;
    margin: 0;
    display: block;
    padding: 10px 33px;
    border-bottom: none;
    font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
    background: #0054a7;
    color: #fff;
}

/*menu End*/
img {
    max-width: 100%;
}

.banner {
    background: #e9f0fd;
    padding-top: 45px;
    padding-bottom: 40px;
    min-height: 540px;
    box-sizing: border-box;
}

.banner img {
    cursor: pointer;
}

.banner .bbg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

/* 本例子css */
.banner .txtScroll-left {
    position: relative;
}

.banner .txtScroll-left .hd {
    overflow: hidden;
    position: absolute;
    left: 50px;
    bottom: 8px;
    z-index: 11;
    width: 93%;
}

.banner .txtScroll-left .next {
    position: absolute;
    right: -180px;
    bottom: 55px;
}

.banner .txtScroll-left .prev {
    position: absolute;
    left: -180px;
    bottom: 55px;
}

.banner .txtScroll-left .hd ul {
    float: left;
    overflow: hidden;
    zoom: 1;
}

.banner .txtScroll-left .hd ul li {
    float: left;
    width: 28px;
    height: 270px;
    background: url(/bsat/swzybhylyhbszdsys/static/images/a1.png) no-repeat center center;
    overflow: hidden;
    margin-right: 20px;
    text-indent: -999px;
    cursor: pointer;
}

.banner .txtScroll-left .hd ul li.on {
    opacity: 1;
    background: url(/bsat/swzybhylyhbszdsys/static/images/a1h.png) no-repeat center center;
}

.banner .txtScroll-left .hd span.pageState {
    position: absolute;
    right: 0px;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    z-index: 1;
    width: 100px;
    font-family: 'SourceHanSerifCN-Regular';
    font-weight: bold;
}

.banner .txtScroll-left .hd span.pageState span {
    color: #28a7e1;
    font-size: 72px !important;
    font-family: 'SourceHanSerifCN-Regular';
    font-weight: bold;
    padding: 0 3px;
}


.banner .txtScroll-left .bd {
    width: 100%;
    overflow: hidden;

}

.banner .txtScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.banner .txtScroll-left .bd ul li {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .txtScroll-left .bd ul li span {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    left: 50px;
    bottom: 25px;
    width: 770px;
    line-height: 48px;
    z-index: 111;
}

/*banner end*/

.news {
    padding: 35px 0 35px;
    min-height: 400px;
}

.new-left {
    width: 870px;
}

.new-right {
    width: 270px;
}

.new-top {}

.new-top h4 {
    font-size: 36px;
    color: #333;
    font-weight: normal;
    float: left;
}

.new-top a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: #c3e3f2;
    float: right;
    width: 82px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    transition: all 1s;
    margin-top: 10px;
}

.new-top a:hover {
    text-decoration: none;
    background: #71b4d4;
    transition: all 1s;
}

.newcon-one {
    margin-top: 35px;
}

.newcon-one ul li {
    float: left;
    width: 378px;
    height: 344px;
    background: #0054a7;
    margin-right: 18px;
    transition: all 0.4s ease-out;
}

.newcon-one ul li a {
    display: block;
    text-decoration: none;
}

.newcon-one ul li:last-child {
    margin-right: 0px;
}

.newcon-one ul li .li-img {
    width: 100%;
    height: 168px;
    display: block;
}

.newcon-one ul li .li-tt {
    padding: 0px 24px 10px;
    display: block;
}

.newcon-one ul li .li-tt .d-date {
    display: block;
}

.newcon-one ul li .li-tt i {
    font-size: 36px;
    font-style: normal;
    color: #fff;
    font-family: 'SourceHanSerifCN-Regular';
}

.newcon-one ul li .li-tt span {
    font-size: 18px;
    display: block;
    font-weight: normal;
    color: #fff;
    margin-top: -5px;
    font-family: 'SourceHanSerifCN-Regular';
}


.newcon-one ul li .li-tt p {
    margin-top: 120px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newcon-one ul li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}

.newcon-two {}

.newcon-two ul {
    padding-top: 35px;
}

.newcon-two ul li {
    margin-bottom: 17px;
    cursor: pointer;
}

.newcon-two ul li .li-date {
    width: 60px;
    height: 73px;
    background: #0054a7;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.newcon-two ul li .li-date span {
    background: #3690e9;
    height: 30px;
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 30px;
    font-size: 14px;
}

.newcon-two ul li .li-date p {
    font-size: 16px;
}

.newcon-two ul li .li-date i {
    font-style: normal;
    font-size: 14px;
}

.newcon-two ul li .li-tt {
    width: 196px;
    padding-top: 6px;
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}

.newcon-two ul li .li-tt a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 25px;
}

.newcon-two ul li:hover .li-tt {
    border-bottom: 1px solid #0054a7;
}

/*news end*/
/*学术动态*/
.xueshu {
    min-height: 380px;
    background: #e9f0fd;
    box-sizing: border-box;
    padding: 38px 0;
}
.list-paper {
overflow: hidden;
display: block;
margin-top: 17px;
}
.fwcx {
width: 100%;
overflow: hidden;
/* height: 316px; */
}
ul, li, a {
padding: 0px;
margin: 0px;
}
.list-paper ul li {
    overflow: hidden;
    clear: both;
    border-bottom: 0px dashed #d4d4d4;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 11px;
    background-image: url(/bsat/swzybhylyhbszdsys/static/css/ibcas_ico_01.gif);
    background-repeat: no-repeat;
    background-position: left 6px;
    padding: 0 0 0 12px;
    color: #383838;
    font-size: 15px;
    font-family: Arial;
    line-height: 18px;
    /* -webkit-line-clamp: 2; */
    display: -webkit-box;
    /* overflow: hidden; */
    /* -webkit-box-orient: vertical; */
}
/*学术动态 end*/

.jiangzuo {
    min-height: 380px;
    /*background: #e9f0fd;*/
    box-sizing: border-box;
    padding: 38px 0;
}

.jiang-con {
    padding-top: 34px;
}

.jiang-con ul li {
    float: left;
    width: 370px;
    margin-right: 30px;
    background: #fff;
    box-shadow: 2px 3px 6px 5px #dfe6f2;
    transition: all 0.4s ease-out;
}

.jiang-con ul li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}


.jiang-con ul li:last-child {
    margin-right: 0px;
}

.jiang-con ul li .li-top {
    height: 190px;
    background: #e6f1f8;
    text-align: center;
    padding: 25px 0;
    box-sizing: border-box;
}

.jiang-con ul li .li-top img {
    border-radius: 100%;
    width: 102px;
    height: 102px;
}

.jiang-con ul li .li-top span {
    display: block;
    font-size: 18px;
    color: #113c68;
    font-family: 'SourceHanSerifCN-Regular';
    font-weight: bold;
    margin-top: 15px;
}

.jiang-con ul li .li-bot {
    background: #fff;
    padding: 20px 23px;
    height: 50px;
    box-sizing: border-box;
}

.jiang-con ul li a {
    text-decoration: none;
}

.jiang-con ul li .li-bot h5 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #28a7e1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jiang-con ul li .li-bot span {
    font-size: 14px;
    line-height: 25px;
    color: #777;
    display: block;
    margin: 10px 0;
}

.jiang-con ul li .li-bot p {
    font-size: 14px;
    color: #0054a7;
    line-height: 25px;
}

/*jiangzuo  end*/
.yiqi {
    background: #e9f0fd;
    min-height: 440px;
    box-sizing: border-box;
    padding: 40px 0;
}

.yiqi ul {
    padding-top: 36px;
}

.yiqi ul li {
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 370px;
    height: 268px;
    background: #fff;
    box-shadow: 2px 4px 8px 2px #f2f2f2;
    border-radius: 8px;
    transition: all 0.4s ease-out;
}


.yiqi ul li:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}

.yiqi ul li:last-child {
    margin-right: 0;
}

.yiqi ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.yiqi ul li a p {
    background: #0054a7;
    line-height: 60px;
    text-align: left;
    padding: 0 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.yiqi ul li a img {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/**/
.yanjiu {
    background: url(/bsat/swzybhylyhbszdsys/static/img/ybg.png) no-repeat center center;
    min-height: 388px;
    background-size: cover;
    padding: 50px 0;
}

.ne2 {
    text-align: center;
}

.ne2 h4 {
    color: #fff;
    float: none;
}

.yan-con {
    margin-top: 35px;
}


.ylogo {
    position: absolute;
    left: 0px;
    top: 102px;
    width: 100%;
    text-align: center;
}

.yan-con ul li {
    float: left;
    line-height: 140px;
}

.yan-con ul li a {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333;
}

.yan-con ul li.li1 {
    background: url(/bsat/swzybhylyhbszdsys/static/img/li1.png) no-repeat left top;
    width: 572px;
    height: 141px;
    margin-bottom: 32px;
    margin-right: 25px;
    padding-left: 240px;
    box-sizing: border-box;
}

.yan-con ul li.li2 {
    background: url(/bsat/swzybhylyhbszdsys/static/img/li2.png) no-repeat left top;
    width: 572px;
    height: 141px;
    margin-bottom: 32px;
    box-sizing: border-box;
    padding-left: 90px;
}

/*.yan-con ul li.li3 {
    background: url(/bsat/swzybhylyhbszdsys/static/img/li3.png) no-repeat left top;
    width: 1170px;
    height: 141px;
    margin-right: 25px;
    margin-top: 20px;
    box-sizing: border-box;
    text-align: center;

}*/

.yan-con ul li.li3 {
        background: url(/bsat/swzybhylyhbszdsys/static/img/li3.png) no-repeat left top;
        width: 572px;
        height: 141px;
        margin-right: 25px;
        box-sizing: border-box;
        padding-left: 190px;
}
.yan-con ul li.li4 {
    background: url(/bsat/swzybhylyhbszdsys/static/img/li4.png) no-repeat left top;
    width: 572px;
    height: 141px;
    padding-left: 90px;
    box-sizing: border-box;
}

















.footer {
    min-height: 307px;
    background: #383838 url(../images/fbg.jpg) no-repeat center bottom;
    padding: 56px 0 15px;
    box-sizing: border-box;
}

.f-left {
    width: 570px;
}

.f-left ul li {
    float: left;
    width: 240px;
}

.footer p {
    line-height: 31px;
    color: #fff;
    font-size: 16px;
}

.footer a {
    line-height: 31px;
    color: #fff;
    font-size: 16px;
}

.footer h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}


.copy {
    text-align: center;
    margin-top: 40px;
}

.copy p {
    font-size: 14px;
}

/*.wc-copyEnd*/

@media (min-width: 1201px) and (max-width: 1440px) {

    .banner .txtScroll-left .next {
        right: -80px;
        z-index: 1;
        bottom: 30px;
    }

    .banner .txtScroll-left .prev {
        left: -80px;
        z-index: 1;
        bottom: 30px;
    }
}