@charset "gb2312";
.public {}

.layout {
    width: 1200px;
    margin: 0 auto;
}

.title01 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.title02 {
    font-size: 22px;
    text-align: center;
}


/* 咨询按钮*/

.zixun {
    display: inline-block;
    font-size: 26px;
    height: 67px;
    padding: 0 39px;
    font-weight: 700;
    text-align: center;
    line-height: 67px;
    color: #fff;
    background-color: #f04d73;
    border-radius: 34px;
    margin-left: 50%;
    transform: translateX(-50%);
}


/* topimg logo */

.f_url {
    font-size: 18px;
    padding-top: 7px;
}


/* 三点要求 */

.ask {
    background-color: #f3f3f3;
    border-bottom: #e13e92 2px solid;
}

.ask ul {
    display: flex;
    padding: 2px 8px 8px 8px;
    flex-wrap: wrap;
}

.ask ul li {
    flex: 30%;
    margin: 0 5px 1px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ask ul li span {
    flex: 1;
}

.ask ul li span:nth-child(1) img {
    display: block;
    height: 46px;
    width: 66px;
}

.ask ul li span:nth-child(2) {
    font-size: 22px;
    padding: 1px 0 0 0;
}

.ask ul li span:nth-child(3) {
    font-size: 27px;
    font-weight: 700;
    color: #f06a87;
}


/* p1 */

.p1 {
    background: url(/images/2024/xdesign/p1_bg.jpg) no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.p1_one ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.p1_one ul li {
    flex: 19%;
    margin: 0 5px 0 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: darkgrey 10px 10px 30px 5px;
    border-radius: 8px;
}

.p1_one ul li span {
    flex: 1;
}

.p1_one ul li span:nth-child(1) {
    padding-top: 20px;
}

.p1_one ul li span:nth-child(2) {
    font-size: 22px;
    padding-top: 20px;
}

.p1_one ul li span:nth-child(3) {
    font-size: 18px;
    color: #969696;
    padding: 25px 26px 40px 26px;
}


/* p2 */

.p2 {
    background: url(/images/2024/xdesign/p2_bg.jpg) no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}


/* p3 */

.p3 {
    background: url(/images/2024/xdesign/p3_bg.jpg) no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.p3 .c4_cont {
    height: 448px;
    width: 1200px;
    position: relative;
    margin-bottom: 30px;
}

.p3 .c4_cont img {
    display: block;
    margin: 0 auto;
    -webkit-animation: float 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
    -o-animation: float 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
    animation: float 5s cubic-bezier(1, 1.01, 0, 0.01) infinite;
}

.p3 .c4_cont h5 {
    position: absolute;
    width: 112px;
    height: 58px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -55px;
    z-index: 5;
}

.p3 .c4_cont p {
    width: 160px;
    height: 30px;
    border-radius: 15px;
    box-shadow: 0 2px 20px rgba(0, 192, 255, 0.3);
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    z-index: 5;
}

.p3 .c4_cont p.blue {
    background: #0367cc;
    color: #fff;
}

.p3 .c4_cont p.yellow {
    background: #f8f51d;
    color: #082246;
}

.p3 .c4_cont p.white {
    background: #fff;
    color: #082246;
}

.p3 .c4_cont p:nth-child(2) {
    left: 180px;
    top: 330px;
}

.p3 .c4_cont p:nth-child(3) {
    left: 263px;
    top: 200px;
}

.p3 .c4_cont p:nth-child(4) {
    left: 370px;
    top: 120px;
}

.p3 .c4_cont p:nth-child(5) {
    left: 360px;
    top: 280px;
}

.p3 .c4_cont p:nth-child(6) {
    left: 400px;
    top: 370px;
}

.p3 .c4_cont p:nth-child(7) {
    left: 705px;
    top: 88px;
}

.p3 .c4_cont p:nth-child(8) {
    left: 905px;
    top: 128px;
}

.p3 .c4_cont p:nth-child(9) {
    left: 830px;
    top: 193px;
}

.p3 .c4_cont p:nth-child(10) {
    left: 750px;
    top: 276px;
}

.p3 .c4_cont p:nth-child(11) {
    left: 906px;
    top: 337px;
}

.p3 .c4_cont p:nth-child(12) {
    left: 730px;
    top: 388px;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes float {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes float {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.scale2 {
    -webkit-animation: scale2 5s linear infinite alternate;
    -o-animation: scale2 5s linear infinite alternate;
    animation: scale2 5s linear infinite alternate;
}


/* p4 */


/*  */

.p4 {}

.c_img {
    width: 520px;
    margin-right: 51px;
}

.contents {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 40px;
    border: 2px #333 solid;
}

.c_zi {
    font-size: 22px;
    line-height: 36px;
    color: #333;
}

.class {
    position: absolute;
    left: 40px;
    top: -31px;
    font-size: 32px;
    color: #333;
    background-color: #fff;
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.task {
    position: absolute;
    right: 50px;
    bottom: -39px;
    width: 270px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 10px;
    font-size: 25px;
    background-color: #f04d73;
    color: #fff;
}


/* p5 */

.p5_ul ul {
    display: flex;
    margin: 0 8px 8px;
    flex-wrap: wrap;
}

.p5_ul ul li {
    flex: 18%;
    margin: 0 8px 10px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p5_ul ul li span {
    flex: 1;
    width: 100%;
    text-align: center;
    background-color: #f0f0f0;
    font-size: 18px;
}

.p5_ul ul li span:nth-child(3) {
    color: #c6c6c6;
    padding-bottom: 10px;
}

.p5_ul ul li span:nth-child(2) {
    padding-top: 10px;
    font-size: 30px;
}


/* p6 */

.p6_one ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 18px;
}

.p6_one ul li {
    flex: 30%;
    margin: 10px 2px 10px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p6_one ul li span {
    flex: 1;
}

.p6_one ul li span:nth-child(2) {
    font-size: 20px;
    padding-top: 20px;
}


/* p7 */

.css1 {
    height: 253px;
    display: block;
    margin: 20px 20px;
    background-color: #e13e92;
    border-radius: 15px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 20px 20px;
    position: relative;
}

.css2 {
    padding-right: 415px;
    display: block;
}

.lsname {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.kec {
    font-size: 18px;
    color: #fff;
    line-height: 33px;
}

.css3 {
    display: block;
    width: 258px;
    height: 315px;
    border: #04447c 9px solid;
    border-radius: 12px;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    top: -20px;
    right: 0;
}


/* p8 */

.p8 {}

.p8_one ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 18px;
}

.p8_one ul li {
    flex: 23%;
    margin: 10px 2px 10px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p8_one ul li span {
    flex: 1;
}

.p8_one ul li span:nth-child(2) {
    font-size: 20px;
    padding-top: 20px;
}


/* p9 */


/* 教师banner */

.list1 {
    height: 350px;
    position: relative;
}

.item1 {
    width: 88%;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    transition: all .8s;
}

.item1.active {
    opacity: 1;
}

.pointList1 {
    margin-left: 13%;
}

.point1 {
    float: left;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-right: 8px;
}

.point1 img {
    border-radius: 9px;
}

.point1.active {
    border: #f04d73 2px solid;
}


/*  */

.list {
    height: 475px;
    position: relative;
}

.item {
    position: absolute;
    opacity: 0;
    transition: all .8s;
}

.item.active {
    opacity: 1;
}

.pointList {
    margin-left: 35%;
}

.point {
    width: 45px;
    height: 8px;
    background-color: #ccc;
    float: left;
    margin-right: 18px;
}

.point.active {
    background-color: #e13e92;
}


/*  */

.wrap {
    width: 84%;
    margin: 0 auto;
}

.wrap .list .item ul {
    display: flex;
    flex-wrap: wrap;
}

.wrap .list .item ul li {
    flex: 23%;
    margin: 6px;
}


/* p10 */

.p10 {
    margin-bottom: 3px;
}


/* p11 */

.p11 {
    background: url(/images/2024/xdesign/zydbbg.png) no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 0 auto;
}

.p11_01 {
    width: 828px;
    height: 161px;
    margin-left: 326px;
}

.p11_02 {
    width: 892px;
    height: 31px;
    margin: 0 auto;
}

.father {
    position: relative;
    width: 530px;
    height: 250px;
    margin: 0 auto;
    text-align: center;
    border-left: #fec801 2px solid;
    border-bottom: #fec801 2px solid;
    border-right: #fec801 2px solid;
}

.top_l {
    width: 165px;
    position: absolute;
    border: #fec801 1px solid;
    left: -2px;
    top: -2px;
}

.top_f {
    width: 165px;
    border: #fec801 1px solid;
    position: absolute;
    right: -2px;
    top: -2px;
}

.free {
    position: absolute;
    font-size: 28px;
    color: #fec801;
    padding: 10px 20px;
    left: 163px;
    top: -30px;
}

.telcss {
    width: 360px;
    height: 40px;
    font-size: 18px;
    border-radius: 6px;
    text-indent: 8px;
    background-color: #fff;
    color: #ccc;
}

.tips {
    width: 360px;
    margin: 0 auto;
    text-align: left;
    color: #ccc;
    line-height: 28px;
}

.btcss {
    height: 50px;
    padding: 0 25px;
    background-color: #fec801;
    color: #333;
    font-size: 25px;
    border-radius: 25px;
    margin: 0 30px 0 366px;
    cursor: pointer;
}

.btcss02 {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    background-color: #fec801;
    color: #333;
    font-size: 25px;
    border-radius: 25px;
}