@charset "utf-8";
* { margin:0; padding:0;}
body {
	font: 100% Verdana, Geneva, sans-serif;
	font-size:12px;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	}
a{
	color:#B40001;
	text-decoration:none;
}
a:hover{
	color:#B40001;
	text-decoration:underline;
}
p{line-height:18px;}
img{border:none;}
li{list-style:none;}
.clear{clear:both;}
.txtUrl{
}
/*---------------------------*/

.wrap {
	height: 750px;
	width: 1000px;
	margin:auto;
	background-image:url(../img/back.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	position:relative;
}

/*---------------------------*/
.top{
	height:300px;
}
.top .logo{
	width:149px;
	height:211px;
	background-image:url(../img/keydge.png);
	background-repeat:no-repeat;
	position:absolute;
	top:50px;
	left:100px;
}
.top .title{
	width:406px;
	height:50px;
	position:absolute;
	top:239px;
	left:413px;
	background-image:url(../img/title.png);
	background-repeat:no-repeat;
}
.top .lan{
	width:40px;
	height:15px;
	background-color:#A82946;
	position:absolute;
	top:35px;
	left:893px;
	color:#FFF;
	font-weight:bold;
	padding:3px;
}
/*---------------------------*/
#nav{
	height:33px;
	background-image:url(../img/backMenu.png);
	background-repeat:no-repeat;
}
#smoothcontainer{
	height:33px;
}
/*---------------------------*/
.content{	
	height:300px;
	width:550px;
	margin-left:410px;
	*margin-left:380px;
	text-align:left;
}

.textArea{
	padding-top:20px;
	height:300px;
}
.textArea p{
	margin-bottom:2px;
}
.linkLogo{
	margin-top:10px;
	text-align:left;
}
.linkLogo span
{
	display:inline-block;
	height:106px;
	margin-right:30px;
	text-align:center;
}
.linkLogo .xmqiezi{
	padding-bottom:10px;
}
.linkLogo .iartmall{
	width:143px;
	height:106px;
}


/*---------------------------*/
.footer{
	color:#666;
	font-size:10px;
	height:60px;
	margin-top:100px;
}
.footer p{
	margin:2px;
}
/*----------------SubPage--------------------*/
.subPage{
	text-align:left;
	padding:20px;
	padding-left:30px;
	padding-right:30px;
	line-height:20px;
}
.subPage ul{
		padding-left:20px;
}
.subPage li{
	list-style-type: square;
}
.subPage p{margin:10px 0 0 0;}
.subPage h1{margin-bottom:20px;color:#000;font-size:20px;}
.subPage h2{margin-bottom:20px;font-size:12px; font-weight:bold; color:#A82946;}
.subPage .captioned_image
{
	position: relative;
	float: left;
	margin-right: 17px;
}

.subPage .captioned_image div
{
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
}

