.subBanner {
    height: 450px;
}

.subBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutContent {
    margin-top: 44px;
    margin-bottom: 44px;
    color: #070102;
    font-family: "Source Han Sans";
    font-size: 20px;
    font-weight: 350;
    line-height: 36px;
}

.aboutContent p {
    color: #070102;
    font-family: "Source Han Sans";
    font-size: 20px;
    font-weight: 350;
    text-indent: 2em;
}

.pageNameBar {
    height: 90px;
    background-size: cover;
}

.pageNameBar.hasBg {
    background: url(../images/bg002.jpg) no-repeat center;
}

.pageNameBar .container {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.pageNameBar .name {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    border-bottom: 2px var(--main) solid;
    padding-right: 60px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.pageNameBar .name .iconfont {
    font-size: 24px;
    color: var(--main);
    margin-right: 5px;
}

.pageNameBar .name img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
    margin-right: 10px;
}

.schoolImages {
    margin: 5px auto 80px;
    position: relative;
}

.schoolImages .swiper-container {
    overflow: hidden;
}

.schoolImages .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.schoolImages .list .thumb {
    width: 280px;
    height: 175px;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 25px;
    position: relative;
}

.schoolImages .list .thumb .title {
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
}

.schoolImages .swiper-button-next::after,
.schoolImages .swiper-button-prev::after {
    display: none;
}

.schoolImages .swiper-button-next {
    right: -50px;
    font-size: 40px;
    color: #D9D9D9;
}

.schoolImages .swiper-button-prev {
    left: -50px;
    font-size: 40px;
    color: #D9D9D9;
}

.softWareCates {
    background: var(--white);
    border-radius: 10px;
    padding: 0 15px;
}

.softWareCates .contentWrap {
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.softWareCates .item {
    flex: 33.33%;
    width: 336px;
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0;
}

.softWareCates .item .titleBar {
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--black);
    font-family: "Source Han Sans";
    font-size: 18px;
    font-weight: 500;
}

.softWareCates .item .titleBar img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 7px;
}

.softWareCates .item a {
    display: block;
    width: 88px;
    margin-right: 24px;
    margin-top: 12px;
    color: var(--black);
    font-family: "Source Han Sans";
    font-size: 16px;
    font-weight: 350;
}

.softWareCates .titleWrap {
    display: flex;
    align-items: center;
    height: 66px;
    border-bottom: 1px #D9D9D9 solid;
    position: relative;
    margin-top: 30px;
}

.softWareCates .titleWrap .iconfont {
    font-size: 28px;
    color: var(--main);
}

.softWareCates .titleWrap .tit {
    color: var(--black);
    font-family: "Source Han Sans CN";
    font-size: 22px;
    font-weight: 700;
    margin-left: 7px;
}

.softListWrap {
    margin: 30px auto 80px;
}

.softListWrap .titleBar {
    border-bottom: 1px #ECECEC solid;
    padding: 20px 0 0px;
}

.softListWrap .titleBar .title {
    display: inline-block;
    color: var(--main);
    font-size: 24px;
    font-weight: 700;
    padding: 0 5px;
    border-bottom: 2px var(--main) solid;
    padding-bottom: 10px;
    margin-bottom: -1px;
}

.softListWrap .list {
    padding: 0 20px 40px;
    border-bottom: #DEDEDE solid 1px;
}

.softListWrap .list .item {
    margin-top: 30px;
    display: flex;
}

.softListWrap .list .thumb {
    width: 84px;
    flex: 0 0 84px;
    height: 84px;
    margin-right: 20px;
}

.softListWrap .list .title {
    color: #5B5B5B;
    font-size: 20px;
    font-weight: 500;
}

.softListWrap .list .more {
    width: 82px;
    line-height: 30px;
    border-radius: 100px;
    border: 1px var(--main) solid;
    text-align: center;
    color: var(--main);
    font-size: 14px;
    font-weight: 500;
}

