﻿html, body {
    background: #fff;
    font-size: 12px;
	padding:0;
	margin:0;
    font-family: Arial, Helvetica, sans-serif ,宋体；;
}

.string {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img{
	border:0;
}
p{
	padding:0;
	margin:0;
}
#body {
    margin: 0 auto;
    width: 1000px;
}

#header {
}
#logo {
    height: 138px;
    background: url(/images/index_01.gif) no-repeat;
}
#nav {
    height: 33px;
    color: #fff;
    background: url(/images/dh_bj.gif) repeat-x;
}
#nav a {
    display: inline-block;
    padding: 4px 10px 0 4px;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}
#nav span {
    display: inline-block;
    padding: 1px 0px 0 1px;
    color: #FFF;
}
#nav a:hover {
    color: #FF3300;
    text-decoration: none;
}
.clear {
    clear: both;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #f00;
    text-decoration: none;
}
#contact {
    width: 1000px;
    margin: 5px auto;
}
#viewleft, #viewright {
    float: left;
    border: 1px solid #a3a3a3;
    padding: 3px;
}
#viewleft {
    width: 180px;
    float: left;
    margin-right: 6px;
}
#viewleft .imging {
    float: left;
    margin-top: 5px;
}
#viewright {
    width: 790px;
    min-height: 500px;
    float: right;
}
.pager {
    display:block;
    text-align: center;
}

