*{
    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/tyrcpy/banner.png');
        color: #000;
    }
   
    .fiveModel{
        width: 100%;
        background: #F5F5F7;
        border-radius: 32px 32px 0px 0px;
        margin-top: -30px;
        padding-bottom: 100px;
    }
    .level1{
        display: flex;
        justify-content: space-between;
    }
    .level1 .swiper-slide{
        width: 381px;
        height: 551px;
        background: #FFFFFF;
        border-radius: 16px;
        padding: 28px 36px;
    }
    .level1 .swiper-slide img{
        display: block;
        width: 100%;
        border-radius: 16px;
        margin-bottom: 28px;
    }
    .level1 .swiper-slide b{
        display: block;
        font-weight: 500;
        font-size: 30px;
        color: #000000;
        line-height: 42px;
        margin-bottom: 16px;
    }
    .level1 .swiper-slide p{
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 22px;
    }
     .level2{
        padding-bottom: 100px;
     }
    .level2 .item{
        position: relative;
        border-radius: 16px;
        overflow: hidden;
    }
    .level2 .item .cont{
        position: absolute;
        z-index: 2;
        width: 360px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0;
        right: 80px;
    }
    
    .level2 .item .cont{
        color: #000;
    }
    .level2 .item .cont b{
        font-weight: 600;
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 12px;
        display: block;
    }
    .level2 .item .cont b span{
        color: #FE6D25;
    }
    .level2 .item .cont p{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
    .level2 .item1{
        margin-bottom: 40px;
    }
    .level2 .item1 .cont{
        color: #fff;
        left: 80px;
    }
  
    .level3 .list{
        display: flex;
        justify-content: space-between;
    }
    .level3 .list .item{
        width: 220px;
        height: 320px;
        background: #F5F5F7;
        border-radius: 16px;
    }
    .level3 .list .item p{
        padding-top: 32px;
        text-align: center;
        height: 100px;
        font-weight: 400;
        font-size: 20px;
        color: #000000;
        line-height: 28px;
    }
    .level3 .list .item img{
        width: 100%;
    }
    .level4 .main{
        width: 100%;
        background: #FE6D25;
        border-radius: 16px;
        background: url('../images/tyrcpy/pxxm.png') center no-repeat;
        height: 640px;
        margin-bottom: 100px;
    }
    .level4 .main .title{
        text-align: center;
        font-weight: 600;
        font-size: 30px;
        color: #FFFFFF;
        line-height: 42px;
        padding-top: 40px;
        margin-bottom: 38px;
    }
    .level4 .tab{
        padding: 0 18px;
        display: flex;
        justify-content: space-between;
    }
    .level4 .tab p{
        width: 220px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
    }
    .level4 .list{
        padding: 0 16px;
    }
    .level4 .list b{
        display: block;
        margin-top: 56px;
        margin-bottom: 30px;
        font-weight: 600;
        font-size: 30px;
        color: #000000;
        line-height: 42px;
        text-align: center;
    }
    .level4 .list ul{
        display: flex;
    }
    .level4 .list li{
        flex: 1;
        padding-left: 96px;
    }
    .level4 .list li p{
        line-height: 40px;
        margin-bottom: 24px;
        font-weight: 400;
        font-size: 20px;
        color: #000000;
        line-height: 40px;
    }
}
@media(max-width: 1000px){
    .banner{
        background-image: url('../images/tyrcpy/banner-m.png');
        color: #000;
    }
    .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: 0.88rem;
    }
    .level1 .swiper-slide{
        width: 100%;
        height: 9.6rem;
        background: #FFFFFF;
        border-radius: 0.32rem;
        padding: 0.56rem;
        margin-bottom: 0.4rem;
    }
    .level1 .swiper-slide img{
        display: block;
        width: 100%;
        border-radius: 0.3rem;
        margin-bottom: 0.56rem;
    }
    .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{
        position: relative;
        border-radius: 0.32rem;
        overflow: hidden;
    }
    .level2 .item .cont{
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        top: 0;
        left: 0;
        padding: 0.56rem;
    }
    
    .level2 .item .cont{
        color: #000;
    }
    .level2 .item .cont b{
        font-weight: 600;
        font-size: 0.4rem;
        line-height: 0.56rem;
        display: block;
        margin-bottom: 0.16rem;
    }
    .level2 .item .cont b span{
        color: #FE6D25;
    }
    .level2 .item .cont p{
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .level2 .item1{
        margin-bottom: 0.4rem;
    }
    .level2 .item1 .cont{
        color: #fff;
    }
   .level3{
        padding-bottom: 1.28rem;
    }

    .level3 .list .item{
        width: 100%;
        height: 1.28rem;
        background: #F5F5F7;
        border-radius: 0.32rem;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    .level3 .list .item:not(:last-of-type){
        margin-bottom: 0.2rem;
    }
    .level3 .list .item p{
       flex: 1;
       display: flex;
       padding-left: 0.48rem;
        font-weight: 400;
        font-size: 0.4rem;
        color: #000000;
    }
    .level3 .list .item img{
        width: 1.28rem;
    }
    .level4 .main{
        width: 100%;
        background: #FE6D25;
        border-radius: 0.32rem;
        background: url('../images/tyrcpy/pxxm-m.png') center no-repeat;
        height: 13.44rem;
        margin-bottom: 100px;
        background-size: 100%;
    }
    .level4 .main .title{
        text-align: center;
        font-weight: 600;
        font-size: 0.4rem;
        color: #FFFFFF;
        line-height: 0.56rem;
        padding-top: 0.56rem;
        margin-bottom: 0.48rem;
    }
    .level4 .tab.pc{
        display: none !important;
    }
    .level4 .tab{
        padding: 0 0.16rem;
        display: flex;
        flex-wrap: wrap;
    }
    .level4 .tab p{
        height: 0.64rem;
        line-height: 0.64rem;
        padding: 0 0.32rem;
        color: #FFFFFF;
        margin-right: 0.16rem;
        margin-bottom: 0.16rem;
        font-weight: 400;
        font-size: 0.28rem;
        color: #FFFFFF;
    }
    .level4 .list{
        padding: 0 0.14rem;
    }
    .level4 .list b{
        display: block;
        margin: 0.4rem auto;
        font-weight: 600;
        font-size: 0.4rem;
        color: #000000;
        line-height: 0.56rem;
        text-align: center;
    }
    .level4 .list ul{
        padding-left: 1.36rem;
    }
    .level4 .list li p{
        line-height: 0.64rem;
        margin-bottom: 0.32rem;
        font-weight: 400;
        font-size: 0.28rem;
        color: #000000;
        line-height: 0.64rem;
    }
}


