*{
	margin: 0;
	padding: 0;

}
body{
	background-image: url(../img/bg01.png);
	font: normal 100% "Helvetica Neue",Arial,"微软雅黑", sans-serif;
	overflow-x:hidden;
}
a{
	text-decoration: none;
	color: #fff;
}
.gridcontainer {
	width: 100%;
}
ul{
	list-style: none;

}

/*oee分析*/
.oee{
	width: 98%;
	height: 84%;
	margin: 0 auto;
}
/*客户分布*/
.khfb{
	width: 98%;
	height: 86%;
	margin: 0 auto;
}
/*故障率*/
.gzl{
	width: 98%;
	height: 84%;
	margin: 0 auto;
}
/*故障类型*/
.gzlx{
	width: 98%;
	height: 86%;
	margin: 0 auto;
}
.bjxx{
	width: 98%;
	height: 96%;
	margin: 0 auto;
	margin-top: 5px;
	overflow: auto;
	overflow-y:hidden;
}
/* 宽度小于350px */
@media only screen and (max-width: 350px) {
	.gridheader{
		width: 100%;
		background-color: #154497;
		padding: 1%;
		text-align: center;
		color: #fff;
		font-weight: 500;
		font-size: 1.3em;

	}
	.gridheader_rg{
		font-size: 0.5em;
		float: right;
		padding: 1.7%;
	}
	.gridbox{
		float: left;
		width: 100%;
		position:fixed;/* 设置高度为百分比*/
		height: 100%;
		overflow-y: auto;
	}
	/*每块的标题*/
	.data_title{
		background-image: url(../img/tit01s.png);
		background-repeat: no-repeat;
		height: 31px;
		width: 100%;
		background-size: 50% 100%;
		background-position: center;
		text-align: center;
		color: #FFFFFF;
		line-height: 30px;
	}
	/*地图*/
	.map{
		height: 88%;
		width: 99%;
		margin: 0 auto;
		background-color: red;
	}
	.gridbox_lf{
		float: left;
		width: 100%;
		height: 770px;
		margin-top: 20px;
	}
	.gridbox_lf_cont{
		width: 100%;
		height: 250px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_lf_cont1{
		width: 100%;
		height: 250px;
		margin-top: 10px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*左边双边框*/
	.gridbox_lf_cont_lfps{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin-left: 0.6%;
		margin-top: 0.9%;
	}
	.gridbox_center{
		float: left;
		width: 100%;
		height: 560px;
		margin-top: 20px;
	}
	.gridbox_center_cont{
		width: 100%;
		height: 300px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_center_cont1{
		width: 100%;
		height: 250px;
		margin-top: 10px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*双变边框*/
	.gridbox_lf_cont_cenps{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin-left: 0.7%;
		margin-top: 0.9%;
	}
	.gridbox_lf_cont_cenps1{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin-left: 0.7%;
		margin-top: 0.8%;
	}
	.gridbox_rg{
		float: left;
		width: 100%;
		height: 770px;
		margin-top: 20px;
		margin-bottom: 15%;
	}
	.gridbox_rg_cont{
		width: 100%;
		height: 250px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_rg_cont1{
		width: 100%;
		height: 250px;
		margin-top: 10px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*右边双边框*/
	.gridbox_lf_cont_rgps{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.6%;
	}
	/*以下内容样式*/
	.data_text{
		width:85%;
		height: 80%;
		margin: 0 auto;
		margin-top: 2%;
	}

	.data_text ul li span{
		margin-left: 10%;
		color: #fff;
		font-weight: 600;
	}
	.data_text ul li{
		padding: 2.4%;

	}
	.data_text_big{
		font-size: 1.4em;
	}
	/*滚动报警*/
	.scroll_title{
		float: left;
		background-image: url("../img/pushmessage_class.png");
		background-repeat: no-repeat;
		width: 50%;
		line-height: 25px;
		color: white;
		font-size: 14px;
		text-align: center;
	}
	.info_xq{
		width: 100%;
		height: 80%;
		color: #fff;
		margin-top: 10px;
		font-size: 0.85em;
		overflow-y: auto;
	}
	.info_xq table{
		width: 800px;
	}
	.info_xq table th{
		text-align: center;
		padding: 5px;
	}
	.info_xq table tr td{
		text-align: center;
		padding: 5px;

	}
	/*视频文字*/
	.video-box-text{
		float: left;
		line-height: 30px;
		font-size: 0.6em;
	}
	.video-box-text1{
		float: left;
		margin-left: 1%;
		line-height: 30px;
		font-size: 0.6em;
	}
}


/* 宽度350到600之间 */
@media only screen and (min-width: 350px) {
	.gridheader{
		width: 100%;
		padding: 1%;
		text-align: center;
		color: #fff;
		background-color: #154497;
		font-weight: 500;
		font-size: 1.5em;
	}
	.gridheader_rg{
		font-size: 0.5em;
		float: right;
		padding: 1.6%;
	}
	.gridbox{
		float: left;
		width: 100%;
		position:fixed;/* 设置高度为百分比*/
		height: 100%;
		overflow-y: auto;
	}
	/*每块的标题*/
	.data_title{
		background-image: url(../img/tit01s.png);
		background-repeat: no-repeat;
		height: 31px;
		width: 100%;
		background-size: 45% 100%;
		background-position: center;
		text-align: center;
		color: #FFFFFF;
		line-height: 30px;
	}
	/*地图*/
	.map{
		height: 88%;
		width: 99%;
		margin: 0 auto;
	}
	.gridbox_lf{
		float: left;
		width: 100%;
		height: 770px;
		margin-top: 20px;
	}
	.gridbox_lf_cont{
		width: 100%;
		height: 250px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_lf_cont1{
		width: 100%;
		height: 250px;
		margin-top: 10px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*左边双边框*/
	.gridbox_lf_cont_lfps{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin-left: 0.7%;
		margin-top: 0.6%;
	}
	.gridbox_center{
		float: left;
		width: 100%;
		height: 560px;
		margin-top: 20px;
	}
	.gridbox_center_cont{
		width: 100%;
		height: 300px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_center_cont1{
		width: 100%;
		height: 250px;
		margin-top: 10px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*双变边框*/
	.gridbox_lf_cont_cenps{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin-left: 0.7%;
		margin-top: 0.8%;
	}
	.gridbox_lf_cont_cenps1{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin-left: 0.7%;
		margin-top: 0.8%;
	}
	.gridbox_rg{
		float: left;
		width: 100%;
		height: 770px;
		margin-top: 20px;
		margin-bottom: 30%;
	}
	.gridbox_rg_cont{
		width: 100%;
		height: 250px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_rg_cont1{
		width: 100%;
		height: 250px;
		margin-top: 10px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*右边双边框*/
	.gridbox_lf_cont_rgps{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.6%;
		margin-left: 0.7%;
	}
	/*以下内容样式*/
	.data_text{
		width:85%;
		height: 80%;
		margin: 0 auto;
		margin-top: 2%;
	}

	.data_text ul li span{
		margin-left: 15%;
		color: #fff;
		font-weight: 600;
	}
	.data_text ul li{
		padding: 2.4%;

	}
	.data_text_big{
		font-size: 1.4em;
	}
	/*滚动报警*/
	.scroll_title{
		float: left;
		background-image: url("../img/pushmessage_class.png");
		background-repeat: no-repeat;
		width: 30%;
		line-height: 25px;
		color: white;
		font-size: 14px;
		text-align: center;

	}
	.info_xq{
		width: 100%;
		height: 80%;
		color: #fff;
		margin-top: 10px;
		font-size: 0.85em;
		overflow-y: auto;
	}
	.info_xq table{
		width: 800px;
	}
	.info_xq table th{
		text-align: center;
		padding: 5px;
	}
	.info_xq table tr td{
		text-align: center;
		padding: 5px;

	}

	/*视频文字*/
	.video-box-text{
		float: left;
		line-height: 30px;
		font-size: 0.9em;
	}
	.video-box-text1{
		float: left;
		margin-left: 3%;
		line-height: 30px;
		font-size: 0.9em;
	}
}


/* 宽度576到768之间 */
@media only screen and (min-width: 576px) {
	.gridheader{
		width: 100%;
		padding: 0.6%;
		text-align: center;
		color: #fff;
		font-weight: 500;
		font-size: 1.5em;
		background-color: #154497;
	}
	/*滚动报警*/
	.scroll_title{
		float: left;
		background-image: url("../img/pushmessage_class.png");
		background-repeat: no-repeat;
		width: 25%;
		line-height: 25px;
		color: white;
		font-size: 14px;
		text-align: center;
	}
	.gridheader_rg{
		font-size: 0.6em;
		float: right;
		padding: 1.5%;
	}
	.gridbox{
		float: left;
		width: 100%;
		position:fixed;/* 设置高度为百分比*/
		height: 100%;
		overflow-y: auto;
	}
	/*每块的标题*/
	.data_title{
		background-image: url(../img/tit01s.png);
		background-repeat: no-repeat;
		height: 31px;
		width: 100%;
		background-size: 35% 100%;
		background-position: center;
		text-align: center;
		color: #FFFFFF;
		line-height: 30px;
	}
	/*地图*/
	.map{
		height: 88%;
		width: 99%;
		margin: 0 auto;
	}
	.gridbox_lf{
		float: left;
		width: 100%;
		height: 770px;
		margin-top: 20px;
	}
	.gridbox_lf_cont{
		width: 100%;
		height: 250px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_lf_cont1{
		width: 100%;
		height: 250px;
		margin-top: 10px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*左边双边框*/
	.gridbox_lf_cont_lfps{
		width: 98%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.4%;
	}
	.gridbox_center{
		float: left;
		width: 100%;
		height: 560px;
		margin-top: 20px;
	}
	.gridbox_center_cont{
		width: 100%;
		height: 300px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_center_cont1{
		width: 100%;
		height: 250px;
		margin-top: 10px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*双变边框*/
	.gridbox_lf_cont_cenps{
		width: 98%;
		height: 97%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.4%;
	}
	.gridbox_lf_cont_cenps1{
		width: 98%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.4%;
	}
	.gridbox_rg{
		float: left;
		width: 100%;
		height: 770px;
		margin-top: 20px;
	}
	.gridbox_rg_cont{
		width: 100%;
		height: 250px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_rg_cont1{
		width: 100%;
		height: 250px;
		margin-top: 10px;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*右边双边框*/
	.gridbox_lf_cont_rgps{
		width: 98%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.6%;
	}
	/*以下内容样式*/
	.data_text{
		width: 55%;
		height: 80%;
		margin: 0 auto;
		margin-top: 2%;
	}

	.data_text ul li span{
		margin-left: 10%;
		color: #fff;
		font-weight: 600;
	}
	.data_text ul li{
		padding: 2%;

	}
	.data_text_big{
		font-size: 1.6em;
	}
	.info_xq{
		width: 100%;
		height: 80%;
		color: #fff;
		margin-top: 10px;
		font-size: 0.85em;
	}
	.info_xq table{
		width: 100%;
	}
	.info_xq table th{
		text-align: center;
		padding: 5px;
	}
	.info_xq table tr td{
		text-align: center;
		padding: 5px;

	}
	/*视频文字*/
	.video-box-text{
		float: left;
		line-height: 30px;
		font-size: 0.9em;
		margin-left: 3%;
	}
	.video-box-text1{
		float: left;
		margin-left: 6%;
		line-height: 30px;
		font-size: 0.9em;
	}
}


/* 宽度768到992之间 */
@media only screen and (min-width: 768px) {
	.gridheader{
		width: 100%;
		padding: 0.8%;
		text-align: center;
		color: #fff;
		font-weight: 500;
		font-size: 1.7em;
		background-color: #154497;
	}

	.gridheader_rg{
		font-size: 0.5em;
		float: right;
		padding: 1%;
	}
	.gridbox{
		float: left;
		width: 100%;
		position:fixed;/* 设置高度为百分比*/
		height: 100%;
		overflow-y:hidden
	}
	/*每块顶部的标题*/
	.data_title{
		background-image: url(../img/tit01s.png);
		background-repeat: no-repeat;
		height: 31px;
		width: 100%;
		background-size: 75% 100%;
		background-position: center;
		text-align: center;
		color: #FFFFFF;
		line-height: 30px;
	}
	/*地图*/
	.map{
		height: 92%;
		width: 99%;
		margin: 0 auto;
	}
	.gridbox_lf{
		float: left;
		width: 25%;
		height: 94%;
		margin-top: 2%;
	}
	.gridbox_lf_cont{
		width: 99%;
		height: 32%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_lf_cont1{
		width: 99%;
		height: 32%;
		margin-top: 2%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*左边双边框*/
	.gridbox_lf_cont_lfps{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.9%;
	}
	.gridbox_center{
		float: left;
		width: 49%;
		height: 94%;
		margin-left: 0.5%;
	}
	.gridbox_center_cont{
		width: 99%;
		height: 65%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_center_cont1{
		width: 99%;
		height: 32%;
		margin-top: 1%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*双变边框*/
	.gridbox_lf_cont_cenps{
		width: 98.5%;
		height: 98%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.6%;
	}
	.gridbox_lf_cont_cenps1{
		width: 98.5%;
		height: 97%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.6%;
	}
	.gridbox_rg{
		float: left;
		width: 25%;
		height: 94%;
		margin-left: 0.5%;
	}
	.gridbox_rg_cont{
		width: 99%;
		height: 32%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_rg_cont1{
		width: 99%;
		height: 32%;
		margin-top: 2%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*右边双边框*/
	.gridbox_lf_cont_rgps{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 1%;
	}
	/*以下内容样式*/
	.data_text{
		width: 98%;
		height: 80%;
		margin: 0 auto;
		margin-top: 2%;
	}

	.data_text ul li span{
		margin-left: 3%;
		color: #fff;
		font-weight: 600;
	}
	.data_text ul li{
		padding: 2.3%;
	}
	.data_text_big{
		font-size: 1.2em;
	}
	/*滚动报警*/
	.scroll_title{
		float: left;
		background-image: url("../img/pushmessage_class.png");
		background-repeat: no-repeat;
		width: 50%;
		line-height: 25px;
		color: white;
		font-size: 14px;
		text-align: center;
	}
	.info_xq{
		width: 100%;
		height: 80%;
		color: #fff;
		margin-top: 10px;
		font-size: 0.85em;

	}
	.info_xq table{
		width: 100%;
	}
	.info_xq table th{
		text-align: center;
		padding: 5px;
	}
	.info_xq table tr td{
		text-align: center;
		padding: 5px;

	}
	/*视频文字*/
	.video-box-text{
		float: left;
		line-height: 30px;
		font-size: 0.9em;
	}
	.video-box-text1{
		float: left;
		margin-left: 2%;
		line-height: 30px;
		font-size: 0.9em;
	}
}




/* 宽度992到1200之间 */
@media only screen and (min-width: 992px) {
	.gridheader{
		width: 100%;
		padding: 0.6%;
		text-align: center;
		color: #fff;
		font-size: 1.8em;
		font-weight: 500;
		background-color: #154497;
	}
	.gridheader_rg{
		font-size: 0.5em;
		float: right;
		padding: 1%;
	}
	.gridbox{
		float: left;
		width: 100%;
		position:fixed;/* 设置高度为百分比*/
		height: 100%;
		overflow-y:hidden
	}
	/*每块的标题*/
	.data_title{
		background-image: url(../img/tit01s.png);
		background-repeat: no-repeat;
		height: 31px;
		width: 100%;
		background-size: 60% 100%;
		background-position: center;
		text-align: center;
		color: #FFFFFF;
		line-height: 30px;
	}
	.map{
		height: 92%;
		width: 99%;
		margin: 0 auto;
	}
	.gridbox_lf{
		float: left;
		width: 22%;
		height: 95%;
		margin-top: 1.75%;
	}
	.gridbox_lf_cont{
		width: 99%;
		height: 32%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_lf_cont1{
		width: 99%;
		height: 32%;
		margin-top: 2%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_lf_cont_lfps{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.9%;
	}

	.gridbox_center{
		float: left;
		width: 55%;
		height: 94%;;
		margin-left: 0.5%;
	}
	.gridbox_center_cont{
		width: 99%;
		height: 65%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_center_cont1{
		width: 99%;
		height: 32%;
		margin-top: 1%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*双变边框*/
	.gridbox_lf_cont_cenps{
		width: 98.5%;
		height: 98%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.3%;
	}
	.gridbox_lf_cont_cenps1{
		width: 98.5%;
		height: 97%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.3%;
	}
	.gridbox_rg{
		float: left;
		width: 22%;
		height: 95%;
		margin-left: 0.5%;
	}
	.gridbox_rg_cont{
		width: 99%;
		height: 32%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_rg_cont1{
		width: 99%;
		height: 32%;
		margin-top: 2%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	/*右边双边框*/
	.gridbox_lf_cont_rgps{
		width: 97%;
		height: 96%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 1%;
	}
	/*以下内容样式*/
	.data_text{
		width: 98%;
		height: 80%;
		margin: 0 auto;
		margin-top: 2%;
	}
	.data_text ul li span{
		margin-left: 6%;
		color: #fff;
		font-weight: 600;
	}
	.data_text ul li{
		padding: 2.2%;
	}
	.data_text_big{
		font-size: 1.4em;
	}
	/*滚动报警*/
	.scroll_title{
		float: left;
		background-image: url("../img/pushmessage_class.png");
		background-repeat: no-repeat;
		width: 50%;
		line-height: 25px;
		color: white;
		font-size: 14px;
		text-align: center;
	}
	.info_xq{
		width: 100%;
		height: 80%;
		color: #fff;
		margin-top: 10px;
		font-size: 0.85em;
	}
	.info_xq table{
		width: 100%;
	}
	.info_xq table th{
		text-align: center;
		padding: 5px;
	}
	.info_xq table tr td{
		text-align: center;
		padding: 5px;

	}
	/*视频文字*/
	.video-box-text{
		float: left;
		margin-left: 2%;
		line-height: 30px;
	}
	.video-box-text1{
		float: left;
		margin-left: 5%;
		line-height: 30px;
	}

}



/* 宽度最小为1200px */
@media only screen and (min-width: 1200px) {
	.gridheader{
		width: 100%;
		padding: 0.6%;
		text-align: center;
		color: #fff;
		font-size: 2em;
		font-weight: 500;
		background-color: #15333e;
	}
	/*每块的标题*/
	.data_title{
		background-image: url(../img/tit01s.png);
		background-repeat: no-repeat;
		height: 31px;
		width: 100%;
		background-size: 48% 100%;
		background-position: center;
		text-align: center;
		color: #FFFFFF;
		line-height: 30px;
	}
	.map{
		height: 92%;
		width: 99%;
		margin: 0 auto;
	}
	.gridheader_rg{
		font-size: 0.4em;
		float: right;
		padding: 0.8%;
		margin-right: 0.5%;
	}
	.gridbox{
		float: left;
		width: 100%;
		position:fixed;/* 设置高度为百分比*/
		height: 100%;
		overflow-y:hidden
	}
	.gridbox_lf{
		float: left;
		width: 22%;
		height: 92%;
		margin-top: 1.5%;
	}
	.gridbox_lf_cont{
		width: 99%;
		height: 32%;
		border-radius: 10px;
		border:1px solid #215252 ;box-shadow: -10px 0px 15px #215252   inset,  0px -10px 15px #215252   inset,  10px 0px 15px #215252   inset, 0px 10px 15px #215252   inset;
	}
	.gridbox_lf_cont1{
		width: 99%;
		height: 32%;
		margin-top: 2%;
		border-radius: 10px;
		border:1px solid #016ae0;
	}
	.gridbox_lf_cont_lfps{
		width: 98%;
		height: 97%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.3%;box-shadow: -10px 0px 15px #215252   inset,  0px -10px 15px #215252   inset,  10px 0px 15px #215252   inset, 0px 10px 15px #215252   inset;
	}
	.gridbox_center{
		float: left;
		width: 55%;
		height: 92%;
		margin-left: 0.5%;box-shadow: -10px 0px 15px #215252   inset,  0px -10px 15px #215252   inset,  10px 0px 15px #215252   inset, 0px 10px 15px #215252   inset;
	}
	.gridbox_center_cont{
		width: 99%;
		height: 65%;
		border-radius: 10px;
		border:1px solid #016ae0;box-shadow: -10px 0px 15px #215252   inset,  0px -10px 15px #215252   inset,  10px 0px 15px #215252   inset, 0px 10px 15px #215252   inset;
	}
	.gridbox_center_cont1{
		width: 99%;
		height: 32%;
		margin-top: 1%;
		border-radius: 10px;
		border:1px solid #016ae0;box-shadow: -10px 0px 15px #215252   inset,  0px -10px 15px #215252   inset,  10px 0px 15px #215252   inset, 0px 10px 15px #215252   inset;

	}
	/*双变边框*/
	.gridbox_lf_cont_cenps{
		width: 99%;
		height: 98%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.3%;
	}
	.gridbox_lf_cont_cenps1{
		width: 99%;
		height: 97%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.3%;
	}
	.gridbox_rg{
		float: left;
		width: 22%;
		height: 92%;
		margin-left: 0.5%;
	}
	.gridbox_rg_cont{
		width: 99%;
		height: 32%;
		border-radius: 10px;
		border:1px solid #016ae0;box-shadow: -10px 0px 15px #215252   inset,  0px -10px 15px #215252   inset,  10px 0px 15px #215252   inset, 0px 10px 15px #215252   inset;
	}
	.gridbox_rg_cont1{
		width: 99%;
		height: 32%;
		margin-top: 2%;
		border-radius: 10px;
		border:1px solid #016ae0;box-shadow: -10px 0px 15px #215252   inset,  0px -10px 15px #215252   inset,  10px 0px 15px #215252   inset, 0px 10px 15px #215252   inset;
	}
	/*右边双边框*/
	.gridbox_lf_cont_rgps{
		width: 98%;
		height: 97%;
		border-radius: 10px;
		border:2px solid #016ae0;
		margin: 0 auto;
		margin-top: 0.5%;box-shadow: -10px 0px 15px #215252   inset,  0px -10px 15px #215252   inset,  10px 0px 15px #215252   inset, 0px 10px 15px #215252   inset;
	}
	/*以下内容样式*/
	.data_text{
		width: 98%;
		height: 80%;
		margin: 0 auto;
		margin-top: 2%;
	}

	.data_text ul li span{
		margin-left: 10%;
		color: #fff;
		font-weight: 600;
	}
	.data_text ul li{
		padding: 2.2%;
	}
	.data_text_big{
		font-size: 1.6em;
	}
	/*滚动报警*/
	.scroll_title{
		float: left;
		background-image: url("../img/pushmessage_class.png");
		background-repeat: no-repeat;
		width: 50%;
		line-height: 25px;
		color: white;
		font-size: 14px;
		text-align: center;
	}
	.info_xq{
		width: 100%;
		height: 80%;
		color: #fff;
		margin-top: 10px;
	}
	.info_xq table{
		width: 100%;
	}
	.info_xq table th{
		text-align: center;
		padding: 5px;
	}
	.info_xq table tr td{
		text-align: center;
		padding: 5px;

	}
	/*视频文字*/
	.video-box-text{
		float: left;
		margin-left: 2%;
		line-height: 30px;
	}
	.video-box-text1{
		float: left;
		margin-left: 7%;
		line-height: 30px;
	}

}

/*.box{*/
/*	margin: auto;*/
/*	overflow: hidden;*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	!* top: 50%; *!*/
/*	transform: translate(-50%, 50%);*/
/*}*/
/*.box>div{*/
/*	float: left;*/
/*	width: 100px;*/
/*	height: 20px;*/
/*	margin: 0 10px;*/
/*	color: white;*/
/*	//background-color: aqua;*/
/*}*/