@charset "utf-8";
/* 初始化 */
body, span, div, img, ul, ol, li, p, dl, dt, dd, input, form, h1, h2, h3, h4, h5, h6, * {
    margin: 0;
    padding: 0;
}
img {
    border: none;
    /*transition:2s;*/
}

ul {
    list-style: none;
}
body {
    color: #888;
    font-size: 12px;
    font-family:"微软雅黑";
    background: black;
}
a {
    text-decoration:none;
    color:#000;
}
a:hover {
    text-decoration:none;
    color:#000;
}
input:focus {
    outline: none;
}
i{
    font-style: normal;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden
}
.content{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 1200px;
    margin: 0 auto;
}
/* 初始化end */

/*公共标题*/
.pub-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}
.pub-title .title-div{
    font-size: 40px;
    height: 50px;
    text-align: center;
    padding: 0 10px;
    margin: 0 auto;
    background: url("../img/title-l.png") no-repeat left center,
                url("../img/title-r.png") no-repeat right center;
}
.pub-title .title-div span{
    color: #FDFD04;
}
.pub-title .title-p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto;
    font-size: 21px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: url("../img/title-bg.png") no-repeat center;
    background-size: 100% 100%;
}
.pub-title .title-p i{
    display: inline-block;
    width: 40px;
}
/**********/
.pub-title .title-div1{width: 1115px;}
.pub-title .title-p1{width: 1125px;}
.pub-title2{margin-top: 75px;}
.pub-title .title-div2{width: 1100px;}
.pub-title .title-p2{width: 590px;}
.pub-title .title-div3{width: 830px;}
.pub-title .title-p3{width: 780px;}
.pub-title4{margin-top: 190px;}
.pub-title .title-div4{width: 1090px;}
.pub-title .title-p4{width: 1145px;}
.pub-title .title-div5{width: 817px;}
.pub-title .title-p5{width: 535px;}
.pub-title .title-div6{width: 854px;}
.pub-title .title-p6{width: 730px;}
.pub-title .title-div7{width: 770px;}
.pub-title .title-p7{width: 800px;}
.pub-title .title-div8{width: 850px;}
.pub-title .title-p8{width: 1045px;}
.pub-title .title-div9{width: 1055px;}
.pub-title .title-p9{width: 950px;}
.pub-title .title-div10{width: 780px;}
.pub-title .title-div11{width: 888px;}
.pub-title .title-p11{width: 1170px;}
.pub-title .title-div13{width: 545px;}
.pub-title .title-div14{width: 480px;}
/*公共按钮*/
.zb-btn-box{
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
.zb-btn-box .zb-btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    color: #ffffff;
    font-size: 28px;
    padding: 8px 30px;
    border-radius: 38px;
    background: -webkit-linear-gradient(#FFA717, #FF1A82);
    background: -o-linear-gradient(#FFA717, #FF1A82);
    background: -moz-linear-gradient(#FFA717, #FF1A82);
    background: linear-gradient(#FFA717, #FF1A82);
    box-shadow: 0 0 6px 3px #550E69;
/*    -webkit-animation: cRotate1 2.6s linear infinite;
   animation: cRotate1 2.6s linear infinite;*/
}
.zb-btn-box .zb-btn:hover{background: #E4149D; -webkit-animation: none;
    animation: none;}

/*流星雨*/
.zb-banner .stars-shower{
    width: 420px;
    height: 550px;
    position: absolute;
    overflow: hidden;
    top: 0;
}
.zb-banner .cfl{
   left: 0;
}
.zb-banner .cfr{
    right: 0;
}
.zb-banner .stars-shower .stars-box{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 2;*/
}
.zb-banner .stars-shower .stars-box .star {
    display: block;
    width: 2px;
    background: transparent;
    position: relative;
    opacity: 0;
    /*过渡动画*/
    animation: star-fall 3s linear infinite;
    -webkit-animation: star-fall 3s linear infinite;
    -moz-animation: star-fall 3s linear infinite;
}

.zb-banner .stars-shower .stars-box .star:after {
    content: '';
    display: block;
    border: 0px solid #00ADC9;
    border-width: 0px 100px 3px 100px;
    border-color: transparent transparent transparent rgba(0,173,201, .5);
    box-shadow: 0 0 2px 0 rgba(0,173,201, .1);
    /*变形*/
    transform: rotate(-90deg) translate3d(1px, 3px, 0);
    -webkit-transform: rotate(-90deg) translate3d(1px, 3px, 0);
    -moz-transform: rotate(-90deg) translate3d(1px, 3px, 0);
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
}

/*流星雨*/
@keyframes star-fall {
    0% {
        opacity: 0;
        transform: scale(0.5) translate3d(0, 0, 0);
        -webkit-transform: scale(0.5) translate3d(0, 0, 0);
        -moz-transform: scale(0.5) translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
        transform: translate3d(0, 200px, 0);
        -webkit-transform: translate3d(0, 200px, 0);
        -moz-transform: translate3d(0, 200px, 0);
    }
    100% {
        opacity: 0;
        transform: scale(1.2) translate3d(0, 300px, 0);
        -webkit-transform: scale(1.2) translate3d(0, 300px, 0);
        -moz-transform: scale(1.2) translate3d(0, 300px, 0);
    }
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
/*banner*/
.yx-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
    height: 688px;
    background: url("../img/banner-1.jpg") no-repeat center;
}
/*改版1 项目升级*/
.yx-box1{
    background: url("../img/yx1-bg.jpg") no-repeat center;
    height: 722px;
}
.yx-box1 .yx-box1-ul{
    width: 1110px;
    margin: 100px auto 0;
}
.yx-box1 .yx-box1-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    height: 172px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    background: #39D4D0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.yx-box1 .yx-box1-ul li:hover{
    transition: 0.3s;
    transform: translateY(-3px);
}
.yx-box1 .yx-box1-ul li:nth-child(2){background: #2A7FFE;}
.yx-box1 .yx-box1-ul li:nth-child(3){background: #F38699;}
.yx-box1 .yx-box1-ul li:nth-child(4){margin-right: 0;background: #67A4FF;}
.yx-box1 .yx-box1-ul li:nth-child(5){background: #297DF9;}
.yx-box1 .yx-box1-ul li:nth-child(7){background: #67A4FF;}
.yx-box1 .yx-box1-ul li:nth-child(8){margin-right: 0;background: #F38699;}
.yx-box1 .yx-box1-ul li:nth-child(9){background: #39D4D0;}
.yx-box1 .yx-box1-ul li:nth-child(10){background: #F38699;}
.yx-box1 .yx-box1-ul li:nth-child(11){background: #297DF9;}
.yx-box1 .yx-box1-ul li:nth-child(12){margin-right: 0;background: #39D4D0;}

.yx-box1 .yx-box1-ul li h4{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 600;
    color: #010542;
    padding-bottom: 10px;
    text-align: center;
    background: url("../img/yx1-title-bg.png") no-repeat center bottom;
}
.yx-box1 .yx-box1-ul li p{
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    margin-top: 5px;
    color: #010544;
}
.yx-box1 .yx-box1-ul li span{
    display: inline-block;
    background: url("../img/yx1-new.png") no-repeat center;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
}
/*改版2 12阶段*/
.yx-box2{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 1200px;
    margin: 0 auto;
    background: #051163;
    /*height: 990px;*/
}

.yx-box2 .yx-box2-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1110px;
    /*height: 640px;*/
    margin: 60px auto;
    padding: 30px 20px 10px;
    border-radius: 15px;
    background: #0D157A;
}
.yx-box2 .yx-box2-box .yx-jd-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 370px;
    float: left;
}
.yx-box2 .yx-box2-box .yx-jd-item li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    width: 175px;
    height: 125px;
    margin-right: 10px;
    margin-bottom: 26px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    position: relative;
    background: -webkit-linear-gradient(#00A4FE, #0052FD);
    background: -o-linear-gradient(#00A4FE, #0052FD);
    background: -moz-linear-gradient(#00A4FE, #0052FD);
    background: linear-gradient(#00A4FE, #0052FD);
    cursor: pointer;
}
.yx-box2 .yx-box2-box .yx-jd-item li b{
    position: absolute;
    left: 2px;
    top: -10px;
    font-size: 46px;
    color: #ffffff;
    opacity: 0.2;
}
.yx-box2 .yx-box2-box .yx-jd-item li div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.yx-box2 .yx-box2-box .yx-jd-item li h4{
    font-weight: 600;
    text-align: center;
    margin-top: 3px;
}
.yx-box2 .yx-box2-box .yx-jd-item li.yx-jd-item-on{
    background: -webkit-linear-gradient(#F09054, #DE7533);
    background: -o-linear-gradient(#F09054, #DE7533);
    background: -moz-linear-gradient(#F09054, #DE7533);
    background: linear-gradient(#F09054, #DE7533);
}
.yx-box2 .yx-box2-box .yx-jd-tab{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    width: 670px;
    height: 594px;
    float: left;
    margin-left: 20px;
    position: relative;
}
.yx-box2 .yx-box2-box .yx-jd-tab::-webkit-scrollbar { width: 0 !important }
.yx-box2 .yx-box2-box .yx-jd-tab{ -ms-overflow-style: none; }
.yx-box2 .yx-box2-box .yx-jd-tab{ overflow: -moz-scrollbars-none; }
.yx-box2 .yx-box2-box .yx-jd-tab .yx-jd-tab-item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.yx-box2 .yx-box2-box .yx-jd-tab .yx-tab1-item-on{
    display: block;
}
.yx-box2 .yx-box2-box .yx-jd-tab h5{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 30px;
    border-radius: 25px;
    margin: 10px 0;
    background: -webkit-linear-gradient(left,#F78B4A, #8E5661, #0D157A);
    background: -o-linear-gradient(left,#F78B4A, #8E5661, #0D157A);
    background: -moz-linear-gradient(left,#F78B4A, #8E5661, #0D157A);
    background: linear-gradient(left,#F78B4A, #8E5661, #0D157A);
}
.yx-box2 .yx-box2-box .yx-jd-tab p{
    font-family: "宋体";
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 10px 0;
    font-weight: normal;
}
.yx-box2 .yx-box2-box .yx-jd-tab table{
    border-radius: 20px;
    width: 624px;
    overflow: hidden;
    margin: 20px auto;
}
.yx-box2 .yx-box2-box .yx-jd-tab table td{
    width: 210px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    border-top: 1px solid #0D157A;
    border-left: 1px solid #0D157A;
}
.yx-box2 .yx-box2-box .yx-jd-tab table td:nth-child(1){background: #2855BC;}
.yx-box2 .yx-box2-box .yx-jd-tab table td:nth-child(2){background: #5C61BC;}
.yx-box2 .yx-box2-box .yx-jd-tab table td:nth-child(3){background: #8D5989;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(1) td:nth-child(1){background: #2855BC;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(1) td:nth-child(2){background: #5C61BC;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(1) td:nth-child(3){background: #8D5989;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(2) td:nth-child(1){background: #9497FF;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(2) td:nth-child(2){background: #2A7FFE;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(2) td:nth-child(3){background: #2E80A5;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(3n) td:nth-child(1){background: #2E80A5;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(3n) td:nth-child(2){background: #5C61BC;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(3n) td:nth-child(3){background: #2855BC;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(4) td:nth-child(1){background: #8D5989;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(4) td:nth-child(2){background: #2855BC;}
.yx-box2 .yx-box2-box .yx-jd-tab table tr:nth-child(4) td:nth-child(3){background: #F38699;}

.yx-box2 .yx-box2-box .yx-jd-tab ul{
    width: 100%;
    /*height: 155px;*/
    margin-top: 10px;
}
.yx-box2 .yx-box2-box .yx-jd-tab ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding: 0 12px;
    line-height: 28px;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 25px;
    background: #1F269A;
    margin-right: 10px;
    margin-bottom: 10px;
}

/*改版3 项目*/
.yx-box3{
    background: url("../img/yx3-bg.jpg") no-repeat center;
    height: 883px;
}
.yx-box3 .yx-project{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1136px;
    margin: 90px auto 0;
}
.yx-box3 .yx-project .yx-project-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 660px;
    height: 455px;
    float: left;
}
.yx-box3 .yx-project .yx-project-left li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 660px;
    height: 455px;
    position: relative;
    padding-left: 25px;
    display: none;
}
.yx-box3 .yx-project .yx-project-left .yx-project-left-on{
    display: block;
}
.yx-box3 .yx-project .yx-project-left img{
    width: 632px;
    height: 452px;
    border-radius: 10px;
}
.yx-box3 .yx-project .yx-project-left .yx-project-abs{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 460px;
    background: url("../img/yx3-bg2.png") repeat;
    padding: 15px 25px;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}
.yx-box3 .yx-project .yx-project-left .yx-project-abs p{
    font-size: 18px;
    color: #FEFE00;
    margin-bottom: 10px;
}
.yx-box3 .yx-project .yx-project-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 450px;
    height: 450px;
    float: right;
    background: url("../img/yx3-1.png") no-repeat center;
}

[class^='cxxyx-'],
[class*=' cxxyx-']{
    background: url("../img/yx-jlt.png") no-repeat;
    -webkit-background-size: 496px 124px;
    background-size: 496px 124px;
}
.yx-box3 .yx-project .yx-project-right li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    cursor: pointer;
    width: 142px;
    height: 142px;
    color: #303030;
    text-align: center;
    font-size: 12px;
    background: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 0 10px 1px #243AB4;
    padding-top: 25px;
}
.yx-box3 .yx-project .yx-project-right li:nth-child(1){
    left: 0;
    top: 0;
}
.yx-box3 .yx-project .yx-project-right li:nth-child(2){
    left: 152px;
    top: 0;
}
.yx-box3 .yx-project .yx-project-right li:nth-child(3){
    left: 304px;
    top: 0;
}
.yx-box3 .yx-project .yx-project-right li:nth-child(4){
    left: 304px;
    top: 152px;
}
.yx-box3 .yx-project .yx-project-right li:nth-child(5){
    left: 304px;
    top: 304px;
}
.yx-box3 .yx-project .yx-project-right li:nth-child(6){
    left: 152px;
    top: 304px;
}
.yx-box3 .yx-project .yx-project-right li:nth-child(7){
    left: 0px;
    top: 304px;
}
.yx-box3 .yx-project .yx-project-right li:nth-child(8){
    left: 0px;
    top: 152px;
}
.yx-box3 .yx-project .yx-project-right li i{
    display: block;
    width: 62px;
    height: 52px;
    margin: 2px auto 6px;
}
.yx-box3 .yx-project .yx-project-right li .cxxyx-1{
    background-position: -0px -10px;
}
.yx-box3 .yx-project .yx-project-right li .cxxyx-2{
    background-position: -61px -10px;
}
.yx-box3 .yx-project .yx-project-right li .cxxyx-3{
    background-position: -125px -10px;
}
.yx-box3 .yx-project .yx-project-right li .cxxyx-4{
    background-position: -185px -10px;
}
.yx-box3 .yx-project .yx-project-right li .cxxyx-5{
    background-position: -248px -10px;
}
.yx-box3 .yx-project .yx-project-right li .cxxyx-6{
    background-position: -312px -10px;
}
.yx-box3 .yx-project .yx-project-right li .cxxyx-7{
    background-position: -372px -10px;
}
.yx-box3 .yx-project .yx-project-right li .cxxyx-8{
    background-position: -434px -10px;
}
.yx-box3 .yx-project .yx-project-right li.project-right-on {
    background: -webkit-linear-gradient(to bottom right,#3077F5, #79A9FD);
    background: -o-linear-gradient(to bottom right,#3077F5, #79A9FD);
    background: -moz-linear-gradient(to bottom right,#3077F5, #79A9FD);
    background: linear-gradient(to bottom right,#3077F5, #79A9FD);
    color: #FFFFFF;
}
.yx-box3 .yx-project .yx-project-right li.project-right-on i{
    background-position-y: -67px;
    transition: 0.5s;
}
/*改版4 4大优势*/
.yx-box4{
    background: url("../img/yx4-bg1.jpg") no-repeat center;
    height: 387px;
}
.yx-box4 .yx-super{
    width: 1110px;
    margin: 40px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yx-box4 .yx-super .yx-super-us{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    height: 308px;
    border-radius: 15px;
    background: #01106D;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #00FEFE;
    float: right;
    text-align: center;
}
.yx-box4 .yx-super .yx-super-us img{
    margin: 10px auto;
}

.yx-box4 .yx-super .yx-super-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 460px;
    float: right;
}
.yx-box4 .yx-super .yx-super-ul li{
    width: 225px;
    height: 150px;
    border-radius: 15px;
    background: #01106D;
    color: #FFFFFB;
    text-align: center;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.yx-box4 .yx-super .yx-super-ul li:hover{background: #020E5A;}
.yx-box4 .yx-super .yx-super-ul li p{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}
.yx-box4 .yx-super .yx-super-ul li b{
    display: inline-block;
    font-size: 26px;
}
.yx-box4 .yx-super .yx-super-ul li:nth-child(1) b{color: #39D2CF;}
.yx-box4 .yx-super .yx-super-ul li:nth-child(2) b{color: #65A4FF;}
.yx-box4 .yx-super .yx-super-ul li:nth-child(3) b{color: #277FFD;}
.yx-box4 .yx-super .yx-super-ul li:nth-child(4) b{color: #F38699;}



/****************板块6   技能提升*/
.zb-box6{
    width: 100%;
    height: 1077px;
    background:#060C36 url("../img/6-bg.jpg") no-repeat center;
}
.zb-box6 .stu-data-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1104px;
    min-height: 500px;
    box-shadow: 0 0 10px 2px #014270;
    border: 2px solid #00FFFF;
    border-radius: 10px;
    margin: 120px auto 90px auto;
    position: relative;
    padding: 50px 0 0 0;
}

.zb-box6 .stu-data-box .data-btn{
    width: 1000px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: -26px;
    z-index: 2;
}

.zb-box6 .stu-data-box .data-btn li{
    background: #000779;
    color: #ffffff;
    font-size: 25px;
    width: 280px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.zb-box6 .stu-data-box .data-btn .data-btn-on{
    box-shadow: inset 0 0 16px 2px #34A3CB;
    color: #EBF318;
}
.zb-box6 .stu-data-box .data-tab-box{
    width: 100%;
    height: 420px;
    overflow: hidden;
    margin: 0 auto;
    color: #E0E0E4;
    font-size: 18px;
    line-height: 30px;
}
.zb-box6 .stu-data-box .data-tab-box .data-tab{
    display: none;
}
.zb-box6 .stu-data-box .data-tab-box .data-tab-on{
    display: block;
}
/**/
.zb-box6 .stu-data-box .data-tab-box .data-tab .ul1{
    width: 1010px;
    margin: 0 auto!important;
}
.zb-box6 .stu-data-box .data-tab-box .data-tab .ul1 li{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 2px;
}
.zb-box6 .stu-data-box .data-tab-box .data-tab .ul1 li a{
    color: #E0E0E4;
}
.zb-box6 .stu-data-box .data-tab-box .data-tab .ul2{padding-left: 10px;}
.zb-box6 .stu-data-box .data-tab-box .data-tab .ul2 li{
    text-align: center;
    font-size: 18px;
    color: #E4A907;
    margin: 20px 30px;
    float: left;
}
.zb-box6 .stu-data-box .data-tab-box .data-tab .ul2 li p{text-align: center;}
.zb-box6 .stu-data-box .data-tab-box .data-tab .ul2 li a{color: #E4A907;}
/*****************板块7   5+1直播*/
.zb-box7{
    width: 100%;
    height: 800px;
    background: #010542;
}
.zb-box7 .zhibo-box{
    width: 1120px;
    margin: 80px auto 50px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.zb-box7 .zhibo-box .zhibo-date{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 530px;
    height: 229px;
    border-radius: 10px;
    transition: 0.3s;
    padding: 17px;
    font-size: 18px;
    color: white;
}
.zb-box7 .zhibo-box .zhibo-date1{
    background: url("../img/7-bg1.png") no-repeat;
}
.zb-box7 .zhibo-box .zhibo-date2{
    background: url("../img/7-bg2.png") no-repeat;
}
.zb-box7 .zhibo-box .zhibo-date:hover{
    box-shadow: 0 0 16px 4px #014474;
}
.zb-box7 .zhibo-box .zhibo-date1 h3{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url("../img/7-bg3.png") repeat-x bottom;
    color: #00FFFF;
    font-size: 28px;
    height: 50px;
    width: 210px;
}
.zb-box7 .zhibo-box .zhibo-date2 h3{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url("../img/7-bg3.png") repeat-x bottom;
    /*border-radius: 10px;*/
    color: #00FFFF;
    font-size: 28px;
    height: 50px;
    width: 232px;
}
.zb-box7 .zhibo-box .zhibo-date h3 i{
    display: inline-block;
    height: 57px;
    font-size: 50px;
    align-items: flex-end;
}
.zb-box7 .zhibo-box .zhibo-date p{
    color: #F0B20A;
    font-size: 18px;
    margin: 20px 0 6px 0;
}
.zb-box7 .zhibo-jt{
    width: 1120px;
    margin: 0 auto 70px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zb-box7 .zhibo-jt li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 255px;
    height: 105px;
    border: 1px solid #0089A6;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    padding-top: 24px;
    color: white;
}
.zb-box7 .zhibo-jt li img{
    -webkit-animation: cxbanner 1.2s ease-in-out infinite alternate;
    animation: cxbanner 1.2s ease-in-out infinite alternate;
}
.zb-box7 .zhibo-jt li p{
    color: #FFBD00;
}
.zb-box7 .zhibo-jt li:nth-child(2n){
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*************板块8   4对1管家服务*/
.zb-box8{
    width: 100%;
    height: 1137px;
    background:#060C36 url("../img/8-bg.jpg") no-repeat center;
}
.zb-box8 .serve-box{
    width: 1109px;
    height: 599px;
    margin: 85px auto;
}
/***************板块9   地图*/
.zb-box9{
    width: 100%;
    height: 1363px;
    background: url("../img/9-bg.jpg") no-repeat center;

    display: none;
}
.zb-box9 .map-box{
    width: 1200px;
    height: 885px;
    border: 2px solid #00FFFF;
    border-radius: 10px;
    margin: 80px auto;
    background:rgba(1,5,66,.6) url("../img/9-map1.png") no-repeat center;
    position: relative;
}
.zb-box9 .map-box .map-address{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.zb-box9 .map-box .map-address li{
    position: absolute;
    font-size: 18px;
    color: #195279;
}
.zb-box9 .map-box .map-address .map-name{
    text-align: center;
    position: relative;
    z-index: 1;

    transition: 1.5s;
}
.zb-box9 .map-box .map-address .map-location{
    width: 127px;
    text-align: center;
    font-size: 14px;
    color: #EBEBEF;
    position: relative;
    z-index: 8;
    opacity: 0;

    transition: 1.5s;
}


.zb-box9 .map-box .map-address .map-location p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 127px;
    height: 68px;
    background: url("../img/9-dw1.png") no-repeat top center;
    padding-top: 7px;
    position: relative;
    z-index: 9;
}
.zb-box9 .map-box .map-address .map-location p i{
    color: #E5ED1A;
}
.zb-box9 .map-box .map-address1 li:nth-child(1){
    right: 177px;
    top: 47px;
}
.zb-box9 .map-box .map-address1 li:nth-child(2){
    right: 187px;
    top: 132px;
}
.zb-box9 .map-box .map-address1 li:nth-child(3){
    right: 345px;
    top: 150px;
}
.zb-box9 .map-box .map-address1 li:nth-child(4){
    right: 232px;
    top: 180px;
}

.zb-box9 .map-box .map-address2 li:nth-child(1){
    right: 458px;
    top: 350px;
}
.zb-box9 .map-box .map-address2 li:nth-child(2){
    right: 355px;
    top: 265px;
}
.zb-box9 .map-box .map-address2 li:nth-child(3){
    right: 410px;
    top: 285px;
}
.zb-box9 .map-box .map-address2 li:nth-child(4){
    right: 380px;
    top: 379px;
}

.zb-box9 .map-box .map-address3 li:nth-child(1){
    right: 304px;
    top: 405px;
}
.zb-box9 .map-box .map-address3 li:nth-child(2){
    right: 240px;
    top: 462px;
}
.zb-box9 .map-box .map-address3 li:nth-child(3){
    right: 200px;
    top: 423px;
}
.zb-box9 .map-box .map-address3 li:nth-child(4){
    right: 271px;
    top: 530px;
}

.zb-box9 .map-box .map-address4 li:nth-child(1){
    right: 207px;
    top: 575px;
}
.zb-box9 .map-box .map-address4 li:nth-child(2){
    right: 356px;
    top: 608px;
}
.zb-box9 .map-box .map-address4 li:nth-child(3){
    right: 458px;
    top: 618px;
}
.zb-box9 .map-box .map-address4 li:nth-child(4){
/*    right: 440px;
    top: 718px;*/
    right: 260px;
    top: 374px;
}

.zb-box9 .map-box .map-address5 li:nth-child(1){
    right: 356px;
    top: 666px;
}
.zb-box9 .map-box .map-address5 li:nth-child(2){
    right: 405px;
    top: 446px;
}
.zb-box9 .map-box .map-address5 li:nth-child(3){
    right: 303px;
    top: 318px;
}
.zb-box9 .map-box .map-address5 li:nth-child(4){
    right: 335px;
    top: 220px;
}

.zb-box9 .map-box .map-address6 li:nth-child(1){
    right: 608px;
    top: 598px;
}
.zb-box9 .map-box .map-address6 li:nth-child(2){
    right: 588px;
    top: 460px;
}
.zb-box9 .map-box .map-address6 li:nth-child(3){
    right: 521px;
    top: 302px;
    z-index: 2;
}
.zb-box9 .map-box .map-address6 li:nth-child(4){
    right: 402px;
    top: 521px;
}

.zb-box9 .map-box .map-address7 li:nth-child(1){
    right: 690px;
    top: 236px;
}
.zb-box9 .map-box .map-address7 li:nth-child(2){
    right: 706px;
    top: 334px;
}

.zb-box9 .map-box .map-address7 li:nth-child(3){
    right: 496px;
    top: 480px;
    /*z-index: 2;*/
}
.zb-box9 .map-box .map-address7 li:nth-child(4){
    right: 511px;
    top: 553px;
}

/**/
.zb-box9 .map-box .map-address8 li:nth-child(1){
    right: 290px;
    top: 257px;
}
.zb-box9 .map-box .map-address8 li:nth-child(2){
    right: 440px;
    top: 718px;
}
.zb-box9 .map-box .map-address8 li:nth-child(3){
    right: 326px;
    top: 509px;
}
.zb-box9 .map-box .map-address8 li:nth-child(4){
    right: 313px;
    top: 640px;
}

.zb-box9 .map-box .map-address9 li:nth-child(1){
    right: 878px;
    top: 196px;
}
.zb-box9 .map-box .map-address9 li:nth-child(2){
    right: 890px;
    top: 390px;
}

/******************板块10   学习效果*/
.zb-10{
    width: 100%;
    height: 1001px;
    background: url("../img/10-bg.jpg") no-repeat center;
    display: none;
}
.zb-10 .speak-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    height: 450px;
    /*overflow: hidden;*/
    margin: 110px auto 0 auto;
    padding-top: 50px;
}
.zb-10 .speak-box .tagcloud{}
.zb-10 .speak-box .tagcloud a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #044878;
    background: #050949;
    color: #EACB3B;
    border-radius: 10px;
    box-shadow: inset 0 0 16px 3px #044878;
    padding: 15px 25px;
}
.zb-10 .speak-box .tagcloud a span{
    display: inline-block;
    margin-right: 10px;
}
.zb-10 .speak-box .tagcloud a p{
    margin-top: 5px;
}
/***************板块11   对比*/
.zb-11{
    width: 100%;
    height: 1260px;
    background: url("../img/12-bg.png") no-repeat center;

    display: none;
}
.zb-11 .contrast-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1109px;
    height: 803px;
    background: url("../img/12-vs.png") no-repeat center;
    margin: 70px auto;
    padding: 210px 66px 0 66px;
}
.zb-11 .contrast-box .contrast-kc{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 300px;
    font-size: 17px;
    color: #F4F4F5;
}
.zb-11 .contrast-box .contrast-kc p{
    width: 180px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #C2C3D2;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    margin:0 auto 60px auto ;
}

.zb-11 .contrast-box .contrast-kc .contrast-ul{
    width: 300px;
    height: 400px;
    display: -webkit-flex;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}
.zb-11 .contrast-box .contrast-kc .contrast-ul li{
    width: 100%;
    line-height: 28px;
}
.zb-11 .contrast-box .contrast-kc .contrast-ul2{
    height: 418px;
    padding: 0;
    color: #E8AC06;
}
.zb-11 .contrast-box .contrast-kc .contrast-p{
    background: #000276;
    color: #E8AC06;
    box-shadow: inset 0 0 20px 4px #33A4CC;
    border: 1px solid #33A4CC;
}
/********************板块12   师资*/
.zb-12{
    width: 100%;
    height: 1260px;
    background: url("../img/13-bg.jpg") no-repeat center;

    display: none;
}

.zb-12 .teach-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1195px;
    min-height: 950px;
    margin: 80px auto;
    background: rgba(7,4,56,0.3);
    border: 1px solid #0A3B73;
    border-radius: 10px;
    padding: 50px 0;
}
.zb-12 .teach-box h2{
    width: 1110px;
    margin: 0 auto;
    font-size: 64px;
    color: #FFFF00;
}
.zb-12 .teach-box .teach-title{
    width: 1110px;
    font-size: 34px;
    color: #FFFFFF;
    margin: 0 auto 20px auto;

}
.zb-12 .teach-box .teach-bg{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 1111px;
    height: 727px;
    background: url("../img/13-teach-bg.png") no-repeat center;
    margin: 0 auto;
    padding-top: 80px;
}
.zb-12 .teach-box .teach-bg ul{
    width: 1028px;
    margin: 0 auto;
}
.zb-12 .teach-box .teach-bg ul li{
    float: left;
    width: 212px;
    height: 275px;
    border-radius: 10px;
    margin-right: 60px;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
}
.zb-12 .teach-box .teach-bg ul li:hover .teach-js{
    visibility: visible;
    transform: rotateY(360deg);
    transition: 1.1s;
}
.zb-12 .teach-box .teach-bg ul li:nth-child(4n){
    margin-right: 0;
}
.zb-12 .teach-box .teach-bg ul .teach-js{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    width: 212px;
    height: 275px;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    left: 0;
    bottom: 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;

    visibility: hidden;
}
.zb-12 .teach-box .teach-bg ul .teach-js p{
    width: 100%;
}
/*****************板块13   热门问题*/
.zb-13{
    width: 100%;
    min-height: 1260px;
    background: #010542 url("../img/14-bg.jpg") no-repeat center 36%;
}
.zb-13 .question-jd{
    width: 918px;
    margin: 60px auto;
}
.zb-13 .question-jd ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 57px;
    line-height: 56px;
    font-size: 22px;
    color: #02338D;
    margin-bottom: 20px;
}

.zb-13 .question-jd ul li .ques-border{
    width: 750px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #00EDF1;
    border-radius: 10px;
    text-align: left;
    padding-left: 25px;
    color: #ffffff;
    margin-right: 20px;
    float: left;
}
.zb-13 .question-jd ul li .ques-border .ques-btn{
    display: inline-block;
    width: 176px;
    height: 56px;
    border-radius: 10px;
    float: right;
    color: #ffffff;
    background: #000276;
    box-shadow: inset 0 0 18px 3px #106FB1;
    text-align: center;
}
.zb-13 .question-jd ul li:hover .ques-btn{
    background: #FF7400;
    box-shadow: inset 0 0 18px 3px #FFCC00;
}
/*常见问题*/
.zb-13 .common-title{
    width: 1105px;
    margin: 160px auto 0 auto;
    text-align: left;
    color: #FFFF00;
    font-size: 28px;
}
.zb-13 .common-wt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1105px;
    border: 1px solid #0098B1;
    border-radius: 10px;
    margin: 15px auto;
    padding: 20px;
}
.zb-13 .common-wt li{
    border-bottom: 1px dashed #284873;
    padding: 15px;
    font-size: 18px;
    color: #ffffff;
}
.zb-13 .common-wt li:last-child{
    border: none;
}
.zb-13 .common-wt li p{
    color: #D49E0F;
    margin-bottom: 5px;
}
.zb-13 .common-btn{
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    margin: 50px auto;
}
.zb-13 .common-btn a{color: #FCFC01;}
.zb-13 .common-btn a:hover{color: #E30000;}

/*****************板块14   6大福利*/
.zb-14{
    width: 100%;
    height: 352px;
    background: url("../img/15-bg.png") no-repeat center;
    display: none;
}
.zb-14 .boon-ul{
    width: 1075px;
    margin: 40px auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
.zb-14 .boon-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 97px;
    background: url("../img/15-bg1.png") no-repeat center;
    background-size: 100% 100%;
    padding: 18px 15px 0 15px;
    font-size: 22px;
    color: #E22903;
    text-align: center;
    font-weight: bold;
}





























































