﻿html {
    background: #ffffff;
    font-size: 14px;
    color: #666;
    font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";
}

body {
    min-width: 1220px;
}

.g_cw {
    width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
}

.g_cw::before,
.g_cw::after {
    content: '';
    display: block;
    clear: both;
}

.g_mt {
    margin-top: 80px;
}

.g_mt::before,
.g_mt::after {
    content: '';
    display: block;
    clear: both;
}

.g_mb {
    margin-bottom: 80px;
}

.g_mb::before,
.g_mb::after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 1024px) {
    body {
        min-width: 0;
    }

    .g_cw {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .g_mt {
        margin-top: 40px;
    }

    .g_mb {
        margin-bottom: 40px;
    }
}


.g_page {
    clear: both;
    text-align: center;
    font-size: 14px;
    color: #888888;
    margin-top: 90px;
}

.g_page>ul {
    display: inline-block;
}

.g_page>ul>li {
    float: left;
    line-height: 35px;
    margin: 0 5px;
}

.g_page>ul>li a {
    display: block;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #E8E8E8;
}

.g_page>ul>li a .fa {
    font-size: 17px;
    line-height: 35px;
}

.g_page>ul>li a.dis {
    color: #ccc;
    cursor: not-allowed;
}

.g_page>ul>li a:hover:not(.dis),
.g_page>ul>li a.on {
    background: #ec8718;
    color: #fff;
    border: 1px solid #ec8718;
}

@media (max-width: 600px) {
    .g_page>ul .num_li {
        display: none;
    }
}


.g_title {
    overflow: hidden;
    text-align: center;
    font-weight: bold;
}

.g_title .l1 {
    font-size: 30px;
    color: #029f45;
    padding-top: 10px;
}

.g_title .l2 {
    font-size: 24px;
    color: #ec8718;
}

.g_title .l2 .ico img {
    width: 56px;
}

.g_title .btn {
    float: right;
}

.g_title .btn .more {
    padding: 2px;
    border: 1px solid #c6c6c6;
    font-size: 12px;
    display: inline-block;
}

@media (max-width: 600px) {
    .g_title .l2 {
        font-size: 18px;
    }
}



.g_header {
    clear: both;
}

.g_header .top {
    clear: both;
    height: 110px;
}

.g_header .top .logo {
    float: left;
    line-height: 100px;
    font: bold 50px/100px arial;
    color: #333333;
}

.g_header .top .logo img {
    vertical-align: middle;
    margin-right: 10px;
}

.g_header .top .right {
    float: right;
    text-align: right;
    padding-top: 18px;
}

.g_header .top .right .p1 {
    font-size: 12px;
    color: #999;
}

.g_header .top .right .p2 {
    font-size: 24px;
    font-weight: bold;
    color: #dd1e2a;
    padding-top: 20px;
}




.g_header .bar {
    display: none;
}


.g_header .nav {
    position: relative;
    z-index: 99;
    background-size: cover;
    height: 80px;
    background: url(../img/top_nav_bg.jpg) no-repeat center top;
}

.g_header .nav .g_cw {
    height: 80px;
}

.g_header .nav .list {
    text-align: center;
    padding-top: 50px;
}

.g_header .nav .list>li {
    float: left;
    width: 12.5%;
}

.g_header .nav .list>li>a {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.g_header .nav .list>li>a.on,
.g_header .nav .list>li>a:hover {}

.g_header .nav .list>li>a b {
    padding: 0 30px;
    font-weight: normal;
}

.g_header .nav .list>li>a.on b,
.g_header .nav .list>li>a:hover b {}


.g_header .nav .search {
    display: inline-block;
    float: right;
    margin-top: 11px;
    background: #fff;
    border-radius: 30px;
    padding: 0 8px;
    overflow: hidden;
}

.g_header .nav .search .input_1 {
    height: 28px;
    background: #fff;
    border: 0;
}

.g_header .nav .search .ico {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.g_header .nav .search .ico img {
    height: 13px;
}


@media (max-width: 1024px) {
    body {
        padding-top: 70px;
    }

    .g_header {
        height: auto;
    }

    .g_header .top {
        display: none;
    }

    .g_header .bar {
        position: relative;
        display: block;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        right: 0;
        height: 70px;
        background: #fff;
        border-bottom: 1px solid #ec8718;
    }

    .g_header .bar .logo {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        padding: 0 10px;
        color: #333333;
        font: bold 24px/70px arial;
    }

    .g_header .bar .logo img {
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .g_header .bar .menu {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        float: right;
        padding: 0 10px;
        line-height: 70px;
    }

    .g_header .bar .menu img {
        vertical-align: middle;
        height: 40px;
    }

    .g_header .nav {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        z-index: 99;
        left: 0;
        top: -100%;
        bottom: 100%;
        right: 0;
        background: #fff;
        border-top: 0;
        transition: ease .4s;
        height: auto;
        text-align: left;
    }

    .g_header .nav .g_cw {
        text-align: left;
        padding: 0 20px;
        height: auto;
        overflow: visible;
    }

    .g_header .nav .list {
        display: block;
        padding-top: 0;
    }

    .g_header .nav .list>li {
        float: none;
        border-right: 0;
        width: auto;
    }

    .g_header .nav .list>li>a {
        padding: 20px 30px;
        font-size: 16px;
        color: #333;
        text-align: left;
    }

    .g_header .nav .list>li>a.on,
    .g_header .nav .list>li>a:hover {
        color: #ec8718;
        background: none;
    }

    .g_header .nav .list>li>a b {
        padding: 0;
    }

    .g_header .nav .search {
        display: none;
    }

    .g_header .nav.show {
        visibility: visible;
        opacity: 1;
        top: 70px;
        bottom: 0;
    }
}



.g_footer {
    clear: both;
    margin-top: 150px;
}

.g_footer .top {
    background: url(../img/footer_bg.jpg) no-repeat center center;
    height: 495px;
    background: cover;
    position: relative;
}

.g_footer .top .pic {
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.g_footer .top .nav {
    padding: 145px 0 50px 0;
    margin-left: -30px;
}

.g_footer .top .nav>li {
    float: left;
    padding-left: 30px;
    width: 14%;
}

.g_footer .top .nav>li .box {
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
}

.g_footer .top .nav>li .box .line {
    width: 15px;
    height: 1px;
    background: #e2e2e2;
    display: block;
    margin: 18px 0 21px 0;
}

.g_footer .top .nav>li .h1 {
    font-size: 18px;
    color: #333;
    padding-bottom: 18px;
}

.g_footer .top .nav>li .p1 {
    line-height: 30px;
    color: #666;
}

.g_footer .top .rx {
    font-size: 30px;
    color: #0b8f54;
    text-align: center;
}

.g_footer .top .add {
    text-align: center;
    padding-top: 16px;
}

.g_footer .bottom {
    padding: 14px 0;
    color: #fff;
    text-align: center;
    background: #ec8520;
}


@media (max-width: 1024px) {
    .g_footer .top {
        height: auto;
        padding-bottom: 30px;
    }

    .g_footer .top .nav {
        float: none;
        padding: 100px 0 0 0;
    }

    .g_footer .top .nav>li {
        width: 25%;
        padding-bottom: 30px;
    }

    .g_footer .top .nav>li .box {
        border: 0;
        text-align: center;
    }

    .g_footer .top .nav>li:nth-child(4n+1) {
        clear: both;
    }

    .g_footer .top .nav .li_lx {
        padding-left: 0;
    }

    .g_footer .bottom {
        padding: 22px 10px;
    }
}


@media (max-width: 600px) {
    .g_footer .top .nav>li {
        padding-bottom: 20px;
        text-align: center;
        width: 33.33%;
    }

    .g_footer .top .nav>li:nth-child(n) {
        clear: none;
    }

    .g_footer .top .nav>li:nth-child(3n+1) {
        clear: both;
    }

    .g_footer .top .nav .li_lx {
        width: 100%;
    }

    .g_footer .top .nav>li .box {
        height: auto;
    }

    .g_footer .top .nav>li .box .line {
        margin: 10px 0;
        display: inline-block;
    }

    .g_footer .top .right .list>li {
        float: none;
    }
}

@media (max-width: 400px) {
    .g_footer .top .nav>li {
        width: 50%;
    }

    .g_footer .top .nav>li:nth-child(n) {
        clear: none;
    }

    .g_footer .top .nav>li:nth-child(2n+1) {
        clear: both;
    }

    .g_footer .top .rx {
        font-size: 20px;
    }
}

/*----*/

/*--子页面--*/

.s_child_banner {
    display: none;
}

.child_banner img {
    display: block;
}

.s_child_banner img {
    display: block;
}

@media (max-width: 1024px) {
    .child_banner {
        display: none;
    }

    .s_child_banner {
        display: block;
    }
}

.fy {
    margin-top: 40px;
    border-top: 1px dashed #cfcfcf;
    padding-top: 60px;
    overflow: hidden;
}

.fy a {
    color: #666;
    display: block;
}

.fy a:hover {
    color: #ec8718;
}

.fy .prev {
    padding-bottom: 17px;
}

.banners-pc {
    clear: both;
    height: 685px;
}

.banners-pc .frame {
    height: 685px;
    background: no-repeat center center;
    background-size: cover;
}

.banners-mb {
    display: none;
    clear: both;
    height: 685px;
}

.banners-mb div {
    height: 100%;
}

.banners-mb .frame {
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}

@media (max-width: 1024px) {
    .banners-pc {
        display: none;
    }

    .banners-mb {
        display: block;
    }
}


.main1 {}

.main1 .offset {
    padding-top: 70px;
}

.main1 .offset .list {
    overflow: hidden;
    margin-left: -100px;
    margin-bottom: -30px;
}

.main1 .offset .list>li {
    float: left;
    width: 25%;
    padding-left: 100px;
    padding-bottom: 30px;
}

.main1 .offset .list>li:nth-child(4n+1) {
    clear: both;
}

.main1 .offset .list>li .pic {
    text-align: center;
    margin-top: 5px;
    height: 224px;
    width: 224px;
}

.main1 .offset .list>li .pic img {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-top: 13px;
}

.main1 .offset .list>li .font {
    text-align: center;
}

.main1 .offset .list>li .font .p1 {
    font-size: 18px;
    color: #333;
    padding-top: 30px;
}

.main1 .offset .list>li .font .p1 .line {
    display: block;
    width: 32px;
    height: 2px;
    background: #a93f52;
    margin: 15px auto 20px auto;
}

.main1 .offset .list>li .font .p2 {
    color: #999;
    line-height: 24px;
}

.main1 .offset .list>li .font .btn {
    text-align: center;
    margin-top: 30px;
}

.main1 .offset .list>li .font .btn .more {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 50px;
    color: #fff;
}

.main1 .offset .list .li1 .font .btn .more {
    background: #ec8520;
}

.main1 .offset .list .li2 .font .btn .more {
    background: #058bd6;
}

@media (max-width: 1024px) {
    .main1 .offset .list>li {
        width: 50%;
    }

    .main1 .offset .list>li:nth-child(n) {
        clear: none;
    }

    .main1 .offset .list>li:nth-child(2n+1) {
        clear: both;
    }

    .main1 .offset .list>li .pic {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 600px) {
    .main1 .offset .list>li {
        width: 100%;
    }

    .main1 .offset .list>li:nth-child(n) {
        clear: none;
    }
}

@media (max-width: 300px) {
    .main1 .offset .list>li .pic {
        height: auto;
        width: auto;
    }
}

.main2 {
    background: url(/x_qiye_08/img/teacher_bg.jpg) no-repeat center center;
    height: 780px;
    padding-top: 70px;
    margin-top: 120px;
}

.main2 .right {
    float: right;
    background: #ec8718;
}

.main2 .intro .font {
    max-width: 750px;
    padding-top: 70px;
}

.main2 .intro .font .h1 {
    font-size: 18px;
    color: #333;
    padding-bottom: 40px;
}

.main2 .intro .font .p1 {
    color: #666;
    line-height: 30px;
}

.main2 .intro .font .more {
    color: #df3d47;
    margin-top: 20px;
    display: block;
}

.main2 .intro .list {
    overflow: hidden;
    margin-left: -24px;
    margin-bottom: -20px;
    margin-top: 60px;
}

.main2 .intro .list>li {
    float: left;
    padding-left: 24px;
    padding-bottom: 20px;
}

.main2 .intro .list>li .box {
    display: block;
    position: relative;
}

.main2 .intro .list>li .box img {
    border-radius: 20px;
    display: inline-block;
    max-width: 156px;
}

.main2 .intro .list>li .box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #ec8718;
    opacity: 0;
    border-radius: 20px;
}

.main2 .intro .list>li .box:hover:before {
    opacity: 1;
    transition: ease .4s;
}

@media (max-width: 950px) {
    .main2 {
        background: #fbefe1;
        height: auto;
        padding-bottom: 50px;
    }

    .main2 .intro .font {
        max-width: none;
        text-align: center;
    }

    .main2 .intro .list>li {
        width: 25%;
    }

    .main2 .intro .list>li .box img {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 600px) {
    .main2 .intro .list>li {
        width: 33.33%;
    }
}

@media (max-width: 350px) {
    .main2 .intro .list>li {
        width: 50%;
    }
}

.main3 {
    margin-top: 90px;
}

.main3 .top {
    overflow: hidden;
    padding-top: 70px;
}

.main3 .top .pic {
    float: left;
    padding-right: 60px;
    position: relative;
}

.main3 .top .pic .bg {
    width: 576px;
    height: 325px;
    background: #ec8520;
    display: block;
    border-radius: 20px;
}

.main3 .top .pic .tp {
    display: block;
    position: absolute;
    left: 20px;
    top: -20px;
}

.main3 .top .pic .tp img {
    border-radius: 20px;
}

.main3 .top .font {
    float: left;
    max-width: 542px;
}

.main3 .top .font .nav {
    overflow: hidden;
    padding: 14px 0;
    background: #0b8f54;
    display: inline-block;
    border-radius: 30px
}

.main3 .top .font .nav>li {
    float: left;
    padding: 0 40px;
}

.main3 .top .font .nav>li .box {
    display: block;
    color: #fff;
}

.main3 .top .font .con {}

.main3 .top .font .con .p1 {
    font-size: 18px;
    color: #333;
    padding: 54px 0 24px 0;
}

.main3 .top .font .con .p2 {
    color: #666;
    line-height: 24px;
}

.main3 .top .font .con .more {
    color: #df3d47;
    padding-top: 20px;
    display: block;
}

.main3 .bottom {
    margin-top: 50px;
    overflow: hidden;
}

.main3 .bottom .list {
    margin-left: -40px;
    margin-bottom: -30px;
}

.main3 .bottom .list>li {
    float: left;
    width: 33.33%;
    padding-left: 40px;
    padding-bottom: 30px;
}

.main3 .bottom .list>li .box {
    background: #f1f1f1;
    display: block;
    border-radius: 20px;
    padding: 36px 40px 30px 36px;
}

.main3 .bottom .list>li .box .time {
    font-size: 18px;
    color: #999;
    padding-bottom: 15px;
}

.main3 .bottom .list>li .box .line {
    width: 34px;
    height: 2px;
    background: #ec8520;
    display: inline-block;
}

.main3 .bottom .list>li .box .p1 {
    font-size: 16px;
    color: #333;
    padding: 18px 0;
}

.main3 .bottom .list>li .box .p2 {
    color: #999;
    line-height: 24px;
}

.main3 .bottom .list>li .box:hover {
    background: #ec8520;
}

.main3 .bottom .list>li .box:hover .time {
    color: rgba(255, 255, 255, .6);
}

.main3 .bottom .list>li .box:hover .line {
    background: #fff;
}

.main3 .bottom .list>li .box:hover .p1 {
    color: #fff;
}

.main3 .bottom .list>li .box:hover .p2 {
    color: rgba(255, 255, 255, .6);
}

@media (max-width: 1024px) {
    .main3 .top .pic {
        float: none;
        padding-right: 0;
    }

    .main3 .top .pic .bg {
        display: none;
    }

    .main3 .top .pic .tp {
        position: unset;
        text-align: center;
    }

    .main3 .top .font {
        float: none;
        max-width: none;
        padding-top: 30px;
    }

    .main3 .top .font .nav {
        display: block;
        margin: 0 100px;
    }

    .main3 .top .font .nav>li {
        width: 50%;
    }

    .main3 .top .font .nav>li .box {
        text-align: center;
    }

    .main3 .top .font .con .more {
        text-align: center;
    }

    .main3 .bottom .list>li {
        width: 50%;
    }

    .main3 .bottom .list>li .box {
        padding: 20px 20px;
    }
}

@media (max-width: 700px) {
    .main3 .top .font .nav {
        margin: 0;
    }

    .main3 .bottom .list>li {
        width: 100%;
    }

    .main3 .bottom .list>li .box {
        padding: 20px 10px;
    }
}