.oneself1>div {
    width: 100%;
    text-align: center;
    margin-top: 135px;
}

.oneself1>div>div {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 35px;
}

.oneself1>div>div::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 337px;
    height: 50px;
    transform: translate(-50%, -35%);
    /*background-image: url("../image/rsyhy/lxwm/slogan.png");*/
}

.oneself2 .name {
    width: 100%;
    color: #404040;
    font-size: 3.6rem;
    margin-top: 48px;
    margin-bottom: 30px;
}

.oneself2 .name>img {
    vertical-align: bottom;
}

.data_box {
    width: 100%;
    background-color: #f9f9f9;
    padding: 20px 0px 0px 56px;
    display: inline-block;
    margin-bottom: 30px;
}

.data_box>div {
    color: #666666;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.data_box>div>img {
    width: 21px;
    margin-right: 6px;
}

.data_box2>p {
    padding-left: 27px;
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 20px;
}

.data_box2>.CompanyBranch>span {
    margin-right: 1rem;
}

.data_box3 {
    width: 100%;
    position: relative;
    background-color: #f9f9f9;
    padding: 55px 85px 25px;
    color: #666666;
    font-size: 1.6rem;
    z-index: 1;
}

.data_box3::before {
    content: "";
    width: 243px;
    height: 180px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 2;
    background: url("../image/rsyhy/lxwm/icon_bg.png") round;
}

.data_box3>p {
    margin-bottom: 30px;
    line-height: 20px;
}

.synergic {
    width: 100%;
}

.synergic>p {
    display: block;
    text-align: center;
    color: #404040;
    font-size: 3.6rem;
    margin-top: 72px;
    margin-bottom: 0px;
}

.synergic_box {
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.synergic_box>div {
    text-align: center;
    padding: 67px 32px;
    border: 1px solid #dcdcdc;
    margin-top: 68px;
    transition: all .5s;
}

.synergic_box>div:hover {
    box-shadow: 0px 0px 10px 0px #d7d7d7;
}

.synergic_box>div>img {
    margin-bottom: 40px;
}

.synergic_box>div>p {
    display: block;
    padding-bottom: 37px;
    border-bottom: 1px dashed #dcdcdc;
    color: #404040;
    font-size: 2.1rem;
    margin-bottom: 32px;
}

.synergic_box>div>span {
    line-height: 35px;
    color: #666666;
    font-size: 1.4rem;
}

.data {
    margin-top: 85px;
}

.data_box4 {
    width: 100%;
    background-color: #f9f9f9;
    padding-left: 56px;
    padding-bottom: 28px;
    display: inline-block;
    margin-bottom: 40px;
}

.data_box4 .name2>img {
    vertical-align: bottom;
}

.data_box4 .name2 {
    width: 100%;
    color: #404040;
    font-size: 3.6rem;
    margin-top: 48px;
    margin-bottom: 72px;
}

.data_box4 .text {
    color: #666666;
    font-size: 1.6rem;
    margin-bottom: 20px;
}


.data_box4 .text>img {
    width: 21px;
    margin-right: 6px;
}

.know .know_right .nav_box li:nth-of-type(4)>a {
    background-color: #d60c1a;
    color: #fff;
}
.fengongsi{
    text-align: center;
    font-size: 1.6rem;
    border-right:1px #666666 dashed ;
}
.fenbuadressbox{
    background-color: #f9f9f9;
}
.fengongsi>h3{
    color: #000;
    margin: 3rem;
}
.fengongsi>p>img{
    margin: 0 1rem 0 0;
}
.fengongsi3{
    border-right:0;
}

@media(min-width:767px){
    .bumenright{
        display: inline-block;
        margin: 0 0 0 4rem;
     }
     .bumenleft{
        display: inline-block;
     }
}

@media (max-width: 767px) {

    .oneself1>div {
        margin-top: 40px;
    }
    .oneself1>div>div>img {
        max-width: 366px;
        width: 100%;
    }
    .oneself2 .name {
        text-align: center;
        line-height: 45px;
    }
    .data_box {
        padding: 20px 0px 0px 10px;
    }
    .web_size>span {
        display: block;
        padding-left: 80px;
    }
    .data_box3 {
        padding: 40px 10px 10px;
    }
    .data_box3::before {
        display: none;
    }
    .synergic>p {
        line-height: 50px;
    }
    .data_box4 {
        padding: 0px 10px;
    }
    .data_box4 .name2 {
        text-align: center;
        line-height: 45px;
        font-size: 3rem;
    }
    .data_box4 .text {
        font-size: 1.5rem;
    }
    .fengongsi>h3 {
        margin: 1rem;
    }

    .fengongsi{
        width: 35rem;
        border-bottom: 1px #666666 dashed;
        border-right: 0;
    }

    .fengongsi>p{
        
        margin-bottom: 1rem;
    }


}