/*banner*/
.banner {
    margin: 0 auto;
    width: 100%;
    height: 640px;
    overflow: hidden;
    background: #818181;
}

#banner {
    width: 100%;
    height: 640px;
    overflow: hidden;
}


.banner-img a {
    display: block;
    width: 100%;
    height: 640px;
}

#banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

#banner .swiper-slide img {
    top: 0;
    left: 50%;
    margin-left: -960px;
    position: absolute;
}

#banner .pagination {
    bottom: 90px;
    width: 100%;
    z-index: 20;
    text-align: center;
    position: absolute;
}

#banner .swiper-pagination-switch {
    margin: 0 5px;
    width: 40px;
    height: 5px;
    cursor: pointer;
    display: inline-block;
    background: #333333;
}

#banner .swiper-active-switch {
    background: #eb611e;
}

/*导航*/
.nav_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.nav_bg {
    padding-top: 20px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.logo {
    display: inline-block;
}

.nav_left {
    width: 300px;
    float: left;
}

.nav_left p {
    display: inline-block;
    color: #fff;
    float: right;
    border-left: 1px solid #fff;
    height: 34px;
    line-height: 1.3;
    font-size: 1.4rem;
    padding-left: 20px;
}

.nav_left p span {
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 0 12px;
}

.nav_left p em {
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}

.nav_ul {
    width: 700px;
    float: right;
}

.nav_ul li {
    width: 100px;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    float: left;
}

.nav_ul li a {
    color: #fff;
    position: relative;
}

.nav_ul li a span {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 3px;
    background: #3086c0;
    transition: width .6s;
}

.nav_ul li:hover a span {
    width: 100%;
}

.nav_ul li.nav_active span {
    width: 100%;
}

.nav_kc {
    padding-right: 6px;
}

.nav_kc a {
    cursor: pointer;
}

.nav_kc em {
    position: absolute;
    right: -12px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    cursor: pointer;
}

.nav_kc em img {
    animation: nav_img 1s infinite;
    transform: translateY(-8px);
}

@-webkit-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        transform: translateY(4px);
    }

    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@-moz-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        transform: translateY(4px);
    }

    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@-o-keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        transform: translateY(4px);
    }

    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}

@keyframes nav_img {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }

    50% {
        opacity: 1;
        transform: translateY(4px);
    }

    100% {
        opacity: 0;
        transform: translateY(-8px);
    }
}


/*子导航*/
.sub_nav {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.96);
    background: #fff \9;
    filter: alpha(opacity=50);
    -ms-filter: alpha(opacity=50);
    text-align: center;
    height: 40px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.sub_nav_ul {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.sub_nav_ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    float: left;
}

.sub_nav_ul li a {
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #333;
}

.sub_nav_ul li.last a {
    border-right: none;
}

.sub_nav_ul li a:hover {
    background: #eb611e;
    color: #fff;
    border-right: none;
    margin-left: -1px;
}

/*第二部分成就*/
.cj_content {
    padding-top: 90px;
    padding-bottom: 20px;
}

.cj_content li {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #e4e4e4;
}

.cj_content li .num {
    position: relative;
    color: #3c3c3c;
    font-size: 50px;
    display: inline-block;
    font-family: Arial;
}

.cj_content li .num em {
    font-size: 28px;
    font-style: normal;
    position: absolute;
    left: -34px;
    top: 50%;
    margin-top: -21px;
}

.cj_content li .num i {
    position: absolute;
    top: 0;
    right: -20px;
    color: #949494;
    font-size: 12px;
    font-style: normal;
}

.cj_content li .cj_text {
    color: #949494;
    font-size: 12px;
}

.cj_part2 {
    position: absolute;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    top: -70px;
    height: 120px;
    background: #fff;
    z-index: 98;
    -moz-box-shadow: 0 2px 3px #cfcfcf;
    -webkit-box-shadow: 0 2px 3px #cfcfcf;
    -ms-box-shadow: 0 2px 3px #cfcfcf;
    box-shadow: 0 2px 3px #cfcfcf;
}

.cj_part2 ul {
    margin-top: 20px;
    width: 1016px;
}

.cj_part2 ul li {
    float: left;
    margin-right: 16px;
    width: 234px;
    height: 75px;
    position: relative;
    overflow: hidden;
}

.cj_part2 ul li.tag2 {
    margin-right: 32px;
}

.cj_part2 ul li .img {
    float: left;
    width: 84px;
    height: 75px;
}

.cj_part2 ul li.tag1 .img {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/hot-top-tag1.png") no-repeat center;
}

.cj_part2 ul li.tag2 .img {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/hot-top-tag2.png") no-repeat center;
}

