﻿@charset "utf-8";

#header {
	width:1003px;
	background:#fff;
	margin:0 auto;
}
/*最上边的登录区样式*/
#header .login {
	height:32px;
	background:url(../img/IndexBg.gif);
	border-bottom:#c2c2c2 solid 1px;
	position:relative;
}
/*主办*/
.login .copyrights {
	width:140px;
	position:absolute;
	left:0;
	top:0;
	height:32px;
	line-height:32px;
	padding-left:10px;
}
/*登录区*/
.login .LoginInfo {
	position:absolute;
	width:430px;
	height:32px;
	left:170px;
	top:0;
	line-height:32px;
}
/*文本框*/
.LoginInfo .LoginBox {
	width:83px;
	height:15px;
	line-height:15px;
	padding-left:5px;
	border:#ddd solid 1px;
	border-top:#dedede solid 1px;
	border-left:#dedede solid 1px;
	margin-right:6px;
}
/*登录按钮*/
.LoginInfo .EnterBtn {
	width:47px;
	height:17px;
	color:#6f6f6f;
	background:#f6f6f6;
	border:#6f6f6f solid 1px;
	margin-top:8px;
	cursor:pointer;
}
/*新用户注册*/
.LoginInfo a {
	padding-left:10px;
	color:#000;
}
/*搜索区*/
.login .search {
	position:absolute;
	right:0;
	top:0;
	width:360px;
	height:32px;
	line-height:32px;
}
.search a {
	padding:0 8px;
	color:#000;
}
.search .SearchBox {
	width:77px;
	height:15px;
	line-height:15px;
	padding-left:5px;
	border:#ddd solid 1px;
	border-top:#dedede solid 1px;
	border-left:#dedede solid 1px;
	margin-right:6px;
}
/*搜索按钮*/
.search .SearchBtn {
	width:47px;
	height:19px;
	background:#969696;
	color:#fff;
	margin-top:6px;
	border:none;
	cursor:pointer;
	padding:2px 0;
}
/*logo区域样式*/
.HeaderLogo {
	position:relative;
	height:86px;
	background:#fff;
}
.logo {
	width:308px;
	height:86px;
	position:absolute;
	left:0;
	top:0;
}
/*logo右边的广告条*/
.HeaderAdvertisement {
	width:680px;
	height:60px;
	position:absolute;
	right:0;
	top:14px;
}
/*导航区域样式*/
.NavDiv {
	height:32px;
	position:relative;
	background:url(../img/IndexBg.gif) repeat-x 0 -32px;
}
/*左侧时间*/
.NavDiv .time {
	position:absolute;
	height:32px;
	width:292px;
	line-height:32px;
	text-align:center;
	color:#fff;
	background:url(../img/icon.gif) no-repeat left -278px;
}
/*导航菜单*/
.NavDiv .nav {
	width:708px;
	position:absolute;
	right:0;
	top:0;
	height:32px;
	line-height:32px;
}
.NavDiv .nav li {
	float:left;
	background:url(../img/icon.gif) no-repeat 0 -362px;
}
.nav #NavIndex {
	background:none;
}
.NavDiv .nav li a {
	color:#fff;
	display:block;
	width:77px;
	height:32px;
	line-height:30px!important;/*修正火狐浏览器的上间距*/
	line-height:32px;
	text-align:center;
}
/*鼠标经过样式*/
.NavDiv .nav li a:hover {
	background:url(../img/icon.gif) no-repeat 4px -322px;
}
/*banner图片*/
.banner {
	height:130px;
	background:url(../img/banner.jpg) no-repeat;
}
/*滚动信息*/
.ScrollDiv {
	height:26px;
	line-height:26px;
	background:#ebebeb;
	padding:0 10px;
	position:relative;
}

