.relatedNews {
    padding-top: 8rem;
    padding-bottom: 10rem
}

.relatedNews .common-title {
    margin-bottom: 4rem
}

.relatedNews .moreDiv {
    text-align: center;
    padding-top: 2rem
}

.relatedNews .moreDiv .common-btn {
    min-width: 14.4rem
}

@media screen and (max-width: 1023px) {
    .relatedNews {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .relatedNews .common-title {
        margin-bottom: 30px
    }

    .relatedNews .moreDiv .common-btn {
        min-width: 140px
    }
}

.about {
    background: #fff
}

.about .common-btn {
    font-family: var(--font-family-1)
}

.about .common-title .title {
    font-size: 4.2rem
}

.about .bread-menu {
    background: #fff;
    -webkit-box-shadow: 0 0 2.2rem rgba(1, 35, 45, 0.08);
    box-shadow: 0 0 2.2rem rgba(1, 35, 45, 0.08);
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    position: -webkit-sticky;
    position: sticky;
    z-index: 9999;
    top: 0;
    left: 0
}

.about .bread-menu .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.about .bread-menu .a-1 {
    opacity: 0
}

.about .bread-menu .a-blog {
    line-height: 6.4rem;
    position: absolute;
    top: 0;
    right: 0
}

.about .bread-menu .a-blog::after {
    content: "";
    display: block;
    width: 0;
    height: .3rem;
    background: -webkit-gradient(linear, right top, left top, from(var(--main-color)), to(var(--main-color-2)));
    background: linear-gradient(-90deg, var(--main-color), var(--main-color-2));
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    transition: .5s
}

.about .bread-menu .a-blog:hover::after {
    width: 2.8rem
}

.about .bread-menu .a-blog:hover span {
    background: -webkit-gradient(linear, right top, left top, from(var(--main-color)), to(var(--main-color-2)));
    background: linear-gradient(-90deg, var(--main-color), var(--main-color-2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.about .menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -3rem;
    margin-right: -3rem
}

.about .menu li {
    padding-left: 3rem;
    padding-right: 3rem
}

.about .menu .box {
    cursor: pointer;
    color: #212121;
    display: block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative
}

.about .menu .box::after {
    content: "";
    display: block;
    width: 0;
    height: .3rem;
    background: -webkit-gradient(linear, right top, left top, from(var(--main-color)), to(var(--main-color-2)));
    background: linear-gradient(-90deg, var(--main-color), var(--main-color-2));
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    transition: .5s
}

.about .menu .box:hover {
    color: var(--main-color)
}

.about .menu .box:hover::after {
    width: 2.8rem
}

.about .menu .box:hover span {
    background: -webkit-gradient(linear, right top, left top, from(var(--main-color)), to(var(--main-color-2)));
    background: linear-gradient(-90deg, var(--main-color), var(--main-color-2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.about .menu .active span {
    background: -webkit-gradient(linear, right top, left top, from(var(--main-color)), to(var(--main-color-2)));
    background: linear-gradient(-90deg, var(--main-color), var(--main-color-2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.about .menu .active a::after {
    width: 2.8rem
}

.about .part {
    position: relative
}

.about .part .anchor {
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width: 1023px) {
    .about .bread-menu {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0
    }

    .about .bread-menu .common-bread {
        margin-bottom: 0
    }

    .about .bread-menu .a-blog {
        display: none;
        top: initial;
        line-height: 40px;
        bottom: 0
    }

    .about .bread-menu .a-1 {
        opacity: 1
    }

    .about .common-title .title {
        font-size: 24px
    }

    .about .menu {
        width: 100%;
        overflow-x: auto
    }

    .about .menu .list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .about .menu li {
        padding-left: 10px;
        padding-right: 10px
    }

    .about .menu .box {
        white-space: nowrap !important;
        text-align: center;
        min-width: auto;
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .about .menu .box::after {
        height: 3px;
        bottom: -1px
    }

    .about .menu .box:hover::after {
        width: 28px
    }

    .about .menu .active a::after {
        width: 28px
    }

    .about .titleBig {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.brief {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 10rem 0
}

.brief .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.brief .leftbox {
    color: #212121;
    width: 56%
}

.brief .leftbox .bt {
    font-size: 4.2rem;
    font-family: var(--font-family-3)
}

.brief .leftbox .bt img {
    margin-bottom: .5rem;
    vertical-align: middle;
    max-height: 3rem
}

.brief .leftbox .text {
    font-size: 1.8rem;
    line-height: 3.4rem
}

.brief .leftbox .text p {
    padding-top: 2rem
}

.brief .leftbox .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #474747;
    padding-top: 8rem
}

.brief .leftbox .sekuai, .brief .leftbox .sekuai-2, .brief .leftbox .sekuai-3 {
    vertical-align: top;
    margin: 0 .6rem;
    margin-top: .4rem;
    width: 2.2rem;
    height: 1.3rem;
    font-style: normal;
    display: inline-block
}

.brief .leftbox .sekuai {
    background: #f4f29b
}

.brief .leftbox .sekuai-2 {
    background: #66c7e4
}

.brief .leftbox .sekuai-3 {
    background: #1c499e
}

.brief .pic {
    width: 40%
}

.brief .pic img {
    width: auto;
    height: auto;
    max-height: 54rem
}

@media (max-width: 1023px) {
    .brief .container {
        display: block
    }

    .brief .leftbox {
        width: 100%
    }

    .brief .leftbox .bt {
        font-size: 24px
    }

    .brief .leftbox .bt img {
        margin-bottom: 5px;
        max-height: 15px
    }

    .brief .leftbox .text {
        font-size: 16px;
        line-height: 26px
    }

    .brief .leftbox .text p {
        padding-top: 20px
    }

    .brief .leftbox .sekuai, .brief .leftbox .sekuai-2, .brief .leftbox .sekuai-3 {
        width: 20px;
        height: 13px;
        margin: 0 5px;
        margin-top: 5px
    }

    .brief .pic {
        margin-top: 30px;
        width: 100%
    }

    .brief .pic img {
        max-height: initial
    }
}

@media (max-width: 640px) {
    .brief .leftbox .tag {
        display: block
    }

    .brief .leftbox .tag span {
        width: 100%;
        display: block
    }
}

.relationship {
    padding-top: 10rem
}

.relationship .bg {
    height: 57rem;
    margin-top: 4rem;
    background-size: cover;
    border-radius: 2rem;
    background-repeat: no-repeat;
    background-position: top center
}

.relationship ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.relationship li {
    color: #fff;
    width: 50%;
    font-size: 2rem;
    position: relative;
    text-align: center;
    padding: 9rem 18rem
}

.relationship li .logo img {
    width: auto;
    height: auto;
    max-height: 7rem
}

.relationship li .bt {
    margin-top: 1.5rem
}

.relationship li:first-child:before {
    top: 6rem;
    left: 100%;
    content: "+";
    color: #afabab;
    font-weight: 700;
    font-size: 11rem;
    position: absolute
}

.relationship li:last-child {
    width: 100%;
    text-align: center;
    padding-top: 4rem
}

.relationship li:last-child .logo img {
    max-height: 6rem
}

.relationship li:last-child .line img, .relationship li:last-child .line-2 img {
    width: auto;
    height: auto;
    max-height: 14rem
}

.relationship li:last-child .line {
    top: -6rem;
    left: 38rem;
    position: absolute
}

.relationship li:last-child .line-2 {
    top: -6rem;
    right: 38rem;
    position: absolute
}

@media (max-width: 1023px) {
    .relationship {
        padding-top: 40px
    }

    .relationship .bg {
        margin-top: 30px;
        height: auto
    }

    .relationship li {
        font-size: 14px
    }

    .relationship li:last-child {
        padding-top: 0
    }
}

@media (max-width: 640px) {
    .relationship .bg {
        padding: 30px 0
    }

    .relationship li {
        padding: 15px;
        font-size: 12px
    }

    .relationship li .logo img {
        max-height: 20px
    }
}

.history {
    color: #212121;
    padding-top: 9rem
}

.history .text {
    text-align: center;
    padding-top: 2rem
}

.history .list {
    margin-top: 2.5rem
}

.history .list .icon {
    text-align: center
}

.history .list .icon img {
    max-height: 1.8rem
}

.history .list ul {
    position: relative
}

.history .list ul:before {
    content: "";
    width: 1px;
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    background: #cdcccc
}

.history .list li {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 17rem;
    padding-top: 9rem
}

.history .list li.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.history .list li .itemnr:nth-child(2) {
    margin-top: 7rem;
    padding-right: 1.5rem
}

.history .list li .itemnr:nth-child(2) .time:after {
    right: auto;
    left: -5.2rem
}

.history .list li .time {
    font-family: var(--font-family-3);
    font-size: 2.8rem;
    position: relative
}

.history .list li .time:before {
    margin-top: 1.8rem;
    margin-right: 1rem;
    vertical-align: top;
    border-radius: 50%;
    display: inline-block;
    content: "";
    width: .4rem;
    height: .4rem;
    background: #000
}

.history .list li .time:after {
    top: 1.5rem;
    right: -6.8rem;
    position: absolute;
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: var(--main-color)
}

.history .list li .bt {
    width: 47rem;
    font-size: 1.8rem;
    padding-top: 1rem;
    padding-left: 1.5rem
}

.history .list li .pic {
    margin-left: 1.5rem;
    margin-top: 1rem
}

.history .list li .pic img {
    width: auto;
    height: auto;
    max-height: 24rem
}

.history .list li:first-child {
    padding-top: 9rem
}

.history .moreDiv {
    text-align: center;
    margin-top: 6rem
}

.history .moreDiv i {
    vertical-align: top;
    font-style: normal;
    display: inline-block;
    font-family: "宋体";
    margin-left: 1rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.8rem
}

.history .moreDiv .common-btn {
    min-width: 15rem
}

@media (max-width: 1023px) {
    .history {
        padding-top: 40px
    }

    .history .moreDiv {
        margin-top: 30px
    }

    .history .moreDiv .common-btn {
        min-width: 120px
    }

    .history .moreDiv .common-btn i {
        color: #666;
        font-size: 12px;
        margin-left: 3px
    }

    .history .text {
        padding-top: 20px
    }

    .history .list .icon {
        display: none
    }

    .history .list ul:before {
        left: 0
    }

    .history .list li {
        padding-top: 0 !important;
        text-align: left;
        display: block;
        padding: 0;
        padding-left: 20px
    }

    .history .list li .pic {
        padding-left: 0;
        margin-left: 0
    }

    .history .list li .pic img {
        max-height: inherit
    }

    .history .list li .time {
        font-size: 20px
    }

    .history .list li .time:before {
        display: none
    }

    .history .list li .time:after {
        width: 5px;
        height: 5px;
        left: -22px !important;
        top: 10px !important
    }

    .history .list li .bt {
        width: 100%;
        font-size: 14px;
        padding-left: 0;
        padding-top: 15px
    }

    .history .list li .pic {
        margin-top: 30px
    }

    .history .list li .itemnr:nth-child(2) {
        margin-top: 0 !important
    }

    .history .list li .itemnr {
        padding-top: 30px !important
    }
}

.jishu {
    padding-top: 9rem
}

.jishu .common-title .title .icon {
    height: auto
}

.jishu .common-title .title .icon img {
    max-height: 3rem
}

.jishu .tabs {
    margin-top: 4rem
}

.jishu .menuTabs {
    text-align: center;
    margin-bottom: 5rem
}

.jishu .menuTabs .listMenu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #e7ebee;
    border-radius: 2.8rem;
    padding: .6rem 0;
    margin-left: -0.8rem;
    margin-right: -0.8rem
}

.jishu .menuTabs .listMenu li {
    padding-left: .8rem;
    padding-right: .8rem
}

.jishu .menuTabs .listMenu .box {
    color: #202121;
    display: block;
    min-width: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
    line-height: 4.4rem;
    font-size: 1.4rem;
    border-radius: 2.2rem
}

.jishu .menuTabs .listMenu .box:hover {
    opacity: .8
}

.jishu .menuTabs .listMenu .active .box {
    font-weight: 700;
    background: -webkit-gradient(linear, right top, left top, from(var(--main-color)), to(var(--main-color-2)));
    background: linear-gradient(-90deg, var(--main-color), var(--main-color-2));
    color: #fff
}

.jishu .conTabs .btnDiv {
    padding-top: 4rem;
    padding-bottom: 5rem
}

.jishu .conTabs .btnDiv a {
    display: inline-block;
    line-height: 4rem;
    min-width: 14.4rem;
    text-align: center;
    padding: 0 1rem;
    border: 1px #fff solid;
    border-radius: 2.2rem;
    font-size: 1.3rem
}

.jishu .conTabs .btnDiv a:hover {
    opacity: .8
}

.jishu .conTabs .item {
    display: none
}

.jishu .conTabs .item.show {
    display: block
}

.jishu .moreDiv {
    padding-top: 2rem;
    text-align: center
}

.jishu .moreDiv .common-btn {
    min-width: 14.4rem
}

.jishu .listJishu {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #333
}

.jishu .listJishu li {
    width: 33.33333333%;
    padding: 0 1.5rem 3rem 1.5rem;
    float: left
}

.jishu .listJishu .box {
    min-height: 100%;
    background-color: #f5f8fa;
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    display: block
}

.jishu .listJishu .pic {
    display: block;
    overflow: hidden;
    position: relative
}

.jishu .listJishu .pic:after {
    content: "";
    display: block;
    padding-top: 61.73913043%
}

.jishu .listJishu .pic img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .5s;
    transition: all .5s
}

.jishu .listJishu .text {
    padding: 3rem 3rem 5.4rem 3rem
}

.jishu .listJishu .title {
    color: #212121;
    font-size: 2rem;
    font-family: var(--font-family-3);
    line-height: 3.2rem;
    height: 3.2rem;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.jishu .listJishu .info {
    color: #616161;
    font-size: 1.4rem;
    line-height: 2.6rem;
    height: 8.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.jishu .listJishu .box:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.jishu .listJishu .box:hover .title {
    color: var(--main-color)
}

.jishu .listJishu .box:hover .common-btn {
    -webkit-box-shadow: 0 0 0 1px transparent inset;
    box-shadow: 0 0 0 1px transparent inset;
    color: #fff;
    text-indent: .4rem
}

.jishu .listJishu .box:hover .common-btn::after {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.jishu .btnDiv {
    text-align: center
}

@media screen and (max-width: 1023px) {
    .jishu {
        padding-top: 40px
    }

    .jishu .common-title .title .icon img {
        max-height: 16px
    }

    .jishu .moreDiv .common-btn {
        min-width: 140px
    }

    .jishu .tabs {
        margin-top: 40px
    }

    .jishu .menuTabs {
        margin-bottom: 20px;
        overflow: auto
    }

    .jishu .menuTabs .listMenu {
        border-radius: 24px;
        padding: 6px 0;
        margin-left: 0;
        margin-right: 0;
        white-space: nowrap
    }

    .jishu .menuTabs .listMenu li {
        padding-left: 10px;
        padding-right: 10px
    }

    .jishu .menuTabs .listMenu .box {
        display: block;
        min-width: auto;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 40px;
        font-size: 14px;
        border-radius: 20px
    }

    .jishu .conTabs {
        font-size: 18px
    }

    .jishu .conTabs .info {
        max-width: 900px
    }

    .jishu .conTabs .btnDiv {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .jishu .conTabs .btnDiv a {
        line-height: 40px;
        min-width: 144px;
        padding: 0 10px;
        border-radius: 22px;
        font-size: 13px
    }

    .jishu .listJishu {
        margin-left: -10px;
        margin-right: -10px
    }

    .jishu .listJishu li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px
    }

    .jishu .listJishu .text {
        padding: 20px 20px
    }

    .jishu .listJishu .tag-date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .jishu .listJishu .date {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0
    }

    .jishu .listJishu .title {
        font-size: 16px;
        height: 24px;
        line-height: 24px
    }

    .jishu .listJishu .info {
        font-size: 14px;
        height: 48px;
        line-height: 24px
    }

    .jishu .listJishu .btnDiv {
        padding-top: 20px
    }
}

.honor {
    overflow: hidden;
    margin-top: 9rem;
    padding: 8rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.honor .container {
    width: 110%;
    max-width: 192rem
}

.honor .list {
    margin: 0 -6rem;
    margin-top: 4rem
}

.honor .item {
    position: relative
}

.honor .item .txtbox {
    bottom: 3rem;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute
}

.honor .item .t1 {
    color: #9b9fa1;
    line-height: 3rem;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 1rem 1rem
}

.honor .item .tu img {
    width: auto;
    height: auto;
    max-height: 9rem
}

@media (max-width: 1023px) {
    .honor {
        padding: 40px 0;
        margin-top: 40px
    }

    .honor .list {
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px
    }

    .honor .item .txtbox {
        bottom: 20px
    }

    .honor .item .t1 {
        font-size: 13px;
        line-height: 20px
    }

    .honor .item .tu img {
        max-height: 45px
    }
}

.cooperation {
    overflow: hidden;
    padding-top: 10rem
}

.cooperation .list {
    width: 160%;
    margin-top: 6rem
}

.cooperation .item {
    position: relative
}

.cooperation .item .pic img {
    width: auto;
    height: auto
}

.cooperation .item .txtbox {
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4rem;
    position: absolute
}

.cooperation .item .tit {
    font-size: 2.4rem
}

.cooperation .item .txt {
    padding-top: 1rem
}

@media (max-width: 1023px) {
    .cooperation {
        padding-top: 40px
    }

    .cooperation .list {
        width: 100%
    }

    .cooperation .item .tit {
        font-size: 16px
    }

    .cooperation .item .txt {
        padding-top: 15px
    }
}

@media (max-width: 640px) {
    .cooperation .list {
        margin-top: 30px
    }

    .cooperation .item .txtbox {
        color: #333;
        left: auto;
        bottom: auto;
        position: relative;
        padding: 0;
        padding-top: 30px
    }
}

.welfare {
    color: #fff;
    margin-top: 10rem;
    padding: 6rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.welfare .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.welfare .leftbox {
    width: 40%;
    text-align: center
}

.welfare .leftbox .logo img {
    max-height: 10rem
}

.welfare .leftbox .t1 {
    font-size: 3rem;
    padding-top: 2rem
}

.welfare .leftbox .t2 {
    padding-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 3rem
}

.welfare .leftbox .t2 span {
    display: block
}

.welfare .leftbox .nr {
    max-width: 57.6rem;
    font-size: 2.2rem;
    margin-top: 2rem;
    position: relative
}

.welfare .leftbox .nr .tu {
    max-height: 39rem
}

.welfare .leftbox .nr .t3 {
    line-height: 2.6rem;
    text-align: center;
    position: absolute
}

.welfare .leftbox .nr .t3 span {
    display: block
}

.welfare .leftbox .nr .t4 {
    left: 50%;
    top: .5rem;
    -webkit-transform: translateX(-38%);
    transform: translateX(-38%)
}

.welfare .leftbox .nr .t5 {
    top: 8.5rem;
    left: 8rem
}

.welfare .leftbox .nr .t6 {
    top: 8.5rem;
    left: 39.5rem
}

.welfare .leftbox .nr .t7 {
    top: 22rem;
    left: 7.5rem
}

.welfare .leftbox .nr .t8 {
    top: 23rem;
    left: 44.5rem
}

.welfare .leftbox .nr .t9 {
    left: 50%;
    top: 32.5rem;
    -webkit-transform: translateX(-38%);
    transform: translateX(-38%)
}

.welfare .pic {
    padding-top: 8rem;
    width: 38%
}

.welfare .pic img {
    width: auto;
    height: auto;
    max-height: 56rem
}

@media (max-width: 1023px) {
    .welfare {
        padding: 50px 0
    }

    .welfare .leftbox {
        width: 100%
    }

    .welfare .leftbox .logo img {
        max-height: 50px
    }

    .welfare .leftbox .t1 {
        font-size: 16px
    }

    .welfare .leftbox .t2 {
        font-size: 12px;
        line-height: 20px
    }

    .welfare .leftbox .nr {
        display: none
    }
}

@media (max-width: 480px) {
    .welfare .container {
        display: block
    }

    .welfare .leftbox {
        width: 100%
    }

    .welfare .pic {
        width: 100%;
        padding: 30px;
        text-align: center
    }

    .welfare .pic img {
        max-height: initial
    }
}

.history .list {
    position: relative
}

.progress {
    height: 0;
    width: 1px;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(var(--main-color)), to(var(--main-color-2)));
    background: linear-gradient(0, var(--main-color), var(--main-color-2));
    top: 2.5rem;
    left: 50%;
    z-index: 999
}

@media screen and (max-width: 1023px) {
    .progress {
        display: none
    }
}

.maodian .subMenu {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.maodian .subMenu-li {
    max-width: 320px;
    position: relative;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.maodian .subMenu-prev {
    display: none
}

.maodian .subMenu-next {
    display: none
}

.maodian .subMenu .menu {
    position: relative
}

@media screen and (max-width: 1023px) {
    .maodian .bread-menu .container {
        padding-left: 0;
        padding-right: 0
    }

    .maodian .common-bread {
        padding-left: 5vw;
        padding-right: 5vw
    }

    .maodian .subMenu .menu .list {
        padding-left: 5vw;
        padding-right: 5vw
    }

    .maodian .subMenu-prev {
        width: 24px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        background: #f9f9f9 url(../images/icon/prev.svg) no-repeat center center;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .maodian .subMenu-prev::before {
        content: ' ';
        position: absolute;
        top: 0;
        right: -24px;
        width: 24px;
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(249, 249, 249, 0)), to(#f9f9f9));
        background: linear-gradient(-90deg, rgba(249, 249, 249, 0) 0, #f9f9f9 100%)
    }

    .maodian .subMenu-prev.hide {
        opacity: 0
    }

    .maodian .subMenu-next {
        width: 24px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        background: #f9f9f9 url(../images/icon/next.svg) no-repeat center center;
        position: absolute;
        bottom: 0;
        right: 0
    }

    .maodian .subMenu-next::before {
        content: ' ';
        position: absolute;
        top: 0;
        left: -24px;
        width: 24px;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(249, 249, 249, 0)), to(#f9f9f9));
        background: linear-gradient(90deg, rgba(249, 249, 249, 0) 0, #f9f9f9 100%)
    }

    .maodian .subMenu-next.hide {
        opacity: 0
    }
}

.brief .leftbox .tag>span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brief .leftbox .tag>span em{margin-top:0}@media (max-width:1023px){.brief .leftbox .tag>span em{-webkit-transform:translateY(-2px);transform:translateY(-2px)}}