/* 移动 */
@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .navx {
        width: 100%;
        height: 60px;
        /* border: 1px solid red; */
        position: fixed;
        top: 0;
        left: 0;
        z-index: 30;
        background: #fff;
        box-shadow: 0 8px 8px -10px rgba(0, 0, 0, 0.3);
    }

    .layout {
        padding: 0 7%;
        /* /* width: 86%; */
        margin-left: 7%;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    /* .layout .app{
        border: 1px solid red;
    } */
    /* .app{
        border: 2px solid red;
     } */
    .layout .app .vvb {
        width: 18px;
        height: 18px;
        padding: 8px 10px;
        border-radius: 8px;
        border: 1px solid #9c9c9c;
    }

    .searbb {
        padding: 6px 9px !important;
        border-radius: 10px;
        width: 22px !important;
        height: 22px !important;
        font-size: 8px;
        border: 1px solid #9c9c9c;
        margin-left: 15px;

    }


    .layout img {
        width: 115px;
        height: 35px;
    }

    .navtitle {
        border-top: 2px solid #009D5E;
        background: #fff;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        box-shadow: 0 8px 8px -10px rgba(0, 0, 0, 0.3);
    }

    .navtitle .navbar-nav {
        width: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        position: relative;
        list-style: none;
        padding-left: 0;
        z-index: 99;

    }

    .navtitle .navbar-nav li {
        list-style-type: none;
        height: 50px;
        line-height: 50px;
        border-top: 1px solid #dfdede;
        padding-left: 7%;

    }

    .navbar-nav li:hover a {
        /* border-bottom: 1px solid #009D5E; */
        color: #009D5E !important;
    }

    /* .navtitle .navbar-nav .active {
		height: 0px;
		background: #00A060;
		color: #fff;
	} */



    .navtitle .navbar-nav li a {

        display: inline-block;
        /* height: 50px; */
        font-size: 14px;
        /* font-weight: 600; */
        text-decoration: none;
        /* 去除下划线 */
        outline: none;
        /* 去除焦点 */
        color: #000;
    }

    /* .navtitle, */
    .dropdown-menu,
    .caret {
        display: none;
    }

    /* .navtitle{
        display: none;
    } */
    .searchhone {
        border-top: 2px solid #009D5E;
        background: #fff;
        width: 100%;
        /* height: 50px; */
        position: absolute;
        top: 60px;
        left: 0;
        box-shadow: 0 8px 8px -10px rgba(0, 0, 0, 0.3);
        padding: 20px 0;

    }

    .searchhone input {
        background: #F7F7F7;
        border: none;
        width: 77%;
        height: 40px;
        margin-left: 10%;
        border-radius: 50px;
        padding-left: 3%;
        color: #999999;
        outline: none;

    }

    .searchhone img {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 38%;
        right: 14%;
    }

    .nei {
        margin-top: 60px;
        width: 100%;
        /* border: 1px solid red; */
    }

    .banner {
        width: 100%;
        height: 200px;
        position: relative;
    }

    .banner img {
        width: 100%;
        height: 100%;

    }

    .logoimg {
        height: 150px;
    }

    .logoimg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nei .banner .spanas {
        width: 100%;
        font-size: 15px;
        color: #fff;
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: default;
    }

    .lv {
        padding: 8px 15px;
        background: #009D5E;
        border-radius: 50px;
        margin-top: 3%
    }

    .home-car-max {
        width: 86%;
        margin-left: 7%;
    }

    .home-title-car {
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        color: #009D5E;
        text-align: center;
        padding: 25px 0;
        cursor: default;
    }

    .home-title-car span {
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: 1px solid #E6E6E6;
    }

    /* .conter-max{
        border: 1px solid red;
    } */
    .conter-max .home-car {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        /* border: 1px solid red; */
        justify-content: space-between;
    }

    .carlisy {
        width: 47%;
        height: 220px;
        border: 1px solid #E6E6E6;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 25px;
        /* margin-right: 23px; */
        cursor: pointer;
    }

    /* .carlisy:nth-child(4n) {
		margin-right: 0 !important;
	} */

    .carlisy img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }

    .carlisy span {
        font-size: 15px;
        color: #009D5E;
        font-weight: 600;
    }

    .footerc {
        width: 100%;

        background: #181818;
    }

    .footer-min {

        width: 86%;
        margin-left: 7%;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        cursor: default;
        /* align-items: center; */
    }

    .footer-min .one {
        width: 300px;
        /* margin-right: 60px; */
        margin-bottom: 10px;

    }

    .footer-min .one .ullifoo {
        list-style: none;
        padding-left: 0;
    }

    .footer-min .one .ullifoo li {
        list-style-type: none;
        margin-left: 0;
        margin-top: 10px;
    }

    .footer-min .one .ullifoo a {
        text-decoration: none;
        /* 去除下划线 */
        outline: none;
        /* 去除焦点 */
        color: #B6B6B6;

    }

    .footer-min .one .ullifoo a:hover {
        border-bottom: 1px solid #ccc;
    }

    .footer-min .one .title {
        font-size: 17px;
        color: #fff;
        font-weight: 600;
        border-bottom: 1px solid #2E2E2E;
        margin-bottom: 30px;

    }

    .footer-min .one .title span {
        font-size: 17px;
        color: #fff;
        font-weight: 600;
        padding-bottom: 15px;
        border-bottom: 2px solid #fff;


    }

    .footer-min .one div {
        font-size: 14px;
        display: flex;
        /* align-items: center; */
        color: #B6B6B6;
        margin-top: 20px;
    }

    .footer-min .one img {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }

    .footerc .di {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #2E2E2E;
        font-size: 13px;
        color: #B6B6B6;
        text-align: center;
        cursor: default;
        padding-bottom: 20px;

    }

    .conter-product {
        width: 86%;
        margin-left: 7%;

    }

    .titlec {
        margin-top: 15px;
        display: inline-block;
        width: 100%;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid #0FA368;
    }

    .appnone {
        display: none;
    }

    .conter-left .conter-ullifoo {
        list-style: none;
        padding-left: 0;
    }

    .conter-left .conter-ullifoo li {
        list-style-type: none;
        margin-left: 0;
        height: 35px;
        border-bottom: 1px solid #F3F3F3;
        line-height: 35px;
    }

    .conter-left .conter-ullifoo li a {
        font-size: 14px;
        text-decoration: none;
        /* 去除下划线 */
        outline: none;
        /* 去除焦点 */
        color: #666666;

    }

    .conter-left .conter-ullifoo li a:hover {
        border-bottom: 1px solid #00A060;
        color: #00A060;
    }

    .citygs {
        display: none;
    }


    .listcar {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 18px;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid #0FA368;
    }

    .listcar .count {
        font-size: 13px;
        color: #9A9A9A;
        font-weight: none !important;
    }

    .conter-right .home-car {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: space-between;
    }

    .home-carlisy {
        width: 100%;
        border: 1px solid #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;

    }

    .home-carlisy img {
        width: 100%;
        height: 160px;
        object-fit: contain;
    }

    .carlisyconter {
        width: 47%;
        height: 170px;
        border: 1px solid #E6E6E6;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 25px;
        /* margin-right: 23px; */
        cursor: pointer;
        /* border: 1px solid red; */
    }

    /* .carlisy:nth-child(4n) {
		margin-right: 0 !important;
	} */

    .carlisyconter img {
        width: 100%;
        height: 120px;
        object-fit: contain;
        /* border: 1px solid red; */
    }

    .carlisyconter span {
        font-size: 15px;
        color: #9e9e9e;
        /* font-weight: 600; */
        /* margin: 20px 0; */
    }

    .page {
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
        margin: 20px 0;
        cursor: pointer;
    }

    .page a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page span {
        padding: 5px 9px;
        background: #F2F2F2;
        color: #6E6E6E;
        margin: 0 3px;
        border-radius: 5px;
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page span img {
        width: 15px;
    }

    .page span .apgesnone {
        width: 13px;
        height: 15px;
    }

    .page .action {
        background: #009D5E;
        color: #fff;
    }

    .listcar-search {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 18px;
        font-size: 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid #0FA368;
        margin-bottom: 20px;
    }

    .listcar-search .count {
        font-size: 13px;
        color: #9A9A9A;
        font-weight: none !important;
    }

    .home-car-search {
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        /* border: 1px solid red; */
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .carlisy-search {
        width: 47%;
        height: 170px;
        border: 1px solid #E6E6E6;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 25px;
        /* margin-right: 23px; */
        cursor: pointer;
    }

    .carlisy-search img {
        width: 100%;
        height: 120px;
        object-fit: contain;
    }

    .carlisy-search span {
        font-size: 15px;
        color: #009D5E;
        font-weight: 600;
    }

    .carlisy-search-detail {
        width: 47%;
        height: 170px;
        border: 1px solid #E6E6E6;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        /* margin-bottom: 15px; */
        /* margin-right: 23px; */
        cursor: pointer;
        margin-top: 25px;
    }

    .carlisy-search-detail img {
        width: 100%;
        height: 120px;
        object-fit: contain;
    }

    .ccarlisy-search-detail span {
        font-size: 15px;
        color: #009D5E;
        font-weight: 600;
    }


    .aboutus {
        cursor: default;
        font-size: 14px;
        color: #666666;
        margin-top: 20px;
        margin-bottom: 30px;
        /* background: red; */
    }

    .legth {
        /* background: yellow; */
    }

    .aboutus div {
        display: flex;
        margin-top: 10px;
    }

    .aboutus div .conter-nn {
        display: inline-block;
        width: 75%;
    }

    .aboutus div .conter-ncxz {
        display: inline-block;
        width: 66%;
    }

    .aboutus .name-us {
        display: inline-block;
        /* background: #0FA368; */
    }

    .zbj {
        letter-spacing: 5px;
    }

    .lbt-max {
        /* border: 1px solid red; */
        margin-top: 25px;
    }

    /* .lbt {
        background: yellow;
    } */

    .swiper {
        width: 100%;
        height: 230px;
        position: relative;
    }

    .banncc .ht {
        margin: 0 auto;
        width: 230px;
        height: 230px;
        text-align: center;
    }

    .banncc .ht img {
        width: 230px;
        height: 230px;
    }

    .tabList {
        margin-top: 15px;
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .tabqh img {
        width: 14px;
        height: 14px;
    }

    .tabqh {
        position: absolute;
        top: 50%;
        border-radius: 50px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.4);
        transform: translateY(-50%);
        user-select: none;
    }

    .tabqh .action {
        border: 1px solid #009D5E;
    }

    .swiper-button-disabled {
        cursor: not-allowed;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .prev {
        left: 0px;
    }

    .next {
        right: 0px;
    }

    .tabList img {
        width: 50px;
        height: 50px;
        margin-left: 5px;
        cursor: pointer;
        border: 1px solid transparent;
    }

    .tabList img:first-child {
        margin-left: 0;
    }

    .tabList .action {
        border-color: green;
    }

    .lbt-right .title-right {
        font-size: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        border-bottom: 1px solid #ecebeb;
        padding-bottom: 10px;
    }

    .buttonx {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0 30px 0;
    }

    .lbt-right .buttonx a {
        padding: 5px 15px;
        color: #fff;
        background: #009D5E;
        border-radius: 8px;
        font-size: 14px;
        margin: 0 10px;
        /* 去掉下划线 */
        text-decoration: none;
    }

    .conter-right .listcarbnm {
        width: 100%;
        font-size: 14px;
        margin-top: 40px;
        display: inline-block;
        padding-bottom: 10px;
        border-bottom: 1px solid #F3F3F3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
        cursor: default;
        cursor: default;
    }

    .fwb {
        /* width: 100%; */

        word-break: break-all;
    }

    .fwb img,
    .fwb image {
        width: 100%;
        /* width: 100px;
        height: 100px; */
        object-fit: cover;
    }

    #richTextContainer {
        width: 100%;
    }

    #richTextContainer img {
        max-width: 100%;
    }

    .upper {
        /* border: 2px solid red; */
        width: 45px;
        height: 45px;
        border-radius: 50px;
        z-index: 40px;
        display: none;
        position: fixed;
        bottom: 70px;
        right: 25px;
        cursor: pointer;
        box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);
        /* display: flex; */
    }

    .upper img {
        width: 100%;
        height: 100%;
        border-radius: 50px;
    }

    .nonelist {
        width: 100%;
        font-size: 14px;
        color: #6E6E6E;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
        margin: 20% 0;
    }

    .nonelist img {
        width: 50px;
        height: 50px;
    }


    .banner-home {
        width: 100%;
        /* height: 10% !important; */
        height: 200px;
        position: relative;
    }

    .tabListhome {
        /* margin-top: 30px; */
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 30px;
        z-index: 1;
    }

    .tabListhome span {
        width: 15px;
        height: 15px;
        border-radius: 50px;
        margin-left: 5px;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.4);
        display: inline-block;
    }

    .tabListhome span:first-child {
        margin-left: 0;
    }

    .tabListhome .action {
        background: green;
    }

    .banncchome {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .banncchome .ht {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .banncchome .ht img {
        width: 100%;
        height: 100%;
        /* object-fit: contain; */
    }

    .banncchome .jt {
        width: 13px;
        height: 13px;
        padding: 8px;
        border-radius: 50px;
        background: #000;
        opacity: 0.4;
        border: 1px solid red;
    }

    .tabqhhome {
        position: absolute;
        top: 50%;
        border-radius: 50px;
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
        cursor: pointer;
        background-color: #009D5E;
        transform: translateY(-50%);
        user-select: none;
    }

    .prevhome {
        left: 5%;
    }

    .nexthome {
        right: 5%;
    }

    .tabqhhome img {
        width: 13px;
        height: 13px;
    }

    .tabqhhome .action {
        border: 1px solid #009D5E;
    }

    .swiper-button-disabled {
        cursor: not-allowed;
        background-color: rgba(0, 0, 0, 0.1);
    }


}