﻿body,form{
	margin: 0;
	font-size: 13px;/* 全局字体控制 */
	background-image:url(/Ch/images/index_bg.jpg);
	background-attachment:fixed;/* 使背景固定不动 */
	background-position: center center;/* 使背景绝对居中 */
	color: #444444;/* 全局字体颜色（非单独指定样式外） */
	line-height: 22px;/* 全局字体行距 */
}
 背景固定不滚动绝对居中代码开始 
td, th, select, textarea {

	font-size: 13px;/* 全局字体控制 */
	color: #444444;/* 全局字体颜色（非单独指定样式外） */
	line-height: 22px;/*
	/* 设定背景图片 */

}
 背景固定不滚动绝对居中代码结束 
table {
	border-collapse:collapse;
}
input {
	border:1px solid #c5c6c9;
	background:url(/ch/images/input_bg1.jpg);
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}
textarea {
	border:1px solid #c5c6c9;
}
.inputnoborder {
	border:0px none;
	background:none;
}

/* 全局链接样式开始 */
a { 
font-size: 13px; 
} 
a:link { 
color: #444444; 
text-decoration: none; 
} 
a:visited { 
text-decoration: none; 
color: #444444; 
} 
a:hover {
	text-decoration: underline;
	color: #B54824;
} 
a:active { 
text-decoration: none; 
}
/* 全局链接样式结束*/

/* 导航链接样式开始 */
a.a2{
	text-decoration: none;
	color: #BA4D19;
	font-family: "Microsoft Yahei";/* 导航链接文字字体 */
	font-size: 14px;/* 导航链接文字大小 */

} 
a.a2:link {
	color: #BC3C16;
	text-decoration: none;
} 
a.a2:visited {
	text-decoration: none;
	color: #BC3C16;
} 
a.a2:hover {
	text-decoration: underline;
	color: #85B000;
} 
a.a2:active { 
text-decoration: none; 
} 
/* 导航链接样式结束*/
/* 页脚导航链接样式开始 */
a.a3{
	text-decoration: none;
	font-size: 12px;/* 导航链接文字大小 */
} 
a.a3:link {
	color: #888888;
	text-decoration: none;
} 
a.a3:visited {
	text-decoration: none;
	color: #888888;
} 
a.a3:hover {
	text-decoration: underline;
	color: #9C0;
} 
a.a3:active { 
text-decoration: none; 
} 
/* 页脚导航链接样式结束*/
/* 业务链接样式开始 */
a.a4{
	text-decoration: none;
	font-size: 12px;/* 导航链接文字大小 */
} 
a.a4:link {
	color: #888888;
	text-decoration: none;
} 
a.a4:visited {
	text-decoration: none;
	color: #888888;
} 
a.a4:hover {
	text-decoration: underline;
	color: #9C0;
} 
a.a4:active { 
text-decoration: none; 
} 
/* 业务链接样式结束*/
/* 产品标题链接样式开始 */
a.a5{
	text-decoration: none;
	font-size: 16px;/* 导航链接文字大小 */
	font-family: "Microsoft Yahei";/* 导航链接文字字体 */

} 
a.a5:link {
	color: #333333;
	text-decoration: none;
	font-weight: 400;
} 
a.a5:visited {
	text-decoration: none;
	color: #333333;
	font-weight: 400;
} 
a.a5:hover {
	text-decoration: underline;
	color: #9C0;
} 
a.a5:active { 
text-decoration: none; 
} 
/* 产品标题样式结束*/
/* 首页新闻置顶航链接样式开始 */
a.top{
	text-decoration: none;
	font-family: "Microsoft Yahei";/* 导航链接文字字体 */
	font-size: 13px;/* 导航链接文字大小 */

} 
a.top:link {
	color: #B20000;
	text-decoration: none;
} 
a.top:visited {
	text-decoration: none;
	color: #B20000;
} 
a.top:hover {
	text-decoration: underline;
	color: #85B000;
} 
a.top:active { 
text-decoration: none; 
} 
/* 首页新闻置顶链接样式结束*/

/* 首页新闻链接样式开始 */
a.news{
	text-decoration: none;

	font-size: 13px;/* 导航链接文字大小 */

} 
a.news:link {
	color: #444444;
	text-decoration: none;
} 
a.news:visited {
	text-decoration: none;
	color: #444444;
} 
a.news:hover {
	text-decoration: underline;
	color: #B54824;
} 
a.news:active { 
text-decoration: none; 
} 
/* 首页新闻链接样式结束*/

