*{
    margin: 0;
    padding: 0;
	list-style: none;
	box-sizing: border-box;
}
html{
    font-size: 15px;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/* 这里是模拟位置 -> 开始 */
/* 这里是模拟位置 -> 结束 */
/* 头部盒子 -> 开始 */
.headerbx{
    background: url(https://ae01.alicdn.com/kf/Ued28d607061f4a538ff36b48cbb93ef3b.jpg) top center no-repeat;
    background-size: cover;
}
.header-dfin{
	position: relative;
    width: 100%;
    max-width: 1100px;
	height: 500px;
}
.dfin-details{
    width: 80%;
	height: 100%;
	padding: 60px 40px 0;
}
.content h2{
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing:1px;
    margin-bottom: 20px;
}
.content p{
    font-size: 1.1rem;
    line-height: 1.9rem;
    color: #fff;
    letter-spacing:1px;
}
/* 头部盒子 -> 结束 */

/* 团队部分 -> 开始 */
.team-tit{
    padding: 60px 0 15px 0;
    width: 100%;
    text-align: center;
    color: #0061AE;
    margin-bottom: 60px;
}
.team-tit h2{
    font-size: 1.5rem;
}
.teamconcenter{
    width: 100%;
    max-width: 1100px;
    margin-bottom: 60px;
}
.team-img{
    width: 40%;
    text-align: right;
    padding-right: 60px;
}
.team-img img{
    width: 100%;
    height: auto;
    min-width: 280px;
}
.team-details-bx{
    width: 60%;
}
.team-details{
    width:33.3%;
    height: 60px;
}
.team-details>li{
    line-height: 1rem;
    margin-left: 10px;
    font-size: 1.4rem;
    color: #191932;
}
.team-details>li span{
    margin-left: 10px;
    font-size: 1.2rem;
    color: #666;
}
.team-detailsli1{
    width: 100% !important;
}
/* 团队部分 -> 结束 */

/* 这里是模拟位置 */
/* 这里是模拟位置 */
@media (max-width: 768px){
    .team-details>li{
        font-size: 1.2rem;
    }
    .team-details>li span{
        font-size: 1rem;
    }
}
@media (max-width: 540px){
    .header-dfin{
        height: 450px;
    }
    .dfin-details{
        width: 90%;
        padding: 40px 0 0;
    }
    .content p{
        font-size: 1rem;
        line-height: 1.6rem;
        letter-spacing:0px;
    }
    .teamconcenter{
        margin-bottom: 30px;
    }
    .team-img{
        width: 100%;
        text-align: center;
        padding: 10px !important;
        margin-bottom: 20px;
    }
    .team-details-bx{
        width: 100%;
    }
    .team-tit{
        padding: 30px 0 15px 0;
        margin-bottom: 10px;
    }
    .team-details>li{
        margin-left: 20px;
    }
    .team-details{
        width: 50%;
        height: 40px;
    }
}