html {
    min-width: inherit;
}

body {
    min-width: inherit;
    font-family: "PingFangSC-Regular, PingFang SC";
}
.content {
    width: 14.4rem;
    margin: 0 auto;
    overflow: hidden;
}
.content .title {
    font-size: .42rem;
    font-weight: 600;
    line-height: .63rem;
}

.global-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .1rem;
    margin-bottom: 0.06rem;
    color: #1842B3;
    font-size: 0.16rem;
    line-height: .22rem;
    font-weight: 400;
}

.global-more:hover{
    color: #005BAB;
}

.global-more::after{
    content: '';
    width: .17rem;
    height: .15rem;
    margin-left: 0.1rem;
    background: url('./arrow-blue.png') no-repeat;
    background-size: contain;
}

/*鏂扮増鍒嗛〉*/
.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.page ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0.16rem;
}

.page li {
    width: .3rem;
    height: .22rem;
    line-height: .22rem;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
}

.page li:not(:last-child):not(:first-child) {
    margin-right: .1rem;
}

.page li a,
.page span a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .16rem;
    color: #0032B4;
}

.page span.gray a {
    color: #bdbdbd;
    cursor: default;
}

.page span.gray a:hover i {
    text-decoration: none;
}

.page .page-current a {
    color: #000000;
}

.page .page-pre,
.page .page-next {
    line-height: .22rem;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
}

.page .page-pre i,
.page .page-next i {
    margin: 0 0.16rem;
    line-height: 1;
    font-size: .16rem;
}

@media screen and (max-width: 768px) {

    .content {
        width: 7.04rem;
    }

    .global-nav .content {
        width: 100%;
        margin: 0;
    }

    .global-more {
        font-size: .3rem;
        line-height: 0.42rem;
    }

    .global-more::after {
        content: '';
        width: .34rem;
        height: .3rem;
        margin-left: 0.2rem;
    }

    /*鏂扮増鍒嗛〉*/
    .page {
        padding: 0;
    }

    .page li a,
    .page span a {
        font-size: .28rem;
    }

    .page .page-pre i,
    .page .page-next i {
        font-size: .32rem;
    }

}
.bread-crumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.5rem;
    border-bottom: 1px solid #C0C0C0;
    background: #F2F4F8;
}

.bread-crumb--inner {
    display: -ms-flexbox;
    display: flex;
    width: 14.4rem;
    margin: 0 auto;
    line-height: 0.5rem;
}

.bread-crumb__item {
    color: #676767;
    font-size: 0.14rem;
    font-weight: 400;
    white-space: nowrap;
}

.bread-crumb__link {
    font-size: 0.14rem;
}

.bread-crumb__link,
.bread-crumb__divider {
    font-family: PingFangSC-Regular, PingFang SC;
    color: #676767;
    font-weight: 300;
}

.bread-crumb__divider {
    margin-left: 0.08rem;
    margin-right: 0.08rem;
}

.bread-crumb__item:last-child {
    color: #000;
}

.bread-crumb__link:hover {
    color: #0032B4;
}

@media screen and (max-width: 768px) {
    .bread-crumb--inner {
        width: 100%;
    }

    .bread-crumb {
        min-height: 0.6rem;
        padding: 0 .32rem;
    }

    .bread-crumb__item,
    .bread-crumb__link,
    .bread-crumb__divider {
        font-size: .24rem;
    }

    .bread-crumb__item:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.global-nav {
    border-bottom: 0.01rem solid #C0C0C0;
    background: #F2F4F8;
}

.global-nav .nav-wrap {
    display: -ms-flexbox;
    display: flex;
    height: 0.8rem;
    line-height: 0.8rem;
}

.global-nav .nav-item {
    margin-right: 0.8rem;
}

.global-nav .nav-item a {
    display: block;
    box-sizing: border-box;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.16rem;
    color: #333;
    border-bottom: 0.03rem solid transparent;
    white-space: nowrap;
}

.global-nav .nav-item a:hover,
.global-nav .nav-item .nav-active {
    font-weight: bold;
    border-bottom-color: #0032B4;
}

@media screen and (max-width: 768px) {
    .global-nav .nav-item {
        width: auto;
        margin-right: 0.24rem;
    }

    .global-nav {
        padding-right: 0.32rem;
        padding-left: 0.32rem;
    }

    .global-nav .nav-wrap {
        height: 1rem;
        line-height: 1rem;
    }

    .global-nav .nav-item a {
        height: 1rem;
        line-height: 1rem;
        font-size: 0.28rem;
    }

    .global-nav .nav-item .nav-active {
        font-weight: bold;
        border-bottom: 0.04rem solid #0032B4;
    }
}


.about-cw {
    padding: .9rem 0;
}

.about-cw--inner {
    width: 14.4rem;
    margin: 0 auto;
}

.about-cw__title {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #D8D8D8;
    font-size: .42rem;
    font-weight: 600;
}

.about-cw__content {
    margin-bottom: 0.6rem;
    font-size: 0.18rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #232323;
    line-height: 0.3rem;
    text-justify: distribute;
}

.about-cw__desc {
    max-height: 4.24rem;
    overflow-y: auto;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0.48rem;

}

.about-cw__content p:not(:last-child) {
    margin-bottom: 0.3rem;
}



.about_pic{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_pic .abp_item{
    width: 24%;
}
.about_pic .abp_item .img{
    width: 100%;
    height: auto;
}
.about_pic .abp_item .title{
    text-align: center;
    padding: 0.1rem 0;
}


.about-cw__slogan {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-cw__slogan-item {
    box-sizing: border-box;
    position: relative;
    width: 4.64rem;
    height: 2.35rem;
    margin-bottom: 0.15rem;
    padding-top: 0.62rem;
    padding-left: 0.32rem;
    padding-right: 0.32rem;
    background: #F2F4F8;
}

.about-cw__slogan-item::after {
    position: absolute;
    left: 0.24rem;
    right: 0.24rem;
    bottom: -0.15rem;
    height: 0.15rem;
    background: #0032B4;
    content: '';
}

.about-cw__slogan-title {
    margin-bottom: 0.24rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1D1D;
    line-height: 0.32rem;
}

.about-cw__slogan-desc {
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #232323;
    line-height: 0.28rem;
}


@media screen and (max-width: 768px) {


    .about-cw {
        padding-top: 0.6rem;
    }

    .about-cw--inner {
        width: auto;
        width: initial;
        padding: 0 0.34rem;
    }

    .about-cw__title {
        font-size: 0.48rem;
    }

    .about-cw__content {
        display: block;
        margin-bottom: 0.54rem;
        margin-bottom: 0.5rem;
        font-size: 0.3rem;
        line-height: 0.5rem;
    }

    .about-cw__desc {
        max-height: 8.3rem;
        overflow-y: auto;
        margin-right: 0;

    }

    .about_pic .abp_item{
        width: 100%;
    }


    .about-cw__slogan {
        display: block;
    }

    .about-cw__slogan-item {
        width: 100%;
        min-height: 2.1rem;
        margin-bottom: 0.4rem;
        padding-top: 0.46rem;
        padding-left: 0.32rem;
        padding-right: 0.32rem;
    }

    .about-cw__slogan-title {
        font-size: 0.38rem;
        line-height: 0.53rem;
    }

    .about-cw__slogan-desc {
        font-size: 0.3rem;
        line-height: 0.42rem;
    }

    .about-cw__slogan-item::after {
        height: 0.1rem;
        left: 0.17rem;
        right: 0.17rem;
        bottom: -0.1rem;
    }

}