@charset "utf-8";
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
	background-attachment: scroll;
	background-color: #fff;
	font-family: Arial, "宋体", Tahoma;
	font-size: 12px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
div, ul, li, p , dd{
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
table {
    border: 0 none;
}
img {
    border: 0 none;
}
input {
	margin: 0px;
	padding: 0px;
	
}

a {

}

a:focus {
    outline: medium none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}

.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

#head {
    background: #f6f6f6;
    height: 90px;
}
#head-line{
    width:1200px;
    margin:0 auto;
    height: 90px;
}
.head-line-pic{
    width:167px;
    height:90px;
    float:left;
}
.head-line-title{
    width:875px;
    height:90px;
    float:right;
}
.daohang{
    height:90px;
}
.daohang a{
    width:88px;
    margin-top:21px;
    height:70px;
    float:left;
    margin-right:22px;
    text-align:center;
}
.daohang a p{
    font-family:"微软雅黑";
    font-size:14px;
    color:#343434;
}
.daohang a div{
    font-family:"Arial";
    font-size:12px;
    color:#878484;
}
.daohang a:hover{display:block;background:url(../images/1_05.jpg);}
.daohang a:hover p{color:#7d2a2e;}
.daohang a:hover div{color:#c5af7f;}

/*页数*/
.pages {text-align: center}
.pages{margin-bottom: 50px;}
.pages li{margin:0 5px; display: inline-block;}
.pages a,.pages .disabled span{padding: 5px 20px;border:1px solid #ddd;}
.pages .active span{color: #d91d27;border:1px solid #d91d27;padding: 5px 20px;}
.pages .disabled span{color:#aaa;border:1px solid #e6e6e6;}

#foot{
    height:82px;
    background:#7d2a2e;
}
#foot-line{width:750px; margin:0 auto; line-height:82px; font-size:14px; color:#FFF; }