.cj_part2 ul li.tag3 .img {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/hot-top-tag3.png") no-repeat center;
}

.cj_part2 ul li.tag4 .img {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/hot-top-tag4.png") no-repeat center;
}

.cj_part2 ul li .info {
    float: left;
    width: 150px;
    height: 75px;
}

.cj_part2 ul li .info h2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-weight: normal;
}

.cj_part2 ul li .info p {
    margin-top: 8px;
    line-height: 14px;
    color: #999;
}

.cj_part2 ul li .link {
    top: 75px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #49a1dc;
    background: rgba(73, 161, 220, 0.9);
    transition: 0.4s;
}

.cj_part2 ul li .link a {
    display: block;
}

.cj_part2 ul li .link p {
    margin: 21px auto 0;
    font-size: 16px;
    width: 101px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
}

.cj_part2 ul li:hover .link {
    top: 0;
    transition: 0.2s;
}

/*tit*/
.tit {
    text-align: center;

}

.tit h3 {
    font-size: 38px;
    color: #333;
    font-weight: normal;
    line-height: 110px;
    font-weight: 600;
}

.tit h3 span {
    color: #eb611e;
}

.tit p {
    font-size: 20px;
    color: #999;
}

/*第三部分课程*/
.ke_part3 {
    margin-top: 50px;
}

