.center70 {
    width: 70%;
    margin: 0 auto
}

img {
    display: block;
    width: auto;
    max-width: 100%
}

body {
    color: #333;
    font-family: Microsoft YaHei, PingFang SC, Arial,  sans-serif
}

@media screen and (max-width:1200px) {
    .center70 {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .center70 {
        width: 96%
    }
}

h2.title {
    font-size: 6rem;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 40px;
    position: relative;
    margin-bottom: 30px
}
h2.title span{
    letter-spacing: normal;  
    font-size: 0.7em; 
    /* margin-left: -20px; */
    color:#ff001f;
}
h2.title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 136px;
    height: 6px;
    background-color: #ff001f
}

h3.title {
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 30px
}

section.banner-container {
    color: #fff;
    height: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}

section.banner-container h2.banner-title {
    font-size: 6.8rem;
    font-weight: 400
}

section.banner-container h2.banner-title span.color {
    color: #ff001f
}

section.banner-container p.banner-note {
    font-size: 4.6rem;
    letter-spacing: 30px;
    line-height: 2
}

section.banner-container p.banner-info {
    font-size: 2.8rem;
    margin-bottom: 80px
}

section.banner-container ul.banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px
}

section.banner-container ul.banner-list li.banner-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

section.banner-container ul.banner-list li.banner-item:not(:last-child) {
    border-right: 1px solid #fff
}

section.banner-container ul.banner-list li.banner-item .banner-list-info {
    font-size: 2.6rem
}

section.banner-container ul.banner-list li.banner-item .banner-list-num {
    font-size: 4.4rem;
    color: #ff001f;
    font-weight: 700
}

section.banner-container a.member-btn {
    font-size: 2.8rem;
    color: #ff001f;
    border: 2px solid #ff001f;
    padding: 15px 40px;
    border-radius: 40px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

section.banner-container a.member-btn:hover {
    color: #fff;
    border: 2px solid #fff
}

section.company-info {
    padding: 0
}

section.company-info .info-cont {
    margin-bottom: 50px
}

section.company-info .info-cont p {
    font-size: 2.6rem;
    line-height: 2;
    margin-bottom: 30px
}

section.company-info h4.title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px
}

section.company-info .pic-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px
}

section.company-info .pic-container ul.icon-list {
    padding: 120px 0
}

section.company-info .pic-container ul.icon-list li.icon-item {
    width: 25%;
    text-align: center
}

section.company-info .pic-container ul.icon-list li.icon-item img {
    height: 112px;
    margin: 0 auto 50px
}

section.company-info .pic-container ul.icon-list li.icon-item p {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700
}

section.organization-container {
    background-color: #f4f4f4;
    margin-bottom: 100px
}

section.organization-container h2.title {
    letter-spacing: normal
}
section.organization-container h2.title span.en{
    margin-left: 10px;
}
section.organization-container h2.title:after {
    width: 190px
}
section.organization-container.dsj h2.title:after{
    width:140px;
}
section.organization-container .organization-wrapper {
    padding: 60px 0
}
section.organization-container .organization-wrapper ul.member-list{
    display: flex;
    flex-wrap: wrap;
}
section.organization-container .organization-wrapper ul.member-list li.member-item {
    width: 20%;
    margin-bottom: 60px;
    position: relative
}

