.conTopImg_img .text_show {
    padding-top: 168px;
    color: #79859C;
}

.ComIntro {
    width: auto;
    height: 432px;
    background: #f5f5f5;
    padding: 62px 0;
}

.ComIntro .ComIntroTitle {
    font-size: 36px;
    color: #363636;
}

.ComIntro .ComIntroCon {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.ComIntro .ComIntroCon .img {
    width: 549px;
    height: 370px;
}

.ComIntro .ComIntroCon .ComIntro_h {
    font-size: 30px;
    color: #363636;
    padding: 26px 0;
}

.ComIntro .ComIntroCon .ComIntro_t {
    width: 700px;
    font-size: 14px;
    color: #363636;
    line-height: 30px;
}


/* 我们用心服务 */
.FiveS {
    width: auto;
    height: 390px;
    background-color: #fff;
}

.FiveS .FiveSTitle {
    text-align: center;
    font-size: 30px;
    color: #363636;
    padding: 46px 0 84px;
}

.counter_container {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.counter {
    width: 220px;
    border-radius: 10px;
    text-align: center;
}

.counter_title {
    font-size: 24px;
    color: #363636;
}

.counter_value {
    font-weight: bold;
    font-size: 60px;
    color: #FF4173;
    transition: all 0.1s ease-out;
}

.counter_cus::after {
    content: '+';
    left: 0;
    bottom: 0;
    font-family: MiSans;
    font-weight: bold;
    font-size: 60px;
    color: #FF4173;
}

.counter_en {
    font-size: 16px;
    color: #363636;
}


/* 公司愿景与使命 */
.vision {
    width: auto;
    height: 498px;
    background: #f5f5f5;
    padding-top: 110px;
    text-align: center;
    box-sizing: border-box;
}

.visionThree {
    display: flex;
    justify-content: space-between;
}

.visionThree_part {
    width: 300px;
}

.Three_title {
    font-size: 36px;
    color: #363636;
    padding: 32px 0 16px;
}

.Three_txt {
    font-size: 14px;
    color: #363636;
    line-height: 24px;
}


/* 业务项目介绍 */
.business {
    width: auto;
    height: 1340px;
    background: #f5f5f5;
}

.businessBg {
    width: auto;
    height: 418px;
    background-image: url(../image/Project_img.jpg);
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 300;
    padding-left: 50px;
}

.businessBg_t {
    font-weight: 400;
    padding-top: 188px;
}

.businessCon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.businessItem {
    width: 630px;
    height: 226px;
    background: #fff;
    margin-top: 24px;
    padding-left: 24px;
    box-sizing: border-box;
    color: #363636;
    font-weight: 400;
}

.businessItem_b {
    font-size: 30px;
    padding: 24px 0 18px;
}

.businessItem_t {
    width: 340px;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 30px;
}

.businessItem_m a {
    color: #FF4173;
}

.businessCon .businessItem:hover {

    box-shadow: 0px 0px 13px 0px rgba(181, 187, 195, 0.65);
}