﻿/**
 * 功能：首页主要代码
 * 时间：2018-07-19
 * 作者：木子
 */

/* 首页天气 */
.c_main_tianqi{
	height: 430px;
}
.c_main_tianqi .tq_xlht{
	width: 570px;
}
.c_main_tianqi .tq_xlht h3{
	height: 70px;
	line-height: 70px;
	text-indent: 30px;
	background: url(icon_position.png) left center no-repeat;
}
.c_main_tianqi .tq_xlht_con .tq_xlht_con-title {
	float: left;
	height: 70px;
	margin-left: 50px;
}
.c_main_tianqi .tq_xlht_con .tq_xlht_con-title .title_img {
	padding: 0 10px;
	height: 70px;
	line-height: 70px;
}
.c_main_tianqi .tq_xlht_con .tq_xlht_con-title .title_img img {
	display: block;
	width: 70px;
	height: 70px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
}
.c_main_tianqi .tq_xlht_con .tq_xlht_con-title .title_img span.sky_status {
	display: block;
	float: left;
	color: #167ed7;
	font-size: 40px;
	line-height: 65px;
}
.c_main_tianqi .tq_xlht_con .tq_xlht_con-weath {
	float: left;
	clear: both;
	height: 250px;
	padding-top: 30px;
}
.c_main_tianqi .tq_xlht_con .tq_xlht_con-weath span {
	display: inline-block;
}
.c_main_tianqi .tq_xlht_con .tq_xlht_con-weath .sky_heat {
	color: #167ed7;
	font-size: 130px;
	position: relative;
}
.c_main_tianqi .tq_xlht_con .tq_xlht_con-weath .sky_heat:after {
	content: '℃';
	position: absolute;
	top: 10px;
	right: -40px;
	font-size: 60px;
}


