﻿@charset "utf-8"


html,body{font-family:'微软雅黑'; }




/**/
/*文字详细页样式*/
/**/
.t_h1{ text-align:center; padding:25px 0;}
.t_h1 h1{ font-size:2.0em; padding:15px;}
.t_h1 p{ color:#AAAAAA; font-size:0.8em; line-height:130%; margin:auto;}


.content{
	font-size:0.9em;
	padding:20px 10px;
	margin:0px auto;
	color:#666666;
	line-height:150%;
	clear:both;
	background: url(../images/content.jpg) no-repeat left bottom;
	padding-bottom:40px;
}
.content p{text-indent:27px; margin-bottom:20px;}
.content strong{color:#333; padding:0px 10px;}
.content a{
	color:#06F;
	padding:0px 2px 0px 2px;
	text-decoration: underline;
	}
.content a:hover{ color:#F60;}	
.content h1{font-size:2.0em;	font-weight: normal; padding:0px; margin:10px 0px; color:#000;}
.content h2{font-size:1.4em;	font-weight: normal; line-height:200%; color:#000;}
.content h3{font-size:1.2em;	line-height:200%; color:#000; font-weight:bold;}
.content h4{font-size: 1.0em;	line-height:200%; color:#000; font-weight:bold;}
.content h5{font-size: 0.9em;line-height:200%; color:#333;}
.content h6{font-size: 0.75em;line-height:200%; color:#333;}
.content ol { margin:10px 20px;}
.content ol li{
	list-style-type: decimal;
	margin-left:20px;
}
.content ul{ margin:10px 20px;}
.content ul li{
	list-style-type: disc;
	margin-left:20px;
}
.content img{ padding:20px 10px;}




/**/
/*留言页样式*/
/**/


.form_message{
	margin:20px auto;
	padding-top:40px;
	width:700px;
}
.form_message h2{ color:#666; line-height:30px; font-weight:normal; margin-bottom:30px;}
.form_message th{ text-align:right; font-size:14px; font-weight:normal; color:#333; }
.form_message td{ padding:5px; font-size:0.9em; line-height:140%;}
.form_message strong{ color:#999999; font-size:1.4em;}

.form_tip_info{ font-size:0.9em; color:#999;}
.input_message{
	border-top:1px solid #C9CACF;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	border-left:1px solid #C9CACF;
	height:28px;
	line-height:28px;
	padding:0 5px;
	margin-bottom:10px;
	}
.input_message:hover{ background-color:#FFC;}	
.textarea_message{
	border-top:1px solid #C9CACF;
	border-right:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	border-left:1px solid #C9CACF;
	line-height:25px;
	padding:5px;
	}
.textarea_message:hover{ background-color:#FFC;}	

.btn_message{
	height:35px;
	width:130px;
	border:none;
	color:#FFF;
	font-size:0.9em;
	line-height:35px;
	overflow:hidden;
	cursor:pointer;
	background-color:#C8000B;
}
.btn_message:hover{ background-color:#D90000;}



