@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(https://www.huatu.com/z/topfooter/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(https://www.huatu.com/z/topfooter/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; }


body{
    background: #fff url("../images/body_bg.png") center top no-repeat;
}
.banner_box{
    width: 100%;
    height: 590px;
    background: url("../images/bg.png") center top no-repeat;
}
.txt01{
  display: block;
  padding-top: 76px;
  margin:0 auto;
}
.txt02{
  display: block;
  margin:54px auto 60px auto;
}
.txt03{
  display: block;
  margin:0 auto;
}
.banner_box .container{
    padding-top: 150px;
    padding-left: 250px;
}
.banner_box h2{
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #fff;
}
.banner_box h1{
    font-size: 0;
  /* background: url("../images/banner_h1.png");   */
    width: 830px;
    height: 135px;
    margin: 35px auto;
}
.box_container{
    padding: 40px 0;
}
.box1_list li:nth-child(2){
    margin: 0 30px;
}
.box1_list li{
    float: left;
    width:280px;
    height:240px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 24px 0px rgba(2,0,0,0.1);
    border-radius:12px;
    position: relative;
    box-sizing: border-box;
    padding-top: 50px;
    text-align: center;
}
.box1_list li:nth-child(odd)::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 160px;
    height: 8px;
    background: rgba(76,126,102,1);
    border-radius: 0 0 12px 12px;
}
.box1_list li:nth-child(even)::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 160px;
    height: 8px;
    background: rgba(76,126,102,1);
    border-radius: 12px 12px 0 0;
}
.box1_list li img{
    display: block;
    height: 80px;
    margin: 0 auto;
}
.box1_list li p{
    line-height: 45px;
    margin: 25px 0;
    font-size: 30px;
    color: #333;
}
.box_title1{
    line-height: 90px;
    margin-bottom: 40px;
    text-align: center;
}
.box_title1::before{
    content: '';
    display: inline-block;
    vertical-align: top;
    width:27px;
    height:27px;
    background:linear-gradient(260deg,rgba(127,163,146,1),rgba(56,98,78,1));
    box-shadow:-23px -32px 35px 0px rgba(97,154,126,0.19);
    border-radius:50%;
}
.box_title1::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width:12px;
    height:12px;
    background:rgba(200,224,213,1);
    border-radius:50%;
}
.box_title1 p{
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    position: relative;
    font-size: 50px;
    color: #333;
    z-index: 1;
}
.box_title1 p::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    height:8px;
    background:rgba(202,221,212,1);
    border-radius:4px;
}
.box_title1 p::after{
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width:11px;
    height:11px;
    background:linear-gradient(260deg,rgba(104,144,125,1),rgba(49,90,70,1));
    box-shadow:-23px -32px 35px 0px rgba(97,154,126,0.19);
    border-radius:50%;
}
.box2_list li{
    float: left;
    width:385px;
    height:220px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 24px 0px rgba(153,196,175,0.33);
    border-radius:12px;
    margin: 15px 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 30px;
}
.box2_list li:nth-child(2){
    margin: 15px 22px;
}
.box2_list_t{
    width: 50px;
    height: 145px;
    background:linear-gradient(6deg,rgba(52,91,72,1),rgba(76,136,107,1));
    box-shadow:0px 0px 10px 0px rgba(153,196,175,0.75);
    border-radius: 0 12px 12px 0;
    text-align: center;
    line-height: 50px;
    writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    color: #fff;
    font-size: 24px;
    margin-right: 25px;
    letter-spacing: 8px;
}
.lh-50{
    line-height: 50px;
}
.lh-35{
    line-height: 35px;
}
.box2_list li p{
    font-size: 20px;
    color: #333;
    text-align: justify;
}
.box2_list:nth-last-child(1) li{
    width: 100%;
}
.box_title2{
    margin-bottom: 40px;
    line-height: 80px;
    font-size: 44px;
    text-align: center;
    color: #333;
}
.box_title2::before,
.box_title2::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/title_icon.png");
    background-size: 100%;
    width: 83px;
    height: 22px;
    margin: 0 10px;
}
.table{
    width: 100%;
    text-align: center;
    background:rgba(255,255,255,1);
    border:1px solid rgba(70, 113, 92, 1);
    box-shadow:0px 1px 16px 0px rgba(63,166,134,0.15);
    box-sizing: border-box;
}
.table tr:nth-child(1){
    background: #46715C;
}
.table th{
    line-height: 60px;
    color: #fff;
    font-size: 22px;
}
.table td{
    box-sizing: border-box;
    padding: 15px 0;
    line-height: 35px;
    color: #333;
    font-size: 16px;
    border: 1px solid #DBDBDB;
}
.table td  b{
    font-size: 18px;
}
.table a{
    display: block;
    margin: 0 auto;
    width:110px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    background:linear-gradient(90deg,rgba(73,118,96,1),rgba(104,153,129,1));
    box-shadow:0px 2px 3px 0px rgba(99,145,123,0.36);
}
.box4_title::before,
.box4_title::after{
    background-image: url("../images/title_icon2.png");
}
.box5_title::before,
.box5_title::after{
    background-image: url("../images/title_icon3.png");
}
.table2{
    border:1px solid #ffbc3d;
    box-shadow:0px 1px 16px 0px rgba(253,150,3,0.5);
}
.table2 td{
    border: 1px solid #ffbc3d;
}
.table2 tr:nth-child(1){
    background: #faa20a;
}
.table2 a{
    background:linear-gradient(90deg,#fb9925,#fcab10);
    box-shadow:0px 2px 3px 0px rgba(253,150,3,0.75);
}
.table3{
    border:1px solid #3fb9c7;
    box-shadow:0px 1px 16px 0px rgba(153,196,175,0.5);
}
.table3 td{
    border: 1px solid #3fb9c7;
}
.table3 tr:nth-child(1){
    background: #3fb9c7;
}
.table3 a{
    background:linear-gradient(90deg,#3fb9c7,#48c2cd);
    box-shadow:0px 2px 3px 0px rgba(153,196,175,0.75);
}
.city_list li{
    float: left;
    width: 180px;
    line-height: 60px;
    border-radius: 30px;
    margin: 10px;
    text-align: center;
    font-size: 24px;
    background:linear-gradient(61deg,rgba(52,91,72,1),rgba(76,136,107,1));
    box-shadow:0px 0px 10px 0px rgba(153,196,175,0.75);
}
.city_list li a{
    display: block;
    color: #fff;
}
.adv_list li:nth-child(2){
    margin: 0 45px;
}
.adv_list li{
    float: left;
    width: 370px;
}
.adv_img{
    display: block;
    width: 100%;
    background:linear-gradient(0deg,rgba(70,125,98,1),rgba(75,144,111,1));
    box-shadow:0px 0px 10px 0px rgba(153,196,175,0.75);
    border-radius:10px;
    box-sizing: border-box;
    padding: 10px;
}
.adv_img  img{
    border-radius:10px;
    display: block;
    width: 100%;
}
.adv_list li p{
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #333;
}
.fixed_nav{
    display: none;
    position: fixed;
    z-index: 20;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 134px;
    height: 308px;
    box-sizing: border-box;
    padding-top: 133px;
    text-align: center;
    background-image: url("../images/fixed.png");
}
.fixed_zx{
    display: block;
    line-height: 40px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
}
.fixed_yy{
    display: block;
    box-sizing: border-box;
    padding: 10px 0 20px;
}
.fixed_yy p{
    line-height: 35px;
    color: #fff;
    font-size: 22px;
}
.fixed_yy span{
    display: block;
    line-height: 25px;
    color: #fffc00;
    font-size: 18px;
}
.toTop{
    cursor: pointer;
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

@media only all and (max-width:1200px) {
    .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(https://www.huatu.com/images/2015css/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;
    }



    body{
        background: #fff;
    }
    .banner_box{
        height: 10rem;
        /* background: url("../images/h5.jpg") center top no-repeat; */
        background-size:auto  100%;
    }
    .txt01{
      width:12rem;
      padding-top: 1rem;
    }
    .txt02{
      margin:1.2rem auto;
    }
    .txt03{
      width:90%;
    }
    .banner_box .container{
        padding-top: 3rem;
        padding-left: 4.75rem;
    }
    .banner_box h2{
        line-height: 1.75rem;
        text-align: left;
        font-size: 1rem;
    }
    .banner_box h1{
        background-size: 100%;
        width: 12.6rem;
        height: 2.1rem;
        margin: .6rem 0;
    }
    .box_container{
        padding: 1rem 0;
    }
    .box1_list li:nth-child(2){
        margin: 0 1.5%;
    }
    .box1_list li{
        float: left;
        width: 32.3%;
        height: 6rem;
        border-radius: .3rem;
        padding-top: 1rem;
    }
    .box1_list li:nth-child(odd)::before{
        width: 4rem;
        height: .2rem;
        border-radius: 0 0 .3rem .3rem;
    }
    .box1_list li:nth-child(even)::before{
        width: 4rem;
        height: .2rem;
        border-radius: .3rem .3rem 0 0;
    }
    .box1_list li img{
        height: 2rem;
    }
    .box1_list li p{
        line-height: 1.5rem;
        margin: .5rem 0;
        font-size: .8rem;
    }
    .box_title1{
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    .box_title1::before{
        width: .7rem;
        height: .7rem;
    }
    .box_title1::after{
        width: .3rem;
        height: .3rem;
    }
    .box_title1 p{
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .box_title1 p::before{
        height: .2rem;
        border-radius: .1rem;
    }
    .box_title1 p::after{
        width: .3rem;
        height: .3rem;
    }
    .box2_list li{
        float: none;
        width: 100%;
        height:auto;
        padding: 1rem .5rem 1rem 0;
        border-radius: .3rem;
        margin: .3rem 0;
    }
    .box2_list li:nth-child(2){
        margin: .3rem 0;
    }
    .box2_list_t{
        width: 1.5rem;
        line-height: 1.5rem;
        height: 4.5rem;
        border-radius: 0 .3rem .3rem 0;
        font-size: .8rem;
        margin-right: .5rem;
        letter-spacing: .2rem;
    }
    .lh-50{
        line-height: 1.35rem;
    }
    .lh-35{
        line-height: 1.35rem;
    }
    .box2_list li p{
        font-size: .7rem;
    }
    .box_title2{
        margin-bottom: 1rem;
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .box_title2::before,
    .box_title2::after{
        width: 2.1rem;
        height: .55rem;
        margin: 0 .2rem;
    }
    .table th{
        line-height: 1.5rem;
        font-size: .7rem;
    }
    .table th:nth-child(3){
        width: 20%;
    }
    .table th:nth-child(1){
        width: 20%;
    }
    .table td{
        padding: .3rem 0;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .table td  b{
        font-size: .75rem;
    }
    .table a{
        font-size: .6rem;
        width: 3rem;
        line-height: 1.5rem;
        border-radius: .75rem;
    }
    .city_list li{
        width: 24%;
        line-height: 1.4rem;
        border-radius: .7rem;
        margin: .2rem .5%;
        font-size: .7rem;
    }
    .adv_list li:nth-child(2){
        margin: 0 1.2%;
    }
    .adv_list li{
        box-sizing: border-box;
        width: 32.5%;
    }
    .adv_img{
        border-radius:.25rem;
        padding: .25rem;
    }
    .adv_img  img{
        border-radius:.25rem;
    }
    .adv_list li p{
        line-height: 1.5rem;
        font-size: .7rem;
    }


}
