﻿@charset "utf-8";

/* CSS Document */
body {
    max-width: 100%;
    overflow-x: hidden;
    color: #9e4928;
    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%;
    display: block;
}

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

input::focus-inner {
    padding: 0;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: '';
    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
}

.clearfloat {
    width: 100%;
    height: 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;
}

body {
    width: 100%;
    background: url("../images/body_bg.jpg") center 40px no-repeat;
}


.banner_box {
    width: 100%;
    height: 821px;
    background: url("../images/banner_bg.png") center top no-repeat;
}

.banner_box .container {
    padding-top: 71px;
}

.banner_box h2 {
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.banner_box h1 {
    font-size: 0;
    background: url("../images/banner_h1.png");
    background-size: 100%;
    width: 755px;
    height: 166px;
    margin: 40px auto;
}

.banner_box h3 {
    width: 610px;
    line-height: 70px;
    font-size: 34px;
    text-align: center;
    margin: 0 auto;
    font-weight: normal;
    color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3), inset 0 0 5px rgba(255, 255, 255, .9);
}






.box1 {
    width: 1200px;
    margin: 90px auto 0 auto;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.box1>.fl {
    width: 700px;
    box-sizing: border-box;
    padding: 70px 50px;
}

.box1>.fl p {
    line-height: 80px;
    border-radius: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 25px 0;
    box-sizing: border-box;
    font-size: 24px;
    color: #333333;
    position: relative;
    padding-left: 100px;
}

.box1>.fl p::before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 72px;
    height: 72px;
}

.box1>.fl p:nth-child(1)::before {
    background: url("../images/box_list1.png");
}

.box1>.fl p:nth-child(2)::before {
    background: url("../images/box_list2.png");
}

.box1>.fl p:nth-child(3)::before {
    background: url("../images/box_list3.png");
}

.box1>.fr {
    width: 500px;
    background: url("../images/box1_formbg.jpg");
    box-sizing: border-box;
    padding: 40px 55px;
}

.box1 .fr p {
    font-size: 26px;
    line-height: 50px;
    padding-bottom: 20px;
    text-align: center;
    color: #ffffff;
}

#demo p.hidden {
    display: none;
}

.box1 .fr form p {
    margin-bottom: 25px;
    padding-bottom: 0;
    position: relative;
}

.fr form p input,
form select.fr {
    width: 100%;
    line-height: 60px;
    border-radius: 35px;
    background: #ffffff;
    border: none;
    padding-left: 20px;
    font-size: 24px;
    box-sizing: border-box;
    color: #919191;
}

.fr form input.fl,
form select.fr {
    width: 49%;
}

form #province {
    line-height: 60px;
    border-radius: 35px;
    background: #ffffff;
    border: none;
    padding-left: 20px;
    font-size: 24px;
    color: #919191;
    background: #ffffff url("../images/select_bg.png") no-repeat;
    background-position: 90% 29px;
}

form #province option:nth-child(1) {
    margin-top: -30px;
}

#fs {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    text-align: center;
    width: 40%;
    cursor: pointer;
    z-index: 5;
    border-radius: 35px;
    background: linear-gradient(to right, #01679d, #2a90b8);
    color: #ffffff;
}

#fs:hover {
    background: linear-gradient(to right, #01679d, #30b0de);
}

