#weatherChart{
	background: #fff;
	position: absolute;
	top: 150px;
	left: 20%;
	width: 620px;height:395px;
	cursor: move;
	z-index: 99;
	overflow: hidden;
}
#weatherChart .hostCityDate{
	background: #ffbe00;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
#weatherChart .hostCityDate .hostCity{
	float: left;
	margin-left: 20px;
	height: 40px;
}
#weatherChart .hostCityDate .hostCity .cityName{
	font-size: 20px;
}
#weatherChart .hostCityDate .hostDate{
	float: right;
	font-size: 14px;
}
#weatherChart .hostCityDate .closeShowBox{
	float: right;
	width: 26px;
	background: url(/m2/i/hebei/weathermap/closeShowBox.png)no-repeat center center;
	height: 26px;
	margin: 7px;
	cursor: pointer;
}
#weatherChart .skWeatherNow{
	background: url(/m2/i/hebei/weathermap/skWeatherBg.png)no-repeat center center;
	width: 100%;
	height: 100px;
}
#weatherChart .skWeatherNow .temp{
	height: 100px;
	margin-left: 60px;
	float: left;
}
#weatherChart .skWeatherNow .temp h2{
	font-size:72px;
	color: #fff;
	float: left;
	height: 100px;
	line-height: 100px;
}
#weatherChart .skWeatherNow .temp .tempR{
	height: 100px;
	line-height: 100px;
	float: left;
	margin-left: 20px;
}
#weatherChart .skWeatherNow .temp .tempR p{
	width: 100%;
	text-align: left;
	height: 50px;
	line-height: 50px;
	float: left;
	font-size: 18px;
	color: #fff;
}
#weatherChart .skWeatherNow .windRain{
	height: 50px;
	float: left;
	margin-top: 10px;
	width: 320px;
}
#weatherChart .skWeatherNow .windRain p{
	width: 100%;
	height: 45px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
}
#weatherChart .skWeatherNow .windRain p.minRain{
	width: 100%;
	overflow: hidden;
	font-size: 12px;
position: absolute;
    top: 45%;
    color: #000;
    left: 10%;

}

 .bzMins{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #6c6c6c;
    margin-left: 10px;
}
#weatherChart .skWeatherNow .windRain p i{
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 2.5px;
	float: left;
	margin-right: 10px;
}
#weatherChart .skWeatherNow .windRain p i.windIcon{
	background: url(/m2/i/hebei/weathermap/windIcon.png)no-repeat center center;
}
#weatherChart .skWeatherNow .windRain p i.rainIcon{
	background: url(/m2/i/hebei/weathermap/rainIcon.png)no-repeat center center;
}
#weatherChart .skWeatherNow .fiveDayBtn{
	width: 110px;
	height: 32px;
	line-height: 32px;
	margin-top: 10px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	color: #0e638c;
	border-radius: 8px 0 0 8px;
	cursor: pointer;
	position: absolute;
	right: 0;
}
#weatherChart .fiveDayModel{
	width: 100%;
	height: 322px;
	position: absolute;

background: #fff;

z-index: 2147483647;
}
#weatherChart .fiveDayModel .backHours{
	width: 33px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-top: 10px;
	background: #30799c;
	color: #ffbe00;
	font-size: 14px;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
}
#weatherChart .fiveDayModel ul{
	width:600px;
	height:310px;
	float: left;
	margin: 10px;
}
#weatherChart .fiveDayModel ul li{
	width: 82px;
	height: 100%;
	background: #f8f8f8;
	float: left;
	margin-right: 4px;
}
#weatherChart .fiveDayModel ul li:last-child{
	margin-right: 0;
}
#weatherChart .fiveDayModel ul li .weekDay{
	width: 100%;
	height: 62px;
	background: #eef7fd;
	border-bottom: 2px solid #ffbe00;
	float: left;
}
#weatherChart .fiveDayModel ul li.cur .weekDay{
	background: #e0f3ff;
}
#weatherChart .fiveDayModel ul li .weekDay p.week{
	color: #333333;
	font-size: 16px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 2px;
}
#weatherChart .fiveDayModel ul li .weekDay p.day{
	color: #999999;
	font-size: 14px;
	text-align: center;
}
#weatherChart .fiveDayModel ul li .liDetail{
	width: 76px;
	height: 246px;
	border: 1px solid #e8e8e8;
	border-top: 0px;
	float: left;
}
#weatherChart .fiveDayModel ul li.cur .liDetail{
	background: #fff;
}
#weatherChart .fiveDayModel ul li .liDetail .weatherIcon{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
}
#weatherChart .fiveDayModel ul li .liDetail .weatherIcon i{
	display: block;
    height: 40px;
    margin: 5px 15px;
    width: 40px;
}
#weatherChart .fiveDayModel ul li .liDetail .liInfo{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #666666;
	font-size: 12px;
	float: left;
}
#weatherChart .fiveDayModel ul li .liDetail .minMax{
	font-size: 14px;
}
#weatherChart .fiveDayModel ul li .liDetail .liInfo .maxTemp{
	color: #ff5f5f;
}
#weatherChart .split{ text-align:right; height:26px; overflow:hidden; margin-top:6px;padding-left: 20px;}
#weatherChart .split p{ display:none;background:#206cbd; float:left; margin-right:10px; height:26px; line-height:26px; font-size:12px; color:#fff; padding:0 10px;}
#weatherChart .split p.on{ display:block;}

