@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; }
.box2 .container {margin-bottom: -70px;}
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; }

.color{
    display: none;
}

/* 通用头部 */
.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.gif) 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:#333; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#333; }


.banner_box{
    width: 100%;
    height: 600px;
    background: url("../images/banner.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 90px;
}
.banner_box h2{
    line-height: 45px;
    text-align: center;
    font-weight: normal;
    color: #333;
    font-size: 24px;
    letter-spacing: 20px;
    text-indent: 20px;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 795px;
    height: 453px;
    margin: 0px auto 20px;
}
.banner_box p{
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width:400px;
    line-height:70px;
    background:linear-gradient(135deg,rgba(216,103,61,1),rgba(212,74,64,1));
    box-shadow:0px 1px 13px 0px rgba(105,0,0,0.5);
    border-radius:35px;
}

.box2,
{
    /* background: #c63f28; */
}
.box_container{
    padding: 60px 0 70px;
}
.box_title{
    line-height: 60px;
    margin-bottom: 50px;
    text-align: center;
    color: #e91916;
    font-size: 44px;
}
.box_title span{
    border-bottom: 5px solid #71CEFC;
}
.box_title_red{
    background:linear-gradient(135deg,rgba(113,206,252,1) 0%, rgba(113,206,252,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.box_title_yellow{
    color: #ffffff;
}

.box_title_yellow span{
    border-bottom: 5px solid #71CEFC;
}


.box_titlef{
    line-height: 60px;
    margin-bottom: 50px;
    margin-top:30px;
    text-align: center;
    color: #e91916;
    font-size: 44px;
}
.box_title_f{
    color:#71CEFC;
}
.box_title_f span{
    border-bottom: 5px solid #71CEFC;
}

.box2_l{
    width:600px;
    background:#c31406;
    border-radius:15px;
    box-sizing: border-box;
    padding: 12px;
}
.ajax_form{
    width: 100%;
    box-sizing: border-box;
    padding: 60px 40px 30px;
    background: #cd3b17;
    border: 5px solid #ff9850;
    border-radius: 10px;
}
.ajax_form p.clearfix{
    margin-bottom: 20px;
}
.ajax_form input,
.ajax_form select{
    width: 49%;
    height: 62px;
    line-height: 62px;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    padding-left: 20px;
    background: #fff;
    color: #333;
    font-size: 18px;
    float: left;
}
.ajax_form select{
    background: #fff url("../images/select_bg.png") 95% center no-repeat;
}
.ajax_form input#shoujihao,.ajax_form input#name{
    width: 100%;
}
.ajax_form select#city{
    float: right;
}
.ajax_form input#fs{
    float: right;
    padding: 0;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #df5223;
}
.ajax_form input.button{
    width: 100%;
    height: 72px;
    line-height: 72px;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding: 0;
    background:linear-gradient(135deg,rgba(239,157,56,1),rgba(246,135,16,1));
    box-shadow:0px 3px 15px 0px rgba(138,26,17,0.4);
    color: #fff;
    font-size: 22px;
    float: none;
}
.form_p{
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.box2_r{
    width: 580px;
}
.box2_r_box{
    margin: 0;
    /* height:135px; */
    background:rgba(255,255,255,0.9);
    border:8px solid #ff6e4e;
    border-radius:16px;
    padding: 35px 44px;
    box-sizing: border-box;
}
.box2_r_box h5{
    line-height: 50px;
    color: #333;
    font-size: 26px;
    font-weight: normal;
}
.box2_r_box h5 span{
    font-weight: bold;
    color: #C7271F;
    font-size: 30px;
}
.box2_r_box h5{
    line-height: 43px;
    color: #333;
    font-size: 18px;
}

.box3_btn{
    display: block;
    width:280px;
    height: 70px;
    line-height:70px;
    background:linear-gradient(135deg,rgba(216,103,61,1),rgba(212,74,64,1));
    box-shadow:0px 3px 20px 0px rgba(88,23,23,0.5);
    border-radius:35px;
    text-align: center;
    font-size: 24px;
    color: #FFFF54;
    margin: 15px auto 0;
}
.box3_btn b{
    font-size: 46px;
    font-weight: normal;
}
.table_title{
    background-image: url("../images/box4_title.png");
    background-size: 100%;
    width: 496px;
    line-height: 56px;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
    color: #fff;
}
.table_title span::before,
.table_title span::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/box4_title_l.png");
    background-size: 100%;
    margin: 0 20px;
    width: 63px;
    height: 18px;
}
.table_title span::after{
    background-image: url("../images/box4_title_r.png");
}
.box4_table{
    background: linear-gradient(45deg,#71CEFC,#71CEFC);
    border-radius: 20px;
    padding: 10px;
    box-sizing: border-box;
}
.box4_table table{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border:5px solid #71CEFC;
    text-align: center;
    font-size: 18px;
}
.box4_table table tr:nth-child(odd){
    background: #f5f4f6;
}
.box4_table table tr:nth-child(even){
    background: #fff;
}
.box4_table table th{
    color: #71CEFC;
    line-height: 65px;
}
.box4_table table td{
    color: #333;
    line-height: 30px;
    box-sizing: border-box;
    padding: 10px;
}
.box4_table table td a{
    display: block;
    margin: 10px auto;
    width:104px;
    line-height:35px;
    background:linear-gradient(135deg,rgba(113,206,252,1),rgba(113,206,252,1));
    box-shadow:0px 1px 7px 0px rgba(113,206,252,0.6);
    border-radius:17px;
    color: #fff;
}
.box4_btn{
    display: block;
    margin: 40px auto 0;
    text-align: center;
    width:419px;
    line-height:76px;
    background:linear-gradient(135deg,rgba(113,206,252,1),rgba(113,206,252,1));
    box-shadow:0px 3px 20px 0px rgba(113,206,252,0.6);
    border-radius:38px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.red { color:red; }

.wrap {
  width: 1236px;
  margin: 0 auto;
}
.box05 {
  background: #f179a7;
  padding: 20px 0 0;
}

.boost {
  padding: 0px 50px 40px 50px;
  border-radius: 12px;
}

.box05_list li {
  position: relative;
  float: left;
  width: 264px;
  height: 252px;
  margin-right: 26px;
  background: rgba(254, 235, 204, 1);
  box-shadow: inset 0px 6px 24px 0px rgba(251, 164, 26, 0.75);
  border-radius: 10px;
  text-align: center;
}

.box05_list li:last-child {
  margin-right: 0;
}

.box05_list img {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.box05_list02 {
  margin-top: 50px;
}
.box05_list02 li {
  position: relative;
  float: left;
  width: 560px;
  height: 370px;
  margin-right: 10px;
  background: rgba(254, 235, 204, 1);
  box-shadow: inset 0px 6px 24px 0px rgba(251, 164, 26, 0.75);
  border-radius: 10px;
  text-align: center;
}
.box05_list02 img {
  top: 35px;
  left: 50%;
}
.boost_txt {
  display: table-cell;
  vertical-align: middle;
  width: 264px;
  height: 252px;
  margin-top: 36px;
  line-height: 28px;
}

.boost_txt p {
  padding-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  color: #f00;
}

.discount {
  width: 737px;
  height: 50px;
  margin: 34px auto 0 auto;
  background-image: url(../images/discount.png);
  background-repeat: no-repeat;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.box4_ta {
    width: 300px !important;
}
.aa {
    width: 100%;
    overflow: hidden;
    background: url(../images/5201314.png) no-repeat center top;
    /* padding-top: 50px !important; */
    height: 360px !important;
    margin-top: 30px;
}
.rh {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.aa_m{
    display: none;
}



@media only all and (max-width:1200px) {
    .onlymob {
        display: block;
    }
    .color{
    color: #fff;
    display: block;
}

    html {
        font-size: 20px;
    }

    body {
        width: 18.75rem;
        font-size: .6rem;
        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;
    }
    ul.no_after::after { display: block; content: ''; height: 0; font-size: 0; clear: both; }

    /* 通用头部 */
    .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/mob_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: #333;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }



    .banner_box{
        height: 11rem;
        background-size: auto 100%;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    .banner_box h2{
        line-height: 1.4rem;
        font-size: .8rem;
        letter-spacing: .4rem;
        text-indent: .4rem;
    }
    .banner_box h1{
        width: 14.5rem;
        height: 8.2rem;
        margin: .5rem auto;
    }
    .banner_box p{
        font-size: .75rem;
        width: 10rem;
        line-height: 1.5rem;
        border-radius: .75rem;
    }
    .box_container{
        padding: .5rem 0 0;
    }
	.box2 .container {margin-bottom: 0;}
    .box_title{
        line-height: 1.5rem;
        margin-bottom: .5rem;
        font-size: .8rem;
    }
    .box_title span{
        border-bottom: .1rem solid #71CEFC;
    }
 
    .box2_l{
        width: 100%;
        border-radius: .4rem;
        padding: .3rem;
    }
    .ajax_form{
        padding: .5rem 1rem;
        border: .1rem solid #71CEFC;
        border-radius: .25rem;
    }
    .ajax_form p.clearfix{
        margin-bottom: .5rem;
    }
    .ajax_form input,
    .ajax_form select{
        height: 1.5rem;
        line-height: 1.5rem;
        border-radius: .25rem;
        padding-left: .5rem;
        font-size: .7rem;
    }
    .ajax_form select{
        background-size: .5rem;
    }
    .ajax_form input.button{
        height: 2rem;
        line-height: 2rem;
        border-radius: .25rem;
        font-size: .9rem;
    }
    .form_p{
        line-height: 1.2rem;
        font-size: .6rem;
    }
    .box2_r{
        width: 100%;
    }
    .box2_r_box{
        margin: .5rem 0;
        height: auto;
        border: .2rem solid #ff6e4e;
        border-radius: .4rem;
        padding: .5rem 1rem;
    }
    .box2_r_box h5{
        line-height: 1.3rem;
        font-size: .8rem;
    }
    .box2_r_box h5 span{
        font-size: .7rem;
    }
    .box2_r_box h5{
        line-height: 1.1rem;
        font-size: .7rem;
    }

    .box3_btn{
        width: 6rem;
        height: 1.4rem;
        line-height: 1.4rem;
        border-radius: .8rem;
        font-size: .6rem;
        margin: .4rem auto 0;
    }
    .box3_btn b{
        font-size: .9rem;
    }
    .table_title{
        width: 12.4rem;
        line-height: 1.4rem;
        font-size: .6rem;
    }
    .table_title span::before,
    .table_title span::after{
        margin: 0 .4rem;
        width: 1.575rem;
        height: .45rem;
    }
    .box4_table{
        border-radius: .4rem;
        padding: .25rem;
    }
    .box4_table table{
        border-radius: .25rem;
        border: .1rem solid #ff604e;
        font-size: .6rem;
    }
    .box4_table table th{
        line-height: 1.4rem;
    }
    .box4_table table td{
        line-height: 1.1rem;
        padding: .2rem;
    }
    .box4_table table td a{
        margin: .2rem auto;
        width: 3rem;
        line-height: 1.2rem;
        border-radius: .6rem;
    }
    .box4_btn{
        margin: .5rem auto;
        width: 12rem;
        line-height: 1.6rem;
        border-radius:.8rem;
        font-size: .6rem;
    }

 

	
	
	  .wrap {
    width: 94%;
  }
	  .box05 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: .5rem 0;
  }

  .boost {
    padding: 0rem 1rem 1rem 1rem;
    border-radius: .4rem;
  }

  .box05_list li {
    width: 49%;
    height: 5.1rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: .25rem;
  }
.box05_list02 {
  margin-top: 1rem;
}
  .box05_list li:nth-child(even) {
    margin-right: 0;
  }

  .box05_list img {
    top: -1.8rem;
    width: 3.6rem;
  }

    .box05_list02 img {
    width: 92%;
    top: 5%;
  }

  
  .boost_txt {
    height: 10rem;
    margin-top: 36px;
    line-height: 1.2rem;
  }

  .boost_txt p {
    padding-top: .75rem;
    margin-bottom: .4rem;
    font-size: .8rem;
  }

  .discount {
    width: 80%;
    height: auto;
    margin: .85rem auto 0 auto;
    line-height: 1.2rem;
    font-size: .7rem;
  }
.aa_m img {
    width: 98%;
    margin: 0 auto;
    border: none;
    max-width: 100%;
    vertical-align: middle;
}
.aa{
    display: none;
}
.aa_m{
    display: block;
}
.box_titlef {
    position: relative;
    height: 2rem;
   margin: 1rem auto;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    text-align: center;
}
}