/* banners */
.banners,
.banners .banner1 {
    width: 100%;
    position: relative;
}

.banners1 {
    width: 100%;
    height: 100%;
    /* background: url('/liuxue/img/index/banner1.png') no-repeat center; */
    /* background-size: cover; */
    display: inline-block;
    position: relative;
    text-align: center;
}

.banners1 p {
    width: 180px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 278px;
    transform: translateX(-50%);
    cursor: pointer;
    border-radius: 8px;
}

.banners1 p:hover {
    background: #3d8bfd;
    border: 1px solid #3d8bfd;
}

.banners1 p i {
    display: inline-block;
    width: 44px;
    height: 8px;
    background: url(/liuxue/img/pc/arrow2.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
    transition: all .5s;
}

.banners1 p:hover i {
    transform: translateX(10px);
}

.banners .swiper-container {
    height: 100%;
}

.banners .swiper-button-next {
    width: 50px;
    height: 50px;
    right: 50px;
    background: url(/liuxue/img/index/r4.png) no-repeat center;
    background-size: 100% 100%;
    outline: none;
    border: 0;
}

.banners .swiper-button-prev {
    width: 50px;
    height: 50px;
    left: 50px;
    background: url(/liuxue/img/index/r4.png) no-repeat center;
    background-size: 100% 100%;
    transform: rotate(180deg);
    outline: none;
    border: 0;
}

.banner2,
.banner3 {
    position: relative;
}

.banners img {
    width: 100%;
    /* height: 79.9vh; */
    object-fit: cover;
    display: block;
}
.banner3 .box{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.banner3 .btnBox {
    width: 180px;
    height: 42px;
    border-radius: 4px;
    background: #3d8bfd;
    border: 1px solid #3d8bfd;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 465px;
    left: 151px;
    cursor: pointer;
    transition: all .5s;
}

.banner3 .btnBox:hover {
    background: #0d6efd;
}

.banner3 .btnBox .cardBtn {
    font-size: 15px;
    color: #fff;
}

.banner3 .btnBox i {
    display: inline-block;
    width: 44px;
    height: 8px;
    background: url(/liuxue/img/pc/arrow2.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
    transition: all .5s;
}

.banner3 .btnBox:hover i {
    transform: translateX(10px);
}


/* 数据滚动 */

.numbers {
    width: 100%;
    margin: -111px auto 0;
}

.numbersBox {
    width: 1048px;
    height: 60px;
    padding: 51px 61px;
    background: #FFFFFF;
    box-shadow: 0px 14px 39px 0px rgba(185, 187, 190, 0.3);
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.numbers p {
    text-align: center;
    display: inline-block;
    position: relative;
}

.numbers p:hover .counter {
    transform: translateY(-10px);
}

.numbers p span:first-child {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #fd7e14;
    transition: all .5s;
    transform: translateY(0);
    position: relative;
}

.numbers p span:first-child:after {
    content: "";
    width: 0;
    height: 10px;
    background: #ffe91f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    z-index: -1;
}

.numbers p:hover span:first-child {
    font-size: 32px;
}

.numbers p:hover span:first-child:after {
    content: "";
    width: 110px;
}

.numbers p span:last-child {
    font-size: 16px;
    font-weight: normal;
    color: #8F8F8F;
    margin-top: 15px;
}


/* 日本留学前景分析 */

.applys {
    width: 100%;
    height: 1020px;
    background: #F0F2F5;
}

.applys .box #chartDiv1 {
    width: 100%;
    height: 500px;
    color: #222;
    font-size: 14px;
}

.applyBox {
    position: relative;
    margin: 0 auto;
}

.centerCircle {
    height: 510px;
    position: relative;
}

.backCircle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(211, 208, 206, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.crBox {
    width: 400px;
    height: 400px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.crBox.active {
    display: flex;
}

.cirles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.cirles .waves {
    display: inline-block;
    width: 53px;
    height: 20px;
    background: url("/liuxue/img/index/wave.png") no-repeat center;
    background-size: 100% 100%;
    margin: 15px 0 0 0;
}

.cirles:before {
    content: "";
    display: inline-block;
    width: 238px;
    height: 238px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 40px rgba(211, 208, 206, 0.5);
    z-index: 5;
}

.cirles p {
    z-index: 6;
}

.cirles p:nth-child(1) {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.cirles p:nth-child(2) {
    font-size: 46px;
    font-weight: bold;
    color: #000000;
}

.cirles p:nth-child(4) {
    width: 170px;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}

.cirles p:nth-child(4) .waveNumber {
    font-size: 16px;
    font-weight: normal;
    color: #9A9A9A;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
}

.cirles p:nth-child(4) .waveNumber:first-child {
    margin-right: 10px;
}


/* 左側动效 */

.applyList {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.applyList .lists {
    position: relative;
    transition: all .5s;
}

.applyList .lists:nth-child(1),
.applyList .lists:nth-child(2),
.applyList .lists:nth-child(3),
.applyList .lists:nth-child(4) {
    position: absolute;
    left: 0;
    top: 27px;
    /* left: -385px; */
    /* top: -44px; */
}

.applyList .lists:nth-child(1) p {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    position: relative;
    transition: all .5s;
}

.applyList .lists:nth-child(1).active p {
    text-shadow: 5px 4px 6px #F4EB2D;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.applyList .lists:nth-child(1).active p:after {
    content: '年份';
    font-size: 14px;
    font-weight: bold;
    color: #A1A1A1;
    position: absolute;
    left: 0;
    top: 38px;
    text-shadow: 0 0 0 transparent;
}

.applyList .lists:nth-child(1).active:after {
    background: url("/liuxue/img/index/01.png") no-repeat center;
    background-size: 100% 100%;
}

.applyList .lists:nth-child(1):after {
    content: "";
    width: 465px;
    height: 214px;
    background: url("/liuxue/img/index/1.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 110px;
    top: 5px;
    z-index: 0;
    transition: all .5s;
}

.applyList .lists:nth-child(2) {
    z-index: 2;
}

.applyList .lists:nth-child(2) p {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-top: 105px;
    transition: all .5s;
}

.applyList .lists:nth-child(2):after {
    content: "";
    width: 473px;
    height: 153px;
    background: url("/liuxue/img/index/2.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 110px;
    top: 106px;
    z-index: 0;
    transition: all .5s;
}

.applyList .lists:nth-child(2).active p {
    text-shadow: 5px 4px 6px #F4EB2D;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.applyList .lists:nth-child(2).active p:after {
    content: '年份';
    font-size: 14px;
    font-weight: bold;
    color: #A1A1A1;
    position: absolute;
    left: 0;
    top: 38px;
    text-shadow: 0 0 0 transparent;
}

.applyList .lists:nth-child(2).active:after {
    background: url("/liuxue/img/pc/index/02.png") no-repeat center;
    background-size: 100% 100%;
}

.applyList .lists:nth-child(3) {
    z-index: 4;
}

.applyList .lists:nth-child(3) p {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-top: 272px;
    transition: all .5s;
}

.applyList .lists:nth-child(3):after {
    content: "";
    width: 466px;
    height: 150px;
    background: url("/liuxue/img/index/3.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 110px;
    top: 185px;
    z-index: 0;
    transition: all .5s;
}

.applyList .lists:nth-child(3).active p {
    text-shadow: 5px 4px 6px #F4EB2D;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.applyList .lists:nth-child(3).active p:after {
    content: '年份';
    font-size: 14px;
    font-weight: bold;
    color: #A1A1A1;
    position: absolute;
    left: 0;
    top: 38px;
    text-shadow: 0 0 0 transparent;
}

.applyList .lists:nth-child(3).active:after {
    background: url("/liuxue/img/index/03.png") no-repeat center;
    background-size: 100% 100%;
}

.applyList .lists:nth-child(4) {
    z-index: 3;
}

.applyList .lists:nth-child(4) p {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-top: 415px;
    transition: all .5s;
}

.applyList .lists:nth-child(4):after {
    content: "";
    width: 474px;
    height: 307px;
    background: url("/liuxue/img/index/4.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 110px;
    top: 195px;
    z-index: 0;
    transition: all .5s;
}

.applyList .lists:nth-child(4).active p {
    text-shadow: 5px 4px 6px #F4EB2D;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.applyList .lists:nth-child(4).active p:after {
    content: '年份';
    font-size: 14px;
    font-weight: bold;
    color: #A1A1A1;
    position: absolute;
    left: 0;
    top: 38px;
    text-shadow: 0 0 0 transparent;
}

.applyList .lists:nth-child(4).active:after {
    background: url("/liuxue/img/pc/index/04.png") no-repeat center;
    background-size: 100% 100%;
}


/* 右側动效 */

.applyList .lists:nth-child(5),
.applyList .lists:nth-child(6),
.applyList .lists:nth-child(7),
.applyList .lists:nth-child(8) {
    position: absolute;
    right: 0;
    top: 27px;
}

.applyList .lists {
    position: relative;
    transition: all .5s;
}

.applyList .lists:nth-child(5) p {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    position: relative;
    transition: all .5s;
}

.applyList .lists:nth-child(5).active p {
    text-shadow: 5px 4px 6px #F4EB2D;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.applyList .lists:nth-child(5).active p:after {
    content: '年份';
    font-size: 14px;
    font-weight: bold;
    color: #A1A1A1;
    position: absolute;
    left: 0;
    top: 38px;
    text-shadow: 0 0 0 transparent;
}

.applyList .lists:nth-child(5).active:after {
    background: url("/liuxue/img/index/05.png") no-repeat center;
    background-size: 100% 100%;
}

.applyList .lists:nth-child(5):after {
    content: "";
    width: 465px;
    height: 214px;
    background: url("/liuxue/img/index/5.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 110px;
    top: 5px;
    z-index: 0;
    transition: all .5s;
}

.applyList .lists:nth-child(6) {
    z-index: 2;
}

.applyList .lists:nth-child(6) p {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-top: 105px;
    transition: all .5s;
}

.applyList .lists:nth-child(6):after {
    content: "";
    width: 473px;
    height: 153px;
    background: url("/liuxue/img/index/6.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 110px;
    top: 106px;
    z-index: 0;
    transition: all .5s;
}

.applyList .lists:nth-child(6).active p {
    text-shadow: 5px 4px 6px #F4EB2D;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.applyList .lists:nth-child(6).active p:after {
    content: '年份';
    font-size: 14px;
    font-weight: bold;
    color: #A1A1A1;
    position: absolute;
    left: 0;
    top: 38px;
    text-shadow: 0 0 0 transparent;
}

.applyList .lists:nth-child(6).active:after {
    background: url("/liuxue/img/index/06.png") no-repeat center;
    background-size: 100% 100%;
}

.applyList .lists:nth-child(7) {
    z-index: 4;
}

.applyList .lists:nth-child(7) p {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-top: 272px;
    transition: all .5s;
}

.applyList .lists:nth-child(7):after {
    content: "";
    width: 466px;
    height: 164px;
    background: url("/liuxue/img/index/7.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 110px;
    top: 185px;
    z-index: 0;
    transition: all .5s;
}

.applyList .lists:nth-child(7).active p {
    text-shadow: 5px 4px 6px #F4EB2D;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.applyList .lists:nth-child(7).active p:after {
    content: '年份';
    font-size: 14px;
    font-weight: bold;
    color: #A1A1A1;
    position: absolute;
    left: 0;
    top: 38px;
    text-shadow: 0 0 0 transparent;
}

.applyList .lists:nth-child(7).active:after {
    background: url("/liuxue/img/index/07.png") no-repeat center;
    background-size: 100% 100%;
}

.applyList .lists:nth-child(8) {
    z-index: 3;
}

.applyList .lists:nth-child(8) p {
    font-size: 30px;
    font-weight: 400;
    color: #000000;
    margin-top: 415px;
    transition: all .5s;
}

.applyList .lists:nth-child(8):after {
    content: "";
    width: 474px;
    height: 322px;
    background: url("/liuxue/img/index/8.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    right: 110px;
    top: 195px;
    z-index: 0;
    transition: all .5s;
}

.applyList .lists:nth-child(8).active p {
    text-shadow: 5px 4px 6px #F4EB2D;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.applyList .lists:nth-child(8).active p:after {
    content: '年份';
    font-size: 14px;
    font-weight: bold;
    color: #A1A1A1;
    position: absolute;
    left: 0;
    top: 38px;
    text-shadow: 0 0 0 transparent;
}

.applyList .lists:nth-child(8).active:after {
    background: url("/liuxue/img/index/08.png") no-repeat center;
    background-size: 100% 100%;
}

.applyDetail {
    width: 100%;
    margin-top: 130px;
}

.applyDetail h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
}

.applyDetail p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin-top: 25px;
    text-align: left;
}

.changeTabs {
    position: absolute;
    right: 27px;
    bottom: 95px;
    z-index: 5;
}

.changeTabs p {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #494949;
    border: 1px solid #494949;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    cursor: pointer;
    position: relative;
}

.changeTabs p .circles-wrp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.changeTabs p.active {
    border: 1px solid #0d6efd;
    color: #0d6efd;
}

.changeTabs p span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    cursor: pointer;
    display: inline-block;
    margin-left: -1px;
    margin-top: -1px;
    transform: rotate(0deg);
}

.changeTabs p:nth-child(3) {
    margin: 0 18px;
}

.changeTabs .tabCha {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #0d6efd;
    margin-right: 140px;
}

.changeTabs .tabCha:after {
    content: "";
    width: 88px;
    height: 1px;
    background: #0d6efd;
    display: inline-block;
    position: absolute;
    left: 100px;
    top: 9px;
}

.allData {
    display: none;
}

.mapData {
    position: relative;
}

.mapData .covers {
    width: 421px;
    height: 269px;
    background: url('/liuxue/img/index/cover.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 275px;
    top: 314px;
}

.mapData .fr {
    /* width: 546px; */
    height: 800px;
    position: relative;
    margin-right: 67px;
}

.img_box {
    position: relative;
}

.img_box img {
    position: absolute;
}

.hideImg {
    display: none;
}

.img_box h5 {
    font-size: 12px;
    color: #666;
    z-index: 5;
    transition: all .5s;
}

.img_box.active h5 {
    transform: scale(1.5) translateY(5px);
}

.img_box h5.active {
    font-weight: bold;
    color: #000;
    text-shadow: 5px 4px 6px #FFEC0D;
}

.imgs1 {
    width: 220px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 50px;
}

.imgs1 h5 {
    position: absolute;
    right: 8px;
    bottom: 45px;
}

.imgs1 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/liuxue/img/index/san.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 31px;
    bottom: 64px;
    z-index: 5;
}

.imgs2 {
    width: 101px;
    height: 225px;
    object-fit: cover;
    position: absolute;
    top: 185px;
    right: 173px;
}

.imgs2:after {
    content: "";
    width: 421px;
    height: 269px;
    background: url('/liuxue/img/index/cover.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 135px;
    right: 20px;
}

.imgs2 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/liuxue/img/index/san.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 56px;
    right: -37px;
    z-index: 5;
}

.imgs2 h5 {
    position: absolute;
    right: -55px;
    top: 75px;
}

.img3 {
    width: 170px;
    height: 107px;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    right: 134px;
    top: 392px;
    z-index: 5;
}

.img3:after {
    content: "";
    width: 421px;
    height: 269px;
    background: url('/liuxue/img/index/cover.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: -88px;
    right: 61px;
}

.img3 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/liuxue/img/index/san.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 47px;
    top: 4px;
}

.img3 h5 {
    position: absolute;
    right: 30px;
    top: 20px;
}

.img4 {
    width: 168px;
    height: 189px;
    object-fit: cover;
    position: absolute;
    top: 327px;
    right: 246px;
    overflow: hidden;
}

.img4:after {
    content: "";
    width: 421px;
    height: 269px;
    background: url('/liuxue/img/index/cover.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: -23px;
    right: -52px;
}

.img4 h5 {
    position: absolute;
    left: 49px;
    top: 26px;
}

.img4 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/liuxue/img/index/san.png') no-repeat center;
    background-size: cover;
    position: absolute;
    left: 65px;
    top: 10px;
}

.img5 {
    width: 104px;
    height: 150px;
    object-fit: cover;
    position: absolute;
    right: 357px;
    top: 460px;
    overflow: hidden;
}

.img5:after {
    content: "";
    width: 421px;
    height: 269px;
    background: url('/liuxue/img/index/cover.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: -148px;
    right: -158px;
}

.img5 h5 {
    position: absolute;
    right: 19px;
    bottom: 24px;
}

.img5 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/liuxue/img/index/san.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 32px;
    bottom: 44px;
    z-index: 3;
}

.img6 {
    width: 142px;
    height: 117px;
    object-fit: cover;
    position: absolute;
    right: 450px;
    top: 430px;
}

.img6 h5 {
    position: absolute;
    left: 25px;
    top: 40px;
}

.img6 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/liuxue/img/index/san.png') no-repeat center;
    background-size: cover;
    position: absolute;
    left: 42px;
    top: 23px;
    z-index: 5;
}

.img7 {
    width: 147px;
    height: 213px;
    object-fit: cover;
    position: absolute;
    right: 537px;
    top: 500px;
    overflow: hidden;
}

.img7:after {
    content: "";
    width: 421px;
    height: 269px;
    background: url('/liuxue/img/index/cover.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: -186px;
    right: -340px;
}

.img7 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/liuxue/img/index/san.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 17px;
    top: 95px;
    z-index: 5;
}

.img7 h5 {
    position: absolute;
    right: 11px;
    top: 118px;
}

.img8 {
    width: 105px;
    height: 77px;
    object-fit: cover;
    position: absolute;
    right: 435px;
    top: 528px;
}

.img8 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/liuxue/img/index/san.png') no-repeat center;
    background-size: cover;
    position: absolute;
    right: 23px;
    top: 60px;
    z-index: 5;
}

.img8 h5 {
    position: absolute;
    right: 7px;
    top: 77px;
}

.mapData .fl {
    width: 557px;
    height: 700px;
    margin-left: 30px;
    position: relative;
}

.mapData .fl .showBoxs {
    position: absolute;
    top: 140px;
    left: 0;
}

.mapData .fl h3 {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.mapData .fl p {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.dataList {
    width: 300px;
    /* position: absolute; */
    /* bottom: 50px; */
    /* margin-top: 75px; */
    display: none;
    margin-top: 20px;
}

.dataItem {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.dataItem p:nth-of-type(1) {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
}

.dataItem p:nth-of-type(2) {
    width: 147px;
    height: 13px;
    background: #EDEDED;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}

.dataItem p:nth-of-type(2) span {
    position: absolute;
    left: 0;
    top: 0;
    width: 62px;
    height: 13px;
    background: #3d8bfd;
}

.dataItem em {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
}

.dataNotice {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.dataNotice p:nth-of-type(1),
.dataNotice p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    position: relative;
    margin-left: 30px;
    display: inline-block;
}

.dataNotice p:nth-of-type(2):before {
    content: '';
    width: 15.66px;
    height: 15.66px;
    background: url('/liuxue/img/index/san.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -30px;
}

.dataNotice p:nth-of-type(1) {
    margin-right: 20px;
}

.dataNotice p:nth-of-type(1):before {
    content: '';
    width: 13px;
    height: 13px;
    background: #FFF026;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -30px;
}

.dataCircle {
    border-radius: 50%;
    transition: all .5s;
    display: none;
}

.dataCircle p {
    width: 70px!important;
    height: 70px!important;
    background: #0d6efd;
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dataCircle span {
    font-size: 32px;
    font-weight: bold;
    color: #0d6efd;
    line-height: 33px;
    letter-spacing: 1px;
}

.img7 p:nth-of-type(1) {
    width: 16px;
    height: 16px;
    background: #FFEE4D;
    border-radius: 50%;
    position: absolute;
    top: 83px;
    left: 87px;
}

.img7 p:nth-of-type(2) {
    width: 16px;
    height: 16px;
    background: #FFEE4D;
    border-radius: 50%;
    position: absolute;
    top: 99px;
    right: 20px;
}

.img5 p:nth-of-type(1) {
    width: 16px;
    height: 16px;
    background: #FFEE4D;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 26px;
}

.img5 p:nth-of-type(2) {
    width: 16px;
    height: 16px;
    background: #FFEE4D;
    border-radius: 50%;
    position: absolute;
    top: 48px;
    left: 34px;
}

.img5 p:nth-of-type(3) {
    width: 16px;
    height: 16px;
    background: #FFEE4D;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 56px;
}

.img5 p:nth-of-type(4) {
    width: 16px;
    height: 16px;
    background: #FFEE4D;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 73px;
}

.img5 p:nth-of-type(5) {
    width: 16px;
    height: 16px;
    background: #FFEE4D;
    border-radius: 50%;
    position: absolute;
    top: 60px;
    left: 65px;
}

.img2 p {
    width: 16px;
    height: 16px;
    background: #FFEE4D;
    border-radius: 50%;
    position: absolute;
    top: 165px;
    left: 88px;
}


/* haidao */

.haidao {
    background: url('/liuxue/img/index/haidao.png') no-repeat center;
    background-size: cover;
    padding-bottom: 122px;
}

.haidao .title span {
    position: absolute;
    right: 290px;
    top: 60px;
    width: 89px;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid #4B4B4B;
    text-align: center;
    transition: all .5s;
    z-index: 13;
    cursor: pointer;
    font-size: 16px;
    color: #4B4B4B;
}

.haidao .title span:hover {
    background: #6ea8fe;
    border: 1px solid #6ea8fe;
    color: #fff;
}

.haidao .box {
    width: 100%;
    height: 660px;
}

.haidao .box .chart {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 12px;
}
.haidao .btn {
    width: 180px;
    height: 42px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    transition: all .5s;
}

.haidao .btn:hover {
    background: #0d6efd;
    border: 1px solid #0d6efd;
}

.haidao .btn .cardBtn {
    font-size: 15px;
    color: #666;
}
.haidao .btn:hover .cardBtn{
    color: #fff;
}

.haidao .btn i {
    display: inline-block;
    width: 44px;
    height: 8px;
    background: url(/liuxue/img/index/arrow.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
    transition: all .5s;
}

.haidao .btn:hover i {
    transform: translateX(10px);
    background: url(/liuxue/img/pc/arrow2.png) no-repeat center;
    background-size: cover;
}