
/*图片展示区*/
.banner {
    position: relative;
    min-width: 1200px
}

.banner__depict {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    /*left: 360px; */
    left: 20%;
    color: #FFF;
    font-size: 28px;
    font-family: PingFang SC-Bold;
}

.banner__h2 {
    font-size: 48px;
}

.banner__heng {
    width: 48px;
    height: 6px;
    background-color: #fff;
    border-radius: 2px;
    margin: 20px 0;
}

/*详情*/
.content {
    width: 100%;
    /*height: 944px;*/
    /*background-color: pink;*/
}

.referral {
    /*width: 600px;*/
    /*height: 260px;*/
    /*background-color: #ccc;*/
    color: #666666;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 50px;
    font-size: 16px;
}

.referral__h2 {
    font-size: 32px;
    color: #333333;
    margin-bottom: 41px;
    font-weight: bold;
}

/*文化理念*/
.idea {
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background-color: #F7F8FC;
}

.idea__card {
    position: relative;
    width: 270px;
    height: 270px;
    overflow: hidden;
}
.idea__card:hover{
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.1)
}

.idea__card img{
    transition:transform .3s linear 0s;
}
.idea__card img:hover{
    transform: scale(1.2);
}

.idea__h3 {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
}

.idea__heng {
    width: 24px;
    height: 6px;
    background-color: #484848;
    border-radius: 1px;
    margin: 12px 0 16px;
}
/*行为准则*/
.norm{
    width: 100%;
    height: 577px;
}
.norm__box {
    color: #666666;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 50px;
    font-size: 16px;
}

.norm__h2 {
    font-size: 32px;
    color: #333333;
    margin-bottom: 41px;
    font-weight: bold;
}
