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


.box_container{
    padding: 60px 0;
}
.banner_box{
    width: 100%;
    height: 785px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    height: 785px;
}
.banner_top{
    width: 410px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto 60px auto;
    color: #fff;
    font-size: 30px;
    background:rgba(192,48,52,0.6);
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    width: 880px;
    height: 320px;
    margin: 0 auto;
}
.banner_wheel{
    display: block;
    width: 190px;
    position: absolute;
    right: 75px;
    bottom: 35px;
    animation: wheel 10s linear infinite;
}
@keyframes wheel {
    0%{ transform: rotate(0deg) }
    50%{ transform: rotate(180deg) }
    100%{ transform: rotate(360deg) }
}
.md_list{
    margin: 0 auto 70px auto;
    width: 980px;
}
.md_list li{
    width: 195px;
    float: left;
    margin: 0 25px;
    transition: all 1s;
}
.md_list li:hover{
    font-weight: bold;
    transform: translateY(-10px);
}
.md_list li:hover b{
    font-weight: bold;
}
.md_list li a{
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 20px;
}
.md_list li b{
    display: inline-block;
    width: 50px;
    line-height: 50px;
    font-weight: normal;
    background:linear-gradient(0deg,rgba(0,0,0,1),rgba(28,28,28,1));
}
.md_list li span{
    display: inline-block;
    width: calc(100% - 50px);
    line-height: 50px;
    background:linear-gradient(135deg,rgba(231,75,50,1),rgba(192,48,52,1));
}
.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.picScroll-left .hd{
    width:150px;
    height:40px;
    border-radius: 20px;
    background:rgba(232,89,42,.7);
    position: absolute;
    z-index: 5;
    right: 250px;
    bottom: 60px;
    box-sizing: border-box;
    padding: 0 30px;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
    display: block;
    width: 38px;
    height: 16px;
    cursor: pointer;
    background: url("../images/box1_left.png");
    margin-top: 12px;
    float: left;
}
.picScroll-left .hd .next{
    transform: rotate(180deg);
    float: right;
}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.box1_list_left{
    float: left;
    display: block;
    width: 550px;
    height: 360px;
}
.box1_list_right{
    float: left;
    width: 650px;
    height: 360px;
    background: url("../images/box1_bg.png");
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 45px;
    line-height: 45px;
    color: #fff;
    text-align: justify;
    font-size: 18px;
}
.box2{
    width: 100%;
    background: url("../images/box2_bg.png") center top no-repeat;
}
.img_wall{
    background: url("../images/img_wall_bg.png") left bottom no-repeat;
    overflow: hidden;
}
.img_wall img{
    display: block;
}
.img_wall_top_left{
    width: 390px;
}
.img_wall_float{
    float: left;
}
.img_wall_title{
    line-height: 50px;
    box-sizing: border-box;
    padding-right: 25px;
    text-align: right;
    font-size: 50px;
    color:rgba(192,48,52,1);
    background:linear-gradient(135deg,rgba(231,75,50,1) 0%, rgba(192,48,52,1) 98.4375%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.img_wall_after_title{
    line-height: 65px;
    font-size:20px;
    color:rgba(0,0,0,.5);
    text-align: right;
    box-sizing: border-box;
    padding-right: 25px;
}
.img_wall_top_list li{
    float: left;
    margin: 10px 0 10px 10px;
}
.img_wall_top_list li:nth-child(1){
    margin-left: 200px;
}
.img_wall_top_center{
    float: left;
    margin: 0 10px;
}
.img_wall_bottom_left{
    float: right;
    margin: 0 10px 10px 50px;
}
.img_wall_bottom_center{
    float: right;
    margin: 0 10px;
    box-sizing: border-box;
    padding-top: 100px;
}
.img_wall_bottom_center_list li{
    float: left;
    margin: 10px 0;
}
.img_wall_bottom_center_list li:nth-child(1){
    margin-right: 10px;
}
.img_wall_bottom_right{
    float: right;
    box-sizing: border-box;
    padding-top: 170px;
}
.img_wall_bottom_title{
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 30px;
    text-align: left;
    font-size: 50px;
    color:rgba(192,48,52,1);
    background:linear-gradient(135deg,rgba(231,75,50,1) 0%, rgba(192,48,52,1) 98.4375%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.img_wall_bottom_after_title{
    line-height: 65px;
    font-size:20px;
    color:rgba(0,0,0,.5);
    text-align: left;
    box-sizing: border-box;
    padding-left: 30px;
    margin-bottom: 25px;
}
.img_wall_bottom_right_list li{
    float: left;
}
.img_wall_bottom_right_list li:nth-child(1){
    margin-right: 10px;
}
.box4{
    width: 100%;
    background: url("../images/bottom_bg.png") center top no-repeat;
}
.bottom_title{
    line-height: 80px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 50px;
    color:rgba(255,153,0,1);
    background:linear-gradient(135deg,rgba(231,75,50,1) 0%, rgba(192,48,52,1) 98.4375%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.adv_list li{
    float: left;
    margin: 0 10px;
    width: 380px;
}
.adv_list li a,
.adv_list li img{
    display: block;
}

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


    .box_container {
        padding: .5rem 0;
    }
    .banner_box {
        height: 11rem;
        background-size: 150% auto;
    }
    .banner_box .container {
        height: 11rem;
    }
    .banner_top {
        width: 10rem;
        line-height: 2rem;
        margin: 0 auto .5rem auto;
        font-size: .9rem;
    }
    .banner_box h1 {
        background-size: 100% auto;
        width: 13rem;
        height: 4.6rem;
    }
    .banner_wheel {
        width: 3rem;
        right: 1rem;
        bottom: .5rem;
    }
    .md_list {
        margin: 0 auto 1rem auto;
        width: 100%;
    }
    .md_list li {
        width: 24%;
        margin: 0 .5%;
    }
    .md_list li:hover {
        transform: translateY(-.25rem);
    }
    .md_list li a {
        font-size: .7rem;
    }
    .md_list li b {
        width: 1.3rem;
        line-height: 1.3rem;
    }
    .md_list li span {
        width: calc(100% - 1.3rem);
        line-height: 1.3rem;
    }
    .picScroll-left .hd {
        width: 7rem;
        height: 1.6rem;
        border-radius: .8rem;
        right: auto;
        bottom: 1.5rem;
        left: 1rem;
        padding: 0 1rem;
    }
    .picScroll-left .hd .prev, .picScroll-left .hd .next {
        width: 2rem;
        height: .9rem;
        background-size: 100% auto;
        margin-top: .35rem;
    }
    .box1_list_left {
        width: 50%;
        height: 6rem;
    }
    .box1_list_right {
        width: 50%;
        height: 11rem;
        padding: .3rem;
        line-height: 1rem;
        font-size: .65rem;
    }
    .box2 {
        background-size: auto 100%;
    }
    .img_wall {
        background: none;
    }
    .img_wall_top_left {
        width: 100%;
    }
    .img_wall_float {
        float: none;
    }
    .img_wall_title {
        line-height: 2rem;
        padding-right: 0;
        text-align: center;
        font-size: 1.2rem;
    }
    .img_wall_after_title {
        line-height: 1.5rem;
        font-size: .7rem;
        padding-right: 0;
        text-align: center;
    }
    .img_wall_top_list li {
        width: 31.3%;
        margin: .25rem 1%;
    }
    .img_wall_top_list li:nth-child(1) {
        margin-left: 1%;
    }
    .img_wall_top_center,.img_wall_top_right {
        float: left;
        width: 49%;
        margin: 0 .5%;
    }
    .img_wall_bottom_left {
        width: 100%;
        float: none;
        margin: .25rem 0;
    }
    .img_wall_bottom_center {
        float: none;
        margin: 0;
        padding-top: 0;
    }
    .img_wall_bottom_center_list li {
        width: 49%;
        margin: .25rem .5%;
    }
    .img_wall_bottom_center_list li:nth-child(1) {
        margin-right: .5%;
    }
    .img_wall_bottom_right {
        float: none;
        padding-top: 1rem;
    }
    .img_wall_bottom_title {
        line-height: 2rem;
        padding-right: 0;
        text-align: center;
        font-size: 1.2rem;
    }
    .img_wall_bottom_center_big{
        width: 100%;
    }
    .img_wall_bottom_after_title {
        line-height: 1.5rem;
        font-size: .7rem;
        padding-right: 0;
        text-align: center;
    }
    .img_wall_bottom_right_list li,
    .img_wall_bottom_center_list li{
        width: 49%;
        margin: .125rem .5%;
        float: left;
    }
    .img_wall_bottom_right_list li img,
    .img_wall_bottom_center_list li img{
        width: 100%;
    }
    .img_wall_bottom_right_list li:nth-child(1) {
        margin-right: .5%;
    }
    .box4 {
        background-size: auto 100%;
    }
    .bottom_title {
        line-height: 1.5rem;
        margin-bottom: .5rem;
        font-size: 1rem;
    }
    .adv_list li {
        margin: 0 1%;
        width: 31.3%;
    }



}