/*左侧页面的当前位置导航*/
.ScrollDivLeft {
	width:350px;
	position:absolute;
	top:0;
	left:120;
	azimuth:center;
}
.ScrollDivLeft span a {
	color:#f00;
	padding:0 5px;
	background:none;
}
.ScrollDivLeft small {
	font-size:12px;
	padding:0 5px;
}
/*右侧滚动信息*/
.ScrollDivRight {
	width:600px;
	position:absolute;
	right:30px;
}
.ScrollDiv a {
	padding:0 30px 0 10px;
	background:url(../img/icon.gif) no-repeat center -132px;
}
/*=====================================主内容区样式开始===================================*/
#content {
	width:998px;
	margin:0 auto;
	padding:8px 2px 8px 3px;
	background:#fff;
}
/*左边的部分*/
.LeftTd {
	border:#ccc solid 1px;
	padding:5px;
	background:#eee;
}
/*为了做出左边双重边线的效果的样式*/
.PaddingDiv {
	background:#fff;
	border:#ccc solid 1px;/*height:100%!important;
	height:880px;*/
}
.LeftTdTop {
	background:url(../img/LeftTdTop.jpg) no-repeat top center;
	height:9px;
	overflow:hidden;
}
.LeftTdCenter {
	background:url(../img/LeftTdCenter.jpg) repeat-y top center;
}
.LeftTdCenterJL {
	background:url(../img/LeftTdCenterJL.jpg) repeat-y top center;
}
.LeftTdBottom {
	background:url(../img/LeftTdBottom.jpg) no-repeat top center;
}
/*左边列表部分的标题*/
.SubpageTitle {
	height:20px;
	line-height:61px;
	font-size:14px;
	color:#cf0008;
	padding-left:50px;
	background:url(../img/icon.gif) no-repeat 30px -1120px
}
/*多种颜色*/
.SubpageTitleBlue {
	height:61px;
	line-height:61px;
	font-size:14px;
	color:#3dadb8;
	padding-left:50px; 
	background:url(../img/blue.gif) no-repeat 30px 25px
}
.SubpageTitleRed1 {
	height:61px;
	line-height:61px;
	font-size:14px;
	color:#ae5b01;
	padding-left:50px;
	background:url(../img/Red1.gif) no-repeat 30px 25px
}

.SubpageTitleRed2 {
	color:#cf0008;
	height:61px;
	line-height:61px;
	font-size:14px;
	padding-left:50px;
	background:url(../img/bg_02.gif) repeat-x;
	margin-left:10px;
	margin-right:10px;
	
}
.SubpageTitlePurple {
	height:61px;
	line-height:61px;
	font-size:14px;
	color:#ae01a7;
	padding-left:50px;
	background:url(../img/Purple.gif) no-repeat 30px 25px
}
.SubpageTitleGreen {
	height:61px;
	line-height:61px;
	font-size:14px;
	color:#448529;
	padding-left:50px;
	background:url(../img/green.gif) no-repeat 30px 25px
}
/*左边列表部分的标题下面的横线*/
.SubpageTitleLine {
	height:6px;
	overflow:hidden;
	background:url(../img/SubPageTitleBg.jpg) repeat-x;
	margin:0 10px;
}
.SubpageTitleLineBlue {
	height:6px;
	background:url(../img/SubPageTitleBg.jpg) repeat-x left -6px;
	margin:0 10px;
	overflow:hidden;
}
.SubpageTitleLineRed1 {
	height:6px;
	background:url(../img/SubPageTitleBg.jpg) repeat-x left -12px;
	margin:0 10px;
	overflow:hidden;
}
.SubpageTitleLinePurple {
	height:6px;
	background:url(../img/SubPageTitleBg.jpg) repeat-x left -18px;
	margin:0 10px;
	overflow:hidden;
}
.SubpageTitleLineGreen {
	height:6px;
	background:url(../img/SubPageTitleBg.jpg) repeat-x left -24px;
	margin:0 10px;
	overflow:hidden;
}
/*只有文字的列表的样式*/

