﻿/*主导航

.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('../images/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: 30px;
	line-height: 30px;
}
.TextList .Name {
	width: 75%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 15px;
	background: url('../images/maincont_ico2.gif') 5px center no-repeat;
}
.TextList a {
	color: #3D3D3D;
}
.TextList a:hover {
	color: #0066CC;
}
.TextList .Time {
	width: 23%;
	float: right;
	color: #3D3D3D;
}
#MyNews li {
	float: left;
	width: 310px;
	margin: 0px 5px;
}
/*自定义图片列表*/

.IcoList {
	padding: 10px 0px;
}
.IcoList li {
	float: left;
	width: 150px;
	height: 140px;
	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;
}
.index_IcoList {
	padding: 10px 0px;
	width: 980px;
}
.index_IcoList li {
	float: left;
	width: 140px;
	height: 160px;
	overflow: hidden;
	text-align: center;
}
.index_IcoList li a {
	display: block;
	line-height: 25px;
}
.index_IcoList li img {
	width: 130px;
	height: 130px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
/********************************干栏目列表页*********************************/



/*干栏目标题*/

.ColumnsTitle {
	clear: both;
	padding: 2px 10px;
	font-weight: bold;
	background-color: #0079C0;
	overflow: hidden;
	margin: 10px auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 1px 1px 5px #aaa;
	-moz-box-shadow: 1px 1px 5px #aaa;
	-o-box-shadow: 1px 1px 5px #aaa;
	border: 2px solid #FFF;
}
.ColumnsName {
	float: left;
	color: #FFFFFF;
}
.ColumnsMore {
	float: right;
	color: #FFFFFF;
}
.ColumnsMore a {
	color: #FFFFFF;
	padding-left: 15px;
	background: url("../images/+.gif") left no-repeat;
}
.ColumnsMore a:hover {
	color: #FFFFFF;
}
/*干栏目文字列表*/

.CustomTextList li {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #dadada;
}
.CustomTextList li .Name {
	float: left;
	width: 90%;
	background-position: 10px center;
	background-repeat: no-repeat;
	text-indent: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.CustomTextList li .Name font {
	padding: 0 5px;
}
.CustomTextList li .Time {
	float: right;
	width: 10%;
}
/*干栏目图片列表*/

.ColumnsIcoList {
	padding: 0px 0px;
}
.List5 li {
	width: 170px;
}
.ColumnsIcoList li .ImageName {
	margin-top: 5px;
}
.ColumnsIcoList li {
	float: left;
	width: 296px;
	height: 265px;
	overflow: hidden;
	text-align: center;
	margin: 5px;
}
.ColumnsIcoList li a {
	display: block;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
}
.ColumnsIcoList li img {
	width: 280px;
	height: 220px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.List2 li {
	width: 350px;
	height: 400px;
}
.List2 li img {
	width: 300px;
	height: 200px;
}
.List2 li .detail {
	white-space: pre;
	font-size: 12px;
	text-align: left;
	width: 280px;
	margin-left: 50px;
	margin-top: 20px;
}
/********************************内页列表页*********************************/



/*内页列表统计*/

.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('../images/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 span {
	padding: 5px 10px;
	margin: 0px 5px;
	background-color: #0079C0;
	color: #FFFFFF;
	font-size: 12px;
}
.PagePreview0 {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: #333;
	font-size: 12px;
	display: block;
	text-align: left;
	text-indent: 25px;
	height: 25px;
	line-height: 25px;
	background: rgb(239, 239, 239) url("../images/ico04.gif") 5px no-repeat;
}
.PageNext0 {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	color: #333;
	font-size: 12px;
	display: block;
	text-align: left;
	text-indent: 25px;
	height: 25px;
	line-height: 25px;
	background: rgb(239, 239, 239) url("../images/ico04.gif") 5px no-repeat;
}
/********************************内容页*********************************/



/*内容出处*/

.PageFrom {
	text-align: center;
	color: gray;
	padding: 10px 0px;
}
/*内页内容区域*/

.PageCont {
	line-height: 25px;
}
/*文字内容*/

.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;
	padding: 10px 0px;
	text-align: center;
}
.PageBack a {
	padding: 3px 10px;
	margin: 0px 5px;
	border: 1px gray solid;
	background-color: #F9F9F9;
}
.PageBack a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}
/*浏览统计*/

.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;
}
/*提示*/

