/*基本*/
body {
    
    font-size:12px;
    font-family:宋体;
    color: #636563;
    width:1003px;
    margin:0px auto;
	text-align:center;
}
a:link,a:visited  {
    color: #636563;
    text-decoration:none;
}
a:hover {
    color: #ff6600;
    text-decoration:underline;
}
a:active {
    color: #B0B0B0;
}



.font_b {
    font-weight:bold;
}
.font_q {
    color: #D6CFC0;
}
.font_14{
font-size:14px;
}
.cleard{
    clear:both;
}
.pic{
	float:left;
	margin:0;
	padding:0;
}
.top_pic{
	float:left;
}
/*页面结构*/
#pagehead,#pagebody {
    width:775px;
    margin:0 auto;
    clear:both;
}
#pagebody {
	background-color:#FFFFFF;
    padding-top:10px;
}
#pageleft{
    padding-left:10px;
	width:500px;
	text-align:left;
}
#pageright {
    margin-left:10px;
	width:244px;
	text-align:left;
}
#pageleft,#pageright {
    float:left;
    overflow:hidden;
}
/*页面头部*/
#mid_nav {
width:775px;
height:26px;
background:url(../images/service_05.gif) no-repeat;
float:left;
}
#mid_nav ul {
list-style:none;
margin-top:5px;

}
#mid_nav ul li{
line-height:18px;
float:left;
padding:0 8px 0 6px;
}
/*中间部分*/
.boder{
text-align:left;
margin:0 auto;
width:750px;
border:1px solid #DEDFDE;
background:#F7F3F7;
}
.title {
float:left;
margin-left:10px;
width:500px;
height:32px;
background:url(../images/service_09.gif) no-repeat;
}
.title_text{
font-size:14px;
font-weight:bold;
display:block;
margin:8px 0 0 25px;
}
.more {
border:0;
margin:10px 15px 0 0;
float:right;
}
.list ul {
list-style:none;
margin:0 0 0 20px;
padding:0;
}
.list ul li {
float:left;
height:20px;
margin-right:10px;
margin-top:7px;
}
.list ul li a:link ,.list ul li a:visited{
background: url(../images/service_13.gif) no-repeat 1px 0px;
display:block;
line-height:18px;
padding-top:4px;
padding-left:10px;
border-top: 2px solid #F7F3F7;
border-left: 2px solid #F7F3F7;
border-right: 2px solid #F7F3F7;
border-bottom: 2px solid #DEDFDE;
width: 215px;
overflow: hidden;
text-overflow:ellipsis;
white-space:nowrap;
}

.list ul li a:hover {
background: url(../images/service_14.gif) no-repeat 1px 0px;
color:#39657B;
text-decoration:none;
border: 2px solid #39657B;
}
/*信息部分*/
.xx_boder {
float:left;
border:1px solid #DEDFDE;
background: #FFFFFF url(../images/service_20.gif) repeat-x bottom left;
}
.xx_title {
float:left;
width:498px;
height:30px;
background:url(../images/service_18.gif) no-repeat;
}
.xx_title_text {
font-size:14px;
font-weight:bold;
display:block;
margin:8px 0 0 25px;
}
#xx {
    margin-left:5px;
}
#xx ul{
    list-style:none;
	padding:15px 15px;
	margin:0;
	
}
#xx li{
    display:block;
    padding:10px 0 5px 0;
	background: #FFFFFF url(../images/service_19.gif) repeat-x bottom left;
}
.xx_nr{
    display:block;
    font-weight:bold;
}

/*特色部分高度*/
.xx_ts{
line-height:18px;
    background:#F7F3F7;
    padding:10px 10px;
    display:block;
    height:70px;
}
/*提交部分*/
.tj_boder {
width:750px;
text-align:left;
border:1px solid #DEDFDE;
background: #FFFFFF url(../images/service_24.gif) no-repeat bottom right;
margin:0 auto;
}
.tj_title {
float:left;
height:30px;
width:750px;
background:url(../images/service_23.gif) no-repeat;
}
.tj_title_text {
font-size:14px;
font-weight:bold;
display:block;
margin:8px 0 0 25px;
}
#tj {
    margin-left:10px;
}
#tj ul{
    list-style:none;
	padding:20px 10px;
	margin:0;
	
}
#tj li{
    display:block;
    padding:5px 0 5px 0;
}
.tj_nr{
    display:block;
    font-weight:bold;
}
/*留言部分*/
.message_boder {
border:1px solid #DEDFDE;
background:#F7F3F7;
}
.message_title {
float:left;
width:242px;
height:30px;
background:url(../images/service_16.gif) no-repeat;
}
.message_title_text {
font-size:14px;
font-weight:bold;
display:block;
margin:8px 0 0 25px;
}
#leave {
    margin-left:14px;
}
#leave ul{
    list-style:none;
	padding:10px 0px;
	margin:0;
	
}
#leave li{
    display:block;
    padding:5px 0 5px 0;
}
.leave_nr{
    display:block;
    font-weight:bold;
}
/*----文本框----*/
.inp{
    padding:2px 0 0 2px;
    height:16px;
}
.tex{
    overflow:auto;
}
.inp,.tex{
    color: #636563;
    font-size:12px; 
    font-family:宋体;
    border: 1px solid #CCCCCC;
}
.sffocus {
    background: #F0F9FB; /*----for IE----*/
    border: 1px solid #1D95C7;
}
.tex:focus,.inp:focus {
    background: #F0F9FB; /*----for firefox......----*/
    border: 1px solid #1D95C7;
}
