﻿@charset "utf-8";

/*
 * Update 2007年12月10日16:49:59
 */

/*LINK STYLE*/

/*主体边界*/
body
{
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	FONT-FAMILY: "Geneva", "Arial", "Helvetica", "san-serif";
	margin-top: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #336699;
	SCROLLBAR-HIGHLIGHT-COLOR: #383937;
	SCROLLBAR-SHADOW-COLOR: #383937;
	SCROLLBAR-3DLIGHT-COLOR: #383937;
	SCROLLBAR-ARROW-COLOR: #ADADAB;
	SCROLLBAR-TRACK-COLOR: #2E2F2E;
	SCROLLBAR-DARKSHADOW-COLOR: #383937;
	cursor: url(../Style/handapst.ani);

}
.ValidationSummary
{
	background-color: #FFFFCC;
	text-align: left;
	background-image: url('Default/ValidationSummary_BG.gif');
	background-repeat: no-repeat;
	background-position: right center;
	width: 95%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ValidationSummary ul
{
	margin: 5px;	
	float: left;
	width:100%;
}

.ValidationSummary ul li
{
	font-size: 12px;
	line-height: 16px;
	border:none 0px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
	float: left;
	width:45%;
	background-image: url(Default/ValidationSummary_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:15px;
}
/*默认字体*/
td, div, span, li, input, textarea, select
{
	font-family: Verdana, "宋体";
	color: #000000;
}
/*清除UL,DIV,FORM 内外补丁*/
ul, li, div, form
{
	margin: 0px;
	padding: 0px;
}
/*默认UL为无列表项*/
ul
{
	list-style:none;
}
/*字体大小 12 px*/
.fontSize12
{
	font-size: 12px;
}
/*字体大小 14 px*/
.fontSize14
{
	font-size: 14px;
}
/*日期时间样式*/
.fontDatetime
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px;
	color: #006666;
}
/*表单元素默认垂直居中*/
input, select
{
	vertical-align: middle;
}
/* 清除图片对象边框 */
img
{
	border-color: inherit;
	border-width: 0px;
	border-style: none;
}

/* 标题样式 H1 - H6 BEGIN*/
h1
{
	font-family: "黑体";
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
}
h2
{
	font-family: "黑体";
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
}
h3
{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-family: "黑体";
	margin: 0px;
}
h4
{
	font-size: 18px;
	font-weight: normal;
	font-family: "黑体";
	margin: 0px;
	color: #333333;
}
h5
{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
}
h6
{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}
/* 标题样式 H1 - H6 END*/

/*自定义列表样式 BEGIN*/
dl
{
	padding: 10px;
}
dt
{
	font-size: 14px;
	font-weight: bold;
	color: #0044dd;
	list-style-type: disc;
	padding-top: 10px;
}
dd
{
	font-size: 12px;
	line-height: 1.6em;
	margin: 0px;
	color: #5d89df;
}
/*自定义列表样式 END*/


/*
样式表应用
V0.0.4 2007年11月20日9:08:09
主色值为：#00afdd
*/
/*主表格样式*/
.tbMainHesyi
{
	color:#336699;
	border: 1px solid #9db0bc;	
	font-size:16px;
}
/*表格标题*/
.tbHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #334754;
	background-color: #27b6e2;
	padding-left:4px;
	background-image: url(images/BG_BG_TIT.gif);
	height: 28px;
	text-align: left;
}
/*表格标题链接*/
.tbHeader a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
.tbHeader a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.tbHeader a:hover
{
	color: #E1F9FF;
	text-decoration: underline;
}
.tbHeader a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

/*表格内容*/
.tbContent
{
	background-color: #f2f7f9;
	background-repeat: repeat-y;
	background-position: left;
}
/*单元格文本样式*/
.tdText
{
	font-size: 12px;
	color: #336699;
	text-align: left;
	height:40px
}
.tdTextBlue
{
	font-size: 12px;
	color: #336699;
	text-align: left;
}
/*单元格标签样式*/
.tdLabel
{
	font-size: 12px;
	color: #17506c;
	text-align: right;
	white-space: nowrap;
}
.tdButton {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: right;
	background-color: #FFFFFF;
}

/*单元格提示区域*/
.tdTipbox
{
	font-size: 12px;
	color: #666666;
	background-color: #FFFFCC;
}
/*带首行缩进正文样式*/
.tdContent

{
	line-height: 1.6em;
	text-indent: 2em;
	text-align: left;
}
 /*带首行缩进正文的列表项*/
.tdContent li
{
	text-indent: 0px;
}
 /*带首行缩进正文的链接*/