.ke_part3_ul li {
    float: left;
    display: inline-block;
    width: 10%;
    padding-top: 39px;
    padding-bottom: 39px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.ke_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.ke_part3_ul li>span {
    width: 114px;
    height: 114px;
    display: inline-block;
}

@media (max-width: 1700px) {
    .ke_part3_ul li {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .ke_part3_ul li>span {
        width: 90px;
        height: 90px;
        display: inline-block;
    }
}

@media (max-width: 1400px) {
    .ke_part3_ul li {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    .ke_part3_ul li>span {
        width: 90px;
        height: 90px;
        display: inline-block;
    }
}

.ke_part3_ul li>span>img {
    width: 100%;
}

.ke_part3_ul .ke_li_1 {
    background: #e84838;
}

.ke_part3_ul .ke_li_1>span {
    background-position: left top;
}

.ke_part3_ul .ke_li_2 {
    background: #24353d;
}

.ke_part3_ul .ke_li_2>span {
    background-position: -150px top;
}

.ke_part3_ul .ke_li_3 {
    background: #ef4a1a;
}

.ke_part3_ul .ke_li_3>span {
    background-position: -280px top;
}

.ke_part3_ul .ke_li_4 {
    background: #de2986;
}

.ke_part3_ul .ke_li_4>span {
    background-position: -420px top;
}

.ke_part3_ul .ke_li_5 {
    background: #18a966;
}

.ke_part3_ul .ke_li_5>span {
    background-position: -585px top;
}

.ke_part3_ul .ke_li_6 {
    background: #357dcf;
}

.ke_part3_ul .ke_li_6>span {
    background-position: -750px top;
}

.ke_part3_ul .ke_li_7 {
    background: #4c97ce;
}

.ke_part3_ul .ke_li_7>span {
    background-position: -900px top;
}

.ke_part3_ul .ke_li_8 {
    background: #1892c5;
}

.ke_part3_ul .ke_li_8>span {
    background-position: -1050px top;
}

.ke_part3_ul .ke_li_9 {
    background: #2cb0b5;
}

.ke_part3_ul .ke_li_9 span {
    background-position: -1200px top;
}

.ke_part3_ul .ke_li_10 {
    background: #5d50a0;
}

.ke_part3_ul .ke_li_10>span {
    background-position: -1350px top;
}

.ke_part3_ul .ke_li_11 {
    background: #ce1b1e;
}

.ke_part3_ul .ke_li_11>span {
    background-position: left bottom;
}

.ke_part3_ul .ke_li_12 {
    background: #314491;
}

.ke_part3_ul .ke_li_12 span {
    background-position: -135px bottom;
}

.ke_part3_ul .ke_li_13 {
    background: #f0a122;
}

.ke_part3_ul .ke_li_13>span {
    background-position: -285px bottom;
}

.ke_part3_ul .ke_li_14 {
    background: #7eb408;
}

.ke_part3_ul .ke_li_14 span {
    background-position: -438px bottom;
}

.ke_part3_ul .ke_li_15 {
    background: #68403e;
}

.ke_part3_ul .ke_li_15>span {
    background-position: -580px bottom;
}

.ke_part3_ul .ke_li_16 {
    background: #2d2d2d;
}

.ke_part3_ul .ke_li_16>span {
    background-position: -740px bottom;
}

.ke_part3_ul .ke_li_17 {
    background: #d47114;
}

.ke_part3_ul .ke_li_17>span {
    background-position: -880px bottom;
}

.ke_part3_ul .ke_li_18 {
    background: #0f8498;
}

.ke_part3_ul .ke_li_18>span {
    background-position: -1035px bottom;
}

.ke_part3_ul .ke_li_19 {
    background: #3776ab;
}

.ke_part3_ul .ke_li_19>span {
    background-position: -1185px bottom;
}

.ke_part3_ul .ke_li_20 {
    background: #999;
}

.ke_part3_ul .ke_li_20>span {
    background-position: -1350px bottom;
}

/**/
.ke_pop {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #1892c5;
    z-index: 9;
    padding-top: 20px;
    display: none \9;
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

.ke_pop .ke_pop_img span {
    width: 80px;
    /*height: 80px;*/
    display: inline-block;
    /*background: url("../images/ke_pop_all.png") no-repeat top left;*/
}

.ke_pop .ke_pop_img_java span {
    width: 103px;
}

.ke_pop .ke_pop_img span img {
    max-width: 100%;
}

.ke_pop_tit {
    color: #fff;
    font-size: 20px;
    margin-top: -5px;
}

.ke_pop_text {
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
}

.ke_pop_link {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    font-style: normal;
}

@media(max-width: 1700px) {
    .ke_pop .ke_pop_img span {
        width: 60px;
    }

    .ke_pop_tit {
        color: #fff;
        font-size: 16px;
        margin-top: -5px;
    }

    .ke_pop_text {
        color: #fff;
        font-size: 12px;
        padding: 5px 0;
    }

}

@media(max-width: 1400px) {
    .ke_pop .ke_pop_img span {
        width: 60px;
    }

    .ke_pop .ke_pop_img_java span {
        width: 80px;
    }

    .ke_pop_tit {
        color: #fff;
        font-size: 16px;
        margin-top: -5px;
    }

    .ke_pop_text {
        color: #fff;
        font-size: 12px;
        padding: 5px 0;
    }

    .ke_pop {
        padding-top: 10px;
    }
}

.ke_pop_1 {
    background: #ce1b1e;
}

.ke_pop_2 {
    background: #24353d;
}

.ke_pop_3 {
    background: #ef4a1a;
}

.ke_pop_4 {
    background: #de2986;
}

.ke_pop_5 {
    background: #18a966;
}

.ke_pop_6 {
    background: #357dcf;
}

.ke_pop_7 {
    background: #4c97ce;
}

.ke_pop_8 {
    background: #1892c5;
}

.ke_pop_9 {
    background: #2cb0b5;
}

.ke_pop_10 {
    background: #5d50a0;
}

.ke_pop_11 {
    background: #ce1b1e;
}

.ke_pop_12 {
    background: #314491;
}

.ke_pop_13 {
    background: #f0a122;
}

.ke_pop_14 {
    background: #7eb408;
}

.ke_pop_15 {
    background: #68403e;
}

.ke_pop_16 {
    background: #2d2d2d;
}

.ke_pop_17 {
    background: #d47114;
}

.ke_pop_18 {
    background: #0f8498;
}

.ke_pop_19 {
    background: #3776ab;
}

.ke_part3_ul li .ke_pop_active {
    display: block \9;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}

/*教学模式*/
.ms_part4 {
    margin-top: 50px;
    /* margin-bottom: 100px;*/
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px;
}

.ms_part4 .device {
    width: 1000px;
    position: relative;
    height: 370px;
}

.ms_part4 .swiper-container {
    width: 1000px;
    height: 370px;
    padding-top: 10px;
}

.ms_part4 .swiper-slide {
    opacity: 0.5;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    /* -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -ms-transform: scale(0);
     -o-transform: scale(0);
     transform: scale(0);*/
}

.ms_part4 .swiper-slide-visible {
    opacity: 0.6;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.ms_part4 .swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ms_part4 .device .arrow-left {
    position: absolute;
    left: -76px;
    top: 105px;
    width: 40px;
    height: 40px;
    z-index: 10;
    background: #eb611e;
    border-radius: 100%;
    font-family: "宋体";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
}

.ms_part4 .device .arrow_active {
    background: #ebebeb !important;
}

.ms_part4 .device .arrow-right {
    position: absolute;
    right: -76px;
    top: 105px;
    width: 40px;
    height: 40px;
    z-index: 10;
    background: #eb611e;
    border-radius: 100%;
    font-family: "宋体";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
}

.ms_img {
    position: relative;
    height: 200px;
}

.ms_img .ms_img_1 {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);

    -ms-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.ms_img .ms_img_2 {
    position: absolute;
    top: 0;
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -ms-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.ms_part4 .swiper-slide-active:hover .ms_img_1 {
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 1;

    -ms-transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.ms_part4 .swiper-slide-active:hover .ms_img_2 {
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);

    -ms-transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
}










.ms_main {
    width: 230px;
    background: #fff;
    color: #999;
    cursor: pointer;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: 1;
}

.ms_img>img {
    display: block;
    width: 100%;
}

.ms_h {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 10px 10px 0;
}

.ms_text {
    font-size: 13px;
    color: #999;
    padding: 10px 10px 0;
}

.ms_link {
    padding: 10px 10px 15px 10px;
    display: none;
}

.ms_link a {
    font-size: 14px;
    color: #eb611e;
}

.ms_main:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.ms_main:hover .ms_link {
    display: block;
}

.global_link {
    text-align: center;
}

.global_link>a {
    display: inline-block;
    width: 190px;
    height: 46px;
    border-radius: 23px;
    border: 1px solid #eb611e;
    line-height: 44px;
    color: #eb611e;
    font-size: 20px;

    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.global_link>a:hover {
    background: #eb611e;
    color: #fff;

    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.border_line {}

.pz_part5 {
    /* margin-top: 50px;*/
    padding-top: 1px;
}

.pz_part5 .device {
    width: 1360px;
    height: 300px;
    position: relative;
}

.pz_part5 .swiper-container {
    width: 1360px;
    height: 360px;
}

.pz_part5 .swiper-container .swiper-slide {
    width: 1360px;
    color: #fff;
}

.pz_part5 .swiper-container .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 10;
}

.pz_part5 .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #dddddd;
    margin: 0 3px;
    cursor: pointer;
}

.pz_part5 .swiper-container .swiper-active-switch {
    background: #eb611e;
}

.pz_ul {
    margin: 0 -10px;
}

.pz_ul li {
    width: 16%;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;

}

.pz_ul li a>div {
    height: 282px;
    margin-top: 5px;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    z-index: 1;
}

.pz_ul li a>div:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.pz_img span {
    width: 86px;
    height: 68px;
    display: inline-block;
}

.pz_tit {
    font-size: 20px;
    color: #494949;
    padding-top: 30px;
}

.pz_del {
    font-size: 14px;
    color: #999;
    padding: 20px;
}

.pz_img_1 span {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/model-img1-1.png") no-repeat center;
}

.pz_img_2 span {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/model-img2-1.png") no-repeat center;
}

.pz_img_3 span {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/model-img3-1.png") no-repeat center;
}

.pz_img_4 span {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/model-img4-1.png") no-repeat center;
}

.pz_img_5 span {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/model-img5-1.png") no-repeat center;
}

.pz_img_6 span {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/model-img6-1.png") no-repeat center;
}

.pz_img_7 span {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/model-img7-1.png") no-repeat center;
}

.pz_img_8 span {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/model-img8-1.png") no-repeat center;
}

.pz_ul li>div:hover .pz_tit {
    color: #eb611e;
}

.pz_ul li>div:hover .pz_img_1 span {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/model-img1-2.png") no-repeat center;
}

.pz_ul li>div:hover .pz_img_2 span {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/model-img2-2.png") no-repeat center;
}

/*多重就业保障*/
.bz_part6 {
    /* margin-bottom: 100px;*/
    padding-bottom: 50px;
    padding-top: 1px;
}

.bz_tit {
    padding-bottom: 60px;
}

.bz_part6 .bz_device {
    margin-left: 256px;
    width: 488px;
    height: 294px;
    position: relative;
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/bz_bg.jpg") no-repeat center;
    padding-top: 17px;
}

.bz_part6 .swiper-container {
    width: 368px;
    height: 230px;
}

.bz_part6 .swiper-container .swiper-slide {
    width: 368px;
    color: #fff;
    background: #ff7200;
}

.bz_part6 .swiper-container .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 10;
}

.bz_part6 .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}

.bz_part6 .swiper-container .swiper-active-switch {
    background: #eb611e;
}

.bz_tab {
    width: 256px;
    position: absolute;
    text-align: right;
    cursor: pointer;
}

.bz_tab_01 {
    left: 0;
    top: 25px;
    padding-right: 45px;
}

.bz_tab_02 {
    left: 0;
    bottom: 40px;
    padding-right: 45px;
}

.bz_tab_03 {
    right: 0;
    top: 25px;
    padding-left: 45px;
    text-align: left;
}

.bz_tab_04 {
    right: 0;
    bottom: 40px;
    padding-left: 45px;
    text-align: left;
}

.bz_tab h3 {
    position: relative;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.bz_tab h3>span {
    display: inline-block;
    position: absolute;
    right: -60px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #f5f5f5;
    text-align: center;
    line-height: 45px;
    z-index: 1;
    top: -6px;
    padding-top: 4px;
    padding-right: 3px;
}

.bz_tab h3>span img {
    display: inline-block;
}

.bz_tab p {
    margin-top: 14px;
    font-size: 14px;
    color: #999;
}

.bz_tab_03 h3>span,
.bz_tab_04 h3>span {
    left: -60px;
}

.tab_active h3>span {
    background: #eb611e;
}

.tab_active h3 {
    color: #eb611e;
}





/*名师*/
.ms_part7 {}

.tBox {
    width: 1000px;
    height: 445px;
    margin: 60px auto 0;
    padding-top: 20px;
}

.tBox .top {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.tBox .top em {
    width: 8px;
    height: 13px;
    position: absolute;
    top: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.tBox .top em.fir:hover {
    background: url(https://www.haoxuexingcheng.com/static/home/static2/images/pre1.png) no-repeat;
}

.tBox .top em.sec:hover {
    background: url(https://www.haoxuexingcheng.com/static/home/static2/images/next2.png) no-repeat;
}

.tBox .top .rollBox {
    width: 922px;
    height: 36px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.tBox .top .rollBox .rollW {
    width: 1844px;
    position: absolute;
    left: 0;
    top: 0;
}

.tBox .top .rollBox .rollW li {
    width: 90px;
    height: 30px;
    text-align: center;
    margin-right: 25px;
    position: relative;
    float: left;
}

.tBox .top .rollBox .rollW a {
    font-size: 14px;
    color: #000000;
    display: block;
    width: 100%;
    height: 100%;
}

.tBox .top .rollBox .rollW li i {
    width: 100%;
    height: 4px;
    background: #eb611e;
    position: absolute;
    left: 0;
    bottom: -5px;
    opacity: 0;
    transition: 0.2s;
}

.tBox .top .rollBox .rollW li i.opa {
    opacity: 1;
}

.tBox .bottom {
    width: 1000px;
    margin: 26px auto 0;
    height: 380px;
    position: relative;
}

.tBox .bottom .clearfix {
    /* position: absolute;
    left: 0;
    top: 0; */
    display: none;
    transition: 0.4s;
}
.enter__text1{
    text-align: center;
    margin: 20px 0;
    font-size: 28px;
    padding-left: 250px;
}
.enter__tab--content4 .video{
    padding-top:10px;
}

.tBox .bottom .clearfix.opa {
    display: block;
}

.tBox .bottom .clearfix li {
    width: 236px;
    height: 350px;
    /*    width: 250px;*/
    /*height: 295.5px;*/
    margin-right: 13px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    float: left;
    border-radius: 15px;
}

.tBox .bottom .clearfix li.last {
    margin-right: -13px;
}

.tBox .bottom .clearfix li h3 {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    transition: 0.3s;
}

#bottom {
    overflow: hidden;
}

.swiper-button-prev {
    top: 35% !important;
}

.swiper-button-next {
    top: 35% !important;
}

.tBox .bottom .clearfix li:hover h3 {
    height: 100%;
}

.tBox .bottom .clearfix li:hover h3 p {
    padding-top: 35%;
}

.tBox .bottom .clearfix .topC2:hover h3 p {
    padding-top: 10%;
}


.tBox .bottom .clearfix li h3 strong {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
}

.tBox .bottom .clearfix li h3 p {
    color: #fff;
    font-size: 14px;
    width: 220px;
    position: absolute;
    left: 15px;
    top: 16px;
    padding-right: 10px;
    line-height: 29px;
}

.tBox .bottom .clearfix li h3 p span {
    font-size: 16px;
}

.tBox .bottom .clearfix li h3 p em {
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    display: inline-block;
    margin-top: 10px;
}

.tBox .bottom .clearfix li.topC h3 {
    height: 250px;
}

.tBox .bottom .clearfix li.topC:hover h3 {
    top: 100px;
}

/*.tBox .bottom ul li.topC2 h3{
    height: 300px;
}*/
/*.tBox .bottom ul li.topC2:hover h3{
    top: 50px;
}*/
.tBox .bottom .clearfix li.topC3 h3 {
    height: 330px;
}

.tBox .bottom .clearfix li.topC3:hover h3 {
    top: 20px;
}

/*教学环境*/
.hj_left {
    width: 693px;
    height: 442px;
    float: left;
    margin-left: -10px;
}

.hj_left li {
    float: left;
    display: inline-block;
    width: 33.33%;
    padding: 0 10px;
    cursor: pointer;
}

.hj_left li>img {
    width: 100%;
    display: block;

    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.hj_left .top_li {
    margin-bottom: 22px;
}

.hj_right {
    width: 317px;
    height: 442px;
    float: right;
    padding-left: 10px;
}

.hj_right>img {
    width: 100%;
    display: block;

    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.hj_left li:hover img {
    border: 4px solid #eb611e;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.hj_right:hover img {
    border: 4px solid #eb611e;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

/*多样班级*/
.hj_part8 {
    margin-bottom: 0;
}

.bj_part8 {
    padding-top: 1px;
    margin-top: 0;
}

.hj_ul {
    margin: 0 -20px;
}

.hj_ul li {
    width: 25%;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
}

.hj_ul li a>div {
    background: #fff;
    padding: 30px 0 10px;
    height: 282px;
    /* box-shadow:2px 2px 15px #e5e5e5;*/
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;

    position: relative;
    z-index: 1;
}

.hj_ul li a>div:hover {
    z-index: 2;

    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.hj_img span {
    width: 86px;
    height: 68px;
    display: inline-block;
}

.hj_img_1 span {
    background: url(https://www.haoxuexingcheng.com/static/home/static2/images/demand-img1.png) no-repeat bottom center;
}

.hj_img_2 span {
    background: url(https://www.haoxuexingcheng.com/static/home/static2/images/demand-img2.png) no-repeat bottom center;
}

.hj_img_3 span {
    background: url(https://www.haoxuexingcheng.com/static/home/static2/images/demand-img3.png) no-repeat bottom center;
}

.hj_img_4 span {
    background: url(https://www.haoxuexingcheng.com/static/home/static2/images/demand-img4.png) no-repeat bottom center;
}

.hj_tit {
    font-size: 20px;
    color: #494949;
    padding-top: 30px;
}

.hj_del {
    font-size: 16px;
    color: #999;
    padding: 20px;
}

.hj_del span {
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}

.hj_ul li a>div:hover .hj_tit {
    color: #eb611e;
    transition: 0.2s;
}

/*.hj_ul li > div:hover{
    box-shadow:0 10px 20px 5px #e6e6e6;
    transition:0.2s;
}*/

/*万千榜样*/
.by_part9 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.by_ul li {
    width: 16.66%;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
}

.by_ul li>img {
    width: 100%;
    display: block;
}

.by_ul li .info {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #3f9bda \9;
    background: rgba(63, 155, 217, 0.95);
    height: 0;
    overflow: hidden;


    transition: 0.6s;
}

.by_ul li .info h2 {
    margin-top: 15%;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}

.by_ul li .info h3 {
    font-size: 16px;
    margin-top: 14px;
    line-height: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;

}

.by_ul li .info h4 {
    margin-top: 22px;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}

.by_ul li:hover .info {
    height: 100%;
    transition: 0.6s;
}

/*高校合作*/
.hz_part10 {
    padding-top: 1px;
    margin-top: 0;
}

.company .box {
    width: 100%;
    height: 425px;
    background: #ffffff;
}

.company {
    width: 1000px;
    height: 430px;
    margin: 50px auto 0;
    background: #fff;
}

.company .btn {
    width: 1000px;
    margin: 0 auto;
}

.company .btn li {
    display: inline-block;
    float: left;
    width: 50%;
    height: 44px;
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 18px;
    cursor: pointer;
}

.company .btn li p {
    font-size: 18px;
    color: #333;
    background: url(https://www.haoxuexingcheng.com/static/home/static2/images/pic01.png) no-repeat 133px 0px;
    padding-left: 176px;
    padding-bottom: 13px;
    transition: 0.2s;
}

.company .btn li p.sec {
    background: url(https://www.haoxuexingcheng.com/static/home/static2/images/pic02.png) no-repeat 133px 0px;
}

.company .btn li .fir {
    background: url(https://www.haoxuexingcheng.com/static/home/static2/images/pic1.png) no-repeat 133px 0px;
    border-bottom: 3px solid #eb611e;
}

.company .imgBox {
    width: 1000px;
    margin: 18px auto 0;
    position: relative;
}

.company .imgBox ul {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
    opacity: 0;
}

.company .imgBox ul li {
    float: left;
    width: 12.5%;
    border: 1px solid #f0f0f0;
    border-left: none;
    border-top: none;
    text-align: center;
}

.company .imgBox ul .li_right {
    border-right: none;
}

.company .imgBox img {}

.company .imgBox ul .borN {
    border-right: none;
}

.company .imgBox .opa {
    opacity: 1;
}

/*选择*/
.xz_part11 {}

.xz_part11 .device {
    width: 1000px;
    height: 420px;
    position: relative;
}

.xz_part11 .swiper-container {
    width: 1000px;
    height: 420px;
}

.xz_part11 .swiper-container .swiper-slide {
    width: 1000px;
    color: #fff;
}

.xz_part11 .swiper-container .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
    z-index: 10;
}

.xz_part11 .swiper-container .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #ebebeb;
    margin: 0 3px;
    cursor: pointer;
}

.xz_part11 .swiper-container .swiper-active-switch {
    background: #eb611e;
}

.xz_ul li {
    /*width:25%;*/
    display: inline-block;
    float: left;
    padding: 10px;
    width: 250px;
    height: 181px;
}

.xz_ul li>div {
    position: relative;
}

.xz_ul li>div img {
    width: 230px;
    height: 161px;
    display: block;
}

.xz_info {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: #000 \9;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    padding: 5px;
    overflow: hidden;
    text-align: center;
}

/*表单*/
.bd_part12 {
    width: 100%;
    height: 504px;
    overflow: hidden;
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/form.jpg") no-repeat center;
}

.form h2 {
    margin-top: 80px;
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
}

.form h2 span {
    color: #f13900;
}

.form h3 {
    margin-top: 26px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #cccccc;
}

.form form {
    margin-top: 50px;
    margin-left: 318px;
    width: 360px;
}

.form input[type="text"] {
    margin-top: 19px;
    width: 358px;
    height: 51px;
    display: block;
    text-indent: 60px;
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    border-radius: 8px;
}

.form input.name {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/form-tag1.png") no-repeat 18px center;
}

.form input.phone {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/form-tag2.png") no-repeat 18px center;
}

.form-btn {
    margin-top: 40px;
}

.form-btn .btn1 {
    float: left;
    width: 156px;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #eb611e;
    border-radius: 3px;
}

.form-btn input[type="submit"] {
    float: right;
    width: 198px;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background: #f13900;
    border-radius: 3px;
    border: none;
}

/*footer*/
.footer {
    width: 100%;
    height: 80px;
    background: #191919;
    margin-bottom: 50px;
}

.footer p {
    color: #999999;
    line-height: 80px;
    text-align: center;
}

.footer p span {
    margin-left: 26px;
}

/*合作院校*/
.company .imgBox .hz_yx {
    z-index: 2;
}

.company .imgBox .hz_yx li {
    position: relative;
    width: 12.5%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.company .imgBox .hz_yx li>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    opacity: 0;
}

.company .imgBox .hz_yx li>div a {
    color: #fff;
    display: block;
    padding-top: 24%;
}

.company .imgBox .hz_yx li>div span {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.company .imgBox .hz_yx li:before {
    background-color: rgba(1, 87, 155, 0.75);
    position: absolute;
    content: '';
    top: 50%;
    bottom: 50%;
    left: -18%;
    right: -28%;

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.company .imgBox .hz_yx li:hover:before {
    top: -28%;
    bottom: -20%;

    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.company .imgBox .hz_yx li:hover div {
    opacity: 1;
}

.last_hz {
    padding-top: 12% !important;
}

.hz_del {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    padding-top: 20px;
}

/**/
.gx_part {
    margin-top: 50px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px;
}

.gx_part .device {
    width: 100%;
    position: relative;
    /* max-height: 513px;*/
}

.gx_part .swiper-container {
    width: 100%;
    /* height: 513px;*/
}

.gx_part .swiper-slide {
    opacity: 0.6;
    /* padding-top: 0.68%;*/
    padding-top: 0.55%;
}

.gx_part .swiper-slide p {
    padding: 0 6.5px 0 6.9px;
}

.gx_part .swiper-slide p>img {
    width: 100%;
    display: block;
}

.gx_part .swiper-slide-visible {
    opacity: 0.4;

}

.gx_part .swiper-slide-active {
    top: 0;
    opacity: 1;
}

.gx_part .device .arrow-left {
    position: absolute;
    left: 36%;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    background: #eb611e;
    border-radius: 100%;
    font-family: "宋体";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    margin-top: -50px;
    cursor: pointer;
}

.gx_part .device .arrow_active {
    background: #ebebeb !important;
}

.gx_part .device .arrow-right {
    position: absolute;
    right: 36%;
    top: 50%;
    margin-top: -50px;
    width: 40px;
    height: 40px;
    z-index: 10;
    background: #eb611e;
    border-radius: 100%;
    font-family: "宋体";
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
}

.gx_bg {
    position: absolute;
    left: 50%;
    max-height: 682px;
    z-index: 10;
}

.gx_bg>img {
    width: 100%;
}

@media (min-width: 1366px) {
    #gx_swiper {
        min-height: 513px;
    }

    #gx_swiper div {
        min-height: 513px;
    }
}

@media (max-width: 1366px) {
    #gx_swiper {
        min-height: 440px;
    }

    #gx_swiper div {
        min-height: 440px;
    }
}

/*客服*/
#kf {
    width: 86px;
    height: 465px;
    background: #222;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -230px;
    z-index: 101;
}

#kf ul {
    margin-top: 3px;
}

#kf li {
    width: 80px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 3px;
    overflow: hidden;
}

#kf li img {
    border: none;
    display: block;
}

#kf li span {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 50px;
}

#kf li .hov {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#kf li h3 {
    width: 0;
    height: 80px;
    border: 3px solid #222;
    border-left: none;
    position: absolute;
    left: 76px;
    top: -3px;
    background: #ff5500;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.2s;
    box-sizing: content-box;
}

#kf li.sec h3 {
    background: #00a8a9;
}

#kf li.thr h3 {
    background: #5b45a9;
}

#kf li.fou h3 {
    background: #f43244;
}

#kf li.fiv h3 {
    background: #ffb848;
}

#kf li.last span {
    top: 10px;
    animation: show2 1s infinite;
}

#kf li:hover {
    overflow: visible;
}

#kf li:hover h3 {
    opacity: 1;
    filter: alpha(opacity=100);
    width: 152px;
}

#kf li h3 p {
    height: 66px;
    border-left: 1px dashed #fff;
    margin-top: 7px;
    margin-left: 4px;
    padding-left: 10px;
}

#kf li h3 p a {
    display: block;
    width: 130px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}

#kf li h3 p a.fir {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 5px;
    height: 14px;
    box-sizing: content-box;
}

@keyframes show2 {
    0% {
        font-size: 14px;
    }

    50% {
        font-size: 16px;
    }

    100% {
        font-size: 14px;
    }
}

@keyframes show3 {
    0% {
        font-size: 15px;
    }

    50% {
        font-size: 14px;
    }

    100% {
        font-size: 15px;
    }
}

#kf li p a:hover {
    animation: show3 1.5s infinite;
}

