.global-menu{
    z-index: 1000;
    font-size: 0;
    width: 100%;
    background-color: #f6f6f6;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    color: #585858;
    position: fixed;
    top: 0;
}

.global-menu > .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.global-menu > .container .column {
    color: #888b91;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 10px;
}

.global-menu > .container .column:first-child {
    border-left: 0 none transparent;
    padding-left: 0;
    margin-left: 0;
}

.global-menu > .container .column span{
    color: #0099ff;
    font-weight:bold;
}

.global-menu > .container .fr .column span{
    color: #0099ff;
    font-weight:normal;
}

.global-menu > .container .column a{
    color: #888b91;
}

.home-head {
    margin-top: 36px;
    background-color: #fff;
    height: 106px;
    box-shadow: 2px 2px 10px #e2e2e2;
}
.index-center{
    width:100%;
    height: 510px;
    /*background: white;*/
    background-image: url("/images/index_background_pic.png");
    text-align: center;
    border-bottom: #818181;
}
.home-title{
    text-align:center;
    padding-top: 48px;
    /*position: relative;*/
}
.home-title div{
    display: inline-block;
    height: 90px;
}
.home-title span{
    color: #252525;
}
.home-content{
    width: 663px;
    margin: auto;
    margin-top: 25px;
}

.home-content span{
    color: #818181;
    font-size: 15px;
}
.home-content-four{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.home-content-four div{
    display: inline-block;
    width:200px;
    height: 230px;
    margin:0px 30px;
}
.home-content-four div img{
    width:100px;
    height:100px;
}

.home-content-four div span{
    display: block;
    padding-top: 5px;
}
.machine-all{
	position: relative;
	width: 1197px;
	margin: 0 auto;
	overflow: hidden;
	height: 50px;
	margin-top: 12px;
	background: white;
	border-bottom: solid 2px #0099ff;
}
.machine-pic{
    margin: 0 auto;
    min-height: 64px;
    width: 1197px;
}

.machine-pic-items{
	position: absolute;
	left: 0;
   width: 1435px;
	/* overflow-x: auto; */
}


.machine-pic-items div,
.machine-pic-items2 div{
    margin-left: 33px;
    display:inline-block;
    width: 100px;
    height: 100%;
    text-align: center;
}

.machine-pic-items div span,
.machine-pic-items2 div span{
    font-size: 17px;
    display: block;
    line-height: 46px;
}

.machine-pic-items div span:hover,
.machine-pic-items2 div span:hover{
    cursor:pointer;
}
.machine-pic-items a,
.machine-pic-items2 a{
    float: right;
    margin-right: 15px;
   height: 48px;
   line-height: 48px;
    text-decoration: none;
}


.active{
    color: #0099ff;
}


.tenant-title{
    height:54px;
    width: 1100px;
    border-bottom:1px dashed #0099ff;
    margin: auto;

}
.tenant-title div{
    display: inline-block;
    height: 54px;
    line-height:54px;

}
.tenant-title div span{
    font-weight: bold;
    font-size: 15px;
    color: #292a2a;
}

.tenant-msg-item{
    margin-left: 50px;
    width: 1100px;
    height: 100px;
    border-bottom: 1px dashed #0099ff;
    position: relative;
}
.tenant-msg-item img{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 16px;
}

.tenant-msg-item .item-div{
    display: inline-block;
    width: 900px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    top: 0px;
    left: 100px;
    /*margin: auto;*/
}


.tenant-msg-item .item-div div{
    display: inline-block;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*text-align: center;*/
}

.tenant-msg-item .item-div div:last-child span{
    color:#18c325;
}
.tenant-msg-item a{
    float: right;
    margin-top: 30px;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 5px;
    background: #0099ff;
}
.tenant-msg-item a:hover{
	color: #fff;
}






