@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "微软雅黑", Dotum;
	font-size: 12px;
	color: #333;
}
.intro {
	font-family: "微软雅黑", Dotum;
	font-size: 20px;
	font-weight: bold;
	color: #434343;
}
.top_menu a {
	font-family: "微软雅黑", Dotum;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.top_menu a:link {
	text-decoration: none;
}
.top_menu a:visited {
	text-decoration: none;
	color: #FFF;
}
.top_menu a:hover {
	text-decoration: none;
	color: #23396b;
}
.top_menu a:active {
	text-decoration: none;
	color: #FFF;
}

.top_en_menu a {
	font-family: "微软雅黑", Dotum;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.top_en_menu a:link {
	text-decoration: none;
}
.top_en_menu a:visited {
	text-decoration: none;
	color: #FFF;
}
.top_en_menu a:hover {
	text-decoration: none;
	color: #23396b;
}
.top_en_menu a:active {
	text-decoration: none;
	color: #FFF;
}
.sub_title {
	font-family: "微软雅黑", Dotum;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.sub_en_title {
	font-family: "微软雅黑", Dotum;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.left_menu_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
}
.left_menu1 {
	font-weight: bold;
	color:#FFF;
	cursor:pointer;
	background:#f68d47;
}

.left_menu {
	cursor:pointer;	
	color:#000000;
	background:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdb;
}

a {
	font-family: "微软雅黑", Dotum;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
a:active {
	text-decoration: none;
	color: #F30;
}