/* <!-- 全部仪器分类 & 科大先研院共享仪器 --> */
/* 左右布局---菜单部分 */
.diytab {
    margin-top: 0.24rem;
}
.diytab .leftmenu{
    width: 3.08rem;
    height: 6.92rem;
    background: #FEFEFE;
    border-radius: 0 0 0.04rem 0.04rem;
    padding: 0.2rem;
    box-sizing: border-box;
}

.toptext{
    padding-bottom: 0.08rem;
    border-bottom: 1px solid #16468d;
}

.toptext .ltit{
    padding-left: 0.05rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}

.diytab .leftmenu .layui-tab-title li:first-child{
    margin-top: 0.2rem;
}

.diytab .leftmenu .layui-tab-title li{
    width: 2.68rem;
    height: 0.5rem;
    margin: 0.1rem 0;
    background: #16468d;
    border-radius: 0.04rem;
    text-align: left;
    
}
.diytab .leftmenu .layui-tab-title li:hover{
    /* background-color: #08b1f7; */
    background-color: #1a67b7;
}

.diytab .leftmenu .layui-tab-title li a{
    /*font-size: 0.16rem;*/
    color: #fff;
    padding: 0 .2rem;
    line-height: .5rem;
}

.diytab .leftmenu .layui-tab-title li:last-child{
    margin-bottom: 0.2rem;
}
/* 左右布局---内容部分 */
.diytab .rightcon{
    flex: 1;
    margin-left: 0.2rem;
    /* padding: .07rem 0.2rem; */
    height: 6.92rem;
    background: #FEFEFE;
    border-radius: 0 0 0.04rem 0.04rem;
}

.diytab .rightcon .diytabtit{
    margin: .17rem 0.2rem 0;
}

.diytab .rightcon .diytabtit .bluetit{
    margin-right: 0.15rem;
    padding-bottom: 0.10rem;
}
.diytab .rightcon .diytabtit .flex{
    flex: 1;
}

.diytab .rightcon .diytabtit .layui-this{
    color: #16468d;
    font-size: 0.16rem;
    border-color: #666;
}

.diytab .rightcon .diytabtit .layui-tab-title li{
    border-left: 1px solid #666;
}
/* tab标题带蓝色下边框 */
.tabtit{
    border-bottom: 1px solid #16468d;
}

.tabtit .layui-tab-title{
    height: fit-content;
    height: -moz-fit-content;;
    padding-bottom: 0.08rem;
}

.tabtit .layui-tab-title li:first-child{
    border: none;
}

.tabtit .layui-tab-title li{
    line-height: normal;
    border-left: 1px solid #333 ;
    font-size: 0.16rem;
    color: #333;
}

.tabtit .layui-tab-title li .small{
    display: inherit;
}

.tabtit .layui-tab-title li .big{
    display: none;
}

.diytab .rightcon .layui-tab-item .flexcon{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
   /* padding: 0 0.1rem;*/
}

.diytab .rightcon .layui-tab-item .layui-tab{
    margin: 0;
}

.diytab .rightcon .layui-tab-item .item{
    margin: .1rem 0.1rem .2rem 0.1rem;
    width: 2.64rem;
}

.diytab .rightcon .layui-tab-content{
    padding: 15px 9px;
}

.diytab .rightcon .layui-tab-item .item .thum{
    width: 2.64rem;
    height: 2rem;
    border-radius: 0.04rem;
    overflow: hidden;
    margin-bottom: 0.16rem;
}
.diytab .rightcon .layui-tab-item .item p{
    margin-bottom: 0.02rem;
    width: 99%;
}

.diytab .rightcon .layui-tab-item .item .thum img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layui-tab .layui-tab-title .layui-this{
    font-size: 0.2rem;
    font-weight: bold;
    color: #16468d;
    transition: ease all .3000s;
}

.layui-tab .layui-tab-title .layui-this .big{
    display: inherit;
}

.layui-tab .layui-tab-title .layui-this .small{
    display: none;
}

/* <!-- 资产统计 & 仪器机时统计 & 仪器使用次数统计 --> */

.zyybox{
    padding: .1rem .2rem .2rem;
    min-height: 4.52rem;
    height: fit-content;
    height: -moz-fit-content;;
}

.zyybox .layui-tab-item{
    padding: 0.2rem;
}

.zyybox .layui-tab-title li{
    height: 0.26rem;
    line-height: 0.26rem;
    border: none;
}
.zyybox .layui-tab-title li::after{
    content: '';
    width: 0.01rem;
    height: 0.2rem;
    background: #666666;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.zyybox .layui-tab-title li:last-child::after{
    width: 0;
}
.zyybox .selform{
    display: flex;
    align-items: center;
}

.zyybox .selform .layui-form-item{
    margin-right: 0.4rem;
}

