.aboutwrap .aboutbox {
    position: relative;
    display: flex;
    background: #FFFFFF;
    /* align-items: center; */
    margin-top: 30px;
}

.aboutwrap .aboutbox .am-fl {
    width: 50%;
    padding-right: 53px;
}

.aboutwrap .aboutbox .am-fr {
    width: 50%;
    overflow: hidden;
}

.aboutwrap .aboutbox .am-fr img {
    width: 100%;
    transition: all 0.3s linear;
}

.aboutwrap .aboutbox .am-fr:hover img {
    transform: scale(1.1);
}

.aboutwrap .aboutbox .txt h2 {
    font-size: 38px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #0275D6;
}

.aboutwrap .aboutbox .txt .entit {
    color: #ccc;
    font-size: 20px;
    text-transform: uppercase;
}

.aboutwrap .aboutbox .txt .note {
    text-align: justify;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    /* white-space: pre-wrap; */
    line-height: 2;
    /* margin-top: -70px; */
}

.aboutwrap .aboutbox .txt .note p {
    /* margin-bottom: 15px; */
    /* text-indent: 43px; */
}

.aboutwrap .aboutbox .txt .list {
    margin-top: 80px;
}

.about-container {
    max-width: 1336px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

#culture .culbox {
    margin-top: 70px;
}

#culture .culbox ul li {
    width: 50%;
}

#culture .culbox ul li:nth-child(even) {
    padding-left: 30px;
}

#culture .culbox ul li:nth-child(odd) {
    padding-right: 30px;
}

#culture .culbox ul li:nth-child(1),#culture .culbox ul li:nth-child(2) {
    margin-bottom: 30px;
}

#culture .culbox ul li .wrapper {
    position: relative;
    overflow: hidden;
    background: #E9F7F9;
    height: 200px;
    padding: 75px 60px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

#culture .culbox ul li .wrapper .box {
    display: flex;
    align-items: center;
}

#culture .culbox ul li .wrapper .box i {
    display: inline-block;
    overflow: hidden;
}

#culture .culbox ul li .wrapper .box span {
    font-size: 34px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    margin-left: 23px;
}

#culture .culbox ul li .wrapper .txt {
    max-width: 320px;
}

#culture .culbox ul li .wrapper .txt .entitle {
    font-size: 24px;
    font-family: AlibabaPuHuiTi_2_45_Light;
    font-weight: 400;
    color: #ffffff80;
    text-align: center;
}
#culture .culbox ul li .wrapper .txt .title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-left: 30px;
}

#culture .culbox ul li:nth-child(3) .wrapper {
    background: #28AE6C;
    display: block;
}

.pag_about_headch {
    font-size: 40px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #28AE6C;
    text-align: center;
}

.pag_about_headen {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    font-weight: 400;
    color: #AFAFAF;
    text-transform: uppercase;
}

