/* 关于我们 */

#wBanner {
    overflow: hidden;
    position: relative;
	margin-top:1rem;
	z-index: 100;
}
#wBanner .img {
    position: relative;
    height:3.6rem;
}
.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#wBanner .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.container-fulid {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
	width: 100%;
}
#wBanner .box .breadcrumb {
    padding-bottom:0.2rem;
}
.breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}
#wBanner .box .breadcrumb .breadcrumb-item {
    color: #fff;
	font-size:0.24rem;
	font-weight:bold;
}
#wBanner .box .text {
    font-size: 0.32rem;
	line-height:1.6;
}


.container-fulid {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    width: 100%;
}
.fuwu{
	margin:0.9rem 0;
}
.fuwu_con_lt{
	width:100%;
	margin-top:0.3rem;
}
.fuwu_con_lt .hTitle {
    font-size:0.36rem;
    font-weight:bold;
    position: relative;
    padding-bottom:0.3rem;
}
.fuwu_con_lt .w_text {
    font-size:0.26rem;
    line-height:1.6;
	margin-bottom:0.3rem;
}
.fuwu_con_rt{
	width:100%;
}
.fuwu_con_rt img{
	width:100%;
}


.policy{
	width:100%;
	margin-bottom:0.5rem;
}
.policy dl{
	padding: 0.5rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.policy dl dt{
	width:100%;
}
.policy dl dt img{
	width:100%;
}
.policy dl dd{
	width:100%;
}
.policy dl dd h4{
	font-size:0.32rem;
	font-weight: bold;
	margin:0.4rem 0 0.2rem;
}
.policy dl dd p{
	font-size:0.26rem;
	line-height:1.6;
}

.webTop {
    cursor: pointer;
    font-size: 0.22rem;
    text-align: center;
	padding:0.2rem 0;
	background-color: #efeef0;
}
.webTop .img {
    width: 0.15rem;
    margin: 0 auto 0.1rem;
}
.webTop .img img {
    transform: rotate(-90deg);
	width:100%;
}