@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #fff;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }
.Width { width: 1190px; margin: 0 auto; }
.hide , .onlymob { display: none; }
.container{ width:1200px; margin:0 auto; position:relative; box-sizing: border-box }
.container::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }
ul.no_after::after { display: none; content: ''; height: 0; font-size: 0; clear: both; }

/* 通用头部 */
.ht_top {
    width: 100%; overflow: hidden;
    background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px; }
.ht_top .zt_top {
    width: 1200px; height: 41px; margin: 0 auto; }
.ht_top h1 {
    float: left; }
.ht_top h1 a {
    float: left; width: 131px; height: 40px; overflow: hidden;
    background: url(../images/logo.png) no-repeat;
    font-size: 12px; text-indent: -100em; }
.ht_top .topnav {
    float: right; color: #333; font-size: 12px; }
.ht_top .topnav a {
    padding: 0 8px; }
.ht_top .topnav a:hover {
    color: #e4393c; text-decoration: underline; }

/* 通用底部 */
.footer { clear: both; position: relative; padding: 30px 0; text-align: center; }
.footer p { position: relative; z-index: 2; color:#fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#fff; }


body{
    background: #7e0100 url('../images/body_bg.png') center bottom no-repeat
}

.banner_box{
    width: 100%;
    height: 600px;
    background: url("../images/banner_bg.png") center top no-repeat;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    padding-top: 94px;
}
.banner_box p{
    line-height: 46px;
    font-size: 40px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner.png");
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 390px;
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
}
.banner_box h2{
    background-image: url('../images/banner_h2.png');
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 206px;
    line-height: 60px;
    font-size: 36px;
    text-indent: 10px;
    letter-spacing: 10px;
}

.box_container{
    border: 1px solid #fe911c;
    background: radial-gradient( circle, #ff8400f5,#e4393c);
    box-shadow: inset 0 0 20px 0 rgba(194,0,238,.3),0 0 20px 0 rgba(194,0,238,.1);
    padding: 40px 0;
    margin: 0 auto 40px;
}
.box_container::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../images/box_bg.png');
    background-size: cover;
}
.box_l{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 125px;
    background: #c201ea;
}
.box_r{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 125px;
    background: #c201ea;
}
.box_b{
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    width: 330px;
    height: 4px;
    border-radius: 2px;
    background: #c201ea;
}
.box_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    height: 65px;
    line-height: 65px;
}
.box_title img{
    display: block;
    height: 30px;
}
.box_title span{
    display: block;
    text-align: center;
    font-size: 45px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.box_title span::after{
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #ffa200;
}
.after_box_title{
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.box1_top{
    box-sizing: border-box;
    padding: 0 40px;
}
.ajax_form{
    width: 410px;
}
.ajax_form p{
    margin-bottom: 12px;
    position: relative;
}
.ajax_form input,
.ajax_form select{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    box-sizing: border-box;
    padding-left: 20px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    color: #999999;
    font-size: 18px;
}
.ajax_form select{
    float: left;
    width: 49%;
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
}
.ajax_form select#city{
    float: right;
}
.ajax_form input#PhoneCode{
    width: 250px;
}
.ajax_form input#fs{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 150px;
    text-align: center;
    cursor: pointer;
    border: 0;
    color: #fff;
    background: linear-gradient(180deg, #FFE29D, #FFA200);
}
.ajax_form input#fs:hover{
    background: linear-gradient(0deg, #FFE29D, #FFA200);
}
.ajax_form input.button{ 
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size:  26px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(0deg, #ED4B5F, #FF6E85);
    box-shadow: 0px 2px 0px 0px #FF0000;
    border: 0;
    padding: 0;
}
.ajax_form input.button:hover{
    background: linear-gradient(180deg, #ED4B5F, #FF6E85);
}
.box1_r{
    width: 650px;
}
.box1_r li{
    line-height: 36px;
    height: 36px;
    margin-bottom: 28px;
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.box1_r li img{
    display: block;
    height: 28px;
}
.box1_r li h5{
    display: block;
    margin: 0 8px;
    font-style: italic;
    font-weight: bolder;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.96), rgba(14, 6, 51,  0.96));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box1_r li p{
    color: #fff;
}
.box1_title2{
    margin: 40px auto;
}
.box1_title2 img{
    width: 250px;
}
.box1_list{
    display: flex;
    justify-content: center;
}
.box1_list li{
    text-align: center;
    margin: 0 75px;
}
.box1_qr{
    background-image: url('../images/box1_qr_box.png');
    background-size: 100%;
    width: 165px;
    box-sizing: border-box;
    padding: 12px;
}
.box1_qr img{
    display: block;
    width: 100%;
}
.box1_list li p{
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.box2_box{
    box-sizing: border-box;
    padding: 0 100px;
}
.box2_text{
    width: 457px;
    height: 325px;
    text-align: center;
    background-image: url('../images/box2_box.png');
    background-size: 100%;
    box-sizing: border-box;
    padding: 0 50px;
}
.box2_text h3{
    line-height: 56px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 30px;
}
.box2_text p{
    line-height: 32px;
    color: #16183E;
    font-size: 18px;
}
.box3_box{
    margin: 20px auto 0;
    width: 1110px;
    background: linear-gradient(-45deg, #A815C8, #2FB6BC);
    box-shadow: 0px 2px 8px 0px #000000;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 6px;
}
.box3_cont{
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.box3_img{
    display: block;
    margin-right: 30px;
    width: 184px;
}
.box3_text h4{
    line-height: 44px;
    margin-bottom: 14px;
    font-size: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    color: #0E0633;
}
.box3_text h4::before{
    content: '';
    display: block;
    width: 5px;
    height: 33px;
    background: #0E0633;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box3_text p{
    line-height: 32px;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    color: #666666;
}
.box3_text p::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #666666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
}
.box3_btn{
    position: absolute;
    background-image: url('../images/box3_btn.png');
    background-size: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 266px;
    height: 65px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 10px;
    line-height: 55px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}
.box3_btn img{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
}













@media only all and (max-width:1080px) { 
    .onlymob {
        display: block;
    }

    html {
        font-size: 20px;
    }

    body {
        width: 18.75rem;
        font-size: .7rem;
        line-height: 1.2rem;
        background-size: auto 12rem;
        background-position: center 2rem;
    }

    html, body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .Width {
        width: 17.5rem;
    }
    .container{
        width: 98%;
    }
    .fl,.fr{
        float: none;
    }

    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n+2),
    .stage,
    .footer p,
    .pc, .onlypc {
        display: none;
    }

    /* 通用头部 */
    .ht_top {
        height: 2.5rem;
        background-size: auto 100%;
        line-height: 2.5rem;
    }

    .ht_top h1 a {
        height: 2.5rem;
        width: 7.5rem;
        background: url(../images/logo.png) no-repeat center / contain;
    }

    .ht_top .topnav {
        font-size: .8rem;
        text-indent: -1000rem;
    }

    .ht_top .topnav a {
        padding: 0 0 0 0.3rem;
        text-indent: 0;
        float: right;
    }

    .footer {
        position: relative;
        height: 2.4rem;
        padding: 0;
        overflow: hidden;
    }

    .footer:before {
        display: block;
        content: "易晋教师《美丽语文》";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #fff;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }



    .banner_box{
        background-size: auto 100%;
        height: 10rem;
        padding-top: 1.5rem;
    }
    .banner_box p{
        line-height: 1.2rem;
        font-size: 1rem;
    }
    .banner_box h1{
        height: 5.5rem;
        top: 2.3rem;
    }
    .banner_box h2{
        margin-top: 3.5rem;
        line-height: 1.2rem;
        font-size: .8rem;
        text-indent: .2rem;
        letter-spacing: .2rem;
    }
    .box_container{
        padding: 1rem 0;
        margin: 0 auto 1rem;
    }
    .box_l{
        width: .2rem;
        height: 3rem;
    }
    .box_r{
        width: .2rem;
        height: 3rem;
    }
    .box_b{
        bottom: -.1rem;
        width: 8rem;
        height: .2rem;
        border-radius: .1rem;
    }
    .box_title{
        height: 1.5rem;
        line-height: 1.5rem;
    }
    .box_title img{
        width: 5rem;
        height: .7rem;
    }
    .box_title span{
        font-size: .8rem;
    }
    .box_title span::after{
        bottom: .2rem;
        height: .2rem;
        border-radius: .1rem;
    }
    .after_box_title{
        line-height: 1rem;
        margin-bottom: .5rem;
        font-size: .7rem;
    }
    .box1_top{
        padding: 0 1rem;
    }
    .ajax_form{
        width: 100%;
    }
    .ajax_form p{
        margin-bottom: .5rem;
    }
    .ajax_form input,
    .ajax_form select{
        height: 1.6rem;
        line-height: 1.6rem;
        padding-left: .5rem;
        border-radius: .2rem;
        font-size: .75rem;
    }
    .ajax_form select{
        background-size: .5rem;
    }
    .ajax_form input#PhoneCode{
        width: 65%;
    }
    .ajax_form input#fs{
        width: 33%;
    }
    .ajax_form input.button{ 
        height: 1.8rem;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .8rem;
    }
    .box1_r{
        margin-top: 1rem;
        width: 100%;
    }
    .box1_r li{
        line-height: 1.2rem;
        height: auto;
        margin-bottom: .6rem;
        font-size: .8rem;
        flex-wrap: wrap;
    }
    .box1_r li img{
        height: .7rem;
    }
    .box1_r li h5{
        margin: 0 .2rem;
    }
    .box1_title2{
        margin: 1rem auto;
    }
    .box1_title2 img{
        width: 3rem;
    }
    .box1_list{
        flex-wrap: wrap;
    }
    .box1_list li{
        width: 49%;
        margin: .2rem .5%;
    }
    .box1_qr{
        width: 7rem;
        margin: 0 auto;
        padding: .4rem;
    }
    .box1_list li p{
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .box2_box{
        padding: 0 1rem;
    }
    .box2_text{
        margin: .5rem auto;
        width: 15rem;
        height: 10.5rem;
        padding: 0 1rem;
    }
    .box2_text h3{
        margin-bottom: 2rem;
        line-height: 1.5rem;
        font-size: .9rem;
    }
    .box2_text p{
        line-height: 1rem;
        font-size: .7rem;
    }
    .box3_box{
        margin: .5rem auto 0;
        width: 90%;
        border-radius: .25rem;
        padding: .15rem;
    }
    .box3_cont{
        border-radius: .2rem;
        padding: .5rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .box3_img{
        margin-right: 0;
        width: 5rem;
    }
    .box3_text h4{
        line-height: 1.4rem;
        margin-bottom: .3rem;
        font-size: .9rem;
        padding-left: .3rem;
    }
    .box3_text h4::before{
        width: .1rem;
        height: 1rem;
    }
    .box3_text p{
        line-height: 1rem;
        font-size: .7rem;
        padding-left: .3rem;
    }
    .box3_text p::before{
        width: .15rem;
        height: .15rem;
        top: .35rem;
    }
    .box3_btn{
        margin-top: .5rem;
        position: relative;
        background: #fe3e62;
        right: auto;
        bottom: auto;
        width: 6rem;
        height: 1.3rem;
        padding-top: 0;
        padding-left: 0;
        line-height: 1.3rem;
        font-size: .8rem;
        border-radius: .3rem;
    }
    .box3_btn img{
        display: inline-block;
        vertical-align: middle;
        width: .5rem;
    }

}