.tit_box{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}
.tit_box>p{
    text-transform: Uppercase;
    font-size: 4.8rem;
    color: #eeebe9;
    margin-bottom: 18px;
}
.tit_box>span:nth-of-type(1){
    font-size: 2.4rem;
    color: #404040;
}
.tit_box>span:nth-of-type(2){
    font-size: 1.4rem;
    color: #7c7c7c;
    display: block;
    margin-top: 56px;
    line-height: 25px;
    margin-bottom: 40px;
}

.slogan{
    padding: 30px 150px 0px 0px;
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
}
.slogan::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 123px;
    height: 235px;
    background-image: url("../image/rsyhy/tdfc/icon_bg.png");
}
.slogan::after{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 154px;
    height: 104px;
    background-image: url("../image/rsyhy/tdfc/logo_bg.png");
    z-index:0;
}
.slogan>div{
    position: relative;
    float: right;
    background-color: #fff;
    color: #404040;
    font-size: 1.4rem;
    text-align: right;
    line-height: 53px;
    padding-right: 60px;
    margin-bottom: 19px;
    position: relative;
    z-index: 2;
}
.slogan>div::before{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 53px;
    padding: 8px 13px;
    line-height: 18px;
    color: #ffffff;
    font-size: 1.4rem;
}
.slogan>div:nth-of-type(1)::before{
    content: "追求领先";
}
.slogan>div:nth-of-type(2)::before{
    content: "快乐活力";
}
.slogan>div:nth-of-type(3)::before{
    content: "相互尊重";
}
.slogan>div:nth-of-type(4)::before{
    content: "创造品牌";
}
.slogan>div:nth-of-type(5)::before{
    content: "值得信赖";
}
.slogan>div>img{
    float: left;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
}
.slogan .box1{
    width: 320px;
}
.slogan .box2{
    width: 300px;
}
.slogan .box3{
    width: 280px;
}

.department{
    width: 100%;
    text-align: center;
    margin-top: -20px;
}
.department .box{
    padding: 9px 0px;
    background-color: rgba(223, 0, 18, 0.88);
    display: inline-block;
}
.department .box>div{
    float: left;
    width: 150px;
    text-align: center;
    border-right: 1px solid #df0012;
    padding: 12px 0px;
}
.department .box>div>img{
    display: block;
    height: 39px;
    margin: 0px auto 12px;
}
.department .box>div>span{
    color: #ffffff;
    font-size: 1.6rem;
    display: block;
}
.group{
    /*margin-bottom: 150px;*/
}
.know .know_right .nav_box li:nth-of-type(3)>a{
    background-color: #d60c1a;
    color: #fff;
}

@media (max-width: 767px){
    .tit_box{
        margin-top: 40px;
    }
    .tit_box>span:nth-of-type(2){
        padding: 0px 10px;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .slogan::before,.slogan::after{
        display: none;
    }
    .slogan{
        padding: 30px 10px 0px;
    }
    .slogan>div{
        width: 100% !important;
        padding-right: 0px !important;
        text-align: center !important;
    }
    .department .box{
        width: 100%;
    }
    .department .box>div{
        width: calc(100% / 3);
    }
    .group{
        margin-bottom: 40px;
    }
}