.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w350 {
    width: 350px;
    margin: 0 auto;
}

#why>div {
    display: flex;
    justify-content: space-around;
    margin: 20px 10px;
}

.block_title {
    height: 120px;
    width: 32%;
    padding: 0 20px;
    margin-right: 2%;
    display: flex;
    justify-content: flex-start;
    background-color: #f5f5f5;
    align-items: center;
    overflow: hidden;
}

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

.block_title>div {
    margin-top: 50px;
    padding-left: 20px;
}

.mt {
    margin-top: 0 !important;
}

.block_title h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding-bottom: 15px;
    color: #333333;
    font-weight: bold;
}

.block_title p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 425px;
    color: #666666;
    line-height: 22px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*截取第三行*/
    overflow: hidden;
}

.carousel-indicators {
    bottom: -25px !important;
}

.UserTranslation {
    margin-bottom: 50px;
}

.carousel-indicators .active {
    background-color: #ce303f !important;
    margin-right: 40px;
}

.carousel-indicators li {
    background-color: #d2d2d2 !important;
    border-radius: 0 !important;
    width: 100px !important;
    background: #ccc;
    height: 6px !important;
    margin-right: 40px;
}

.height {
    width: 350px !important;
    height: 100px !important;
}

#xwhy>div {
    /* display: flex;
    justify-content: space-around; */
    margin: 0;
}

#aroll {
    margin: 0;
    padding: 0;
    height: 550px;
    overflow: hidden;
    list-style-type: none;
}

#aroll li {
    margin: 0 0 10px 0;
}

.xblock_title {
    height: 120px;
    width: 350px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    background-color: #f5f5f5;
    align-items: center;
    overflow: hidden;
}


/* .xblock_title>div>img {
    margin-bottom: 40px;
} */

/*.xblock_title>div {
    margin-top: 50px;
    padding: 0 5px;
}*/

.xblock_title h4 {
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 14px;
    padding-bottom: 5px;
    color: #333333;
    font-weight: bold;
}

.xblock_title p {
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    width: 260px;
    color: #666666;
    line-height: 22px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*截取第三行*/
    overflow: hidden;
}

.common_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-left: 10px;
}