@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; }

/* 通用头部 */
.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: 804px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 30px;
}
.banner_box h6{
    letter-spacing:40px;
    margin-left: 93px;
    font-size:24px;
    font-weight:400;
    color:rgba(182,60,27,1);
    line-height:30px;
    text-align: center;
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    width: 910px;
    height: 260px;
    margin: 60px auto 37px;
}
.banner_box p{
    /* width: 830px; */
    text-align: center;
    color:rgba(182,60,27,1);
    line-height: 38px;
    font-size: 30px;
}
.banner_box p::before,
.banner_box p::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    width: 100px;
    height: 2px;
    background:rgba(182,60,27,1);
}
.box {
    background:rgba(255,255,255,1);
    padding-bottom: 80px;
    position: relative;
}
 .cur{
    position: absolute;
}
.cur1 {
    right: 145px;
    top: 184px;
}
.cur2 {
    top: 586px;
    left: 0;
}
.box1 {
    margin: 80px auto;
    text-align: center;
}
.box1 h2 {
    color: #B63C1B;
    font-size: 30px;
    margin-bottom: 30px;
}
.box1 h5 {
    color: #542808;
    font-size: 20px;
}
.box2 h3 {
    font-size: 44px;
    color:rgba(84,40,8,1);
    text-align: center;
}
.box2_tab {
    margin: 70px auto;
}
.box2_tab li {
    float: left;
    width:277px;
    height:60px;
    line-height: 60px;
    background:rgba(245,244,244,1);
    border-radius:10px;
    color: #333333;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 30px;
    cursor: pointer;
}
.box2_tab li:nth-child(4n) {
    margin-right: 0;
}
.box2_tab li.active,
.box2_tab li:hover {
    background:linear-gradient(135deg,rgba(233,99,48,1),rgba(250,162,60,1));
    box-shadow:0px 4px 16px 0px rgba(182,60,27,0.3);
    border-radius:10px;
    color: #fff;
}
.box2_cont > li {
    width: 100%;
    box-shadow:0px 3px 15px 0px rgba(154,101,55,0.15);
    border-radius:10px;
}
.box2_cont_fl {
    background: #fff;
    padding: 40px 30px;
    width: 540px;
}
.box2_cont_fl h3 {
    color: #B63C1B;
    font-size: 24px;
    text-align: center;
}
.box2_cont_c {
    margin-top: 30px;
}
.box2_cont_c li {
    float: left;
    width:260px;
    height:66px;
    line-height: 66px;
    background:rgba(245,244,244,1);
    border-radius:4px;
    text-align: center;
    margin: 2px 5px;
    font-size: 18px;
}
.spec .box2_cont_c li:last-child {
    width: 528px;
}
.box2_cont_c li a {
    color: #333333;
}
.box2_cont_fr {
    width: 500px;
    height: 276px;
    background:linear-gradient(135deg,rgba(233,99,48,1),rgba(250,162,60,1));
    border-radius:10px;
    padding: 40px 50px;
    color: #fff;
    text-align: center;
}
.box2_cont_fr h5 {
    font-size: 24px;
    margin-bottom: 30px;
}
.box2_cont_fr p {
    line-height: 48px;
}
.box2_btn {
    margin-top: 20px;
}
.box2_btn a {
    display: inline-block;
    width:230px;
    height:60px;
    line-height: 60px;
    background:rgba(255,238,68,1);
    box-shadow:0px 3px 15px 0px rgba(213,71,1,0.6);
    border-radius:30px;
    color:rgba(83,40,8,1);
}
.box2_btn a:first-child {
    margin-right: 10px;
}
.box2_btn a:hover {
    background:rgba(255,255,153,1);
box-shadow:0px 3px 15px 0px rgba(213,71,1,0.6);
border-radius:30px;
color:rgba(83,40,8,1);
}
.box2_cont>li:nth-child(1){
    display: block;
}
.box2_cont>li{
    display: none;
}

.box2_cont li.li_two h3,
.box2_cont li.li_three h3 {
    height:70px;
    line-height: 70px;
    background:linear-gradient(90deg,rgba(233,99,48,1),rgba(250,162,60,1));
    border-radius:10px;
    color:rgba(255,255,255,1);
    font-size: 24px;
}
.box2_cont li.li_two .box2_cont_fl,
.box2_cont li.li_three .box2_cont_fl {
    margin: 30px;
    padding: 0;
    width: 1140px;
}
.box2_cont li.li_two .box2_cont_fl .box2_cont_c li {
    width: 283px;
    margin: 0 2px 2px 0;
}

