.footer{
	background-color: #f5f5f5;
	margin-top: 20px;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.main{
	width: 100%;
	overflow: hidden;
}
.nav-top{
	width: 100%;
    height: auto;
    font-size: 18px;
    color: #131313;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.nav-top a{
	font-size: 18px;
    color: #131313;
    line-height: 40px;
    display: inline-block;
}

.nav-left{
	width: 260px;
    height: auto;
    float: left;
}
.nav-left .le-title{
    height: 56px;
    background: #e1c188;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.nav-left .le-title span{
	display: block;
	width: 100%;
    height: auto;
    font-size: 24px;
    color: #ffffff;
    line-height: 56px;
    text-indent: 36px;
    font-weight: bold;
    letter-spacing: 2px;
}
.nav-left .le-sidebar{
	width: 100%;
	height: auto;
}
.nav-left .le-sidebar ul{
	width: 100%;
	height: auto;
    background: #f5e8d7;
    padding: 0 17px;
    box-sizing:border-box;
    display: flex;
    flex-direction: column;
}
.nav-left .le-sidebar ul li{
	margin: 10px 0;
}
.nav-left .le-sidebar ul li a{
	display: block;
	height: 44px;
	font-size: 20px;
	color: #0b0b0b;
    line-height: 44px;
    text-indent: 18px;
}
.dangqian{
	background: #9f5f21;
    color: #fff !important;
    font-weight: bold;
    border-radius: 5px;
}
.nav-left .le-sidebar ul li a:hover{
	background: #9f5f21 url(../image/sidebarcur.png) no-repeat 190px 18px;
	background-size: 18px 10px;
    color: #fff;
    font-weight: bold;
}
.tle-sidebar{
    padding: 15px;
    background: #f5e8d7;
    text-align: center;
}
.tle-sidebar p{
    font-size: 16px;
    color: #0b0b0b;
    line-height: 40px;
}
.tle-sidebar img{
    width: 172px;
    height: 172px;
}
.nav-right{
	width: 860px;
    height: auto;
    float: right;
}
.nav-right .nr-tle h2{
	font-size: 25px;
    color: #202020;
    line-height: 51px;
    font-weight: normal;
    letter-spacing: 2px;
}
.nav-right .nr-tle{
	border-bottom: 3px solid #9f5f21;
}
.nav-right .nr-cent .tiaoxq{
    /*border-bottom: dashed #e1c188;*/
    margin-top: 36px;
    position: relative;
}
.nav-right .nr-cent h2{
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #9f5f22;
    margin-bottom: 10px;
    font-weight: normal;
}
.nav-right .nr-cent p{
    color: #341a1e;
    line-height: 32px;
    font-size: 16px;
    color: #131313;
    text-indent: 2em;
    margin-bottom: 32px;
    text-align: justify;
}