.header_clum{
    height: 138px;
    background: #1f8794;
    text-align: center;
}
.banner_clum{
    height: 55px;
    background: #197580;
}
.banner_clum ul{
    width: 1210px;
    height: 55px;
    margin: 0 auto;
}
.banner_clum ul li{
    width: calc(100% / 7);
    height: 55px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 55px;
}
.banner_clum ul li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
.wrapper_cen{
    width: 1210px;
    margin: 30px auto;
}
.wrapper_cen.flex{
    display: flex;
}
.wrapper_cen .clum1{
    width: 26.777%;
    height: 300px;
    float: left;
    background: #fff;
}
.wrapper_cen .clum2{
    width: 46.7777%;
    height: 300px;
    float: left;
    margin-left: 16px;
    background: #fff;
}
.wrapper_cen .clum3{
    width: 23.88%;
    height: 300px;
    float: right;
    background: #fff;
}
.wrapper_cen .clum4{
    height: 300px;
    padding-top: 2px;
    background: #fff;
}
.wrapper_cen .h2_title{
    margin:14px 8px 0;
}
.wrapper_cen .h2_title .bor{
    height: 24px;
    border-bottom: 1px solid #d6d6d6;
}
.wrapper_cen .h2_title .name{
    width: 110px;
    height: 29px;
    display: block;
    color: #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 29px;
    background: url("../images/bg_name.png");
}
.wrapper_cen .h2_title .more{
    float: right;
    color: #999999;
}
.mt16{
    margin-top: 16px;
}