.zyybox .selform .layui-form-item label{
    flex-shrink: 0;
    width: fit-content;
    width: -moz-fit-content;
}

.zyybox .selform .layui-input-block input{
    width: 2.36rem;
}
.zyybox .selform .layui-input-block2 input{
    width: 2rem;
}


.zyybox .selform .layui-form-item .w86{
   width: 0.86rem;
}
.zyybox .selform .layui-form-item .w136{
    width: 1.36rem;
 }

.zyybox .lefth th{
    background-color: #F5F5F5;
}
@-moz-document url-prefix() {
    .zyybox .lefth th::after {
        content: '';
        width: 160px;
        height: 1px;
        background: #dcdcdc;
        position: absolute;
        bottom: -1px;
        left: -1px;
    }
}

.zyybox .conwrap{
    margin: 0.3rem 0;
}

.zyybox .conwrap .chart{
    margin-right: 0.2rem;
    min-width: 4rem;
}

.zyybox .pad100{
    margin: 0 1rem;
}

.zyybox .chartbox{
    margin-top: 0.1rem;
}

.zyybox .chartbox img{
    width: 100%;
}

.zyybox .conwrap table th, .zyybox .conwrap table td{
    text-align: center;
    padding: 9px 12px;
    white-space: nowrap;
}

.zyybox .layui-table thead tr{
    background-color: #f5f5f5;
}

/* <!-- 系统公告 & 服务指南 --> */
.sysser .wback{
    padding: 0.2rem;
    width: 50%;
}

.sysser .wback:first-child{
    margin-right: 0.1rem;
}

.sysser .wback:last-child{
    margin-left: 0.1rem;
}

.sysser .wback ul li{
    margin: 0.2rem 0;
    cursor: pointer;
}

.sysser .wback ul li .inform{
    font-size: 0.14rem;
    color: #333333;
}

.sysser .wback ul li .inform:before {
    content: "";
    width: 0.06rem;
    height: 0.06rem;
    background: #16468d;
    display: block;
    float: left;
    margin-top: 0.07rem;
    margin-right: 0.05rem;
}

.sysser .wback ul li .date{
    font-size: 0.12rem;
    color: #666666;
}

.serguide, .sysinform{
    height: 335px;
}

/* <!-- 共建单位 --> */
.wback.martop40{
    min-width: 1200px;
}
.unit{
    min-height: 2rem;
}
.unit .toptext{
    padding-top: 0.2rem;
}
.unit .flex{
    padding: 0.45rem 0;
}


