* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x top;
font-family: "ËÎÌå","Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
	color: #CB392C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
width: 1000px;
margin: 0 auto;
}


#header {
height: 100px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 25px 0 0 0px;
}
#header h1 a {
text-decoration: none;
color: #B7271F;
}
#header h1 a:hover {
	text-decoration: none;
	color: #000;
	font-weight: 800;
}
#header h2 {
color: #666;
font-size: 17px;
font-weight: 100;
padding: 0 0 0 1px;
}


#menu {
height: 30px;
line-height: 30px;
}
#menu ul {
padding-left: 2px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
margin: 20px 0;
line-height: 17px;
}

.left {
float: left; 
width: 750px;
font-size:14px;
line-height:180%;
}
.left p{
margin:20px 0;
}
.left h2 {
	color: #B7271F;
	font-size: 24px;
	font-weight: 800;
	padding : 10px 0 15px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
}
.left h2 a {
color: #B7271F;
}
.left h2 a:hover {
color: #333;
}

.right {
margin-top: 10px;
float: right;
width: 210px;
padding: 10px;
background: #FFDDDD;
border: 1px solid #990000;
}
.right0 {
margin-top: 10px;
float: right;
width: 232px;
}
.right h2 {
font-size: 12px;
color: #555;
padding: 5px 0 2px 0;
}
.right ul {
list-style-type: none;
padding: 5px 0 10px 0;
}
.right ul li {
line-height:180%
}
.right ul li a {
display: block;
border-bottom: 1px solid #999;
color: #666;
padding: 2px 5px;
}
.right ul li a:hover {
color: #333;
text-decoration: none;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 5px 0 10px 0;
margin-top: 50px;
border-top: 2px solid #ddd;
}
#footer a { 
color: #999;
}
#footer a:hover {
color: #333; 
text-decoration: underline; 
}
.brief h2{
clear:both;
border-bottom:1px solid #ccc;
font-size:12px;
color:#333;
padding:0px;
}
.brief ul{
clear:both;
}

.brief ul li{
width:120px; float:left;
font-size:12px;
text-align:center;
}
.brief ul li img{
border:1px solid #ccc;
padding:2px;
}
.textthree {
    border: 1px solid #dedede;
    height: 15px;
    line-height: 15px;
    padding: 10px;
    width: 80%;
}
.textareaone {
    border: 1px solid #dedede;
    height: 120px;
    padding: 10px;
    width: 80%;
}
form { 
margin: 0; 
} 
#search_box { 
width: 600px; 
height: 40px; 
background: url(http://www.zhtywd.com/skin/ecms038/images/bg_search_box.gif); 
} 
#search_box #search-keyword { 
float: left; 
padding: 0; 
margin: 7px 0 0 16px; 
border: 0; 
width: 480px; 
background: none; 
font-size: 14px; 
} 
#search_box #go { 
float: right; 
margin: 3px 4px 0 0; 
} 