/*左侧导航*/
.left_btn{
    margin: 10px;
}
.left_btn li{
    height: 40px;
    background: #218595;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.left_btn li a{
    text-align: center;
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
}
.left_btn li span{
    padding:0 10px;
    margin-right: 10px;
}
.left_btn li span.icon1{
    background: url("../images/icon_1.png") no-repeat center;
}
.left_btn li span.icon2{
    background: url("../images/icon_2.png") no-repeat center;
}
.left_btn li span.icon3{
    background: url("../images/icon_3.png") no-repeat center;
}
.left_btn li span.icon4{
    background: url("../images/icon_4.png") no-repeat center;
}
.left_btn li span.icon5{
    background: url("../images/icon_5.png") no-repeat center;
}
/*新闻列表*/
.news_list{
    margin: 10px 15px;
    min-height: 400px;
}
.news_list li{
    height: 35px;
    line-height: 35px;
    background: url("../images/bg_li.png") no-repeat left center;
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
}
.news_list li a{
    max-width: 60%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 8px;
}
.news_list li a:hover{
    color: #999;
}
.news_list li .time{
    float: right;
}
.footer{
    background: url("../images/footer.jpg");
    height: 480px;
}
.footer .top{
    height: 210px;
    width: 1210px;
    display: flex;
    margin: 0 auto;
    padding-top: 30px;
}
.footer .bottom{
    height: 240px;
    background: rgba(3,50,48,0.5);
}
.footer .kslj_tit{
    background: url("../images/link_t.png") no-repeat 80px 15px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 40px;
    width: 120px;
}
.footer .top .ul{
    width: 100%;
    padding-top: 10px;
    font-size: 16px;
    height: 200px;
}
.footer .top .ul li{
    width: 25%;
    float: left;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
}
.footer .top .ul li:hover{
    color: #bb0000;
}
.footer .bottomIn{
    width: 1210px;
    margin: 0 auto;
    display: flex;
    color: #fff;
    padding-top: 50px;
}
.footer .bottomIn .logo-f{
    margin-top: 34px;
}
.footer .bottom .clum1{
    width:220px;
    text-align: center;
}
.footer .bottom .clum1 .code{
    margin-top: 20px;
}
.footer .bottom .clum1 .err_03{
    margin-top: 30px;
}
.footer .bottom .clum2{
    width: 100%;
}
.footer .bottom .clum2 p{
    line-height: 35px;
    color: #FFF;
    margin-left: 30px;
}
.swiper {
    width: 100%;
    height: 200px;
    margin-top: 28px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: inline;

    /* 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;
}
.swiper-slide img{
    width: 265px;
    height: 198px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px!important;
}
.swiper-button-next, .swiper-button-prev{
    background: #218595;
    color: #fff!important;
}
.swiper-button-next{
    right: 18px!important;
}
.swiper-button-prev{
    left: 18px!important;
}

.login_title{
    height: 25px;
    margin: 14px 10px;
    display: flex;
}
.login_title .name{
    font-size: 16px;
    color: #218595;
    font-weight: bold;
    width: 85px;
    display: block;
    text-align: center;
    line-height: 25px;
}
.login_title .line{
    height: 10px;
    background: #eaeaea;
    display: block;
    margin-top: 8px;
    flex: 1px;
}
.login_clum{
    height: 36px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 14px 20px;
}
.login_clum .name{
    width: 63px;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    display:inline-block;
    text-align:justify;
    text-justify:inter-ideograph
}
.login_clum .ipt{
    border: 1px solid #cacaca;
    padding: 0 5px;
    flex: 2;
}
.login_clum .ipt.code{
    flex: 28px;
}
.login_clum .codeImg{
    height: 36px;
    width: 80px;
    background: #c4c8eb;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
}
.login_clum .codeImg img{
    height: 36px;
    width: 80px;
    display: block;
}
.login_clum .ipt input{
    width: 100%;
    height: 34px;
    outline: none;
}
.login_zhmm{
    width: 100px;
    line-height: 25px;
    float: right;
    font-size: 15px;
    color: #999999;
    margin-top: -10px;
    margin-right: 15px;
    text-align: right;
}
.login_btn{
    margin: 15px;
    display: flex;
    flex: 2;
}
.login_btn .btn{
    width: 50%;
}
.login_btn .btn button{
    width: 90%;
    height: 36px;
    height: 36px;
    color: #fff;
    background: #218595;
    cursor: pointer;
    font-size: 14px;
}
.login_btn .btn button.zc{
    height: 34px;
    background: #fff;
    border: 1px solid #218595;
    color: #218595;
}
.login_info{
    text-align: center;
    padding-top: 40px;
}
.login_info_text{
    display: inline;
    background: url("../images/icon_13.png") no-repeat left center;
    padding-left: 30px;
    font-size: 18px;
    color: #1d8194;
    font-weight: bold;
}
.login_info_text2{
    font-size: 16px;
    margin: 20px 50px;
    color: #999999;
    line-height: 35px;
}
.login_info_btn{
    height: 35px;
    display: flex;
}
.login_info_btn span{
    width: 81px;
    height: 36px;
    background: #1d8194;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-left: 12px;
    margin-top: 20px;
    cursor: pointer;
}
.pass_div{
    text-align: center;
}
.pass_div .layui-btn{
    width: 120px;
}
/*列表页*/
.list_left_menu{
    width: 233px;
}
.list_left_menu .bar{
    height: 50px;
    background: #177d93;
    text-align: left;
    color: #fff;
    border-radius: 10px 10px 0 0;
    line-height: 50px;
    font-size: 18px;
    width: 233px;
}
.list_left_menu .bar span{
    background: url("../images/icon_6.png") no-repeat left center;
    padding-left: 25px;
    margin-left: 20px;
}
.list_left_menu .menu_ul{
    padding-left: 30px;
}
.list_left_menu .menu_ul li{
    line-height: 50px;
    color: #177d93;
    font-size: 18px;
    cursor: pointer;
}
.list_left_menu .menu_xy{
    height: 48px;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
    font-size: 18px;
    color: #666666;
    line-height: 48px;
    background: url("../images/icon_7.png") no-repeat 20px center;
    padding-left: 45px;
    position: relative;
    cursor: pointer;
}
.xy_contain{
    width:215px;
    height: 401px;
    position: absolute;
    right: -170px;
    border: 1px solid #dcdcdc;
    background: #fff;
    top: 0;
    display: none;
    z-index: 9;
}
.xy_contain ul{
    margin: 10px;
    height: 380px;
    overflow: auto;
}
.xy_contain ul li{
    line-height: 35px;
    color: #5c5c5c;
    font-size: 14px;
    cursor: pointer;
}
.xy_contain::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 13px;
    left: -15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #dcdcdc;
}
.xy_contain::after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 13px;
    left: -13px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #fff;
}
.list_left_menu .menu_xy:hover .xy_contain{
    display: block;
}
.list_right{
    margin-left: 20px;
    flex: 2;
}
.list_right .title_bar{
    height: 49px;
    line-height: 49px;
    color: #666666;
    font-size: 16px;
    border-bottom: 1px solid #177d93;
}
.list_right .title_bar img{
    float: left;
    margin:17px 10px 0;
}
.list_right .title_bar em{
    color: #177d93;
}
.details_title{
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    text-align: center;
    color: #333333;
    margin: 20px 0;
}