/*
.ms_part4 .global_link{
    margin-top: 20px;
}*/



.fixbox {
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: fixed;
    z-index: 1;
    background: #222222;
    z-index: 102;
}

.fixbox-main {
    width: 1000px;
    margin-left: 4%;
}

.fixbox-main p {
    margin-right: 24px;
    float: left;
    font-size: 15px;
    color: #ffffff;
}

.fixbox-main input {
    float: left;
}

.fixbox-main input.text {
    margin-right: 10px;
    margin-top: 16px;
    width: 150px;
    height: 23px;
    line-height: 30px;
    text-indent: 15px;
    background: #ffffff;
    border: none;
}

.fixbox-main input.submit {
    margin-left: 10px;
    margin-top: 10px;
    width: 156px;
    height: 32px;
    cursor: pointer;
    background: #eb611e;
    border: none;
    font-size: 16px;
    color: #fff;
}

/*校区*/
.xiaoq_c {
    margin-top: 60px;
    margin-left: -7px;
    margin-right: -7px;
}

.xiaoq_s {
    width: 238px;
    height: 340px;
    margin: 0 7px 14px 7px;
    background: #ffffff;
    text-align: center;
    padding-top: 1px;
    transition: box-shadow 0.3s, transform 0.3s;
    float: left;
    border: 1px solid #dedede;
}

