/*html{opacity:0;}*/
*{
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}

html{
	min-width: 1200px;
}


/*Snavi
 -------------------------------------------------------------------------*/
#Snavi{
	width: 44px;
	height:100px;
	position:fixed;
	right:-50px;
	bottom:50px;
	z-index: 10000;
}
#Snavi li{
	width: 44px;
	height:44px;
	position: absolute;
	cursor: pointer;
}
#GoHome{top:0;}
#GoTop{	bottom:0;}





#mainImage{
	opacity: 0.2
}

#pageCont{
	padding:5px 15px;
	background-image: url(frame/pagecont.png);
	background-position: center top;
	text-align: center;
}

#pageTop{
	width:1100px;
	margin: 0;
	height:52px;
	text-align: left;
	background-image: url(frame/pageTitle.png);
}
#pageTop li{
	height:30px;
	float: left;
	line-height:40px;
	padding:0 10px;
	margin:0px;
	margin-left:2px;
	margin-top:13px;
	width: 160px;
	color: #fff;
	font-weight: bold;
	background-color: #3daa66;
	border: solid 1px #097531;
	border-bottom: none;
	opacity: 0.7;
	border-radius:4px 4px 0 0;

}
#pageTop li a{
	display:block;
	color: #fff;
	text-decoration: none;
	height:35px;
	width: 100%;
}

#pageTop ul #pageTitle{
	background-color: transparent;
	width:300px;
	height:40px;
	border:none;
	border-bottom:dashed 1px #ff7baa;
	text-shadow:0 1px 1px #ff7baa;
	color:#ff7baa;
	padding:0;
	margin:0 25px;
	font-size: 20px;
	font-weight: bold;
	line-height:50px;
	opacity: 1;
}
#pageBottom{
	width:1100px;
	height:14px;
	background-image: url(frame/pageBottom.png);
}




/*cont
-----------------------------------------------------------------------------------------------------------*/
#cont{
	width:100%;
	height:100%;
	position: relative;
	display: block;

}


/*
-----------------------------------------------------------------------------------------------------------*/

/*#menu
-----------------------------------------------------------------------------------------------------------*/

#header{
	width:1200px;
	margin: 0 auto;
	position:absolute;
	height:20px;
	z-index: 100;
	top:-20px;
	left:50%;
	margin-left:-600px;
}


#link{
	position: absolute;
	left:300px;
	top:0;
	width:680px;
	height:18px;
	line-height:18px;
	font-size: 10px;
	color: #ec3e63;
	text-align:left;
}

#link a{
	color: #ec3e63;
}
#link strong{
	font-weight:100;
}

#menuBg{
	margin-bottom:30px;
}






/*mainImage
-----------------------------------------------------------------------------------------------------------*/



/*#subCon
-----------------------------------------------------------------------------------------------------------*/
#subCon{
	width:100%;
	height:auto;
	position:relative;
	z-index: 2;
	
}

#subCon>ul{
	width:1100px;
	height:auto;
	position:relative;
	margin: 0 auto;
}



/*footer
-----------------------------------------------------------------------------------------------------------*/
#footer{
	width:100%;
	height:40px;
	margin-top:15px;
	padding:5px 0;
	line-height:140%;
	text-align: center;
	font-size:11px;
	color: #ec3e63;
	background-color: #ffd5de;
	

}
/* -------------------------------------------------------------------------*/