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

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


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

    .home-about {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .banner-news .news-swiper {
        position: relative;
        padding: 0px 10px;
        height: 60px;
        display: flex;
    }

    .news-time {
        margin-left: 5px;
        color: #999999;
        font-size: 13px;
        height: 80px;
        min-width: 75px;
    }

    .news-text {
        color: #333333;
        height: 80px;
        margin-left: 5px;
        font-size: 13px;
    }

    .news-swiper .label {
        font-size: 12px;
        min-width: 50px;
        font-weight: bold;
        color: #333333;
    }

    .about-img {
        overflow: hidden;
    }

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

    .about-text {
        font-size: 12px;
        color: #333333;
    }


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

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

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

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

    .dot-banner {
        position: absolute;
        bottom: 10px;
        left: calc(50% - 20px);
        z-index: 999;
    }

    .about-content {
        flex: 1;
        padding-left: 0px;
        margin-top: 20px;
    }

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

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


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

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

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

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

    .product-title {
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
        text-align: center;
        color: #333333;
    }

    .product-text {
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #666666;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .product-item {
        flex: 1;
        border-radius: 10px;
    }

    .product-item img {
        height: 200px;
    }

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

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

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

    .sku-list {
        align-items: center;
        margin-top: 20px;
    }

    .sku-img {
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 5px;
    }

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

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

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

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

    .sku-big-tips {
        margin-top: 30px;
        margin-bottom: 40px;
        font-size: 12px;
        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: 20px 10px;
        height: auto;
        align-items: center;
        justify-content: center;
    }

    .scientific .tab {
        margin: 0 10px;
        width: 40vw;
    }

    .scientific .img-label {
        width: 200px;
        margin-top: 20px;
    }

    .scientific .img-logo {
        width: 140px;
        margin-top: 20px;
    }

    .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: 10px;
    }

    .news-left {
        width: 100vw;
        padding-left: 10px;
        padding-right: 10px;
    }

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

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

    .news-right .title {
        font-size: 14px;
        padding: 20px;
        font-weight: bold;
        color: #8FC31F;
    }

    .news-right .info {
        font-size: 12px;
        padding: 0 20px;
        max-width: 100vw;
        color: #666666;
    }

    .news-right .about-btn {
        margin-left: 20px;
    }

    .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;
    }

    .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;
    }

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

    .developmental {
        background-image: url("../img/developmental_bg.png");
        background-repeat: no-repeat;
        background-position: left;
        margin-top: 20px;
        padding: 20px;
        align-items: center;
    }

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

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

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

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

    .footer li {
    }

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

    .footer dl dd a {
        opacity: 0.8;
        color: white;
        font-size: 12px;
    }

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

    .footer dl dt a {
        font-size: 8px;
        line-height: 8px;
    }

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

    .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: 10px;
        color: #FFFFFF !important;
    }

    .footer-contacts .tel-info {
        font-size: 15px !important;
        font-weight: bold;
        color: #FFFFFF;
    }

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

    .mail-label {
        margin-top: 10px;
        font-size: 10px;
        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;
    }


    .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: 10px;
    }

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

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

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

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

    .about-sku {
        margin-left: 10px;
        margin-right: 10px;

    }

    .about-sku .title {
        margin-bottom: 20px;
        font-size: 22px;
        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: 200px;
        margin-top: 10px;
        margin-left: 10px;
        padding: 10px 10px;
    }

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

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

    .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-top: 20px;
        margin-bottom: 20px;
    }

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

    .about-sku-bottom p {
        font-size: 8px;
        align-content: center;
        display: flex;
        justify-content: center;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-break: break-all;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .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;
        margin-top: 20px;
    }

    .about-enterprise .list {

        display: flex;
        flex-direction: column;
    }

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

    .about-enterprise .item {
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .about-enterprise .item img {
        width: 80px;
        height: 80px;
        flex: 1;
        margin-right: 10px;
    }

    .about-enterprise .item .title {
        font-size: 12px;
        font-weight: 500;
        color: #76A05E;
    }

    .about-enterprise .item .desc {
        font-size: 9px;
        margin-top: 10px;
        color: #666666;
    }

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

    .about-record .title {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

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

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

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

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

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

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

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

    .record-scroll .item img {
        width: 200px;
    }


    .about-honor {
        margin-top: 20px;
        padding-top: 20px;
        background: #F5F6FA;
    }

    .about-honor .title {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

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

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

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

    .honor-scroll {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
        overflow-y: hidden;
        overflow-x: hidden;
        padding-bottom: 30px;
    }

    .honor-scroll .item {
        min-width: 34vw;
        margin-right: 10px;
    }

    .honor-scroll .item .year {
        font-size: 14px;
        color: #A3A3A3;
        margin-top: 20px;

    }

    .honor-scroll .item .desc {
        font-size: 12px;
        margin-top: 10px;
        color: #333333;
    }

    .honor-scroll .item img {
        width: 100%;
    }

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

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

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

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


    /*科技创新*/
    .technological-qrcode {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }

    .technological-qrcode .left {
        background: #F5F6FA;
        border-radius: 10px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px;
    }

    .technological-qrcode .left p {
        font-size: 18px;
        font-weight: 500;
        color: #333333;
        margin-bottom: 12px;
    }

    .technological-qrcode .left span {
        font-size: 12px;
        color: #666666;
    }

    .technological-qrcode .right {
        background: #ABD257;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
        padding: 40px 0;
    }

    .technological-qrcode .right img {
        width: 200px;
        height: 200px;
    }

    .technological-qrcode .right a {
        font-size: 12px;
        margin-top: 20px;
        text-decoration: underline;
        color: #FFFFFF;
    }

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

    .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: 12px;
    }

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

    .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: 14px;
        color: #A3A3A3;
        margin-top: 20px;

    }

    .technological-grid-item .desc {
        font-size: 16px;
        margin-top: 10px;
        color: #333333;
    }

    .technological-grid-item img {
        width: 100%;
    }

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

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

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

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

    .news-center-grid-item {
    }

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

    }

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

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

    .news-center-grid-item img {
        width: 100%;
        height: 300px;
    }

    .news-list {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }

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

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

    .news-list .left span {
        font-size: 12px;
        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: 13px;
        font-weight: 500;
        color: #333333;
    }

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

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

    /*职业发展*/
    .career-head {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 20px;
    }

    .career-head .left {
        flex: 1;
        margin-right: 10px;
    }

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

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

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

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

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

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

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

    .career-logo {
        max-width: 160px;
        margin-left: 40px;
        margin-top: 20px;
    }

    .career-map {
        display: flex;
        flex-direction: column;
        /*position: relative;*/
        margin-top: 40px;
    }

    .career-contact {
        /*position: absolute;*/
        /*left: 20px;*/
        /*top: 20px;*/
        /*bottom: 20px;*/
        padding: 20px;
        background-color: white;
    }

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

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

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

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

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

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

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

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