.quick-nav {
    width: 7.18rem;
    height: 3.46rem;
    background-color: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    margin: -2rem auto 0;
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
}

.quick-nav .quick-nav-items {
    flex: 1;
}

.quick-nav .quick-nav-items:first-child {
    border-right: 1px solid #ddd;
}

.quick-nav .quick-nav-items a {
    display: block;
    width: 100%;
    height: 100%;
}

.quick-nav h3 {
    font-size: 0.38rem;
    line-height: 0.55rem;
    color: #333;
    font-weight: normal;
}

.quick-nav p {
    font-size: 0.26rem;
    color: #9999A3;
}

.quick-nav .quick-nav-1 {
    text-align: center;
}

.quick-nav .quick-nav-1 h3 {
    margin-top: 0.29rem;
}

.quick-nav .quick-nav-1 img {
    width: 1.1rem;
    margin-top: 0.81rem;
}

.quick-nav .quick-nav-2 {
    border-bottom: 1px solid #ddd;
}

.quick-nav .quick-nav-2,
.quick-nav .quick-nav-3 {
    height: 50% !important;
    padding-left: 1.2rem;
    background-position: 0.32rem center;
    background-size: 0.7rem;
    background-repeat: no-repeat;
}

.quick-nav .quick-nav-2 h3,
.quick-nav .quick-nav-3 h3 {
    padding-top: 0.4rem;
}

.quick-nav .quick-nav-2 {
    background-image: url(../img/icon_04.png);
}

.quick-nav .quick-nav-3 {
    background-image: url(../img/icon_05.png);
}


.section>a {
    display: block;
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    color: #333;
    margin-bottom: 0.16rem;
    background-color: #ddd;
    font-size: 0.34rem;
}

.section>a.active {
    color: #fff;
    background-color: #9F1B29;
    margin-bottom: 0.04rem;
}

.section ul {
    margin: 0 -0.06rem 0.32rem;
    display: none;
}

.section ul.active {
    display: block;
}


.section li {
    height: 0.6rem;
    line-height: 0.6rem;
	float: left;
	margin: 0.06rem;
}

.section li a {
	display: block;
    background-color: #F8F8F8;
    width: 2.1rem;
    text-align: center;
    font-size: 0.28rem;
    color: #333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.swiper-team .swiper-slide {
    text-align: center;
}

.swiper-team img{
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
}

.swiper-team h3 {
    font-size: 0.32rem;
    color: #333;
    line-height: 0.42rem;
    font-weight: normal;
    margin-bottom: 0.05rem;
}

.swiper-team p {
    font-size: 0.26px;
    color: #999;
    line-height: 0.35rem;
}


.team .intro {
    color: #666;
    font-size: 0.32rem;
    line-height: 0.46rem;
    margin-top: 0.64rem;
}

.team-list .ldfc img{
	max-height: 130px;
	max-width: 130px;
	display: block;
 	margin: auto;
}
.team-list .ldfc ul li p{
	background-color: #fff;
}
