@charset "utf-8";
/* CSS Document */

/*** 全局CLASS ***/
*{padding:0px; margin:0px;}

body{
	background: #ffffff url(../images/body.png) repeat-x left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei", SimSun, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

p,table,td,input,select,textarea{
	font-size: 14px;
	font-family: "Microsoft YaHei", SimSun, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
    padding: 0px;
}

h1,h2,h3,h4,h5,h6{
	font-size: 14px;
	font-family: "Microsoft YaHei", SimSun, Helvetica, sans-serif;
	font-weight: lighter;
	color: #666666;
	margin: 0px;
    padding: 0px;
}

form,iframe,img {
    border: 0px;
	margin: 0px;
	padding: 0px;
}

dl,dd,dt,ul,li,ol{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.clearFloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	font-size: 0px;
}

.height_10 {
	height: 10px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.height_20 {
	height: 20px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.height_30 {
	height: 30px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.height_50 {
	height: 50px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}

.noBorder {
	border: 0px;
}

.nopadding {
	padding: 0px;
}


/*** 页头 ***/
.header {
	width: 100%;
	height: 67px;
	overflow: hidden;
	background: url(../images/header.png) no-repeat right top;
	text-align: left;
}

.header .logo {
	width: 115px;
	padding-left: 10px;
	float: left;
}

.header .title {
	float: left;
	padding-top: 10px;
	color: #ffffff;
}

.header .title span{
	display: inline-block;
	vertical-align: middle;
	padding: 0px 16px 0px 2px;
	font-size: 27px;
	color: #ffffff;
	height: 47px;
	line-height: 46px;
	border-right: 1px solid #6eb5e4;
	font-family: "Microsoft YaHei",SimSun,Arial;
}

.header .welcome {
	float: left;
	padding-top: 10px;
	color: #ffffff;
}

.header .welcome span{
	display: inline-block;
	vertical-align: middle;
	padding: 0px 16px;
	font-size: 14px;
	color: #ffffff;
	height: 47px;
	line-height: 46px;
	border-left: 1px solid #abd7f1;
}

.header .LangChnage {
	float: right;
	padding-top: 10px;
	color: #ffffff;
}
.header .LangChnage span a{
	display: inline-block;
	vertical-align: middle;
	padding: 0px 16px;
	font-size: 18px;
	color: #003399;
	height: 47px;
	line-height: 46px;
	border-left: 1px solid #abd7f1;
}

/*** 页脚 ***/
.footer {
	width: 100%;
	text-align: left;
	background: #8cc7ec;
}

.footer p{
	height: 28px;
	line-height: 27px;
	padding-left: 16px;
	font-size: 12px;
	color: #ffffff;
}

.footer p a{
	color: #ffffff;
}

.footer p a:hover{
	color: #333333;
}


/*** 正文 ***/
.wrapper {
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #f6f6f6 url(../images/menu.png) repeat-y left top;
	padding-left: 190px;
	text-align: left;
}


/*** 左侧 导航 ***/
.menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
}

.menu .list ul{
	padding: 5px 0px;
}

.menu .list li{
	cursor:pointer;
	height: 70px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #e5e5e5;
}

.menu .list li:hover , .menu .list li.on {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: #eeeeee;
}

.menu .list li h3{
	font-weight: bold;
	padding-top: 10px;
	padding-left: 32px;
}

.menu .list li h3 a{
	display: inline-block;
	height: 30px;
	line-height: 29px;
	padding-left: 45px;
}

.menu .list li h3 a.upload{
	background: url(../images/upload.png) no-repeat left center;
}

.menu .list li h3 a.share{
	background: url(../images/share.png) no-repeat left center;
}

.menu .list li h3 a.del{
	background: url(../images/del.png) no-repeat left center;
}

.menu .list li h3 a.exit{
	background: url(../images/exit.png) no-repeat left center;
}

.menu .list li h4{
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #a1a1a1;
}

.menu .info {
	padding: 20px 0px 5px 0px;
	margin: 0px 18px;
}

.menu .info span {
	float: right;
}

.menu .info span b{
	color: #449ad1;
	font-weight: bold;
	display: inline-block;
	margin: 0px 5px;
}

.menu .info span strong{
	font-weight: bold;
	display: inline-block;
	margin: 0px 5px;
}

.menu .info em{
	font-style: normal;
	font-size: 12px;
}

.menu .percentage {
	background: #cccccc;
	height: 4px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	margin: 0px 18px;
}

.menu .percentage span {
	display: inline-block;
	height: 4px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	background: #6ab4e3;

}

/*** 右侧 内容区 ***/
.main {
	overflow-x: hidden;
	overflow-y: scroll;
}

.content { 
	padding: 10px;
}

.tableList {
	text-align: center;
}

.tableList th {
	background: url(../images/toolbar.png) repeat-x left top;
	height: 37px;
	overflow: hidden;
	vertical-align: middle;
	color: #ffffff;
}

.tableList th b.order {
	display: inline-block;
	width: 11px;
	height: 9px;
	line-height: 0px;
	overflow: hidden;
	font-size: 0px;
	margin: 0px 12px;
	cursor: pointer;
}

.tableList th b.up {
	background: url(../images/up.png) no-repeat center center;
}

.tableList th b.down {
	background: url(../images/down.png) no-repeat center center;
}

.tableList th .file {
	text-align: left;
}

.tableList th .file span{
	display: inline-block;
	background: url(../images/file.png) no-repeat left center;
	padding-left: 45px;
	line-height: 36px;
	cursor: pointer;
}

.tableList th .date {
	border-left: 1px solid #ffffff;
}

.tableList th .date span{
	display: inline-block;
	background: url(../images/date.png) no-repeat left center;
	padding-left: 35px;
	line-height: 36px;
	cursor: pointer;
}

.tableList th .size {
	border-left: 1px solid #ffffff;
}

.tableList th .size span{
	display: inline-block;
	background: url(../images/size.png) no-repeat left center;
	padding-left: 35px;
	line-height: 36px;
	cursor: pointer;
}

.tableList td {
	height: 42px;
	overflow: hidden;
	vertical-align: middle;
	border-bottom: 1px solid #e0e0e0;
}

.tableList td .file{
	text-align: left;
}

.tableList td .file img{
	vertical-align: middle;
	margin-right: 12px;
}

.tableList td .file a{
	vertical-align: middle;
	display: inline-block;
}

.page {
	padding: 30px 0px;
	text-align: center;
}

.page a{
	display: inline-block;
	margin: 0px 5px;
	width: 26px;
	height: 26px;
	line-height: 25px;
	overflow: hidden;
	color: #ffffff;
	-moz-border-radius: 13px;      /* Gecko browsers */
    -webkit-border-radius: 13px;   /* Webkit browsers */
    border-radius: 13px;            /* W3C syntax */
	background: #cccccc;
}

.page a:hover, .page span {
	display: inline-block;
	margin: 0px 5px;
	width: 26px;
	height: 26px;
	line-height: 25px;
	overflow: hidden;
	color: #ffffff;
	-moz-border-radius: 13px;      /* Gecko browsers */
    -webkit-border-radius: 13px;   /* Webkit browsers */
    border-radius: 13px;            /* W3C syntax */
	background: #74bbe8;
	font-weight: bold;
}

.page a.turn {
	width: 100px;
	font-size: 18px;
	margin: 0px 15px;
	font-family: SimSun;
}

.cloud {
	width: 555px;
	height: 325px;
	overflow: hidden;
	background: url(../images/cloud.png) no-repeat center top;
	text-align: center;
	display: none;
}

.cloud .form {
	text-align: center;
}

.cloud .title {
	padding-top: 60px;
}

.cloud .title span{
	display: inline-block;
	height: 30px;
	line-height: 29px;
	padding-left: 40px;
	color: #1881bd;
	font-size: 22px;
	font-weight: bold;
}

.cloud .title span.upload{
	background: url(../images/upload_1.png) no-repeat left center;
}

.cloud .title span.share{
	background: url(../images/share_1.png) no-repeat left center;
}

.cloud .title span.del{
	background: url(../images/del_1.png) no-repeat left center;
}

.cloud input.file{
	background: #ffffff;
	width: 260px;
	height: 40px;
	line-height: 39px;
	-moz-border-radius: 6px;      /* Gecko browsers */
    -webkit-border-radius: 6px;   /* Webkit browsers */
    border-radius: 6px;            /* W3C syntax */
	border: 0px;
}

.cloud input.submit{
	background: #ff9900;
	width: 120px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	color: #ffffff;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 6px;      /* Gecko browsers */
    -webkit-border-radius: 6px;   /* Webkit browsers */
    border-radius: 6px;            /* W3C syntax */
	margin: 0px 15px;
}

.cloud input.reset{
	background: #27a4e5;
	width: 125px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	color: #ffffff;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 6px;      /* Gecko browsers */
    -webkit-border-radius: 6px;   /* Webkit browsers */
    border-radius: 6px;            /* W3C syntax */
	margin: 0px 15px;
}

.cloud .form li{
	padding: 20px 0px;
}

.cloud .form label{
	display: inline-block;
	width: 50px;
	text-align: center;
}

.cloud .form img{
	vertical-align: middle;
}

.cloud .list ul{
	text-align: left;
	padding: 10px 0px 10px 135px;
}

.cloud .list li {
	padding: 10px 0px 10px 0px;
}

.cloud .list li span{
	color: #27a4e5;
	font-weight: bold;
}

.cloud .list li b{
	color: #ff9900;
	font-weight: bold;
}

.cloud .line {
	text-align: center;
}

.cloud .line ul{
	padding: 20px 0px 0px 0px;
}

.cloud .line p{
	text-align: center;
	padding: 40px 0px 0px 0px;
}

.cloud p{
	text-align: center;
}

.bodyInfo{
	position: relative;
	z-index: 1;
	height: 800px;
	overflow: hidden;
	background: #ffffff;
}

.banner{
	position: relative;
	z-index: 2;
	height: 800px;
	overflow: hidden;
}

.banner li{
	width: 100%;
	height: 800px;
}

.banner li.banner_1{
	background: #ffffff url(../images/banner_1.jpg) no-repeat center top;
}

.banner li.banner_2{
	background: #ffffff url(../images/banner_2.jpg) no-repeat center top;
}

.banner li.banner_3{
	background: #ffffff url(../images/banner_3.jpg) no-repeat center top;
}

.banner li.banner_4{
	background: #ffffff url(../images/banner_4.jpg) no-repeat center top;
}

.banner li.banner_5{
	background: #ffffff url(../images/banner_5.jpg) no-repeat center top;
}

.langlist{
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: 5;
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-align: center;
}
.langlist div{
	width: 300px;
	margin:0 auto;
	padding-left: 400px;
	font-size: 18px;
}

.login{
	position: absolute;
	left: 0px;
	top: 240px;
	z-index: 5;
	width: 100%;
	height: 880px;
	overflow: hidden;
	text-align: center;
}

.login .form{
	width: 1200px;
	margin: 0px auto;
	text-align: right;
}

.login .form form{
	margin: 0px 0px 0px auto;
	text-align: left;
	background: url(../images/login.png) no-repeat center top;
	width: 570px;
	height: 350px;
	overflow: hidden;
}

.login .form ul{
	padding: 80px 0px 0px 152px;
	text-align: left;
}

.login .form ul li{
	padding: 10px 0px 0px 0px;
}

.login .form ul li input{
	padding: 0px;
	vertical-align: middle;
}

.login .form ul li span{
	display: inline-block;
	vertical-align: middle;
}

.login .form ul li input.user{
	width: 220px;
	height: 40px;
	line-height: 39px;
	color: #949494;
	font-size: 14px;
	font-weight: bold;
	background: #ffffff url(../images/user.png) no-repeat 10px center;
	padding-left: 46px;
	border: 2px solid #a3d1d8;
}

.login .form ul li input.code{
	width: 220px;
	height: 40px;
	line-height: 39px;
	color: #949494;
	font-size: 14px;
	font-weight: bold;
	background: #ffffff url(../images/pwd.png) no-repeat 10px center;
	padding-left: 46px;
	border: 2px solid #a3d1d8;
}

.login .form ul li input.pwd{
	width: 220px;
	height: 40px;
	line-height: 39px;
	color: #949494;
	font-size: 14px;
	font-weight: bold;
	background: #ffffff url(../images/pwd.png) no-repeat 10px center;
	padding-left: 46px;
	border: 2px solid #a3d1d8;
}

.login .form ul li input.submit{
	background: #52e1d9;
	width: 270px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	color: #ffffff;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	-moz-border-radius: 6px;      /* Gecko browsers */
    -webkit-border-radius: 6px;   /* Webkit browsers */
    border-radius: 6px;            /* W3C syntax */
}

.login .form ul li input.user:focus , .login .form ul li input.pwd:focus {
	border: 2px solid #68bbde;
}

.errinfo{
	color: #FF0000;
	font-size: 12px;
}

.query{
text-align: center;
}