.box2_cont li.li_three .box2_cont_fl .box2_cont_c li {
    width: 377px;
    margin: 0 2px 2px 0;
}
.box2_cont li.li_three .box2_cont_fl .box2_cont_c li:nth-child(3n) {
    margin-right: 0;
}
.box2_cont li.li_two .box2_cont_fl .box2_cont_c li:nth-child(4n) {
    margin-right: 0;
}
.box2_cont li.li_two .box2_cont_fl p {
    height: 72px;
    line-height: 72px;
    text-align: center;
    background:rgba(245,244,244,1);
    border-radius:4px;
    color:rgba(51,51,51,1);
    font-size: 18px;
}
.box2_cont li.li_two .box2_cont_fl p span {
    color:rgba(182,60,27,1);
    font-size: 24px;
}
.box2_cont li.li_two .box2_btn,
.box2_cont li.li_three .box2_btn {
    text-align: center;
    padding: 10px 0 40px;
}
.box2_cont li.li_two .box2_btn a,
.box2_cont li.li_three .box2_btn a {
    background:linear-gradient(135deg,rgba(233,99,48,1),rgba(250,162,60,1));
    box-shadow:0px 2px 8px 0px rgba(182,60,27,0.3);
    border-radius:30px;
    color: #fff;
 }
 .box2_cont li.li_two .box2_btn a:hover,
 .box2_cont li.li_three .box2_btn a:hover  {
    background:linear-gradient(270deg,rgba(233,99,48,1),rgba(250,162,60,1));
    box-shadow:0px 2px 8px 0px rgba(182,60,27,0.3);
    border-radius:30px;
  }
  .box_f {
    background:linear-gradient(90deg,rgba(233,99,48,1),rgba(250,162,60,1));
  }
  .bottom_box {
      padding-top: 79px;
  }
  .bottom_box h3 {
      font-size: 44px;
      color:rgba(255,255,255,1);
      margin-bottom: 75px;
      text-align: center;
  }










.title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    display: block;
}
.title b {
    color: #e4452b;
    font-size: 26px;
}
.xq_box {
    float: left;
    display: block;
    width: 100px;
    height: 24px;
    background: #fff;
    border-radius: 50px;
    color: #333;
    text-align: center;
    line-height: 24px;
    margin-top: 28px;
    margin-left: 10px;
}
.xq_box:hover {
    color: #e4452b;
}
.dz_btn_box {
    margin-left: 0;
    overflow: hidden;
}
.dz_btn_box li {
    float: left;
    margin-right: 21px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 10px;
    width: 130px;
    line-height: 55px;
    cursor: pointer;
    background: #fff;
    box-sizing: border-box;
}
.dz_btn_box li:nth-child(8n) {
    margin-right: 0;
}
.dz_btn_box li.li_2 {
    background: #f5ea63;
}
.dz_s_box {
    margin: 0 auto;
    overflow: hidden;
}
.fx-pic {
    float: left;
    width: 165px;
    box-sizing: border-box;
    padding: 10px;
    background: #E88937;
}
.fx-pic img {
    display: block;
    width: 100%;
}
.fx-cont {
    float: left;
    margin-left: 30px;
    width: 845px;
}
.dz_s_box {
    display: none;
}
.dz_s_box h1 {
    font-size: 24px;
    font-weight: bold;
    color: #F9F8FD;
    line-height: 45px;
}
.dz_s_box p {
    color: #fff;
    line-height: 28px;
}
.dz_s_box a {
    color: #fff;
}