input.button {
    line-height: 70px;
    border-radius: 35px;
    background: #ffffff;
    border: none;
    font-size: 30px;
    width: 100%;
    cursor: pointer;
    background: linear-gradient(to right, #01679d, #2a90b8);
    color: #ffffff;
}

input.button:hover {
    background: linear-gradient(to right, #01679d, #30b0de);
}

.title_box {
    width: 627px;
    line-height: 95px;
    color: #181818;
    font-size: 56px;
    text-align: center;
    margin: 65px auto;
    position: relative;
    background: url("../images/title_bg.png");
}

.box2 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.box2 .fl {
    width: 880px;
    line-height: 70px;
    background: #2e8ad6;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    position: relative;
    border-radius: 0 25px 0 25px;
    margin-bottom: 35px;
}

.box2 .fl::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    width: 860px;
    height: 35px;
    left: 35px;
    top: 45px;
    background: #90cbf0;
}

.box2 .fr {
    width: 810px;
    line-height: 30px;
    padding: 17px 35px;
    box-sizing: border-box;
    background: #fff;
    color: #005a92;
    font-size: 18px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}




.box5 {
    width: 1200px;
    margin: 0 auto 50px;
}

.box5_tit {
    width: 455px;
    line-height: 65px;
    border-radius: 33px;
    text-align: center;
    font-size: 36px;
    color: #181818;
    font-weight: bold;
    border: 2px solid #0171a5;
    margin: 40px auto 50px auto;
}

.box5_container {
    width: 825px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 45px 0 55px 60px;
}

#box5_list {
    margin-bottom: 30px;
}

#box5_list li {
    position: relative;
}

#box5_list li img {
    display: inline-block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 30px;
    height: 30px;
}

#box5_list li p {
    display: inline-block;
    padding-left: 50px;
    line-height: 80px;
    font-size: 24px;
    color: #181818;
}

.box5_bs {
    width: 370px;
    line-height: 55px;
    text-align: center;
    background: #0794d2;
    color: #fefefe;
    font-size: 30px;
    margin: 0 auto;
    position: relative;
}

.box5_bs::before {
    content: '';
    display: block;
    width: 370px;
    height: 55px;
    position: absolute;
    box-sizing: border-box;
    z-index: -1;
    top: 10px;
    left: 10px;
    border: 2px solid #a5d9ff;
}

.box5_bs a {
    color: #fefefe;
}

.bottom_list {
    width: 1200px;
    margin: 0 auto 50px auto;
}

