@charset "utf-8";
/* 
@名称: base 
@功能: 重设浏览器默认样式 
*/
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	color: black;
	background: white;
	overflow-x: hidden;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer,
	header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
/*body,button,input,textarea{font: 14px / 1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}  font: 12px/1.2 "Hiragino Sans GB","Microsoft YaHei","微软雅黑",arial,Tahoma,SimSun,sans-serif;*/
body, button, input, textarea {
	font: 12px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
}

input, textarea {
	font-size: 100%;
	padding: 0;
	margin: 0
}

body {
	margin: 0 auto;
}
/*body{background:-webkit-linear-gradient(top,#3163d4,#83b1ff);background:-moz-linear-gradient(top,#3163d4,#83b1ff);background:linear-gradient(top,#3163d4,#83b1ff);padding-bottom:10px;}*/

/* 去掉各Table cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}
/* 去除默认边框 */
fieldset, img {
	border: none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border: none;
	font-variant: normal;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol, ul {
	list-style: none;
}

li {
	list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align: left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}

q:before, q:after {
	content: '';
}
/* 让链接在 hover 状态下显示下划线 */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
/* 默认不显示下划线，保持页面简洁 */
ins, a {
	text-decoration: none;
}

i, em {
	font-style: normal;
}
/* IE6,7焦点点状线去除 */
a:focus, *:focus {
	outline: none;
}
/* 清除浮动 */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1; /* for IE6 IE7 */
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/* 设置显示和隐藏, 通常用来与 JS 配合 */
.hide {
	display: none !important;
	visibility: hidden;
}

.block {
	display: block !important;
}
/* 设置内联, 减少浮动带来的bug */
.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

input, select {
	font-size: 12px;
	vertical-align: middle;
}

body div {
	text-align: left;
}

textarea, input {
	word-wrap: break-word;
	word-break: break-all;
	padding: 0px;
}

li {
	list-style-type: none;
}

img {
	border: 0 none;
}

.clr {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.w_100 {
	width: 100%;
}

.w200 {
	width: 200px;
}

.w500 {
	width: 500px;
}

.w800 {
	width: 800px;
}

.w980 {
	width: 980px;
}

.w1000 {
	width: 1000px;
}

.w1200 {
	width: 1200px;
}

.mar0 {
	margin: 0 auto;
}

.ml10 {
	margin-left: 10px;
}

.mr5 {
	margin-right: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ease-1 {
	-webkit-transition: all 0.1s ease-out;
	-khtml-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.ease-3 {
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.radius-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.shadow-box-5 {
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
}

.shadow-text-1 {
	-moz-text-shadow: 0 1px 0px rgba(0, 0, 0, .5);
	-webkit-text-shadow: 0 1px 0px rgba(0, 0, 0, .5);
	text-shadow: 0 1px 0px rgba(0, 0, 0, .5);
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.txt-c {
	text-align: center;
}

.txt-l {
	text-align: left;
}

.txt-r {
	text-align: right;
}

.link-white {
	color: #fff !important;
}

.link-white:hover {
	text-decoration: underline;
}

.link-blue {
	color: #28a3f5 !important;
}

.link-blue:hover {
	color: #025686 !important;
}

.link-black {
	color: #888 !important;
}

.link-black:hover {
	color: #333 !important;
}

.fixed {
	position: fixed;
}

/*登录页面开始*/
.Login_Box {
	width: 1000px;
	height: 550px;
	margin: 100px auto;
	background: rgba(255, 255, 255, 0.8);
}

.Login_top_box {
	width: 100%;
	height: 100px;
	position: relative;
	background: rgba(36, 45, 62, 0.9);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.Login_logo_Box {
	width: 210px;
	height: 70px;
	position: absolute;
	top: 15px;
	left: 20px;
}

.shadow-box-6 {
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) inset;
}

.shadow-box-2 {
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2) inset;
}

.Login_dengluBox {
	width: 100%;
}

.Login_denglu_Left {
	width: 350px;
	height: 350px;
	background: rgba(255, 255, 255, 0.4);
	float: left;
	margin-top: 50px;
	margin-left: 50px;
}

.Login_denglu_Left img {
	width: 350px;
	height: 350px;
}

.Login_denglu_Left h3 {
	line-height: 40px;
	color: #333;
	font-size: 16px;
	margin-left: 20px;
}

.Login_denglu_Left p {
	margin: 0 10px 5px 10px;
	color: #333;
	font-size: 12px;
}

.Login_denglu_Right {
	width: 420px;
	height: 350px;
	float: right;
	margin-top: 50px;
	margin-right: 50px;
}

.Login_denglu_tab {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.denglu_title {
	width: 100%;
	height: 50px;
}

.denglu_title h3 {
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	width: 140px;
	float: left;
	background: rgba(36, 45, 62, 0.7);
}

.denglu_title h3:hover {
	cursor: pointer;
}

.denglu_content {
	width: 100%;
	height: 300px;
}

.denglu_content ul {
	width: 300px;
	height: 260px;
	margin: 0 auto;
	display: none;
	padding: 20px 0;
}

.denglu_content ul li {
	height: 40px;
	width: 100%;
}

.denglu_content ul li h3 {
	font-size: 14px;
	color: #333;
	line-height: 40px;
}

.Login_denglu_input {
	width: 298px;
	height: 30px;
	border: 1px solid #ddd;
	margin-top: 5px;
}

.Login_denglu_input:focus {
	border: 1px solid #03a9f4;
	-moz-box-shadow: 0px 0px 8px rgba(53, 237, 255, 0.5) inset;
	-webkit-box-shadow: 0px 0px 8px rgba(53, 237, 255, 0.5) inset;
	box-shadow: 0px 0px 8x rgba(53, 237, 255, 0.5) inset;
}

.denglu_content_li {
	height: 80px;
	margin-top: 40px;
}

.Login_denglu_btn {
	width: 100px;
	height: 40px;
	background: rgba(36, 45, 62, 0.8);
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border: none;
	margin-left: 100px;
}

.Login_denglu_btn:hover {
	cursor: pointer;
	background: rgba(36, 45, 62, 0.6);
}

/*登录页面结束*/