﻿/*======public======*/

/*------basic------*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	float: left;
	background: #FFF;
	color: #333;
	font: 12px 宋体, Verdana, Lucida, Arial, Helvetica, sans-serif;
	line-height: 1;
	min-width: 1002px;
	width:100%;
}

h1 {
	margin: 0px;
	padding: 120px 1px 1px 0;
	height:40px;
}
h1 a {
	float: right;
	overflow: hidden;
	display: block;
	height: 40px;
	width: 220px;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#main {
	height: 331px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}
#main #pic {
	float: left;
	width: 600px;
	height: 320px;
	background-repeat: no-repeat;
	background-position: left top;
}
#main p {
	float: right;
	overflow: hidden;
	width: 400px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -9000px;
}
#main #wedding {
	float: right;
	width: 316px;
	margin: 35px 60px 0px 0px;
	padding: 110px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	display: inline; /*for ie6*/
}

#wedding #wind {
	float: left;
	display: block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -9000px;
	display: inline; /*for ie6*/
}
#wedding #wuya {
	float: right;
	display: block;
	overflow: hidden;
	width: 150px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -9000px;
	display: inline; /*for ie6*/
}

#csslist {
	margin: 10px 20px 0 20px;
}

#csslist a, #csslist a:link, #csslist a:active, #csslist a:visited {
	float: left;
	display: block;
	height: 20px;
	margin:0 5px;
	padding:0 5px;
	text-align: center;
	line-height: 20px;
	color: #737373;
	border: 1px solid #737373;
	text-decoration: none;
	display: inline; /*for ie6*/
}
#csslist a:hover {
	color: #b5b5b5;
	border: 1px solid #b5b5b5;
	text-decoration: none;
}

#csslist #miibeian {
	float: right;
	color: #b5b5b5;
	border: 1px solid #b5b5b5;
}