.xiaoq_s:hover {
    box-shadow: 10px 10px 5px #ccc;
    transform: translateX(-3px) translateY(-3px);
}

.xiaoq_s>p {
    text-align: center;
    font-size: 16px;
    color: #6d6d6d;
    margin-top: 16px;
    margin-bottom: 14px;
}

.xiaoq_s>img {
    margin-bottom: 14px;
}

.xiaoq_s>div {
    text-align: left;
    width: 195px;
    margin: 0 auto;
    font-size: 12px;
    color: #6d6d6d;
    line-height: 16px;
}

.xiaoq_s>a {
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    background: #eb611e;
    border-radius: 5px;
    margin-top: 16px;
    transition: background 0.3s;
}

.xiaoq_s>a:hover {
    background: #ff4a00;
}

.xiaoq_more {
    text-align: center;
    color: #eb611e;
    cursor: pointer;
    margin: 20px 0 50px;
    font-size: 20px;
}

.xiaoq_more span:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/xiaoqdowm.png") no-repeat center;
    background-size: auto 100%;
    top: 50%;
    margin-top: -8px;
    right: -20px;
}

.xiaoq_more span {
    position: relative;
}

.xiaoq_more span.spanAct:after {
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/xiaoqup.png") no-repeat center;
    background-size: auto 100%;
}

.videoBox {
    width: 100%;
    min-height: 300px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.kf {
    top: 50%;
    left: 0;
    margin-top: -200px;
    width: 100px;
    height: 400px;
    z-index: 9999;
    position: fixed;
    background: url("https://www.haoxuexingcheng.com/static/home/static2/images/kf.jpg") no-repeat center;
}