/* 移动端导航栏 */
.nav-mobile-list {
    display: none;
}

/*“新冠”战役*/
.battle-intro-box {
    line-height: 24px;
    color: #333;
    background: #f5f5f5;
    text-indent: 2em;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px;
}

.incident-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.incident-list li {
    width: calc((100% - 30px) / 3);
    margin: 0 15px 15px 0;
}

.incident-list li:nth-child(3n) {
    margin-right: 0;
}

.incident-list li a {
    position: relative;
}

.incident-list li .img-box {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.incident-list li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}

.incident-list li .img-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .2s;
}

.incident-list li p {
    width: 100%;
    line-height: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*公司简介*/
.intro-box {
    display: block;
}

.intro-box .desc-box {
    background: #f5f5f5;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 20px;
}

.intro-box .desc-box p {
    line-height: 24px;
    color: #333;
    text-indent: 2em;
}

.headline-box {
    display: table;
    margin: 0 auto;
    padding-bottom: 20px;
}

.headline-box h2 p, .headline-box h2 span {
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px;
    float: left;
}

.company-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.company-list li {
    display: block;
    width: calc((100% - 30px) / 3);
    cursor: pointer;
    margin: 0 15px 15px 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.company-list li:nth-child(3n) {
    margin-right: 0;
}

.company-list li .img-box {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.company-list li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}

.company-list li:hover {
    box-shadow: 0 0 3px 2px #e4e4e4;
    transform: translateY(-5px);
    transition: all .2s;
}

.company-list li:hover .img-box img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.company-list li h2 {
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-align: center;
    padding: 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.company-list li:hover h2 {
    background: #f5f5f5;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/*企业荣誉*/
.honor-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.honor-list li {
    width: calc((100% - 45px) / 4);
    margin: 0 15px 15px 0;
}

.honor-list li:nth-child(4n) {
    margin-right: 0;
}

.honorImg-box img {
    width: auto;
    height: 130px;
    margin: 0 auto;
    cursor: pointer;
}

.honorText-box {
    line-height: 24px;
    color: #4c4c4c;
    text-align: center;
}

.honorText-box h2 {
    line-height: 18px;
    padding-top: 5px;
}

.max {
    width: 300px;
}

.min {
    width: 100px;
}

.dialog-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.dialog-bg .dialogImg-box {
    max-width: 1200px;
    max-height: 100vh;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dialog-bg .dialogImg-box img {
    width: 100%;
    height: 100%;
}

/*大事记*/
.timeLine-box {
    padding-bottom: 50px;
    position: relative;
}

.timeLine-box::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #90c42f;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.timeLine-box i {
    font-size: 50px;
    color: #90c42f;
    text-align: center;
}

.history-list li {
    padding-bottom: 50px;
    position: relative;
}

.history-list li::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #90c42f;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history-list li .year-box, .history-list li .dh-list {
    width: 45%;
    padding: 10px 30px;
}

.history-list li .dh-list {
    padding: 20px 30px;
}

.history-list li .left-box {
    float: left;
    position: relative;
}

.history-list li .left-box::before {
    content: "";
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 10px solid #90c42f;
    position: absolute;
    top: 14px;
    right: -12.2%;
}

.history-list li .left-box::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 10px solid #90c42f;
    position: absolute;
    top: 24px;
    right: -12.2%;
}

.history-list li .right-box {
    float: right;
}

.year-box {
    line-height: 28px;
    font-size: 30px;
    font-weight: bold;
    color: #90c42f;
}

.dh-list {
    background: rgba(144, 196, 47, 0.15);
    border-radius: 3px;
    box-shadow: 0 0 6px 2px #eef6e0;
}

.dh-list li {
    line-height: 20px;
    color: #505050;
    padding-bottom: 10px;
    position: relative;
}

.dh-list li:last-child {
    padding-bottom: 0;
}

.dh-list li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #90c42f;
    position: absolute;
    top: 8px;
    left: -10px;
}

/*新闻中心*/
.headTitle-box {
    margin-bottom: 20px;
}

.btnNew-list {
    display: table;
    margin: 0 auto;
}

.btnNew-list li {
    margin-right: 15px;
    float: left;
}

.btnNew-list li a {
    width: 100px;
    line-height: 40px;
    font-size: 15px;
    color: #333;
    box-shadow: 0 0 12px 2px #eaeaea;
    text-align: center;
    transition: all .3s;
}

.btnNew-list li a:hover, .btnNew-list li .activeLi {
    color: #fff;
    background: #90c42f;
    transition: all .3s;
}

.newsDetail-box {
    display: none;
}

.company-box {
    display: block;
}

/*企业宣传片*/
.publicity-list {
    display: -webkit-flex;
    display: flex;
}

.publicity-list li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
}

