/*----------MainReset*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
*:focus{
	outline:none;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:400;
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;font-weight:400;line-height:1em;
}
q:before,q:after{
	content:'';
}
fieldset,img,abbr,acronym{
	border:0;
}
label{
	cursor:pointer;
}
input{
	border:none;
}
textarea{
	overflow:auto;
}
a,a:visited{
	text-decoration:none;
	color:#888;
}
a:hover{
	color:#000;
}
blockquote{
	margin-left:20px;
	padding:10px;
	border:1px dotted #CCC;
}
/*----------MainFrame*/
body{
	background:#EAEAEA;
	font-family:"宋体", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	min-height:1px;
}
* html .clearfix{
	height:1%;
}
#wrapper{
	width:960px;
	margin:50px auto 0 auto;
}
#logo{
	float:left;
	width:350px;
	margin-right:50px;
}
#logo a{
	display:block;
	width:350px;
	height:41px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
}
.menuwrap{
	float:right;
	width:420px;
	font-size:1em;
	height:50px;
	line-height:50px;
	background:url(../images/menu.png) left top no-repeat;
}
#menu{
	float:right;
	height:50px;
	line-height:50px;
	padding-right:13px;
	background:url(../images/menu.png) right bottom no-repeat;
}
#menu li{
	float:left;
	margin-top:11px;
}
#menu li a{
	display:block;
	float:left;
	height:33px;
	line-height:28px;
	padding:0 21px;
}
#menu li a span{
	font-weight:bold;
	color:#FFA8A8;
}
#menu li a:hover span{
	color:#F00;
}
#slider{
	background:url(../images/white_slice.png) right bottom no-repeat;
	padding-bottom:40px;
	margin-top:14px;
}
.top-bg{
	background:url(../images/white_slice.png) left top no-repeat;
	height:40px;
	width:960px;
}
#slider-child{
	background:url(../images/white_slice.png) center top repeat-y;
}
.slider-wrapper li{
	width:860px;
	margin:0 auto;
}
.item{
	width:860px;
	margin:auto;
	position:relative;
}

#prevBtn,#nextBtn{
	display:block;
	position:absolute;
	top:120px;
	width:42px;
	height:42px;
	background:url(../images/arrows.png) left center no-repeat;
	_background:none;
	overflow:hidden;
}

#prevBtn{
	left:-20px;
}

#nextBtn{
	background-position: right center;
	right:-20px;
}

#prevBtn a,#nextBtn a, #prevBtn .bg, #nextBtn .bg{
	display:block;
	width:42px;
	height:42px;
	text-indent:-9999px;
	position:absolute;
	z-index:100;
	_blr:expression(this.onFocus=this.blur());
}

#prevBtn .bg{
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrows.png');
}

#nextBtn .bg{
	width:84px;
	right:0;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/arrows.png');
}

#index{
	background:url(../images/shadow.png) left top no-repeat;
	margin-top:14px;
	padding-top:20px;
}
.shadow{
	background:url(../images/shadow.png) center top repeat-y;
}
.citem{
	float:left;
	width:280px;
	margin-left:30px;
	display:inline;
}
.citem h2{
	font-family:"微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#555;
	border-bottom:1px solid #D2D2D2;
	padding-left:1.5em;
	padding-bottom:10px;
	margin-bottom:10px;
}
.citem ul li,.item p{
	line-height:2em;
}
#footer{
	background:url(../images/black_slice.png) right -20px no-repeat;
	padding-top:66px;
	margin-bottom:20px;
}
#footer p{
	margin-left:30px;
	margin-right:30px;
	line-height:2em;
}
#main{
	width:960px;
	margin:14px auto 0 auto;
	background:url(../images/black_slice.png) left top no-repeat;
	padding-top:45px;
}
#container{
	background:url(../images/content.png) center top repeat-y;
}
.content{
	float:left;
	display:inline;
	width:560px;
	margin-left:40px;
	padding-top:20px;
	padding-bottom:20px;
	overflow:hidden;	
	font-size:1.167em;
}
.content img{
	max-width:560px;
}
.content p,.content h3,.content h2{
	line-height:2em;
}
.content h2{
	font-size:1.5em;
	color:#333;
}
.content h3{
	font-weight:bold;
}
.content p a,.content p a:visited{
	color:#333;
	text-decoration:underline;
}
.content p a:hover{
	color:#444;
	text-decoration:none;
}
#sidebar{
	float:left;
	width:265px;
	margin-left:60px;
	padding-top:20px;
	padding-bottom:20px;
}
#sidebar h2{
	font-family:"微软雅黑", "黑体", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	border-bottom:1px solid #DDD;
	padding-bottom:6px;
}
#sidebar .widget{
	margin-bottom:2em;
}
.widget ul{
	font-size:1.167em;
	margin-top:12px;
}
.widget ul li{
	line-height:2em;
	border-bottom:1px solid #DDD;
}
.widget ul li a,.widget ul li a:visited{
	color:#333;
	display:block;
	width:265px;
}
.widget ul li a:hover{
	background:#F5F5F5;
	color:#444;
}
.widget p{
	line-height:2em;
	margin-top:12px;
}
#tabs{
	width:560px;
	overflow:hidden;
}
.ui-tabs .ui-tabs-hide {
     display: none;
}
.ui-tabs-nav,.ui-tabs-nav li{
	float:left;
}
.ui-tabs-nav{
	border-right:1px solid #DDD;
	margin-left:10px;
}
.ui-tabs-nav li a,.ui-tabs-nav li a:visited{
	display:block;
	padding:6px;
	background:url(../images/tabs.png) repeat-x;
	width:42px;
	height:16px;
}
.ui-tabs-nav li a:hover{
	color:#333;
}
.ui-tabs-panel{
	margin-top:10px;
}
.ui-tabs-nav li.disaccount a,.ui-tabs-nav li.disaccount a:visited{
	background:url(../images/tab-special.png) repeat-x;
	color:#F66;
}
.ui-tabs-nav li.disaccount a:hover{
	color:#F33;
}
