body * {
    box-sizing: border-box;
    flex-shrink: 0;
}

body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
        Arial, PingFang SC-Light, Microsoft YaHei;
    margin: 0;
    padding: 0;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

input {
    outline: none;
}

.white {
    color: white;
    text-decoration: none;
}

a.black {
    color: black;
    text-decoration: none;
}

.page {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 851px;
    overflow: hidden;
}

.layer1 {
    z-index: 2;
    height: 100%;
    width: 100%;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.pic1 {
    z-index: 3;
    width: 1438px;
    height: 851px;
}


.wrap1 {
    z-index: 7;
    height: 100%;
    background: url(/layout_new/images/bg007.png);
    width: 100%;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}

.pic2 {
    z-index: 8;
    width: 1200px;
    height: 24px;
}

.layer2 {
    z-index: 42;
    height: 56px;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.group1 {
    z-index: auto;
    width: 20%;
    height: 32px;
    margin: 0 auto;
}

.navUl {
    width: 80%;
}

.icon1 {
    z-index: 48;
    width: 40px;
    height: 32px;
}

.word1 {
    z-index: 59;
    width: 56px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: SourceHanSansCN-Regular;
    white-space: nowrap;
    line-height: 20px;
    text-align: left;
    margin: 6px 0 0 17px;
}

.info1 {
    z-index: 46;
    width: 72px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin: 4px 0 0 895px;
}


.navList {
    z-index: 43;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    margin: 4px 0 0 32px;
    float: right;
}

.navList>a {
    color: white;
    text-decoration: none;
}

.navList:hover {
    cursor: pointer;
}

.layer3 {
    z-index: 9;
    height: 800px;
    background-color: rgba(0, 0, 0, 0.64);
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 49px;
}

.bd1 {
    z-index: auto;
    width: 500px;
    height: 496px;
    justify-content: space-between;
}

.outer3 {
    z-index: 12;
    height: 496px;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    width: 500px;
    position: relative;
    background: #757575;
}

.box2 {
    z-index: auto;
    width: 165px;
    height: 40px;
    margin-top: 40px;
    justify-content: space-between;
}

.layer4 {
    z-index: 40;
    width: 40px;
    height: 24px;
    background-color: rgba(71, 71, 71, 1);
    margin-top: 8px;
}

.word5 {
    z-index: 39;
    width: 101px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 28px;
    font-family: PingFangSC-Semibold;
    white-space: nowrap;
    line-height: 40px;
    text-align: left;
}

/*.box3 {
    z-index: auto;
    width: 420px;
    height: auto;
    max-height: 359px;
    margin: 20px 0 0 61px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: hidden;

}*/
.box3 {
    z-index: auto;
    width: 420px;
    height: auto;
    max-height: 359px;
    margin: 20px 0 0 61px;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: hidden;
}

.box3:hover {
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
    width: 1px;
}

.scrollbar::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

/* 滚动条的内层滑轨背景颜色 */

.scrollbar::-webkit-scrollbar-track {
    background-color: #757575;
}

/* 滚动条的外层滑轨背景颜色 */

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #d4d8e2;
}

/* 滚动条的内层滑块颜色 */

.scrollbar::-webkit-scrollbar-button {
    background-color: #fff;
    display: none;
}

/* 滑轨两头的监听按钮颜色 */
.infoBox1 {
    z-index: 34;
    width: 99%;
    height: auto;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 32px;
    text-align: left;
    text-overflow: ellipsis;

}

/*.infoBox1 {
    z-index: 34;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 32px;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
}*/

/*::-webkit-scrollbar {
    display: none;
}*/


.box4 {
    z-index: auto;
    width: 334px;
    height: 96px;
    margin: 31px 0 0 61px;
}

.word6 {
    z-index: 35;
    width: 334px;
    height: 96px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.outer4 {
    z-index: 15;
    height: 360px;
    border-radius: 0 8px 8px 0;
    background-color: rgba(0, 0, 0, 1);
    width: 40px;
    justify-content: flex-end;
    padding-bottom: 11px;
    align-items: center;
}

.word7 {
    z-index: 38;
    width: 20px;
    height: 98px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Medium;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bdnav0 {
    z-index: 17;
    height: 120px;
    border-radius: 0 8px 8px 0;
    background-color: rgba(255, 255, 255, 1);
    width: 40px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 8px;
}

.nav0 {
    z-index: 36;
    width: 20px;
    height: 88px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-family: PingFangSC-Medium;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bdnav1 {
    z-index: 16;
    height: 120px;
    border-radius: 0 8px 8px 0;
    background-color: rgba(71, 71, 71, 1);
    width: 40px;
    justify-content: flex-end;
    padding-bottom: 13px;
    align-items: center;
}

.nav1 {
    z-index: 37;
    width: 20px;
    height: 88px;
    display: block;
    overflow-wrap: break-word;
    border-radius: 0 8px 8px 0;
    background-color: rgba(71, 71, 71, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Medium;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bdnav2 {
    z-index: 15;
    height: 120px;
    border-radius: 0 8px 8px 0;
    background-color: rgb(0, 0, 0);
    width: 40px;
    justify-content: flex-end;
    padding-bottom: 13px;
    align-items: center;
}

.nav2 {
    z-index: 37;
    width: 20px;
    height: 88px;
    /*height: 100px;*/
    display: block;
    overflow-wrap: break-word;
    border-radius: 0 8px 8px 0;
    background-color: rgb(0, 0, 0);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: PingFangSC-Medium;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav0,
.nav1,
.nav2:hover {
    cursor: pointer;
}

.bd4 {
    z-index: 14;
    height: 496px;
    border-radius: 0 0 20px 0;
    background-color: rgba(255, 255, 255, 1);
    width: 346px;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 47px 21px 0;
}

.section1 {
    z-index: auto;
    width: 242px;
    height: 421px;
}

.txt1 {
    z-index: 31;
    width: 174px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 39px;
    font-family: Slideqiuhong-Regular;
    white-space: nowrap;
    line-height: 47px;
    text-align: center;
    align-self: center;
}

.group2 {
    z-index: 20;
    height: 44px;
    border-radius: 4px;
    border-width: 1px;
    border: 1px solid rgba(9, 43, 85, 0.29);
    background-color: rgba(255, 255, 255, 0.96);
    margin-top: 43px;
    width: 242px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
}

.info4 {
    z-index: 21;
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    text-align: left;
    border: none;
}

.group3 {
    z-index: 23;
    height: 44px;
    border-radius: 4px;
    border-width: 1px;
    border: 1px solid rgba(9, 43, 85, 0.29);
    background-color: rgba(255, 255, 255, 0.92);
    margin-top: 28px;
    width: 242px;
    justify-content: center;
    align-items: flex-end;
    padding-right: 8px;
}

.layer5 {
    z-index: auto;
    width: 218px;
    height: 44px;
    justify-content: space-between;
    align-items: center;
}

.word8 {
    z-index: 24;
    width: 66%;
    height: 42px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 42px;
    text-align: left;
    border: none;
}

.group4 {
    z-index: 26;
    height: 24px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    width: auto;
    justify-content: center;
    align-items: center;
}

.info5 {
    z-index: 27;
    width: auto;
    display: block;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 20px;
    text-align: center;
    padding: 0;
}

.info5:hover {
    cursor: pointer;
}

.info6 {
    z-index: 32;
    width: 240px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(238, 67, 67, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    /*white-space: nowrap;*/
    line-height: 22px;
    text-align: left;
    align-self: flex-start;
    margin-top: 29px;
}

.group5 {
    z-index: 29;
    height: 44px;
    border-radius: 4px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.85);
    background: url(/layout_new/images/login_navbj.png) -1px -1px no-repeat;
    margin-top: 18px;
    width: 242px;
    justify-content: center;
    align-items: center;
    color: white;
}

.group5:hover {
    cursor: pointer;
}

.word9 {
    z-index: 30;
    width: 32px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 22px;
    text-align: center;
}

.txt2 {
    z-index: 33;
    width: 191px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 13px;
    text-align: center;
    align-self: flex-end;
    margin: 18px auto;
}

.login-button {
    z-index: 33;
    height: 48px;
    border-radius: 4px;
    background: url(/layout_new/images/login_navbj.png) 100% no-repeat;
    margin-top: 40px;
    width: 264px;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.txt3 {
    z-index: 20;
    width: 191px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-family: PingFangSC-Regular;
    white-space: nowrap;
    line-height: 18px;
    text-align: center;
    align-self: flex-start;
    margin: 70px 0 0 32px;
}

.groupnav {
    max-width: 1200px;
    width: 100%;
    min-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.group_content {
    width: 900px;
    margin: 0 auto;
    display: flex;
}

.hide {
    display: none;
}