/* 修改模板最新样式 */
.index-top-box{
    width: 100%;
    background: #fff;
}
.new_con{
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    /*padding: 0.2rem;*/
}
.class_icon_list{
    margin-top: 50px;
}
.class_icon_list ul{
    display: flex;
    justify-content:flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.class_box .class_icon_list li a{
    display: block;
}
.class_box .class_icon_list li{
    /*display: inline-block;*/
    width: 100px;
    text-align: center;
    margin-bottom: 0.4rem;
    margin-right: .56rem;
}
.class_box .class_icon_list li:nth-of-type(8n){
    margin-right: 0rem;
}
.class_box .class_icon_list li span{
    width: 60px;
    display: inline-block;
    height: 60px;
    /* border: 1px solid #B01F24; */
    border-radius: 60px;
    line-height: 60px;
    transition: all 0.3s ease 0s;
}
.class_box .class_icon_list li:nth-child(10n){
    margin-right: 0px;
}
.class_box .class_icon_list li img{
    width: 60px;
    height: 60px;
    border-radius: 60px;
    transition: all 0.3s ease 0s;
}

.class_box .class_icon_list li a:hover img{
    transform: scale(.9); 
}


.class_box .class_icon_list li p{
    font-size: 0.16rem !important;
    color: #3B3B3B !important;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
}
.class_box .class_icon_list li a:hover p{
    color: #33bbee !important;
}

/* 通知公告 */
.notice_left_box{
    width:533px;
    margin-right: 20px;
}
.notice_left_box a{
    line-height: 52px;
    font-size: 16px;
}
.notice_left_box a:hover .new_item_title{
    text-decoration: underline;
}
.notice_left_box .new_list_box{
    margin-top: .2rem;
}

.notice_left_box .new_info{
    font-size: 12px;
    color: #858585;

}
.notice_left_box .new_info .time{
    margin-right: .2rem;
}

.new_list_box .new_one{
    width: 320px;
    margin-right: .2rem;
}
.new_list_box .new_one a{
    width: 320px;
}

.new_list_box .new_item_title{
    font-size: 16px ;
    color: #222222;
    margin: .1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100%;

}
.new_list_item{
    margin: 20px 0px;

}

.new_list_item .new_item_title{
    width: 4rem;
    display: inline-block;
}
.new_list_item .new_item_date{
    width: 1rem;
    display: inline-block;
    text-align: center;
}
.new_list_item li{
    border-bottom: 1px dotted #ccc;
    line-height: .37rem;
}
.new_list_item li:last-child{
    margin-bottom: 0px;
}

.notice_right_box{
    width: 738px;
}
.work-list-box{
    width: 738px;
    overflow: hidden;
    margin: 20px 0px;
}
.work-list-box ul {
    white-space: nowrap;
}
.notice_right_box .work-list-box li{
    display: inline-block;
    width:225px;
    margin-right: 20px;
}
.notice_right_box .work-list-box li img{
    width: 100%;
}
.notice_right_box .work-list-box li p{
    font-size: 14px;
    color: #222222;
    line-height: 30px;
}

.ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-bottom-box{
    width: 100%;
    background: url(../../img/index/bg.png) no-repeat center top;
    background-size: 1920px auto;
}

/* 友情链接 */
.friendLink_box{
    padding: 30px 0 0 0;
    position: relative;
}

.friendLink_box .friendLink_title{
    font-size: 30px;
    color: #111;
    padding-left: 30px;
}

.friendLink_box .friendLink_list{
    margin-bottom: 50px;
    padding: 0px 30px;
}
.friendLink_box .friendLink_list a{
    display: inline-block;
    width: 300px;
    line-height: 50px;
    font-size: 16px;
    color: #222;
    border-bottom: 1px solid #ccc;
    margin-right: 40px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.friendLink_box .friendLink_list a:nth-child(4n){
    margin-right: 0px;
}

.index-footer-box{
    background: #B01F24;
    height: 200px;
    color: #FFFFFF;
    padding: 40px 20px 0px 20px;
}
.index-footer-box .footer-logo img{
    width: 235px;
}
.index-footer-box .footer-logo p{
    font-size: 24px;
    color: #FFFFFF;
    margin: 0px 30px 0px 10px;
}

.index-footer-box .info-footer{
    font-size: 16px;
}
.index-footer-box .info-footer p{
    margin: 0px 20px 15px 0px;
    padding-left: 25px;
}
.index-footer-box .info-footer .info1 p:first-child{
    background: url(../../img/index/footericon1.png) no-repeat center left;
    background-size: 18px auto;
}
.index-footer-box .info-footer .info1 p:last-child{
    background: url(../../img/index/footericon2.png) no-repeat center left;
    background-size: 20px auto;
}
.index-footer-box .info-footer .info2 p:first-child{
    background: url(../../img/index/footericon3.png) no-repeat center left;
    background-size: 14px auto;
}
.index-footer-box .info-footer .info2 p:last-child{
    background: url(../../img/index/footericon4.png) no-repeat center left;
    background-size: 18px auto;
}

.index-footer-box .index-coyp-box{
    border-top: 1px solid #D6676B;
    font-size: 16px;
    color: #D84E53;
    line-height: 40px;
    padding-left: 10px;
    position: absolute;
    bottom: 0px;
    left: 40px;
    right: 20px;
}

.friendLink_box .index-code-box{
    position: absolute;
    right: 100px;
    top: 281px;
    width: 190px;
    text-align: center;
}
.friendLink_box .index-code-box img{
    width: 50%;

}
.friendLink_box .index-code-box p{
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

/* 仪器预约 */
.insmake_box{
    padding: .39rem 0;
    width: 1400px;
    margin: 0 auto;
}
.insmake_box .swiper-father{
    width: 1400px;
    position: relative;
}
.insmake_box .swiper-container {
    /* width: 1300px; */
    height: 350px;
    margin: 20px auto;
}
.insmake_box .swiper-wrapper{
    display: flex;
}

.insmake_box .swiper-father .swiper-button-all{
    width: 34px;
    height: 53px;
}
.insmake_box .swiper-father .swiper-button-next1{
    background: url(../../img/index/right.png) no-repeat center top;
    background-size: 34px auto;

}
.insmake_box .swiper-father .swiper-button-prev1{
    background: url(../../img/index/left.png) no-repeat center top;
    background-size: 34px auto;

}

.insmake_box .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.insmake-list .ins-item{
    width: 206px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.16);
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #EDE4E4;
}
.insmake-list .ins-item:last-child{
    margin-right: 0 !important;
}

.insmake-list .ins-item a{
    display: block;   
}
.insmake-list .ins-item a .ins-pic img{
    width: 186px;
    height: 186px;
    border-radius: 15px;
}
.insmake-list .ins-item a .ins-title{
    font-size: 16px;
    color: #222;
    margin: 10px 0;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 21px;
    overflow: hidden;
}
.insmake-list .ins-item a .ins-tag{
    color: #666;
    font-size: 12px;
}
.insmake-list .ins-item a .ins-tag span{
    padding-left: 20px;
}
.insmake-list .ins-item a .ins-tag span:first-child{
    background: url(../../img/index/s@2x.png) no-repeat center left;
    background-size: 14px auto;
}
.insmake-list .ins-item a .ins-tag span:last-child{
    background: url(../../img/index/telicon.png) no-repeat center left;
    background-size: 16px auto;
}

/* 公共标题 */
.index-title-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-title-box h2{
    flex: 1;
    font-size: 30px;
    color: #B01F24;
}
.index-title-box h2::after{
    content: "";
    height: 4px;
    display: block;
    width: 120px;
    background: #B01F24;
}
.index-title-box .title-center{
    text-align: center !important;
}
.index-title-box .title-center::after{
    margin: .1rem auto 0 auto !important;
}

.index-title-box a{
    display: inline-block;
    width: 52px;
    height: 20px;
    background: url(../../img/index/more.png) no-repeat center;
    background-size: 30px auto;
}


.index-title-tab-box{
}
.index-title-tab-box a{
    display: inline-block;
    width: 52px;
    height: 20px;
    background: url(../../img/index/more.png) no-repeat center;
    background-size: 30px auto;
}
.index-title-tab-box h2{
    flex: 1;
    font-size: 30px;
    color: #666666;
    margin-right: .15rem;
    cursor: pointer;
}
.index-title-tab-box h2.tabActive{
    color: #B01F24;
}
.index-title-tab-box h2.tabActive::after{
    content: "";
    height: 4px;
    display: block;
    width: 120px;
    background: #B01F24;
}

/* 首页公共栏目标题旧版本 */
.index_title_box{
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    line-height: 50px;
}
.index_title_box .line{
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 55px;
    height: 3px;
    background:#357cff;

}
.index_title_box .title{
    font-size: 18px;
    color: #357cff;
    padding-left: 10px;
}
.index_title_box a{
    font-size: 14px;
    color: #357cff;
}

.pd50{
    padding-left: 50px !important;
}

.shadowback{
    background: #FFFFFF;
    box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.06);
}

.cardbox{
    width: 49%;
    height: 580px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.16);
    border: 1px solid #EDE4E4;
    padding: 30px;
}