.bottom_list li {
    float: left;
    width: 170px;
    line-height: 60px;
    border-radius: 30px;
    margin: 15px;
    text-align: center;
    font-size: 24px;
    background: linear-gradient(to right, #01679d, #2a90b8);
}

.bottom_list li:hover {
    background: linear-gradient(to right, #01679d, #30b0de);
}

.bottom_list li a {
    color: #ffffff;
}


.adv_box {
    width: 1200px;
    box-sizing: border-box;
    padding: 50px 40px 20px 40px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto 150px auto;
}

.adv_box ul::after {
    content: '';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
}

.adv_box ul li {
    width: 350px;
    float: left;
}

.adv_box ul li:nth-child(2) {
    margin: 0 35px;
}

.adv_box ul li a p {
    font-size: 20px;
    line-height: 70px;
    color: #333333;
    text-align: center;
}

.box1 .fr .tips {
    padding-top: 0;
    font-size: 16px;
    margin-bottom: 3px;
}

.yinsi {
    color: #FFFF54;
}

.yinsi:hover {
    color: #f35b5c;
}



.wrap {
    width: 1200px;
    margin: 0 auto 50px;
}

.box03_list {
    margin-top: 70px;
}

.box03_list li {
    float: left;
    width: 370px;
    height: 368px;
    padding-top: 40px;
    margin-right: 44px;
    box-sizing: border-box;
    background: linear-gradient(135deg, #2e8ad6, #0794d2);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.box03_list .box03_list02 {
    background: linear-gradient(135deg, #2e8ad6, #0794d2);
}

.box03_list .box03_list03 {
    padding-top: 12px;
    background: linear-gradient(135deg, #2e8ad6, #0794d2);
}

.box03_list .img_wrap {
    border-color: #ffffff;
}

.box03_list li:last-child {
    margin-right: 0;

}

.box03_list .img_wrap img {
    border-radius: 10px;
}

.img_wrap {
    display: table;
    border: 2px solid #ffffff;
    padding: 8px;
    margin: 30px auto 0 auto;
    border-radius: 10px;
}

.img_wrap img {
    width: 150px;
    height: 150px;
}

.box03_border {
    box-sizing: border-box;
    width: 342px;
    height: 340px;
    padding-top: 32px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 12px;
    line-height: 34px;
}

.box03_content img {
    margin: 0 auto;
}



/* 通用底部 */
.footer {
    clear: both;
    position: relative;
    padding: 30px 0;
    text-align: center;
    background: #000000
}

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



@media only all and (max-width:1200px) {
    .tips {
        padding-top: .5rem;
    }

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

    /* 隐藏元素 */
    .ht_top .topnav a:nth-child(n+2),
    .box03_list li:last-child,
    .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/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;
    }

    body {
        background: url("../images/m-bg.jpg") center 2.5rem no-repeat;
        background-size: 100% auto;
    }



    .banner_box {
        height: 15.5rem;
        background-size: auto 100%;
    }

    .banner_box .container {
        padding-top: 1.4rem;
    }

    .banner_box h2 {
        line-height: 1rem;
        font-size: .75rem;
    }

    .banner_box h1 {
        width: 13.3rem;
        height: 2.9rem;
        margin: .6rem auto;
    }

    .banner_box h3 {
        width: 12rem;
        line-height: 1.6rem;
        font-size: .75rem;
    }

    .container {
        width: 98%;
    }






    .box1 {
        width: 100%;
        margin: 0 auto;
        border-radius: 0.25rem;
        box-shadow: none;
    }

    .box1>.fl {
        float: none;
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }

    .box1>.fl p {
        line-height: 2rem;
        border-radius: 1rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin: 0.5rem 0;
        font-size: 0.7rem;
        color: #333333;
        position: relative;
        padding-left: 2.5rem;
    }

    .box1>.fl p::before {
        content: '';
        display: block;
        position: absolute;
        top: 0.1rem;
        left: 0.1rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    .box1>.fl p:nth-child(1)::before {
        background-size: contain;
    }

    .box1>.fl p:nth-child(2)::before {
        background-size: contain;
    }

    .box1>.fl p:nth-child(3)::before {
        background-size: contain;
    }

    .box1>.fr {
        float: none;
        width: 90%;
        padding: 2rem 1rem;
        margin: 1rem auto 0 auto;
        background-size: 100% 100%;
    }

    .box1 .fr p {
        font-size: 0.8rem;
        line-height: 1.25rem;
        padding-bottom: 0.5rem;
        text-align: center;
        color: #ffffff;
    }

    #demo p.hidden {
        display: none;
    }

    .box1 .fr form p {
        margin-bottom: 0.75rem;
        padding-bottom: 0;
        position: relative;
    }

    .fr form p input {
        width: 100%;
        line-height: 1.75rem;
        border-radius: 0.875rem;
        padding-left: 0.5rem;
        font-size: 0.7rem;
    }

    form select.fr {
        line-height: 1.75rem;
        border-radius: 0.875rem;
        padding-left: 0.5rem;
        font-size: 0.7rem;
    }

    form #province {
        line-height: 1.75rem;
        border-radius: 0.875rem;
        padding-left: 0.5rem;
        font-size: 0.7rem;
        color: #919191;
        background-position: 90% 0.5rem;
    }

    #fs {
        border-radius: 0.8rem;
    }

    input.button {
        line-height: 1.75rem;
        border-radius: 0.875rem;
        font-size: 0.75rem;
    }

    .title_box {
        width: 15.675rem;
        line-height: 2.375rem;
        font-size: 1rem;
        margin: 0rem auto;
        background-size: contain;
    }

    .box2 {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .box2 .fl {
        float: none;
        width: 90%;
        line-height: 1.4rem;
        font-size: 0.6rem;
        position: relative;
        border-radius: 0 0.5rem 0 0.5rem;
        margin: 0 auto 1rem auto;
    }

    .box2 .fl::before {
        width: 16.5rem;
        height: 2.875rem;
        left: 0.875rem;
        top: 1.125rem;
    }

    .box2 .fr {
        float: none;
        width: 90%;
        margin: 0 auto;
        line-height: 1.4rem;
        padding: 0.5rem 0.875rem;
        font-size: 0.6rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    }




    .title_box2 {
        width: 14.1rem;
        height: 3.25rem;
        margin: 1.5rem auto 1rem auto;
        position: relative;
        background-size: 100% auto;
    }

    .title_box2 h3 {
        font-size: 1.4rem;
        line-height: 1.55rem;
    }

    .title_box2 p {
        font-size: 0.6rem;
        line-height: 1.375rem;
    }


    .box5 {
        width: 90%;
        margin: 0 auto 1rem;
    }

    .box5_tit {
        width: 10.375rem;
        line-height: 1.5rem;
        border-radius: 0.75rem;
        font-size: 0.8rem;
        border: 0.05rem solid #0171a5;
        margin: .5rem auto;
    }

    .box5_container {
        width: 90%;
        margin: 0 auto;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        border-radius: 0.25rem;
        box-sizing: border-box;
        padding: 1rem;
    }

    #box5_list {
        margin-bottom: 0.75rem;
    }

    #box5_list li img {
        top: 0.5rem;
        left: 0;
        width: 0.75rem;
        height: 0.75rem;
    }

    #box5_list li p {
        display: inline-block;
        padding-left: 1.25rem;
        line-height: 1.5rem;
        font-size: 0.7rem;
        color: #181818;
    }

    .box5_bs {
        width: 9.375rem;
        line-height: 1.375rem;
        font-size: 0.75rem;
    }

    .box5_bs::before {
        width: 9.25rem;
        height: 1.375rem;
        position: absolute;
        box-sizing: border-box;
        z-index: -1;
        top: 0.25rem;
        left: 0.25rem;
        border: 0.05rem solid #a5d9ff;
    }

    .bottom_list {
        width: 90%;
        margin: 0 auto 1rem auto;
    }

    .bottom_list li {
        float: left;
        width: 23%;
        line-height: 1.5rem;
        border-radius: 0.75rem;
        margin: 0.25rem 1%;
        text-align: center;
        font-size: 0.6rem;
        background: linear-gradient(to right, #01679d, #2a90b8);
    }


    .wrap {
        width: 94%;
        margin-bottom: 1rem;
    }

    .box03_list {
        margin-top: 1rem;
    }

    .box03_list li {
        width: 49%;
        height: 11.6rem;
        padding-top: 1rem;
        margin-right: 2%;
        margin-bottom: .5rem;
        border-radius: .25rem;
        font-size: .7rem;
    }

    .box03_list li:nth-child(even) {
        margin-right: 0;
    }

    .img_wrap {
        border: 2px solid #ffffff;
        width: calc(90% - .4rem);
        padding: .2rem;
        margin: .75rem auto 0 auto;
        border-radius: .25rem;
    }

    .box03_list .img_wrap img {
        width: 100%;
        border-radius: .25rem;
    }

    .box03_list .box03_list03 {
        padding-top: .3rem;
        margin-left: 4.4rem;
    }

    .box03_border {
        width: 96%;
        height: 11rem;
        padding-top: .7rem;
        border-radius: .3rem;
        line-height: 1.1rem;
    }

    .box03_content img {
        width: 5rem;
    }




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


    .adv_box {
        width: 90%;
        padding: 0.5rem;
        border-radius: 0.25rem;
        margin: 0 auto 1rem auto;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    }

    .adv_box ul li {
        float: left;
        width: 30%;
    }

    .adv_box ul li:nth-child(2) {
        margin: 0 5%;
    }

    .adv_box ul li a p {
        font-size: 0.6rem;
        line-height: 1rem;
    }



}