.nav-pills .nav-link {
    color: #5f7d95 !important;
    padding: 5px;
    transition: all 0.5s ease;
}

.nav-pills .nav-link:hover {
    background: rgba(92, 84, 255, 0.06);
}

.nav-pills .nav-link.active {
    background: #5c54ff;
    color: #ffffff !important;
}


.services-card {
    padding: 30px 20px 25px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.services-card:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 1
}

.services-card:hover i {
    color: #fff
}

.services-card:hover h3 {
    color: #fff
}

.services-card:hover p {
    color: #fff
}

.services-card:hover .learn-btn {
    border: 1px #fff solid;
    color: #fff
}

.services-card:hover .learn-btn i {
    color: #fff
}


.services-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 90px;
    background-color: #0071dc;
    border-radius: 272px 0 0 0;
    opacity: .1;
    -webkit-transition: .7s;
    transition: .7s
}

.services-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background-color: #0071dc;
    border-radius: 170px 0 0 0;
    opacity: .1
}

.services-card i {
    color: #0071dc;
    font-size: 60px;
    line-height: 1
}

.services-card h3 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 12px
}



.services-card p {
    text-align: left;
    margin-bottom: 12px
}

.services-card .learn-btn {
    text-align: left;
    padding: .1rem 1rem;
    border: 1px #252525 solid;
    border-radius: 1rem;
    color: #252525;
    font-size: 14px;
    font-weight: 400
}



.services-card .learn-btn:hover {
    border: 1px #fff solid;
    color: #fff
}

.services-card .learn-btn:hover i {
    color: #fff
}

.services-area {
    background-color: #070b3b;
    position: relative
}

.services-area .section-title h2 {
    max-width: 500px;
    color: #fff;
    margin-left: auto;
    margin-right: auto
}

.services-area .section-title p {
    color: #fff;
    max-width: 760px
}

.service-shape {
    position: absolute;
    top: 0;
    right: 0
}

.service-shape img {
    max-width: 400px
}


/* 数字 */



.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 24.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.end {
    margin-right: 0 !important;
}

/* Column Grids End */

.wrapper {
    width: 980px;
    height: 145px;
    margin: 0 auto;
    position: relative;
    top: -80px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(95 125 149 / 20%);
    z-index: 99999;
}

.counter-1::after {
    content: "年";
    font-size: 14px;
}

.counter-2::after {
    content: "家";
    font-size: 14px;
}

.counter-3::after {
    content: "所";
    font-size: 14px;
}

.counter-4::after {
    content: "座";
    font-size: 14px;
}

.counter {
    background-color: #ffffff;
    margin: 20px 0;
    /* border-radius: 5px; */
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.counter-bor {
    border-left: 1px #333 solid;
}

.count-text {
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

/* 标题 */
.title-content h3 {
    font-size: 48px;
    font-weight: 700;
    color: rgba(33, 102, 255, 0.3);
}

.title-content h2 {
    position: relative;
    top: -50px;
    color: #2b2b2b;
    font-size: 38px;
    font-weight: 700;

}


/* 按钮 */

.container .box1_btn {
    padding: 40px;
}

.container .box1_btn button {
    width: auto;
    height: 50px;
    padding: 0 35px;
    background-color: #ff9c00;
    font-weight: 500;
    font-size: 18px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    box-shadow: 2px 0px 10px #ff9c00;
}

.container .box1_btn button:hover {
    box-shadow: 0px 0px 0px #ff9c00;
}

.container .box1_btn button a {
    color: #fff;
    text-decoration: none;
}

/* box1 */
.box-course {
    display: inline-block;
    width: 150px;
    height: 110px;
    margin: 15px;
    box-shadow: 0 0 10px rgb(95 125 149 / 0.2);
}

.box1-img {
    margin-top: 1.5rem;
}


#box1 .nav {
    margin-left: -16%;
}

#box1 .nav li {
    margin: 0 10px;
}


/* box3 */
.box3_tit h3 {
    color: rgba(255, 255, 255, 0.7);
}

.box3_tit h2 {
    color: #fff;
}

.box3-1 {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/box3-1.png);
}

.services-card:hover .box3-1 {
    background-image: url(../images/box3-1-2.png);
}

.box3-2 {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/box3-2.png);
}

.services-card:hover .box3-2 {
    background-image: url(../images/box3-2-2.png);
}

