*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
img{
    display: block;
    width: auto;
    max-width: 100%;
}
ul,li{
    list-style: none;
}
html,body{
    color: #262937;
    font-family: LarkHackSafariFont,LarkEmojiFont,LarkChineseQuote,-apple-system,BlinkMacSystemFont,Helvetica Neue,Tahoma,PingFang SC,Microsoft Yahei,Arial,Hiragino Sans GB,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
}
b,h1,h2,h3,h4,h5{
    font-weight: normal;
}
a{
    text-decoration: none;
    color: #262937;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.mainWidth{
    margin: 0 auto;
}
.input-placeholder{
    color: #AEB0BC;
}

.top,
.commonCont h5,
.baoming,
.trainItem b,
#swiper-kending .cont .title,
#swiper-kending .cont > b,
#swiper-kending .cont .num,
.audio .audioItem span,
.footer1 .contact b,
.banner-right .cont,
#swiper-kending .cont .title b{
    font-weight: 500;
}
.banner .bannerTab,
.banner h4,
.commonCont h4,
.amfaBaby .amfaBabyTab .tabItem b,
.jidiCont .cont h5,
.jidiCont .cont a,
.yanfa .img .cont b,
.footer1 .left .addr b,
.footer1 .contact button{
    font-weight: 600;
}
.honor p{
    margin-bottom: 0;
}
.imgScale{
    overflow: hidden;
}
.imgScale:hover >img{
    transform: scale(1.05);
    animation-name: toScale;
    animation-duration: 0.5s;
}
@keyframes toScale {
    from {transform: scale(1);}
    to {transform: scale(1.05);}
}