.agray {
	color:#999999;
}
.awhite {
	color:#ffffff;
}
.title_13{
	font-size: 13px;
	color: #55555;
}
.title_12_yahei{
	font-size: 12px;
	font-family: "Microsoft Yahei";/* 首页具体服务链接样式 */
	color: #555555;
}

.title_te_big{
	font-size: 15px;
	font-family: "Microsoft Yahei";/* 特殊加红，首页标题链接文字字体 */
	color: #BC3C16;
}
.title_te_big2{
	font-size: 15px;
	font-family: "Microsoft Yahei";/* 导航、首页标题黑色链接文字字体 */
	color: #333333;
}
.title_te_big3{
	font-size: 18px;
	font-family: "Microsoft Yahei";/* 特殊加红，首页标题链接文字字体 */
	color: #333333;
}
	 
.title_16{
	font-size: 15px;
	font-family: "Microsoft Yahei";/* 首页常规标题链接文字字体 */
	color: #333333;
}
.title_view{
	text-decoration: none;
	font-size: 18px;/* 产品、文章标题文字字体 */
	color: #444444;
	font-weight: 600;
	font-family: "微软雅黑";
}
.WEIXIN_view{
	text-decoration: none;
	font-size: 18px;
	font-family: "华文细黑";/* 产品、文章标题文字字体 */
	color: #00661A;
	font-weight: 600;
}
.Neirong_hui_12{
	font-size: 12px;
	color: #888888;
	line-height: 23px;
}
.Neirong_baihui_12{
	font-size: 13px;
	color: #cccccc;
	line-height: 20px;
}
.Neirong_heihui_12{
	font-size: 12px;
	color: #555555;
	line-height: 20px;
	font-weight: bold;
}
.an2 {
	background:url(/ch/images/new_arr.gif) no-repeat left 5px;
	padding-left:15px;
}
.an2:hover, .an2:active {
	background:url(/ch/images/new_arr_a.gif) no-repeat left 5px;
}

.scroll {
	scrollbar-face-color:#666666;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}
#prolistdiv, #linkdiv {
	position:absolute;
	text-align:left;
	width:212px;
	overflow-y:auto;
	overflow-x:hidden;
	height:192px;
	margin:0px;
	margin-top:-1px;
	background-color:#ffffff;
	border:1px solid #c5c6c9;
	padding:6px;
	padding-left:10px;
}
#prolistdiv a, #linkdiv a {
	display:block;
	height:23px;
	line-height:22px;
	margin-top:1px;
	background:url(/ch/images/arr2.gif) no-repeat 3px center;
	padding-left:11px;
	white-space:nowrap;
	width:100%;
}
#prolistdiv a:hover, #linkdiv a:hover, #prolistdiv a:active, #linkdiv a:active {
	background:none;
	background-color:#ec0000;
	color:#ffffff;
}
.leftbg {
	border:1px solid #c5c6c9;
	border-top:0px none;
	width:172px;
	padding:8px;
	background-color:#ffffff;
}

.Bodyer_left_page_menu {
	width: 190px;
	line-height: 26px;
	text-align: left;
	background: url(/ch/Images/bg_10.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.Bodyer_left_page_menu a{ padding-left:14px; background: url(/ch/Images/Arrow_04.gif) 0px  no-repeat; }
.nava {
	background:url(/ch/images/arr4_a.gif) no-repeat 8px center !important;
	background-color:#cc0000 !important;
	color:#ffffff !important;
	width:142px !important;
	padding-left:28px !important;
	font-weight:bold !important;
}
.btn_nor {
	width:88px;
	height:19px;
	line-height:19px;
	color:#ffffff;
	background:url(/ch/images/btn1_bg.gif) no-repeat;
	text-align:center;
	border:0px none;
}
.top_bg {
	background-image: url(/ch/images/top_bg.jpg);
}
.top_bg table tr td {
	font-size: 14px;
}

.tpo_title {
	color: #000;
	font-size: 18px;
}
.battle_add {
	color: #333;
	font-size: 13px;
	background-image: url(/ch/images/Batter_t_bg.jpg);
}