.details_info{
    color: #999;
    font-size: 16px;
    text-align: center;
}
.details_info span{
    padding: 0 10px;
}
.details_content{
    font-size: 16px;
    color: #666;
    padding-top: 30px;
    line-height: 35px;
    text-align: justify;
}
.details_wz{
    margin-top: 40px;
    display: flex;
    flex: 2;
}
.details_wz div{
    width: 50%;
}
.layui-laypage a, .layui-laypage span{
    background: none!important;
}

/*机组申请*/
.jszd_wrap{
    border: 1px solid #dedede;
    margin: 20px 0;
    min-height: 200px;
    padding-bottom: 28px;
}
.jszd_wrap .ipt_clum1{
    display: flex;
    flex: 2;
    margin: 28px 28px 0;
}
.jszd_wrap .ipt_clum1 .input_item{
    width: 50%;
    height: 40px;
    line-height: 40px;
    display: flex;
    flex: 2;
}
.jszd_wrap .ipt_clum1 .input_item span{
    display: block;
    width: 100%;
}
.jszd_wrap .ipt_clum1 .input_item em{
    color: #f00;
}
.jszd_wrap .ipt_clum1 .input_item span.name{
    width: 190px;
    text-align: right;
    font-size: 16px;
    color: #666;
    margin-right: 15px;
}
.jszd_wrap .ipt_clum1 .input_item span input{
    width: 100%;
    height: 38px;
    border: 1px solid #e0e0e0;
    outline: none;
    padding-left: 10px;
}
.jszd_wrap .ipt_clum2{
    display: flex;
    flex: 2;
    margin: 28px 28px 0;
}
.jszd_wrap .ipt_clum2 .name{
    width: 162px;
    text-align: right;
    font-size: 16px;
    color: #666;
    margin-right: 15px;
}
.jszd_wrap .ipt_clum2 em{
    color: #f00;
}
.jszd_wrap .ipt_clum2 .right_textArea{
    width: 100%;
    background: #ccc;
}
.jzsq_xz{
    display: flex;
    flex: 8;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #dedede;
}
.jzsq_xz.head{
    background: #f6f6f6;

    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
}
.jzsq_xz .item{
    width: calc(100% / 8);
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #dedede;
}
.jzsq_xz .item.del{
    cursor: pointer;
    color: #ff0000;
}
.jzsq_xz .item input{
    width: 80%!important;
    margin: 5px auto;
    height: 30px;
}
.jzsq_xz .item .layui-form-select .layui-edge{
    right: 20px!important;
}
.jzxx_add_btn{
    float: right;
    width: 66px;
    height: 32px;
    background: #177d93;
    line-height: 33px;
    text-align: center;
    font-style: 14px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}
.layui-tab-item{
    height: 500px!important;

}
.tab_contain{
    min-height: 860px;
    position: relative;
}