.TextList {
	padding-left:20px;
	padding-top:20px;
}
.TextList li {
	padding:5px 10px;
	background:url(../img/icon.gif) no-repeat left -1180px;
}
.TextList li a {
	color:#000;
}
.TextList li span {
	color:#858585;
}
/*每5行进行一个空行*/
.TextList .noImg {
	background:none;
}
/*左边图片右边文字简洁的样式*/
.ImgAndTextList {
	padding:0px 0px;
}
.ImgAndTextList li {
	border-bottom:#d6d6d6 solid 1px;
	margin:5px 2px;
	padding:10px 25px 10px 140px;
	position:relative;
	background:none!important;
	background:url(../img/point.gif) repeat-x bottom;
}
.ImgAndTextList li img {
	width:95px;
	height:65px;
	padding:2px;
	position:absolute;
	border:#d5d7d6 solid 1px;
	left: 20px!important;
	top: 30px!important;
	left: -120px;
	top: 40px;
}
.ImgAndTextList li h2 {
	height:23px;
	line-height:23px;
	padding-left:23px;
	font-size:14px;
	color:#393939;
	background:url(../img/icon.gif) no-repeat left -1236px;
}
.ImgAndTextList li p {
	line-height:160%;
	padding:2px;
}
.ImgAndTextList li p span {
	color:#f00;
}
/*图片列表的样式*/
.gallery {
	margin: 0 auto;
	padding: 20px;
	padding-left:40px;
	text-align:center;
}
.gallery li {
	padding: 10px;
	margin: 10px 10px!important;
	margin: 0px 10px;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
	display:block;
}
.gallery li:hover img {
	border-color: #999;
}
.gallery em {
	width: 200px;
	padding: 3px 0 6px;
	position: absolute;
	bottom: -15px!important;
	bottom: -7px;
	left: 10px;
	font-style: normal;
	text-align: center;
}
.gallery a {
	text-decoration: none;
	color: #000;
	display:block;
	float:left;
	width: 180px;
	height: 130px;
}
.gallery a:hover em {
	display:block;
	color:#f00;
}
/*分类新闻列表的样式*/
.IndexLisetStyle {
	padding:0 20px;
}
.IndexLisetStyle .LeftImgTd {
	text-align:center;
}
.LeftImgTd a img {
	width:170px;
	height:120px;
	padding:10px;
	/*border:#d8d8d8 solid 0px;*/
}
.LeftImgTd a:hover img {
	border:#f60 solid 0px;
}
.RightTextListTd h5 {
	height:33px;
	line-height:33px;
	padding-left:25px;
	background:url(../img/RightTextListTitle.gif) no-repeat;
}
.RightTextListTd ul li 
{
	height:24px;
	line-height:24px;
	padding:4px 10px;
	padding-left:15px;
	background:url(../img/icon.gif) no-repeat 5px -128px;
}
.RightTextListTd li span {
	float:right;
}
.RightTextListTd .More {
	text-align:right;
	float:right;
	background:none;
}
.RightTextListTd ul .More a {
	display:block;
	width:55px;
	height:20px;
	background:url(../img/more2.gif) no-repeat left top;
	text-indent:-99999px;
}
.RightTextListTd ul .More a:hover {
	background:url(../img/more2.gif) no-repeat left bottom;
}
/*详细新闻的样式*/
.NewsDatileTitle {
	padding:25px 0;
	font-family: "黑体", "微软雅黑";
	color: #3d3d3d;
	text-align: center;
	font-size: 24px;
	border-bottom:#c9c9c9 solid 1px;
	margin:0 15px;
}
.NewsInfo {
	text-align:center;
	padding:6px 0;
}
.NewsInfo span {
	color:#f00;
	padding:0 6px;
}
.NewsInfo a {
	padding:0 6px;
}
.NewsParagraph {
	padding:10px 30px;
}
.NewsParagraph p {
	font-size:14px;
	padding:6px 0;
	line-height:200%;
}

