﻿@charset "utf-8";

/* 
	@名称: base
	@功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{
	color:#000;background:#fff;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
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;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
    display: inline-block;*display: inline;*zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{
	font:12px/1.5 tahoma,arial,\5b8b\4f53;
}
input,select,textarea{
	font-size:100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table{
	border-collapse:collapse;border-spacing:0;
}

/* IE bug fixed: th 不继承 text-align*/
th{
	text-align:inherit;
}

/* 去除默认边框 */
fieldset,img{
	border:0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe{
	display:block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym{
	border:0;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;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {
	text-align:left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500;
}

q:before,q:after {
	content:'';
}

/* 统一上标和下标 */
sub, sup {
    font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}



/* 让链接在 hover 状态下显示下划线 */
a:hover {
	text-decoration:none;
}

/* 默认不显示下划线，保持页面简洁 */
ins,a {
	text-decoration:none;
}

/* 清理浮动 */
.fn-clear{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	zoom:1; /* for IE6 IE7 */
}


/* 隐藏, 通常用来与 JS 配合 */
body .hide {
	display:none;
}

/* 设置内联, 减少浮动带来的bug */
.fl{float:left;display:inline;} 
.fr{float:right;display:inline;} a{
	color:#ffffff;
}
a:hover{color:#C81623}
li{
	display: list-item;
}
.w{
	width:1100px;
	margin:0 auto;	
}
div{
	display: block;
}
/*主题内容部分，清除浮动*/
#content{
	clear:both;
}
.login-wrap{
	position:relative;
	height:525px;
	margin:10px 0 20px;
	z-index:5;
}
.login-wrap .login-banner{
	position:absolute;
	left:0;top:0;
	width:100%;
	height:525px;
	background:#e93854;
}
.login-wrap .i-inner{
	position:relative;
	z-index:3;
	height:525px;
}
.login-wrap .login-form{
	float:right;
	top:60px;
    background:#1f4f7e
}
.login-form{
	position:relative;
	z-index:4;
	background:#fff;
	overflow:visible;
	width:310px;
    padding:20px;
}
.login-form .login-tab{
    width:305px;
    height:32px;
	font-size:17px;
	font-family:"Microsoft YaHei";
    color:#ffffff;
	text-align:left;
	border-bottom:2px solid #c8d4df;
	position:absolute;
	background:#1f4f7e;
	display:block
}

/*login-box开始（账户登录）*/
.login-form .login-box{
	width:305px;
	padding:0px;
	display: block;
	visibility: visible;
}
.login-form .login-box .mt{
	display:inline-block;
	display:block;width:306px;
	overflow:visible;height:27px;
}

/*提示信息开始*/
.login-form .msg-wrap{
	min-height:23px;
	margin-top:7px;
	margin-bottom:5px;
	height:auto!important;
}
.login-form .msg-warn{
	position:relative;
	color:#ffffff;
	padding:1px 10px 2px 25px;
	line-height:15px;
	height:auto;
    margin-top:7px;
    margin-left:5px;
    font-size:14px;
    background:url(../image/warning.png) no-repeat;
}

* html .login-form .login-box .mt{height:1%}*+html .login-form .login-box .mt{min-height:1%}
/*输入框开始*/
.form .item-label1 {
    width: 304px;
    margin-top: 20px;
    color:#ffffff;
    font-size:15px;
}
.form .item-label2 {
    width: 304px;
    margin-top: 12px;
    color: #ffffff;
    font-size: 15px;
}
.form .item-fore1, .form .item-fore2 {
    border: 1px solid #bdbdbd;
    height: 38px;
    width: 304px;
}
.form .item{
	position:relative;
	margin-top:5px;
    z-index:1;
}
.form .item .placeholder{
	position:absolute;
	left:50px;
	top:10px;
	line-height:18px;
	color:#999;
	font-size:14px;
	-webkit-transition:all .2s ease-out;
	-moz-transition:all .2s ease-out;
	transition:all .2s ease-out;
	opacity:1;
}
.form .item .login-label{
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	width:38px;
	height:38px;
	border-right:1px solid #bdbdbd;
	background:url(../image/login-icons.png) no-repeat;
}
.form .item .name-label{background-position:0 0}
.form .item .pwd-label{background-position:-48px 0}

.form .itxt{
	line-height:18px;
	height:18px;
	border:0;
	padding:10px 0 10px 10px;
	width:294px;
	float:none;
	overflow:hidden;
	font-size:15px;
	font-family:'Microsoft YaHei';
	*margin:-1px 0 0;
}

/*登录按钮*/
.form .item-fore5{margin-bottom:5px}
.login-form .login-box .login-btn{
	border:1px solid #0054A7;
	margin:0 auto;
	height:32px;
	width:99%;
	position:relative;
}
.login-form .login-box .login-btn .btn-img{
	border:1px solid #f08300;
	display:block;
	width:302px;
	font-size:20px;
	font-family:'Microsoft YaHei';
	color:#ffffff;
	background:#f08300;
	height:31px;
	line-height:31px;
}
.login-form .login-box .login-btn .btn-img:hover{
    text-decoration:none;
    background-color:#ff9312;
}

.btn-img,.button{
	display:inline-block;
	margin:0;
	padding:0;
	border:0;
	text-align:center;
	cursor:pointer;
}

/*还没有账号，立即注册*/
.coagent {
    padding-left: 5px;
    padding-bottom: 20px;
    line-height: 50px;
    height: auto;
    float: left
}
.coagent .regist-link{
	position:relative;
	color:#ffffff;
	padding:1px 0px 2px 25px;
	line-height:16px;
	height:auto;
    margin-top:20px;
    font-size:14px;
    background:url(../image/logo_w.png) no-repeat;
}
.coagent .regist-link .orange{
	color:#f08300;
	padding:1px 0px 2px 0px;
	margin-left:0px;
    background:None;
}
.coagent .regist-link a{color:#ffffff}
.coagent .regist-link a:hover{color:#ffffff}

/*页面顶部*/
header .top{float:left; width:100%; height:48px; margin:35px auto 20px auto;background-color:#ffffff;font-family:"Microsoft YaHei"}
header .top ul{width:1160px; margin:0px auto;}
header .top ul li{float:left; width:100%;}
header .top dl{float:left; width:100%;}
header .top dl dt{float:left; width:810px; height:48px; font-size:15px; line-height:48px; color:#ffffff; text-align:right;}
header .top dl dt a{float:left; margin-left:10px; font-size:15px; line-height:48px; color:#ffffff; padding-left:30px;}
header .top dl dt a:hover{color:#fff000;}
header .top dl dd{float:right; width:300px; margin:10px auto 15px auto;}
header .top dl dd a{float:left; border-radius:5px; font-size:15px; line-height:31px; color:#ffffff; height:31px; margin:8px 12px 0px 0px; padding:0px 13px 0px 49px;}
header .top dl dd a.t1{background:url(../image/trial.png) 13px 5px no-repeat; background-color:#f08300;}
header .top dl dd a.t1:hover{background-color:#ff9312;}
header .top dl dd a.t2{background:url(../image/download.png) 13px 5px no-repeat; background-color:#459b00;}
header .top dl dd a.t2:hover{background-color:#51B600;}