.postion {
    width: 6.4rem;
    height: auto;
    font-size: .23rem;
   line-height: initial;
    box-sizing: border-box;
    color: #888380;
    margin: .1rem auto;
}

.postion a {
    text-decoration: none;
    color: #888380;
}

.nav_common {
    width: 6.4rem;
    height: 1rem;
    background: #d7ad7f;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-left: .5rem;
    padding-right: .5rem;
    align-items: center;
}

.nav_common > li {
    width: 1.8rem;
    height: .4rem;
    list-style: none;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.nav_common > li > a {
    color: aliceblue;
    display: block;
    width: 100%;
    line-height: .4rem;
    font-size: .25rem;
    text-align: center;
    text-decoration: none;
}

.nav_common > li > a.this {
    background: #89664f;
    border-radius: .1rem;
}

.nav_common > li:nth-of-type(3),
.nav_common > li:last-child {
    border: 0;
}

.banner_common {
    width: 100%;
    height: auto;
    max-width: 640px;
    margin: 0 auto;

}

.banner_common > a > img {
    width: 100%;
}

.art_common {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.art_common_tit {
    width: 6.4rem;
    height: .7rem;
    margin: 0 auto;
    margin-top: .15rem;
    box-sizing: border-box;
    padding-left: .9rem;
    padding-right: .2rem;
    background:url('../images/fk_other.png') 50% no-repeat;
    background-size:100%;
font-size:.29rem;
font-weight:bolder;
color:#483326;
line-height:.7rem;

}

.art_common_tit > img {
    width: 100%;
}

.arts_com {
    width: 6.4rem;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: .2rem;
    padding-right: .2rem;
    margin-top: .3rem;
}

.arts_com > .arts_title {
    width: 100%;
    height: auto;
    font-size: .3rem;
    color: #b4661a;
    font-weight: bold;
    line-height: .5rem;
}

.arts_com > p:nth-of-type(2) {
    margin-top: .1rem;
    font-size: .25rem;
    line-height: .5rem;
    box-sizing: border-box;

}

.yzfw {
    width: 6.4rem;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}


.yzfw > ul {
    list-style: none;
    margin-top: .3rem;
	width:95%;
	border-bottom: 1px dashed #cfc2be;
	display:flex;
	flex-wrap: wrap;
    margin:0 auto;
}

.yzfw > ul > li {
	width:1.5rem;
    line-height: .4rem;
	display:flex;
	background-color:#d7ad7f;
	border-radius: .1rem;
	margin:0.1rem auto;
}

.yzfw > ul > li > a {
	width:1.5rem;

   font-size: .2rem;
    height: .4rem;
	text-decoration: none;
	color:#fff;
	text-align: center;
	
}






.tel {
    width: 6.4rem;
}

.tel {
    width: 5rem;
    margin: 0 auto;
    margin-top: .5rem;
}

.tel img {
    width: 100%;
}
