.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{
    text-align: center;
    background: #9f5f21;
	font-size: 25px;
    color: #ffffff;
    line-height: 51px;
    font-weight: normal;
    letter-spacing: 6px;
}
.nav-right .nr-tle{
	border-bottom: 3px solid #9f5f21;
}
.nr-cent{
    height: 600px;
}
.nr-cent .fankui{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 56%;
    height: 355px;
    margin-top: 50px;
}
.nr-cent .fankui form{
    width: 100%;
}
.nr-cent .fankui .input{
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}
.nr-cent .fankui .bdTitle{
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    background: #ba7d47;
    border-radius: 4px;
    margin-right: 5px;
}
.nr-cent .fankui .input .bdTitle::after,
.nr-cent .fankui .textarea .bdTitle::after {
    content: '*';
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 5px;
    color: #fff;
}
.nr-cent .fankui .input input{
    box-sizing:border-box;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: unset;
    width: calc(100% - 120px);
    height: 40px;
    font-size: 14px;
    padding-left: 20px;
    transition-duration: 0.5s;
    transition-property: all;
}
.nr-cent .fankui .textarea{
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    width: 100%;
    height: 100px;
}
.nr-cent .fankui .textarea textarea{
    box-sizing:border-box;
    background-color: unset;
    width: calc(100% - 120px);
    border-radius: 4px;
    height: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    resize: none;
    /*outline: none;*/
    font-size: 14px;
    transition-duration: 0.5s;
    transition-property: all;
}
.nr-cent .fankui .button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
}
.nr-cent .fankui .button button{
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    cursor: pointer;
    border: none;
    font-size: 18px;
}
.nr-cent .fankui .button button.submit{
    font-weight: bold;
    width: 36%;
    height: 50px;
    color: #fff;
    background-color: #d16a03;
    margin-right: 40px;
}
.nr-cent .fankui .button button.reset{
    width: 20%;
    height: 50px;
    color: #666;
    background-color: #ddd;
}
.nr-cent .zhushi{
    text-align: center;
    color: #333;
    font-size: 14px;
    margin-top: 20px;
}