.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.introduce, .function {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.introduce {
    /*padding-bottom: 71rem;*/
}

.introduce p {
    width: 62.5%;
    font-size: 16rem;
    text-indent: 2em;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #555555;
    line-height: 30rem;
    margin-top: 4rem;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.intro {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.intro img {
    width: 370px;
    height: 215px;
}


.intro div {
    width: 755px;
    height: 185px;
    font-size: 16px;
    color: #555555;
    text-align: left;
    text-indent: 32px;
    line-height: 34px;
}

.advantage {
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    background: #F1F4F9;
    margin-top: 90px;
    padding-bottom: 87px;
}

.advantage .card {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.advantage .card .left {
    width: 380px;
    height: 610px;
    background: url("../image/recruit/advantage-left-bj0.png") no-repeat;
    padding: 35px;
    box-sizing: border-box;
}

.advantage .card .left div {
    font-weight: 600;
    font-size: 20px;
    color: #555555;
    background: url("../image/recruit/advantage-left-i0.png") no-repeat;
    background-size: 47px 47px;
    padding-left: 55px;
    height: 47px;
    line-height: 47px;
}

.advantage .card .left p {
    font-size: 16px;
    color: #565656;
    line-height: 28px;
}

.advantage .card .left:hover {
    background: url("../image/recruit/advantage-left-bj1.png") no-repeat;
}

.advantage .card .left:hover p {
    color: #FFFFFF;
}

.advantage .card .left:hover div {
    color: #FFFFFF;
    background: url("../image/recruit/advantage-left-i1.png") no-repeat;
}

.advantage .card .right {
    width: 790px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;

}

.advantage .card .right .item {
    width: 380px;
    height: 185px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 23px 26px;
}

.advantage .card .right .item div {
    background-size: 47px 47px;
    padding-left: 55px;
    line-height: 47px;
    font-weight: 600;
    font-size: 20px;
    color: #555555;
}

.advantage .card .right .item p {
    font-size: 16px;
    color: #555555;
    line-height: 28px;
}

.advantage .card .right .item:hover p {
    color: #FFFFFF;
}

.advantage .card .right .item:hover {
    background: linear-gradient(0deg, #FF453B 0%, #FF6159 100%);
}

.advantage .card .right .item:hover div {
    color: #FFFFFF;
}

.advantage .card .right .item:nth-child(1) div {
    background: url("../image/recruit/righta0.png") no-repeat;
}

.advantage .card .right .item:nth-child(1):hover div {
    background: url("../image/recruit/righta1.png") no-repeat;
}

.advantage .card .right .item:nth-child(2) div {
    background: url("../image/recruit/rightb1.png") no-repeat;
}

.advantage .card .right .item:nth-child(2):hover div {
    background: url("../image/recruit/rightb0.png") no-repeat;
}

.advantage .card .right .item:nth-child(3) div {
    background: url("../image/recruit/rightc0.png") no-repeat;
}

.advantage .card .right .item:nth-child(3):hover div {
    background: url("../image/recruit/rightc1.png") no-repeat;
}

.advantage .card .right .item:nth-child(4) div {
    background: url("../image/recruit/rightd1.png") no-repeat;
}

.advantage .card .right .item:nth-child(4):hover div {
    background: url("../image/recruit/rightd0.png") no-repeat;
}

.advantage .card .right .item:nth-child(5) div {
    background: url("../image/recruit/righte0.png") no-repeat;
}

.advantage .card .right .item:nth-child(5):hover div {
    background: url("../image/recruit/righte1.png") no-repeat;
}

.advantage .card .right .item:nth-child(6) div {
    background: url("../image/recruit/rightf0.png") no-repeat;
}

.advantage .card .right .item:nth-child(6):hover div {
    background: url("../image/recruit/rightf1.png") no-repeat;
}

.kernel {
    margin-bottom: 72px;
    border: 1px solid #DADCE7;
    display: flex;
    background: #F5F9FC;
}

.kernel ul {
    background-color: #fff;
    width: 364px;
    list-style: none;
}

.kernel .bsmg_content {
    width: 700px;
    height: 880px;
}

.kernel .bsmg_content .bsmg_content_height {
    border-radius: 40px;
    border: 12rem solid #FFDBD8;
    overflow: hidden;
}

.functionDisplay {
    display: flex;
    justify-content: space-between;
    margin-bottom: 72rem;
}

.functionDisplay ul {
    list-style: none;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20rem;
}

.functionDisplay ul li {
    padding: 20rem 0;
}

.functionDisplay ul li div {
    font-size: 22px;
    color: #222222;
    display: flex;
    align-items: center;
    margin-bottom: 10rem;
}

.functionDisplay ul li div img {
    margin-right: 15rem;
}

.functionDisplay ul li div .icon_active {
    display: none;
}

.functionDisplay ul .active div {
    font-weight: 600;
}

.functionDisplay ul .active div,
.functionDisplay ul .active p {
    color: #FF453B !important;
}

.functionDisplay ul .active .icon_active {
    display: inline-block;
}

.functionDisplay ul .active .icon {
    display: none;
}

.functionDisplay ul li p {
    font-size: 16rem;
    color: #555555;
}

.functionDisplay .view_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}

.view {

}