.tdContent a:link, a:visited, a:hover, a:active
{
	color: #0000FF;
	text-decoration: underline;
}
/*警告字体样式*/
.textWarning
{
	color: #997300;
}
/*信息字体样式*/
.textInformation
{
	color: #000099;
}
/*错误字体样式*/
.textError
{
	font-weight: bold;
	color: #FF0000;
}
/*提示字体样式*/
.textTip
{
	color: #999999;
}
/*强调样式*/
.textPoint
{
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}
/*文本标题*/
.textTitle
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/*水平线样式 FOR DIV*/
.lineDashed
{
	background-image: url(images/BG_line.gif);
	background-repeat: repeat-x;
	height: 1px;
	font-size: 0px;
}
/*链接分隔样式*/
.linkSpan {
	font-size: 10px;
	color: #CCCCCC;
}
/*DIV分隔 BEGIN*/
.divSpan5 {
	height: 5px;
	font-size: 0px;
}
.divSpan7 {
	height: 7px;
	font-size: 0px;
}
.divSpan10 {
	height: 10px;
	font-size: 0px;
}
.divSpan20 {
	height: 20px;
	font-size: 0px;
}

.top_img {
	background-image: url(images/BG_TOP_IMG.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#whitea a {
	font-size: 15px;
	color: #FFFFFF;
}
#whitea a:link 
{
	color: #FFFFFF;
	text-decoration: none;
}
#whitea a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#whitea a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#whitea a:active {
	text-decoration: none;
	color: #FFFFFF;
}


#whites a {
	font-size: 12px;
	color: #FFFFFF;
}
#whites a:link 
{
	color: #FFFFFF;
	text-decoration: none;
}
#whites a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#whites a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#whites a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.bluea a {
            font-size: 12px;
            color: #336699;
        }
.bluea        a:link
        {
            color: #336699;
            text-decoration: none;
        }
.bluea        a:visited
        {
            text-decoration: none;
            color: #336699;
        }
.bluea        a:hover
        {
            text-decoration: none;
            color: #336699;
        }
.bluea        a:active
        {
            text-decoration: none;
            color: #336699;
        }


 a {
       font-size: 12px;
            color: #000000;
        }
       a:link
        {
            color: #000000;
            text-decoration: none;
        }
        a:visited
        {
            text-decoration: none;
            color: #000000;
        }
        a:hover
        {
            text-decoration: none;
            color: #000000;
        }
       a:active
        {
            text-decoration: none;
            color: #000000;
        }



.tbMain
{
	border: 1px solid #cccccc;
}
.myNavigate
{
	width:176px;
	height:22px;  
	line-height: 0.7em;
	text-indent: 2em;
	font-weight:bold;
	
}
.Text {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	padding: 2px;
	background-repeat: repeat-x;
	background-position: top;
}
td {
font-family: "Courier New", Courier, monospace;
font-size: 12px;
	color: #000000;
	line-height: 160%;
	}
.td_k_bg {
	border: 8px solid #f3f3f3;
}
.tab1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	
}

.tab3_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
.tab4 {
	border: 1px solid #cccccc;
}
.titlebg {
	background-image: url(../images/titlebg.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 30px;
	width: 678px;
   padding-left:25px;
}
.index08 {
	background-image: url(index_08.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 235px;
}
.index12 {
	background-image: url(../images/index_12.gif);
	background-repeat: no-repeat;
	height:48px;
	width: 458px;
	background-position:left;
	float:left;
	padding-top:10px;
	vertical-align:top
	
}
.index17 {
	background-image: url(../images/index_17.gif);
	background-repeat: no-repeat;
	height: 23px;
	width: 460px;
}
.index10 {
	background-image: url(../images/index_10.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 157px;	
}
.about {
	background-image: url(about.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 157px;
}
.Board_Tab{color:#b2847b;}
.navigateLeft{
	height: 27px;
    background-image: url(../images/navileft.gif);
	padding-left:40px;
	text-align: left;
		
	
}
.haveunderline{
	height: 28px;
    background-image: url('../images/bg.jpg');
    color:#336699;
    padding-left:45px;
}
.haveunderline1{
	height: 11px;
    background-image: url('../images/bgline.jpg');
    color:#336699;
    padding-left:45px;
}
.haveunderline2{
	height: 50px;
    color:#336699;
    padding-left:45px;
    font-size:13px;
}
.havenoline{
    color:#336699;
    padding-left:45px;
}
.productbg{
	height: 250px;
	width:283px;
    background-image: url('../images/zhidi.jpg');
}
.style16 
{
	color: #CC3300;
	 line-height: 1.9;
	 font-size: 14px;
	 font-family:"黑体";
}
.newTitle
{
	 color: #000000;
	 line-height: 1.9;
	 font-size: 14px;
	 font-family:"黑体";
	 font-weight:bold;
}
.proSearch
{
	background-repeat: no-repeat;
	background-position: center;
	background-image:url('../images/procenter.gif');
	height:100px
}
.proHot
{
	background-repeat: no-repeat;
	background-position: center;
	background-image:url('../images/prohot.gif');
	height:80px
}
.grayBorder {
	border: 0.01cm solid #CCCCCC;
}
.id-car-tit
{
	font-size: 14px;
	color: #82634b;
	font-weight: bold;
	text-decoration: none;
}
.id-car-tit:hover
{
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
.change-car-tit
{
	font-size: 14px;
	color: #50a118;
	font-weight: bold;
	text-decoration: none;
}
.change-car-tit:hover
{
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

