.top_lunbo_img {
    display: flex;
    justify-content: space-between;
    position: relative;
    
    margin: 30px 0;
}

.top_lunbo_but {
    display: flex;
    align-items: center;
}

.swiper-container {
    width: 1135px;
    margin: 0 10px;
}

.swiper-container img:hover {
    box-shadow: 0px 0px 6px #555555;
}

.about_us_hengfu {
    width: 100%;
}
.about_us_hengfu img{
    width: 100%;
}
.bottom_content_title {
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
    margin: 60px 0 30px 0;
}

#wrap .content li {
    overflow: hidden;
}

#wrap .content .wrap_text p {
    padding: 0;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 70%;
}

#wrap .content .wrap_a {
    height: 360px;
    width: 600px;
    display: block;
}

#wrap .content .wrap_text {
    color: white;
    position: relative;
    top: 84%;
    height: 60px;
    line-height: 70px;
    padding-left: 30px;
    background: url("../img/text_mengban.png") no-repeat center;
    background-size: 100% 100%;
}


.bottom_content2_title {
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 27px;
}

.bottom_content2 {
    height: 700px;
    background: #F7F7F7;
    padding-top: 60px;
    margin-top: 60px;
}

.bottom_content2_content {
    display: flex;
    justify-content: space-between;
}

.bottom_content2_content_text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 27px;
    margin: 30px 0 20px;
}

.bottom_content2_content_text p {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
}

.bottom_content2_content_ditu {
    width: 760px;
    height: 450px;
}

.bottom_content2_content_img {
    margin-top: 30px;
}

.bottom_content2_content_img a {
    margin-right: 18px;
    cursor: pointer;
}

.bottom_content2_content_img2 {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.bottom_content2_content_img2 div {
    margin-right: 50px;
}

.bottom_content2_content_img2 p {
    width: 96px;
    height: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #6C6C6C;
    white-space: nowrap;
    text-align: center;
}

.bottom_content2_content_img2 img {
    width: 96px;
    height: 96px;
}

.lunbo_mengban {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: white;
    padding: 10px 10px 0;
    width: 100%;
    background: url("../img/aboutus/text_mengban.png") no-repeat center;
    background-size: 100% 100%;
    white-space: nowrap; /*把文本强制显示在一行*/
    overflow: hidden; /*隐藏超出部分的文字*/
    text-overflow: ellipsis; /*超出显示省略号*/
}

.certify_mengban{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}



.mbxx{ width:1200px;overflow:hidden; box-sizing:border-box; margin:0 auto; 
display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start; align-items:center;}
.mbxcon{width:100%;overflow:hidden; box-sizing:border-box; margin:0 auto 20px; 
display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start; align-items:center;}
.mbxcon p{margin: 0 0 0; font-size: 14px; color:#454545; margin: 0 0 0 !important;}
.mbxcon a{font-size: 14px;color:#454545;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start; align-items:center;
transition: 0.3s;}
.mbxcon a span{font-size:14px;color:#454545; margin:auto 8px;transition: 0.3s;}
.mbxcon a:last-child span{ display: none;}
.mbxcon a:hover{ color:#EB6924;}
.mbxcon a:hover span{ color: #454545;}