.page_about_headunder {
    display: block;
    width: 20px;
    height: 10px;
    background-image: url(../images/title_under.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.pag_about_head.white .page_about_headunder {
    background-image: url(../images/title_underw.png);
    background-size: 100% auto;
}


.aboutwrap .aboutbox .list ul {
    display: flex;
    justify-content: space-between;
}

.aboutwrap .aboutbox .list ul li p:first-child {
    font-size: 18px;
}

.aboutwrap .aboutbox .list ul li p:last-child {
    font-size: 18px;
    color: #999999;
}

.aboutwrap .aboutbox .list ul li .animateNum {
    font-size: 56px;
    font-family: DINAlternate;
    font-weight: bold;
    margin-right: 20px;
}


.aboutwrap .desc {
    z-index: 10;
    margin-top: 60px;
}


.aboutwrap .desc ul li {
    text-align: center;
    position: relative;
}

.aboutwrap .desc li .title {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.page-development {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-development-top {
    display: inline-block;
}

.history-list {
    max-width: calc(100vw - 110px);
    /* overflow: hidden; */
    margin-top: 40px;
    height: 700px;
    position: relative;
}

.history-list:before {
    content: '';
    position: absolute;
    width: 0%;
    left: 0;
    height: 1px;
    background-color: #c7c7c7;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: ease width 1.5s 1s;
}

.fp-section .history-list:before {
    width: 100%;
}

.history-list .swiper-container {
    padding-left: 20px;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    /* display: flex; */
    /* align-items: center; */
}

.history-list .swiper-slide {
    display: flex;
    flex-direction: column;
    height: 700px;
}

.history-list .grid {
    width: 100%;
    padding-right: 80px;
    height: 350px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.history-list .grid:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #85CCBE;
    border-radius: 50%;
}

.history-list .grid .grid-pic, .history-list .grid .grid-info {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 212px;
}

.history-list .grid .grid-info .info-content {
    line-height: 1.7;
    padding-left: 20px;
    position: relative;
}

.history-list .grid .grid-info .info-content:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #85CCBE;
    position: absolute;
    top: 7px;
    left: 0px;
}

.info-content p {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.history-list .grid .grid-pic {
    padding: 20px 0;
    max-width: 278px;
}

.history-list .grid .date {
    font-size: 30px;
    color: #fff;
}

.history-list .grid:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #85CCBE;
    border-radius: 50%;
}

.history-list .swiper-slide:nth-child(2n) .grid, .history-list .swiper-slide:nth-child(2n) {
    flex-direction: column-reverse;
}

.history-list .swiper-slide:nth-child(2n) .grid:after, .history-list .swiper-slide:nth-child(2n) .grid:before {
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.history-list .swiper-slide:nth-child(2n) .date {
    padding-top: 30px;
}

.history-list .swiper-slide:nth-child(2n+1) .date {
    padding-bottom: 30px;
}

.history-list .swiper-slide:nth-child(2n+1) .grid:after, .history-list .swiper-slide:nth-child(2n+1) .grid:before {
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}

.page-honorary-list {
    position: relative;
    overflow: hidden;
    clear: both;
}

.page-honorary-list-swiper {
    position: relative;
    overflow: hidden;
    clear: both;
}

.page-honorary-swiper {
    padding: 5% 0 12% 0;
    overflow: hidden;
    position: relative;
}

.honorary {
    background: #f9fafb;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.honorary .pic {
    max-height: 340px;
    position: relative;
}

.honorary .pic i {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    background: rgba(0,0,0,.5) url(../images/jia.png) center no-repeat;
    border-radius: 100%;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.honorary .txt {
    font-size: 14px;
    color: #999999;
    padding-top: 20px;
    min-height: 20px;
    line-height: normal;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-honorary-swiper .swiper-pagination {
    width: 500px;
    right: 0;
    left: auto;
    bottom: 8px;
    top: auto;
    height: 2px;
    font-size: 14px;
    text-align: right;
}

.page-honorary-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    bottom: 0;
    top: auto;
    background: #000;
}

.swiper-pagination-num {
    width: 60px;
    position: absolute;
    bottom: 0;
    right: 500px;
    font-size: 14px;
    color: #666;
}

.swiper-pagination-num span {
    font-size: 14px;
    color: #666;
}

.tip {
    padding-top: 50px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tip img {display: inline-block;vertical-align: middle;margin-right: 10px;}

.development .tit,.development .entitle {
    color: #fff;
}

.honorary:hover .pic i {
    display: block;
}

.honors .commoncate {
    margin: 0;;
}

.honors .swiper-slide {
    width: 25%;
}
.honors .swiper-slide .pic {
    overflow: hidden;
    height: 220px;
    text-align: center;
}
.honors .swiper-slide img {
    max-height: 220px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.commoncate ul li {
    padding: 32px;
}

.aboutus .wrapper .note {
    display: block;
    max-height: max-content;
}

.aboutus .list {
    margin-top: 100px;
}

.aboutus .am-pd {
    padding-bottom: 120px;
}

.swiper-cert-next,.swiper-cert-prev {
    margin-top: -90px;
}

.swiper-dev-next,.swiper-dev-prev {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    transition: all .1s linear;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e0e0e0;
    outline: none;
}

.swiper-dev-next {
    background-image: url(../images/jr.png)!important;
    right: -80px;
}

.swiper-dev-prev {
    background-image: url(../images/jl.png)!important;
    left: -80px;
}

@media screen and (max-width: 1680px) {
    .aboutwrap .aboutbox .txt .list {
        margin-top: 30px;
    }
    .aboutwrap .desc ul {
        margin: 0 -1%;
    }
    .aboutwrap .desc ul li {
        padding: 0 1%;
    }
    .aboutwrap .aboutbox .list ul li .animateNum {
        font-size: 42px;
    }
    .about-container {
        max-width: 1136px;
    }

    #culture .culbox ul li .wrapper {
        padding: 60px 40px;
    }

    #culture .culbox ul li .wrapper .box span {
        font-size: 30px;
        width: 135px;
    }
    #canvas canvas {
        margin-top: 450px;
    }
}

@media screen and (max-width: 1440px) {
    #canvas canvas {
        margin-top: 510px;
    }
}

@media screen and (max-width: 1280px) {
    .wenhuacon {
        padding-right: 500px;
    }
    #canvas canvas {
        margin-top: 470px;
    }
    .swiper-dev-next {
        right: -15px;
    }
    .swiper-dev-prev {
        left: -15px;
    }
}

@media screen and (max-width: 1024px) {

    .nycatelist ul li {
        padding: 15px 10px;
        font-size: 14px;
    }

    .honors .swiper-slide .pic {
        height: 108px;
    }

    .honors .swiper-slide img {
        max-height: 108px;
    }

    .swiper-dev-next {
        right: 0;
    }
    .swiper-dev-prev {
        left: 0;
    }
    .swiper-dev-next, .swiper-dev-prev {
        width: 30px;
        height: 30px;
        background-size: contain;
        background-color: rgba(0,0,0,.5);
        top: 70%;
    }

    .ygfc-list{ margin-top:45px; position:relative; padding:0 34px;}
    .ygfc-list ul{ position:relative; padding-top:185px;}
    .ygfc-list ul:before{content:"";display:block;width:1px;height:100%;background: #18397C;position:absolute;left:50%;top:0;}
    .ygfc-list ul:after{content:"";display:block;width:40px;height:40px;border-radius:50%;background:#fff;position:absolute;left:50%;top:0;margin-left:-20px;border: 2px solid #18397C;}
    .ygfc-list ul li{ position:relative; margin-top:-130px;    pointer-events: none;}
    .ygfc-list ul li .img{ width:50%; position:relative; pointer-events: auto; cursor: pointer;}
    .ygfc-list ul li .img:before{content:"";display:block;width:18px;height:18px;border-radius:50%;background: #18397C;position:absolute;top:50%;transform:translateY(-50%)}
    .ygfc-list ul li .img i{ display:block; background:#fff; padding:20px; position:relative;box-shadow: 0 2px 20px 2px rgba(0,0,0,.05);}
    .ygfc-list ul li .img i em{ display:block; overflow:hidden;}
    .ygfc-list ul li .img i em img{ transition:all .3s linear;}
    .ygfc-list ul li .img i:hover em img{ transform:scale(1.05);}
    .ygfc-list ul li:nth-child(2n+1) .img{ padding-right:7%; }
    .ygfc-list ul li:nth-child(2n+1) .img:before{right:-9px;}
    .ygfc-list ul li:nth-child(2n) .img{ float:right; padding-left:7%;}
    .ygfc-list ul li:nth-child(2n) .img:before{ left:-9px;}
    .ygfc-list ul li:nth-child(2n+1) .img i:before{ content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:20px solid #fff; position:absolute; right:-20px; top:50%; transform:translateY(-50%)}
    .ygfc-list ul li:nth-child(2n) .img i:before{ content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:20px solid #fff; position:absolute; left:-20px; top:50%; transform:translateY(-50%)}

    .ygfc-list ul:after{width: 2rem;height: 2rem;margin-left: -1rem;}
    .ygfc-list ul li{margin-top: -6rem;}
    .ygfc-list{ margin-top:3rem; padding:0;}
    .ygfc-list ul li .img i{ padding:1rem;}
    .ygfc-list ul li:nth-child(2n) .img i:before{    border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-right: 10px solid #fff; left:-10px;}
    .ygfc-list ul li:nth-child(2n+1) .img i:before{border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 10px solid #fff;right: -10px;}
    .ygfc-list ul li .img:before{ width:1.4rem; height:1.4rem;}
    .ygfc-list ul li:nth-child(2n+1) .img:before{ right:-0.7rem;}
    .ygfc-list ul li:nth-child(2n) .img:before{ left:-0.7rem;}
    .ygfc-list ul{ padding-top:10rem;}

    .ygfc-list .date {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
    }

    .ygfc-list .info-content {
        font-size: 14px;
        margin: 10px 0 20px;
    }

    .aboutwrap .aboutbox {
        margin-top: 0;
        display: block;
        padding: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutwrap .aboutbox .am-fl {
        width: 70%;
        padding: 20px 20px 5px 0;
    }

    .aboutwrap .aboutbox .txt h2 {
        font-size: 20px;
    }

    .aboutwrap .aboutbox .txt .entit {
        font-size: 12px;
    }

    .aboutwrap .aboutbox .txt .note {
        margin-top: -10px;
        font-size: 14px;
    }

    .aboutwrap .aboutbox .am-fr {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .aboutwrap .aboutbox .txt {
        position: static;
        width: 100%;
        padding: 0px;
        transform: none;
        /* margin-top: 20px; */
        margin-bottom: 25px;
    }

    .aboutwrap .aboutbox .list ul li .animateNum {
        font-size: 26px;
        margin-right: 5px;
    }

    .aboutwrap .desc ul li:not(:last-child) {
        margin-bottom: 20px;
    }

    .aboutwrap .desc li .title {
        left: 20px;
    }

    .aboutwrap .aboutbox .txt .note p {
        text-indent: 0;
    }

    .aboutwrap .aboutbox .list ul li p:last-child {
        font-size: 16px;
    }

    .aboutwrap .desc {
        margin-top: 30px;
    }

    .commontit .tit {
        text-align: center!important;
    }

    #culture .culbox {
        padding: 30px 0;
        margin-top: 10px;
        overflow: hidden;
    }

    .page-development-top {
        display: block;
    }

    .culture .am-pd {
        padding-top: 20px;
    }

    #culture .culbox ul li:nth-child(odd) {
        padding-right: 10px;
    }

    #culture .culbox ul li:nth-child(even) {
        padding-left: 10px;
    }

    #culture .culbox ul li:first-child {
        margin-bottom: 10px;
    }

    #culture .culbox ul li:nth-child(1), #culture .culbox ul li:nth-child(2) {
        margin-bottom: 15px;
    }

    #culture .culbox ul li .wrapper {
        padding: 25px 20px;
        height: auto;
        flex-direction: column;
    }

    #culture .culbox ul li .wrapper .box i img {
        width: 30px;
    }

    #culture .culbox ul li:nth-child(3) .wrapper .box i img {
        width: auto;
    }

    #culture .culbox ul li .wrapper .box span {
        width: auto;
        font-size: 20px;
    }

    #culture .culbox ul li .wrapper .txt .entitle {
        font-size: 18px;
    }

    #culture .culbox ul li .wrapper .txt .title {
        font-size: 14px;
        padding: 0;
        width: auto;
        margin-left: 0;
        margin-top: 15px;
    }

    #brand .culbox {
        margin: 20px 0;
    }

    #brand .culbox ul li,#brand .culbox ul li:first-child .wrapper:last-child {
        margin-bottom: 10px;
    }

    #brand .culbox ul li .wrapper .txt {
        bottom: 30px;
        left: 30px;
        padding-right: 30px;
    }

    #brand .culbox ul li .wrapper .txt .note {
        max-height: 77px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    #brand .culbox ul li .wrapper .txt .title {
        font-size: 18px;
    }

    .pag_about_headch {
        font-size: 20px;
    }

    .pag_about_headen {
        font-size: 12px;
        margin: 0px 0 10px;
    }

    .page-development {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .development-main, .culture-main, .c3 {
        padding-left: 0;
    }
    .page-development-top h2, .page-honor-left h2, .page-honor-left h4, .page-about-top .t1, .page-culture-top h2 {
        font-size: 20px;
    }
    .page-development-top h4, .page-about-top .t2, .page-culture-top h4 {
        font-size: 18px;
    }
    .history-list {
        max-width: calc(100vw - 20px);
    }

    .aboutus .am-pd {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 415px) {
    .honors .am-fl {
        float: none;
    }
    .honors .commoncate {
        float: none;
        margin-top: 30px;
    }
    .commoncate ul li {
        padding: 12px 25px;
        line-height: normal;
        height: auto;
    }
    .commoncate ul li a h5 {
        margin-top: 2px;
    }
    .honorary .pic {
        height: auto;
    }
    .page-honorary-swiper .swiper-pagination {
        display: none;
    }
    .swiper-pagination-num {
        right: 0px;
    }
}
@media screen and (max-width: 391px) {}
