@charset "UTF-8";
@font-face {
    font-family: 'pingFangSC-Light';
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-family: pingFangSC-Light, sans-serif !important;
    background: #fff;
    padding: 0;
    margin: 0;

}

/*滚动条样式*/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* 滑块颜色 */
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 8px rgba(33, 52, 82, 0.2);
    background: #058bef;
}

/* 滚动条的滑轨背景颜色 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px rgba(33, 52, 82, 0.2);
    border-radius: 20px;
    background: rgba(144, 147, 153, 0.2);
}

/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar-corner {
    background: #0d111a;
}


.page {
    /* padding: 10px; */
    /* height: 100%; */
    min-width: 1300px !important;
    min-height: 800px !important;

    position: relative;
}

.j-head {
    height: 80px;
    width: 100%;

    position: fixed;
    z-index: 999;
    background: rgba(0, 105, 255, 0.88);
    /* opacity: 0.58; */
    /* background-image: url('./LOGO.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; */


}

.page-content {
    min-height: 800px !important;
    position: relative;
    overflow: unset;
}

.start-button {
    color: #000;
    display: flex;
    text-align: center;
    justify-content: right;
    line-height: 40px;
    position: absolute;
    right: 200px;
}

.g-route {

    font-size: 20px;
    margin-left: 10px;

}

.route-list {
    text-decoration: none;
    margin-right: 40px;
    color: #fff;

}


/* 未访问的链接 */
a:link {
    color: #fff;
}

/* 访问过的链接 */
a:visited {
    color: #fff;


}

/* 鼠标悬停时的链接 */
a:hover {
    color: #fff;
    /* text-decoration: underline; */
}


.start-a-button {
    font-size: 16px;
    cursor: pointer;
    width: 130px;
    height: 36px;
    background: #ffb43d;
    border-radius: 6px;
    /* background-image: url('./tys.png');
    background-size: 100% 100%;
    background-repeat: no-repeat; */

}

.g-heads {
    /* background-image: url('./banner1.png'); */
    /* background-size: cover; */
    /* background-size: 100% 100%; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* height: 670px; */
    /* height: auto; */
    width: 100%;
    padding-top: 80px;

    /* opacity: 0.66; */

    position: relative;
}

.banner1-img {
    width: 100%;
}

.bg-head {
    width: 100%;
    height: 100%;
    position: relative;
    /* background: rgba(0, 0, 0, 0.1); */
    text-align: center;


}

.g-texts {
    color: #FFFFFF;
    font-size: 40px;
    /* font-weight: 700; */
    letter-spacing: 5px;
    padding-top: 90px;
    line-height: 40px;
    display: flex;
}

.g-point {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #ffffff;
    margin: 17px 10px;
}

.g-text-name {
    color: #ffb43d;
}

.j-contents {
    width: calc(100% - 520px);
    padding: 0 260px;
    text-align: left;
}

.g-titles {
    width: calc(100% - 0px);
    height: 80px;
    min-width: 1300px;
    /* padding: 0 200px; */
    font-size: 30px;
    text-align: left;
    color: #ffffff;
    margin-left: 40px;
    display: flex;
    align-items: center;
}

.g-title-img {
    /* width: 50px; */
    height: 80px;
    margin-right: 10px;

}

.g-next-img {
    /* width: 50px;
          height: 40px; */
    cursor: pointer;
    margin-top: 130px;
}


.g-contents {
    line-height: 36px;
    font-size: 20px;
    color: #FFFFFF;
    /* margin-left: calc(50% - 200px);
          margin-right: calc(50% - 200px); */
    max-width: 620px;
    margin-top: 40px;

}

.g-button {
    margin-top: 66px;
    color: #000;
    display: flex;
    text-align: center;
    justify-content: left;
    line-height: 70px;
    font-weight: 400;
}


.head-ms {
    font-size: 18px;
    font-weight: 400;
    color: #e7e7f1;
    margin-top: 30px;
    line-height: 30px;
}


.bj-middle {
    /* background-image: url('./bg23.png'); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* height: 750px; */
    width: 100%;

    /* font-size: 40px;
    color: #000000;
    text-align: center;
    line-height: 108px; */
    padding-top: 0px;
    margin-top: -5px;

}

.bj-bottom {
    /* background-image: url('./bg23.png'); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* height: 750px; */
    width: 100%;

    /* font-size: 40px;
    color: #000000;
    text-align: center;
    line-height: 108px; */
    padding-top: 0px;

}

.banner2-img {
    height: auto;
    width: 100%;
    margin-top: 15px;
}

.bj-title-content {
    font-size: 25px;
    line-height: 42px;
    font-weight: 200;
    padding: 0 16%;
    /* max-width: 950px; */
    /* margin-left: 15%; */
}

.bj-content {
    /* width: 100%; */
    /* padding: 0 10%; */
    margin-top: 60px;
    font-size: 26px;
    /* font-weight: 900; */
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.bj-item {
    margin-right: 25px;
    /* width: 450px; */
    /* width: calc(26.67% - 16.67px); */
    width: calc(30% - 16.67px);
    max-width: 450px;
    height: 380px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 2.83px 2.83px 12px 4px rgba(23, 0, 0, 0.15);

}

.bj-no-right {
    margin-right: 0;
}

.bj-list {

    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
}

.bj-first {
    margin-bottom: 30px;

}

.bj-start {
    font-size: 18px;
    text-align: center;
    /* height: 80px; */
    line-height: 35px;
}

.bj-only {
    margin-left: 9px;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    border-radius: 31px;
    display: flex;
    justify-content: center;
    align-items: center;

}


.l-text {
    font-size: 40px;

    color: #ffffff;
    line-height: 100px;
}

.jj-content {
    font-size: 26px;
    line-height: 50px;
    color: #ffffff;
    width: 80%;
    margin-bottom: 40px;
    /* position: relative; */
}

.jj-dn-img {
    position: absolute;
    left: -45px;
    margin-top: 10px;
}


.rr-content {
    padding-left: 10%;
    font-size: 26px;
    line-height: 50px;
}

.rr-contents {
    width: 40%;
    margin-bottom: 50px;
    position: relative;
}

.rr-name {
    font-size: 40px;
    line-height: 108px;
}


.cp-button {
    background: #12162d;
    height: 300px;
    position: relative;
}

.img-code {
    height: 180px;
    width: 180px;
}

.er-left {
    position: absolute;
    right: 230px;
    text-align: center;
    width: 195px;
    top: 30px;
    color: #fff;
    line-height: 30px;
}

.left {
    text-align: left;
    color: #EBEBEB;
    padding: 40px 0px 0 100px;
    line-height: 40px;
    font-size: 18px;

}

.left-title {
    font-size: 35px;
    margin-bottom: 10px;
}

.other-href {
    position: absolute;
    bottom: 30px;
}

.a-point {
    color: #EBEBEB;
    text-decoration: none;
}