@charset "utf-8";
/* CSS Document */

/* index --------------------------------------------------------------------*/
.index_wrapper{
	width:1000px;
	height:auto;
	background:#000000;
	font-size:12px;
	line-height:135%;
	clear:both;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #700080;
}

.index_header{width:1000px; height:40px; text-align:center; clear:both;}
.index_header h1{font-size:12px; line-height:40px; font-weight:normal;}

.index_image img{margin:0px auto;}

.index_btn{
	width:1000px;
	height:auto;
	text-align:center;
	clear:both;
	margin-top: 30px;
}
.index_btn table{
	margin:0px auto;
	text-align:center;
}

.index_mobile{width:400px; height:auto; margin:0px auto; text-align:left; clear:both;}
.index_mobile p{color:#FFF; font-size:10px; line-height:100%;}
.index_mobile strong{font-size:18px; font-weight:bold; line-height:100%;}
.index_mb_left{width:200px; height:auto; float:left;}
.index_mb_right{width:200px; height:auto; float:right;}
.index_mb_right img{margin:0px 12px 0px 5px;}

.index_copyright{width:1000px; height:30px; color:#FFFFFF; background:#700080; line-height:30px; text-align:center; clear:both;}

