.company-intro {
    padding: 123px 0 164px;
    background-image: url(../img/about--2.jpg);
    background-size: cover;
}

.company-intro .l {
    width: 850px;
    max-width: 100%;
}

.company-intro .text-title {
    font-weight: bold;
    color: #333333;
    line-height: 1.25;
}

.company-intro .text-des {
    /*  */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 40px;
}

.company-intro .list {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 68px;
}

.company-intro .list.numberList .text,
.company-intro .list.numberList .number {
    color: rgba(53, 174, 64, 1);
}

.company-intro .list li {
    max-width: 200px;
}

.company-intro .list.numberList .number {
    font-size: 18px;
    text-transform: uppercase;
}

.company-intro .list.numberList .text {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 10px;
}

.company-culture {
    padding: 100px 0 140px;
}

.business-philosophy .title,
.about .box5 .title,
.company-history .title,
.company-culture .title {
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.company-culture .box-c {
    margin-top: 53px;
}

.company-culture .box-c .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 110px;
    text-align: center;
}

.company-culture .box-c .list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: rgba(53, 174, 64, 1);
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
}
 .company-culture .box-c .list .icon img{
        max-width:50%;
        max-height:50%;
    }
.company-culture .box-c .list .icon .iconfont {
    display: block;
    font-size: 60px;
    transition: all .6s;
}

.company-culture .box-c .list li:hover .icon .iconfont {
    transform: rotateY(180deg);
}

.company-culture .box-c .list li .text-title {
    font-weight: 400;
    color: #333333;
    line-height: 1.25;
    margin-top: 30px;
}

.company-culture .box-c .list li .text-des {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 30px;
}

.company-history {
    padding: 95px 0 140px;
    background: url(../img/about-3.jpg);
    background-size: cover;
}

.company-history .box-c {
    margin-top: 69px;
}

.company-history .box-c .scrollContainer {
    position: relative;
    /* overflow: auto; */
    padding: 0 3%;
}

.company-history .box-c .scrollContainer .line1 {
    position: absolute;
    left: 0;
    top: 240px;
    width: 100%;
}

.company-history .box-c .scrollContainer .line1 img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.company-history .box-c .list {
    position: relative;
    display: flex;
    gap: 0 15%;
    z-index: 4;
}

.company-history .box-c .list li {
    position: relative;
    width: 25%;
    height: 260px;
    padding-left: 15px;
    border-left: 3px solid #D9D9D9;
}

.company-history .box-c .list li::before {
    position: absolute;
    content: "";
    left: -9px;
    bottom: -10px;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 5px solid rgba(53, 174, 64, 1);
    border-radius: 50%;
    box-sizing: border-box;
}

.company-history .box-c .list:nth-child(1) li:nth-child(1) {
    margin-top: 207px;
}

.company-history .box-c .list:nth-child(1) li:nth-child(2) {
    margin-top: 78px;
}

.company-history .box-c .list:nth-child(2) {
    margin-top: -68px;
}

.company-history .box-c .list:nth-child(2) li {
    padding-top: 34px;
    /* width: 32%; */
}

.company-history .box-c .list:nth-child(2) li::before {
    bottom: auto;
    top: -10px;
}

.company-history .box-c .list:nth-child(2) li:first-child {
    margin-left: 19%;
}

.company-history .box-c .list:nth-child(2) li:nth-child(2) {
    margin-top: -17px;
}

.company-history .box-c .list li .year {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    /* line-height: 1; */
}

.company-history .box-c .list li .text-box {
    width: 106%;
}

.company-history .box-c .list:nth-child(2) li .text-box {
    width: 134%;
}

.company-history .box-c .list li .year span {
    font-family: PangMenZhengDao;
    font-weight: 400;
    color: rgba(53, 174, 64, 1);
    line-height: 1;
    padding-right: .575em;
}

.company-history .box-c .list li .text-title {
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    margin-top: 16px;
}

.company-history .box-c .list li .text-box {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}

.business-philosophy {
    padding: 100px 0 113px;
    background-color: rgba(249, 249, 249, 1);
}

.business-philosophy .box-c {
    margin-top: 80px;
}

.business-philosophy .box-c .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.business-philosophy .box-c .list li {
    background-color: rgba(255, 255, 255, 1);
    padding: 30px 30px 38px;
}

.business-philosophy .box-c .list li .icon {
    display: inline-block;
    color: rgba(53, 174, 64, 1);
    transition: all .6s;
}

.business-philosophy .box-c .list li:hover .icon {
    transform: rotateY(180deg);
}

.business-philosophy .box-c .list li .text-title {

    font-weight: 400;
    /* font-size: 40px; */
    color: #333333;
    line-height: 1.25;
    transition: all .6s;
}

.business-philosophy .box-c .list li:hover .text-title {
    color: rgba(53, 174, 64, 1);
}