@media(min-width: 1000px){
 
    .banner{
        background-image: url('../images/dyhjy/banner.png');
    }
   
    .fiveModel{
        width: 100%;
        background: #F5F5F7;
        border-radius: 32px 32px 0px 0px;
        margin-top: -30px;
        padding-bottom: 100px;
        padding-top: 80px;
    }
    .tuoguan{
        height: 220px;
        background: #FFFFFF;
        border-radius: 16px;
        display: flex;
        align-items: center;
    }
    .tuoguan .cont{
        flex: 1;
        padding-left: 40px;
    }
    .tuoguan .cont b{
        display: block;
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 30px;
        color: #000000;
        line-height: 42px;
    }
    .tuoguan .cont p{
        width: 720px;
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 22px;
    }
    .tuoguan img{
        width: 240px;
    }
    .level1{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .level1 .swiper-slide{
        width: 588px;
        background: #FFFFFF;
        border-radius: 16px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .level1 .swiper-slide::after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.51);
        position: absolute;
        left: 0;
        top: 196px;
    }
    .level1 .swiper-slide:nth-of-type(n-2){
        margin-bottom: 19px;
    }
    .level1 .swiper-slide img{
        display: block;
        width: 100%;
    }
    .level1 .cont{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 212px;
        z-index: 2;
        padding: 0 24px;
        color: #FFFFFF;
    }
    .level1 .swiper-slide b{
        display: block;
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .level1 .swiper-slide p{
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        opacity: 0;
    }
    .level1 .swiper-slide:hover::after{
        top: 0;
        animation-name: bgToTop;
        animation-duration: 0.5s;
    }
    .level1 .swiper-slide:hover .cont{
        top: 130px;
        animation-name: contToTop;
        animation-duration: 0.5s;
    }
    .level1 .swiper-slide:hover .cont p{
        opacity: 1;
        animation-name: toShow;
        animation-duration: 0.5s;
    }
    @keyframes bgToTop {
        from {top: 196px;}
        to {top: 0;}
    }
    @keyframes contToTop {
        from {top: 212px;}
        to {top: 130px;}
    }
    @keyframes toShow {
        from {opacity: 0;}
        to {opacity: 1;}
    }
     .level2{
        padding-bottom: 100px;
     }
     .level2 .list{
        display: flex;
        justify-content: space-between;
     }
    .level2 .item{
       width: 588px;
        height: 538px;
        background: #F5F5F7;
        border-radius: 16px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .level2 .item .cont{
        padding: 40px 40px 0;
    }
    
    .level2 .item .cont{
        color: #000;
    }
    .level2 .item .cont b{
        font-weight: 500;
        font-size: 30px;
        color: #000000;
        line-height: 42px;
        margin-bottom: 12px;
        display: block;
    }
    .level2 .item .cont p{
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 22px;
    }
    .level3 img{
        border-radius: 16px;
        margin-bottom: 100px;
    }
    .level4 .main{
        display: flex;
        justify-content: space-between;
        margin-bottom: 100px;
        flex-wrap: wrap;
    }
    .level4 .main .left{
        height: 500px;
    }
    .level4 .main .item{
        width: 588px;
        background: #FFFFFF;
        box-shadow: 0px 30px 38px 0px rgba(0,0,0,0.04);
        border-radius: 16px;
        border: 1px solid #E7E7E7;
        padding: 40px 40px 0;
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .level4 .main span{
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        line-height: 25px;
    }
    .level4 .main  b{
        margin-top: 8px;
        display: block;
        font-weight: 500;
        font-size: 30px;
        color: #000000;
        line-height: 42px;
        margin-bottom: 12px;
    }
    .level4 .main p{
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 22px;
        flex: 1;
    }
    .level4 .main .left p{
        width: 320px;
    }
    .level4 .main .item img{
        width: 294px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .level4 .main .right{
        height: 500px;
        display: flex;
        flex-direction: column;
    }
    .level4 .main .right .item{
        flex: 1;
    }
    .level4 .main .right .item:first-of-type{
        margin-bottom: 25px;
    }
    .level4 .chengben{
        margin-top: 25px;
        width: 1200px;
        background: url('../images/dyhjy/cb.png') center no-repeat;
        height: 500px;
        border-radius: 16px;
        padding-left: 80px;
        padding-top: 120px;
    }
    .level4 .chengben span, .level4 .chengben b, .level4 .chengben p{
        color: #fff;
    }
    .level4 .chengben p{
        width: 420px;
    }
}
@media(max-width: 1000px){
    .banner{
        background-image: url('../images/dyhjy/banner-m.png');
    }
    .banner .mainWidth{
        width: 7.1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
  
    .fiveModel{
        margin-top: -0.4rem;
        width: 100%;
        background: #F5F5F7;
        border-radius: 0.4rem 0.4rem 0px 0px;
        padding-bottom: 1.28rem;
        padding-top: 1.28rem;
    }
    .tuoguan{
        background: #FFFFFF;
        border-radius: 0.32rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.56rem 0.56rem 0;
    }
   
    .tuoguan .cont b{
        display: block;
        margin-bottom: 0.32rem;
        font-weight: 500;
        font-size: 0.48rem;
        color: #000000;
        line-height: 0.66rem;
    }
    .tuoguan .cont p{
        font-weight: 400;
        font-size: 0.28rem;
        color: #666666;
        line-height: 0.4rem;
    }
    .tuoguan img{
        margin-top: 1.4rem;
        width: 4.8rem;
    }
    .level1 .swiper-slide{
        width: 100%;
    }
    .level1 .swiper-slide.item:not(:last-of-type){
        margin-bottom: 0.64rem;
    }
    .level1 .swiper-slide img{
        display: block;
        width: 100%;
        border-radius: 0.32rem;
        margin-bottom: 0.3rem;
    }
    .level1 .swiper-slide b{
        display: block;
        font-weight: 600;
        font-size: 0.4rem;
        color: #262937;
        line-height: 0.56rem;
        margin-bottom: 0.16rem;
    }
    .level1 .swiper-slide p{
        font-weight: 400;
        font-size: 0.28rem;
        color: #666666;
        line-height: 0.4rem;
    }
     .level2{
        padding-bottom: 1.28rem;
     }
    .level2 .item{
        width: 100%;
        height: 6.9rem;
        background: #F5F5F7;
        border-radius: 0.32rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .level2 .item .cont{
        padding: 0.56rem 0.56rem 0;
    }
    
    .level2 .item .cont b{
        font-weight: 600;
        font-size: 0.4rem;
        color: #262937;
        line-height: 0.56rem;
    }
    .level2 .item .cont p{
        font-weight: 400;
        font-size: 0.28rem;
        color: #666666;
        line-height: 0.4rem;
    }
    .level2 .list .item:first-of-type{
        margin-bottom: 0.4rem;
    }
    
   .level3{
        padding-bottom: 1.28rem;
    }

    .level3 img{
       border-radius: 0.32rem;
    }
    .level4 .item{
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 0.6rem 0.76rem 0px rgba(0,0,0,0.04);
        border-radius: 0.32rem;
        border: 1px solid #E7E7E7;
        padding: 0.56rem 0.56rem 0;
    }
    .level4 .main span{
        display: block;
        font-weight: 400;
        font-size: 0.28rem;
        color: #000000;
        line-height: 0.4rem;
        margin-bottom: 0.16rem;
    }
    .level4 .main b{
        display: block;
        font-weight: 600;
        font-size: 0.4rem;
        color: #262937;
        line-height: 0.56rem;
        margin-bottom: 0.16rem;
    }
    .level4 .main p{
        font-weight: 400;
        font-size: 0.28rem;
        color: #666666;
        line-height: 0.4rem;
    }
    .level4 .main img{
        width: 4rem;
        margin: 0.8rem auto 0;
    }
    .level4 .main .item{
        margin-bottom: 0.4rem;
        min-height: 4.2rem;
    }
    .level4 .chengben{
        padding: 0.56rem 0.56rem 0;
        background: url('../images/dyhjy/cb-m.png') center no-repeat;
        height: 8.4rem;
        border-radius: 0.32rem;
        background-size: 100%;
        margin-bottom: 1.28rem;
    }
    .level4 .chengben span,.level4 .chengben b,.level4 .chengben p{
        color: #fff;
    }
}


