.banner_box {
    width: 1200px;
    height: 300px;
}

.banner_box img {
    width: 100%;
    height: 100%;
}

.content {
    border-top: 0;
    margin-top: 24px;
}

.content {
    margin-top: 24px;

}

.content_tit {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.content_ul {
    padding-bottom: 240px;
}

.content_ul>li {
    padding-left: 70px;
    color: #333333;
    margin-top: 24px;
    background-size: 54px 54px;
}

.li_content {
    flex-wrap: wrap;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 24px;
}

.li_content>p {
    width: 100%;
}


.li_tit {
    font-size: 20px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}

.li_info {
    margin-top: 4px;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
}

.li_note {
    font-size: 14px;
    color: #666666;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
}

.li_email {
    color: #386bf3;
    font-size: 16px;
    margin-top: 4px;
}

.address {
    background: url("../../image/english_homepage/Address.png") 0 0 no-repeat;
    background-size: 54px 54px;
}

.mobile {
    background: url("../../image/english_homepage/Mobile.png") 0 0 no-repeat;
}

.businessCooperation {
    background: url("../../image/english_homepage/BusinessCooperation.png") 0 0 no-repeat;

}