.publicity-list li:nth-child(2n) {
    margin-right: 0;
}

.publicityImg-box {
    height: 25.5vw;
}

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

.dplayer {
    height: 25.5vw;
}

.publicity-list li p {
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-bottom: 15px;
}

/*企业资质*/
.qualif-box {
    background: #f5f5f5;
    padding: 20px;
}

.qualif-box p, .qualif-box span {
    line-height: 40px;
}

/*企业资质*/
.dutyImg-list li {
    width: 475px;
    margin: 0 10px 10px 0;
    float: left;
}

.dutyImg-list li:nth-child(2n) {
    margin-right: 0;
}

.dutyImg-list li img {
    width: 100%;
}

.qualification-box img {
    width: 100%;
}

/*位置导航*/
.breadcrumb-list {
    background: #f5f5f5;
    margin-bottom: 20px;
}

.breadcrumb-list li {
    float: left;
    position: relative;
}

.breadcrumb-list li::before {
    content: "";
    width: 2px;
    height: 14px;
    background: #bfbfbf;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.breadcrumb-list li:last-child::before {
    display: none;
}

.breadcrumb-list li a {
    padding: 15px 25px;
}

.breadcrumb-list li a i {
    line-height: 20px;
    color: #969696;
    padding-right: 5px;
    float: left;
    transition: all .2s;
}

.breadcrumb-list li a p {
    line-height: 20px;
    color: #717171;
    float: left;
}

.breadcrumb-list li:nth-child(2) a p {
    font-weight: bold;
    color: #90c42f;
    transition: all .2s;
}

.breadcrumb-list li a:hover i, .breadcrumb-list li a:hover p {
    color: #90c42f;
    transition: all .2s;
}

/*宣传视频提示*/
.tip-box {
    display: none;
    width: 300px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, .6);
    border-radius: 3px;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

/*新闻列表其他版本*/
.versions-list {
    padding: 0 20px;
    float: left;
}

.versions-list li {
    float: left;
}

.versions-list li a {
    line-height: 40px;
    font-size: 16px;
    color: #666;
    padding: 0 10px;
    transition: all 0.2s;
}

.versions-list li a:hover, .versions-list li .actVer {
    color: #f00;
    transition: all 0.2s;
}

/*其他新闻列表样式*/
.briefOther-list {
    margin-top: 20px;
}

.briefOther-list li {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}

.briefOther-list li:last-child {
    border-bottom: none;
}

.briefOther-list li a {
    line-height: 40px;
    padding: 0 10px;
    transition: all .2s;
}

.briefOther-list li a:hover {
    background: #90c42f;
    transition: all .2s;
}

.briefOther-list li a:hover h2, .briefOther-list li a:hover p {
    color: #fff;
    transition: all .2s;
}

.briefOther-list li h2 {
    width: 800px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    transition: all .2s;
}

.briefOther-list li p {
    text-align: right;
    float: right;
    transition: all .2s;
}

.briefOther2-list, .briefOther3-list {
    margin-top: 20px;
}

.briefOther2-list li, .briefOther3-list li {
    background: #fff;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 15px 0;
    transition: all .2s;
}

.briefOther2-list li:last-child, .briefOther3-list li:last-child {
    margin-bottom: 0;
}

.briefOther2-list li:hover, .briefOther3-list li:hover {
    background: #f5f5f5;
    box-shadow: 2px 2px 6px 2px #e4e4e4;
    padding-left: 15px;
    transition: all .2s;
}

.briefOther2-list li a, .briefOther3-list li a {
    position: relative;
}

.briefOther2-list li .img-box, .briefOther3-list li .img-box {
    width: 260px;
    height: 180px;
    overflow: hidden;
    float: left;
}

.briefOther2-list li .img-box img, .briefOther3-list li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}

.briefOther2-list li:hover .img-box img, .briefOther3-list li:hover .img-box img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .2s;
}

.briefOther2-list li .text-box, .briefOther3-list li .text-box {
    width: 700px;
    height: 180px;
    padding-left: 20px;
    position: relative;
    float: left;
    transition: all .2s;
}

