*{
    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){
    html,body{
        font-size: 14px;
    }
    .pc{
        display: block;
    }
    .mobile{
        display: none !important;
    }
    body{
        /* padding-top: 56px; */
    }
     .mainWidth{
        width: 1200px;
    }
    .top{
        /* position: fixed;
        left: 0;
        top: 0; */
        background: #FFFFFF;
        width: 100%;
        min-width: 1340px;
        height: 48px;
        /* display: flex;
        align-items: center; */
        /* z-index: 50; */
    }
    .top .enter{
        background-image: url('../images/enter.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 1920px;
        background-color: #B5C9FF;
        height: 60px;
        display: block;
        width: 100%;
    }
    .top .mainWidth{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo {
        display: flex;
        align-items: center;
        font-size: 16px;
    }
    .logo img{
        width: 167px;
        margin-right: 5px;
    }
    .topRight{
        display: flex;
        align-items: center;
        font-weight: 400;
    }
    .topRight a{
        display: block;
        margin-left: 24px;
        font-size: 16px;
        color: #000;
    }
    .topRight p{
        margin-left: 20px;
        cursor: pointer;
        display: flex;
        align-items: center;
        height: 34px;
        background: #FFFFFF;
        border-radius: 17px;
        border: 1px solid #EEEEEE;
        padding: 0 14px;
        position: relative;
    }
    .banner{
        height: 640px;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        background-size: cover;
        color: #fff;
    }
   
    .banner .mainWidth{
        padding-top: 155px;
    }
    .banner b{
        font-weight: 600;
        font-size: 56px;
        line-height: 78px;
        font-style: normal;
        display: block;
        margin-bottom: 24px;
    }
    .banner p{
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        font-style: normal;
        width: 640px;
    }
    .banner .lxwm_btn{
        margin-top: 40px;
        width: 165px;
        height: 50px;
        background: #FF5A08;
        box-shadow: 0px 16px 40px 0px rgba(0,0,0,0.04);
        border-radius: 27px;
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        line-height: 50px;
        text-align: center;
        font-style: normal;
        cursor: pointer;
    }
    .footer{
        width: 100%;
        height: 1021px;
        background: #F5F5F7;
        color: #666;
    }
    .footer1{
        display: flex;
        padding-top: 160px;
        padding-bottom: 80px; 
        font-size: 24px;
        line-height: 33px;   
        border-bottom: 1px solid #E7E7E7;    
        justify-content: space-between;
    }
    .footer1 .left{
        width: 624px;
        flex-shrink: 0;
    }
   
    .footer1 .right img{
        width: 600px;
        height: 459px;
        object-fit: cover;
        border-radius: 16px;
    }
    .footer1 .left .addr b{
        font-size: 48px;
        line-height: 68px;
        margin-bottom: 8px;
        display: block;
        color: #000;
    }
    .footer1 .left .addr p{
        padding-top: 40px;
        display: flex;
    }
    .footer1 .left .addr p a{
        color: #FE6D25;
        display: flex;
        align-items: center;
        margin-right: 40px;
        font-size: 16px;
    }
    .footer1 .left .addr p a img{
        margin-left: 4px;
        width: 16px;
    }
    .footer1 .left .contact{
        padding-top: 40px;
    }
    .footer1 .contact b{
        display: block;
        font-size: 30px;
        line-height: 42px;
        color: #000;
    }
    .footer1 .contact p{
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 32px;
    }
    .footer1 .contact input{
        width: 436px;
        height: 52px;
        background: #FFFFFF;
        border-radius: 26px;
        line-height: 52px;
        padding-left: 20px;
        font-size: 16px;
        color: #000;
        border: 0;
    }
    
    .footer1 .contact button{
        width: 436px;
        height: 52px;
        background: #FE6D25;
        border-radius: 26px;
        text-align: center;
        line-height: 52px;
        border: none;
        font-size: 20px;
        margin-top: 26px;
        color: #fff;
        cursor: pointer;
    }
    .footer2{
        padding: 80px 0;
        color: #666;
        line-height: 32px;
        font-size: 14px;
    }
    .footer2 a{
        color: #666;
    }
    .form_part2_box{ width: 100%;display: none;z-index:9999;height: 100%; position: fixed; left: 0; top:0; background: rgba(0,0,0,.5);}
	.form_part2{ z-index: 999; position: fixed; width: 430px;left:50%; top:50%; margin-left:-215px; margin-top:-225px; height:450px;
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.08);
        border-radius: 8px;
        border: 1px solid #E5E8EE; padding:44px 56px; background: #fff;
    }
    .form_part2 .title{ font-size: 32px; font-weight: 600;}
    .form_part2 .des{ font-size: 12px; margin-top:10px; font-weight: 400;}
    .form_part2 .form_close_btn{ position: absolute; right: 20px; top:20px; width: 20px; height: 20px;}
    .form_part2 input,.form_part2 .sub_btn{ width: 320px; height: 40px;}
    .form_part2 .sub_btn{ color:#fff; background: #FE6D25;margin-top:40px;text-align: center; line-height: 40px;}
    .form_part2 input{
        margin-top:20px;
        padding:0 20px;
	border-radius: 4px;
	border: 1px solid #DADEE7;}
    .commonCont{
        padding-top: 100px;
        padding-bottom: 80px;
    }
    .commonCont h5{
        font-size: 30px;
        line-height: 42px;
        display: block;
        margin-bottom: 6px;
    }
    .commonCont h4{
        font-size: 48px;
        line-height: 68px;
        display: block;
    }
    .commonCont h4 span{
        color: #FE6D25;
     }
    .commonCont p{
        margin-top: 32px;
        font-size: 18px;
        line-height: 25px;
        width: 800px;
    }
	
}
@media(max-width: 1000px){
    html,body{
        font-size: 0.28rem;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
        width: 100vw;
        overflow-x: hidden;
    }
    :focus {
        outline: none;
      }
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .mainWidth{
        width: 6.9rem;
        margin: 0 auto;
    }
    .top{
        /* position: fixed;
        top: 0;
        left: 0; */
        height: 1.2rem;
        width: 100%;
        font-size: 0.28rem;
        display: flex;
        align-items: center;
        /* z-index: 10; */
        background-color: #fff;
    }
    .top .mainWidth{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .top a{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .top .logo img{
        width: 2.68rem;
        margin-right: 0.16rem;
    }
    .top .menu{
       display: flex;
       align-items: center;
       justify-content: center;
       width: 1.44rem;
        height: 0.56rem;
        background: #FFFFFF;
        border-radius: 0.28rem;
        border: 1px solid #EEEEEE;
        color: #787C8D;
        font-size: 0.28rem;
    }
    .top .menu img{
        width: 0.32rem;
        margin-left: 0.08rem;
    }
    .nav-list {
        padding-top: 1.2rem;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: none;
        background: #fff;
        overflow-y: auto;
        z-index: 20;
    }
    .nav-list > p{
        height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0 0.3rem;
        background-color: #fff;
    }
    .nav-list > p img:first-of-type{
        width: 2.68rem;
    }
    .nav-list > p img:last-of-type{
        width: 0.32rem;
    }
    .nav-list a{
        font-size: 0.32rem;
        font-weight: 500;
        color: #272A38;
        line-height: 0.44rem;
        flex: 1;
    }
    .nav-list a p{
        padding-top: 0.08rem;
        font-size: 0.24rem;
        font-weight: 400;
        color: #7A7E8E;
        line-height: 0.36rem;
    }

    .nav-list a {
        padding: 0.30rem 0.40rem;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .nav-list a img {
       width: 0.32rem;
    }
    .banner{
        height: 9.4rem;
        color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 0.56rem;
        text-align: center;
    }
    .banner .mainWidth{
        width: 7.1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .banner b{
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 0.48rem;
        line-height: 0.66rem;
        font-style: normal;
        display: block;
        margin-bottom: 0.4rem;
    }
    .banner p{
        width: 7.1rem;
        margin: 0 auto;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 0.28rem;
        line-height: 0.44rem;
        font-style: normal;
        margin-bottom: 0.4rem;
    }
    .banner .lxwm_btn{
        width: 1.88rem;
        height: 0.64rem;
        background: #FFFFFF;
        border-radius: 0.32rem;
        text-align: center;
        line-height: 0.64rem;
        font-weight: 400;
        font-size: 0.24rem;
        color: #000000;
        font-style: normal;
    }
    .footer{
        background: #F5F5F7;
        padding-top: 0.8rem;
        padding-bottom: 1.28rem;
        color: #787C8D;
    }
    .footer .left{
        float: none;
    }
    .footer .addr >img{
        margin-top: 1.28rem;
        border-radius: 0.32rem;
        margin-bottom: 0.64rem;
    }
    .footer .addr b{
        font-size: 0.6rem;
        line-height: 0.84rem;
        margin-bottom: 0.16rem;
        display: block;
        color: #000;
    }
    .footer .addr p{
        padding-bottom: 0.98rem;
    }
    .footer .addr p a{
        display: flex;
        align-items: center;
        margin-bottom: 0.4rem;
        height: 0.4rem;
        color: #FE6D25;
    }
    .footer .addr p a img{
        width: 0.32rem;
        margin-left: 0.08rem;
    }
    .footer .contact b{
        display: block;
        font-size: 0.36rem;
        line-height: 0.5rem;
        margin-bottom: 0.16rem;
        color: #000;
    }
    .footer .contact p{
        margin-bottom: 0.64rem;
        color: #666;
    }
    .footer .contact input{
        margin-bottom: 0.48rem;
        width: 100%;
        height: 0.88rem;
        line-height: 0.88rem;
        background: #FFFFFF;
        border-radius: 0.52rem;
        padding-left: 0.4rem;
        border: none;
    }
    .footer .contact button{
        border: none;
        width: 100%;
        height: 0.88rem;
        line-height: 0.88rem;
        text-align: center;
        background: #FE6D25;
        border-radius: 0.52rem;
        color: #fff;
        font-size: 0.32rem;
    }
    .footer2{
        padding-top: 1.28rem;
        text-align: center;
        color: #AEB0BC;
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    .form_part2_box {
        width: 100%;
        z-index: 9999;
        height: 100%;
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        background: rgba(0, 0, 0, 0.5);
    }
    .form_part2 {
        z-index: 999;
        position: fixed;
        width: 6.3rem;
        left: 50%;
        top: 50%;
        margin-left: -3.15rem;
        margin-top: -2.25rem;
        height: 6rem;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 40px 0px;
        border-radius: 0.08rem;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(229, 232, 238);
        border-image: initial;
        padding: 0.44rem 0.56rem;
        background: rgb(255, 255, 255);
    }
    .form_part2 .form_close_btn {
        position: absolute;
        right: 0.2rem;
        top: 0.2rem;
        width: 0.4rem;
        height: 0.4rem;
    }
    .form_part2 .title {
        font-size: 0.4rem;
        font-weight: 600;
    }
    .form_part2 .des {
        font-size: 0.22rem;
        margin-top: 0.1rem;
        font-weight: 400;
    }
    .form_part2 input {
        margin-top: 0.2rem;
        padding: 0px 0.2rem;
        border-radius: 0.04rem;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(218, 222, 231);
        border-image: initial;
    }
    .form_part2 input, .form_part2 .sub_btn {
        width: 5.2rem;
        height: 0.7rem;
    }
    .form_part2 .sub_btn {
        color: rgb(255, 255, 255);
        margin-top: 0.4rem;
        text-align: center;
        line-height: 0.7rem;
        background: #FE6D25;
    }
    .commonCont{
        padding-top: 1.28rem;
        padding-bottom: 1.12rem;
    }
    .commonCont h5{
        font-size: 0.36rem;
        line-height: 0.5rem;
        margin-bottom: 0.16rem;
        display: block;
    }
    .commonCont h4{
        font-size: 0.6rem;
        line-height: 0.84rem;
        display: block;
    }
    .commonCont h4 span{
        color: #FE6D25;
    }
    .commonCont p{
        margin-top: 0.32rem;
        line-height: 0.4rem;
    }
}


