* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-size: 0.12rem;
    text-decoration: none;
	font-family:'微软雅黑';
}
a{
	font-size:14px;
}
/* 清除浮动 */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.mainPage {
	margin:0 auto;
	padding:0.15rem;
}
.mainPage ul {
	display:block;
	margin:0 auto;
	overflow:hidden;
}
.mainPage ul li {
	float:left;
	display:inline;
	height:22px;
	line-height:22px;
	padding:0 5px;
	color:#000;
	margin-right: 3px;
	border:1px solid #dedede;
	font-size:12px;
}
.mainPage ul li a {
	color:#000;
	font-size:12px;
}
.mainPage ul li.thisclass {
	background:#725841;
	border:1px solid #725841;
	color:#fff;
	font-size:12px;
}
.mainPage ul li.thisclass a {
	color:#fff;
}
.mainPage ul li a:hover,a:focus {
	color:hsl(209,93%,48%);
	text-decoration:none;
}
.mainPage ul li select,.mainPage ul li span,.mainPage ul li strong{
	font-size:12px;
}
.pdmc {
    text-align: center;
    height: 64px;
    background: url(/static/images/titbj.png) no-repeat center;
    background-size: 100%;
}
.pdmc h1 {
	font-size: 20px;
    color: #725841;
    letter-spacing: 1px;
    line-height: 64px;
}
.lmfl{
    padding:0.15rem;
}
.lmfl ul{
	overflow: hidden;
}
.lmfl ul li{
	width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
    line-height: 33px;
    margin-bottom: 2%;
    border: 1px solid #d4b189;
    text-align: center;
}
.lmfl ul li:nth-child(3n){
    margin-right: 0;
}
.lmfl ul li a{
	color: #333;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 6px;
}
.bodybj{
    /* background: url(/static/images/index-bck.jpg) repeat-x; */
    background-size: 100% 100%;
}