/* 垂直布局*/
.vertical {
    display: flex;
    flex-direction: column;
}

/* 水平布局 */
.horizontal {
    display: flex;
    flex-direction: row;
}

/* 文本单行 */
.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media screen and (min-width: 1920px) {
    .index-page3 .index-about .col-md-6 .about-img {
        width: -webkit-fill-available;
    }
    .index-page3 .index-about .col-md-6 .about-content .about-text p {
        font-size: 14px;
        text-indent: 2em;
    }

    .index-page3 .index-about .col-md-6 .about-content .about-l {
        padding-top: 10px;
    }
}
@media (min-width: 1480px) {
    .footerPage .footer .container{
        max-width: 100%;
        padding: 0 60px;
    }
    .footerPage .footer .container .footer-box .footer-right-logo {
        width: 230px;
    }
}



@media screen and (min-width: 768px)  {


    .header {
        background-color: rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 15px 90px;
    }

    .home-about {
        margin: 40px 100px;
    }

    .banner-news .news-swiper {
        position: relative;
        padding: 0px 160px;
        height: 80px;
        display: flex;
        align-items: center;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 24px;
    }

    .news-swiper .label {
        font-size: 16px;
        font-weight: bold;
        color: #333333;
    }

    .about-img {
        border-radius: 0px 60px 0px 60px;
        overflow: hidden;
        margin-right: 60px;
        width: 520px;
    }


    .about-title {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0em;
        color: #333333;
    }

    .about-text {
        /*font-size: 15px;*/
        /*font-weight: normal;*/
        /*letter-spacing: 0em;*/
        /*color: #333333;*/
        margin-top: 20px;
        font-size: 16px;
        font-weight: normal;
        line-height: 28px;
        letter-spacing: 0em;
        color: #333333;
    }

    .banner-left {
        margin-left: 90px;
    }

    .banner-line {
        width: 100%;
        margin: 20px 0px;
        height: 1px;
        background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 100%);
    }

    .banner-text {
        font-size: 34px;
        font-weight: 500;
        display: flex;
        color: #FFFFFF;
    }

    .banner-tips {
        font-size: 18px;
        font-weight: normal;
        color: #FFFFFF;
    }

    .dot-banner {
        position: absolute;
        bottom: 65px;
        left: 50%;
        right: 50%;
        z-index: 999;
        background-color: transparent;
    }

    .dot-banner .dot-customs {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.5);
        margin-right: 14px;
    }

    .dot-banner .dot-customs-active {
        background: #FFFFFF;
    }

    .news-time {
        margin-left: 60px;
        margin-right: 20px;
        color: #999999;
        font-size: 13px;
        font-weight: normal;
        line-height: 20px;
    }

    .news-text {
        color: #333333;
    }

    .dot-news-normal {
        background: #D3D3D3;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        z-index: 999;
        margin-right: 10px;
    }

    .dot-news-active {
        background: #8FC31F;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        z-index: 999;
        margin-right: 10px;
    }

    .about-btn {
        border-radius: 20px;
        padding: 0px 30px;
        background-color: #8FC31F;
        font-size: 16px;
        font-weight: normal;
        line-height: 40px;
        display: inline-block;
        margin-top: 20px;
        color: #FFFFFF;
    }

    .about-content {
        flex: 1;
        padding-left: 50px;
    }

    .about-btn:hover {
        color: white;
    }

    .product-title {
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        letter-spacing: 0em;
        color: #333333;
    }

    .product-text {
        font-size: 16px;
        font-weight: normal;
        color: #666666;
        margin-top: 48px;
        margin-bottom: 40px;
        text-align: center;
    }

    .product-item {
        flex: 1;
        height: 400px;
    }

    .product-item:hover {
        flex: 2;
        transition: all 0.2s;
    }

    .product-item img {
        /*object-fit: cover;*/
    }
    .product-item img:hover {
        /*object-fit: contain;*/
    }

    .sku-swiper-button-prev {
        margin-right: 50px;
    }

    .sku-swiper-button-next {
        margin-left: 50px;
    }

    .sku-list {
        align-items: center;
        margin-top: 30px;
        padding: 10px;
        padding-bottom: 30px;

    }

    .sku-img {
        /*width: 176px;*/
        /*height: 180px;*/
        overflow: hidden;
        border-radius: 5px;
    }

    .sku-img > img {
        background-color: #F5F6FA;
        width: 120px;
    }

    .sku-big-img {
        height: 470px;
    }

    .sku-big-title {
        font-size: 26px;
        font-weight: 500;
        color: #8FC31F;
    }

    .sku-big-name {
        font-size: 17px;
        margin-top: 10px;
        font-weight: 500;
        color: #333333;
    }

    .sku-big-tips {
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 14px;
        color: #666666;
    }

    .sku-bottom-line {
        margin-top: 20px;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(270deg, rgba(143, 195, 31, 0.10) 0%, #8FC31F 50%, rgba(143, 195, 31, 0.10) 100%);
        height: 1px;
    }

    .scientific {
        background-image: url("../img/scientific_bg.png");
        background-repeat: no-repeat;
        margin-top: 40px;
    }

    .scientific .mask {
        background: rgba(0, 0, 0, 0.5);
        padding: 100px 40px;
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .scientific .tab {
        margin: 0 20px;
        width: 27vw;
    }

    .scientific .img-label {
        width: 300px;
        margin-top: 40px;
    }

    .scientific .img-logo {
        width: 320px;
        margin-top: 40px;
    }

    .news-title {
        font-size: 16px;
        font-weight: 500;
        color: #8FC31F;
        margin-top: 50px;
    }

    .news-intro {
        font-size: 22px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 50px;
    }

    .news-left {
        width: 50vw;
        padding-left: 160px;
        padding-right: 40px;
    }

    .news-right {
        padding: 40px;
        width: 50vw;
        background: rgba(143, 195, 31, 0.1);
    }

    .news-right img {
        width: 30vw;
    }

    .news-right .title {
        font-size: 16px;
        margin-top: 20px;
        font-weight: bold;
        color: #8FC31F;
    }

    .news-right .info {
        font-size: 14px;
        max-width: 30vw;
        color: #666666;
        margin-top: 10px;
    }


    .news-item-line {
        background: linear-gradient(270deg, rgba(143, 195, 31, 0.05) 0%, rgba(143, 195, 31, 0.50) 50%, rgba(143, 195, 31, 0.05) 100%);
        height: 1px;
        margin-top: 20px;
    }

    .news-item {
        padding: 20px 0;
        margin-top: 2px;
        align-items: center;
        justify-content: center;
    }

    .news-item .check {
        width: 10px;
        height: 10px;
    }

    .news-item .title {
        flex: 1;
        font-size: 16px;
        margin: 0 20px;
        color: #333333;
        line-height: 30px;
    }

    .news-item .arrow {
        width: 30px;
        height: 30px;
    }

    .developmental {
        background-image: url("../img/developmental_bg.png");
        background-repeat: no-repeat;
        background-position: right;
        padding: 50px 160px;
        margin-top: 120px;
        align-items: center;
        background-size: cover;
    }

    .developmental .title {
        font-size: 36px;
        font-weight: bold;
        color: #FFFFFF;
    }

    .developmental .info {
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .developmental .more {
        height: 44px;
        line-height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        padding: 0 30px;
        background: #FFFFFF;
        font-weight: 500;
        font-size: 18px;
        color: #8FC31F;
    }

    .footer {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 65px;
        background: #3D3D43;
    }

    .footer li {
    }

    .footer .footer-nav {
        width: calc(60%);
    }

    .footer dl dd a {
        opacity: 0.8;
        color: white;
        /*font-size: 12px;*/
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
    }

    .footer dl dt {
        margin-bottom: 15px;
    }

    .footer dl dt a {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

    .footer dl dd {
        margin-bottom: 20px;
    }

    .footer .right h5 a {
        display: inline-block;
        color: #fff;
        line-height: 2em;
        font-weight: normal;
        font-size: 12px;
    }

    .footer-contacts {
        color: white;
        flex: 1;
        margin-left: 20px;
    }

    .footer-contacts .tel-title {
        font-size: 16px;
        color: #FFFFFF !important;
    }

    .footer-contacts .tel-info {
        /*font-size: 23px !important;*/
        /*font-weight: bold;*/
        /*color: #FFFFFF;*/
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        line-height: 34px;
    }

    .footer-right-logo {
        width: 120px;
    }

    .mail-label {
        margin-top: 20px;
        font-size: 16px;
        justify-content: center;
    }
    .mail-label div{
        align-items: center;
    }

    .mail-label img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .mail-label p {
        margin-top: 10px;
        opacity: 0.8;
        font-size: 14px;
    }


    .footer .footer-bot {
        margin-top: 25px;
        padding: 20px 0;
        border-top: none;
    }

    .footer .footer-bot a {
        color: #fff;
        opacity: 0.8;
        margin-left: 20px;
        font-size: 14px;
    }

    .copyright {
        color: #fff;
        opacity: 1;
        justify-content: center;
        font-size: 14px !important;
    }

    /*  关于我们  */
    .about-intro {
        padding: 50px 90px;
        justify-content: center;
    }

    .about-intro .title {
        margin-bottom: 40px;
        font-size: 30px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        color: #333333;
    }

    .about-intro .info {
        font-size: 16px;
        margin-bottom: 20px;
        color: #333333;
    }

    .about-sku {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 50px;

    }

    .about-sku .title {
        margin-bottom: 60px;
        font-size: 30px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        color: #333333;
    }

    .about-sku .bg {
        background-image: url("../img/about_sku_bg.png");
        background-repeat: no-repeat;
        background-position: right;
        border-radius: 8px;
        overflow: hidden;
    }

    .about-sku-swiper {
    }

    .about-sku-swiper .left {
        border-radius: 20px;
        background: #FFFFFF;
        width: 350px;
        height: 400px;
        margin-top: 50px;
        margin-left: 50px;
        padding: 50px 40px;
    }

    .about-sku-swiper .right img {
        width: 40vw;
        margin-right: 120px;
    }

    .about-sku-swiper .left .series-title {
        font-size: 30px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 50px;
    }

    .series-item {
        margin-top: 10px;
    }

    .series-item img {
        width: 13px;
        height: 20px;
        margin-right: 10px;
    }

    .series-item span {
        font-size: 13px;
        color: #666666;
    }

    .about-sku-bottom {
        margin: 50px 100px 40px;
    }

    .about-sku-bottom div {
        margin: 0 40px;
    }

    .about-sku-bottom p {
        align-content: center;
        display: flex;
        justify-content: center;
    }

    .about-sku-bottom span {
        height: 2px;
        margin-top: 10px;
        width: 100%;
        background: #DADADA;
    }

    .about-enterprise {
        padding: 100px 100px 100px 50px;
        justify-content: center;
        align-items: center;
    }

    .about-enterprise .list {

         /*display: flex;
        flex-direction: row;*/
     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }

    .about-enterprise .title {
        font-size: 30px;
        font-weight: bold;
        color: #333333;
    }

    .about-enterprise .item {
        margin-top: 50px;
        margin-left: 60px;
        margin-right: 60px;
        
    }

    .about-enterprise .item img {
        width: 160px;
        height: 160px;
        flex: 1;
        margin-right: 40px;
    }
    .about-enterprise .item div {
        padding-top: 0px;
    }

    .about-enterprise .item .title {
        font-size: 22px;
        font-weight: 500;
        color: #76A05E;
        line-height: 30px;
    }

    .about-enterprise .item .desc {
        font-size: 16px;
        line-height: 28px;
        margin-top: 10px;
        color: #666666;
        text-align: justify;
    }

    .about-record {
        margin-top: 100px;
    }

    .about-record .title {
        margin-left: 100px;
        margin-right: 100px;
        margin-bottom: 50px;
    }

    .about-record .left-label {
        font-size: 30px;
        font-weight: bold;
        color: #333333;
        flex: 1;
    }

    .record-prev {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .record-next {
        width: 40px;
        height: 40px;
    }

    .record-scroll {
        margin-left: 100px;
        margin-right: 100px;
        width: calc(100% - 200px);
        height: 404px;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .record-scroll .item {
        min-width: 18vw;
        padding: 0 40px;
        border-left: 1px solid #D8D8D8;
    }

    .record-scroll .item .year {
        font-size: 36px;
        font-weight: bold;
        color: #DEDEDE;
        height: 52px;
    }

    .record-scroll .item .desc {
        margin-top: 20px;
        font-size: 18px;
        line-height: 28px;
        color: #333333;
        flex: 1;
        
    }

    .record-scroll .item img {
        width: 280px;
        height: 180px;
    }


    .about-honor {
        margin-top: 50px;
        padding-top: 50px;
        background: #F5F6FA;
        height: 554px;
    }

    .about-honor .title {
        margin-left: 100px;
        margin-right: 100px;
        margin-bottom: 50px;
    }

    .about-honor .left-label {
        font-size: 30px;
        font-weight: bold;
        color: #333333;
        flex: 1;
    }

    .honor-prev {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .honor-next {
        width: 40px;
        height: 40px;
    }

    .honor-scroll {
        margin-left: 100px;
        margin-right: 100px;
        width: calc(100% - 200px);
        height: 394px;
        overflow-y: hidden;
        overflow-x: hidden;
    }

    .honor-scroll .item {
        min-width: 19vw;
        margin-right: 50px;
    }

    .honor-scroll .item .year {
        font-size: 18px;
        color: #A3A3A3;
        margin-top: 20px;
        line-height: 30px;

    }

    .honor-scroll .item  .desc {
        font-size: 18px;
        margin-top: 20px;
        color: #333333;
        line-height: 30px;
    }

    .honor-scroll .item a img {
        width: 400px;
        height: 270px;
    }

    /*产品与合作*/
    .product-head {
        align-items: center;
        justify-content: center;
        padding: 50px 0;
    }

    .product-tab {
        background: #8FC31F;
        color: white;
        margin: 0 20px;
        height: 36px;
        padding: 0 20px;
        border-radius: 20px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
    }

    .product-grid-container {
        display: grid;
        margin-left: 160px;
        margin-right: 160px;
        margin-bottom: 50px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 50px;
    }

    .product-grid-item img:hover {
        transform: scale(0.9);
    }

    .product-grid-item p {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        color: #333333;
    }


    /*科技创新*/
    .technological-qrcode {
        margin-left: 90px;
        margin-right: 90px;
        margin-top: 60px;

        display: flex;
        flex-direction: row;
    }

    .technological-qrcode .left {
        background: #F5F6FA;
        flex: 1;
        border-radius: 20px;
        margin-right: 40px;
        padding: 30px;
    }

    .technological-qrcode .left .title {
        /*font-size: 24px;*/
        /*font-weight: 500;*/
        /*color: #333333;*/
        margin-bottom: 12px;
        /*font-family: Source Han Sans CN;*/
        font-size: 20px;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: 0em;
        color: #333333;
    }

    .technological-qrcode .left .title-content p {
        /*font-size: 13px;*/
        /*color: #666666;*/
        /*font-family: Source Han Sans CN;*/
        font-size: 14px;
        font-weight: normal;
        line-height: 30px;
        letter-spacing: 0em;
        color: #666666;
    }

    .technological-qrcode .right {
        background: #ABD257;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
        width: 400px;
        height: 390px;
    }

    .technological-qrcode .right img {
        /*width: 100px;*/
        /*height: 100px;*/
        width: 180px;
        height: 180px;
    }

    .technological-qrcode .right a {
        font-size: 16px;
        margin-top: 40px;
        text-decoration: underline;
        color: #000000;
    }

    .technological-head {
        padding: 50px 0;
        margin-left: 90px;
    }

    .technological-tab {
        background: #8FC31F;
        color: white;
        margin: 0 20px;
        height: 36px;
        padding: 0 20px;
        border-radius: 20px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
    }

    .technological-grid-container {
        display: grid;
        margin-left: 90px;
        margin-right: 90px;
        margin-bottom: 50px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 50px;
    }

    .technological-grid-item p {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        color: #333333;
    }

    .technological-grid-item {
    }

    .technological-grid-item .year {
        font-size: 16px;
        color: #A3A3A3;
        margin-top: 20px;

    }

    .technological-grid-item .desc {
        /*font-size: 16px;*/
        /*margin-top: 10px;*/
        /*color: #333333;*/
        margin-top: 10px;
        color: #333333;
        font-family: Source Han Sans CN;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 0em;
    }

    .technological-grid-item img {
        width: 100%;
        border-radius: 20px;
    }

    /*  新闻中心  */
    .news-center-head {
        padding: 50px 0;
        /*margin-left: 90px;*/
        justify-content: center;
    }

    .news-center-tab {
        background: #8FC31F;
        color: white;
        margin: 0 20px;
        height: 36px;
        padding: 0 20px;
        border-radius: 20px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
    }

    .news-center-grid-container {
        display: grid;
        margin-left: 160px;
        margin-right: 160px;
        margin-bottom: 50px;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
    }

    .news-center-grid-item p {
        display: flex;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 10px;
        justify-content: center;
        font-size: 18px;
        font-weight: 500;
        color: #333333;
    }

    .news-center-grid-item {
    }

    .news-center-grid-item .year {
        font-size: 14px;
        color: #A3A3A3;
        margin-top: 20px;

    }

    .news-center-grid-item .title {
        font-size: 20px;
        margin-top: 10px;
        color: #333333;
    }

    .news-center-grid-item .desc {
        font-size: 16px;
        margin-top: 10px;
        color: #666666;
    }

    .news-center-grid-item img {
        width: 100%;
        height: 400px;
        border-radius: 20px;
    }

    .news-list {
        margin-left: 160px;
        margin-right: 160px;
        margin-bottom: 40px;
    }

    .news-list .left {
        background: #F5F6FA;
        padding: 10px 40px;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
    }

    .news-list .left p {
        font-size: 24px;
        color: #666666;
    }

    .news-list .left span {
        font-size: 14px;
        margin-top: 10px;
        color: #666666;
    }

    .news-list .right {
        flex: 1;
        padding-bottom: 15px;
        align-items: center;
        border-bottom: 1px solid #DADADA;;
    }

    .news-list .right p {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
    }

    .news-list .right span {
        font-size: 14px;
        color: #666666;
        margin-top: 20px;
    }

    .news-list .right img {
        width: 30px;
        height: 30px;
    }

    /*职业发展*/
    .career-head {
        display: flex;
        flex-direction: row;
        margin-left: 160px;
        margin-right: 160px;
        margin-top: 50px;
    }
.career-header {
        display: flex;
        flex-direction: row;
        margin-left: 160px;
        margin-right: 160px;
        margin-top: 50px;
    }
    
    .career-head .left {
        flex: 1;
        margin-right: 40px;
    }

    .career-head img {
        width: 30vw;
    }

    .career-head .lamp {
        margin-top: 40px;
        padding-bottom: 20px;
        align-items: center;
        border-bottom: 1px solid #DADADA;;
    }

    .career-head .left :last-child {
        border-bottom: none;;
    }

    .lamp-img {
        max-width: 70px;
        width: 70px;
        margin-right: 40px;
        height: 70px;
    }

    .career-head .lamp div {
        justify-content: center;
    }

    .career-head .lamp p {
        font-size: 18px;
        font-weight: bold;
        color: #8FC31F;
    }

    .career-head .lamp span {
        font-size: 14px;
        color: #333333;
    }

    .career-logo {
        margin-left: 100px;
        margin-top: 20px;
    }

    .career-map {
        position: relative;
        margin-top: 80px;
    }

    .career-contact {
        position: absolute;
        left: 160px;
        top: 100px;
        bottom: 100px;
        padding: 40px;
        background-color: white;
        border-radius: 20px;
    }

    .career-contact p {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
    }

    .career-contact .item {
        align-items: center;
        margin-top: 60px;
    }

    .career-contact .item img {
        width: 25px;
        margin-right: 10px;
        height: 25px;
    }

    .career-contact .item span {
        font-size: 17px;
        font-weight: bold;
        color: #333333;
    }

    .career-tel {
        font-size: 13px;
        margin-top: 15px;
        color: #333333;
    }

    .career-contact .submit {
        margin-top: 40px;
    }

    .career-contact .submit a {
        color: #8FC31F;
    }

    .career-contact .submit a:hover {
        color: #8FC31F;
    }
}
@media screen and (min-width: 1380px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
    .home-about {
        margin: 40px 160px;
    }
    .header .logo .off {
        /*width: 120px;*/
        display: inline-block;
    }
    .header.change .logo .on {
        display: inline-block;
    }
    .sku-img {
        width: 176px;
    }
    .sku-img > img {
        width: auto;
    }
}

@media (min-width: 1480px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
        padding: 0;
    }
}

.hot-item a[data-v-15a1b900]{
    display:flex;
    justify-content:space-between;
    border-radius:20px;
    overflow:hidden;
    background:#f0f5f8;
}