.narrow p {
	font-size:12px;
}
.large p {
	font-size:16px;
}
.select {
	font-weight:bold;
	color:red;
}
/*网友评论的部分*/
.Comments {
	padding:20px 30px;
	margin:0 auto;
}
.Comments .ImgNews {
	position:relative;
	height:20px;
	line-height:20px;
	color:#fff;
	padding-left:15px;
	background:url(../img/icon.gif) no-repeat left -36px;
}
.Comments .CommentsBoder {
	padding:10px;
	position:relative;
	border:#c9c9c9 solid 1px;
}
.CommentsBoder textarea {
	width:560px;
	padding:5px 120px 5px 5px;
	border:#c9c9c9 solid 1px;
}
.SubButton {
	width:80px;
	height:83px;
	cursor:pointer;
	border:none;
	background:url(../img/SubButton.jpg) no-repeat;
	position:absolute;
	right: 70px;
	top: 35px;
}
.SubButtonEng {
	width:80px;
	height:83px;
	cursor:pointer;
	border:none;
	background:url(../img/engSubButton.jpg) no-repeat;
	position:absolute;
	right: 70px;
	top: 35px;
}
/*分页的样式*/
.Pages {
	height:40px;
	line-height:40px;
	padding-bottom:30px;
	text-align:center;
}
.Pages a {
	color:#000;
}
.Pages span {
	color:#f00;
	padding:0 3px;
}
.Pages a small {
	font-size:12px;
}
.Pages .Location {
	color:#f00;
}
/*中间的空的窄的td*/
.MiddleTd {
	width:6px;
}
/*右边部分的td*/
.RightTd {
	width:222px;
	border:#ccc solid 1px;
}
/*天气预报的样式*/
.WeatherDiv {
	padding:0 1px;
}
/*公用的类别标题*/
.NewsTitle {
	color:#ca0000;
	margin:0 8px;
	height:27px;
	line-height:27px;
	padding-left:17px;
	background:url(../img/icon.gif) no-repeat 0 6px;
	border-bottom:#ca0000 solid 1px;
	position:relative;
}
/*公用的类别标题的more*/
.NewsTitle a {
	position:absolute;
	right:0px;
	top:6px;
}
.HotList {
	padding:8px;
}
.HotList li {
	height:28px;
	line-height:28px;
	padding-left:18px;
}
.HotBg1 {
	background:url(../img/bg_026.png) no-repeat left 7px;
}
.HotBg2 {
	background:url(../img/bg_026.png) no-repeat left -20px;
}
.HotBg3 {
	background:url(../img/bg_026.png) no-repeat left -46px;
}
.HotBg4 {
	background:url(../img/bg_026.png) no-repeat left -72px;
}
.HotBg5 {
	background:url(../img/bg_026.png) no-repeat left -99px;
}
.HotBg6 {
	background:url(../img/bg_026.png) no-repeat left -124px;
}
.HotBg7 {
	background:url(../img/bg_026.png) no-repeat left -150px;
}
.HotBg8 {
	background:url(../img/bg_026.png) no-repeat left -177px;
}
.HotBg9 {
	background:url(../img/bg_026.png) no-repeat left -203px;
}
.HotBg10 {
	background:url(../img/bg_026.png) no-repeat left -228px;
}
/*=====================================一下是价格行情页面的样式===================================*/