.cardbox .index_title_box{
    margin-bottom: 20px;
    border-bottom: 1px solid #B01F24;
}

.inform_work{
    margin-bottom: 20px;
}

.inform .cinner .item{
    margin: 12px 0;
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
}

.inform .cinner .item:last-child{
    border-bottom: none;
}

.inform .cinner .item .left{
    width: 80px;
    height: 70px;
    background: #B01F24;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.inform .cinner .item .left .day{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 45px;    
    border-bottom: 1px solid #FEFEFE;
}

.inform .cinner .item .left .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 25px;    
}

.inform .cinner .item .right{
    flex: 1;
    overflow: hidden;
}

.inform .cinner .item .right .tit{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #212121;
    line-height: 45px;
    display: block;
}
.inform .cinner .item .right .con{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 20px;  
}

.worktrend ul li{
    padding: 25px 0;
    /* cursor: pointer; */
    border-bottom: 1px dashed #D9D5D5;
}

.worktrend ul li:last-child{
    margin: 0;
    border-bottom: none;
}

.worktrend ul li .inform{
    font-size: 16px;
    color: #333333;
    width: 500px;
}

.worktrend ul li .inform:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #B01F24;
    display: block;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
    border-radius: 50%;
}

.worktrend ul li .date{
    font-size: 16px;
    color: #666666;
}

.platformlist{
    overflow: hidden;
    margin: 30px 0 15px 0;
}

.platformlist .plat-item{
    width: 340px;
    height: 310px;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.16);
    border-radius: 15px;
    border: 1px solid #EDE4E4;
}
.platformlist .plat-item a{
    height: 100%;
    width: 100%;
}

.platformlist .plat-pic{
    width: 100%;
    height: 255px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.platformlist .plat-pic img{
    width: 100%;
    height: 100%;
}

.platformlist .plat-title{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 53px;
}

/*分页*/
.fenye{margin: 0 auto;width: 350px;margin-top:30px;margin-bottom:30px;}
.fenye a{padding: 10px 20px;background: #d7d8e0;color:#3a3b3c;margin-right: 10px;}
.fenye a:hover{background: #33bbee;color:#fff}
.fenye .selected a{background: #33bbee;color:#fff}
.fenye{
    width:100%;
    margin: 0px;
    padding:0px;
    /* clear: both; */
}
.fenye>ul{
    text-align: center;
    margin:0;
    padding: 0;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;

}
.fenye li{
    /* padding: 0 !important;
    margin:0 !important;
    height: 30px !important;
    line-height: 30px !important; */
}
