.case-wrap .item {
    margin-bottom: 60px;
}

.btn-red.btn-num {
    border-radius: unset;
    width: 40px;
    height: 40px;
    background: rgba(239, 239, 239, 1);
    border-radius: 0px;
    margin: 0 10px;
    line-height: 40px;
    padding: unset;
    border-radius: 0px;
    color: #666666;
}

.btn-red.btn-num:hover,
.btn-red.btn-num.on {
    background: rgba(234, 65, 71, 1);

}

.gray-bg,
.nav-wrap {
    /* background: #ffffff !important; */
}
.padding20{
    padding: 0 20px !important;
}
/* about_us关于我们页面 */
.about_us {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.about_us .mobile_show {

    /* background: red; */
}

.about_us .item_img {
    height: 460px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.13);
    border-radius: 0px;
}

.about_us .item_img .top_img {
    width: 70px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 38px;
    padding-top: 60px;
}

.about_us .item_img .top_img img {
    width: 100%;
    height: auto;

}

.about_us .item_img .top_text {}

.about_us .item_img .top_text h1 {
    font-size: 36px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-bottom: 20px;
}

.about_us .item_img .top_text h3 {
    font-size: 24px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.about_us .item_img .top_text p {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #666666;
    padding: 0 14px;
    margin: unset;
    

}

.about_us .item_img .top_text .magin_p {
    line-height: 30px;
    padding: 0 60px;
    margin: unset;
}

.about_us .item_img .top_text .lastp {
    line-height: 30px;
    padding: 0 60px;
    margin: unset;
    text-align: center;
}

.program-intro-content p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 25px;
    text-align: center;
}
.pt80{
    padding-top: 80px !important;
}
.all_img_hover{
 background: #ffffff;
  border-top: 3px solid #ffffff; 
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}
.all_img_hover:hover {
    border-color:rgba(234, 65, 71, 1)
}

/* 小于768 */
@media (max-width: 768px) {
    .all_img_hover{
  
        border-top:0; 
        
      }
    .pt80{
        padding-top: 40px !important;
    }
    .program-intro-content p {
        text-align: left;
        font-size: 14px;
    }

    .case-wrap .item {
        margin-bottom: 20px;
    }

    .btn-red.btn-num {

        width: 34px;
        height: 34px;

        line-height: 34px;

    }

    .mobile_hide {
        display: none;
    }

    .greybgc {
        background-color: #ffffff;
    }

    .program-intro {
        padding-top: unset;
    }

    .about_us .item_img .top_img {
        width: 30px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 18px;
        padding-top: 20px;

    }

    .about_us .item_img .top_text h1 {
        font-size: 16px;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        text-align: center;

        margin-bottom: 9px;
    }
    .about_us .item_img .top_text h3{
        font-size: 12px;
    }

    .about_us .item_img {
        height: 250px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.13);
        border-radius: 0px;
    }

    .about_us .item_img .top_text p {
        line-height: 25px;
        font-size: 12px;

        color: #666666;
        padding: 0 15px;
        font-family: Microsoft YaHei !important;

    }

    .about_us .item_img .top_text .magin_p {
        line-height: 20px;
        padding: 0 30px;
        margin: unset;
    }

    .about_us .item_img .top_text .lastp {
        line-height: 20px;
        padding: 0 30px;
        margin: unset;
        text-align: center;
        margin-top: 5px;
    }

    .future {
        padding: 0 20px 30px;
    }

}

/* 大于768 */
@media (min-width: 768px) {
    .mobile_show {
        display: none;
    }
    .hover_mt70{
        margin-top: 0!important;
    }
    .hover_top70{
      margin-top: 70px;
    }
}
.program-intro{
margin-bottom: 80px;
}