/*登录区样式*/
.PriceTableLeftTd {
	padding:3px;
	border:#f7bfbe solid 1px;
}
.PriceTableLeftTd h4 {
	color:#fff;
	text-align:center;
	height:26px;
	line-height:23px;
	background:url(../img/PriceIcon.gif) repeat-x;
	font-size:12px;
}
.UserLoginInfo {
	padding:0px 0 10px 0;
}
.UserLoginInfo .UserLoginInfoLine {
	padding:10px 0;
}
.UserLoginInfoLine p {
	line-height:180%;
	padding:0 8px;
	color:#464646;
	padding-bottom:10px;
	background:url(../img/point.gif) repeat-x bottom;
}
.UserLoginInfo p {
	padding:6px 4px;
	color:#464646;
}
.UserLoginInfo p input {
	width:144px;
	height:16px;
	line-height:16px;
	border:#737373 solid 1px;
}
.UserLoginInfo p button {
	border:#c9c9c9 solid 1px;
	width:47px;
	height:19px;
	color:#666;
	cursor:pointer;
	margin:8px;
}
/*精彩专题样式*/
.TopicsNav ul {
	padding:2px 0 15px 0;
}
.TopicsNav ul li {
	padding-bottom:1px;
}
.TopicsNav ul li a {
	display:block;
	padding-left:20px;
	color:#464646;
	height:26px;
	line-height:26px;
	background:#dadada url(../img/icon.gif) no-repeat 10px -126px;
}
.TopicsNav ul li a:hover {
	color:#fff;
	background:#ac0202;
}
/*国内和国际行情搜索的样式*/
.PriceQuery {
}
.PriceQuery p {
	padding:6px 0;
	text-align:center;
}
.PriceQuery p select {
	width:190px;
	color:#484848;
}
.PriceQuery p button {
	border:#c9c9c9 solid 1px;
	width:47px;
	height:19px;
	color:#666;
	cursor:pointer;
	margin:8px;
}
/*关于我们的样式*/	
.PriceContact p {
	padding:8px;
	color:#484848;
}
/*中间主内容区的样式*/	
.PriceTableCenterTd {
	border:#ccc solid 1px;
}
/*搜索样式*/
.TopSearchBov {
	background:#ddd;
	margin-bottom:8px;
	padding:5px 20px;
}
.TopSearchBov input {
	width:200px;
	margin:0 6px;
}
.TopSearchBov button {
	margin:0 6px;
}
/*招聘列表*/
.JobList {
	padding:10px;
}
.JobListTable {
	border-collapse:collapse;
}
.JobListTable th {
	background-color:#CCCCCC;
	border-bottom:#999 solid 1px;
	padding:6px 0; 
}
.JobListTable td {
	padding:6px 0;
	background:url(../img/BottomLine.jpg) repeat-x left bottom;
	text-align:center
}
.JobListTable td a {
	color:#383838;
	text-decoration:underline;
}
.JobListTable .JobAndCompony {
	text-align:left;
	padding-left:10px;
}
.JobListTable .JobAndCompony a span {
	color:#903;
	padding:0 6px;
}
.JobListTable .Remain {
	color:#690;
}
.JobListTable .Stop {
	color:#f00;
}
/*推荐招聘*/
.RecomandJob {
	padding:5px 0 10px 0px;
}
.RecomandJob ul {
	margin:8px;
}
.RecomandJob ul li {
	padding:5px 5px 5px 15px;
	background:url(../img/ComponySiteTitleIcon.gif) no-repeat left 8px;
}
.RecomandJob .More {
	text-align:right;
}
.RecomandJob .More a {
	color:#f60;
}
/*国内行情样式*/	
.PriceListGuonei {
}
.PriceListGuonei h4 {
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#cf0008;
	padding-left:60px;
	background:url(../img/PriceIcon.gif) no-repeat 30px -32px;
}
.PriceListGuonei h4 a {
	font-size:12px;
	float:right;
	padding-right:8px;
	font-weight:normal;
}
.PriceListGuoneiLine {
	height:6px;
	overflow:hidden;
	background:url(../img/SubPageTitleBg.jpg) repeat-x;
}
.PriceList {
	margin:10px 15px;
}
.PriceList li {
	float:left;
	width:90px;
	padding:8px 0;
	padding-left:10px;
	background:url(../img/icon.gif) no-repeat left -886px;
}
.PriceAnalysisImg {
	text-align:center;
}
.PriceAnalysisImg img {
	padding:4px;
}
/*国内行情和每月综述的样式*/
.PriceTableRightTd {
	padding:8px;
	border:#cecece solid 1px;
}
.PriceAnalysis h4 {
	color:#ca0000;
	height:27px;
	line-height:27px;
	padding-left:17px;
	position:relative;
	background:url(../img/icon.gif) no-repeat 2px 8px;
	border-bottom:#ca0000 solid 1px;
	font-size:12px;
}
.PriceAnalysis h4 a {
	position:absolute;
	right:0;
	top:4px;
}
.PriceAnalysisList {
	margin:8px 0;
}
.PriceAnalysisList li {
	padding:4px 0;
	padding-left:8px;
	background:url(../img/icon.gif) no-repeat left -128px;
}
.PriceAnalysisList li a {
	color:#464646;
}
.PriceAnalysisList li small {
	float:right;
	color:#a6a6a6;
}
/*用户注册样式*/
.RegisterDiv {
	padding:56px 10px 10px 10px;
	width:700px;
	margin:25px auto;
	background:url(../img/register.gif) no-repeat left top;
	border:#9ba8b9 solid 1px;
}
.RegisterDiv span {
	color:#f00;
	padding:0 8px;
}
.RegisterDiv td {
	white-space:nowrap;
}
.RegisterDiv input, .RegisterDiv select, .RegisterDiv textarea {
	width:98%;
	padding-left:8px;
	color:#999;
}
.RegisterDiv .Common {
	margin:0 auto;
	margin-bottom:20px;
	background:#e2f2ff;
	border:#5e9dd0 solid 1px;
}
.RegisterDiv .Common input {
	height:18px;
	line-height:18px;
	border:#5e9dd0 solid 1px;
}
.RegisterDiv .Common select {
	height:18px;
	line-height:18px;
	border:#5e9dd0 solid 1px;
}
.RegisterDiv .Common legend {
	border:#5e9dd0 solid 1px;
	padding:4px 8px;
	font-weight:bold;
	font-size:14px;
	color:#13559f;
	margin:0 20px;
}
.RegisterDiv .Common table {
	margin:20px 0;
}
.RegisterDiv .Common td {
	padding:5px 8px;
	color:#13559f;
	font-size:14px;
}
.RegisterDiv .Personal {
	margin:0 auto;
	margin-bottom:20px;
	background:#fdead9;
	border:#ff6a00 solid 1px;
}
.RegisterDiv .Personal input {
	height:18px;
	line-height:18px;
	border:#ff6a00 solid 1px;
}
.RegisterDiv .Personal legend {
	border:#ff6a00 solid 1px;
	padding:4px 8px;
	font-weight:bold;
	font-size:14px;
	color:#ff6a00;
	margin:0 20px;
}
.RegisterDiv .Personal table {
	margin:20px 0;
}
.RegisterDiv .Personal td {
	padding:5px 8px;
	color:#ff6a00;
	font-size:14px;
}
.RegisterDiv .Enterprise {
	margin:0 auto;
	margin-bottom:20px;
	background:#edf6cb;
	border:#98b024 solid 1px;
}
.RegisterDiv .Enterprise input {
	height:18px;
	line-height:18px;
	border:#98b024 solid 1px;
}
.RegisterDiv .Enterprise textarea {
	border:#98b024 solid 1px;
}
.RegisterDiv .Enterprise legend {
	border:#98b024 solid 1px;
	padding:4px 8px;
	font-weight:bold;
	font-size:14px;
	color:#627e02;
	margin:0 20px;
}
.RegisterDiv .Enterprise table {
	margin:20px 0;
}
.RegisterDiv .Enterprise td {
	padding:5px 8px;
	color:#627e02;
	font-size:14px;
}

