body {
    position: relative;
    font-size: 14px;
    color: #333;
    height: 100%;
}
a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

.mainArea {
    width: 100%;
}

.pageHead {
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
}

.pageHead .infoArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    height: 80px;
    margin: 0 auto;
}

.headPlace {
    height: 40px;
    background-color: #ffffff;
}

.pageHead .infoArea img {
    display: block;
    width: 160px;
}

.pageHead .infoArea .navBox {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

.pageHead .infoArea .navBox .hov {
    display: flex;
    align-items: center;
    height: 100%;
}

.pageHead .infoArea .navBox .navItem {
    position: relative;
    padding: 3px 28px;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 10px;
}
.pageHead .infoArea .navBox .navItem:hover {
    color: #ffffff;
    background-color: rgb(13, 63, 212);
    border: 1px solid rgb(13, 63, 212);
    cursor: pointer;
}

.pageHead .infoArea .navBox .navItem .sLine {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: 0;
    height: 2px;
    background-color: rgb(13, 63, 212);
}

.pageHead .infoArea .navBox .navItem:hover .sLine {
    width: 40px;
    transition: 0.5s;
}

.pageHead .infoArea .navBox .hov:hover .subNav {
    height: 255px;
    transition: 0.5s;
}

.pageHead .infoArea .navBox .navItem .subNav {
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0px; */
    top: 35px;
    width: 156px;
    height: 0;
    /* height: 235px; */
    margin: auto;
    overflow: hidden;
    z-index: 999;
}

.pageHead .infoArea .navBox .navItem .subNav .triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-right: 10px solid transparent;
    margin: 0 auto;
}

.pageHead .infoArea .navBox .navItem .subNav .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.pageHead .infoArea .navBox .navItem .subNav .block a {
    width: 100%;
}

.pageHead .infoArea .navBox .navItem .subNav .block span {
    display: block;
    padding: 5px 0;
    width: 100%;
    text-align: center;
    color: #000;
}
.pageHead .infoArea .navBox .navItem .subNav .block span:hover {
    color: #f4d420;
    background-color: #000;
    color: #fff;
    background-color: rgb(13, 63, 212);
}

.pageHead .infoArea .navBox .navItem .sText {
    font-size: 12px;
    margin-left: 5px;
}

.pageHead .infoArea .navBox .focus {
    color: #fff;
    background-color: rgb(13, 63, 212);
    border: 1px solid rgb(13, 63, 212);
}

.pageHead .infoArea .navBox .focus .sLine {
    width: 40px;
}

#indexHead.navTop {
    position: fixed;
    top: -80px;
    z-index: 999;
}

#indexHead.headAnimate {
    top: 0;
    transition: 0.5s;
}