section.organization-container .organization-wrapper ul.member-list li.member-item .img {
    margin-bottom: 5px;
    padding-top: 100%;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

section.organization-container .organization-wrapper ul.member-list li.member-item .img img {
    margin: 0 auto
}

section.organization-container .organization-wrapper ul.member-list li.member-item .text {
    text-align: center
}

section.organization-container .organization-wrapper ul.member-list li.member-item .text .fullname {
    font-size: 2.6rem;
    font-weight: 700
}

section.organization-container .organization-wrapper ul.member-list li.member-item .text .position {
    font-size: 1.7rem;
    font-weight: 400
}

section.organization-container .organization-wrapper ul.member-list li.member-item .cont-info {
    display: none;
    position: absolute;
    z-index: 9;
    top: 120%;
    background-color: #fff;
    width: 500%;
    padding: 36px;
    border: 3px solid #ff001f;
    font-size: 2.6rem;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section.organization-container .organization-wrapper ul.member-list li.member-item .cont-info:before {
    content: "";
    position: absolute;
    top: -60px;
    border: 30px solid rgba(0, 0, 0, 0);
    border-bottom-color: #ff001f
}

section.organization-container .organization-wrapper ul.member-list li.member-item .cont-info:after {
    content: "";
    position: absolute;
    top: -56px;
    border: 30px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+1) .cont-info {
    left: 0
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+1) .cont-info:before {
    content: "";
    left: 7%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+1) .cont-info:after {
    left: 7%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+2) .cont-info {
    left: -100%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+2) .cont-info:before {
    content: "";
    left: 27%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+2) .cont-info:after {
    left: 27%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+3) .cont-info {
    left: -200%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+3) .cont-info:before {
    content: "";
    left: 47%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+3) .cont-info:after {
    left: 47%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+4) .cont-info {
    left: -300%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+4) .cont-info:before {
    content: "";
    left: 67%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+4) .cont-info:after {
    left: 67%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+5) .cont-info {
    left: -400%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+5) .cont-info:before {
    content: "";
    left: 87%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(5n+5) .cont-info:after {
    left: 87%
}

section.organization-container .organization-wrapper ul.member-list li.member-item:hover .cont-info {
    display: block
}

section.organization-container .organization-wrapper .center {
    text-align: center;
    margin-bottom: 80px
}

section.organization-container .organization-wrapper .center a.more {
    color: #989898;
    font-size: 2.6rem
}

section.organization-container .organization-wrapper ul.address-list:not(:last-child) {
    margin-bottom: 50px
}

section.organization-container .organization-wrapper ul.address-list li.address-item {
    height: 0;
    margin: 0 30px 40px;
    font-size: 3.2rem;
    color: #f4f4f4;
    font-weight: bold;
    width: calc(20% - 60px);
    cursor: pointer;
    padding-top: calc(20% - 60px);
    background-color: #ff001f;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

section.organization-container .organization-wrapper ul.address-list li.address-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

section.organization-container .organization-wrapper ul.address-list li.address-item span {
    position: absolute;
    left: 50%;
    top: 50%;
    white-space: nowrap;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

section.organization-container .organization-wrapper ul.address-list li.address-item a {
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}

section.partner-container .partner-wrapper h3.title {
    padding-bottom: 40px
}

section.partner-container .partner-wrapper ul.partner-list {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap
}

section.partner-container .partner-wrapper ul.partner-list li.partner-item {
    width: calc(20% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px 60px
}

section.history-container {
    position: relative;
    padding: 90px 0
}

section.history-container,
section.history-container .history-mask {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

section.history-container .history-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/about/history-mask.png);
    z-index: 8
}

section.history-container .history-main-container {
    position: relative
}

section.history-container .history-main-container .swiper-button-next,
section.history-container .history-main-container .swiper-button-prev {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .4);
    padding: 10px;
    border-radius: 8px;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
    z-index: 99
}

section.history-container .history-main-container .swiper-button-prev {
    left: 11%
}

section.history-container .history-main-container .swiper-button-next {
    right: 11%
}

section.history-container .history-main-container:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 3px;
    background-color: #fff;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

section.history-container .history-main-container .history-wrapper {
    position: relative;
    z-index: 4
}

section.history-container .history-main-container .history-wrapper ul.history-list {
    position: relative;
    z-index: 9
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item {
    color: #fff
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box {
    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
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .year {
    color: #ff001f;
    border: 2px solid hsla(0, 0%, 100%, .5);
    font-size: 32px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    font-weight: 700
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .year:after {
    content: "";
    position: absolute;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    border: 2px solid hsla(0, 0%, 100%, .7);
    left: 5px;
    top: 5px;
    z-index: -1
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .year:before {
    content: "";
    position: absolute;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: #fff;
    left: 12px;
    top: 12px;
    z-index: -1
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper {
    color: #fff;
    position: relative;
    height: 500px;
    /* height: 100%; */
    /* min-height: 500px; */
    width: calc(100% - 220px);
    /* overflow-x: hidden; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper::-webkit-scrollbar {
    width: 16px;
    height: 6px;
    border-radius: 10px;
    background-color: #f5f5f5
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f5f5f5
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ff001f
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item {
    text-align: center;
    position: relative;
    width: 180px
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item .nav-line {
    position: absolute;
    width: 4px;
    height: 40%;
    left: 50%;
    margin-top: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media screen and (max-width:1440px){
    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item .nav-line{
        /*height: 50px;*/
    }
}
section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item .text {
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item:nth-child(odd) {
    bottom: 0
    /* bottom: 50% */
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item:nth-child(odd) .nav-line {
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(hsla(0, 0%, 100%, .5)));
    background-image: -o-linear-gradient(top, #fff 0, hsla(0, 0%, 100%, .5) 100%);
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .5))
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item:nth-child(2n) {
    top: 50%
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item:nth-child(2n) .nav-line {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #fff), to(hsla(0, 0%, 100%, .5)));
    background-image: -o-linear-gradient(0, #fff 0, hsla(0, 0%, 100%, .5) 100%);
    background-image: linear-gradient(0, #fff, hsla(0, 0%, 100%, .5))
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item span.circle-dot {
    position: absolute;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    border-radius: 50%
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item span.circle-dot:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    left: 4px;
    top: 4px;
    background-color: #fff
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item:nth-child(odd) span.circle-dot {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item:nth-child(2n) span.circle-dot {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item .text .date {
    font-size: 18px;
    font-weight: 700
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item .text .address,
section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item .text .event {
    font-size: 12px
}

section.history-container .history-main-container .history-wrapper ul.history-list li.history-item:hover .history-box .that-year-wrapper::-webkit-scrollbar {
    position: relative;
    top: 6px;
    display: block
}
@media screen and (max-width:1910px) {
    h2.title {
        font-size: 5.0rem;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    h2.title:after {
        width: 120px
    }

    h3.title {
        font-size: 3.2rem
    }

    section.banner-container {
        height: 700px;
    }

    section.banner-container h2.banner-title {
        font-size: 5.8rem
    }

    section.banner-container p.banner-note {
        font-size: 4.0rem
    }

    section.banner-container p.banner-info {
        font-size: 2.2rem;
        margin-bottom: 60px
    }

    section.banner-container ul.banner-list {
        margin-bottom: 60px
    }

    section.banner-container ul.banner-list li.banner-item .banner-list-info {
        font-size: 2.2rem
    }

    section.banner-container ul.banner-list li.banner-item .banner-list-num {
        font-size: 3.2rem
    }

    section.banner-container a.member-btn {
        font-size: 2.4rem;
        color: #ff001f;
        border: 2px solid #ff001f;
        padding: 10px 30px;
        border-radius: 40px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    section.banner-container a.member-btn:hover {
        color: #fff;
        border: 2px solid #fff
    }

    section.company-info .info-cont p {
        font-size: 2.2rem;
        margin-bottom: 10px
    }

    section.company-info h4.title {
        font-size: 2.0rem
    }

    section.company-info .pic-container {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 40px
    }

    section.company-info .pic-container ul.icon-list {
        padding: 80px 0
    }

    section.company-info .pic-container ul.icon-list li.icon-item img {
        height: 98px;
        margin: 0 auto 30px
    }

    section.company-info .pic-container ul.icon-list li.icon-item p {
        font-size: 2.2rem
    }

    section.organization-container {
        background-color: #f4f4f4;
        margin-bottom: 100px
    }

    section.organization-container h2.title {
        letter-spacing: normal
    }

    section.organization-container h2.title:after {
        width: 160px
    }
    section.organization-container.dsj h2.title:after {
        width: 120px
    }

    section.organization-container .organization-wrapper {
        padding: 60px 0
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item .text {
        text-align: center
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item .text .fullname {
        font-size: 2.2rem;
        font-weight: 700
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item .text .position {
        font-size: 1.4rem;
        font-weight: 400
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item .cont-info {
        width: 500%;
        padding: 22px;
        font-size: 2.2rem
    }

    section.organization-container .organization-wrapper .center {
        text-align: center;
        margin-bottom: 80px
    }

    section.organization-container .organization-wrapper .center a.more {
        color: #989898;
        font-size: 2.6rem
    }

    section.organization-container .organization-wrapper ul.address-list:not(:last-child) {
        margin-bottom: 30px
    }

    section.organization-container .organization-wrapper ul.address-list li.address-item {
        margin: 0 30px 20px;
        font-size: 2.4rem;
        width: calc(20% - 60px);
        padding-top: calc(20% - 60px)
    }

    section.partner-container .partner-wrapper h3.title {
        padding-bottom: 40px
    }

    section.partner-container .partner-wrapper ul.partner-list {
        margin-bottom: 50px
    }

    section.partner-container .partner-wrapper ul.partner-list li.partner-item {
        width: calc(20% - 60px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 30px 60px
    }
}

@media screen and (max-width:1200px) {
    h2.title {
        font-size: 5.0rem;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    h2.title:after {
        width: 120px
    }

    h3.title {
        font-size: 3.2rem
    }

    section.banner-container {
        height: 600px
    }

    section.banner-container h2.banner-title {
        font-size: 4.0rem
    }

    section.banner-container p.banner-note {
        font-size: 3.0rem
    }

    section.banner-container p.banner-info {
        font-size: 1.8rem;
        margin-bottom: 40px
    }

    section.banner-container ul.banner-list {
        margin-bottom: 30px
    }

    section.banner-container ul.banner-list li.banner-item .banner-list-info {
        font-size: 1.8rem
    }

    section.banner-container ul.banner-list li.banner-item .banner-list-num {
        font-size: 2.6rem
    }

    section.banner-container a.member-btn {
        font-size: 2.0rem;
        color: #ff001f;
        border: 2px solid #ff001f;
        padding: 15px 40px;
        border-radius: 40px;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    section.banner-container a.member-btn:hover {
        color: #fff;
        border: 2px solid #fff
    }

    section.organization-container {
        background-color: #f4f4f4;
        margin-bottom: 100px
    }

    section.organization-container h2.title {
        letter-spacing: normal
    }

    section.organization-container h2.title:after {
        width: 160px
    }

    section.organization-container .organization-wrapper {
        padding: 60px 0
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item {
        width: 25%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item .cont-info {
        width: 400%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+1) .cont-info {
        left: 0
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+1) .cont-info:before {
        content: "";
        left: 7%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+1) .cont-info:after {
        left: 7%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+2) .cont-info {
        left: -100%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+2) .cont-info:before {
        content: "";
        left: 32%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+2) .cont-info:after {
        left: 32%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+3) .cont-info {
        left: -200%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+3) .cont-info:before {
        content: "";
        left: 58%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+3) .cont-info:after {
        left: 58%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+4) .cont-info {
        left: -300%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+4) .cont-info:before {
        content: "";
        left: 83%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(4n+4) .cont-info:after {
        left: 83%
    }

    section.organization-container .organization-wrapper ul.address-list:not(:last-child) {
        margin-bottom: 30px
    }

    section.organization-container .organization-wrapper ul.address-list li.address-item {
        margin: 0 5px 10px;
        font-size: 1.8rem;
        width: calc(20% - 10px);
        padding-top: calc(20% - 10px)
    }

    section.partner-container .partner-wrapper h3.title {
        padding-bottom: 40px
    }

    section.partner-container .partner-wrapper ul.partner-list {
        margin-bottom: 50px
    }

    section.partner-container .partner-wrapper ul.partner-list li.partner-item {
        width: calc(20% - 20px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 10px 20px
    }

    section.history-container {
        position: relative;
        padding: 90px 0
    }

    section.history-container,
    section.history-container .history-mask {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    section.history-container .history-mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(/public/about/history-mask.png);
        z-index: 8
    }

    section.history-container .history-main-container .swiper-button-prev {
        left: 2%
    }

    section.history-container .history-main-container .swiper-button-next {
        right: 2%
    }

    section.history-container .history-main-container .history-wrapper {
        position: relative;
        z-index: 4
    }

    section.history-container .history-main-container .history-wrapper.center70 {
        width: 75%
    }
}

@media screen and (max-width:768px) {
    h2.title {
        font-size: 2.8rem;
        padding-bottom: 10px;
        margin-bottom: 20px;
        letter-spacing: 10px
    }

    h2.title:after {
        width: 54px;
        height: 3px
    }

    h3.title {
        font-size: 2.0rem
    }

    section.banner-container {
        height: 400px
    }

    section.banner-container h2.banner-title {
        font-size: 2.0rem
    }

    section.banner-container p.banner-note {
        font-size: 1.6rem;
        letter-spacing: 14px
    }

    section.banner-container p.banner-info {
        font-size: 1.2rem;
        width: 90%;
        margin-bottom: 40px
    }

    section.banner-container ul.banner-list {
        margin-bottom: 30px
    }

    section.banner-container ul.banner-list li.banner-item .banner-list-info {
        font-size: 1.2rem
    }

    section.banner-container ul.banner-list li.banner-item .banner-list-num {
        font-size: 1.8rem
    }

    section.banner-container a.member-btn {
        font-size: 1.6rem;
        padding: 5px 10px;
        border-radius: 20px
    }

    section.company-info .info-cont p {
        font-size: 1.4rem;
        margin-bottom: 10px
    }

    section.company-info h4.title {
        font-size: 2.0rem
    }

    section.company-info .pic-container {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 20px
    }

    section.company-info .pic-container ul.icon-list {
        padding: 40px 0
    }

    section.company-info .pic-container ul.icon-list li.icon-item img {
        height: 48px;
        margin: 0 auto 20px
    }

    section.company-info .pic-container ul.icon-list li.icon-item p {
        font-size: 1.4rem
    }

    section.organization-container {
        background-color: #f4f4f4;
        margin-bottom: 50px
    }

    section.organization-container h2.title {
        letter-spacing: normal;
    }


    section.organization-container h2.title:after {
        width: 90px
    }
    section.organization-container.dsj h2.title:after {
        width: 66px
    }

    section.organization-container .organization-wrapper {
        padding: 60px 0
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item {
        width: 50%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item .cont-info {
        width: 200%;
        font-size: 1.4rem
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(odd) .cont-info {
        left: 0
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(odd) .cont-info:before {
        content: "";
        left: 16%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(odd) .cont-info:after {
        left: 16%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(2n+2) .cont-info {
        left: -100%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(2n+2) .cont-info:before {
        content: "";
        left: 66%
    }

    section.organization-container .organization-wrapper ul.member-list li.member-item:nth-child(2n+2) .cont-info:after {
        left: 66%
    }

    section.organization-container .organization-wrapper ul.address-list:not(:last-child) {
        margin-bottom: 30px
    }

    section.organization-container .organization-wrapper ul.address-list li.address-item {
        margin: 0 5px 10px;
        font-size: 1.8rem;
        width: calc(33.33333% - 10px);
        padding-top: calc(33.33333% - 10px)
    }

    section.partner-container .partner-wrapper h3.title {
        padding-bottom: 20px
    }

    section.partner-container .partner-wrapper ul.partner-list {
        margin-bottom: 30px
    }

    section.partner-container .partner-wrapper ul.partner-list li.partner-item {
        width: calc(33.33333% - 20px)
    }

    section.history-container {
        position: relative;
        padding: 30px 0
    }

    section.history-container,
    section.history-container .history-mask {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    section.history-container .history-mask {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(/public/about/history-mask.png);
        z-index: 8
    }

    section.history-container .history-main-container .swiper-button-next,
    section.history-container .history-main-container .swiper-button-prev {
        width: 10px;
        height: 18px
    }

    section.history-container .history-main-container .swiper-button-next:after,
    section.history-container .history-main-container .swiper-button-prev:after {
        font-size: 18px
    }

    section.history-container .history-main-container .swiper-button-prev {
        left: 2%
    }

    section.history-container .history-main-container .swiper-button-next {
        right: 2%
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .year {
        font-size: 16px;
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .year:after {
        width: 54px;
        height: 54px;
        left: 1px;
        top: 1px
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .year:before {
        width: 46px;
        height: 46px;
        left: 7px;
        top: 7px
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper {
        height: 350px;
        width: calc(100% - 70px)
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper::-webkit-scrollbar {
        height: 3px
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item {
        width: 90px
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item .nav-line {
        width: 4px;
        /*height: 50px*/
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item span.circle-dot {
        width: 22px;
        height: 22px
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item span.circle-dot:after {
        width: 18px;
        height: 18px;
        left: 2px;
        top: 2px
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item .text .date {
        font-size: 16px;
        font-weight: 700
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item .text .address,
    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item .history-box .that-year-wrapper ul.that-year li.month-item .text .event {
        font-size: 12px
    }

    section.history-container .history-main-container .history-wrapper ul.history-list li.history-item:hover .history-box .that-year-wrapper::-webkit-scrollbar {
        position: relative;
        top: 6px;
        display: block
    }
    section.organization-container .organization-wrapper .center a.more {
        font-size: 1.8rem
    }
}

.center70 {
    width: 70%;
    margin: 0 auto
}

img {
    display: block;
    width: auto;
    max-width: 100%
}

body {
    color: #333;
    font-family: Microsoft YaHei, PingFang SC, Arial,  sans-serif
}

@media screen and (max-width:1200px) {
    .center70 {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .center70 {
        width: 96%
    }
}

.center70 {
    width: 70%;
    margin: 0 auto
}

img {
    display: block;
    width: auto;
    max-width: 100%
}

body {
    color: #333;
    font-family: Microsoft YaHei, PingFang SC, Arial,  sans-serif
}

@media screen and (max-width:1200px) {
    .center70 {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .center70 {
        width: 96%
    }
}

body,
html {
    height: 100%
}

header.header-container {
    z-index: 9;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    top: 0;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
}

header.header-container .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

header.header-container .header-wrapper .left-logo {
    width: 137px;
    height: 34px;
    text-indent: -1000px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

header.header-container .header-wrapper .left-logo.left-logo-white {
    display: none
}

header.header-container .header-wrapper .right-nav {
    width: calc(90% - 137px)
}

header.header-container .header-wrapper .right-nav nav.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

header.header-container .header-wrapper .right-nav nav.header-nav a {
    display: block;
    font-size: 2.5rem;
    line-height: 34px;
    height: 34px;
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

header.header-container .header-wrapper .right-nav nav.header-nav a.active,
header.header-container .header-wrapper .right-nav nav.header-nav a:hover {
    color: #ff001f;
    border-bottom: 2px solid #ff001f
}

header.header-container.bg-white {
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

header.header-container.bg-white .header-wrapper .left-logo {
    display: none
}

header.header-container.bg-white .header-wrapper .left-logo.left-logo-white {
    display: block
}

header.header-container.bg-white .header-wrapper .right-nav nav.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

header.header-container.bg-white .header-wrapper .right-nav nav.header-nav a {
    color: inherit
}

header.header-container.bg-white .header-wrapper .right-nav nav.header-nav a.active,
header.header-container.bg-white .header-wrapper .right-nav nav.header-nav a:hover {
    color: #ff001f;
    border-bottom: 2px solid #ff001f
}

.mobile-header-container {
    z-index: 999;
    padding: 20px 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: 0;
    display: none
}

.mobile-header-container .header-wrapper {
    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
}

.mobile-header-container .header-wrapper .left-logo {
    width: 137px;
    height: 34px;
    text-indent: -1000px;
    position: relative;
    z-index: 99;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.mobile-header-container .header-wrapper .left-logo.left-logo-white {
    display: none
}

.mobile-header-container .header-wrapper .nav-btn {
    position: relative;
    z-index: 99;
    width: 36px;
    /* height: 14px; */
    cursor: pointer
}

.mobile-header-container .header-wrapper .nav-btn span {
    display: block;
    width: 36px;
    margin-bottom: 3px;
    height: 4px;
    background-color: #fff;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}
.mobile-header-container .header-wrapper .nav-btn span:last-child{
    margin-bottom: 0;
}

.mobile-header-container .header-wrapper .nav-btn.active span:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg)
}
.mobile-header-container .header-wrapper .nav-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-header-container .header-wrapper .nav-btn.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg)
}

.mobile-header-container.bg-white {
    background-color: #fff
}

.mobile-header-container.bg-white .header-wrapper .left-logo {
    display: none
}

.mobile-header-container.bg-white .header-wrapper .left-logo.left-logo-white {
    display: block
}

.mobile-header-container.bg-white .header-wrapper .nav-btn span {
    background-color: #ff001f
}

.mobile-popup-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, .8);
    padding-top: 10%;
    display: none
}

.mobile-popup-nav nav.header-nav {
    width: 100%
}

.mobile-popup-nav nav.header-nav a {
    width: 100%;
    display: block;
    font-size: 2.5rem;
    line-height: 3;
    color: #fff;
    padding-bottom: 5px;
    text-align: center;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.mobile-popup-nav nav.header-nav a:hover {
    color: #ff001f
}

.mobile-popup-nav.bg-white {
    background-color: #fff
}

.mobile-popup-nav.bg-white nav.header-nav a {
    color: #4f4f4f
}

@media screen and (max-width:1910px) {
    header.header-container .header-wrapper .right-nav nav.header-nav a {
        font-size: 2.0rem
    }
}

@media screen and (max-width:1200px) {
    header.header-container {
        display: none
    }

    .mobile-header-container {
        display: block
    }
}

@media screen and (max-width:768px) {
    .mobile-popup-nav {
        padding-top: 20%
    }
}

footer.footer-container .footer-up {
    padding: 40px 0;
    background-color: #070a2b
}

footer.footer-container .footer-up .foot-up-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact {
    width: 50%
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact h2 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #fff
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl {
    color: #b6b7b7;
    font-weight: 400;
    margin-bottom: 50px
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dt {
    font-size: 2.8rem;
    margin-bottom: 20px
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd {
    font-size: 2.0rem
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd.w50 {
    width: 50%
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd.w50 .title {
    padding-right: 10px;
    line-height: 2
}

footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd.w50 .cont p {
    line-height: 2
}

footer.footer-container .footer-up .foot-up-wrap .foot-qrcode {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer.footer-container .footer-up .foot-up-wrap .foot-qrcode ul.qrcode-list li.qrcode-item {
    margin: 0 20px
}

footer.footer-container .footer-up .foot-up-wrap .foot-qrcode ul.qrcode-list li.qrcode-item img {
    width: 123px
}

footer.footer-container .footer-up .foot-up-wrap .foot-qrcode ul.qrcode-list li.qrcode-item p {
    line-height: 3;
    font-size: 1.4rem;
    color: #b6b7b7;
    text-align: center
}

footer.footer-container .footer-copyright {
    padding: 15px 0;
    text-align: center;
    background-color: #000219;
    color: grey;
    font-size: 1.4rem
}

footer.footer-container .footer-copyright a {
    color: grey
}

footer.footer-container .footer-copyright a:hover {
    text-decoration: underline
}

@media screen and (max-width:1910px) {
    footer.footer-container .footer-up .foot-up-wrap .foot-contact {
        width: 60%
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact h2 {
        font-size: 2.2rem;
        padding-bottom: 16px;
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact h2:after {
        width: 40px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl {
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dt {
        font-size: 2.4rem;
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd {
        font-size: 1.8rem
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-qrcode {
        width: 40%
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-qrcode ul.qrcode-list li.qrcode-item {
        margin: 0 10px
    }
}

@media screen and (max-width:768px) {
    footer.footer-container .footer-up .foot-up-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact {
        width: 100%
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact h2 {
        font-size: 2.2rem;
        padding-bottom: 16px;
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact h2:after {
        width: 40px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl {
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dt {
        font-size: 2.4rem;
        margin-bottom: 20px
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-contact dl dd {
        font-size: 1.6rem
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-qrcode {
        width: 100%
    }

    footer.footer-container .footer-up .foot-up-wrap .foot-qrcode ul.qrcode-list li.qrcode-item {
        margin: 0 10px
    }
}

.center70 {
    width: 70%;
    margin: 0 auto
}

img {
    display: block;
    width: auto;
    max-width: 100%
}

body {
    color: #333;
    font-family: Microsoft YaHei, PingFang SC, Arial,  sans-serif
}

@media screen and (max-width:1200px) {
    .center70 {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .center70 {
        width: 96%
    }
}

section.href-member {
    padding: 60px 0;
    text-align: center
}

section.href-member .member-btn {
    padding: 10px 40px;
    font-size: 2.8rem;
    color: #fff;
    font-weight: 400;
    background-color: #ff001f;
    border: 2px solid #ff001f;
    border-radius: 30px;
    display: inline-block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

section.href-member .member-btn:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #ff001f;
    color: #ff001f
}

@media screen and (max-width:768px) {
    section.href-member {
        padding: 30px 0;
        text-align: center
    }

    section.href-member .member-btn {
        padding: 6px 10px;
        font-size: 1.2rem;
        color: #fff;
        font-weight: 400;
        border-radius: 30px;
        display: inline-block;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    section.href-member .member-btn:hover {
        background-color: rgba(0, 0, 0, 0);
        color: #ff001f
    }
}