/*用户注册样式*/
.RegisterDivJL {
	padding:56px 10px 10px 10px;
	width:700px;
	margin:25px auto;
	background:url(../img/resume.gif) no-repeat left top;
	border:#9ba8b9 solid 1px;
}
.RegisterDivJL span {
	color:#f00;
	padding:0 8px;
}
.RegisterDivJL td {
	white-space:nowrap;
}
.RegisterDivJL input, .RegisterDivJL select, .RegisterDivJL textarea {
	width:98%;
	padding-left:8px;
	color:#999;
}
.RegisterDivJL .Common {
	margin:0 auto;
	margin-bottom:20px;
	background:#e2f2ff;
	border:#5e9dd0 solid 1px;
}
.RegisterDivJL .Common input {
	height:18px;
	line-height:18px;
	border:#5e9dd0 solid 1px;
}
.RegisterDivJL .Common select {
	height:18px;
	line-height:18px;
	border:#5e9dd0 solid 1px;
}
.RegisterDivJL .Common legend {
	border:#5e9dd0 solid 1px;
	padding:4px 8px;
	font-weight:bold;
	font-size:14px;
	color:#13559f;
	margin:0 20px;
}
.RegisterDivJL .Common table {
	margin:20px 0;
}
.RegisterDivJL .Common td {
	padding:5px 8px;
	color:#13559f;
	font-size:14px;
}
.RegisterDivJL .Personal {
	margin:0 auto;
	margin-bottom:20px;
	background:#fdead9;
	border:#ff6a00 solid 1px;
}
.RegisterDivJL .Personal input {
	height:18px;
	line-height:18px;
	border:#ff6a00 solid 1px;
}
.RegisterDivJL .Personal legend {
	border:#ff6a00 solid 1px;
	padding:4px 8px;
	font-weight:bold;
	font-size:14px;
	color:#ff6a00;
	margin:0 20px;
}
.RegisterDivJL .Personal table {
	margin:20px 0;
}
.RegisterDivJL .Personal td {
	padding:5px 8px;
	color:#ff6a00;
	font-size:14px;
}
.RegisterDivJL .Enterprise {
	margin:0 auto;
	margin-bottom:20px;
	background:#edf6cb;
	border:#98b024 solid 1px;
}
.RegisterDivJL .Enterprise input {
	height:18px;
	line-height:18px;
	border:#98b024 solid 1px;
}
.RegisterDivJL .Enterprise textarea {
	border:#98b024 solid 1px;
}
.RegisterDivJL .Enterprise legend {
	border:#98b024 solid 1px;
	padding:4px 8px;
	font-weight:bold;
	font-size:14px;
	color:#627e02;
	margin:0 20px;
}
.RegisterDivJL .Enterprise table {
	margin:20px 0;
}
.RegisterDivJL .Enterprise td {
	padding:5px 8px;
	color:#627e02;
	font-size:14px;
}