#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;
}
.image_small1 {
	width: 300px;
	height: 250px;
	border: 1px #666666 solid;
	padding: 2px;
}
.image_small2 {
	width: 620px;
	border: 0px;
	padding: 2px;
}
.content_title {
	text-align: left;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
}
.subColumn {
	width: 100%;
	height: 85px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border-bottom: 1px #EFEFEF groove;
	position: relative;
}
.subColumn .subNumber {
	font-size: 40pt;
	width: 90px;
	line-height: 100%;
	color: #0073A2;
	float: left;
	text-align: center;
	font-family: 微软雅黑;
	font-weight: bold;
	font-style: italic;
}
.subColumn .subDesc {
	width: 305px;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
}
.subColumn .subDesc span.title {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.subColumn .subDesc span {
	width: 100%;
	text-align: left;
	font-size: 12px;
	color: #666;
	float: left;
	line-height: 120%;
	margin-top: 5px;
	overflow: auto;
}
.subColumn .subDesc a {
	color: #666;
}
.subColumn .subDesc a:hover {
	color: #900;
}
.subColumn .subImage {
	width: 100px;
	height: 80px;
	/*margin:0 auto;*/
	overflow: hidden;
	text-align: center;
	border: 0px;
	/**display: block;
	*font-size: 114px;
	*font-family: Arial;
	padding-bottom:5px;*/
	position: absolute;
	left: 500px;
	top: 0px;
	bottom: 5px;
}
.subColumn .subImage img {
	width: 96px;
	height: 76px;
 *width: expression(this.width > 96 && this.width > this.height ? 76 : true);
 *height: expression(this.height > 96 ? 76 : true);
	vertical-align: middle;
	border: 1px #ABE2B4 solid;
	padding: 1px;
}
.Maincont {
	width: 920px;
	padding-top: 20px;
	line-height: 180%;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, 宋体;
	overflow: visible;
}
/***************内容部分-图标列表干栏目***********/
.ColumnsListName {
	float: left;
	width: 485px;
	height: 24px;
	line-height: 24px;
	background-color: #F2F2F2;
	font-weight: bold;
	font-size: 14px;
	text-indent: 10px;
	color: #000000;
	margin-top: 15px;
}
.ColumnsListMore {
	float: left;
	width: 100px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	background-color: #999;
	text-align: center;
	margin-top: 15px;
}
.ColumnsListMore a {
	color: white;
	font-size: 12px;
	text-decoration: none;
}
/*******************模板栏目文本样式******************/
.ColumnsList_Text {
	width: 100%;
	font-size: 12px;
	padding: 20px 0px;
	clear: both;
}
.ColumnsList_Text ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.ColumnsList_Text ul li {
	width: 300px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	float: left;
	font-size: 14px;
	text-align: left;
	text-indent: 20px;
	margin-right: 10px;
	border-bottom: 1px dashed #CCCCCC;
	background-image: url(../images/go.gif);
	background-position: 8px 5px;
	background-repeat: no-repeat;
	_display: inline;
}
.singleProd {
	padding: 0px 0px;
	margin: auto;
	text-align: center;
	overflow: hidden;
}
.singleProd a {
	display: block;
	line-height: 25px;
}
.singleProd img {
	width: 600px;
	height: 450px;
	padding: 3px;
	border: 1px solid #CCCCCC;
 *width: expression(this.width > 600 && this.width > this.height ? 450 : true);
 *height: expression(this.height > 600 ? 450 : true);
	vertical-align: middle;
}
.singleProd span {
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	clear: both;
	margin: auto;
}
.det-title{ text-align:center; line-height:2;}

.det-title h1{ font-size:20px;}

.det-img { text-align:center; overflow:hidden;}

.det-img ul li{ float:left; text-align:center;}

.det-img ul li img{ margin:3px; padding:3px; border:1px solid #666;}

.Maincont p a{color: #136ec2;}

.related{}

.related-tit{ width:905px; height:32px; line-height:32px; background:#0079c0; color:#fff; font-size:16px; padding-left:15px;}

.related-xw{ margin-bottom:15px;}

.related-xw ul li{ width:435px; line-height:32px; float:left; padding-left:10px; border-bottom:1px dashed #999;}

.related-xw ul li span{ float:right;}

.related-cp ul li{ text-align:center; width:222px; float:left; margin:10px 5px 0 3px;}

.related-cp ul li img{ width:220px; height:165px;}

















