.t-consult1 {
    font-size: 50px;
    color: #ac0100;
    text-align: center;
}

.t-consult2 {
    font-size: 40px;
    color: #3c3c3c;
    text-align: center;
}

.c-consult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-consult-item {
    width: 140px;
    padding: 0 5px;
}

.c-consult-item img {
    width: 100%;
}

.c-consult-item div {
    text-align: center;
    font-size: 14px;
    height: 40px;
}

.c-consult-item:last-of-type>div {
    font-size: 12px;
}

.c-section1 {
    width: 100%;
    height: 700px;
    background: url("../images/组22.png");
}

.c0111-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    padding: 80px 0;


}

.c0111-title>p {
    width: 420px;
    text-align: center;
}

.c0111-title>div {
    width: 150px;
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
}

.c0111-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.c0111-content .c0111-item {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c0111-content .c0111-item .c0111-item-title {
    width: 190px;
    height: 60px;
    line-height: 60px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-bottom: 2px solid #fff;
    position: relative;
}

.c0111-content .c0111-item .c0111-item-title::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -9px;
    bottom: -9px;
}

.c0111-content .c0111-item .c0111-item-title::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-color: #ffffff52;
    border-radius: 50%;
    position: absolute;
    right: -13px;
    bottom: -13px;
}

.c0111-content .c0111-item .c0111-item-content {
    width: 190px;
    color: #fff;
    padding: 20px 10px 40px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
}

.consult-title {
    padding: 0 !important;
    text-align: center;
    font-size: 35px;
}



.c0112-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c0112-content .c0112-item {
    width: 430px;
    height: 290px;
    padding: 30px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 55px;
    -webkit-box-shadow: 0 4px 25px 2px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 25px 2px rgba(0, 0, 0, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c0112-content .c0112-item img {
    width: 90px;
    height: 70px;
    margin-bottom: 10px;
}

.c0112-content .c0112-item .c0112-type {
    font-size: 24px;
    margin-bottom: 20px;
}

.c0112-content .c0112-item .c0112-desc {
    font-size: 20px;
}


.c4-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c4-content .c4-item {
    width: 165px;
    height: 175px;
    -webkit-box-shadow: 0 4px 25px 2px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 25px 2px rgba(0, 0, 0, 0.11);
    margin-bottom: 30px;
}

.c4-content .c4-item .c4-title {
    color: #fff;
    background-color: #9d0100;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.c4-content .c4-item .c4-title span {
    font-size: 19px;
}

.c4-content .c4-item .c4-desc {
    height: 125px;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

section.gray-bg {
    background-color: #f5f5f5 !important;
}

.c5-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c5-content .c5-item {
    font-size: 14px;
    line-height: 28px;
    width: 210px;
    height: 140px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #9d0100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 7px 20px;
}

.c6-item {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    height: 28px;
    padding: 5px;
}

.c5-title {
    text-align: left;
    color: #e94e26;
    margin: 50px 0 60px;
    font-size: 50px;
}


.common-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c3-container img {
    width: 215px;
    height: 390px;
    padding: 5px;
}