﻿/*主导航
.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 10px;
}
.TextList li {
	height: 28px;
	line-height: 28px;		
}
.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 .Time {
	width: 38%;
	float: right;
	color: #3D3D3D;
}
/*自定义图片列表*/
.IcoList {
	float:left;
}
.IcoList li {
	float: left;
	width: 175px;
	height:180px;
	overflow: hidden;
	text-align: center;
}
.IcoList li a {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 175px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.IcoList li img {
	width: 150px;
	height: 140px;
	padding: 4px;
	border: 1px #958E88 solid;
	background-color: white;
}
.IcoList li .Image{
	height:156px;
}
/********************************干栏目列表页*********************************/
/*干栏目标题*/
.ColumnsTitle {
	clear: both;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #249DCC;
	height:20px;
}
.ColumnsName {
	float: left;
	color:#fff;
}
.ColumnsMore {
	float: right;
}
.ColumnsMore a{
	color:white;
}
/*干栏目文字列表*/
.CustomTextList li {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px #CCCCCC dashed;
	background:url('ico.jpg') no-repeat left center;
	 color:gray;
}
.CustomTextList li a{
	color: #7E7E7E;

}
.CustomTextList li a:hover{
	color:#842626;
}

.CustomTextList 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;
	
}
.CustomTextList li .Time {
	float: right;
	width: 20%;
}
/*干栏目图片列表*/
.ColumnsIcoList {
	padding: 20px 0px;
}

.ColumnsListName{
	float:left;
	width:100%;
	height:22px;
	color:white;
	text-align: left;
	line-height:22px;
	font-size:14px;
	background: #C7290C;
	filter:alpha(opacity=75);
	text-indent:2em;
	border-right:1px #C7290C solid;
}
.ColumnsListName a {
	height:22px;
	font-size:12px;
	color: #fff;
	display:block;
	text-align:right;
	padding-left:100px;
}
.jl{
	padding:10px 0px;
	clear:both;
}
.ColumnsListName a:hover {
	color: #106DA5;
	text-decoration:underline;
}
.ColumnsListMore{
	display:block;
	width:10%;
	height:20px;
	line-height:20px;
	float: left;
	color:white;
	background: #1388CE;
	filter:alpha(opacity=75);
	padding:0px 2px;
}
.ColumnsListMore a{
	color:white;
	display:block;
}
.ColumnsIcoList{
}
.ColumnsIcoList li {
	float: left;
	width: 160px;
	height: 170px;
	overflow: hidden;
	text-align: center;
}
.ColumnsIcoList li a {
	display: block;
	line-height: 25px;
 	color:#7E7E7E;	
}
.ColumnsIcoList li img {
	width: 140px;
	height: 130px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}


p.prodImg{
	text-align: center;
}
p.prodImg img{
	width:500px;
	border:1px solid #ccc;
	padding:4px;
}
/********************************内页列表页*********************************/
/*内页列表统计*/
.RecordTotal {
	text-align: right;
	color: gray;
	padding:15px 0px 10px;
}
/*内页文字列表*/
.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: 175px;
	height: 160px;
	overflow: hidden;
	text-align: center;
}
.PageIcoList li a {
	display: block;
	line-height: 25px;
}
.PageIcoList li img {
	width: 150px;
	height: 120px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
/*分页*/
.Pagination {
	clear: both;
	padding: 15px 0px;
	text-align: center;
}
.Pagination a {
	padding: 3px 10px;
	margin: 0px 5px;
	border: 1px gray solid;
	background-color: #F9F9F9;
	color: #842626;
}
.Pagination a:hover {
	background-color: #842626;
	color: #FFFFFF;
}
/********************************内容页*********************************/
/*内容出处*/
.PageFrom {
	text-align: center;
	color: gray;
	padding: 10px 0px;
}
/*内页内容区域*/
.PageCont {
	line-height: 25px;
}
.map{
	float:left;
	width:100%
}
.cont_title{
	font-family: 微软雅黑;
    font-size: 14px;
    font-weight: bold;
	color: #842626;


	
}
.t2{
	font-size: 14px;
    font-weight: bold;	
}
/*文字内容*/
.PageName {
	display: none;
}
.PageCont h2 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
}
.PageCont h3 {
	background-color: #F2F2F2;
	font-size: 13px;
	font-weight: bold;
	color: green;
	padding: 5px 10px;
	border-left: 3px solid #009933;
	line-height: normal;
}
/*表格样式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: 15px 0px;
	text-align: center;
}
.PageBack a {
	padding: 3px 10px;
	margin: 0px 5px;
	border: 1px gray solid;
	background-color: #F9F9F9;
	color:#842626;
}
.PageBack a:hover {
	background-color: #842626;
	color: #FFFFFF;
}
.Related ul li{
	height:25px;
	line-height:25px;
}
.Related ul li a:hover{
	color:#000;
	text-decoration:underline;
}
/*浏览统计*/
.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;
}