.briefOther2-list li:hover .text-box {
    width: 670px;
    transition: all .2s;
}

.briefOther2-list li .time-box {
    padding-top: 10px;
}

.briefOther2-list li .time-box p {
    line-height: 30px;
    font-size: 15px;
    color: #717171;
    text-align: center;
    float: left;
    position: relative;
    transition: all .2s;
}

.briefOther2-list li:hover .time-box p {
    color: #333;
    padding-left: 100px;
    transition: all .2s;
}

.briefOther2-list li .time-box p::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #ffb2b2;
    position: absolute;
    bottom: 0;
    right: 5px;
    transition: all .2s;
}

.briefOther2-list li:hover .time-box p::before {
    transition: all .2s;
}

.briefOther2-list li .time-box span {
    display: block;
    line-height: 30px;
    color: #717171;
    text-align: center;
    padding-left: 10px;
    float: left;
    transition: all .2s;
}

.briefOther2-list li:hover .time-box span {
    color: #333;
    transition: all .2s;
}

.briefOther2-list li .desc-box h2, .briefOther3-list li .desc-box h2 {
    width: 665px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #5d5c5c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
    transition: all .2s;
}

.briefOther2-list li:hover .desc-box h2, .briefOther3-list li:hover .desc-box h2 {
    width: 650px;
    color: #90c42f;
    transition: all .2s;
}

.briefOther2-list li .desc-box .text-desc, .briefOther3-list li .desc-box .text-desc {
    width: 665px;
    line-height: 30px;
    color: #717171;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .2s;
}

.briefOther2-list li:hover .desc-box .text-desc {
    width: 650px;
    transition: all .2s;
}

.briefOther3-list li .text-box {
    width: 740px;
    height: 120px;
    padding-left: 0;
}

.briefOther3-list li:hover .text-box {
    width: 710px;
    height: 120px;
    transition: all .2s;
}

.briefOther3-list li .time-box {
    color: #fff;
    background: #90c42f;
    margin: 10px 40px 0 0;
    padding: 20px;
    float: left;
    position: relative;
}

.briefOther3-list li .time-box::before {
    content: "";
    width: 0;
    height: 2px;
    background: #ffb2b2;
    position: absolute;
    top: 18px;
    right: -25px;
    z-index: 10;
    transition: all .3s;
}

.briefOther3-list li:hover .time-box::before {
    width: 50px;
    transition: all .3s;
}

.briefOther3-list li .time-box p {
    line-height: 20px;
}

.briefOther3-list li .time-box span {
    line-height: 40px;
    font-size: 24px;
}

.briefOther3-list li .desc-box {
    width: 550px;
    float: left;
    transition: all .2s;
}

.briefOther3-list li:hover .desc-box {
    width: 520px;
    transition: all .2s;
}

.briefOther3-list li .desc-box h2 {
    padding-bottom: 0;
}

.briefOther3-list li .desc-box h2, .briefOther3-list li .desc-box .text-desc {
    width: auto;
    transition: all .2s;
}

.briefOther3-list li:hover .desc-box h2, .briefOther3-list li:hover .desc-box .text-desc {
    width: 520px;
    transition: all .2s;
}

.briefOther3-list li .img-box {
    width: 220px;
    height: 120px;
}

.dh-list p {
    line-height: 24px;
    color: #656565;
    padding-bottom: 10px;
    position: relative;
}

.dh-list p:last-child {
    padding-bottom: 0;
}

.dh-list p::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #90c42f;
    position: absolute;
    top: 8px;
    left: -10px;
}

/* 以下样式只有IE10+ 能识别*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .brief-list li .desc-box .text-desc {
        height: 60px;
    }
}

/*UI改版*/
.dutyInfo-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.dutyInfo-list li {
    width: calc((100% - 30px) / 3) !important;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    margin-right: 15px;
    position: absolute;
}

.dutyInfo-list li:nth-child(3n) {
    margin-right: 0;
}

.dutyInfo-list li:nth-child(2) {
    left: calc((100% + 15px) / 3) !important;
}

.dutyInfo-list li:nth-child(3) {
    left: calc(((100% + 15px) / 3) * 2) !important;
}

.dutyInfo-list .img-box {
    width: 100%;
    height: 260px;
}

.dutyInfo-list .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.dutyInfo-list h2 {
    line-height: 30px;
    font-size: 22px;
    color: #333;
    padding: 10px 15px;
}

