﻿@charset 'utf-8';

/* 样式重置 */
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#A8A76E;
	font-family:Arial, "宋体";
	background-color: #FFFFFF;
}

/* 默认文字字体、文字颜色、背景颜色或者图像等 */
a { color:#555; text-decoration:none; }
a:hover { color:#285898; text-decoration:underline; }

/* 形象页 */
.indexbox{
	width:1002px;
	height:620px;
	position:absolute;
	left:50%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -501px;
}
.banner{width:1002px; height:557px; overflow:hidden;}
.language{clear:both; color:#fff; font-weight:bold; text-align:center; line-height:40px;}
.language a{color:#fff; margin:0 14px;}
.language a:hover{color:#fff; text-decoration:underline;}
.copyright{
	text-align:center;
	color:#FFFFFF;
	line-height:63px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 1002px;
	background-image: url(1.jpg);
	background-repeat: repeat-x;
}
.copyright a{color:#FFFFFF; text-decoration:underline; margin:0 10px;}
.copyright a:hover{color:#CCCC33; text-decoration:none;}
.copyright .f_99b9fd_10{
	font-size:11px;
	font-family:Arial;
	padding-left: 30px;
}
.copyright .design{
	float:right;
	display:block;
	width:200px;
	text-align:right;
	padding-right: 50px;
}
