@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

select, input {
	vertical-align: middle;
}

ul, ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	list-style-type: none;
}

.fdl {
	float: left;
}

.fdr {
	float: right;
}

a {
	text-decoration: none;
	color: #333;
}

.header {
	background: url(../images/bg/header_top.jpg) repeat-x;
	height: 73px;
	width: 100%;
}

.header_nav {
	/* background: url(../images/bg/n_bg.jpg) repeat-x; */
	background: url("../images/bg/bg-repeat-global-nav.png") repeat-x 0 -0px;
	height: 35px;
	line-height: 35px;
	width: 100%;
	color: white;
}

.header .top_logo {
	padding-top: 10px;
	padding-left: 2px;
	float: left;
	width: 665px;
	height: 60px;
	line-height: 60px;
	margin-left: 12px;
	display: inline;
}

.header .language {
	background: url("../images/globle/icon_arrow.png") no-repeat right -28px;
	padding: 0px 25px 0px 10px;
	height: 25px;
	line-height: 22px;
	cursor: pointer;
	float: right;
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 10px;
	position: absolute;
    right: 1px;
	width: 90px;
}

.header .language img {
	vertical-align: text-bottom;
}

.header .login {
	/* float: left; */
	margin-top: 49px;
	padding: 0px 25px 0px 10px;
}

.header .top_logo h3 {
	padding-left: 10px;
    margin-top: 5px;
    color: #336699;
    font-family: yahei;
    font-weight: 400;
    font-size: 24px;
}

.header .header_l {
	width: auto;
	height: 65px;
}

.header .header_l a {
	float: left;
	/* width: 70px; */
	text-align: center;
	font-size: 12px;
	color: #666;
}

.header .header_l a:hover {
	font-weight: normal;
	color: #CC1100;
}

.header .header_l span {
	float: left;
	color: #666;
}

.filedLabel {
	font-weight: bold;
}

.readDiv {
	border-top: 0px;
	border-right: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	padding: 5px 5px 8px 5px;
	margin-bottom: 8px;
}

.container {
	width: 98%;
	min-height: 510px;
	margin: 0 auto;
	overflow: hidden;
}

.message {
	background: transparent url('../images/notif/message.png') no-repeat
		center right;
	z-index: 5;
}

/*footer*/
.footer {
	height: 62px;
	background-color: #0b0b41;
	width: 100%;
}

.footer_in {
	width: 1002px;
	margin: 0px auto;
}

.footer_in_l {
	float: left;
	color: white;
	padding-top: 18px;
	line-height: 2em;
}

.footer_in_l a {
	color: white;
	text-decoration: none;
}

.footer_in_l a:hover {
	color: white;
	text-decoration: underline;
}

.footer_in_r {
	float: right;
	padding-top: 15px;
	margin-right: 15px;
}

.footer_in_m {
	width: 800px;
	text-align: center;
	padding-top: 25px;
	color: white;
	margin: 0 auto;
}

.backtop {
	display: none;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background: url(../images/icon-run-top.png) no-repeat 0 0;
	position: fixed;
	_position: absolute;
	right: 0;
	bottom: 155px;
	_bottom: auto;
}

