@charset "utf-8";
/* CSS Document */



#page {
	background:#fff;
	display: block;
	min-width: 320px;
	margin: 0 auto;
	max-width: 640px;
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


header
{	text-align:left;
	background: #06C;
	font-size: 16px;
	font-weight: bold;
	color: #1cac59;
	line-height: 45px;
	background:#fff;
	border-top:2px solid #1cac59;


	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 60px;
	padding: 0 10px;
	position: fixed;
    max-width: 640px;

	/*position: fixed;
	top: 0;
	left: 0;*/

}


header .fixed
{
	/*position: fixed;
	top: 0;
	left: 0;*/
}
footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
header a#menu
{
	/*background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 0;
	left: 10px;*/
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url(index1_06.png);
    border: none;
    outline: none;
    z-index: 2000;


}
header a#home{
	display: none;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 20px;
	right: 10px;
	color:#fff;
	background:url(home142.png) center center no-repeat transparent;
	}

header img{
	width: 196px;
	height: 50px;
  margin-top: 5px;
	
	}



.listmain{}
.listmain ul{background:#fff;}
.listmain ul li{ border-bottom:1px solid #ddd; padding:10px 0;}
.listmain ul li img{ width:90%; height:61px; border-radius: 5px 5px 0px 0px;}
.listmain ul li div.libox{ width:35%; float:left; }
.listmain ul li div.info{ width:65%; float:right; line-height:20px;}
.listmain ul li div.info h3{ /*margin:20px 0 10px 0;*/}
.listmain ul li div.info p{ color:#999;}
.listmain ul li div.info a{ color:#333}

.listmain ul li div.infos{ line-height:20px;}
.listmain ul li div.infos h3{ margin:20px 0 10px 0;}
.listmain ul li div.infos p{ color:#999;}
.listmain ul li div.infos a{ color:#333}