#weatherChart .tabs { height: 40px; margin-top:12px; line-height: 43px;  overflow:hidden;border-top:1px solid #ffbe00;}
#weatherChart .tabs h2 { color: #555656; float: left; font-size: 20px; font-weight: normal; line-height: 42px; width: 177px; }
#weatherChart .tabs h2 i { display: block; font-size: 14px; font-style: normal; line-height: 20px; text-align: center; }
#weatherChart .tabs p { }
#weatherChart .second { left: 131px; padding-top: 0; position: absolute; top: 32px; }
#weatherChart .second i { }
#weatherChart .tabs ul { float: left; }
#weatherChart .tabs ul li {background: #e8e8e8; color: #6c6c6c; cursor: pointer; float: left; font-size: 15px; height: 28px; line-height: 28px; overflow: hidden; padding: 0 20px; text-align: center;border-radius: 10px;margin: 0 5px; margin-top: 4px;}
#weatherChart .tabs ul li:hover{ color:#ee842f;}
#weatherChart .tabs ul li.on, #history .tabs .wd_on { color: #fff; background: #ffbe00;border-radius: 0 0 10px 10px;margin-top: 0;padding-top: 4px;}
#weatherChart .chart {position: relative;  width: 620px;margin-top: 20px;}
#weatherChart .chart em { color: #aaaaaa; font-size: 12px; position: absolute; right: 10px; top: 149px; }
#weatherChart .chart b { color: #aaaaaa; display: none; font-size: 12px; left: 3px; position: absolute; text-align: center; top: 150px; width: 50px; font-weight: normal;}
#weatherChart .chart b#tem, #weatherChart .chart b#pm10 { color: #aaaaaa; display: none; font-size: 10px; }
#weatherChart .chart b#wd { display: block; }
#weatherChart .chart #hourHolder { height: 159px; padding-left: 19px; padding-top: 7px; position: relative;cursor: default;}
#weatherChart .xLabel { bottom: -1px; left: 61px; position: absolute; width: 530px; background: #fff;}
#weatherChart .xLabel span { color: #8b8b8b; display: block; float: left; font-size: 12px; text-align: center; width: 22px; }
#weatherChart .yLabel { height: 140px; left: 18px; position: absolute; text-align: right; top: 1px; }
#weatherChart .yLabel span { color: #8b8b8b; display: block; font-size: 12px; height: 44px; line-height: 25px; width: 20px; }
#weatherChart .result { color: #f58d39; display: none; left: 30%; position: absolute; top: 36%; font-size: 18px; background: #fff;width: 40%;text-align: center;}
#weatherChart .showData { background-color: #f68d39; color: #ffffff; display: none; left: 40%; padding: 0 5px; position: absolute; top: 60%;border-radius: 5px;}
#weatherChart .showData .tooltips{background: url(http://i.tq121.com.cn/i/weather2017/tooltip.png) no-repeat;width: 20px;height: 10px;position: absolute;left: 5px;top: 19px;}
#weatherChart .showData .tooltipsB{background: url(http://i.tq121.com.cn/i/webgis_v2/tooltipB.png) no-repeat;width: 20px;height: 10px;position: absolute;left: 5px;top: 19px;}
#weatherChart .data { background-color: #076ea8; color: #ffffff; height: 24px; line-height: 24px; position: absolute; text-align: center; width: 50px; }
#weatherChart .date { background-color: #076ea8; color: #ffffff; height: 24px; line-height: 24px; position: absolute; text-align: center; width: 150px; }
#weatherChart .chart .humidity, #weatherChart .chart .tem, #weatherChart .chart .pm10, #weatherChart .chart .air, #weatherChart .chart .temperature, #weatherChart .chart .rain, #weatherChart .chart .wind { display: none; padding-bottom: 11px; }
/*#weatherChart .chart .detail { color: #6f6f6f; display: block; font-size: 12px; margin: 8px 0 0; padding-right: 21px; position: relative; text-align: right; }*/
#weatherChart .chart .detail {
    color: #999999;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: -47px;
    width: 430px;
    font-size: 12px;
}
#weatherChart .chart .detail img { left: 20px; position: absolute; top: 10px; }
#weatherChart .chart .detail a { color: #076ea8; }
#weatherChart .aqiColorExp { margin-top: 16px; }
#weatherChart .aqiColorExp span { border-top-style: solid; border-top-width: 3px; float: left; height: 30px; line-height: 30px; margin-left: 3px; text-align: center; width: 110px; }
#weatherChart .aqiColorExp .span1 { border-top-color: #a7cf8c; }
#weatherChart .aqiColorExp .span2 { border-top-color: #f7da64; }
#weatherChart .aqiColorExp .span3 { border-top-color: #f29e39; }
#weatherChart .aqiColorExp .span4 { border-top-color: #da555d; }
#weatherChart .aqiColorExp .span5 { border-top-color: #b9377a; }
#weatherChart .aqiColorExp .span6 { border-top-color: #881326; } 
/*生活指数 tong0912*/
#weatherChart .fiveDayModel ul li .liDetail .liInfo{
	width: 100%;
	height: 40px;
	text-align: center;
	color: #666666;
	font-size: 12px;
	float: left;
}
#weatherChart .fiveDayModel ul li .liDetail .minMax{
	font-size: 14px;
}
#weatherChart .fiveDayModel ul li .liDetail .liInfo .maxTemp{
	color: #ff5f5f;
}
#weatherChart .split{ text-align:right; height:26px; overflow:hidden; margin-top:6px;padding-left: 20px;}
#weatherChart .split p{ display:none;background:#206cbd; float:left; margin-right:10px; height:26px; line-height:26px; font-size:12px; color:#fff; padding:0 10px;}
#weatherChart .split p.on{ display:block;}

