@CHARSET "UTF-8";
	body {
    font-family: 'Microsoft yahei', 'Neuton', serif;
    background-color:#F7F7F7;
}
p{
	font-size: 12px;
}
span{
	display: inline-block;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
}
/*nav*/
nav {
	position: fixed;
    width: 100%;
    height: 76px;
    z-index: 99;
}
nav.fixed{
	top: -76px;
	position: fixed;
	background-color: #fff;
	filter: alpha(Opacity=90);
	opacity: 0.9;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
    transition-duration: .7s;
    -webkit-transform: translate3d(0,76px,0);
    -moz-transform: translate3d(0,76px,0);
    -ms-transform: translate3d(0,76px,0);
    transform: translate3d(0,76px,0);
}
nav a.logo,nav.fixed a.logo{
	float: left;
	margin: 10px 0 0 20px;
	background: url(../images/logo.png) no-repeat;
	width: 151px;
	height: 57px;
}
nav a.logo:hover,nav.fixed a.logo:hover{
	box-shadow: none;
	background: url(../images/logo.png) no-repeat;
}
nav ul{
	float: right;
	line-height: 76px;
	margin-right: 20px;
}
nav ul li {
	float: left;
	height: 76px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
li.product{
	position: relative;
}
nav.fixed ul li.product ul.product_item{
	background-color: #fff;
}
li.product ul.product_item{
	position: absolute;
	top: 60px;
	right: -6px;
	display:none;
	margin: 0;
	overflow: hidden;
	width: 110px;
	line-height: 33px;
	border-radius: 5px;
}
li.product ul.product_item li{
	height: 35px;

}
li.product ul.product_item li a{
	font-size: 14px;
	margin: 0 10px;
}
li.product a:hover+ul.product_item,li.product:hover ul.product_item{
	display: block;
}
nav a{
	color: #fff;
	font-size: 16px;
	padding: 8px 15px;
	margin: 0 25px;
	border-radius: 5px;
}
nav.fixed a{
	color: #4d4d4d;
	font-size: 16px;
	padding: 8px 15px;
	margin: 0 25px;
	border-radius: 5px;
}
nav a:hover{
	color: #fff;
	opacity: 1;
	background: rgba(0,0,0,0.30);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.65);
}
nav.fixed a:hover{
	color: #4d4d4d;
	opacity: 1;
	background: rgba(0,0,0,0.10);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.10);
}
a.register{
	border: 1px solid #fff;
	padding: 7px 24px;
	border-radius: 16px;
}
nav.fixed a.register{
	background-color: #ff940a;
	color: #fff;
	padding: 7px 24px;
	border: none;
	border-radius: 16px;
}
nav.fixed a.register:hover{
	color: #fff;
	background-color: #ff790a;
}

.wrap{
	height:auto;
	width:45%;
	background-color:#fff;
	margin:150px auto 20px;;
	border:1px solid #DCDCDC;
	border-radius:5px;
	text-align:center;
	padding:32px;
	box-shadow:5px 5px 5px #ccc;
	}
.wrap h3{
	font-size: 24px;
    color: #595959;
    font-weight: normal;
    margin-bottom:30px;
    border-bottom:1px solid #DCDCDC;
    height: 62px;
    margin-top:0;
}
.form-horizontal{
	width:300px;
	margin:0 auto;
}
.footer{
	text-align:center;
	background-color:#F7F7F7;
	padding-top: 50px;
}
span.validate-error,span.validate-info,span.validate-correct{
	font-size:14px;
}
.form-group{
	text-align:left;
}