.box3-3 {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/box3-3.png);
}

.services-card:hover .box3-3 {
    background-image: url(../images/box3-3-2.png);
}

.box3-4 {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/box3-4.png);
}

.services-card:hover .box3-4 {
    background-image: url(../images/box3-4-2.png);
}





.p7 {
    width: 100%;
    height: 715px;
    background: url(../images/p7-bg.png) no-repeat;
}



.p7-index {
    width: 1000px;
    height: 345px;
    background: #fff;
    border-radius: 15px;
    margin: 0 auto 0;
}

.p7-index2 {
    width: 1000px;
    height: 275px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(95 125 149 / 0.2);
    margin: 40px auto 0;
    position: relative;
    z-index: 99;
}

.p7-title2 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding-top: 30px;
}

.p7-title2-dibu {
    width: 215px;
    height: 8px;
    background: #fa7411;
    border-radius: 30px;
    margin: -5px auto 0;
}

.qiyejieshao {
    width: 800px;
    height: 30px;
    margin: 25px auto 0;
    display: flex;
    justify-content: space-around;
}

.qiyejieshao div {
    border: 1px solid #999999;
    color: #999999;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
}

.qiyejieshao .j-1 {
    width: 115px;
}

.qiyejieshao .j-2 {
    width: 155px;
}

.qiyejieshao .j-3 {
    width: 145px;
}

.qiyejieshao .j-4 {
    width: 145px;
}

.qiyejieshao .j-5 {
    width: 115px;
}

.content {
    width: 960px;
    overflow: hidden;
    height: 163px;
    position: relative;
    margin: 0 auto;
    top: 30px;
    left: 0px;
}