#weatherChart .tabs { height: 40px; margin-top:12px; line-height: 43px;  overflow:hidden;border-top:1px solid #ffbe00;}
#weatherChart .tabs h2 { color: #555656; float: left; font-size: 20px; font-weight: normal; line-height: 42px; width: 177px; }
#weatherChart .tabs h2 i { display: block; font-size: 14px; font-style: normal; line-height: 20px; text-align: center; }
#weatherChart .tabs p { }
#weatherChart .second { left: 131px; padding-top: 0; position: absolute; top: 32px; }
#weatherChart .second i { }
#weatherChart .tabs ul { float: left; }
#weatherChart .tabs ul li {background: #e8e8e8; color: #6c6c6c; cursor: pointer; float: left; font-size: 15px; height: 28px; line-height: 28px; overflow: hidden; padding: 0 20px; text-align: center;border-radius: 10px;margin: 0 5px; margin-top: 4px;}
#weatherChart .tabs ul li:hover{ color:#ee842f;}
#weatherChart .tabs ul li.on, #history .tabs .wd_on { color: #fff; background: #ffbe00;border-radius: 0 0 10px 10px;margin-top: 0;padding-top: 4px;}
#weatherChart .chart {position: relative;  width: 620px;margin-top: 20px;}
#weatherChart .chart em { color: #aaaaaa; font-size: 12px; position: absolute; right: 10px; top: 149px; }
#weatherChart .chart b { color: #aaaaaa; display: none; font-size: 12px; left: 3px; position: absolute; text-align: center; top: 150px; width: 50px; font-weight: normal;}
#weatherChart .chart b#tem, #weatherChart .chart b#pm10 { color: #aaaaaa; display: none; font-size: 10px; }
#weatherChart .chart b#wd { display: block; }
#weatherChart .chart #hourHolder { height: 159px; padding-left: 19px; padding-top: 7px; position: relative;cursor: default;}
#weatherChart .xLabel { bottom: -1px; left: 61px; position: absolute; width: 530px; background: #fff;}
#weatherChart .xLabel span { color: #8b8b8b; display: block; float: left; font-size: 12px; text-align: center; width: 22px; }
#weatherChart .yLabel { height: 140px; left: 18px; position: absolute; text-align: right; top: 1px; }
#weatherChart .yLabel span { color: #8b8b8b; display: block; font-size: 12px; height: 44px; line-height: 25px; width: 20px; }
#weatherChart .result { color: #f58d39; display: none; left: 30%; position: absolute; top: 36%; font-size: 18px; background: #fff;width: 40%;text-align: center;}
#weatherChart .showData { background-color: #f68d39; color: #ffffff; display: none; left: 40%; padding: 0 5px; position: absolute; top: 60%;border-radius: 5px;}
#weatherChart .showData .tooltips{background: url(http://i.tq121.com.cn/i/weather2017/tooltip.png) no-repeat;width: 20px;height: 10px;position: absolute;left: 5px;top: 19px;}
#weatherChart .showData .tooltipsB{background: url(http://i.tq121.com.cn/i/webgis_v2/tooltipB.png) no-repeat;width: 20px;height: 10px;position: absolute;left: 5px;top: 19px;}
#weatherChart .data { background-color: #076ea8; color: #ffffff; height: 24px; line-height: 24px; position: absolute; text-align: center; width: 50px; }
#weatherChart .date { background-color: #076ea8; color: #ffffff; height: 24px; line-height: 24px; position: absolute; text-align: center; width: 150px; }
#weatherChart .chart .humidity, #weatherChart .chart .tem, #weatherChart .chart .pm10, #weatherChart .chart .air, #weatherChart .chart .temperature, #weatherChart .chart .rain, #weatherChart .chart .wind { display: none; padding-bottom: 11px; }
/*#weatherChart .chart .detail { color: #6f6f6f; display: block; font-size: 12px; margin: 8px 0 0; padding-right: 21px; position: relative; text-align: right; }*/
#weatherChart .chart .detail {
    color: #999999;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: -47px;
    width: 430px;
    font-size: 12px;
}
#weatherChart .chart .detail img { left: 20px; position: absolute; top: 10px; }
#weatherChart .chart .detail a { color: #076ea8; }
#weatherChart .aqiColorExp { margin-top: 16px; }
#weatherChart .aqiColorExp span { border-top-style: solid; border-top-width: 3px; float: left; height: 30px; line-height: 30px; margin-left: 3px; text-align: center; width: 110px; }
#weatherChart .aqiColorExp .span1 { border-top-color: #a7cf8c; }
#weatherChart .aqiColorExp .span2 { border-top-color: #f7da64; }
#weatherChart .aqiColorExp .span3 { border-top-color: #f29e39; }
#weatherChart .aqiColorExp .span4 { border-top-color: #da555d; }
#weatherChart .aqiColorExp .span5 { border-top-color: #b9377a; }
#weatherChart .aqiColorExp .span6 { border-top-color: #881326; }