.c_main_tianqi .tq_three_xlht{
	width: 620px;
	padding: 20px 0px;
	background: rgba(255,255,255,.4);
	margin-top: 90px;
	float: right;
}
.c_main_tianqi .tq_three_xlht .tq_three_xlht_con{
	padding: 5px 0;
}
.c_main_tianqi .tq_three_xlht .tq_three_xlht_con ul li{
	width: 205px;
	float: left;
	border-right: 1px solid #f9f9f9;
}
.c_main_tianqi .tq_three_xlht .tq_three_xlht_con ul li:nth-child(3){
	border-right: 0px solid transparent;
}
.c_main_tianqi .tq_three_xlht .tq_three_xlht_con ul li p{
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}
.c_main_tianqi .tq_three_xlht .tq_three_xlht_con ul li img{
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

/* 通知公告 */
.c_main_tzgg{
	height: 70px;
	background: #FFFFFF;
}
.c_main_tzgg img{
	width: 112px;
	height: 70px;
}
.c_main_tzgg .c_main_tzgg-fontleft{
	width: 1056px;
	height: 68px;
	overflow: hidden;
	padding: 0 15px;
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-left: 1px solid transparent;
}
.c_main_tzgg .c_main_tzgg-fontleft ul li{
	height: 68px;
	line-height: 68px;
	float: left;
	margin-right: 20px;
	text-indent: 20px;
	background: url(icon_tzgg.png) center left no-repeat;
}
.c_main_tzgg .c_main_tzgg-fontleft ul li a{
	padding-right: 5px;
	font-size: 16px;
}
.c_main_tzgg .c_main_tzgg-fontleft ul li span{
	color: #999999;
	font-size: 16px;
}
/* 今日头条 */
.c_main_jrtt{
	height: 92px;
	background: #FFFFFF;
	margin: 10px auto;
}
._jrtt img{
	display: block;
	width: 117px;
	height: 92px;
}
.c_main_jrtt .c_main_jrtt-text{
	width: 1081px;
	height: 90px;
	text-align: center;
	border: 1px solid #ffd2d2;
	border-left: 1px solid transparent;
}
.c_main_jrtt .c_main_jrtt-text h3{
	font-size: 30px;
	color: #de2b2b;
	line-height: 50px;
	font-weight: bold;
}
.c_main_jrtt .c_main_jrtt-text p{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}
/* 轮播图&列表 */
.c_maiin_banlist{
	height: 400px;
}
.c_maiin_banlist .c_main-ban{
	width: 590px;
	height: 400px;
	position:relative;
	overflow: hidden;
}
.c_maiin_banlist .c_main-ban .hd{
	height:30px; 
	overflow:hidden; 
	position:absolute; 
	right:10px; 
	bottom:5px; 
	z-index:1; 
}
.c_maiin_banlist .c_main-ban .hd ul{
	overflow:hidden; 
	zoom:1; 
	float:left; 
}
.c_maiin_banlist .c_main-ban .hd ul li{
	float:left; 
	margin-right:5px;  
	width:20px; 
	height:20px; 
	line-height:19px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer;
}
.c_maiin_banlist .c_main-ban .hd ul li.on{
	background:#FFFFFF; 
}
.c_maiin_banlist .c_main-ban .hd ul li.on span{
	display: block;
	width: 14px;
	height: 14px;
	background: #007AFF;
	margin: 3px auto;
}
.c_maiin_banlist .c_main-ban .bd{
	position:relative; 
	height:100%; 
	z-index:0; 
}
.c_maiin_banlist .c_main-ban .bd li{
	zoom:1; 
	vertical-align:middle;
	position: relative;
}
.c_maiin_banlist .c_main-ban .bd li img{
	width: 630px;
	height: 400px;
	display:block;
}
.c_maiin_banlist .c_main-ban .bd li span{
	display: block;
	width: 630px;
	height: 50px;
	background: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 50px;
	color: #FFFFFF;
	padding-left: 15px;
	font-size: 16px;
}
/*新闻动态*/
.c_maiin_banlist .c_main-newlist{
	width: 600px;
	height: 400px;
}
.c_maiin_banlist .c_main-newlist .c_main_newlist-h3{
	height: 55px;
	background: #f0f7ff;
}
.c_maiin_banlist .c_main-newlist .c_main_newlist-h3 h3{
	width: 120px;
	line-height: 55px;
	background: #167ed7;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	float: left;
}
.c_maiin_banlist .c_main-newlist .c_main_newlist-h3 a{
	display: block;
	float: right;
	margin-right: 20px;
	color: #c1c1c1;
	font-size: 16px;
	line-height: 55px;
}
.c_maiin_banlist .c_main-newlist .c_main_newlist-li{
	padding: 10px 15px;
	border: 1px solid #eeeeee;
	border-top: 1px solid transparent;
	height: 323px;
}
.c_maiin_banlist .c_main-newlist .c_main_newlist-li ul li{
	height: 40px;
	line-height: 40px;
}
.c_maiin_banlist .c_main-newlist .c_main_newlist-li ul li a{
	display: block;
	width: 430px;
	text-indent: 15px;
	background: url(icon_xwdt.png) center left no-repeat;
	font-size: 18px;
	float: left;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}
.c_maiin_banlist .c_main-newlist .c_main_newlist-li ul li span{
	display: block;
	width: 50px;
	float: right;
	color: #999;
}

/* 国家广告图 */
.gjadv{
	height: 90px;
	margin: 10px auto;
}
.gjadv img{
	display: block;
	width: 1200px;
	height: 90px;
}

/* 天气实况&天气预报 */
.weather{
	height: auto;
	overflow: hidden;
}
.public_h{
	height: 25px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	margin-top: 20px;
}
.public_h span{
	display: block;
	width: 4px;
	height: 25px;
	background: #226fba;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.public_h h3{
	line-height: 25px;
	font-size: 22px;
	color: #226fba;
	text-indent: 20px;
}
/* 天气实况 */
.w_shikuang{
	width: 680px;
}
.w_shikuang .shikuang_con{
	width: 680px;
	
}
/* 天气预报 */
.w_yubao{
	width: 510px;
}
.w_yubao .yubao_con{
	width: 510px;
	height: 475px;
}

/* 信息公开&气象服务&气象法规 */
/*标题 CSS*/
.public_new_h{
	height: 40px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
	margin-top: 20px;
}
.public_new_h span{
	display: block;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #167ed7;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.public_new_h h3{
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	background: #167ed7;
}
/*标题 CSS END*/
.meteorology{
	height: auto;
	overflow: hidden;
}
.meteorology .m_public{
	width: 389px;
	margin-right: 15px;
}
.meteorology .m_public .m_public_con{}
.meteorology .m_public .m_public_con ul li{
	width: 193px;
	background: #f5f5f5;
	float: left;
	text-align: center;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 0;
	position: relative;
}
.meteorology .m_public .m_public_con ul li a{
	display: block;
	font-size: 20px;
	color: #555555;
}
.meteorology .m_public .m_public_con ul li span {
	display: block;
	width: 0;
	height: 1px;
	background: #167ed7;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .3s;
	-moz-transition: all .3s;	/* Firefox 4 */
	-webkit-transition: all .3s;	/* Safari 和 Chrome */
	-o-transition: widallth .3s;	/* Opera */
}
.meteorology .m_public .m_public_con ul li:hover a {
	color: #167ed7;
}
.meteorology .m_public .m_public_con ul li:hover span {
	width: 100%;
}
/** 图片滚动 **/
.footer_content{
	width: 100%;
	padding-bottom: 20px;
	background: url(footer_bg.png) center bottom no-repeat;
}
.picban{
	width: 1200px;
	height: 200px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
.picban .pic_bd{}
.picban .pic_bd ul{
	overflow:hidden; 
	zoom:1;
}
.picban .pic_bd ul li{
	width: 290px;
	height: 200px;
	margin-right: 13px;
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;
}
.picban .pic_bd ul li img{
	display: block;
	width: 100%;
	height: 200px;
	transition: filter .2s ease-out;
}
.picban .pic_bd ul li:hover img{
	filter: brightness(1.3);
}
.picban .pic_hd{}
.picban .pic_hd a{
	display: block;
	width: 60px;
	height: 60px;
	behavior: url(ie-css3.htc); 
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 999;
	cursor: pointer;
}
.picban .pic_hd a.prev{
	left: 20px;
	background: url(lb_left.png) center center no-repeat;
}
.picban .pic_hd a.next{
	right: 20px;
	background: url(lb_right.png) center center no-repeat;
}
.picban .pic_hd a.prev:hover{
	background: url(lb_left_on.png) center center no-repeat;
}

.picban .pic_hd a.next:hover{
	background: url(lb_right_on.png) center center no-repeat;
}