.tab_number {
    background-image: url("../images/number_img.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    width: 200px;
    height: 60px;
    position: absolute;
    top: -60px;
    left: -10px;
    padding: 10px;
}
.tab_number span {
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}


/*仪器信息*/
.info_search_table{
    display: flex;
    flex: 5;
    margin: 20px 0;
}
.info_search_table .item{
    width: 80%;
}
.info_search_table .item input{
    width: 90%;
}
.info_search_table .item .layui-form-select .layui-edge{
    right: 40px!important;
}
.infoBar{
    height: 48px;
    background: #1f8198;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    display: flex;
    flex: 3;
}
.infoBar .title{
    background: url("../images/icon_11.png") no-repeat left center;
    padding-left: 20px;
    width: 150px;
}
.infoBar .num{
    font-size: 14px;
    padding-left: 20px;
    width: 400px;
}
.infoBar .right_btn{
    width: 100%;
    text-align: right;
    padding-right: 20px;
}
.infoBar .right_btn img{
    margin-left: 20px;
    float: right;
    margin-top: 18px;
    cursor: pointer;
}
.img_list dl{
    height: 87px;
    margin-top: 20px;
}
.img_list dl dt{
    width: 114px;
    height: 87px;
    float: left;
    background: #ccc;
}
.img_list dl dt img{
    width: 114px;
    height: 87px;
}
.img_list dl dd.center{
    margin-left: 134px;
    margin-right: 121px;
    height: 87px;
}
.img_list dl dd.center .title{
    color: #000000;
    font-size: 18px;
    margin-bottom: 5px;
}
.img_list dl dd.center .title span{
    padding: 2px 15px;
    border-radius: 15px;
    background: #4eba68;
    font-size: 12px;
    color: #fff;
    margin-left: 15px;
}
.img_list dl dd.center .title span.c{
    background: #ffa018;
}
.img_list dl dd.center .info{
    line-height: 30px;
    color: #666666;
    font-size: 14px;
}
.img_list dl dd.center .info span{
    color: #333;
}
.img_list dl dd.right{
    width: 110px;
    height: 72px;
    float: right;
    padding-top: 15px;
}
.info_mark{
    height: 93px;
}
.layui-table-cell{
    height: auto!important;
}
.info_mark .btn1{
    width: 90px;
    height: 22px;
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #666666;
    border: 1px solid #cbcbcb;
}
.info_mark .btn2{
    width: 90px;
    height: 22px;
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    background: #1f8198;
    border: 1px solid #1f8198;
}
.img_list a{
    margin-top: 0px!important;
    margin-bottom: 5px!important;
}
.img_search{
    display: flex;
    flex: 3;
}
.img_search .item{
    width: 100%;
}
.img_search_p{
    font-size: 16px;
    color: #1f8198;
    line-height: 40px;
    margin-left: 20px;
    text-decoration: underline;
    cursor: pointer;
}

/*仪器信息*/
.app_info{
    height: 200px;
    display: flex;
    margin: 60px 20px 20px;
}
.app_info dt{
    width: 229px;
    height: 200px;
    overflow: hidden;
}
.app_info dt img{
    width: 229px;
    height: 200px;
    background: #ccc;
}
.app_info dd{
    height: 200px;
    width: 100%;
    margin-left: 20px;
}
.app_info dd .title{
    font-weight: bold;
    font-size: 18px;
}
.app_info dd .title em{
    padding: 0 5px;
    background: #e5a417;
    color: #fff;
    margin-left: 15px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: normal;
}
.app_info dd .text{
    display: flex;
    line-height: 25px;
}
.app_info dd .text .name{
    display: block;
    font-weight: bold;
    width: 90px;
    text-align: right;
    padding-left: 15px;
}
.app_info dd .text .info{
    padding-left: 20px;
    color: #666666;
}
.info_tab{
    height: 38px;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
}
.info_tab li{
    height: 37px;
    line-height: 37px;
    width: 101px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.info_tab li.cur{
    border-top: 2px solid #177d93;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    height: 38px;
    font-weight: bold;
    background: #fff;
    color: #000;
}
.info_tab_cen{
    margin: 20px;
}
.info_tab_cen table{
    width: 100%;
}
.info_tab_cen table td{
    border: 1px solid #dcdcdc;
    padding: 20px;
    font-size: 14px;
}
.appoin_down li{
    line-height: 40px;
    font-size: 16px;
}
.appoin_down li span{
    color: #177d93;
    margin-left: 20px;
}
.app_info_text{
    line-height: 30px;
    font-size: 16px;
}
.ejpt_list{
    width: 100%;
    overflow: hidden;
}
.ejpt_list ul{
    width: 120%;
}
.ejpt_list li{
    width: 216px;
    height: 135px;
    cursor: pointer;
    background: url("../images/bg_list.png") no-repeat;
    margin:25px 30px 0 0;
    float: left;
}
.ejpt_list li .name{
    padding: 30px 30px 0;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.ejpt_list li .number{
    color: #197580;
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
}

.form_contain{
    padding: 40px;
}
.form_contain .layui-form-label{
    width: 120px;
}
.form_contain .layui-form-label em{
    color: #ff0000;
}
.form_contain .layui-input-block{
    margin-left: 160px;
}
.register_btn{
    text-align: center;
}
.register_btn span{
    margin: 20px;
    padding: 10px 30px;
    background: #177d93;
    color: #fff;
    border-radius: 6px;
    line-height: 40px;
    cursor: pointer;
}
.register_btn span.cancel{
    background: #c3c3c3;
}

/*日历*/
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td{
    padding-bottom: 15px;
}
.status0{
    background: #d2d2d2!important;
    border: 0!important;
    height: 30px!important;
    line-height: 30px!important;
    margin: 10px 15px!important;
    display: block!important;
    font-size: 12px;
}
.status1{
    background: #ffaeab!important;
    border: 0!important;
    height: 30px!important;
    line-height: 30px!important;
    margin: 10px 15px!important;
    display: block!important;
    font-size: 12px;
}
.status2{
    background: #6ae9a5!important;
    border: 0!important;
    height: 30px!important;
    line-height: 30px!important;
    margin: 10px 15px!important;
    display: block!important;
    font-size: 12px;

}
.status3{
    background: #fdf258!important;
    border: 0!important;
    height: 30px!important;
    line-height: 30px!important;
    margin: 10px 15px!important;
    display: block!important;
    font-size: 12px;

}
.yyy0{
    background: #fff!important;
    border: 0!important;
    height: 30px!important;
    line-height: 30px!important;
    margin: 2px 10px!important;
    display: block!important;
    font-size: 12px;
    color: #000!important;
}
.fc-content{
    padding: 0!important;
    text-align: center;
}
.fc-time{
    display: none!important;
}

#tab3 .layui-form-label{
    width: 110px!important;
}
#tab3 .layui-form-label em{
    color: #ff0000;
}
#tab3  .layui-input-block{
    margin-left: 130px!important;
}
.yy_sjd{
    margin: 20px 20px 20px 20px;
}
.tab_yysjd{
    position: relative;
}
.yysjd_box{
    width: 218px;
    height: 487px;
    background:url("../images/bg_sjd.png") no-repeat ;
    position: absolute;
    right: 30px ;
    top: 0;
}
.yysjd_box ul{
    margin: 70px 20px;
    height: 405px;
    overflow: auto;
}
.yysjd_box ul li{
    height: 30px;
    line-height: 30px;
}
.yysjd_box ul li .iconfont{
    color: #17c659;
}
.layui-input-block.bor{
    border: 1px solid #eee!important;
    line-height: 38px;
    padding: 0 15px;
}

.color_b{
    text-align: right;
    padding-top: 15px;
}
.color_b span{
    color: #666666;
    padding: 5px 10px;
    font-size: 14px;
    background: #ffaeab;
    border-radius: 6px;
    margin-right: 10px;
}
.productsWrap{
    margin:20px ;
}
.products{
    height: 200px;

}
.products span{
    padding-right: 20px;
}
.products img{
    height: 198px;
    width: 265px;
}
