
* {
	padding: 0;
	margin: 0;
}
html,body {
	width: 100%;
	height: 100%;
}
	.main {
		position: relative;
		width: 100%;
		height: 100%;
		background: url(../images/bg.jpg) no-repeat;
		background-size: cover; 
		/* height: 880px; */
    	min-width: 1386px;
	}
		.top_title {
			width: 100%;
			padding-top: 20px;
		}
			.top_title img {
				width: 100%;
			}
		
			.datas {
				width: 95%;
				height: 80%;
				margin: auto;
				margin-top: 2%;
			}
				.data_left,.data_middle {
					float: left;
					height: 100%;
				}
				.data_right {
					float: right;
					height: 100%;
				}
				.data_left {
					width: 26%;
				}
					.left_top {
						width: 100%;
						height: 55%;
					}
						.left_top_title {
							font-size: 16px;
							color: #FFFFFF;
							padding-left: 10%;
							padding-top: 6%;
						}
						.left_top_main {
							width: 80%;
							height: 70%;
							margin: auto;
							margin-top: 4%;
						}
							.left_main_circle_1 {
								float: left;
								width: 100%;
								height: 40%;
								background: url(../images/GOM.png) no-repeat;
								background-size: 100%; 
								color: #ffffff;
								font-size:xx-small;
								text-align: center;
							}
							.left_main_circle_2 {
								float: left;
								width: 100%;
								height: 40%;
								background: url(../images/MAD.png) no-repeat;
								background-size: 100%; 
								color: #ffffff;
								font-size:xx-small;
								text-align: center;
							}
							.left_main_circle_3 {
								float: left;
								width: 100%;
								height: 40%;
								background: url(../images/RAD.png) no-repeat;
								background-size: 100%; 
								color: #ffffff;
								font-size:xx-small;
								text-align: center;
							}
							.left_main_circle_4 {
								float: left;
								width: 100%;
								height: 40%;
								background: url(../images/ULB.png) no-repeat;
								background-size: 100%; 
								color: #ffffff;
								font-size:xx-small;
								text-align: center;
							}
								.left_main_circle p {
									font-size: 10px;
									margin-top: 20%;
								}
								.left_main_circle span {
									font-size: 10px;
								}
							.left_main_circle:nth-of-type(2) {
								margin-left: 22%;
							}
							.left_main_circle:nth-of-type(3) {
								margin-top: 5%;
							}
					.left_bottom {
						width: 120%;
						height: 65%;
						background: url(../images/dataBg.png) no-repeat;
						background-size: 85%;
						margin-top: 20%;
					}
						.left_bottom_main {
							/* background: white; */
						}
				.data_middle {
					width: 40%;
					margin: 0 2.5%;
					/* background: white; */
				}
					.middle_top {
						width: 100%;
						height: 17%;
						color: #ffffff;
					}
						.middle_top_list {
							float: left;
							width: 33.2%;
							height: 65%;
							margin-top: 5%;
							text-align: center;
							color: #ffffff;
						}
							.middle_top_list span {
								color: #f8c0dc;
							}
							.list_title {
								font-size: 18px;
								margin-top: -15%;
							}
							.list_num {
								margin-top: 3%;
								font-size: 16px;
							}
								.list_num span {
									font-size: 30px;
								}
							.today_list_font {
								font-size: 14px;
								margin-top: 4%;
							}
						.middle_top_list:nth-of-type(2) {
							border-left: 1px solid #ffffff;
							border-right: 1px solid #ffffff;
						}
					.middle_bottom {
						width: 100%;
						height: 75%;
						margin-top: 9%;
						background: transparent;
					}
				.data_right {
					width: 29%;
				}
					.right_top {
						width: 60%;
						height: 40%;
						background: url(../images/dataBg.png) no-repeat;
						background-size: 100%;
					}
						.right_top_main {
							width: 95%;
						}
					.right_bottom {
						width: 60%;
						height: 40%;
						background: url(../images/dataBg.png) no-repeat;
						background-size: 100%;
						margin-top: 6%;
					}
					.right_bottom1 {
						width: 60%;
						height: 40%;
						margin-top: 6%;
					}



					.highcharts-credits {
						display: none;
					  }
					  .highcharts-legend {
						display: none;
					  }
