@charset "utf-8";


html {
 margin:0;
 padding:0;
 color:#121212;
 font-size:12px;
 line-height:22px;
 font-family:'微软雅黑',"SimSun", Verdana, Arial, Helvetica, sans-serif;
 background:#fffaee repeat-x top center;
}
body{
  margin:0;
  padding:0;
  background: url(img/mainBG.png) repeat-x bottom 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;
}

.header{
 width:1077px;
 margin:0 auto;
 border-bottom:1px solid #c0c0c0
}
.logo{
 float:left;
 width:390px;
 height:250px;
 background:url(img/logo.png) no-repeat left 10px;
}

.daoyu{
 float:right;
 width:680px;
 line-height:170%;
 font-size:18px;
 padding:60px 0 0 0;
 text-indent:2em;
 font-family:'楷体'
 
}
.main{
 width:1077px;
 margin:0 auto;

}
.list{
 width:390px;
 float:left;
}
.list ul{
 padding:30px 0 0 0;
}
.list li{
 border-bottom:1px dashed #ccc;
 font-size:15px;
 font-weight:bold;
 line-height:250%;
 width:90%;
 
}
.list li a{
font-size:19px;

}
.centent{
 float:right;
 width:680px;
}
.zhongd, .text{
 padding:20px;
}
.zhongd em{
 font-style:normal;
 font-size:20px;
 font-weight:bold;
 line-height:30px;
font-family:'仿宋';
}
.zhongd p{
 font-size:18px;
 line-height:170%;
font-family:'仿宋';
text-indent:2em;
text-align: justify;
text-justify:inter-ideograph;
}

.text em{
 display:block;
 font-style:normal;
 font-size:26px;
 font-weight:bold;
 line-height:50px;
 text-align:center;
}
.text p{
 font-size:18px;
 line-height:170%;
 text-indent:2em;
margin:20px 0 0 0;
text-align: justify;
text-justify:inter-ideograph;

}
.zz{
display:block;
 font-size:16px;
 line-height:40px;
 text-align:center;

}
.footer{
border-top:1px solid #eee;
padding:20px 0 20px 0

}
.text font{
font-weight: bold;
font-family:'楷体';
font-size:20px;
}
.top{
 width:100%;
 height:31px;
 background:#eee;
 margin:0 auto;
 border-bottom:1px solid #d8d8d8
}
.top span{
 display:block;
 width:1077px;
 margin:0 auto;
 text-align:right;
 color:#000;
}
.top span a{
 line-height:31px;
 color:#000;
}