.softListWrap .list .infos {
    margin-top: 10px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.newsListWrap {
    margin: 30px auto 70px;
}

.newsListWrap .titleBar {
    border-bottom: 1px #ECECEC solid;
    padding: 20px 0 0px;
}

.newsListWrap .titleBar .title {
    display: inline-block;
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    padding: 0 5px;
    padding-right: 30px;
    border-bottom: 2px var(--main) solid;
    padding-bottom: 10px;
    margin-bottom: -1px;
}

.newsListWrap .titleBar .title img {
    margin-right: 5px;
    width: 26px;
    height: 26px;
}

.newsListWrap .list {
    border-bottom: 1px #E3E3E3 solid;
    padding-bottom: 30px;
}

.newsListWrap .item {
    display: flex;
    margin-top: 30px;
}

.newsListWrap .thumb {
    width: 200px;
    flex: 0 0 200px;
    height: 140px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 24px;
}

.newsListWrap .content {
    flex: 0 1 100%;
}

.newsListWrap .item .title {
    width: 390px;
    color: #1E2538;
    font-size: 24px;
    font-weight: 700;
}

.newsListWrap .item .date {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.newsListWrap .item .date::before {
    margin-right: 5px;
    font-size: 22px;
}

.newsListWrap .item .infos {
    color: #5B5B5B;
    font-size: 18px;
    font-weight: 350;
    line-height: 28px;
    margin-top: 10px;
    height: 84px;
    -webkit-line-clamp: 3;
}

.articleWrap {
    margin: 30px auto 70px;
    padding: 20px;
}

.articleWrap .title {
    color: var(--main);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.articleWrap .params {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px #E7E7E7 solid;
    text-align: center;
}

.articleWrap .params span {
    color: #999;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}

.articleWrap .content {
    padding: 20px 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
}

.articleWrap .content p {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.articleWrap .content img {
    max-width: 100%;
}

.articlePageSwitch {
    padding: 20px 0;
    border-top: 1px #E7E7E7 solid;
}

.articlePageSwitch a {
    display: block;
    color: var(--main);
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.articlePageSwitch span {
    color: var(--main);
    font-weight: 500;
}

.helpMenuWrap {
    width: 286px;
    flex: 0 0 286px;
    margin-right: 40px;
}

.helpMenuWrap .helpMenuWrapTit {
    color: var(--black);
    font-size: 36px;
    font-weight: 500;
}

.helpMenuWrap ul {
    background: #F7F8FA;
    padding: 25px 10px;
}

.helpMenuWrap ul li>a {
    display: flex;
    min-height: 20px;
    background: url(../images/023.png) no-repeat center left;
    background-size: 20px 20px;
    align-items: center;
    color: var(--main);
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    padding: 15px 0;
    padding-left: 25px;
}

.helpMenuWrap ul li>a::after {
    display: block;
    content: '\e6e6';
    transform: rotate(90deg);
    font-family: 'iconfont';
    font-size: 14px;
}

.helpMenuWrap .subMenu {
    padding-left: 25px;
    display: none;
}

.helpMenuWrap li:first-child .subMenu {
    display: block;
}

.helpMenuWrap .subMenu a {
    display: block;
    color: var(--main);
    font-size: 14px;
    font-weight: 400;
}

.helpMenuWrap .subMenu a+a {
    margin-top: 25px;
}

.helpMenuWrap .subMenu a::before {
    content: '\e6e5';
    font-family: 'iconfont';
    font-size: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.helpWrap {
    margin: 50px auto 100px;
}

.helpWrap .helpTitle {
    color: var(--black);
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

.helpWrap .helpContent {
    margin-top: 24px;
    overflow: hidden;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.helpWrap .helpContent p {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
}

.helpWrap .helpContent img {
    max-width: 100%;
}

.detailWrap {
    width: 870px;
    flex: 0 0 870px;
}

.toolWrap {
    width: 310px;
    flex: 0 0 310px;
}

.detailWrap .panel {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
}

.toolWrap .panel {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
}

.detailTitleWrap {
    align-items: center;
    border-bottom: 1px #D9D9D9 solid;
    padding-bottom: 20px;
}

.detailTitleWrap .titleBar .title {
    color: var(--black);
    font-size: 28px;
    font-weight: 500;
    width: 550px;
}

.detailTitleWrap .thumb {
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px;
}

.detailTitleWrap .nums {
    padding: 10px;
    border-radius: 10px;
    background: rgba(69, 141, 231, 0.10);
    color: #458DE7;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.paramsList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    padding: 5px 0 0;
    justify-content: flex-start;
}

.paramsList li {
    flex: 0 0 31.33%;
    margin: 20px 1% 0;
    display: flex;
}

.paramsList li .label {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 350;
}

.paramsList li .value {
    color: var(--black);
    font-size: 14px;
    font-weight: 350;
}

.softTitleBar {
    border-bottom: 1px #E7E7E7 solid;
}

.softTitleBar .title {
    border-bottom: 2px var(--main) solid;
    padding: 0 10px 15px;
    color: var(--main);
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
}

.softDetailContent {
    padding-top: 20px;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.softDetailContent p {
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.softDetailContent img {
    max-width: 100%;
}

.toolWrap .titleBar {
    color: var(--black);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.toolWrap .titleBar span {
    display: block;
    color: #8F8F8F;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.toolWrap .btn {
    text-align: center;
    width: 280px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    background: #458DE7;
    margin-top: 15px;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toolWrap .btn:hover {
    background: var(--main);
}

.toolWrap .btn .iconfont {
    color: var(--white);
    font-size: 24px;
    margin-right: 10px;
}

.toolWrap .btn:hover .iconfont {
    color: #32BCEA;
}

.rangeList .titleBar {
    display: flex;
    color: #000;
    font-family: "Source Han Sans";
    font-size: 18px;
    font-weight: 700;
    align-items: center;
}

.rangeList .iconfont {
    font-size: 26px;
    color: var(--main);
    margin-right: 8px;
}

.rangeList li {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.rangeList li .num {
    color: #5B5B5B;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 20px;
    font-weight: 600;
}

.rangeList li:first-child .num {
    color: #F73E3E;
}

.rangeList li:nth-child(2) .num {
    color: #F7973E;
}

.rangeList li:nth-child(3) .num {
    color: var(--main);
}

.rangeList li .title {
    color: #5B5B5B;
    font-family: "PingFang SC";
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px;
    width: 175px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rangeList li .data {
    color: #999;
    text-align: right;
    font-family: "PingFang SC";
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}