@media only all and (max-width:1200px) {

    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) {
        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/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;
    }

    .box_container{
        padding: .6rem 0;
    }
    .dz_s_box{
        margin-top: 1rem;
    }
    .dz_btn_box li {
        margin: .1rem .5%;
        border-radius: .25rem;
        width: 24%;
        line-height: 1.5rem;
    }
    .dz_btn_box li:nth-child(8n) {
        margin: .1rem .5%;
    }
    .fx-pic {
        width: 6rem;
        padding: .2rem;
    }
    .fx-cont {
        margin-left: .5rem;
        width: calc(100% - 6.5rem);
    }
    .dz_s_box h1 {
        font-size: .8rem;
        line-height: 1.5rem;
    }
    .dz_s_box p {
        line-height: 1rem;
    }
    


    .banner_box{
        height: 14rem;
        background: url("../images/banner_m.png") center no-repeat;
    }
    .banner_box .container{
        padding-top: 1rem;
    }
    
    .cur {
        display: none;
    }
    .banner_box h6 {
        letter-spacing: 0.5rem;
        text-align: center;
        margin-left: 0.1rem;
        font-size: 0.6rem;
        line-height: 0.75rem;
    }
    .banner_box h1 {
        font-size: 0;
        width: 16.725rem;
        height: 4.825rem;
        background: url(../images/banner_h1.png) no-repeat center / 16.725rem 4.825rem;
        margin: 0.7rem auto 0.5rem;
    }
    .banner_box p {
        line-height: 0.95rem;
        font-size: 0.75rem;
    }
    .banner_box p::before,
    .banner_box p::after{
        margin: 0 0.4rem;
        width: 2.5rem;
        height: 0.05rem;
    }
    .box {
        padding-bottom: 0;
    }
    .box1 {
        margin: 0;
    }
    .box1 h2 {
        font-size: 0.75rem;
        margin-bottom: 0.75rem;
    }
    .box1 h5 {
        font-size: 0.5rem;
    }
    .box2 h3 {
        font-size: 1.1rem;
    }
    .box2_tab {
        width: 17.5rem;
        margin: 1rem auto;
    }
    .box2_tab li {
        width: 8rem;
        height: 2rem;
        line-height: 2rem;
        border-radius: 2rem;
        margin-right: 1rem;
        margin-bottom: 0.75rem;
    }
    .bottom_box h3 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .box2_cont_fl {
        padding: 1rem 0.75rem;
        width: 16rem;
        margin: auto;
    }
    .box2_cont_c li {
        width: 14.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        margin: 0.05rem 0.125rem;
        font-size: 0.45rem;
    }
    .box2_cont_fr {
        width: 12.5rem;
        height: auto;
        padding: 1rem 1.25rem;
        margin: 0 auto 1rem;

    }
    .box2_cont_fr h5 {
        font-size: 0.6rem;
        margin-bottom: 0.3rem;
    }
    .box2_cont_fr p {
        line-height: 1.2rem;
    }
    .box2_btn {
        margin-top: 0.5rem;
    }
    .box2_btn a {
        width: 5.75rem;
        height: 1.5rem;
        line-height: 1.5rem;
    }
    .box2_cont li.li_two h3, .box2_cont li.li_three h3 {
        height: 1.75rem;
        line-height: 1.75rem;
        font-size: 0.6rem;
    }
    .box2_cont > li {
        width: 16rem;
        box-shadow: none;
    }
    .box2_cont {
        width: 16rem;
        margin: auto;
    }
    .box2_cont_c {
        margin-top: 0.75rem;
        width: 16rem;
    }
    .box2_cont li.li_two .box2_cont_fl p {
        width: 14rem;
        height: 2rem;
        line-height: 1rem;
        font-size: 0.45rem;
        padding: 0.5rem 0;
    }
    .box2_cont li.li_two .box2_cont_fl .box2_cont_c li {
        width: 14rem;
        margin: 0 0.05rem 0.05rem 0;
    }
    .box2_cont li.li_two .box2_cont_fl p span {
        font-size: 0.6rem;
    }
    .box2_cont li.li_two .box2_btn, .box2_cont li.li_three .box2_btn {
        padding: 0.25rem 0 1rem;
    }
    .box2_cont li.li_two .box2_cont_fl, .box2_cont li.li_three .box2_cont_fl {
        margin: 0.75rem;
        padding: 0;
        width: 16rem;
    }
    .box2_cont li.li_three .box2_cont_fl .box2_cont_c li {
        width: 15rem;
        margin: 0 0.25rem 0.25rem 0;
    }
    .spec .box2_cont_c li:last-child {
        width: 14.5rem;
    }
    .footer p {
        display: none;
    }
    .box2_tab li.active, .box2_tab li:hover {
        border-radius: 2rem;
        color: #fff;
    }
    .box2_tab li:nth-child(2n) {
        margin-right: 0;
    }

}