﻿@charset "utf-8";


html, body {
 margin:0;
 padding:0;
 color:#121212;
 font-size:12px;
 line-height:22px;
 font-family:"Microsoft YaHei","SimSun", Verdana, Arial, Helvetica, sans-serif;
 background:#e4e4e4 url(img/headerBG.gif) no-repeat top center;
}
a {
 color: #000;
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

ul{
 margin:0;
 padding:0;
 list-style:none;
}
img{
 border:0;
}

p{
 padding:0;
 margin:0;
}
h1,h2,h3,h4{
 padding:0;
 margin:0;
}


.main{
 width:980px;
 margin:0 auto;
}
.header{
 height:335px;
}
.header img{
  margin:115px 0 0 125px ;
}
.daoyu{
 width:1011px;
 height:131px;
 clear:both;
 padding:8px 0;
 background:url(img/daoyuBG.gif) no-repeat center;
 border-top:1px solid #830302;
 border-bottom:1px solid #830302;
 
}
.daoyu p{
    text-indent:2em;
 line-height:170%;
 font-size:16px;
 padding:0 15px;
 font-family:'微软雅黑';

}
.topphoto{
 width:1011px;
 padding:15px 0;
 background:#f5f5eb;
}
.bigphoto{
 width:988px;
 height:425px;
 background:#696968;
 margin:10px auto;
 padding:15px 0 0 23px ;

}
.midphoto span{
 display:block;
 width:600px;
 color:#787878;
 font-size:18px;
 text-align:center;
 line-height:40px;
}
.smallphoto li{
 float:left;
 width:300px;
 height:203px;
 margin:20px 0 0 25px;
 position:relative;
}

.smallphoto span{
 position:relative;
 display:block;
 z-index:1;
 margin:-50px 0 0 0;
 font-size:18px;
 width:100%;
 height:40px;
 background:url(img/ph.png) no-repeat;
 text-align:center;
 padding:10px 0 0 0;
 
}
.smallphoto span a{
 color:#fff;
}
.text1{
 border:1px solid #d6d6d6;
 border-top:0;
 background:#fff;
 padding:0 0 5px 0;
}
.text1 li{
 width:95%;
 line-height:36px;
 font-size:16px;
 margin:0 0 0 25px;
 border-bottom:1px solid #dfdfdf;
}
.text1 li a{
 color:#000;
}
.more{
 width:1000px;
 margin:10px 0;
}
.more em{
 float:left;
 font-style:normal;
 font-size:18px;
 font-weight:bold;
 padding-left:10px;
}
.more a{
 float:right;
 font-size:18px;
 text-decoration:underline;
}