.dutyInfo-list p {
    min-height: 115px;
    line-height: 25px;
    font-size: 14px;
    color: #767676;
    letter-spacing: 1px;
    text-indent: 2em;
    padding: 0 15px 15px;
}

/*搜索框*/
.search-box {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

.search-box input {
    width: 380px;
    line-height: 36px;
    border: 1px solid #ccc;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 0 12px;
}

.search-box button {
    width: 70px;
    line-height: 36px;
    color: #fff;
    background: #90c42f;
    box-shadow: 0 0 12px 2px rgba(144, 196, 47, .3);
    border: 1px solid #90c42f;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.search-box button:hover {
    background: #84b726;
    border: 1px solid #84b726;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

/*过渡动画*/
.about-enter-active {
    transition: all .5s ease;
}

.about-enter, .about-leave-to {
    opacity: 0;
}

.visible {
    /* 定义可见状态的dropdown-list样式 */
    display: block;
}

/* 响应式布局 */
@media (max-width: 1330px) {
    .dutyInfo-list p {
        min-height: 140px;
    }
}

@media (max-width: 1060px) {
    .dutyInfo-list p {
        min-height: 159px;
    }
}

@media (max-width: 1024px) {
    .nav-list {
        display: none;
    }

    .nav-mobile-list {
        display: block;
        width: 100%;
        height: calc(100vh - 70px);
        overflow-y: auto;
        border-top: 1px solid #ededed;
        position: relative;
    }

    .nav-mobile-list li {
        display: flex;
        display: -webkit-flex;
        width: 100%;
    }

    .nav-mobile-list li a, .nav-mobile-list li .nav-mobile-link {
        line-height: 30px;
        padding: 15px;
    }

    .nav-mobile-list li .nav-mobile-link {
        width: 30%;
        font-size: 17px;
        color: #333;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .nav-mobile-list li .activeMobile {
        font-weight: bold;
        color: #90c42f;
        background: #fff;
    }

    .dropdown-list {
        height: calc(100vh - 71px);
        position: absolute;
        top: 0;
        left: 30%;
    }

    .dropdown-list a:hover {
        color: #90c42f;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s;
    }

    .company-list li .img-box {
        height: 18vw;
    }

    .history-box {
        padding-right: 20px;
    }

    .timeLine-box, .history-list li {
        padding-bottom: 30px;
    }

    .timeLine-box::before {
        left: 35px;
    }

    .timeLine-box i {
        font-size: 30px;
        text-align: left;
        padding-left: 20px;
    }

    .history-list {
        padding-left: 70px;
    }

    .history-list li::before {
        left: -35px;
    }

    .history-list li .left-box, .history-list li .right-box {
        float: none;
    }

    .history-list li .left-box::before, .history-list li .left-box::after {
        right: auto;
        left: -42px;
    }

    .history-list li:nth-child(even) .left-box::before {
        top: -44px;
    }

    .history-list li:nth-child(even) .left-box::after {
        top: -35px;
    }

    .history-list li .left-box::before {
        top: 24px;
    }

    .history-list li .left-box::after {
        top: 33px;
    }

    .history-list li .year-box, .history-list li .dh-list {
        width: 100%;
    }

    .history-list li .year-box {
        text-align: left !important;
        padding: 20px 0;
    }

    .dutyInfo-list li {
        width: calc((100% - 15px) / 2) !important;
        margin-right: 15px;
    }

    .dutyInfo-list li:nth-child(2n) {
        margin-right: 0;
    }

    .dutyInfo-list li:nth-child(2) {
        left: calc(50% + 7.5px) !important;
    }

    .dutyInfo-list li:nth-child(3) {
        top: 440px !important;
        left: 0 !important;
    }

    .dutyInfo-list li:nth-child(4) {
        left: calc(50% + 7.5px) !important;
    }

    .dutyInfo-list p {
        min-height: 111px;
    }

    .dutyInfo-list li:nth-child(3) p {
        min-height: 165px;
    }

    .incident-list li .img-box {
        height: 20vw;
    }
}

@media (max-width: 1014px) {
    .dutyInfo-list li:nth-child(3) p, .dutyInfo-list li:nth-child(4) p {
        min-height: 190px;
    }
}

@media (max-width: 992px) {
    .company-list li .img-box {
        height: 20vw;
    }

    .honor-list li {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
    }

    .honor-list li:nth-child(3n) {
        margin-right: 0;
    }

    .honorImg-box img {
        height: 150px;
    }
}

@media (max-width: 895px) {
    .dutyInfo-list li:nth-child(3) p, .dutyInfo-list li:nth-child(4) p {
        min-height: 215px;
    }

    .incident-list li .img-box {
        height: 22vw;
    }
}

@media (max-width: 890px) {
    .dutyInfo-list p {
        min-height: 145px;
    }

    .dutyInfo-list li:nth-child(3) {
        top: 470px !important;
    }
}

@media (max-width: 830px) {
    .honorImg-box img {
        height: 130px;
    }
}

@media (max-width: 803px) {
    .dutyInfo-list li:nth-child(3) p, .dutyInfo-list li:nth-child(4) p {
        min-height: 240px;
    }
}

@media (max-width: 768px) {
    .company-list li {
        width: calc((100% - 15px) / 2);
        margin: 0 15px 15px 0;
    }

    .company-list li:nth-child(2n) {
        margin-right: 0;
    }

    .company-list li .img-box {
        height: 26vw;
    }

    .company-list li h2 {
        font-size: 15px;
    }

    .honor-list li {
        width: calc((100% - 15px) / 2);
        margin-right: 15px;
    }

    .honor-list li:nth-child(2n) {
        margin-right: 0;
    }

    .honorImg-box img {
        height: 170px;
    }

    .incident-list li {
        width: calc((100% - 15px) / 2);
    }

    .incident-list li .img-box {
        height: 26vw;
    }

    .incident-list li:nth-child(odd) {
        margin-right: 15px;
    }

    .incident-list li:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width: 715px) {
    .dutyInfo-list p {
        min-height: 165px;
    }

    .dutyInfo-list li:nth-child(3) p, .dutyInfo-list li:nth-child(4) p {
        min-height: 265px;
    }

    .dutyInfo-list li:nth-child(3) {
        top: 490px !important;
    }
}

@media (max-width: 708px) {
    .dutyInfo-list li:nth-child(2) {
        top: 0 !important;
    }

    .dutyInfo-list li:nth-child(4) {
        top: 490px !important;
    }
}

@media (min-width: 641px) and (max-width: 708px) {
    .dutyInfo-list {
        height: 1130px !important;
    }
}

@media (max-width: 655px) {
    .dutyInfo-list li:nth-child(3) p, .dutyInfo-list li:nth-child(4) p {
        min-height: 290px;
    }
}

@media (max-width: 660px) {
    .honorImg-box img {
        height: 160px;
    }

    .incident-list li .img-box {
        height: 30vw;
    }
}

@media (max-width: 640px) {
    .publicity-list {
        flex-direction: column;
    }

    .publicity-list li {
        width: 100%;
        margin-right: 0;
    }

    .publicityImg-box {
        height: 55.5vw;
    }

    .dplayer {
        height: 55.5vw;
    }

    .publicity-list li p {
        line-height: 40px;
        font-size: 15px;
    }

    .dutyInfo-list li {
        width: 100% !important;
    }

    .dutyInfo-list p {
        min-height: auto;
    }

    .dutyInfo-list li:nth-child(2) {
        top: calc(48vw + 155px) !important;
        left: 0 !important;
    }

    .dutyInfo-list li:nth-child(3) p, .dutyInfo-list li:nth-child(4) p {
        min-height: auto;
    }

    .dutyInfo-list li:nth-child(3) {
        top: calc(96vw + 310px) !important;
        left: 0 !important;
    }

    .dutyInfo-list li:nth-child(4) {
        top: calc(144vw + 465px) !important;
        left: 0 !important;
    }

    .dutyInfo-list .img-box {
        height: 48vw;
    }
}

@media (max-width: 600px) {
    .honorImg-box img {
        height: 150px;
    }
}

@media (max-width: 578px) {
    .honorImg-box img {
        height: 130px;
    }

    .dutyInfo-list li:nth-child(2) {
        top: calc(48vw + 180px) !important;
    }

    .dutyInfo-list li:nth-child(3) {
        top: calc(96vw + 335px) !important;
    }

    .dutyInfo-list li:nth-child(4) {
        top: calc(144vw + 490px) !important;
    }
}

@media (max-width: 560px) {
    .honorImg-box img {
        height: 130px;
    }
}

@media (max-width: 504px) {
    .dutyInfo-list li:nth-child(4) {
        top: calc(144vw + 515px) !important;
    }
}

@media (max-width: 500px) {
    .honorImg-box img {
        height: 110px;
    }
}

@media (max-width: 480px) {
    .search-box {
        padding-bottom: 15px;
    }

    .company-list li {
        width: 100%;
        margin-right: 0;
    }

    .company-list li .img-box {
        height: 52vw;
    }

    .honor-list li {
        width: 100%;
        margin-right: 0;
    }

    .honorImg-box img {
        height: 180px;
    }

    .publicity-list li p {
        font-size: 14px;
    }

    .incident-list li {
        width: 100%;
    }

    .incident-list li:nth-child(odd) {
        margin-right: 0;
    }

    .incident-list li .img-box {
        height: 50vw;
    }
}

@media (max-width: 456px) {
    .dutyInfo-list li:nth-child(2) {
        top: calc(48vw + 205px) !important;
    }

    .dutyInfo-list li:nth-child(3) {
        top: calc(96vw + 360px) !important;
    }

    .dutyInfo-list li:nth-child(4) {
        top: calc(144vw + 540px) !important;
    }
}

@media (max-width: 444px) {
    .dutyInfo-list li:nth-child(3) {
        top: calc(96vw + 385px) !important;
    }

    .dutyInfo-list li:nth-child(4) {
        top: calc(144vw + 565px) !important;
    }
}

@media (max-width: 400px) {
    .dutyInfo-list li:nth-child(4) {
        top: calc(144vw + 590px) !important;
    }
}

@media (max-width: 380px) {
    .company-list li h2 {
        font-size: 14px;
    }

    .history-box {
        padding-right: 10px;
    }

    .timeLine-box i {
        padding-left: 0;
    }

    .timeLine-box::before {
        left: 15px;
    }

    .history-list {
        padding-left: 40px;
    }

    .history-list li::before {
        left: -25px;
    }

    .history-list li .left-box::before, .history-list li .left-box::after {
        right: auto;
        left: -32px;
    }

    .history-list li .dh-list {
        padding-right: 15px;
    }
}

@media (max-width: 370px) {
    .dutyInfo-list li:nth-child(2) {
        top: calc(48vw + 230px) !important;
    }

    .dutyInfo-list li:nth-child(3) {
        top: calc(96vw + 410px) !important;
    }

    .dutyInfo-list li:nth-child(4) {
        top: calc(144vw + 615px) !important;
    }
}

@media (max-width: 360px) {
    .timeLine-box, .history-list li::before {
        display: none;
    }

    .history-list {
        padding-left: 10px;
    }

    .history-list li .left-box::before, .history-list li .left-box::after {
        left: 0;
    }

    .history-list li .year-box {
        text-align: left !important;
        padding: 20px;
    }
}

@media (max-width: 355px) {
    .dutyInfo-list li:nth-child(3) {
        top: calc(96vw + 435px) !important;
    }

    .dutyInfo-list li:nth-child(4) {
        top: calc(144vw + 640px) !important;
    }
}

@media (max-width: 338px) {
    .dutyInfo-list li:nth-child(4) {
        top: calc(144vw + 665px) !important;
    }
}

@media (max-width: 325px) {
    .dutyInfo-list li:nth-child(2) {
        top: calc(48vw + 255px) !important;
    }

    .dutyInfo-list li:nth-child(3) {
        top: calc(96vw + 460px) !important;
    }

    .dutyInfo-list li:nth-child(4) {
        top: calc(144vw + 690px) !important;
    }
}

@media (max-width: 320px) {
    .bannerTitle-box {
        padding: 15px;
    }

    .bannerTitle-box p {
        height: 25px;
        line-height: 25px;
        font-size: 18px;
    }
}

.memorabilia-box {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    flex-wrap: wrap;         /* 允许换行 */
    padding: 20px;
    box-sizing: border-box;
    gap: 0;                  /* 移除图片间距 */
}

.memorabilia-box img {
    max-width: 100%;     /* 图片最大宽度不超过容器 */
    height: auto;        /* 保持宽高比 */
    object-fit: contain; /* 保持图片比例 */
    margin: 0;           /* 确保图片没有外边距 */
}

/* 移动端调整 */
@media (max-width: 768px) {
    .memorabilia-box {
        flex-direction: column; /* 垂直排列 */
    }
    .memorabilia-box img {
        width: 100%; /* 移动端图片占满宽度 */
    }
}
