body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
ul {
	list-style-type: none;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:visited {
	color: #666;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-info {
background-color: #3498db;
border-color: #368ee0;
color: #fff;
}
.btn-info:hover {
background-color: #006ab1;
border-color: #2875a8;
color: #fff;}

#login_box {
	background-color: #000;
}
#login_box .loginbg {
	background-image: url(login_header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 400px;
}
#login_box .denglu_box {
	width: 100%;
	margin-top: 50px;
	position: absolute;
	top: 50px;
	z-index: 9999;
}
#login_box .denglu {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
#login_box .toubu {
	height: 100px;
	background-image: url(bg.png);
	text-align:center;
}
#login_box .toubu img {
	margin-top: 20px;
}
#login_box .biaoge {
	background-color: #FFF;

}
#login_box .col-12 {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	line-height: 80px;
}
#login_box .col-left {
	width: 100px;
	float: left;
	text-align: right;
}
#login_box .col-right {
	float: left;
	width: 340px;
	text-align: left;
}
#login_box .col-right input {
	width: 80%;
	margin-left: 10px;
	line-height: 34px;
	height: 34px;
	margin-top: 23px;
	border: 1px solid #CCC;
}
#login_box .xiahuaxian {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#login_box .banquan {
	text-align: center;
	line-height: 30px;
	color: #999;
	height: 30px;
}
#login_box .banquan a {
	color: #999;
}
.Invitation{display: none;}
.register{ display: none;}

#dialog{  width: 550px; z-index: 999999;height: 220px; top: 180px; display: none; position: fixed; left: 50%; }
.main{margin-left: -275px; background: url("messageBg.jpg"); width: 100%; height: 284px;-webkit-border-radius: 8px; -moz-border-radius: 8px;   border-radius: 8px;  -webkit-box-shadow: #666 0px 0px 10px; -moz-box-shadow: #666 0px 0px 10px; box-shadow: #666 0px 0px 10px;}
.txt{ width: 320px; height: 120px; padding: 80px 65px; line-height: 22px; font-family: "微软雅黑"}
#bg{ width: 100%; height: 100%; background: #000; opacity: 0.5;top: 0; left: 0; z-index: 111111; position:absolute; display: none;}

#nav {width:100%;min-width:1000px;background-position:center 0px;background-repeat:no-repeat;}
#nav {height:50px; line-height:50px; position:fixed;background-image:url(/templates/default/home/images/touming.png);background-repeat:repeat;z-index:9999;}
#nav .container{width:1000px;height:50px;margin:0 auto;}
#nav .container .logo{width:120px; float:left;}
#nav .container .logo a {
	height: 50px;
	width:120px;
	overflow:hidden;
	text-indent: -999px;
	display: block;
	background-image: url(/templates/default/home/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
}
#nav .container ul {display:block; width:750px; padding-left:30px; float:left; margin:0;}
#nav .container ul li {display:block;float:left;height:50px;line-height:50px; position:relative;}
#nav .container ul li a {color:#fff; padding:0 20px; font-size:14px; text-decoration:none; font-weight:bold;}
#nav .container ul li a.active, #nav .container ul li a:hover{color:#fdd000;}
#nav .container ul li div{
	width:100px;
	position:absolute;
	top:50px;
	left:0;
	z-index:9999;
	background-image:url(/templates/default/home/images/touming.png);
	background-repeat:repeat;
	display:none;
	padding-bottom:10px;
}
#nav .container ul li div a {
	padding:0;
	display:block;
	height:30px;
	line-height:30px;
	color: #FFF;
	text-indent:0;
	text-align:center;
	font-size:12px;

}
#nav .container .tool {
	width:80px;
	float:right;
	background-image: url(/templates/default/home/images/tool.png);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
#nav .container .tool a {display:block; float:left; width:40px; height:50px; overflow:hidden; text-indent:-999px;}