@charset "utf-8";
/*首页index.html*/
.head{
	width: 100%;
    margin: 0 auto;
    background-color: #424348;
    overflow: hidden;
    padding: 7px 0px;
    height: 22px;
	
}
.head .head_left{
	float: left;
	padding-left: 0.1rem;
}
.head .head_left .back{
	float: left;
	color: #fff;
	margin-right: 0.1rem;
	margin-top: 0.04rem;
}
.head .head_left .back img{
	width: 0.9rem;
	vertical-align: middle;
}
.head .head_left .Posit{
	float: left;
	color: #fff;
}
.head .head_left .Posit div img{
	vertical-align: middle;
	width: 0.9rem;
}
.head .head_left .Posit ul{
	position: absolute;
	z-index: 5;
	background-color: #424348;
	/*width: 1rem;*/
	padding: 0px 1.0rem;
	height: 100px;
	overflow-y: scroll;
	margin: 0 auto;
	text-align: center;
	display: none;
}
.head .head_left .Posit ul li{
	line-height: 24px;
	color: #fff;
}

.head .head_right{
	padding-right: 0.1rem;
	float: right;
}
.head .head_right .input{
	float: left;
    border: 1px solid #fff;
    border-radius: 15px;
    height: 20px;
    line-height: 20px;
    width: 0rem;
    display: none;
}
.head .head_right .input img{
	width: 0.9rem;
    vertical-align: middle;
    margin-right: 0.1rem;
    margin-top: 3px;
    display: block;
    float: right;
}
.head .head_right .sech{
	width: 9.9rem;
    height: 16px;
    line-height: 16px;
    border: 1px solid #424348;
    background-color: #424348;
    color: #fff;
    padding-left: 0.2rem;
    margin-left: 5px;
}
.head .head_right img{
   width: 1.2rem;
   vertical-align: middle;
}
.cont{
	width: 100%;
	margin: 0 auto;
	background: url(../img/banner.jpg) no-repeat;
	background-size: 100% 100%;
	/*height: 171px;*/
	padding: 20px 0px;
}
.cont .title{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 1rem;
	color: #fff;
	padding: 0.2rem 0px;
}
.cont .title img{
	width: 35px;
    vertical-align: middle;
}
.cont .weather{
	position: relative;
}
.cont .weather .lore{
	position: absolute;
	left: 0.4rem;
	font-size: 0.28rem;
	color: #fff;
}
.cont .weather .lore img{
	width: 0.5rem;
    vertical-align: middle;
}
.cont .weather .pic{
	text-align: center;
}
.cont .weather .pic a{
	display: inline-block;
    width: 55px;
    /* padding: 0.2rem; */
    border: 3px solid #ccc;
    border-radius: 50%;
    height: 55px;
    box-shadow: 0 0 15px #333;
}
.cont .weather .pic img{
	
	   width: 55px;
    vertical-align: middle;
    border-radius: 50%;
}
.cont ul{
	width:100%;
	
	text-align: center;
	overflow: hidden;
	margin-top: 23px;
}
.cont ul li{
	width: 17%;
	float: left;
	background:rgba(255, 255, 255, 0.7) none repeat scroll 0 0 !important;
	margin: 0% 4%;
	border-radius: 3px;
	padding: 1px 0px;
	font-size: 0.24rem;
	color: #0f2764;
}
.cont ul li a{
	display: block;
	color: #0f2764;
	font-size: 12px;
}
.notice{
	width: 100%;
	margin: 0.2rem auto;
}
.notice img{
	width: 0.5rem;
    vertical-align: middle;
    float: left;
    margin-top: -3px;
    
}
.notice span{
	font-size: 0.26rem;
	color: #e6a527;
}
/*广告滚动样式*/
#gongao{/*width:1000px;height:30px;*/overflow:hidden;} 
#gongao #scroll_begin, #gongao #scroll_end{display:inline} 
#scroll_begin a,#scroll_end a{color: #e6a527;padding: 0 15px;font-size: 0.26rem;}

.box{
	width: 100%;
	margin: 0 auto;
	background-color: #f2f2f2;
}

.box .query .query_p{
	font-weight: bold;
    font-size: 14px;
    padding: 0.5rem;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.box .query .handle{
	background-color: #f8f8f8;
}
.box .query .handle .Business{
	margin-left: 0.2rem;
    margin-right: 0.2rem;
    padding: 0.5rem 0px;
    overflow: hidden;    
}
.box .query .handle .Business .bus_left{
	float: left;margin-left: 0.2rem;
}
.box .query .handle .Business .bus_left span{
	display: inline-block;
	color: #4d4d4d;
	font-size: 14px;
	vertical-align: middle;
}
.box .query .handle .Business .bus_left .span1{
	width: 4px;
    height: 15px;
    background-color: #6696fc;
    margin-right: 0.1rem;
}
.box .query .handle .Business .bus_right{
	float: right;margin-right: 0.5rem;	    margin-top: 3px;
}
.box .query .handle .Business .bus_right img{
	width: 0.9rem;
	vertical-align: middle;
}
.box .query .handle .Busyw{
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}
.box .query .handle .last_busyw{
	border-bottom: none;
}
.box .query .handle .Busyw .more{
	display: none;
}
.box .query .query_ul{
	overflow: hidden;
	
	padding-bottom: 0.2rem;
	background-color: #f8f8f8;
}
.box .query .query_ul li{
	float: left;
    text-align: center;
    width: 25%;
    margin: 0.7rem auto 0.4rem;
}

.box .query .query_ul li a{
	display: block;
	color: #4d4d4d;
	font-size: 0.24rem;
}
.box .query .query_ul li a img{
	width: 2rem;
	vertical-align: middle;
}
.box .query .query_ul li a div{margin-top: 10px;font-size: 12px;}
.foot{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
	padding: 0.5rem 0px;
}
@media all and (min-width:321px) and (max-width:640px){
	.input{margin-top: 0.02rem;} 
}
@media all and (min-width:641px){
    .input{margin-top: 0.11rem;}
}




/*帮助中心.help.html*/
.help_top{
	width: 100%;
	margin: 0 auto;	
	position: relative;
}
.help_top .helpTop_cont{
	height: 35px;
	line-height: 35px;
	margin-left: 0.2rem;
}
.help_top .helpTop_cont .line{
	width: 2px;
	background-color: #2473ac;
}
.help_top .helpTop_cont .question{
	font-size: 0.2rem;
	color: #808080;
	margin: 0px 0.1rem;
}
.help_top ol{
	position: absolute;
	top:32px;
	left:0.2rem;
	background-color: #f8f8f8;
	border:1px solid #e7e9ea;
	display: none;
}
.help_top ol li a{
	display: block;
	padding: 8px 15px 8px 8px;
	margin-right: 7px;
	background: url(../img/black.png) no-repeat right center;
	background-size: 8px;
	color: #1a1a1a;
	font-size: 0.2rem;
}
.help_top ul{
	background-color: #fff;
	padding: 0px 0.2rem;
}
.help_top ul li a{
	display: block;
	color: #1a1a1a;
	font-size: 0.2rem;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	padding-right: 0.2rem;
	border-bottom: 1px solid #d8d8d8;
	background: url(../img/black.png) no-repeat right center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
