/*文字阶层设定开始======*/

.title{
	font-family: "Arial", "Verdana", "微软正黑体", "新宋体";
	font-size: 16px;
	color: #9D0013;
	font-weight: bold;
}

.subtitle_brown {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 13px;
	color: #A69E87;
	font-weight: bold;
}
.subtitle_red {
	font-family: "Arial", "Verdana", "微软正黑体", "新宋体";
	font-size: 13px;
	color: #C93232;
	font-weight: bold;
}

.subtitle_black  {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.subtitle_gray  {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 13px;
	color: #68655C;
	font-weight: bold;
}
.subtitle_white  {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.subtitle_red_nob {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 13px;
	color: #993333;
	line-height: 18px;
}

.subtitle_td_blue{
	background-image: url(../images/tab/tab_off_bg_7.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Arial", "Verdana", "微软正黑体", "新宋体";
	font-size: 13px;
	color: #669999;
	font-weight: bold;
}

.content {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.content_gary {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 12px;
	color: #707070;
	line-height: 18px;
}

.content_fff {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
.content_red {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 12px;
	color: #993333;
	line-height: 18px;
}
.content_s {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 8pt;
	color: #333333;
	line-height: 18px;
}

.content_s_fff {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 18px;
}
.content_s_000 {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 8pt;
	color: #000000;
	line-height: 18px;
}


.note{
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 10px;
	color: #993300;
}

ul{
	text-align:left;
	margin-left:15px;
	margin-bottom:0px;
	pandding-top:5px;
	pandding-left:15px;
	pandding-bottom:0px;
	margin-top:5px;
	
}
ol{
	text-align:left;
	margin-left:30px;
	margin-bottom:0px;
	pandding-top:5px;
	pandding-left:15px;
	pandding-bottom:0px;
	margin-top:5px;
}
li{
	margin-bottom:4px;
	padding-top:0px;
	padding-left:0px;

}
/* 网页copyright部份 */
.footer{
	clear:both;
	font-family: "Arial", "Verdana", "微软正黑体", "新宋体";
	font-size: 11px;
	color: #E3E3E3;
	background-color: #3F3F3F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-position: left;
}

.footer a:link{
	color: #E3E3E3;
	text-decoration: none;
}

.footer a:visited{
	color: #E3E3E3;
	text-decoration: none;
}

.footer a:hover{
	color: #E3E3E3;
	text-decoration: underline;
}
.footer p{
	line-height: 12px;
}

/* 网页brcam部份 */
#brcam{
	font-family: "Arial", "Verdana", "微软正黑体", "新宋体";
	font-size: 11px;
	color: #999999;
	text-align: left;
	vertical-align: middle;
	height: 25px;
	width: 100%;
}

#brcam a:link{
	color: #CC6666;
	text-decoration: underline;
}

#brcam a:visited{
	color: #CC6666;
	text-decoration: underline;
}

#brcam a:hover{
	color: #CC6666;
	text-decoration: none;
}


/***************************************表单相关设定======*/

.input, select, textarea {
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 12px;
	color: #333333;
}

/*黑框白底表单*/
#black_form input{
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}

/************************************站内所有连结设定开始 ======*/

a:link {
	color: #117E8D;
	text-decoration: none;
}

a:visited {
	color: #9B921A;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a.link_black:link {
	color: #333333;
	text-decoration: none;
}

a.link_black:visited {
	color:#333333;
	text-decoration: none;
}

a.link_black:hover {
	color: #EF4F00;
	text-decoration: underline;
}

a.link_black_line:link {
	color: #333333;
	text-decoration: underline;
}

a.link_black_line:visited {
	color: #333333;
	text-decoration: underline;
}

a.link_black_line:hover {
	color: #FF6600;
	text-decoration: none;
}

a.link_white_line:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.link_white_line:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.link_white_line:hover {
	color: #FFCC00;
	text-decoration: none;
}

a.link_white:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.link_white:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.link_white:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a.link_gary:link {
	color: #E0E0E0;
	text-decoration: none;
}

a.link_gary:visited {
	color: #E0E0E0;
	text-decoration: none;
}

a.link_gary:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.link_brcam:link {
	color: #CC3366;
	text-decoration: underline;
}

a.link_brcam:visited {
	color: #CC3366;
	text-decoration: underline;
}

a.link_brcam:hover {
	color: #FF6600;
	text-decoration: none;
}

a.link_red_line:link {
	color: #A71515;
	text-decoration: underline;
}

a.link_red_line:visited {
	color: #A71515;
	text-decoration: underline;
}

a.link_red_line:hover {
	color: #FF6600;
	text-decoration: none;
}

/***********************************图片框线等设定开始======*/

.banner_line_white {
	padding: 0px;
	border: 1px solid #FFFFFF;
}
.banner_line_gary{
	padding: 0px;
	border: 1px solid #333333;
}

.banner_line_lightgary{
	padding: 0px;
	border: 1px solid #E4E4E4;
}
.banner_line_no{
	padding: 0px;
	border: 0px;
}


/******************************************分隔线等设定开始======*/

.dotlinetable {
	text-decoration: none;
	padding: 3px;
	border: 1px dotted #eaeaea;
	font-size: 12px;
	color: #535353
}

.line_h_dot_green {
	background-image: url(../images/share/line_dot_green.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.line_h_dot_green_bottom {
	background-image: url(../images/share/line_dot_green.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.line_h_dot_white {
	background-image: url(../images/share/line_dot_white.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.line_h_dot_white_bottom {
	background-image: url(../images/share/line_dot_white.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.line_h_writestyle_gary {
	background-image: url(../images/share/line_writestyle_gary.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.line_h_writestyle_gary_bottom {
	background-image: url(../images/share/line_writestyle_gary.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.line_h_writestyle_gary_s {
	background-image: url(../images/share/line_writestyle_gary_s.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.line_h_writestyle_gary_bottom_s {
	background-image: url(../images/share/line_writestyle_gary_s.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.line_h_writestyle_gary_top_s {
	background-image: url(../images/share/line_writestyle_gary_s.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


/********************************************************方块框Table 设定*/

.table_square_h {
	background-image: url(../images/share/line_square_dot.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.table_square_v {
	background-image: url(../images/share/line_square_dot.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/******************************************************使用在TAB切换区块*/
.tab_bg{
	background-image: url(../product/images/tab/tab_1.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1F6;
}
.tab_on{
	background-image: url(../images/tab/tab_on_bg_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Arial", "Verdana","微软正黑体","新宋体";
	font-size: 13px;
	color: #FFFFFF;
	line-height: 25px;
}
.tab_off{
	background-image: url(../images/tab/tab_off_bg_7.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: "Arial", "Verdana", "微软正黑体", "新宋体";
	font-size: 11px;
	color: #88A2AB;
	line-height: 25px;
}

.tab_off a:link{
	color: #88A2AB;
	text-decoration: none;
}
.tab_off a:visited{
	color: #88A2AB;
	text-decoration: none;
}
.tab_off a:hover{
	color: #FF9900;
	text-decoration: none;
}

/*****************************************透明下拉选单使用*/
.down_navi{
	background-color: #663366;
	filter:Alpha(Opacity=80);
	opacity: .80;
	padding: 4px;
	}

.down_navi_aror{
	background-color: #663366;
	filter:Alpha(Opacity=80);
	opacity: .80;
	background-image: url(../images/share/icon_arror_white.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	}

.down_navi a{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.down_navi a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
.down_navi a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	}