.business-philosophy .box-c .list li .text-des {
    font-weight: 400;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    margin-top: 14px;
}

.business-philosophy .box-c .list li .text-box {
    margin-top: 30px;
}

.odm-section {
    background: RGBA(250, 250, 250, 1);
    padding-bottom: 180px;
}

.odm-section .index-title {
    text-align: center;
    color: rgba(34, 34, 34, 1);
}

.index-des {
    text-align: center;
    font-size: 24px;
    color: #222222;
    line-height: 1.5;
    margin-top: .78em;
}

.news {
    padding: 80px 0 120px;
    background: RGBA(250, 250, 250, 1);
}

.news .news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 25px;
}

.news .news-item {
    background: #FFFFFF;
    border-radius: 5px;
    transition: all .6s;
}
.news .news-item:hover{
    box-shadow: 5px 9px 30px 0px rgba(53,174,64,0.08);
}
.news .news-list a {
    display: block;
}

.news .news-list .picCover {
    padding-top: 58.44%;
}

.news .news-list .pic {
    border-radius: 5px;
}

.news .news-item .text-box {
    padding: 26px 20px;
}

.news .news-item .text-title {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}
.news .news-item:hover .text-title{
    color: #35AE40;
}
.news .news-item .text-des {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news-item .more {
    display: inline-block;
    /* padding: 0 26px; */
    line-height: 30px;
    /* background: #35AE40; */
    border-radius: 5px;
    font-size: 16px;
    color: #35AE40;
    margin-top: 35px;
}
.news .pagination{
    margin-top: 80px;
}
.news .pagination ul{
    justify-content: flex-end;
}
@media (max-width:1550px) {
    .company-history .box-c .list:nth-child(2) {
        margin-top: -80px;
    }

    .company-history .box-c .list:nth-child(2) li:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width:1440px) {
    .company-history .box-c .scrollContainer .line1 img {
        width: 100%;
    }

    .company-history .box-c .scrollContainer .line1 {
        top: 260px;
    }

    .company-history .box-c .list:nth-child(1) li:nth-child(2) {
        margin-top: 4.79vw;
    }

    .company-history .box-c .list:nth-child(1) li:nth-child(1) {
        margin-top: 8.81vw;
    }

    .company-history .box-c .list:nth-child(2) {
        margin-top: 2.08vw;
    }

    .company-history .box-c .list:nth-child(2) li:nth-child(2) {
        margin-top: -3.54vw;
    }
}

@media (max-width:1199px) {
    .news .pagination{
        margin-top: 45px;
    }
    .news{
        padding: 80px 0;
    }
    .odm-section{
        padding-bottom: 70px;
    }
    .index-des {
        font-size: 22px;
        margin-top: .5em;
    }

    .business-philosophy,
    .company-culture,
    .company-intro {
        padding: 70px 0;
    }

    .company-history {
        padding: 70px 0 100px;
    }

    .business-philosophy .box-c,
    .company-history .box-c,
    .company-culture .box-c,
    .company-intro .list {
        margin-top: 45px;
    }

    .company-intro .text-des {
        margin-top: 25px;
    }

    .company-culture .box-c .list {
        gap: 40px;
    }

    .company-culture .box-c .list .icon {
        width: 80px;
        height: 80px;
    }

    .company-culture .box-c .list .icon .iconfont {
        font-size: 50px;
    }

    .company-culture .box-c .list li .text-title {
        margin-top: 20px;
    }

    .business-philosophy .box-c .list li .text-title,
    .company-culture .box-c .list li .text-title {
        font-size: 24px;
    }

    .company-culture .box-c .list li .text-des {
        font-size: 16px;
        line-height: 24px;
        margin-top: 8px;
    }

    .company-history .box-c .list li .text-title {
        font-size: 18px;
    }

    .company-history .box-c .list li .text-box {
        font-size: 14px;
    }

    .company-history .box-c .list:nth-child(2) li {
        padding-top: 10px;
    }

    .business-philosophy .box-c .list {
        gap: 40px;
    }

    .business-philosophy .box-c .list li .icon .iconfont {
        font-size: 80px;
    }
    .news .news-item .text-title{
        line-height: 26px;
    }
    .news .news-item .more{
        margin-top: 30px;
        line-height: 45px;
        padding: 0 20px;
        font-size: 14px;
    }
}

@media (max-width:1024px) {
    .news .pagination{
        margin-top: 40px;
    }
    .news{
        padding: 70px 0;
    }
    .odm-section{
        padding-bottom: 60px;
    }
    .index-des {
        font-size: 20px;
    }

    .business-philosophy .box-c .list {
        gap: 30px;
    }

    .business-philosophy .box-c .list li {
        padding: 30px 20px;
    }

    .business-philosophy .box-c .list li .icon .iconfont {
        font-size: 60px;
    }

    .business-philosophy .box-c .list li .text-box {
        /* margin-left: 20px; */
        margin-top: 15px;
    }

    .business-philosophy .box-c .list li .text-des {
        font-size: 16px;
        line-height: 24px;
        margin-top: 4px;
    }

    .company-history .box-c {
        overflow: auto;
        padding-bottom: 30px;
    }

    .company-history .box-c .scrollContainer {
        width: 1400px;
    }

    .company-history .box-c .list:nth-child(1) li:nth-child(1) {
        margin-top: 123px;
    }

    .company-history .box-c .list:nth-child(2) {
        margin-top: 34px;
    }

    .company-history .box-c .list:nth-child(1) li:nth-child(2) {
        margin-top: 67px;
    }

    .company-history .box-c .list:nth-child(2) li:nth-child(2) {
        margin-top: -55px;
    }

    .company-culture .box-c .list .icon {
        width: 60px;
        height: 60px;
    }
   
    .company-culture .box-c .list .icon .iconfont {
        font-size: 40px;
    }

    .business-philosophy .box-c .list li .text-title,
    .company-culture .box-c .list li .text-title {
        font-size: 20px;
    }

    .business-philosophy,
    .company-culture,
    .company-intro {
        padding: 60px 0;
    }

    .company-history {
        padding: 60px 0 100px;
    }

    .business-philosophy .box-c,
    .company-history .box-c,
    .company-culture .box-c,
    .company-intro .list {
        margin-top: 40px;
    }

    .company-intro .text-des {
        margin-top: 20px;
    }

    .company-history {
        padding-bottom: 30px;
    }
}

@media (max-width:768px) {
    .news .news-item .more{
        margin-top: 20px;
        line-height: 40px;
        font-size: 14px;
    }
    .news .news-list{
        grid-template-columns: repeat(2,1fr);
    }
    .news .pagination{
        margin-top: 30px;
    }
    .news{
        padding: 60px 0;
    }
    .company-intro .list{
        gap: 0 28px;
    }
    .company-intro .list.numberList .text,
    .company-intro .list.numberList .number{
        font-size: 14px;
    }
    .company-intro .list.numberList .text{
        line-height: 20px;
    }
    .odm-section{
        padding-bottom: 50px;
    }
    .index-des {
        font-size: 18px;
    }

    .business-philosophy .box-c .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .company-culture .box-c .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .company-culture .box-c .list li .text-title {
        margin-top: 10px;
    }

    .company-intro .text-des {
        margin-top: 10px;
    }

    .business-philosophy,
    .company-culture,
    .company-intro {
        padding: 50px 0;
    }

    .company-history {
        padding: 50px 0 100px;
    }

    .business-philosophy .box-c,
    .company-history .box-c,
    .company-culture .box-c,
    .company-intro .list {
        margin-top: 30px;
    }

    .company-culture .box-c .list .icon {
        width: 50px;
        height: 50px;
    }

    .company-culture .box-c .list .icon .iconfont {
        font-size: 30px;
    }
    .business-philosophy .box-c .list li .icon .iconfont {
        font-size: 40px;
    }
}

@media (max-width:500px) {
    .news .news-list{
        grid-template-columns: repeat(1,1fr);
    }
    .news .pagination{
        margin-top: 25px;
    }
    .news{
        padding: 50px 0;
    }
    .company-intro .text-des{
        font-size: 14px;
        line-height: 24px;
    }
    .company-intro .list{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px 27px;
    }
    .company-intro .list.numberList .text{
        margin-top: 5px;
    }
    .company-intro .list li{
        max-width: 100%;
    }
    .company-intro .list li:last-child{
        grid-column: 1/3;
    }
    .odm-section{
        padding-bottom: 40px;
    }
    .index-des {
        font-size: 16px;
    }

    .business-philosophy .box-c .list {
        gap: 20px;
    }

    .business-philosophy .box-c .list li .icon .iconfont {
        font-size: 30px;
    }

    .business-philosophy .box-c .list li {
        padding: 20px;
    }

    .company-culture .box-c .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .business-philosophy .box-c .list li .text-title,
    .company-culture .box-c .list li .text-title {
        font-size: 18px;
    }

    .company-culture .box-c .list .icon {
        width: 44px;
        height: 44px;
    }

    .company-culture .box-c .list .icon .iconfont {
        font-size: 20px;
    }

    .business-philosophy,
    .company-culture,
    .company-intro {
        padding: 40px 0;
    }

    .company-history {
        padding: 40px 0 100px;
    }

    .business-philosophy .box-c,
    .company-history .box-c,
    .company-culture .box-c,
    .company-intro .list {
        margin-top: 25px;
    }
    .company-culture .box-c .list li .text-des{
        margin-top: 4px;
    }
    .business-philosophy .box-c .list li .text-des{
        font-size: 14px;
        line-height: 20px;
    }
}