@media (max-width:1000px) {
    .hs {
        background: #f1f4f9;
    }
    .index_section {
        padding: 20px 0px 30px 0px;
    }
    .indexabout_bt,
    .video,
    .modular-9 .content,
    .index_serve .content,
    .index_business .content,
    .businesssetion_content,
    .caselist,
    .newsbox,
    .newslist {
        width: 92%;
        margin: 0 auto;
    }
    .indexabout_bt {
        margin-bottom: 10px;
    }
    .indexabout_bt h3 {
        font-size: 20px;
    }
    .indexabout_bt i {
        display: none;
        /* background-color: #007338; */
    }
    .indexabout_bt span {
        display: inline-block;
        border-bottom: 3px solid #036a37;
        padding-bottom: 0px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .nav_mian {
        display: none;
    }
    .wapmask {
        display: block;
        background-color: #007338;
        position: fixed;
        width: 100%;
        left: -100%;
        height: 100%;
        top: 0;
        z-index: 999;
    }
    .wapmenu {
        display: block;
        position: absolute;
        right: 12px;
        top: 9px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: url(/images/menu-unfold.svg) no-repeat center center;
        background-size: 80% auto;
        z-index: 9999999
    }
    .wapmenu_c {
        background: url(/images/menu-fold.svg) no-repeat center center;
        background-size: 80% auto
    }
    .m_top {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
        /* background: url(/images/topbg.jpg) left bottom repeat-x; */
        background: #fff;
    }
    .m_top .logo {
        float: left;
        margin-left: 15px;
        margin-top: 12px;
    }
    .m_top .logo img {
        display: block;
        height: 36px;
        width: auto;
    }
    .m_nav_lang {
        display: block;
        position: absolute;
        right: 80px;
        top: 18px;
        /* float: right; */
        min-width: 70px;
        height: auto;
        text-align: center;
        z-index: 10;
        /* background: #007338; */
    }
    .m_nav_lang_content {
        border: 1px solid #d0d0d0;
        border-radius: 20px;
        /* background-color: #006cac; */
        padding: 2px;
        overflow: hidden;
    }
    .m_nav_lang_content a {
        display: block;
        height: 18px;
        line-height: 18px;
        font-size: 10px;
        padding: 0px 10px;
        float: left;
        border-radius: 20px;
    }
    .m_nav_lang_content a.active,
    .m_nav_lang_content a:hover {
        background-color: #007339;
        color: #fff;
    }
    .m_menu {
        position: absolute;
        width: 90%;
        background-color: #007338;
        position: absolute;
        left: -100%;
        /* margin-left: -45%; */
        top: 70px;
        z-index: 9999999999999999;
    }
    .m_menu ul li {
        text-align: center;
    }
    .m_menu ul li a {
        font-size: 16px;
    }
    .m_menu>ul>li>a {
        background: url(/images/down.png) no-repeat right 10px center;
        background-size: auto 6px;
    }
    .m_menu>ul>li>a.activ {
        background: url(/images/up.png) no-repeat right 10px center;
        background-size: auto 6px;
    }
    .m_menu>ul>li>a {
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .m_menu>ul>li>ul {
        display: none;
    }
    .m_menu ul li a {
        display: block;
        color: #fff;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #029c4d;
    }
    /* 首页banner */
    .banner {
        margin-top: 0px;
    }
    .index_serve .leftan,
    .index_business .leftan {
        display: block;
    }
    .index_serve .index_serve-button-next,
    .index_serve .index_serve-button-next:hover,
    .index_serve .index_serve-button-prev,
    .index_serve .index_serve-button-prev:hover {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }
    .index_serve .leftan {
        margin-top: 20px;
    }
    /* 主营业务 */
    .index_business .swiper-slide .imglist {
        width: 100%;
        margin-left: 0px;
    }
    .index_business .swiper-slide .imgb {
        display: none;
    }
    .index_business .swiper-slide .imga {
        width: 100%;
        margin-top: 0px;
        text-align: center;
        float: none;
        -webkit-transition: all .9s;
        -moz-transition: all .9s;
        -ms-transition: all .9s;
        -o-transition: all .9s;
        transition: all .9s;
        margin: 0 auto;
    }
    .index_business .swiper-slide .imga img,
    .index_business .swiper-slide .imgb img {
        display: block;
        width: 100%;
        height: auto;
    }
    .index_business .swiper-slide h3 {
        width: 98%;
        height: auto;
        line-height: 30px;
        text-align: center;
        /* overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis; */
    }
    .index_business .swiper-slide h4 {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }
    .index_business .swiper-slide {
        overflow: hidden;
        padding: 0px;
        width: 100%;
    }
    .index_business .swiper-slide:hover {
        background: #fff;
    }
    .index_business .leftan {
        margin-top: 20px;
    }
    .index_business .index_business-button-next,
    .index_business .index_business-button-next:hover,
    .index_business .index_business-button-prev,
    .index_business .index_business-button-prev:hover {
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }
    .video .sp_bf {
        display: none;
    }
    /* 底部 */
    .pcshow {
        display: none;
    }
    .foot_top {
        padding: 25px 0px;
    }
    .foot_top_content .left {
        display: none;
    }
    .foot_top_content .right,
    .foot_top_content .centent {
        width: 100%;
        height: auto;
        float: none;
        border-right: none;
        padding-left: 15px;
    }
    .foot_top_content .right .weixin {
        float: none;
    }
    .foot_b_content .right,
    .foot_b_content .left {
        float: none;
        width: 100%;
        margin: 0 auto;
        padding: 10px 15px;
        height: auto;
        line-height: 24px;
    }
    .foot_b_content .right {
        padding-top: 0px;
    }
    .about_bt {
        width: 100%;
        margin-bottom: 25px;
    }
    .about_bt h3 {
        display: inline-block;
        font-size: 18px;
        border-bottom: 3px solid #036a37;
        padding-bottom: 10px;
    }
    .about_bt span {
        display: inline-block;
        border-bottom: 3px solid #036a37;
        padding-bottom: 0px;
        font-size: 20px;
        /* display: inline-block;
        font-size: 0px;
        color: #036a37;
        background: #036a37;
        margin: 0px;
        margin-top: 10px;
        width: 40px;
        height: 4px;
        line-height: 40px;
        vertical-align: top; */
    }
    .about_bt i {
        display: none;
        /* display: inline-block;
        border-bottom: 1px solid #dfdfdf;
        width: 80px;
        height: 4px;
        margin-top: 0px; */
        /* background-color: #007338; */
        /* background-color: #007338; */
    }
    /* 主营业务 */
    .about_banner {
        margin-top: 0px;
    }
    .about_nav .content .right {
        display: none;
    }
    .about_nav .content .left {
        float: none;
        overflow: hidden;
        background-color: #f1f4f9;
        width: 100%;
        /* color: #fff; */
    }
    .about_nav .content .left ul li a:hover,
    .about_nav .content .left ul li a.choose {
        background-color: #f1f4f9;
        color: #313131;
    }
    .about_nav .content .left h3 {
        display: block;
        float: left;
        line-height: 50px;
        font-weight: normal;
        font-size: 16px;
        padding-left: 20px;
    }
    .about_nav .content .left span {
        display: block;
        float: right;
        line-height: 50px;
        font-weight: normal;
        font-size: 14px;
        padding-right: 15px;
    }
    .about_nav .content .left ul {
        display: none;
        background: #f1f4f9;
        overflow: hidden;
        margin-top: 50px;
    }
    .about_nav .content .left ul li {
        float: none;
        text-align: center;
        height: 45px;
        line-height: 45px;
        border-top: 1px solid #ccc;
    }
    .about_nav .content .left ul li:nth-child(1) {
        border-top: 1px solid #ccc;
    }
    .business_certent {
        width: 100%;
    }
    .business_left_img,
    .business_left_img_b {
        float: none;
        width: 100%;
    }
    .business_left_img img,
    .business_left_img_b img {
        width: 100%;
        height: auto;
        border: 1px solid #ccc;
        padding: 4px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .business_right,
    .business_right_b {
        float: none;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .business_right_sj,
    .business_right_b_js {
        line-height: 26px;
        padding-top: 0px;
    }
    /* 项目案例 */
    .caselist .img,
    .newslist .img {
        float: none;
        width: 100%;
        height: auto;
    }
    .caselist .img img,
    .newslist .img img {
        display: block;
        width: 100%;
        height: auto;
    }
    .caselist .right {
        padding: 10px;
        height: auto;
    }
    /* 新闻 */
    .newsbox .newscontent img,
    .newsbox .newscontent p img {
        width: 100%;
        height: auto;
    }
    .newsbox .newscontent {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .newsbox h2 {
        font-size: 18px;
    }
    .newspage .left {
        float: none;
    }
    .newspage .right {
        display: none;
    }
    .newslist .right span {
        display: none;
    }
    .newslist .right .more {
        text-align: left;
    }
    .newslist .right {
        height: 15px;
        height: auto;
        padding: 10px;
    }
    .newsbox .newslaiy {
        margin: 20px 0px;
    }
    .page {
        width: 92%;
        text-align: center;
        overflow: hidden;
    }
    .page .first {
        float: left
    }
    .page .last {
        float: right
    }
    .page span.mid {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px
    }
    .page a.no {
        display: none
    }
    .about_video {
        width: 100%;
    }
    .about_video .sp_bf {
        display: none;
    }
    .left_img {
        float: none;
        width: 100%;
    }
    .about_right {
        float: none;
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
    }
    .about_certent {
        width: 92%;
        font-size: 14px;
        line-height: 24px;
    }
    .about_certent img,
    .about_certent p img {
        width: 100%;
    }
    .about_rr .content,
    .about_jj .content {
        width: 92%;
    }
    .about_rr .leftan,
    .about_jj .leftan {
        display: block;
    }
    .aboutsetion_bg1 {
        background: #f1f4f9;
    }
    .about_rr .swiper-slide img {
        width: 40px;
        /* background-color: #007338; */
    }
    .about_rr .swiper-slide h2 {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
    .about_rr .swiper-slide p {
        color: #fff;
        font-size: 13px;
        margin-top: 0px;
        line-height: 24px;
        padding: 0 5px;
    }
    .about_rr .swiper-slide {
        overflow: hidden;
        padding: 0px;
        min-height: 80px;
        text-align: center;
        background: rgba(0, 124, 196, .8);
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .about_rr .leftan .about_rr-button-next,
    .about_rr .leftan .about_rr-button-next:hover,
    .about_rr .leftan .about_rr-button-prev,
    .about_rr .leftan .about_rr-button-prev:hover {
        width: 35px;
        height: 35px;
        border: 1px solid #a3a3a3;
        background: #fff;
        border-radius: 50%;
    }
    .about_rr .leftan .about_rr-button-prev,
    .about_rr .leftan .about_rr-button-prev:hover {
        background: url(/images/left1.png);
        margin-right: 15px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 50%;
    }
    .about_rr .leftan .about_rr-button-next,
    .about_rr .leftan .about_rr-button-next:hover {
        background: url(/images/right1.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 50%;
        border-radius: 50%;
    }
    .about_rr .leftan {
        margin-top: 50px;
    }
    .about_jj {
        padding-top: -10px;
    }
    .about_jj .swiper-slide h2 {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }
    .about_jj .leftan .about_jj-button-next,
    .about_jj .leftan .about_jj-button-next:hover,
    .about_jj .leftan .about_jj-button-prev,
    .about_jj .leftan .about_jj-button-prev:hover {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }
    .about_jj .leftan {
        margin-top: 40px;
        /* background: #00371a; */
    }
    .contact {
        width: 92%;
    }
    .contact li {
        float: none;
        width: 100%;
        height: auto;
        margin-top: 12px;
        padding: 15px;
    }
    .contact li:nth-child(1) {
        margin-top: 0px;
    }
    .contact li img {
        width: 40px;
        margin: 0 auto;
        margin-top: 0px;
    }
    .contact li p {
        line-height: 24px;
        margin-top: 10px;
    }
    .map {
        width: 92%;
        margin-top: 40px;
    }
    .mess_content {
        width: 92%;
    }
    .mess_content .left {
        width: 100%;
        float: none;
    }
    .mess_content .right {
        width: 100%;
        float: none;
    }
    .mess_content .right .liuyan {
        height: 130px;
    }
    .mess_content .left .inp {
        margin-bottom: 13PX;
    }
    .mess_content .right .button {
        margin-top: 13px;
    }
    .job_content {
        width: 92%;
    }
    .job_content .left {
        float: none;
        width: 100%;
    }
    .job_content .right {
        float: none;
        width: 100%;
        padding: 15px;
    }
    .job_content .right p {
        margin-top: 10px;
    }
    .job_content .right h2 {
        font-size: 18px;
    }
    .culture_show {
        width: 92%;
        margin: 0 auto;
    }
    .culture_show ul li {
        float: left;
        width: 48%;
        margin-top: 5px;
        margin-right: 4%;
    }
    .culture_show ul li:nth-child(2n + 0) {
        margin-right: 0;
    }
    .culture_zl {
        width: 92%;
    }
    .culture_zl ul li {
        float: left;
        width: 30.6%;
        margin-top: 10px;
        margin-right: 4%;
    }
    .culture_zl ul li:nth-child(3n + 0) {
        margin-right: 0;
    }
    .modular-9_bt {
        margin-bottom: 10px;
    }
    .modular-9 .modular-9-button-next,
    .modular-9 .modular-9-button-next:hover,
    .modular-9 .modular-9-button-prev,
    .modular-9 .modular-9-button-prev:hover {
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }
    .modular-9 .leftan {
        margin-top: 20px;
    }
    .modular-9 .swiper-slide h3 {
        line-height: 35px;
        height: 35px;
    }
    .banner .banner-button-next,
    .banner .banner-button-prev {
        display: none;
    }
    .banner .banner-pagination {
        bottom: 10px;
    }
    .banner .banner-pagination>.swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        border: 2px solid #8e8987;
        opacity: 1;
    }
    .banner .banner-pagination>.swiper-pagination-bullet-active {
        background: #007339;
        border: 2px solid #007339;
    }
    .topb {
        padding-top: -100px;
        margin-top: 0px;
    }
}