* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family: '微软雅黑';
	background-color: #f3f3f3;
	width: 100%;
}
img {
	display: block;
	max-width: 100%;
	border: 0
}
ul, li {
	list-style: none
}
a {
	text-decoration: none;
	display: block;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*------------------------------头部航开始----------*/

.header_bg {
	width: 100%;
	height: 40px;
	background-color: #2a65a6;
}

	.header_bg p {
		display: block;
		padding: 5px 0 0 10px;
	}

.hed_title1 {
	color: #FFF;
	font-size: 24px;
}

.hed_title2 {
	color: #FFF;
	font-size: 24px;
}

.part-on, .part-next {
	overflow: hidden;
	zoom: 1;
}

.part-next {
	margin-top: 40px;
}

.part1 {
}

.map {
	height: 620px;
}

	.map img {
		height: 620px;
		border-radius: 13px;
	}

.index-center {
	width: 98%;
	background-color: #FFF;
	margin: 1% 0 0 1%;
	clear: both;
	border-radius: 13px;
}
/*-------第2个页面开始开始----------*/
.casulbox {
	width: 100%;
}
.casuleborder {
	width: 100%;
	border-radius: 13px;
	border: 1px solid #f0f0f0;
	margin: 0px;
	padding: 0px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	zoom: 1;
}
.air_top {
	background-color: #2a65a7;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.baseinfo {
	display: inline-block;
}
.baseinfo img {
	width: 12px;
	height: 16px;
	margin: 24px 10px 0 26px;
	float: left;
}
.baseinfo_position {
	font-size: 18px;
	margin-right: 22px;
	color: #FFF;
}
.baseinfo a {
	color: #999999;
	margin-right: 6px;
}
.baseinfo_date {
	font-size: 20px;
	color: #FFF;
}
.air_condition {
	/*height: 400px;*/
	padding: 20px 0 0 0;
	width: 100%;
}
.r {
	margin-left: 10%;
	width: 20%;
	float: left;
	position: relative;
}
.air_canvasbox {
	width: 262px;
}
.air_canvastitle {
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 29px;
}
.air_canvas_desc {
	width: 100%;
	position: absolute;
	z-index: 9;
	text-align: center;
	bottom: 25px;
}
.air_canvas_descimg {
	position: relative;
	top: 24px;
	left: 72px;
}
.air_num {
	width: 100%;
	font-size: 70px;
	font-weight: bold;
	margin-top: 10px;
}
.air_comt {
	font-size: 20px;
}
.air_explain {
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	cursor: pointer;
}
.air_level {
	width: 100%;
	cursor: pointer;
}
.air_level .air_class {
	width: 15.1%;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	box-sizing: border-box;
	padding: 0 2px;
}
.air_level .air_class:nth-child(1) .color_square {
	width: 100%;
	height: 7px;
	background-color: #1eff00;
	margin-top: 6px;
}
.air_level .air_class:nth-child(2) .color_square {
	width: 100%;
	height: 7px;
	background-color: #dee104;
	margin-top: 6px;
}
.air_level .air_class:nth-child(3) .color_square {
	width: 100%;
	height: 7px;
	background-color: #ff7879;
	margin-top: 6px;
}
.air_level .air_class:nth-child(4) .color_square {
	width: 100%;
	height: 7px;
	background-color: #ff0001;
	margin-top: 6px;
}
.air_level .air_class:nth-child(5) .color_square {
	width: 100%;
	height: 7px;
	background-color: #b80001;
	margin-top: 6px;
}
.air_level .air_class:nth-child(6) .color_square {
	width: 100%;
	height: 7px;
	background-color: #780203;
	margin-top: 6px;
}
.s {
	width: 35%;
	margin: 0 10% 0 25%;
	float: right;
}
.air_pollution {
	display: inline-block;
	float: right;
}
.air_pitem {
	width: 100%;
}
.air_pitem ul {
	width: 100%;
}
.air_pitem ul li {
	width: 35%;
	float: left;
	margin-bottom: 55px;
	height: 60px;
}
.air_pitem ul li:nth-child(2n) {
	float: right;
}
.pollute_item {
	font-size: 14px;
	margin-bottom: 10px;
}
.pollute_data {
	width: 100%;
	margin-bottom: 38px;
}
.pollute_data span:nth-child(1) {
	float: left;
}
.pollute_data span:nth-child(2) {
	float: right;
}
.pollute_bar {
	width: 100%;
	height: 10px;
	background-color: #EAEBF1;
	border-radius: 24px;
	position: relative;
}
.pollute_progress {
	width: 80%;
	height: 10px;
	background-color: #1eff00;
	border-radius: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
.pollute_ball {
	width: 16px;
	height: 16px;
	background-color: #8CCD26;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: 70%;
	text-align: center;
	z-index: 99;
}
.white_ball {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
	z-index: 999999;
	margin-top: 3.4px;
	margin-left: 3px;
}
.level_1 {
	background-color: #8ccd26;
}
.level_2 {
	background-color: #dee104;
}
.level_3 {
	background-color: #ff6900;
}
.level_4 {
	background-color: #fc3b00;
}
.level_5 {
	background-color: #e00d62;
}
.level_6 {
	background-color: #be004d;
}
.air_canvaspic {
	background: url(../images/quan.png) no-repeat;
	background-size: 100%;
}
.air_img {
	position: absolute;
	margin: auto;
	bottom: 35px;
	top: 0px;
	right: 7px;
	left: 0;
	transform: rotate(-125deg);
	transition: all 1s;
	transform-origin: 35px 63px;
}
.air_canvaspictitle {
	position: absolute;
	margin: auto;
	bottom: 0;
	top: -5px;
	right: 7px;
	left: 0;
	z-index: 9;
	color: #8CCD26;
	width: 80px;
	height: 40px;
	font-size: 32px;
	text-align: center;
	line-height: 40px;
}
#Tab3 {
	width: 100%;
	border-radius: 13px;
	border: 1px solid #f0f0f0;
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
}
/*-----------------重复第3个页面样式-------------重复第3个页面样式--------------重复第3个页面样式--------------重复第3个页面样式-----------*/

/*菜单class*/
.Menubox {
	background-color: #2a65a7;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	width: 100%; 
	height: 60px;
	line-height: 60px;
}
.Menubox ul {
	line-height: 60px;
}
.Menubox li {
	font-size: 24px;
	float: left;
	display: block;
	cursor: pointer;
	padding: 0 16px;
	height: 37px;
	background: #174e8e;
	line-height: 37px;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	margin: 13px 0 0 22px;
	text-transform: uppercase;
}
.Menubox li.hover {
	padding: 0 16px;
	height: 37px;
	line-height: 37px;
	margin: 0 0 0 0;
	font-size: 24px;
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	color: #2a65a7;
	font-family: Microsoft YaHei;
	font-weight: normal;
	border-radius: 15px;
	text-transform: uppercase;
	margin: 13px 0 0 22px;
}
.Contentbox {
	clear: both;
	padding: 2%;
}