﻿*
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, "宋体";
}

body
{
	background-color: #ffffff;
	height: 100%;
	font-family: "宋体";
	font-size: 12px;
}
a
{
	font-size: 12px;
	color: #03ABC0;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #FF9900;
}
.clear
{
	clear: both;
}
/*=======首页========*/
.login_menu
{
	float: right;
	margin-top: 15px;
	margin-right: 50px;
	color: #03ABC0;
}
.index_bg
{
	background: url(../@images/top_bg.jpg) repeat-x;
	height: 33px;
	background-position: top;
}
.index_box
{
	margin: auto;
	margin-top: 30px;
	width: 500px;
	height: 480px;
	background-image: url(../@images/login_logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.index_textbox
{
	margin: auto;
	margin-top: 130px;
	width: 498px;
	height: 150px;
}
.woman_bt
{
	background-image: url(../@images/woman_bt.jpg);
	background-repeat: no-repeat;
	width: 105px;
	float: left;
	margin-left: 110px;
	margin-top: 5px;
	padding-top: 80px;
	background-position: center;
}
.man_bt
{
	background-image: url(../@images/man_bt.jpg);
	background-repeat: no-repeat;
	width: 85px;
	float: right;
	margin-right: 110px;
	margin-top: 5px;
	padding-top: 80px;
	background-position: center;
}
/*=======脚========*/
.feet
{
	font-size: 12px;
	color: #666666;
	text-align: center;
	clear: both;
	height: 30px;
	background-repeat: repeat-x;
	vertical-align: middle;
	margin-bottom:10px;
	color: #000000;
}
.feet_text
{
	font-size: 12px;
	color: #FF9900; /*#03ABC0;*/
	text-decoration: underline;
	font-weight: bold;
}
/*=======朗读========*/
.top_bg
{
	background-image: url(../@images/index_top_bg.jpg);
	background-repeat: repeat-x;
	height: 99px;
}
.top_logo
{
	background-image: url(../@images/index_logo.jpg);
	background-repeat: no-repeat;
	height: 99px;
	width: 350px;
	cursor: pointer;
}
.top_menu
{
	position: absolute;
	top: 20px;
	right: 20px;
}
.top_textbox
{
	position: absolute;
	top: 50px;
	right: 70px;
	z-index: 9999999999;
	margin-right: 2px;
	height: 20px;
}
.textarea1
{
	width: 400px;
	height: 24px;
	overflow: hidden; /*	overflow-x: hidden; 	overflow-y: auto;*/
	scrollbar-face-color: #aee1fc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	border-top: 1px solid #0EC4DB;
	border-left: 1px solid #0EC4DB;
	border-right: 1px solid #0EC4DB;
	border-bottom: 1px solid #0EC4DB;
	vertical-align: middle;
	color: #ccc;
	padding: 4px;
}
.menu_box
{
	margin-left: 20px;
	margin-top: -6px;
	margin-right: 20px;
}
.navitem
{
	float: left;
	text-align: center;
	margin-top: -6px;
}
.navitem div div
{
	padding-top: 7px;
}
.navitem .normal
{
	background-image: url(../@images/menu_bt.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 102px;
	margin-top: 3px;
}
.navitem .normal div
{
	color: #000;
}
.navitem .selected
{
	background-image: url(../@images/menu_selected_bt.jpg);
	height: 30px;
	width: 102px;
	background-repeat: no-repeat;
}
.navitem .selected div
{
	color: #044B81;
}
.navitem .selected div a
{
	color: #ffffff;
	font-weight: bold;
}
.mid-box
{
	background-image: url(../@images/grid1-bg.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	line-height: 33px;
	border: 1px solid #0EC4DB;
}
.buttom-box
{
	background-color: #F4FAFE;
	border-left: 1px solid #0EC4DB;
	border-right: 1px solid #0EC4DB;
	border-bottom: 1px solid #0EC4DB;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 5px;
	height: 50px;
}

