@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial,"微软雅黑";
	font-size: 15px;
	color: #7acad5;
	background: #666565;
}
html,body{
	height: 100%;
}
a,img{
	border:0;
	text-decoration: none;
	outline: none;
}
a{
	color: #7acad5;
}
li{
	list-style: none;
}
h1{

}
#bg_img {
	width: 100%;
	overflow: hidden;
	z-index: -9;
}
#bg_img img {
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: -8;
	background-color: #000;
	min-width: 1200px;
	max-width: 1920px;
}
.hide {
	display: none;
}
.clear{
	clear: both;
	height: 0;
}

/*formatting end*/

.wrap{
	width: 100%;
}
.main{
	position: absolute;
	right: 0;
	height: 110%;
	overflow-x: hidden;
	overflow-y: auto;
}
/*nav sta*/
.main .nav .goback{
	display: block;
}
.main .nav{
	margin-bottom:25px; 
}
.main .nav li{
	float: left;
	padding: 10px 10px 0 0;
}
.main .nav li.nomar{
	padding-top: 0;
}
.main .nav .lev{
	display: block;
	width: 87px;
	height: 34px;
}
.main .nav1{
	background: url(../../images/manya/btn1.png) no-repeat;
}
.main .nav2{
	background: url(../../images/manya/btn2.png) no-repeat;
}
.main .nav3{
	background: url(../../images/manya/btn3.png) no-repeat;
}
.main .nav1:hover,#active1{
	background: url(../../images/manya/btnh1.png) no-repeat;
}
.main .nav2:hover,#active2{
	background: url(../../images/manya/btnh2.png) no-repeat;
}
.main .nav3:hover,#active3{
	background: url(../../images/manya/btnh3.png) no-repeat;
}
/*nav end*/
.leave{
	width: 340px;
	padding:0 40px 50px;
	background:url(../../images/manya/mbg.png);
}
.leave .logo{
	padding: 35px 0;
	text-align: right;
}
.leave h1{
	width: 340px;
	border-top: 2px solid #7acad5;
	font-size: 20px;
	font-weight:normal;
	margin-bottom: 30px;
}
.leave h1 span{
	font-size: 15px;
	padding-left: 10px;
}
/*leave*/
.leave label{
	display: block;
	margin-bottom: 5px;
}
.leave input{
	display: block;
	background: #7acad5;
	border:0;
	font-family: Arial,"΢���ź�";
	font-size: 15px;
	width: 325px;
	margin-bottom: 15px;
	padding-left: 15px;
}
textarea {	display: block;
	background: #7acad5;
	border:0;
	font-family: Arial,"΢���ź�";
	font-size: 15px;
	width: 325px !important;
	margin-bottom: 15px;
	padding-left: 15px;
}
.leave input{
	line-height: 30px;
	height: 30px;
}
.leave textarea{
	height: 100px;
	line-height: 20px;
	resize:none;
	overflow: auto;
}
.leave .subs{
	width: 61px;
	height: 26px;
	background: url(../../images/manya/sub.png) no-repeat;
	padding-left: 0;
	cursor:pointer
}
.leave .subs:hover{
	background: url(../../images/manya/subh.png) no-repeat;
}
/*leave end--cons sta*/
.leave .cont p{
	line-height: 28px;
}
.leave .cont .en{
	font-size: 12px;
	padding-top: 20px;
}
/*cons end--reser sta*/
#reser form .form1{
	float: left;
}
#reser form #towm{
	float: right;
}
#reser form .form1 input{
	width: 150px;
}
#reser form #towm input{
	width: 140px;
}
#reser form .psex input,#reser form .psex label{
	display: inline;
	width: 20px;
	height: 10px;

}