.banner {
    width: 100%;
    height: 560px; 
    position: relative;
}
#contentBanner, #contentBanner img{
    height: 100%;
    width: 100%;
}
.profile {
    position: relative;
    padding: 0 200px 80px 200px;

}
.type-name{
    text-align: center;
    margin: 10px auto 140px auto;
    font-size: 35px;
    font-weight: bold;
}
.type-name .en{
    color: #E6E6E6;
    font-size: 40px;
}
.type-name .zh{
    margin-top: -50px;
    letter-spacing: 5px;
}