/*您需要注册或登陆的样式*/
.NeedLogin {
	width:413px;
	height:343px;
	margin:40px auto;
	position:relative;
	background:url(../img/NeedLoginBg.jpg) no-repeat center center;
}
.NeedLoginBox {
	position:absolute;
	left: 40px;
	top: 53px;
}
.NeedLoginBox h4 {
	padding:0 0 10px 0;
	color:#f60;
}
.NeedLoginBox p {
	padding:10px 0;
	color:#f60;
	font-size:14px;
	font-weight:bold;
}
.NeedLoginBox p a {
	padding-left:10px;
	color:#383838;
	font-size:14px;
	font-weight:normal;
}
.NeedLoginBox p input {
	padding-left:20px;
	width:140px;
	border:#f60 solid 1px;
	height:22px;
	line-height:22px;
}
.NeedLoginBox p .UserNameBox {
	background:#fff url(../img/LoginTextBg.gif) no-repeat left top;
}
.NeedLoginBox p .PassWordBox {
	background:#fff url(../img/LoginTextBg.gif) no-repeat left bottom;
}
.NeedLoginBox .LoginButtonP {
	text-align:center;
}
.NeedLoginBox .LoginButtonP button {
	width:91px;
	height:27px;
	border:none;
	cursor:pointer;
}
.NeedLoginBox .LoginButtonP .LoginButton {
	background:url(../img/NeedLoginButton.jpg) no-repeat left top;
	margin-right:10px;
}
.NeedLoginBox .LoginButtonP .ResetButton {
	background:url(../img/NeedLoginButton.jpg) no-repeat left bottom;
}
.NeedLoginBox .NotNumber {
	color:#f00;
	font-style:italic;
	padding:8px 0;
}
.NotNumberButton {
	width:127px;
	height:28px;
	border:none;
	cursor:pointer;
	background:url(../img/RegditButton.gif) no-repeat;
}
/*=====================================页脚版权信息区域的样式===================================*/
#footer {
	width:1003px;
	margin:0 auto;
	background:#fff;
}
#footer .friendLink {
	padding:7px 0;
	text-align:center;
}
.friendLink a img {
	padding:0 6px;
}
#footer .FooterNav {
	color:#000;
	padding:12px 0;
	text-align:center;
	width:950px;
	margin:0 auto;
	border-bottom:#f00 solid 1px;
}
.FooterNav a {
	color:#000;
	padding:0 8px;
}
#footer p {
	padding:10px 0;
	text-align:center;
	line-height:180%;
}
#HeadAD {
	width:700px;
	margin:0 auto;
	background:url(../images/ad2.jpg) ;
	padding-top:2px;
	padding-left:0px;
	
}
#HeadAD .friendLink 
{
	
	padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	text-align:center;
	top:inherit;
	vertical-align:text-top;

}
/*首页点点击投票后进入的页面*/
#toupiao{
	 width:980px;
	 margin:0px;
	 padding:0px;
	 text-align:center;
	 font-size:12px;
	
}
.topimg{
		height:90px;
		background:url(../img/toupiao2.gif) no-repeat;
		background-position:center;
		}
.toupiaoMain{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5A8AE3;
	margin-top:0px;
	width:723px;
	border-bottom-color: #5A8AE3;
	border-left-color: #5A8AE3;
	
}
.tpLeft{ background:url(../img/toupiao_02_05.gif) repeat-y}
.tpRight{ background:url(../img/toupiao_02_03.gif) repeat-y}
.column{ font-size:14px;
		font-weight:bold;
		color:#5A8AE3;}
#toupiao .ck a{
	text-decoration:none;
	color:#666666;
	
}
#toupiao .ck a:hover{
	text-decoration:underline;
	color:#5A8AE3;
}
#toupiao .other a{
	text-decoration:none;
	color:#666666;
	padding-left:10px;
}
#toupiao .other a:hover{
	text-decoration:underline;
	color:#F56B8C;
	
}
.RightTextListTd img{ padding:5px; border:#CCCCCC solid 1px}

.guanggao{width:1003px; background:#FFFFFF; margin:0 auto; text-align:center; }

.guanggao img{padding:5px; border:#CCCCCC solid 1px}