/*生活指数MAP地图使用 生活指数 tong0912*/
.shzsModel {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 2147483647;
}
.shzsModel h3 {
    background: #ffbe00 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: -1px 0 0 -1px;
    text-align: center;
    width: 100%;
}
.shzsModel .preNextBtn{
	width: 4%;
	position: absolute;
	height: 197px;
	line-height: 197px;
	cursor: pointer;
}
.shzsModel .nextBtn{
	background: url("/m2/i/hebei/public/weather.png") no-repeat scroll -26px center / 50px auto;
	right: 0;
}
.shzsModel .preBtn{
	background: url("/m2/i/hebei/public/weather.png") no-repeat scroll 0 center / 50px auto;
	left: 0;
}
.shzsModel ul {
    height: 218px;
    width: 96%;
    float: left;
    margin-left: 2%;
}
.shzsModel ul li {
	width:20%;
    height: auto;
    padding-bottom: 15px;
    float: left;
    text-align: center;
}
.shzsModel ul li h4 {
    color: #333333;
    font-size: 14px;
    line-height: 27px;
    margin: 0 auto;
    padding-top: 8px;
    width: 100%;
	font-weight: bold;
}
.shzsModel ul li em {
	width: 100%;
	float: left;
    font-size: 14px;
    line-height: 30px;
}
.shzsModel ul li span {
    color: #ffbe00;
    display: block;
	float: left;
    font-size: 18px;
    height: 30px;
    margin: 0 auto;
    width: 100%;
}
.shzsModel ul li span i {
    background: rgba(0, 0, 0, 0) url("/m2/i/hebei/public/rate2.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 13px;
    margin-right: 10px;
    width: 14px;
    background-size: 14px;
}

.shzsModel ul li span i.m {
    background: rgba(0, 0, 0, 0) url("/m2/i/hebei/public/rate.png") no-repeat scroll 0 0;
    background-size: 14px;
}
.shzsModel ul li p {
    color: #666;
    font-size: 10px;
    line-height: 22px;
    width: 94%;
	float: left;
	text-align: left;
} 
/*预警信息 tong1022*/
.alarmListDiv {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    top: 140px;
    width: 100%;
    height: 197px;
    z-index: 2147483647;
}
.alarmListDiv p {
    display: block;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 100%;
    margin-top:80px;
}
.dDisasterAlarm {
    background-color: #f6f7fb;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}
.dDisasterAlarm p {
    line-height: 30px;
    margin: 0 20px;
}
.dDisasterAlarm p span {
    margin-left: 15px;
}
.dDisasterAlarm ul {
}
.dDisasterAlarm ul li {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 5px;
}
.dDisasterAlarm ul li div {
    display: inline;
}
.dDisasterAlarm ul li span {
    color: #999;
    font-size: 12px;
}
.dDisasterAlarm ul li span a {
    color: #999;
    font-size: 12px;
}
.dDisasterAlarm ul li a {
    font-size: 14px;
}
.dDisasterAlarm ul li img {
    margin: 0 5px;
    position: relative;
    top: 5px;
}
.dTime {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
} 

#weatherChart h2{
text-align: center;
}
