/* 头部导航 */
@media screen and (max-width: 990px) {


    /* 轮播图 */
    .swiper1 {
        width: 100%;
        /* height: 240px; */
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .swiper1 .swiper-slide {
        position: relative;
    }

    .swiper1 .swiper-slide .wenzi1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 80%;
        z-index: 100;
    }



    .swiper1 .swiper-slide .wenzi3 {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 80%;
        z-index: 100;
    }

    .swiper1 .swiper-slide img {
        width: 100%;
        /* height: 100%; */
    }


    .swiper1 .swiper-pagination {
        position: absolute;
        bottom: 0;
        z-index: 10;
    }

    .swiper1 .swiper-button-next,
    .swiper1 .swiper-button-prev {
        color: #FFFFFF !important;
    }

    .swiper1 .swiper-pagination .my-bullet {
        display: inline-block;
        width: 19px;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        margin-right: 8px;
    }


    .swiper1 .swiper-pagination .my-bullet-active {
        display: inline-block;
        width: 19px;
        height: 3px;
        background: #FFFFFF;
        cursor: pointer;
        margin-right: 8px;
    }

    .swiper1 .swiper-button-prev:after,
    .swiper1 .swiper-button-next:after {
        font-size: 20px !important;
    }

    .swiper1 .swiper-button-prev {
        left: 15px;
    }

    .swiper1 .swiper-button-next {
        right: 15px;
    }

    .swiper1 .my-button-disabled {
        color: #DFB3B9 !important;
        z-index: 100;
    }





    .focus {
        margin: 0 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #E8E8E8;
    }

    .focus .focusLeft {
        padding: 26px 0;
        display: flex;
        align-items: center;
    }

    .focus .focusLeft img {
        width: 52px;
        margin-right: 17px;
    }

    .focus .focusLeft .title {
        flex: 1;
        font-size: 16px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        color: #000000;
        line-height: 23px;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-align: center;

    }

    .focus .journey {
        display: none;
    }

    .focus .journey1 {
        width: 100%;
        background: #EF0909;
        border-radius: 10px 10px 10px 10px;
    }



    /* 新闻中心 */
    .news-box {
        /* border-top: 1px solid #E8E8E8; */
    }

    .news-box .business-movement {
        margin: 20px 0;
    }

    .news-box .business-movement .left {
        padding: 0 15px 15px;
        flex: 1;
        overflow: hidden;
    }

    .news-box .business-movement .left .swiper2 {
        width: 100%;
        height: 235px;
        overflow: hidden;
    }

    .news-box .business-movement .right {
        padding: 0px 15px;
        overflow: hidden;
    }

    .news-box .business-movement .swiper2 {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover {
        height: 35px;
        background: #259F57;
        opacity: 0.9;
        padding: 0 10px;
        box-sizing: border-box;
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        color: #FFFFFF;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover-text {
        display: inline-block;
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        color: #FFFFFF;
        line-height: 35px;
        font-weight: 400;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination {
        position: absolute;
        bottom: 10px;
        padding-right: 20px;
        box-sizing: border-box;
        z-index: 10;
        text-align: right;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet {
        display: inline-block;
        width: 5px;
        height: 3px;
        background: #FFFFFF;
        border-radius: 20px;
        cursor: pointer;
        margin-right: 6px;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet-active {
        display: inline-block;
        width: 13px;
        height: 3px;
        background: #E94E02;
        border-radius: 20px;
        cursor: pointer;
        margin-right: 6px;
    }

    .news-box .business-movement .right .singleTitle {
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        position: relative;
        width: 120px;
        text-align: center;
        font-weight: 800;
        color: #007D00;
        background: url('../img/newtabbg.png') no-repeat;
        background-size: 100% 20px;
        background-position: bottom;
    }



    .news-box .business-movement .right .movement {
        margin-top: 18px;
    }


    .news-box .business-movement .right .boxshow {
        display: block !important;
    }

    .news-box .business-movement .right .movement li a {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 18px;
    }

    .news-box .business-movement .right .movement li:hover .content {
        color: #259F57 !important;
    }

    .news-box .business-movement .right .movement li .content {
        width: 75%;
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-size: 13px;
        color: #333333;
    }

    .news-box .business-movement .right .movement li .content::before {
        content: "";
        width: 8px;
        height: 8px;
        background: url('../img/diamond.png');
        background-size: 8px 8px;
        position: absolute;
        left: 0;
        top: calc(50% - 4px);
    }

    .news-box .business-movement .right .movement li .date {
        width: 25%;
        white-space: nowrap;
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        text-align: right;
    }

    .news-box .business-movement .right .newdesc {
        width: 100%;
    }





    /* 关于我们 */
    .about-our {
        background: #F5F5F5;
        padding: 30px 0;
    }

    .about-our .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .about-our .title-wrap img {
        width: 67%;
    }



    .about-our .content {
        justify-content: space-between;
    }

    .about-our .content .left {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .about-our .content .left .title {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .content .left .description {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        margin-top: 12px;
        line-height: 25px;
    }

    .about-our .content .left .look-more {
        margin: 15px auto;
        width: 115px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #007D00;
        border-radius: 17px;
        font-size: 13px;
        font-weight: 400;
        color: #FFFFFF;
        cursor: pointer;
    }

    .about-our .content .left .look-more a {
        color: #FFFFFF;
    }

    .about-our .content .right {
        margin: 0 10px;
        position: relative;
    }

    .about-our .content .right .aboutPic {
        width: 100%;
    }

    .about-our .content .right .playCircle {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }



    /* 产业 */
    .industry {
        background: #ffffff;
        padding: 40px 0;
    }

    .industry .industryTitle {
        text-align: center;
    }

    .industry .industryTitle .industrybg {
        width: 68%;
    }

    .industry .industryContent {
        margin-top: 25px;
        width: 100%;
        padding: 0 15px 30px;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .industryContent .industryItem {
        margin-top: 35px;
    }

    .industryContent .industryItem:first-of-type {
        margin-top: 0;
    }

    .industryContent .industryItem .bg {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .industryContent .industryItem .bg .bg1 {
        width: 100%;
        transform: scale(1);
        transition: .5s;
    }

    .industryContent .industryItem .bg:hover .bg1 {
        width: 100%;
        transform: scale(1.3);
    }

    .industryContent .industryItem .bg .tip {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20%;
        display: none;
    }

    .industryContent .industryItem .name {
        font-size: 16px;
        color: #333333;
        text-align: center;
        margin-top: 13px;
    }

    .industryContent .industryItem:hover .tip {
        display: block;
    }

    .industryContent .industryItem:hover .name {
        color: #007D00;
    }


    .pcFooter {
        display: none;
    }

    .mobileFooter {
        background: #007d00;
        padding: 30px;
        text-align: center;
        color: #CCE1FF;
    }

    .mobileFooter .provider p {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 8px;
    }

    .mobileFooter .provider p img {
        width: 15px;
        vertical-align: bottom;
    }

    .mobileFooter .bottom {
        color: #FFFFFF;
    }

    .mobileFooter .bottom img {
        width: 100px;
        margin: 20px 0 13px;
    }

    .mobileFooter .bottom {
        font-size: 10px;
        line-height: 11px;
    }

    .industryPc {
        display: none;
    }

    .industryMd {
        display: block;
    }
}

@media screen and (min-width:991px) {




    /* 轮播图 */
    .swiper1 {
        width: 100%;
        /* height: 700px; */
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .swiper1 .swiper-slide {
        position: relative;
    }

    .swiper1 .swiper-slide .wenzi1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 900px;
        height: auto;
        margin: auto;
        z-index: 100;
    }

    .swiper1 .swiper-slide .wenzi2 {
        position: absolute;
        width: 600px;
        height: auto;
        left: calc(50% - 300px);
        top: calc(50% - 95px);
        z-index: 100;
    }

    .swiper1 .swiper-slide .wenzi3 {
        position: absolute;
        width: 400px;
        height: auto;
        /* height: 255px; */
        left: calc(50% - 200px);
        top: calc(50% - 85px);
        z-index: 100;
    }



    .swiper1 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .swiper1 .swiper-pagination {
        position: absolute;
        bottom: 0;
        z-index: 10;
    }

    .swiper1 .swiper-button-next,
    .swiper1 .swiper-button-prev {
        color: #FFFFFF !important;
    }

    .swiper1 .swiper-pagination .my-bullet {
        display: inline-block;
        width: 53px;
        height: 3px;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        margin-right: 8px;
    }


    .swiper1 .swiper-pagination .my-bullet-active {
        display: inline-block;
        width: 57px;
        height: 6px;
        background: #FFFFFF;
        cursor: pointer;
        margin-right: 8px;
    }

    .swiper1 .swiper-button-prev {
        left: 6%;
    }

    .swiper1 .swiper-button-next {
        right: 6%;
    }

    .swiper1 .my-button-disabled {
        color: #DFB3B9 !important;
        z-index: 100;
    }

    /* 聚焦 */

    .focus {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .focus .focusLeft {
        display: flex;
        align-items: center;
        width: calc(100% - 300px);
    }

    .focus .focusLeft .focusTitle {
        width: 70px;
        margin-right: 30px;
    }

    .focus .focusLeft .title {
        width: calc(100% - 200px);
        font-size: 22px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .focus .journey {
        width: 240px;
        background: #EF0909;
        border-radius: 10px 10px 10px 10px;
    }

    .focus .journey1 {
        display: none;
    }



    /* 新闻中心 */
    .news-box {
        /* border-top: 1px solid #E8E8E8; */
    }

    .news-box .business-movement {
        display: flex;
        justify-content: space-between;
        margin: 40px 0;
    }

    .news-box .business-movement .animated:nth-child(1) {
        margin-left: 0 !important;
    }

    .news-box .business-movement .left {
        flex: 1;
        overflow: hidden;
    }

    .news-box .business-movement .left .swiper2 {
        width: 100%;
        height: 402px;
        overflow: hidden;
    }

    .news-box .business-movement .right {
        flex: 1;
        margin-left: 60px;
        overflow: hidden;
    }

    .news-box .business-movement .swiper2 {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover {
        height: 60px;
        background: #259F57;
        opacity: 0.9;
        padding: 0 20px;
        box-sizing: border-box;
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        color: #FFFFFF;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover-text {
        display: inline-block;
        width: 80%;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
        cursor: pointer;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination {
        position: absolute;
        bottom: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        z-index: 10;
        text-align: right;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet {
        display: inline-block;
        width: 10px;
        height: 6px;
        background: #FFFFFF;
        border-radius: 20px;
        cursor: pointer;
        margin-right: 6px;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet-active {
        display: inline-block;
        width: 25px;
        height: 6px;
        background: #E94E02;
        border-radius: 20px;
        cursor: pointer;
        margin-right: 6px;
    }

    .news-box .business-movement .right .singleTitle {
        height: 60px;
        font-size: 16px;
        line-height: 60px;
        position: relative;
        width: 170px;
        text-align: center;
        font-weight: 800;
        color: #007D00;
        background: url('../img/newtabbg.png') no-repeat;
        background-size: 100% 20px;
        background-position: bottom;
    }



    .news-box .business-movement .right .movement {
        margin-top: 28px;
    }


    .news-box .business-movement .right .boxshow {
        display: block !important;
    }

    .news-box .business-movement .right .movement li a {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 28px;
    }

    .news-box .business-movement .right .movement li:hover .content {
        color: #259F57 !important;
    }

    .news-box .business-movement .right .movement li .content {
        width: 75%;
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-size: 16px;
        color: #333333;
    }

    .news-box .business-movement .right .movement li .content::before {
        content: "";
        width: 8px;
        height: 8px;
        background: url('../img/diamond.png');
        background-size: 8px 8px;
        position: absolute;
        left: 0;
        top: calc(50% - 4px);
    }

    .news-box .business-movement .right .movement li .date {
        width: 25%;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 400;
        color: #999999;
        text-align: right;
    }

    .news-box .business-movement .right .newdesc {
        width: 100%;
    }




    /* 关于我们 */
    .about-our {
        background: #F5F5F5;
        padding: 30px 0;
    }

    .about-our .title-wrap {
        text-align: center;
        padding: 0 0 30px;
    }

    .about-our .title-wrap img {
        width: 400px;
    }

    .about-our .content {
        display: flex;
        justify-content: space-between;
    }

    .about-our .content .left {
        width: 44%;
    }

    .about-our .content .left .title {
        font-size: 24px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .content .left .description {
        font-size: 15px;
        font-weight: 400;
        color: #333333;
        margin-top: 15px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        text-overflow: ellipsis;
        overflow: hidden;
        text-indent: 32px;
    }

    .about-our .content .left .look-more {
        width: 200px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #007D00;
        border-radius: 25px;
        font-size: 15px;
        font-weight: 400;
        margin-top: 22px;
        cursor: pointer;
    }

    .about-our .content .left .look-more {
        color: #FFFFFF;
    }

    .about-our .content .left .look-more a {
        color: #FFFFFF;
    }



    .about-our .content .right {
        width: 47%;
        position: relative;
    }

    .about-our .content .right .aboutPic {
        width: 100%;
    }

    .about-our .content .right .playCircle {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /* 产业 */
    .industry {
        background: #F6F6F6;
        padding: 40px 0;
    }

    .industry .industryTitle {
        text-align: center;
    }

    .industry .industrybox {
        margin-top: 30px;
        display: flex;
        align-items: center;
    }

    .industry .industryContent {
        margin-top: 30px;
        display: flex;
        align-items: center;
    }



    /* 产业 */
    .industry {
        background: #F6F6F6;
        padding: 40px 0;
    }

    .industry .industryTitle {
        text-align: center;
    }

    .industry .industrybox {
        margin-top: 30px;
        display: flex;
        align-items: center;

    }

    .industry .industryContent {
        margin-top: 30px;
        width: 100%;
        padding-bottom: 30px;
        overflow: hidden;
    }

    .industry .industryContent .industryList {
        width: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .industry .industryContent .industryList .industryItem {
        flex: 1;
        margin: 0 22.5px;
    }

    .industry .industryContent .industryList .industryItem:hover .tip {
        display: block;
    }


    .industry .industryContent .industryList .industryItem .bg {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .industryContent .industryItem .bg .bg1 {
        width: 100%;
        transform: scale(1);
        transition: .5s;
    }

    .industryContent .industryItem .bg:hover .bg1 {
        width: 100%;
        transform: scale(1.3);
    }

    .industry .industryContent .industryList .industryItem .tip {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 120px;
        height: 120px;
        display: none;
    }

    .industry .industryContent .industryList .industryItem .name {
        margin: 30px 0;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #333333;
    }

    .industry .industryContent .industryList .industryItem:hover .name {
        color: #007D00;
    }

    /* .industry .industryContent .industryList .industryItem:last-child {
        margin-right: 0;
    } */

    .swiper3 {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 60px !important;
    }

    .swiper3 .swiper3-pagination {
        position: absolute;
        bottom: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
    }

    .swiper3 .swiper3-pagination .my-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: #7fbe7f;
        cursor: pointer;
        margin-right: 15px;
        border-radius: 50%;
    }

    /* .swiper3 .swiper3-pagination .my-bullet:last-of-type{
        margin-right: 0;
    } */

    .swiper3 .swiper3-pagination .my-bullet-active {
        display: inline-block;
        background: #007D00;
        cursor: pointer;
    }


    .swiper3 .my-button-disabled {
        color: #DFB3B9 !important;
        z-index: 100;
    }

    .swiper3 .swiper-button-prev,
    .swiper3 .swiper-button-next {
        top: 30%;
        transition: 1s;
        color: #fff;
        opacity: 0;
    }

    .swiper3 .swiper-button-prev {
        left: 30px;
    }

    .swiper3 .swiper-button-next {
        right: 30px;
    }

    .swiper3:hover .swiper-button-prev,
    .swiper3:hover .swiper-button-next {
        opacity: 1;
    }

    .industryPc {
        display: block;
    }

    .industryMd {
        display: none;
    }
}


@media screen and (min-width:1200px) {

    /* 轮播图 */
    .swiper1 {
        width: 100%;
        /* height: 700px; */
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .swiper1 .swiper-slide {
        position: relative;
    }

    .swiper1 .swiper-slide .wenzi1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1040px;
        height: auto;
        margin: auto;
        z-index: 100;
    }

    .swiper1 .swiper-slide .wenzi2 {
        position: absolute;
        width: 700px;
        height: auto;
        left: calc(50% - 350px);
        top: calc(50% - 110px);
        z-index: 100;
    }

    .swiper1 .swiper-slide .wenzi3 {
        position: absolute;
        width: 500px;
        height: auto;
        left: calc(50% - 250px);
        top: calc(50% - 100px);
        z-index: 100;
    }



    .swiper1 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .swiper1 .swiper-pagination {
        position: absolute;
        bottom: 15px !important;
        z-index: 10;
    }

    .swiper1 .swiper-button-next,
    .swiper1 .swiper-button-prev {
        color: #FFFFFF !important;
    }

    .swiper1 .swiper-pagination .my-bullet {
        display: inline-block;
        width: 53px;
        height: 3px;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        margin-right: 8px;
    }

    .swiper1 .swiper-pagination .my-bullet-active {
        display: inline-block;
        width: 57px;
        height: 6px;
        background: #FFFFFF;
        cursor: pointer;
        margin-right: 8px;
    }

    .swiper1 .swiper-button-prev {
        left: 11%;
    }

    .swiper1 .swiper-button-next {
        right: 11%;
    }

    .swiper1 .my-button-disabled {
        color: #DFB3B9 !important;
        z-index: 100;
    }

    /* 聚焦 */

    .focus {
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .focus .focusLeft {
        display: flex;
        align-items: center;
        width: calc(100% - 300px);
    }

    .focus .focusLeft .focusTitle {
        width: 90px;
        margin-right: 50px;
    }

    .focus .focusLeft .title {
        width: calc(100% - 200px);
        font-size: 26px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .focus .journey {
        width: 260px;
        background: #EF0909;
        border-radius: 10px 10px 10px 10px;
    }

    .focus .journey1 {
        display: none;
    }




    /* 新闻中心 */
    .news-box {
        /* border-top: 1px solid #E8E8E8; */
    }

    .news-box .business-movement {
        display: flex;
        justify-content: space-between;
        margin: 40px 0;
    }

    .news-box .business-movement .animated:nth-child(1) {
        margin-left: 0 !important;
    }

    .news-box .business-movement .left {
        flex: 1;
        overflow: hidden;
    }

    .news-box .business-movement .left .swiper2 {
        width: 100%;
        height: 435px;
        overflow: hidden;
    }

    .news-box .business-movement .right {
        flex: 1;
        margin-left: 60px;
        overflow: hidden;
    }

    .news-box .business-movement .swiper2 {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover {
        height: 60px;
        background: #259F57;
        opacity: 0.9;
        padding: 0 20px;
        box-sizing: border-box;
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        color: #FFFFFF;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover-text {
        display: inline-block;
        width: 80%;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination {
        position: absolute;
        bottom: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        z-index: 10;
        text-align: right;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet {
        display: inline-block;
        width: 10px;
        height: 6px;
        background: #FFFFFF;
        border-radius: 20px;
        cursor: pointer;
        margin-right: 6px;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet-active {
        display: inline-block;
        width: 25px;
        height: 6px;
        background: #E94E02;
        border-radius: 20px;
        cursor: pointer;
        margin-right: 6px;
    }

    .news-box .business-movement .right .singleTitle {
        height: 60px;
        font-size: 30px;
        line-height: 60px;
        position: relative;
        width: 170px;
        text-align: center;
        font-weight: 800;
        color: #007D00;
        background: url('../img/newtabbg.png') no-repeat;
        background-size: 100% 20px;
        background-position: bottom;
    }




    .news-box .business-movement .right .movement {
        margin-top: 30px;
    }

    .news-box .business-movement .right .boxshow {
        display: block !important;
    }

    .news-box .business-movement .right .movement li a {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 29px;
    }

    .news-box .business-movement .right .movement li:hover .content {
        color: #259F57 !important;
    }

    .news-box .business-movement .right .movement li .content {
        width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-size: 18px;
        color: #333333;
    }

    .news-box .business-movement .right .movement li .content::before {
        content: "";
        width: 8px;
        height: 8px;
        background: url('../img/diamond.png');
        background-size: 8px 8px;
        position: absolute;
        left: 0;
        top: calc(50% - 4px);
    }

    .news-box .business-movement .right .movement li .date {
        width: 25%;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        text-align: right;
    }





    /* 关于我们 */
    .about-our {
        background: #F5F5F5;
        padding: 30px 0;
    }

    .about-our .title-wrap {
        text-align: center;
        padding: 0 0 40px;
    }

    .about-our .title-wrap img {
        width: 450px;
    }


    .about-our .content {
        display: flex;
        justify-content: space-between;
    }

    .about-our .content .left {
        width: 44%;
    }

    .about-our .content .left .title {
        font-size: 26px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .content .left .description {
        font-size: 16px;
        font-weight: 400;
        color: #333333;
        margin-top: 25px;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        text-overflow: ellipsis;
        overflow: hidden;
        text-indent: 32px;
    }

    .about-our .content .left .look-more {
        width: 225px;
        height: 55px;
        line-height: 55px;
        text-align: center;
        background: #007D00;
        border-radius: 27px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 20px;
        cursor: pointer;
    }

    .about-our .content .left .look-more a {
        color: #FFFFFF;
    }

    .about-our .content .right {
        width: 47%;
        position: relative;
    }

    .about-our .content .right .aboutPic {
        width: 100%;
    }

    .about-our .content .right .playCircle {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    /* 产业 */
    .industry {
        background: #F6F6F6;
        padding: 40px 0;
    }

    .industry .industryTitle {
        text-align: center;
    }

    .industry .industrybox {
        margin-top: 30px;
        display: flex;
        align-items: center;
    }

    .industry .industryContent {
        margin-top: 30px;
        display: flex;
        align-items: center;
    }






    /* 产业 */
    .industry {
        background: #F6F6F6;
        padding: 40px 0;
    }

    .industry .industryTitle {
        text-align: center;
    }

    .industry .industrybox {
        margin-top: 30px;
        display: flex;
        align-items: center;

    }

    .industry .industryContent {
        margin-top: 30px;
        width: 100%;
        padding-bottom: 30px;
        overflow: hidden;
    }

    .industry .industryContent .industryList {
        width: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .industry .industryContent .industryList .industryItem {
        flex: 1;
        margin: 0 22.5px;
    }

    .industry .industryContent .industryList .industryItem:hover .tip {
        display: block;
    }


    .industry .industryContent .industryList .industryItem .bg {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .industryContent .industryItem .bg .bg1 {
        width: 100%;
        transform: scale(1);
        transition: .5s;
    }

    .industryContent .industryItem .bg:hover .bg1 {
        width: 100%;
        transform: scale(1.3);
    }

    .industry .industryContent .industryList .industryItem .tip {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 120px;
        height: 120px;
        display: none;
    }

    .industry .industryContent .industryList .industryItem .name {
        margin: 30px 0;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #333333;
    }

    .industry .industryContent .industryList .industryItem:hover .name {
        color: #007D00;
    }

    /* .industry .industryContent .industryList .industryItem:last-child {
        margin-right: 0;
    } */

    .swiper3 {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 60px !important;
    }

    .swiper3 .swiper3-pagination {
        position: absolute;
        bottom: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
    }

    .swiper3 .swiper3-pagination .my-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: #7fbe7f;
        cursor: pointer;
        margin-right: 15px;
        border-radius: 50%;
    }

    /* .swiper3 .swiper3-pagination .my-bullet:last-of-type{
        margin-right: 0;
    } */

    .swiper3 .swiper3-pagination .my-bullet-active {
        display: inline-block;
        background: #007D00;
        cursor: pointer;
    }


    .swiper3 .my-button-disabled {
        color: #DFB3B9 !important;
        z-index: 100;
    }

    .swiper3 .swiper-button-prev,
    .swiper3 .swiper-button-next {
        top: 33%;
        transition: 1s;
        color: #fff;
        opacity: 0;
    }

    .swiper3 .swiper-button-prev {
        left: 30px;
    }

    .swiper3 .swiper-button-next {
        right: 30px;
    }

    .swiper3:hover .swiper-button-prev,
    .swiper3:hover .swiper-button-next {
        opacity: 1;
    }

    .industryPc {
        display: block;
    }

    .industryMd {
        display: none;
    }
}

@media screen and (min-width:1501px) {

    /* 轮播图 */
    .swiper1 {
        width: 100%;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .swiper1 .swiper-slide {
        position: relative;
    }

    .swiper1 .swiper-slide .wenzi1 {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1340px;
        height: auto;
        margin: auto;
        z-index: 100;
    }

    .swiper1 .swiper-slide .wenzi2 {
        position: absolute;
        width: 1110px;
        height: auto;
        /* height: 352px; */
        left: calc(50% - 555px);
        top: calc(50% - 175px);
        z-index: 100;
    }

    .swiper1 .swiper-slide .wenzi3 {
        position: absolute;
        width: 647px;
        height: auto;
        /* height: 255px; */
        left: calc(50% - 325px);
        top: calc(50% - 125px);
        z-index: 100;
    }

    .swiper1 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .swiper1 .swiper-pagination {
        position: absolute;
        bottom: 20px !important;
        z-index: 10;
    }

    .swiper1 .swiper-button-next,
    .swiper1 .swiper-button-prev {
        color: #FFFFFF !important;
    }

    .swiper1 .swiper-pagination .my-bullet {
        display: inline-block;
        width: 53px;
        height: 3px;
        background: rgba(255, 255, 255, 0.5);
        cursor: pointer;
        margin-right: 8px;
    }

    .swiper1 .swiper-pagination .my-bullet-active {
        display: inline-block;
        width: 57px;
        height: 6px;
        background: #FFFFFF;
        cursor: pointer;
        margin-right: 8px;
    }

    .swiper1 .swiper-button-prev {
        left: 11%;
    }

    .swiper1 .swiper-button-next {
        right: 11%;
    }

    .swiper1 .my-button-disabled {
        color: #DFB3B9 !important;
        z-index: 100;
    }

    /* 聚焦 */

    .focus {
        height: 195px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .focus .focusLeft {
        display: flex;
        align-items: center;
        width: calc(100% - 300px);
    }

    .focus .focusLeft .focusTitle {
        width: 103px;
        height: 83px;
        margin-right: 60px;
    }

    .focus .focusLeft .title {
        width: calc(100% - 200px);
        font-size: 30px;
        font-family: Source Han Sans CN-Bold, Source Han Sans CN;
        font-weight: bold;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }

    .focus .journey {
        width: 300px;
        height: 120px;
        background: #EF0909;
        border-radius: 10px 10px 10px 10px;
    }

    .focus .journey1 {
        display: none;
    }




    /* 新闻中心 */
    .news-box {
        /* border-top: 1px solid #E8E8E8; */
    }

    .news-box .business-movement {
        display: flex;
        justify-content: space-between;
        margin: 40px 0;
    }

    .news-box .business-movement .animated:nth-child(1) {
        margin-left: 0 !important;
    }

    .news-box .business-movement .left {
        flex: 1;
        overflow: hidden;
    }

    .news-box .business-movement .left .swiper2 {
        width: 100%;
        height: 470px;
        overflow: hidden;
    }

    .news-box .business-movement .right {
        flex: 1;
        margin-left: 60px;
        overflow: hidden;
    }

    .news-box .business-movement .swiper2 {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide {
        position: relative;
    }

    .news-box .business-movement .swiper2 .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover {
        height: 60px;
        background: #259F57;
        opacity: 0.9;
        padding: 0 20px;
        box-sizing: border-box;
        position: absolute;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 0;
        color: #FFFFFF;
    }

    .news-box .business-movement .swiper2 .swiper-slide .cover-text {
        display: inline-block;
        width: 80%;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        font-size: 16px;
        line-height: 25px;
        font-weight: 400;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination {
        position: absolute;
        bottom: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        z-index: 10;
        text-align: right;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet {
        display: inline-block;
        width: 10px;
        height: 6px;
        background: #FFFFFF;
        border-radius: 20px;
        cursor: pointer;
        margin-right: 6px;
    }

    .news-box .business-movement .swiper2 .swiper2-pagination .my-bullet-active {
        display: inline-block;
        width: 25px;
        height: 6px;
        background: #E94E02;
        border-radius: 20px;
        cursor: pointer;
        margin-right: 6px;
    }


    .news-box .business-movement .right .singleTitle {
        height: 60px;
        font-size: 30px;
        line-height: 60px;
        position: relative;
        width: 170px;
        text-align: center;
        font-weight: 800;
        color: #007D00;
        background: url('../img/newtabbg.png') no-repeat;
        background-size: 100% 20px;
        background-position: bottom;
    }




    .news-box .business-movement .right .movement {
        margin-top: 30px;
    }

    .news-box .business-movement .right .boxshow {
        display: block !important;
    }

    .news-box .business-movement .right .movement li a {
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        margin-bottom: 30px;
    }

    classifyItem .news-box .business-movement .right .movement li:hover .content {
        color: #259F57 !important;
    }

    .news-box .business-movement .right .movement li .content {
        width: 75%;
        /* flex: 1; */
        padding-left: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        font-size: 20px;
        color: #333333;
    }

    .news-box .business-movement .right .movement li .content::before {
        content: "";
        width: 8px;
        height: 8px;
        background: url('../img/diamond.png');
        background-size: 8px 8px;
        position: absolute;
        left: 0;
        top: calc(50% - 4px);
    }

    .news-box .business-movement .right .movement li .date {
        width: 25%;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        text-align: right;
    }



    /* 关于我们 */
    .about-our {
        background: #F5F5F5;
        padding: 30px 0;
    }

    .about-our .title-wrap {
        text-align: center;
        padding: 0 0 50px;
    }

    .about-our .title-wrap img {
        width: 515px;
    }

    .about-our .title-wrap .title {
        font-size: 36px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .title-wrap .english-title {
        font-size: 16px;
        font-weight: 400;
        color: #999999;
        position: relative;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    }

    .about-our .title-wrap .english-title::before {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        left: -140px;
        top: 49%;
    }

    .about-our .title-wrap .english-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #999999;
        position: absolute;
        right: -140px;
        top: 49%;
    }

    .about-our .content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

    .about-our .content .left {
        width: 46%;
    }

    .about-our .content .left .title {
        font-size: 30px;
        font-weight: 400;
        color: #333333;
    }

    .about-our .content .left .description {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        margin-top: 25px;
        line-height: 35px;
        text-indent: 36px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .about-our .content .left .look-more {
        width: 225px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #007D00;
        border-radius: 30px;
        font-size: 20px;
        font-weight: 400;
        color: #FFFFFF;
        margin-top: 40px;
        cursor: pointer;
    }

    .about-our .content .left .look-more a {
        color: #FFFFFF;
    }

    .about-our .content .right {
        width: 46%;
        position: relative;
    }

    .about-our .content .right .aboutPic {
        width: 100%;
    }

    .about-our .content .right .playCircle {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }



    /* 产业 */
    .industry {
        background: #F6F6F6;
        padding: 40px 0;
    }

    .industry .industryTitle {
        text-align: center;
    }

    .industry .industrybox {
        margin-top: 30px;
        display: flex;
        align-items: center;

    }

    .industry .industryContent {
        margin-top: 30px;
        width: 100%;
        padding-bottom: 30px;
        overflow: hidden;
    }

    .industry .industryContent .industryList {
        width: 100%;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .industry .industryContent .industryList .industryItem {
        flex: 1;
        margin: 0 22.5px;
    }

    .industry .industryContent .industryList .industryItem:hover .tip {
        display: block;
    }


    .industry .industryContent .industryList .industryItem .bg {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .industryContent .industryItem .bg .bg1 {
        width: 100%;
        transform: scale(1);
        transition: .5s;
    }

    .industryContent .industryItem .bg:hover .bg1 {
        width: 100%;
        transform: scale(1.3);
    }

    .industry .industryContent .industryList .industryItem .tip {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 120px;
        height: 120px;
        display: none;
    }

    .industry .industryContent .industryList .industryItem .name {
        margin: 30px 0;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #333333;
    }

    .industry .industryContent .industryList .industryItem:hover .name {
        color: #007D00;
    }

    /* .industry .industryContent .industryList .industryItem:last-child {
        margin-right: 0;
    } */


    .swiper3 {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 60px !important;
    }

    .swiper3 .swiper3-pagination {
        position: absolute;
        bottom: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
    }

    .swiper3 .swiper3-pagination .my-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: #7fbe7f;
        cursor: pointer;
        margin-right: 15px;
        border-radius: 50%;
    }

    /* .swiper3 .swiper3-pagination .my-bullet:last-of-type{
        margin-right: 0;
    } */

    .swiper3 .swiper3-pagination .my-bullet-active {
        display: inline-block;
        background: #007D00;
        cursor: pointer;
    }


    .swiper3 .my-button-disabled {
        color: #DFB3B9 !important;
        z-index: 100;
    }

    .swiper3 .swiper-button-prev,
    .swiper3 .swiper-button-next {
        top: 36%;
        transition: 1s;
        color: #fff;
        opacity: 0;
    }

    .swiper3 .swiper-button-prev {
        left: 30px;
    }

    .swiper3 .swiper-button-next {
        right: 30px;
    }

    .swiper3:hover .swiper-button-prev,
    .swiper3:hover .swiper-button-next {
        opacity: 1;
    }

    .swiper3 .industryPc {
        display: block;
    }

    .swiper3 .industryMd {
        display: none;
    }
}