<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #490ac8;
    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:#fff; font-size: 16px; line-height: 30px; }
.footer p span { padding: 0 5px; }
.footer p a { color:#fff; }

.odd_box{
    width: 100%;
    background: #3a01a7;
}
.box_container{
    padding: 60px 0;
}
.banner_box{
    width: 100%;
    height: 666px;
    background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container{
    padding-top: 95px;
    padding-left: 20px;
}
.banner_box p{
    color: #FEFEFF;
    font-size: 34px;
    text-align: center;
    width: 405px;
    line-height: 70px;
    border-radius: 35px;
    background: linear-gradient(to left,#3363ff,#824bfd);
}
.banner_box h1{
    font-size: 0;
    background: url("../images/banner_h1.png");
    width: 603px;
    height: 171px;
    margin-top: 45px;
    margin-bottom: 20px;
}
.banner_box h2{
    line-height: 70px;
    font-size: 40px;
    color: #fff;
    font-weight: normal;
}
.dy_box{
    margin: -80px auto 0 auto;
    background:linear-gradient(191deg,rgba(123,19,252,1),rgba(70,98,255,1));
    border-radius:16px;
    padding: 36px;
}
.dy_title{
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 46px;
    text-shadow:0px 2px 3px rgba(78,62,185,0.48);
    margin-bottom: 25px;
}
.dy_title::before,
.dy_title::after{
    content: '';
    display: inline-block;
    width: 135px;
    height: 40px;
    background: url("../images/dy_title_before.png");
    background-size: 100% auto;
    vertical-align: middle;
}
.dy_title::after{
    background: url("../images/dy_title_after.png");
    background-size: 100% auto;
}
.dy_cont{
    width: 100%;
    box-sizing: border-box;
    background:rgba(72,11,194,1);
    border-radius:16px;
    padding: 60px 70px;
}
.dy_cont p:nth-child(1){
    margin-bottom: 30px;
}
.dy_cont p{
    line-height: 45px;
    color: #E4E0FF;
    font-size: 26px;
    text-indent: 2em;
    text-align: justify;
    position: relative;
}
.dy_cont p::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width:10px;
    height:26px;
    background:rgba(255,219,0,1);
    border-radius:5px;
}
.box_title{
    font-size: 46px;
    color: #fff;
    text-align: center;
    width: 445px;
    line-height: 125px;
    box-sizing: border-box;
    padding-top: 45px;
    background: url("../images/box_title.png") center bottom no-repeat;
    margin: 0 auto 60px auto;
    position: relative;
}
.box_title::before{
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #6F2AF9;
    font-size: 120px;
}
.box1_title::before{
    content: '01';
}
.box2_title::before{
    content: '02';
}
.box3_title::before{
    content: '03';
}
.box4_title::before{
    content: '04';
}
.box1_tab{
    margin-bottom: 60px;
}
.box1_tab li{
    float: left;
    width: 220px;
    margin: 0 10px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    transition: all 1s;
    border-radius: 8px;
    background: #0893ff;
    box-shadow: inset 0 0 5px rgba(255, 255, 255,.7);
}
.box1_tab li:hover,
.box1_tab li.active{
    color: #FFF000;
    background: linear-gradient(to right,#d43fff,#8600f5);
}
.box1_cont_table{
    display: none;
}
.box1_cont_table:nth-child(1){
    display: block;
}
.box1_table{
    border-radius: 0 16px 16px 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg,#7316f9,#3b56fc),linear-gradient(45deg,#fff,#fff);
    background-size: 50% 100%,50% 100%;
    background-repeat: no-repeat;
    background-position: left top,right top;
}
.box1_table th:nth-last-child(1){
    border-radius: 0 16px 16px 0;
}
.box1_table tr:nth-last-child(1) td:nth-child(1),
.box1_table tr:nth-last-child(1) td:nth-last-child(1){
    border: 0;
}
.box1_table th:nth-child(1){
    background:linear-gradient(90deg,rgba(77,0,253,1),rgba(133,35,255,1));
}
.box1_table th:nth-child(1)::before{
    content: '';
    position: absolute;
    display: block;
    width: 600px;
    height: 10px;
    top: -10px;
    left: 0;
    border-radius: 16px 16px 0 0;
    background:linear-gradient(90deg,rgba(77,0,253,1),rgba(133,35,255,1));
}
.box1_table tr:nth-last-child(1) td:nth-child(1)::before{
    content: '';
    position: absolute;
    display: block;
    width: 600px;
    height: 10px;
    bottom: -10px;
    left: 0;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(90deg,#7316f9,#5833fa);
}
.box1_table th,
.box1_table td{
    width: 50%;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
}
.box1_table th b{
    font-size: 36px;
    line-height: 40px;
}
.box1_table th:nth-child(1) b::before,
.box1_table th:nth-child(1) b::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 22px;
    background: url("../images/box1_left_before.png");
    background-size: 100% auto;
    margin: 0 10px;
}
.box1_table th b::after{
    transform: rotate(180deg);
}
.box1_table th:nth-last-child(1) b::before,
.box1_table th:nth-last-child(1) b::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 22px;
    background: url("../images/box1_right_before.png");
    background-size: 100% auto;
    margin: 0 10px;
}
.box1_table th:nth-child(1),
.box1_table td:nth-child(1){
    color: #fff;
    border-bottom: 1px solid #fff;
}
.box1_table th:nth-last-child(1){
    color: #7507FF;
    border-bottom: 1px solid #DCDCDC;
}
.box1_table td:nth-last-child(1){
    color: #333;
    border-bottom: 1px solid #DCDCDC;
}
.box1_table p{
    line-height: 30px;
    font-size: 18px;
}
.box1_table h5{
    line-height: 40px;
    font-size: 24px;
    margin-bottom: 10px;
}
.box2_list li{
    float: left;
    width:365px;
    margin: 17px;
}
.box2_list li .box2_list_box{
    width:365px;
    height:410px;
    background:rgba(255,255,255,1);
    border-radius:16px;
    box-sizing: border-box;
    padding-top: 60px;
    position: relative;
    margin-bottom: 40px;
}
.box2_list li .box2_list_box:hover .box2_detail_box{
    display: block;
}
.box2_detail_box{
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #550bef;
    border-radius:16px;
    box-sizing: border-box;
    padding: 20px 40px;
    color: #fff;
    line-height: 40px;
    text-align: justify;
    font-size: 22px;
}
.box2_detail_box b{
    font-size: 40px;
	text-align:center;
	display:block;
}
.box2_list li:nth-child(1) .box2_img_list{
    box-shadow:0px 5px 21px 0px rgba(64,104,255,0.39);
}
.box2_list li:nth-child(2) .box2_img_list{
    box-shadow:0px 5px 21px 0px rgba(214,169,81,0.39);
}
.box2_list li:nth-child(3) .box2_img_list{
    box-shadow:0px 5px 21px 0px rgba(164,93,255,0.39);
}
.box2_list li:nth-child(4) .box2_img_list{
    box-shadow:0px 5px 21px 0px rgba(239,155,143,0.39);
}
.box2_list li:nth-child(5) .box2_img_list{
    box-shadow:0px 5px 21px 0px rgba(136,217,214,0.39);
}
.box2_list li:nth-child(6) .box2_img_list{
    box-shadow:0px 5px 21px 0px rgba(247,152,57,0.39);
}
.box2_img_list{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}
.box2_img_list img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.box2_list li h5{
    line-height: 70px;
    margin: 30px 0 20px 0;
    text-align: center;
    font-size: 38px;
    color: #333;
}
.box2_list_detail{
    width: 225px;
    line-height: 65px;
    border-radius: 32px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background:linear-gradient(90deg,rgba(51,99,255,1),rgba(94,27,239,1));
    transition: all 1s;
}
.box2_list_detail:hover{
    background:linear-gradient(90deg,rgba(165,31,251,1),rgba(112,21,249,1));
}
.box3_box{
    height: 550px;
}
.box3_bg_box{
    width: 540px;
    height: 550px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.box3_bg_box img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@keyframes circle1 {
    0%{ transform: rotate(0deg); }
    50%{ transform: rotate(180deg); }
    100%{ transform: rotate(360deg); }
}
.box3_bg1{
    animation: circle1 15s infinite linear;
}
.box3_bg2{
    animation: circle1 15s infinite linear reverse;
}
.box3_bg_box img.box3_rabbit{
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: auto;
}
.box3_bg_box h5{
    text-align: center;
    margin-top: 155px;
    line-height: 40px;
    color: #FCDC02;
    font-size: 30px;
}
.box3_list{
    width: 1000px;
    margin: 0 auto;
}
.box3_list li{
    text-align: center;
    margin-bottom: 85px;
    position: relative;
    z-index: 3;
}
.box3_list li a{
    display: inline-block;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 25px;
    box-sizing: border-box;
    background: #4C2CEF;
    font-size: 20px;
    color: #fff;
}
.box3_list li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/box3_list_style.png");
    background-size: 100% 100%;
}
.city_list li{
    float: left;
    margin: 10px;
    width:130px;
    line-height: 50px;
    background:rgba(101,43,228,1);
    border-radius:25px;
    text-align: center;
    font-size: 20px;
}
.city_list li:hover{
    background:linear-gradient(90deg,rgba(49,98,255,1),rgba(164,90,255,1));
}
.city_list li a{
    display: block;
    width: 100%;
    color: #fff;
}


@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(../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: #fff;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }



    .box_container {
        padding: 1rem 0;
    }
    .banner_box {
        height: 22.5rem;
        background: url("../images/banner_m.png");
        background-size: 100% auto;
    }
    .banner_box .container {
        padding-top: 1.65rem;
        padding-left: 0;
    }
    .banner_box p {
        font-size: .9rem;
        width: 10rem;
        margin: 0 auto;
        line-height: 1.75rem;
        border-radius: .875rem;
    }
    .banner_box h1 {
        margin: .5rem auto 0 auto;
        background-size: 100% auto;
        width: 15rem;
        height: 4.25rem;
    }
    .banner_box h2 {
        text-align: center;
        line-height: 1.75rem;
        font-size: 1rem;
    }
    .dy_box {
        margin: 0 auto;
        border-radius: .5rem;
        padding: 1rem .5rem;
    }
    .dy_title {
        line-height: 1.5rem;
        font-size: 1rem;
        margin-bottom: .5rem;
    }
    .dy_title::before,
    .dy_title::after {
        width: 3.375rem;
        height: 1rem;
    }
    .dy_cont {
        border-radius: .5rem;
        padding: 1rem;
    }
    .dy_cont p:nth-child(1) {
        margin-bottom: .5rem;
    }
    .dy_cont p {
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .dy_cont p::before {
        top: .25rem;
        width: .25rem;
        height: .65rem;
        border-radius: .125rem;
    }
    .box_title {
        font-size: 1rem;
        width: 11.125rem;
        line-height: 3.125rem;
        padding-top: 1.125rem;
        background-size: 100% auto;
        margin: 0 auto 1rem auto;
    }
    .box_title::before {
        font-size: 3rem;
    }
    .box1_tab {
        margin-bottom: 1rem;
    }
    .box1_tab li {
        width: 19%;
        margin: 0 .5%;
        line-height: 1.5rem;
        font-size: .8rem;
        border-radius:.25rem;
    }
    .box1_table {
        border-radius: 0 .5rem .5rem 0;
    }
    .box1_table th:nth-last-child(1) {
        border-radius: 0 .5rem .5rem 0;
    }
    .box1_table th:nth-child(1)::before {
        width: 100%;
        height: .5rem;
        top: -.5rem;
        border-radius: .5rem .5rem 0 0;
    }
    .box1_table tr:nth-last-child(1) td:nth-child(1)::before {
        width: 100%;
        height: .5rem;
        bottom: -.5rem;
        border-radius: 0 0 .5rem .5rem;
    }
    .box1_table th,
    .box1_table td {
        padding: .2rem;
    }
    .box1_table th b {
        font-size: .8rem;
        line-height: 1.5rem;
    }
    .box1_table th:nth-child(1) b::before,
    .box1_table th:nth-child(1) b::after {
        width: .75rem;
        height: .55rem;
        margin: 0 .2rem;
    }
    .box1_table th:nth-last-child(1) b::before,
    .box1_table th:nth-last-child(1) b::after {
        width: .75rem;
        height: .55rem;
        margin: 0 .2rem;
    }
    .box1_table p {
        line-height: 1.2rem;
        font-size: .65rem;
    }
    .box1_table h5 {
        line-height: 1.4rem;
        font-size: .75rem;
        margin-bottom: .2rem;
    }
    .box2_list li {
        width: 48%;
        margin: .2rem 1%;
    }
    .box2_list li .box2_list_box {
        width: 100%;
        height: 12rem;
        border-radius: .4rem;
        padding-top: 3rem;
        margin-bottom: .3rem;
    }
    .box2_detail_box {
        border-radius: .4rem;
        padding: .5rem;
        line-height: 1.2rem;
        font-size: .7rem;
    }
    .box2_detail_box b {
        font-size: .85rem;
    }
    .box2_img_list {
        width: 4rem;
        height: 4rem;
    }
    .box2_img_list img {
        width: 2rem;
    }
    .box2_list li h5 {
        line-height: 1.5rem;
        margin: .3rem 0;
        font-size: 1rem;
    }
    .box2_list_detail {
        width: 90%;
        line-height: 1.6rem;
        border-radius: .8rem;
        font-size: .8rem;
    }
    .box3_box {
        height: 15rem;
    }
    .box3_bg_box {
        display: none;
    }
    .box3_bg_box img.box3_rabbit {
        width: 4.5rem;
        top: 5rem;
    }
    .box3_bg_box h5 {
        margin-top: 4rem;
        line-height: 1rem;
        font-size: .8rem;
    }
    .box3_list {
        width: 100%;
    }
    .box3_list li {
        margin-bottom: 0;
    }
    .box3_list li a {
        display: block;
        width: 90%;
        margin: .4rem auto;
        padding: 0;
        text-align: center;
        line-height: 1.8rem;
        border-radius: .9rem;
        font-size: .75rem;
    }
    .box3_list li a::before {
        margin-right: .2rem;
        width: .5rem;
        height: .5rem;
    }
    .city_list li {
        margin: .2rem .5%;
        width: 24%;
        line-height: 1.4rem;
        border-radius: .7rem;
        font-size: .75rem;
    }


}</pre></body></html>