@charset "UTF-8";

#companies img{
	position:relative;
	width:114px;
	height:114px;
}

#companies {
	position:relative;
	top:-60px;
	left:5px;
	/*margin: 0px auto;*/
	width: 1600px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.rota-control{
	position:relative;
	top:60px;
	z-index:500;
}

.coms-left{
	position:relative;
	margin-right: 10px;
	margin-left: 7px;

}

.coms-right{
	position:relative;
	margin-right: 10px;
}

.coms-info{
	display:none;
}

.coms-info-container{
	position:relative;
	top:-121px;
	width:300px;
	height:95px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	color:#fff;
	z-index: 500;
}

.com-name{
	width:100%;
	text-align: center;
	font-size: 0.9em;
}

.com-info{
	width:100%;
	font-size:0.7em;
	font-family: "Microsoft YaHei","SimHei";
	color:#dbdbdb;
}

.com-link{
	width:100%;
	font-size: 0.7em;
	text-align:right;
}

.com-link a{
	color:#fff;
}

.com-info p{
	text-indent:2em;
}
