@charset "utf-8";
/*---通用元素---*/
body {background:#303030;font-size:12px;color:#FFFFFF;font-family: "宋体";}
*{margin:0;padding:0;}
img{border:0;}
ul{list-style: none;}
a{outline:none;}
a{text-decoration:none;}
a:link{
	color:#969696;
}
a:visited {
	color:#9E9E9E;
}
a:hover{
	color:#0086C6;
}
a:active {color:#333333;}
.clear{clear:both;}
/*---通用元素---*/

/*---页面布局开始---*/
#wrapper1{
	margin:0 auto;
	text-align: center;
}
#wrapper2{
	margin:200px auto 0;
	text-align: center;
}
#wrapper2 .border{
	border: 1px solid #444444;
	width: 800px;
}
#wrapper{
	width:800px;
	margin:0 auto;
	border-right: 1px solid #444444;
	border-left: 1px solid #444444;
}
#top{
	height:30px;
	text-align:right;
	line-height:35px;
	padding-right: 50px;
}
#innerwrapper {
	margin-bottom: 5px;
	text-align:left;
	margin-top: 5px;
	*margin-top: 5px;
	_margin-top: 0px;
}
#left{
	width:160px;
	float:left;
}
#content{
	width:630px;
	float:left;
	margin: 0px 5px;
}
#right{ 
 width:160px;
padding:0px;
float:left;
}
#footer{
	height: 100px;
	width: 800px;
	margin-top: 15px;
}
/*---页面布局结束---*/
#top li{
	float:right;
	margin-right: 10px;
	background: url(images/ico.gif) no-repeat left center;
	text-indent: 15px;
}	
#banner{
	text-align:center;
	height:180px;
}
#left h5{
	width:140px;
	margin:2px auto 8px;
	background: #F97C00;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	height: 25px;
}
#left li{
	width:140px;
	height:25px;
	line-height:25px;
	margin:2px 0 2px 5px;
	text-indent:50px;
	border-bottom: 1px dashed #7B7B7B;
	}
#left li a{
	width:140px;
	height:25px;
	line-height:25px;
	background: #000000 url(images/img_r3_c3.gif) no-repeat 30px center;
	display:block;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-indent: 50px;
	}
#left li a:hover{
	background:#444444 url(images/img_r3_c3.gif) no-repeat 30px center;
	}
#content h5{
	background: url(images/img_lp_r6_c7.jpg) no-repeat 20px center;
	height: 25px;
	width: 620px;
	border: 1px solid #444444;
	line-height:25px;
	text-indent: 35px;
	color: #FFC700;
	font-weight: bold;
	font-size: 14px;
}
#content h6	{
	font-size: 13px;
	line-height: 20px;
	color: #FFC700;
	text-indent: 15px;
	margin-top: 10px;
	font-weight: normal;
}
#content p{
	line-height: 20px;
	margin-top: 10px;
	margin-left: 20px;
}
#content .text{
	width:450px;
	float:left;
}
#content .text p{
	text-indent: 25px;
	margin-left: 0px;
	margin-top:5px;
	word-spacing: 1pt;
}
#content .img{
	float:right;
	width:170px;
	text-align:center;
}
#content .img img{
	margin-top: 15px;
}
#content .img p{
	font-size: 13px;
	line-height: 23px;
	color: #FFC700;
	text-align: left;
}
#content p.import{
	font-size: 20px;
	color: #FFC700;
}
#content p.buddy img{
	border: 1px solid #F4D540;
	padding:2px;
	margin: 6px 2px;
}
#innerwrapper .aboutimg h5{
	background: url(images/img_lp_r6_c7.jpg) no-repeat 20px center;
	height: 25px;
	width: 800px;
	line-height:25px;
	text-indent: 35px;
	color: #FFC700;
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	margin: 5px 0px;
}
#innerwrapper .aboutimg p{
	text-align:center;}
#footer .left{
	background: url(images/footer_r1_c1.gif) no-repeat left top;
	height: 100px;
	width: 700px;
	padding-left: 14px;
	margin:0 auto;
}
#footer .left .right{
	background: url(images/footer_r1_c5.gif) no-repeat right top;
	height: 100px;
	padding-right: 13px;
}
#footer .left .right p{
	height:100px;
	background: url(images/footer_r1_c3.gif) repeat-x;
	text-align: center;
	line-height: 22px;
	padding-top: 15px;
}
#content #imgshow{
	line-height: 70px;
	margin-top: 10px;
}
#content #imgshow img,#innerwrapper .aboutimg img{
	padding: 5px;
	margin:5px 4px;	
	}

#content #imgshow a,#innerwrapper .aboutimg a{
	border: 2px solid #E0E0E0;
}

#content #imgshow a:hover,#innerwrapper .aboutimg a:hover{
	border: 2px solid #F4D540;
}
/*图片展示特效*/
.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 100;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: 100px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}

