@import url('/style/reset.css');
@import url('/style/global.css');
@import url('/style/botton.css');
@import url('/css/commons.css');

html, body {
	font-family: '宋体';
	font-size: 13px;
	background: url('/style/v1/images/whiteBg.png');
}

.adancer_main {
	min-width: 960px;
	margin: 0 auto;
}

.adancer_container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.box_content { 
	background: #fff; 
	border: 1px solid; 
	border-color: #e5e5e5 #dbdbdb #d2d2d2; 
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; 
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; 
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px; 
}

.box_content.top {
	
}

.box_content.middle {
	border-top: 0 none;
}

.box_content.bottom {
	border-top: 0 none;
}

.box_rounded { 
	border-radius: 6px; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	-o-border-radius: 6px; 
	-khtml-border-radius: 6px; 
}

.box_rounded.top {
	border-radius: 6px 6px 0 0; 
	-webkit-border-radius: 6px 6px 0 0; 
	-moz-border-radius: 6px 6px 0 0; 
	-o-border-radius: 6px 6px 0 0; 
	-khtml-border-radius: 6px 6px 0 0; 
}

.box_rounded.middle {
	border-radius: 0; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
	-o-border-radius: 0x; 
	-khtml-border-radius: 0;
}

.box_rounded.bottom {
	border-radius: 0 0 6px 6px; 
	-webkit-border-radius: 0 0 6px 6px; 
	-moz-border-radius: 0 0 6px 6px; 
	-o-border-radius: 0 0 6px 6px; 
	-khtml-border-radius: 0 0 4px 4px; 
}

.adancer_top {
	height: 40px;
	background: url('/style/v1/images/adancer_top.jpg');
}

.adancer_top .logo {
	float: left;
	width: 108px;
	height: 40px;
	background: url('/style/v1/images/adancer_top_logo.jpg') no-repeat;
}

.adancer_top .logo a {
	text-decoration: none;
	height: 40px;
	width: 108px;
	line-height: 40px;
	display: block;
	overflow: hidden;
}

.adancer_top .list {
	float: left;
	font-size: 13px;
	color: #FFFFFF;
	height: 20px;
	padding: 13px 10px 7px 10px;
}

.adancer_top .list a {
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0px 5px;
	color: #FFFFFF;
	float: left;
	text-align: center;
}

.adancer_top .login_menu {
	float: right;
	font-size: 13px;
	color: #FFFFFF;
	height: 20px;
	padding: 13px 0px 7px 0px;
}

.adancer_top .login_menu a {
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0px 2px;
	color: #ffffff;
	float: left;
	text-align: center;
}

.adancer_top .login_menu span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0px 2px;
	color: #3b0035;
	float: left;
	text-align: center;
}

/**
 * toTop
 */
.toTop {
	height: 186px;
	width: 32px;
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 999;
	cursor: pointer;
	display: none;
	background: url('/style/v1/images/toTop.png') no-repeat;
}

*html .toTop {
	position: absolute;
	right: 0;
	top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-286+'px');
	cursor: pointer;
	display: none;
}

/** Footer Style **/
#footer {
	height: 270px; 
	background: #2d2d2d; 
	border-top: 3px solid #631d5c; 
	filter:alpha(opacity=90); 
	-moz-opacity:0.9; 
	-khtml-opacity: 0.9; 
	opacity: 0.9;
}

#footer .sevice {
	width: 960px;
	overflow: hidden;
	padding-top: 10px;
}

#footer .sevice dl {
	float: left;
	display: inline;
	width: 114px;
	padding: 20px 14px 20px 14px;
}

#footer .sevice dl dt {
	color: #d7d7d7;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 37px;
	border-bottom: 1px solid #535353;
	margin-bottom: 5px;
	font-size: 13px;
}

#footer .sevice dl dd {
	height: 22px;
	line-height: normal;
	font-size: 13px;
	padding-left: 12px;
}

#footer .sevice dl dd a {
	color: #666;
	text-decoration: none;
}

#footer .sevice dl dd a:hover {
	color: #106bb4;
	text-decoration: underline;
}

#footer .sevice dl.logo {
	width: 360px;
	padding-top: 100px;
	background: url('/style/v1/images/foot_logo.jpg') no-repeat;
}

#footer .sevice dl.logo dt {
	background: none;
	border: 0;
}

#footer .sevice dl.logo dd {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: tahoma,arial,宋体,sans-serif;
    color: #666;
}

#footer .icp {
	width: 920px; 
	margin: 0 auto; 
	padding: 15px; 
	text-align: center; 
	border-top: 1px solid #535353; 
	height: 20px;
}