/* 第二板块 */
.block2 {
    position: relative;
}
.block2 .line {
    width: 57px;
    height: 7px;
    margin: 38px auto 0 auto;
    background-color: #2d7ffc;
}
.block2 .numberBox {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    width: 63%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.block2 .numberBox div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.block2 .numberBox div::after {
    /* content: '';
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20%;
    height: 2px;
    background-color: #F4D420; */
}

.block2 .numberBox div h2 img {
    width: 60px;
    height: 60px;
}
.block2 .numberBox div span {
    font-size: 14px;
}
.block2 .numberBox > div {
    margin: 10px 0;
}
.block2 .numberBox div p {
    font-size: 13px;
}
.block2 .numberBox div p .strongNum {
    font-size: 22px;
    font-weight: 600;
}
.block2 .numberBox div p .strongNum2 {
    font-size: 16px;
    padding-right: 2px;
    font-weight: 600;
}
.block2 img {
    width: 100%;
}

/* 第三板块 */
.titleBox {
    margin-bottom: 5vw;
}

.titleBox h3 {
    font-weight: bold;
    margin-bottom: 9px;
}

.titleBox p {
    color: #999;
}

.iconBox img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.block3 {
    padding: 40px 0;
}

.block3 .iconBox {
    position: relative;
    top: 0;
    font-size: 16px;
    margin-bottom: 45px;
}
.block3 .iconBox:hover {
    top: -20px;
    transition: 0.5s;
}

.block3 .iconBox:hover p {
    font-weight: bold;
}

.imgBox {
    position: relative;
}

.imgBox img {
    width: 100%;
}

.imgBox .topTier {
    position: absolute;
    top: 0;
}

.imgBox .bottomTier {
    display: none;
}

.block3 .iconBox .imgBox {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.block3 .blueText {
    font-weight: normal;
}
.blueText {
    color: #2b67fe;
}

.block3 .iconBox:hover .imgBox .topTier {
    display: none;
}

.block3 .iconBox:hover .imgBox .bottomTier {
    display: block;
}

/* 第四板块 */
.block4 {
    padding: 40px 0 8% 0;
    background: linear-gradient(to bottom, #2865fe, #5e8af9);
}

.block4 .titleBox {
    color: #fff;
}

.block4 .col-md-4 {
    padding: 0 20px;
}

.block4 .iconBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 260px;
    color: #fff;
    background-color: #42444b;
    border-radius: 9px;
    margin-bottom: 25px;
}
.block4 .iconBox:hover {
    color: #000;
    background-color: #f5d622;
}
/* .block4 .iconBox:hover .imgBox {
    background-image:url(../image/index/profession1W.png);
} */

.block4 .iconBox .textBox {
    position: relative;
    top: 0;
}
.block4 .iconBox:hover .textBox {
    top: -10px;
    transition: 0.5s;
}

.block4 .iconBox h4 {
    font-weight: bold;
}

.block4 .iconBox .imgBox {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    /* background-image:url(../image/index/profession1Y.png);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat; */
}

.block4 .iconBox:hover .imgBox .topTier {
    display: none;
}

.block4 .iconBox:hover .imgBox .bottomTier {
    display: block;
}
.block4 .container::before {
    display: none;
}
.block4 .container::after {
    display: none;
}

@media screen and (max-width: 1400px) {
    .block4 .container {
        width: 80% !important;
        transform: scale(0.95);
    }
}
@media screen and (max-width: 1360px) {
    .block4 .container {
        width: 85% !important;
        transform: scale(0.9);
    }
}
@media screen and (max-width: 1320px) {
    .block4 .container {
        width: 90% !important;
        transform: scale(0.85);
    }
}
@media screen and (max-width: 1270px) {
    .block4 .container {
        width: 95% !important;
        transform: scale(0.8);
    }
}
@media screen and (max-width: 1220px) {
    .block4 .container {
        width: 100% !important;
        flex-wrap: wrap;
        transform: scale(0.75);
    }
}

@media screen and (min-width: 769px) {
    .compClass {
        display: block !important;
    }
    .phoneClass {
        display: none !important;
    }
    .block4 .container {
        display: flex;
        justify-content: start;
        width: 70%;
    }
    .block4 .container .backgroundImage {
        width: 155px;
        height: 454px;
        padding: 54px 22px 0 22px;
        margin: 10px 0;
        transition: all 0.7s ease 0s;
        flex-shrink: 0;
        margin: 0.1rem 0.15rem;
    }

    .block4 .container .backgroundImage h3 {
        color: #053abe;
        font-weight: bold;
        font-size: 18px;
    }

    .block4 .container .backgroundImage p {
        color: #053abe;
        font-weight: 400;
        font-size: 14px;
    }

    .block4 .container .backgroundImage[data-index="1"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_1.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .block4 .container .backgroundImage[data-index="2"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_2.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .block4 .container .backgroundImage[data-index="3"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_3.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .block4 .container .backgroundImage[data-index="4"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_4.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .block4 .container .backgroundImage[data-index="5"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_5.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .block4 .container .backgroundImage[data-index="6"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_6.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
}
@media screen and (max-width: 768px) {
    .compClass {
        display: none !important;
    }
    .phoneClass {
        display: block !important;
    }
    .block4 .container {
        transform: scale(1) !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .block4 .container .backgroundImage {
        width: 312px !important;
        height: 370px !important;
        padding: 54px 56px 0 56px !important;
        margin: 10px;
    }

    .block4 .container .backgroundImage h3 {
        text-align: center;
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
    }

    .block4 .container .backgroundImage p {
        text-align: center;
        color: #ffffff;
        font-weight: 400;
        font-size: 14px;
    }
    .block4 .container .backgroundImage[data-index="1"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_1_1.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .block4 .container .backgroundImage[data-index="2"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_2_1.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .block4 .container .backgroundImage[data-index="3"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_3_1.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .block4 .container .backgroundImage[data-index="4"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_4_1.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .block4 .container .backgroundImage[data-index="5"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_5_1.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .block4 .container .backgroundImage[data-index="6"] {
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_6_1.png");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .block5 .container {
        width: 100%;
        margin: 0;
    }
    .block5 .tab {
        height: 52vh !important;
    }
    .block5 .tab .tab-title {
        padding: 0 6% 0 6% !important;
    }
}
@media screen and (max-width: 480px) {
    .block5 .tab {
        height: 42vh !important;
    }
    .block5 .tab .tab-content .tab-content-item > img {
        width: 45%;
        height: 47% !important;
    }
    .block5 .tab .tab-content .tab-content-item .text h3 {
        display: inline-block;
        margin-bottom: 7%;
        min-width: 30%;
        max-width: 80% !important;
        font-weight: bold;
        font-size: 14px !important;
        text-align: center;
        color: #2865fe;
        background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block5_line.png");
        background-repeat: no-repeat;
        background-size: 100% 30%;
        background-position-y: 100%;
        padding-bottom: 5%;
    }
    .block5 .tab .tab-content .tab-content-item .text p {
        font-weight: 400;
        font-size: 12px !important;
        color: #858585;
        line-height: 20px !important;
        letter-spacing: 1px;
        margin-bottom: 5%;
        overflow: hidden; /* 溢出内容隐藏 */
        text-overflow: ellipsis; /* 溢出部分显示省略号 */
        display: -webkit-box;
        -webkit-line-clamp: 3 !important; /* 控制显示的行数 */
        -webkit-box-orient: vertical;
    }
    .block5 .tab .tab-content .tab-content-item .text p::before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #2865fe;
        vertical-align: middle;
        margin-left: 0px !important;
        margin-right: 5px !important;
    }
}
.block4 .container #active {
    background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block4_1_1.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 383px;
    height: 454px;
    padding: 54px 56px 0 56px !important;
    transition: all 0.7s ease 0s;
}
.block4 .container #active h3 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}
.block4 .container #active p {
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}
/* 第五板块 */
.block5 {
    padding: 40px 0;
    background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block5_bgi.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.block5 .userBox {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    min-height: 245px;
    color: #999999;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.block5 .userBox div {
    width: 58%;
}

.block5 .userBox h4 {
    position: relative;
    font-weight: bold;
    margin-bottom: 30px;
}
.block5 .userBox h4::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dedede;
}

.block5 .userBox:hover h4 {
    color: #f5d622;
}

.block5 .userBox .pic {
    width: 35%;
}

.block5 .userBox img {
    width: 100%;
}

.block5 .userBox div {
    display: flex;
    flex-direction: column;
}

.block5 .userBox div p {
    position: relative;
}

.block5 .userBox div p::after {
    content: "";
    position: absolute;
    top: 7px;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f5d622;
}
.block5::before {
    display: none;
}
.block5::after {
    display: none;
}

.block5 .tab {
    width: 100%;
    height: 76vh;
    padding: 4% 0;
    background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block5_tab.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
}
.block5 .tab .tab-title {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 32%;
    padding: 0 7%;
}
.block5 .tab .tab-title .active {
    background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block5_active.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.block5 .tab .tab-title-item {
    padding: 6% 7%;
}
.block5 .tab .tab-title-item img {
    width: 100%;
    height: 100%;
}
.block5 .tab .tab-content {
    flex: 1;
    box-sizing: border-box;
    padding: 8% 6% 0 0;
}
.block5 .tab .tab-content .tab-content-item {
    display: none;
}
.block5 .tab .tab-content .active {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block5 .tab .tab-content .tab-content-item > img {
    width: 45%;
    height: 90%;
}
.block5 .tab .tab-content .tab-content-item .text {
    padding: 2% 0 0 0;
}
.block5 .tab .tab-content .tab-content-item .text > img {
    width: 30%;
}
.block5 .tab .tab-content .tab-content-item .text h3 {
    display: inline-block;
    margin-bottom: 7%;
    min-width: 30%;
    max-width: 50%;
    font-weight: bold;
    font-size: 34px;
    text-align: center;
    color: #2865fe;
    background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/block5_line.png");
    background-repeat: no-repeat;
    background-size: 100% 30%;
    background-position-y: 100%;
    padding-bottom: 5%;
}
.block5 .tab .tab-content .tab-content-item .text p {
    font-weight: 400;
    font-size: 14px;
    color: #858585;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 5%;
    overflow: hidden; /* 溢出内容隐藏 */
    text-overflow: ellipsis; /* 溢出部分显示省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 控制显示的行数 */
    -webkit-box-orient: vertical;
    padding-left: 10px;
}
.block5 .tab .tab-content .tab-content-item .text p::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2865fe;
    vertical-align: middle;
    margin-left: -10px;
    margin-right: 6px;
}
/* 第六板块 */
.block6 {
    position: relative;
    padding: 1rem 0;
    background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/haoping/bgi.png");
    background-size: cover;
}

.block6 .titleBox {
    color: #2865fe;
    margin-bottom: 3vw;
}
/* .block6 .swiper-button-prev {
    position: absolute !important;
    bottom: 0 !important;
} */

/* 第七板块 */

/* 第八板块 */

/* 第九板块 */
.block9 {
    padding: 40px 0;
}

.block9 .titleBox {
    margin-bottom: 30px;
}

.block9 .btnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 80px;
    margin-bottom: 30px;
}
.btnBox1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}

.block9 .btnBox div {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #f5d622;
    border: 1px solid #f5d622;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}
.btnBox1 > div {
    width: 23%;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    color: #999999;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
}
.block9 .btnBox div:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.block9 .btnBox .aim {
    color: #000;
    background-color: #f5d622;
}
/* .block9 .btnBox1 div:hover {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    transition: .5s;
    background-color: #F5D622;
    color: #000;
} */

.aim1 {
    color: #000;
    background-color: #f5d622;
}

.block9 .slideBox {
    display: flex;
    justify-content: space-around;
    padding: 0 30px;
}
.slideBox1 img {
    width: 100%;
}
.block9 .slideBox img {
    width: 25%;
}

.block9 .slideBox img:hover {
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.block9 .swiper-button-prev {
    left: 10px;
    width: 31px;
    height: 56px;
    background: url(https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/lastBtn.png) no-repeat;
    background-size: 70%;
}

.block9 .swiper-button-next {
    right: 10px;
    width: 31px;
    height: 56px;
    background: url(https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/nextBtn.png) no-repeat;
    background-size: 70%;
}

.block9 .swiper-button-prev:hover {
    transform: scale(1.1);
}

.block9 .swiper-button-next:hover {
    transform: scale(1.1);
}
.block9 .swiper-button-prev1 {
    left: 10px;
    width: 31px;
    height: 56px;
    background: url(https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/lastBtn.png) no-repeat;
    background-size: 70%;
}

.block9 .swiper-button-next1 {
    right: 10px;
    width: 31px;
    height: 56px;
    background: url(https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/nextBtn.png) no-repeat;
    background-size: 70%;
}

.block9 .swiper-button-prev1:hover {
    transform: scale(1.1);
}

.block9 .swiper-button-next1:hover {
    transform: scale(1.1);
}
/* .block9 .swiper-button-prev {
	left: 0;
	width: 45px;
	height: 45px;
	background: url(../image/index/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
    z-index: 9;
}

.block9 .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

.block9 .swiper-button-next {
	right: 0;
	width: 45px;
	height: 45px;
	background: url(../image/index/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
    z-index: 9;
}

.block9 .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
} */

.swiper-no-swiping .arrow {
    display: none;
}

/* 侧边栏 */
.sideBox {
    position: fixed;
    bottom: 10vh;
    right: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.sideBox .imgBox {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.1rem;
}

.sideBox .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    box-shadow: 0px 0px 0.05rem 0.01rem #aaaaaa;
}

.sideBox .imgBox .bottomTier {
    display: none;
}

.sideBox .imgBox:hover .topTier {
    display: none;
}

.sideBox .imgBox:hover .bottomTier {
    display: block;
}

.sideBox .codeBox div {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.65rem;
    margin: auto;
    width: 0;
    height: 103px;
    background-color: rgb(52, 109, 249);
    border-radius: 6px;
    overflow: hidden;
}

.sideBox .codeBox.CB1 div {
    height: 120px;
}
.sideBox .codeBox.CB1 div > p {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    width: 100px;
}
.sideBox .codeBox div img {
    width: 100px;
}

.sideBox .CB1:hover div {
    width: 100px;
    transition: 0.5s;
}

.sideBox .CB2:hover div {
    width: 100px;
    transition: 0.5s;
}

/* 轮播图 */
#slider .swiper-button-prev {
    left: 15vw;
    width: 31px;
    height: 56px;
    background: url(https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/lastBtn.png) no-repeat;
    background-size: 100%;
}

#slider .swiper-button-next {
    right: 15vw;
    width: 31px;
    height: 56px;
    background: url(https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/nextBtn.png) no-repeat;
    background-size: 100%;
}

#slider .swiper-button-prev:hover {
    transform: scale(1.1);
}

#slider .swiper-button-next:hover {
    transform: scale(1.1);
}

#slider .swiper-pagination1 {
    bottom: 70px;
}

#slider .swiper-pagination1 span {
    width: 20px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

/* 队列滚动 */
#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 370px;
    height: 710px;
}
#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

#certify .swiper-button-prev {
    left: 50%;
    top: 100%;
    width: 0.8rem;
    height: 0.48rem;
    background: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/haoping/left.png") no-repeat;
    background-position: 0 0;
    background-size: 100%;
    transform: translate(-120%, 100%);
}

/* #certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%;
} */

#certify .swiper-button-next {
    right: 50%;
    top: 100%;
    width: 0.8rem;
    height: 0.48rem;
    background: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/index/haoping/right.png") no-repeat;
    background-size: 100%;
    transform: translate(120%, 100%);
}

/* #certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
} */

@media screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }
    .phoneClass {
        display: flex !important;
    }
    .pageHead {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    /* 头部轮播 */
    #slider .swiper-button-prev {
        background-size: 50%;
    }

    #slider .swiper-button-next {
        background-size: 50%;
    }

    /* 数字栏 */
    .block2 .numberBox {
        top: 40px;
        padding: 0;
    }

    .block2 .numberBox div h2 {
        font-size: 20px;
    }

    .block2 .numberBox div p {
        font-size: 12px;
    }
    /* 小图标 */
    .block3 .iconBox .imgBox {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .block3 .iconBox {
        font-size: 14px;
    }
    /* 头部简化 */
    .pageHead .infoArea .navBox .navItem .sText {
        display: none;
    }
}
.phoneNav {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: rgba(0, 0, 0, 0.15);
    position: fixed;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
}
.icon-title {
    display: flex;
}
.phoneNav > .icon-title > img {
    height: 20px;
}
.phoneNav > .icon-title > .icon-title-img {
    height: 30px;
}
.icon-right {
    width: 30px;
    height: 30px;
    position: relative;
}
.icon-right-img {
    width: 100%;
    /* transition: all 1s ease-in-out; */
}
.modal_menu {
    position: absolute;
    top: 44px;
    left: -250px;
    width: 300px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
    /* z-index: 9999; */

    /* color:#000; */
}
.modal_item_box {
    animation: topToBottom 0.5s linear;
}
@keyframes topToBottom {
    0% {
        height: 0;
    }

    50% {
        height: 80px;
    }
    100% {
        height: 160px;
        /* transform: translateY(0); */
    }
}
.modal_menu_item {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0.15rem;
    display: block;
    color: #fff;
    border-bottom: 1px solid #ccc;
}
.lb_method_box {
    position: relative;
}
.lb_method {
    overflow: hidden;
    animation: sceondAnimate 0.5s linear;
}
@keyframes sceondAnimate {
    0% {
        height: 0;
    }
    100% {
        height: 280px;
    }
}
.add_bai_box {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    border-left: 1px solid #ccc;
}
.add_bai {
    width: 15px;
    height: 15px;
}
.modal_menu_item-active {
    /* background: #fff; */
    color: #faa537;
}
.modal_menu_item :visited {
    color: #faa537;
}
.icon-sanjiao {
    border: 10px solid rgba(0, 0, 0, 0.8);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    position: absolute;
    right: 25px;
    top: -20px;
}
/* .compClass {
    display: none;
} */
.phoneNav {
    display: none;
}
.maskPhone {
    display: none;
}
.icon-right-shou {
    display: none;
}
.modal_menu {
    display: none;
}
.six_box {
    width: 100%;
    /* margin-top: 20px; */
}
.position_box {
    position: relative;
    width: 100%;
    height: 250px;
}
.six_img {
    position: absolute;
    width: 250px !important;
    height: 250px !important;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
.tilte_img {
    position: absolute;
    width: 25% !important;
}
.yin_title {
    right: 2%;
    top: 25%;
    transform: translate(0, -50%);
}
.suo_title {
    right: 0%;
    top: 50%;
    transform: translate(0, -50%);
}
.xin_title {
    right: 2%;
    top: 75%;
    transform: translate(0, -50%);
}
.wen_title {
    left: 2%;
    top: 25%;
    transform: translate(0, -50%);
}
.ying_title {
    left: 0%;
    top: 50%;
    transform: translate(0, -50%);
}
.liu_title {
    left: 2%;
    top: 75%;
    transform: translate(0, -50%);
}
.maskPhone {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100000;
}
.maskImgBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 5%;
    transform: translate(-50%, -50%);
}
.maskImgBox img {
    width: 100%;
}