.yiping {
    width: 960px;
    height: 150px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.yiping div {
    width: 150px;
    height: 70px;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.yiping div .huise1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.huise2 {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

.huise:hover .huise2 {
    opacity: 1;
    transition: 0.5s;
}

.erping {
    width: 960px;
    height: 150px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.erping div {
    width: 147px;
    height: 70px;
    position: relative;
}

.erping div .huise1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.p7-index .box {
    height: 187px;
    width: 960px;
    margin: 0 auto;
    position: relative;
    top: 28px;
    left: 0px;
}

.imgbox img {
    height: 160px;
    width: 960px;
}



.t1 {
    opacity: 0.5;
}

.points .active {
    background-color: #fa7411 !important;
}

.prev {

    border-radius: 0 30px 30px 0;
}

.points {
    position: absolute;
    z-index: 5;
    list-style: none;
    width: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    border-radius: 25px;
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.points li {
    cursor: pointer;
    display: inline-block;
    width: 24px;
    height: 6px;
    margin: 0px auto;
    border-radius: 30px;
    background-color: #ffe0df;
}

.next,
.prev {
    display: none;
}

.next {
    right: 0px;
    border-radius: 30px 0 0 30px;
}

.prev:hover {
    background-color: hsla(0, 0%, 0%, 0.5);
}

.next:hover {
    background-color: hsla(0, 0%, 0%, 0.5);
}

/* 问题 */
.p4 {
    background: url("../images/p1-bg.png") no-repeat center bottom;
    margin-bottom: 20px;
    margin-top: 220px;
    padding-top: 40px;
}

.p4 ul {
    width: 1100px;
}

.p4 ul li {
    margin-bottom: 32px;
    margin-right: 32px;
    float: left;
    width: 315px;
    height: 145px;
    border: 1px solid #dae5fe;
    box-shadow: 0 0 5px 0 #dae5fe;
}

.p4 ul li h2 {
    margin-top: 22px;
    margin-left: 106px;
    font-size: 24px;
    line-height: 24px;
    color: #444c55;
    font-weight: bold;
    text-align: left;
}

.p4 ul li p {
    margin-top: 16px;
    margin-left: 91px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #939ca7;
    border-left: 1px solid #c3c3c3;
    text-align: left;

}

.p4 ul li a {
    display: inline-block;
    width: 100px;
    height: 24px;
    background: #2c8af0;
    margin-top: 3px;
    margin-left: 8px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;

}

.p4 ul li.tag1 {
    background: url("../images/p8-tag1.png") no-repeat 18px 50px;
}

.p4 ul li.tag2 {
    background: url("../images/p8-tag2.png") no-repeat 18px 50px;
}

.p4 ul li.tag3 {
    background: url("../images/p8-tag3.png") no-repeat 18px 50px;
}

.p4 ul li.tag4 {
    background: url("../images/p8-tag4.png") no-repeat 23px 50px;
}

.p4 ul li.tag5 {
    background: url("../images/p8-tag5.png") no-repeat 18px 50px;
}

.p4 ul li.tag6 {
    background: url("../images/p8-tag6.png") no-repeat 18px 50px;
}

.c6-cont {
    position: relative;
    height: 371px;
    margin-bottom: 45px;
}

.c6-cont>div {
    position: absolute;
    display: table;
    background-color: #1aade0;
    border-radius: 50%;
}

.c6-cont>div>div {
    display: table-cell;
    vertical-align: middle;
}

.c6-cont>div>div h3 {
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 12px;
}

.c6-cont>div>div p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
}

.c6-cont>div:nth-child(1) {
    width: 185px;
    height: 185px;
    left: 0px;
    top: 77px;
    background: #f00;
    background: -webkit-linear-gradient(to right, #2c8af0, #0bcad2);
    background: -moz-linear-gradient(to right, #2c8af0, #0bcad2);
    background: -ms-linear-gradient(to right, #2c8af0, #0bcad2);
    background: linear-gradient(to right, #2c8af0, #0bcad2);
    animation-duration: 6s;
}

.c6-cont>div:nth-child(2) {
    width: 168px;
    height: 168px;
    left: 164px;
    top: 187px;
    background: #f00;
    background: -webkit-linear-gradient(to right, #e752e0, #ae50f3);
    background: -moz-linear-gradient(to right, #e752e0, #ae50f3);
    background: -ms-linear-gradient(to right, #e752e0, #ae50f3);
    background: linear-gradient(to right, #e752e0, #ae50f3);
    animation-duration: 7s;
}

.c6-cont>div:nth-child(3) {
    width: 195px;
    height: 195px;
    left: 294px;
    top: 51px;
    background: #f00;
    background: -webkit-linear-gradient(to right, #f8ac43, #fb864b);
    background: -moz-linear-gradient(to right, #f8ac43, #fb864b);
    background: -ms-linear-gradient(to right, #f8ac43, #fb864b);
    background: linear-gradient(to right, #f8ac43, #fb864b);
    animation-duration: 8s;
}

.c6-cont>div:nth-child(4) {
    width: 163px;
    height: 163px;
    left: 466px;
    top: 174px;
    background: #f00;
    background: -webkit-linear-gradient(to right, #ff6a8a, #ffa8a4);
    background: -moz-linear-gradient(to right, #ff6a8a, #ffa8a4);
    background: -ms-linear-gradient(to right, #ff6a8a, #ffa8a4);
    background: linear-gradient(to right, #ff6a8a, #ffa8a4);
    animation-duration: 9s;
}

.c6-cont>div:nth-child(5) {
    width: 226px;
    height: 226px;
    left: 600px;
    top: 24px;
    background: #f00;
    background: -webkit-linear-gradient(to right, #f8ac43, #fb864b);
    background: -moz-linear-gradient(to right, #f8ac43, #fb864b);
    background: -ms-linear-gradient(to right, #f8ac43, #fb864b);
    background: linear-gradient(to right, #f8ac43, #fb864b);
    animation-duration: 10s;
}

.c6-cont>div:nth-child(6) {
    width: 185px;
    height: 185px;
    left: 814px;
    top: 130px;
    background: #f00;
    background: -webkit-linear-gradient(to right, #e752e0, #ae50f3);
    background: -moz-linear-gradient(to right, #e752e0, #ae50f3);
    background: -ms-linear-gradient(to right, #e752e0, #ae50f3);
    background: linear-gradient(to right, #e752e0, #ae50f3);
    animation-duration: 11s;
}

.c6-cont>div:nth-child(7) {
    width: 182px;
    height: 182px;
    left: 1016px;
    top: 0px;
    background: #f00;
    background: -webkit-linear-gradient(to right, #ff6a8a, #ffa8a4);
    background: -moz-linear-gradient(to right, #ff6a8a, #ffa8a4);
    background: -ms-linear-gradient(to right, #ff6a8a, #ffa8a4);
    background: linear-gradient(to right, #ff6a8a, #ffa8a4);
    animation-duration: 12s;
}

.float {
    -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;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }

    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    75% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }

    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    75% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }

    50% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    75% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}