﻿/*主导航
.ChannelMenu {padding:0px 40px;}
.ChannelMenu li {float: left;width:90px;}
.ChannelMenu li a {font-size: 12px;text-align: center; letter-spacing:2px;}
.ChannelMenu li a:hover {color: #FF9900;}
*/
/*左侧产品列表*/
.ProdTree {
	padding: 10px 20px;
}
.ProdTree li {
	padding-bottom: 2px;
}
.ProdTree li a {
	display: block;
	border: 1px #D3D3D3 solid;
	height: 20px;
	line-height: 20px;
	background-color: white;
	background-image: url('ico001.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	text-indent: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ProdTree li a:hover {
	color: black;
	background-color: #E2ECF3;
	font-weight: bold;
}
.ProdTree ul li a {
	font-weight: normal;
	background-image: none;
}
/*自定义文字列表*/
.TextList {
	padding: 10px 0px;
}
.TextList li {
	border-bottom: 1px #D9D9D9 dotted;
	height: 25px;
	line-height: 25px;
}
.TextList .Name {
	width: 60%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 10px;
	text-align: left;
}
.TextList a {
	color: #3D3D3D;
}
.TextList a:hover{
	color:#EE8B31;	
}
.TextList .Time {
	width: 38%;
	float: right;
	color: #3D3D3D;
}
#MyNews li {
	float: left;
	width: 310px;
	margin: 0px 5px;
}
/*自定义图片列表*/
.IcoList {
	padding: 0px;
}
.IcoList li {
	float: left;
	width: 150px;
	height: 180px;
	overflow: hidden;
	text-align: center;
}
.IcoList li a {
	display: block;
	line-height: 25px;
}
.IcoList li img {
	width: 130px;
	height: 100px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.IcoList li .Name {
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
/********************************干栏目列表页*********************************/
/*干栏目标题*/
.ColumnsTitle {
	clear: both;
	padding: 2px 10px;
	font-weight: bold;
	background-color: #0077C0;
	color: #FFFFFF;
	filter: alpha(opacity=40);
}
.ColumnsName{
	float:left;
	width:620px;
}
.ColumnsMore{
	float:right;
}
.ColumnsMore a{
	color:white;
}
.ColumnsListName {
	float: left;
	font-size: 14px;
}
.ColumnsListMore {
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-indent: 20px;
	color: #FFFFFF;
	float:right;
}
.ColumnsListMore a {
	color: #FFFFFF;
}
/*干栏目文字列表*/
.CustomTextList li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #F2F2F2;
}
.CustomTextList li .Name {
	float: left;
	width: 80%;
	background-image:url('index_cpml_li.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	text-indent: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.CustomTextList li a:hover{
	color:#EE8B31;
}
.CustomTextList li .Time {
	float: right;
	width: 20%;
}
/*干栏目图片列表*/
.ColumnsIcoList {
	padding: 20px 0px;
}
.ColumnsIcoList li {
	float: left;
	width: 150px;
	height: 160px;
	overflow: hidden;
	text-align: center;
	margin: 5px;
}
.ColumnsIcoList li a {
	display: block;
	line-height: 25px;
}
.ColumnsIcoList li img {
	width: 140px;
	height: 120px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
/********************************内页列表页*********************************/
/*内页列表统计*/
.RecordTotal {
	text-align: right;
	color: gray;
}
/*内页文字列表*/
.PageTextList li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #F2F2F2;
}
.PageTextList li .Name {
	float: left;
	width: 80%;
	background-image: url('../global/Maincont_ico4.gif');
	background-position: 10px center;
	background-repeat: no-repeat;
	text-indent: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.PageTextList li .Time {
	float: right;
	width: 20%;
}
/*内页图片列表*/
.PageIcoList {
	padding: 20px 0px;
}
.PageIcoList li {
	float: left;
	width: 200px;
	height: 260px;
	overflow: hidden;
	text-align: center;
	margin: 5px;
}
.PageIcoList li a {
	display: block;
	line-height: 25px;
}
.PageIcoList li img {
	width: 190px;
	height: 225px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
/*分页*/
.Pagination {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
.Pagination a {
	padding: 3px 10px;
	margin: 0px 5px;
	border: 1px #CCC solid;
	background-color: #F3F3F3;
}
.Pagination a:hover {
	background-color: #EFEFEF;
	color: #333;
}
/********************************内容页*********************************/
/*内容出处*/
.PageFrom {
	text-align: center;
	color: gray;
	padding: 10px 0px;
}
/*内页内容区域*/
.PageCont {
	line-height: 25px;
}
.center{
	margin-left:40px;
}
.ryzs ul li {
	float: left;
	padding: 10px 0px 0px 10px;
}
.ryzs ul li img {
	padding: 4px;
	border: 1px #CCC solid;
	width: 200px;
}
/*文字内容*/
.PageName {
	display: none;
}
.PageCont h2 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #3366CC;
}
.PageCont h3 {
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding: 5px 10px;
	border-left: 3px solid #0099CC;
	line-height: normal;
	margin: 5px auto;
}
/*表格样式1*/
.PageTable_1 {
	border-collapse: collapse;
	width: 100%;
}
.PageTable_1 thead {
	background-color: #F3F3F3;
	font-weight: bold;
}
.PageTable_1 td {
	border: 1px gray solid;
	text-align: center;
	line-height: 20px;
}
/*表格样式2*/
.PageTable_2 {
	width: 100%;
}
.PageTable_2 td {
	text-align: center;
}
/*列表样式1*/
.PageUl_1 {
	width: 700px;
}
.PageUl_1 li {
	float: left;
	width: 350px;
}
/*返回*/
.PageBack {
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom:20px;
}
.PageBack a {
	padding: 3px 10px;
	margin: 0px 5px;
	border: 1px gray solid;
	background-color: #E0E0E0;
}
.PageBack a:hover {
	background-color: #999;
	color: #FFFFFF;
}
.RelatedTitle{
	display:none;
}
.Related{
	display:none;
}
/*浏览统计*/
.PageCount {
	display: none;
}
/********************邮箱登陆********************/
.mailform {
	background-color: #F4FDFF;
	border: 1px #DDF7FF solid;
	padding: 15px;
}
/*整体表格样式*/
#mail_login_cn table {
	font-size: 12px;
	color: #333;
}
/*所有单元格样式*/
#mail_login_cn td {
	font-size: 12px;
	color: #333;
	font-family: Verdana;
	padding-bottom: 5px;
	padding-top: 5px;
}
/*表单行样式1*/
#mail_login_cn .mail_tr1 {
}
/*表单行样式2*/
#mail_login_cn .mail_tr2 {
}
/*用户名输入框样式*/
#mail_login_cn .input_name {
	width: 35px;
	font-size: 11px;
}
/*域名输入框样式*/
#mail_login_cn .input_domain {
	width: 60px;
	font-size: 11px;
}
/*密码输入框样式*/
#mail_login_cn .input_password {
	width: 120px;
	font-size: 11px;
}
/*按钮样式*/
#mail_login_cn .input_submit {
	font-size: 11px;
}
/********************工作机会********************/
#order_online {
	text-align: center;
	font-size: 12px;
}
/*表格内文字样式*/
#order_online table {
	color: #707070;
	margin: auto;
	width: 90%;
}
/*提示*/
#order_online div {
	color: #F00;
}
/*行颜色1*/
#order_online .order_tr1 {
	background-color: #DAEDF5;
}
/*行颜色1*/
#order_online .order_tr2 {
	background-color: #EBF5FA;
}
/*输入框样式*/
#order_online .order_testinput {
	font-family: Verdana;
	font-size: 9pt;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
.JobText {
	text-align: left;
	line-height: 150%;
}
.msgTable {
	width: 100%;
	margin-top: 20px;
}
.Maincont{
	text-align:left;
	padding:20px 0px;
}
.Maincont p{
	text-align:left;
}
.ProdPagination {
	position:relative;
	width:710px;
	height:30px;
	margin:0px auto;
	overflow:visible;
	background:white;
}
.ProdPagination .LeftButton {
	position:absolute;
	left:0px;
	top:-400px;
	width:24px;
	height:48px;
	z-index:100;
	border:none;
	background:white;
}
.ProdPagination .RightButton {
	position:absolute;
	right:80px;
	top:-400px;
	width:24px;
	height:48px;
	z-index:100;
	border:none;
	background:white;
}
.ProdPagination img {
	border:none;
	background:white;
}
.ProdPagination a {
	border:none;
	background:white;
}
