@charset "utf-8";
@import url('iconfont/iconfont.css');

/*-----------------------*/
/* 分页样式 */
.pagination-block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.pagination {
    margin: 0;
}

.pagination_info {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.pagination li a,
.pagination li span {
    border-radius: 0 !important;
    margin-right: 8px;
    /*color: #7c7c7c;*/
    color: #212529;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination li.disabled span {
    cursor: not-allowed;
}

.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>li>a:hover {
    color: #fff;
    /*background: #ffb600;*/
    background: #212529;
    border: 1px solid transparent;
}

/*-------------------*/

.home_navbar .switch-toggle {
    width: 22px;
    height: 22px;
    display: none;
    background: none;
    border: 0;
    position: absolute;
    right: 16px;
    top: 21px;
    cursor: pointer;
    z-index: 12;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.home_navbar .switch-toggle span {
    display: block;
    height: 2px;
    background: #000;
    margin-bottom: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.home_navbar .switch-toggle.is-active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
}

.home_navbar .switch-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.home_navbar .switch-toggle.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
}

/* 头部 */
.home_navbar {
    width: 100%;
    height: 80px;
    min-width: 1360px;
    line-height: 80px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
    z-index: 32;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.home_navbar.topfix {
    background: rgb(255, 255, 255);
}

.home_logo {
    overflow: hidden;
    /* margin-left: 30px; */
    padding: 5px 0;
    float: left;
    display: none;
}

.home_logo img {
    width: 100%;
    height: 68px;
    display: block;
}

.home_nav {
    text-align: center;
}

.nav-logo .home_logo {
    display: block;
}

.nav-logo .home_logo .logo1,
.topfix .nav-logo .home_logo .logo2 {
    display: block;
}

.nav-logo .home_logo .logo2,
.topfix .nav-logo .home_logo .logo1 {
    display: none;
}

.home_nav .layui-nav,
.home_nav .layui-nav .layui-this:after,
.home_nav .layui-nav-bar {
    background: none;
}

.home_nav .layui-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0;
}

.home_nav .layui-nav li {
    font-size: 15px;
    font-weight: 700;
    padding: 0 40px;
    color: #000;
    position: relative;
    cursor: pointer;
    line-height: inherit;
}

.home_nav .layui-nav>li a {
    color: #fff;
    display: block;
    padding: 0;
    font-size: 15px;
}

.home_nav .layui-nav .layui-nav-more {
    display: none;
}

.topfix .home_nav .layui-nav li a {
    color: #000000
}

.topfix .home_nav .layui-nav .layui-nav-item a:hover,
.home_nav .layui-nav .layui-nav-item a:hover,
.topfix .home_nav .layui-nav .layui-this a,
.home_nav .layui-nav .layui-this a {
    color: #077C50 !important;
    text-decoration: none;
}

.home_nav .layui-nav li .layui-nav-child {
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 2px 0 #dcdfe4;
    width: 110px;
    left: 0;
    text-align: center;
    overflow: hidden;
    transition: all .5s;
    top: 84px;
    padding: 0;
    line-height: inherit;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.home_nav .layui-nav li .layui-nav-child dd a {
    display: block;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    margin: 0 20px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid rgba(158, 164, 174, .2);
    transition: all .2s;
    text-align: left;
}

.home_nav .layui-nav li .layui-nav-child dd a:hover {
    background: none;
    transform: translateX(4px);
    color: #0a40b9;
    text-decoration: none;
}

.home_nav .layui-nav li .layui-nav-child a:last-child {
    border-bottom: 0px;
}

/* 轮播图 */
.home_lunbo {
    cursor: pointer;
    width: 100%;
    height: 100vh;
    position: relative;
}

.home_lunbo .swiper-container {
    height: 100%;
}

.home_lunbo .swiper-slide {
    width: 100%;
    height: 100%;
    display: block;
}

.home_lunbo .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home_lunbo .swiper-pagination-bullet {
    width: 34px;
    height: 4px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background: #fff;
    opacity: 1;
}

.home_lunbo .swiper-pagination-bullet-active {
    background: #077C50;
}

.home_lunbo .swiper-container-horizontal>.swiper-pagination-bullets,
.home_lunbo .swiper-pagination-custom,
.home_lunbo .swiper-pagination-fraction {
    bottom: 20px;
}

.home_lunbo .swiper-button-next {
    right: 2%
}

.home_lunbo .swiper-button-prev {
    left: 2%;
}

.home_lunbo .swipercon {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 33;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) !important;
}

.home_lunbo .swipercon .swiper-info {
    color: #fff;
    height: 100%;
    margin-left: 20%;
    margin-top: 16%;
}

.home_lunbo .swipercon .swiper-info h3,
.home_lunbo .swipercon .swiper-info h4 {
    font-weight: bold;
    line-height: 1.8;
    font-size: 40px;
    letter-spacing: 5px;
}

.home_lunbo .swipercon .swiper-info h3 {
    position: relative;
}

.home_lunbo .swipercon .swiper-info h3::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 0px;
    z-index: 2;
}

/* 走进维全 */
.box1 {
    width: 100%;
    height: 630px;
    position: relative;
    color: #fff;
    font-weight: 100;
    overflow: hidden;
    background-size: cover;
    padding: 20px 0;
}

.box1 .con {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 630px;
}

.box1 .con .casesTitle {
    color: #fff;
    font-size: 30px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
}

.box1 .con .tits {
    font-size: 16px;
    line-height: 2;
    width: 1070px;
    max-width: 88%;
    margin: 10px auto 0;
}

.box1 .con .videoClick {
    width: 44px;
    height: auto;
    display: block;
    margin: 30px auto 0;
}

.videoBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.videoBox>.video {
    width: 1000px;
    height: 562px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    margin: auto;
    background-color: #000;
    text-align: center;
}

.videoBox>.video video {
    width: 100%;
    height: 100%;
}

.videoBox>.video .close {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 22;
    color: #fff;
    opacity: 1;
}

.videoBox>.video .close:before {
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 15px;
    content: '';
    transform: rotate(-45deg);
}

.videoBox>.video .close:after {
    width: 20px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 15px;
    content: '';
    transform: rotate(45deg);
}

.box2 {
    position: relative;
}

.box2>img {
    width: 37.65625vw;
    position: absolute;
    right: 0;
    top: 0;
}

.box2 .itemBox {
    display: flex;
    align-items: center;
}

.box2 .itemBox .item {
    padding: 40px 0;
    text-align: center;
    color: #077C50;
    flex: 1;
    position: relative;
}

.box2 .itemBox .item .t {
    font-size: 18px;
    font-weight: 400;
}

.box2 .itemBox .item .t span {
    font-size: 30px;
    font-family: 'DIN';
    font-weight: 600;
}

.box2 .itemBox .item .t1 {
    font-size: 18px;
    font-weight: 100;
    margin-top: 15px;
    color: #000;
}

.box2 .itemBox .item:after {
    width: 1px;
    height: 73px;
    top: 40px;
    background-color: #b2b2b2;
    right: 0;
    position: absolute;
    content: '';
}

.box2 .itemBox .item:nth-child(5)::after {
    background: none;
}

.box3 {
    padding-bottom: 50px;
}

.box3 .c-logo-wall__title,
.box4 .c-logo-wall__title {
    color: #fff;
}

.box3 .itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.box3 .itemBox .item {
    width: 31.8%;
    height: 242px;
    background-color: #fff;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    color: #000;
    overflow: hidden;
    padding: 60px 10px 40px;
    box-sizing: border-box;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.box3 .itemBox .item:before {
    width: 100%;
    height: 5px;
    background-color: #ff0000;
    position: absolute;
    top: 0;
    left: -100%;
    content: '';
    z-index: 5;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.box3 .itemBox .item .tits {
    font-size: 22px;
    line-height: 1.6;
    font-weight: 400;
}

.box3 .itemBox .item .tit {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 100;
    margin-top: 20px;
}

.box3 .itemBox .item:after {
    width: 100%;
    height: 5px;
    background-color: #0083cf;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.box3 .itemBox .item:hover {
    background-color: #087F54;
    color: #fff;
}

.box3 .itemBox .item:hover:before {
    left: 0;
}

.box4 {
    background-size: cover;
    padding-bottom: 50px;
}

.box4 .list {
    box-sizing: border-box;
    background-image: url(../images/mBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}

.box4 .list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.box4 .list ul li {
    width: 25%;
    float: left;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 45px 10px;
}

.box4 .list ul li .tits {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 600;
    text-shadow: 1.03px 1.714px 2px rgba(0, 0, 0, 0.77);
}

.box4 .list ul li .tit {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 15px;
}

.box4 .list ul li.li2 {
    height: 9.79167vw;
    padding-top: 1.92708vw;
}

.box6 .img {
    margin-top: 50px;
}

.box6 .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.box6 .tabs {
    text-align: center;
    width: 100%;
    font-size: 0;
    margin-top: 50px;
}

.box6 .tabs a {
    font-size: 22px;
    line-height: 2;
    color: #000;
    opacity: 0.3;
    margin: 0 30px;
    font-weight: 500;
    display: inline-block;
}

.box6 .tabs a.on {
    opacity: 1;
}

.box6 .listBox {
    padding-top: 50px;
}

.listBox .list {
    width: 100%;
    display: none;
}

.box6 .listBox .list ul li {
    width: 16.4%;
    float: left;
    margin-right: 4.5%;
}

.box6 .listBox .list ul li .pic {
    width: 100%;
    height: auto;
}

.box6 .listBox .list ul li .pic img {
    width: 100%;
}

.box6 .listBox .list ul li .txt {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    font-weight: 100;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 8px 0;
    height: 58px;
}

.box6 .listBox .list .btns {
    text-align: center;
    font-size: 0;
    width: 100%;
    margin-top: 20px;
}

.box6 .listBox .list .btns span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #ededed;
    opacity: 1;
    margin: 0 6px;
    cursor: pointer;
}

.box6 .listBox .list .btns span.swiper-pagination-bullet-active {
    background-color: #077C50;
}

.stylelist {
    margin-top: 50px;
    padding-bottom: 50px;
}

.stylelist .pic {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.stylelist .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.stylelist .txt {
    background: #000;
    text-align: center;
    padding: 8px 5px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.abHBox {
    position: relative;
}

.abHY_swiper {
    padding-top: 130px;
    position: relative;
    overflow: hidden;
}

.abHY_swiper::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    bottom: 45px;
}

.abHY_swiper .swiper-slide {
    cursor: pointer;
    width: 89px;
    position: relative;
    text-align: center;
}

.abHY_swiper .swiper-slide p {
    position: relative;
    width: 100%;
    height: 90px;
    top: -60px;
    color: #000;
    font-weight: bold;
    transition: all 0.3s;
    font-family: "DIN";
    font-size: 30px;
}

.abHY_swiper .swiper-slide p i {
    margin-left: 3px;
    font-size: 16px;
}

.abHY_swiper .swiper-slide span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #cccccc;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}

.abHY_swiper .swiper-slide-thumb-active span::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent url("../images/line.png") no-repeat center;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.abHY_swiper .swiper-slide-thumb-active p {
    font-size: 44px !important;
    top: -80px;
}

.abHY_swiper .swiper-slide-thumb-active span {
    background: transparent;
}

.abHY_swiper .swiper-slide-thumb-active~.swiper-slide::before {
    width: 0;
}

.abHT_Item {
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.abHT_Item.swiper-slide-active {
    margin-top: 0;
}

.abHT_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 175px;
    cursor: pointer;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s;
}

.abHT_btn img {
    width: 40%;
}

.abHT_prev {
    left: -50px;
}

.abHT_next {
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    right: -50px;
}

.abHT_btn:hover {
    background: rgba(0, 0, 0, 0.5);
}

.abHT_swiper {
    margin-top: 10px;
}

.abHT_Item {
    padding: 5px 30px 15px;
    text-align: center;
}

.abHT_Item img {
    margin: 1% auto 0;
    height: auto;
}

.abHT_Item .tit {
    font-size: 60px;
    color: #f15a29;
    font-weight: 600;
}

.abHT_Item .text {
    margin-top: 20px;
}

.abHT_Item .text p {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.5;
    position: relative;
}

.abHT_Item .text img {
    max-width: 100%;
    /* height: 756px; */
    overflow: hidden;
}

.knf-email {
    background: url(../images/email_bg.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 50px;
}

.knfBox {
    padding: 45px 20px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}

.knfBox h3 {
    font-size: 18px;
    margin-bottom: 18px;
}

.knfBox .desc {
    font-size: 14px;
}

.email-btn img {
    width: 150px;
    display: block;
    margin: 30px auto 0;
}

/* 底部 */
.home_footer {
    padding: 55px 0 25px;
    background: #0c0c0c;
    text-align: center;
    color: #fff;
}

.home_footer-box {
    margin: auto auto 40px;
}

.footer-flex dl.dl2 {
    text-align: left;
    cursor: pointer;
    float: left;
    width: 14%;
    display: block;
}

.footer-left dl {
    width: 100% !important;
}

.footer-flex dl.dl2 dt {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}

.footer-flex dl.dl2 dt a {
    color: #fff;
}

.footer-flex dl.dl2 dd {
    font-size: 14px;
    color: #939393;
}

.footer-flex dl.dl2 dd a {
    color: #939393;
    margin-top: 3px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.4;
}

.footer-flex dl.dl2 dd a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-flex dl.contact {
    text-align: left;
    width: 30%;
}

.footer-flex dl.contact dd {
    color: #939393;
    font-size: 14px;
    margin: 4px 0;
}

.ewmBox dl.dl2 {
    text-align: center;
    width: 50% !important;
    padding: 0;
}

.ewmBox dl.dl2 dt {
    padding-bottom: 5px;
}

.ewmBox dl.dl2 dd {
    line-height: 1.2;
}

.ewmBox dl .ewm {
    width: 115px;
    height: 115px;
    overflow: hidden;
}

.footer_copy {
    border-top: 1px solid rgba(158, 164, 174, .2);
}

.footer_copy,
.footer_copy a {
    color: #818181;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
}


@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* 内页广告图 */
.service_bg {
    height: 285px;
}

.service_bg>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* 面包屑导航 */
.service_tab--nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f4f5f9;
}

.tz-scroll {
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    color: #141a1c;
    background: #f4f5f9;
}

.tz-scroll_wrap {
    position: relative;
}

.tz-scroll_wrap .tz-scroll-item {
    text-align: center;
    padding-right: 32px;
    color: #141a1c;
    display: inline-block;
    font-weight: 700;
}

.tz-scroll .tz-scroll-item>span {
    display: inline-block;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.tz-scroll .tz-scroll-item>span.active {
    color: #0a40b9;
}

.tz-scroll .tz-scroll-item>span.active:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    margin: 0 auto;
    background: #0a40b9;
    position: absolute;
    bottom: 0;
}

/* 内容区 */
.home-pd {
    padding: 60px 0;
    position: relative;
}

.home_title {
    text-align: center;
    padding-bottom: 50px;
}

.home_title h2 {
    font-size: 26px;
    color: #077C50;
    display: block;
    line-height: 1.6;
    /* font-weight: normal; */
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.home_title .home_desc {
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
}

.home-pd .swiper2 {
    position: relative;
}

/* 门店服务 */
.home_store .storeBg {
    width: 100%;
    /* height: 732px; */
    overflow: hidden;
    display: block;
}

.storeBg .store-text {
    background: rgba(0, 0, 0, 0.4);
    padding: 70px 36px;
    width: 350px;
    height: 732px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 2px;
}

.storeBg .store-text h4 {
    font-size: 30px;
    margin-bottom: 35px;
}

.home_store .honor-button .swiper-store-next,
.home_store .honor-button .swiper-store-prev {
    top: 98% !important;
    font-size: 34px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
}

.home_store .honor-button .swiper-button-black {
    background: none;
}

.home_store .honor-button .swiper-store-next {
    right: 50%;
    margin-right: -50px;
}

.home_store .honor-button .swiper-store-prev {
    left: 50%;
    margin-left: -50px;
}

.home_video .video {
    margin-top: 10px;
    position: relative;
    height: 700px;
}

.home_video .video img {
    display: block;
    width: 100%;
    height: 100%;
}

.home_video .video::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
}

.home_video .player {
    display: block;
    width: 70px;
    height: 70px;
    background: url('../images/play-btn.png') no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.home_video .video video {
    display: none;
    width: 100%;
    position: relative;
    z-index: 10;
    background: #fff;
    height: 600px;
}

.video .video-show::after {
    display: none;
}

.c-logo-wall {
    position: relative;
    min-width: 1360px;
    height: 750px;
}

.advatage-main .company-box .video-show::after {
    display: none;
}

.c-logo-wall__bgImg {
    position: absolute;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-logo-wall__container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.c-logo-wall__title {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    text-align: center;
    padding-top: 70px;
}

.c-logo-wall__sub-title {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 18px;
    text-align: center;
    color: #000;
}

.c-logo-wall__content {
    zoom: 1;
    margin-top: 76px;
    padding: 6px 0;
    box-sizing: border-box;
}

.c-logo-wall__content li {
    width: 167px;
    height: 56px;
    float: left;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d9d9d9;
    margin-right: 3px;
    margin-bottom: 11px
}

.c-logo-wall__content li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.c-logo-wall__content li .c-logo-wall__content__link-image {
    background-size: contain;
}

.c-logo-wall__content li .c-logo-wall__content__link-image img {
    position: absolute;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-logo-wall__content li .c-logo-wall__content__link-text {
    display: none;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
}

.c-logo-wall__content li .c-logo-wall__item__trademarkName {
    display: inline;
    color: #036301;
}

.c-logo-wall__content li:hover .c-logo-wall__content__link-image {
    display: none;
}

.c-logo-wall__content li:hover .c-logo-wall__content__link-text {
    display: block;
}

.c-logo-wall__content__link-morebrand {
    text-align: center;
    line-height: 54px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}

.marketing-tool__content {
    padding: 68px 0;
}

.marketing-tool__content li {
    width: 33.333%;
    float: left;
}

.marketing-tool-content__item {
    text-align: center;
}

.marketing-tool-item__img {
    margin: 0 auto;
    width: 202px;
    height: 202px;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.marketing-tool-item__title {
    margin-top: 14px;
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.marketing-tool-item__desc {
    line-height: 22px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.marketing-tool-item__desc span {
    display: block;
}

.marketing-tool__content li:nth-of-type(n+4) {
    margin-top: 32px;
}

.marketing-tool__content li:nth-of-type(4) {
    margin-left: 196px;
}

.gioc {
    position: relative;
    height: 815px;
    box-sizing: border-box;
}

.gioc__content {
    margin: 42px auto 0;
    background-position: 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    zoom: 1;
}

.gioc__content li {
    position: relative;
    float: left;
    width: 25%;
    height: 546px;
    border-bottom: 8px solid #077C50;
    overflow: hidden;
}

.gioc__content__item__img {
    width: 100%;
    height: 100%;
}

.gioc__content__item__mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.gioc__content__item__mask__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #161a1d;
    opacity: .3;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.gioc__content__item__mask__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    bottom: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    text-align: center;
}

.gioc__content__item__mask__icon {
    font-size: 72px !important;
    line-height: 72px;
    color: #319756;
}

.gioc__content__item__mask__title {
    margin-top: 52px;
    font-size: 28px;
    font-weight: 700;
    color: #fffefe;
}

.gioc__content__item__mask__desc {
    margin-top: 14px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fffefe;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.gioc .gioc__content li:hover .gioc__content__item__mask .gioc__content__item__mask__bg {
    opacity: 0.92;
}

.gioc .gioc__content li:hover .gioc__content__item__mask .gioc__content__item__mask__content .gioc__content__item__mask__desc {
    opacity: 1;
}

.gioc .gioc__content li:hover .gioc__content__item__mask {
    top: -10px;
}

.series .wqBox {
    padding-top: 30px;
}

.terrace {
    position: relative;
    min-width: 1360px;
    height: 740px;
    box-sizing: border-box;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.terrace .gioc__bgImg {
    position: absolute;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.terrace .terrace__container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.terrace__title {
    padding-top: 70px;
}

.terrace__title,
.terrace__text {
    color: #fff;
}

.terrace .terrace__container .terrace__content {
    margin: 42px auto 0;
    zoom: 1;
}

.terrace .terrace__container .terrace__content li {
    position: relative;
    float: left;
    width: 22%;
    height: 466px;
    margin-right: 3%;
    text-align: center;
}

.terrace .terrace__container .terrace__content li .terrace__content__item__img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.terrace .terrace__container .terrace__content li .terrace__content__item__title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    position: absolute;
    width: 100%;
    top: 67px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
}

.terrace .terrace__container .terrace__content li .terrace__content__item__desc {
    width: 100%;
    position: absolute;
    top: 116px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

.supply-system {
    padding-bottom: 70px;
}

.supply-system__content li {
    float: left;
    width: 48%;
    text-align: center;
    margin: 42px 1% 0 1%;
}

.supply-system__content li .supply-system__content__item__img {
    width: 100%;
    height: 200px;
    background-position: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.supply-system__content__item__title {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.supply-system__content li .supply-system__content__item__desc {
    margin-top: 11px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.design__wrapper {
    margin-top: 50px;
    background: #eee;
    padding: 50px 0;
}

.design__content__video {
    width: 100%;
    height: 420px;
}

.design__content__text {
    margin-top: 75px;
    width: 414px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.design__content__text__title {
    font-size: 36px;
    font-weight: 500;
    color: #333;
    text-align: left;
}

.design__content__text__desc {
    margin-top: 14px;
    font-size: 24px;
    font-weight: 300;
    color: #666;
    text-align: left;
}

.design__content__text__list {
    margin-top: 23px;
}

.design__content__text__list li {
    position: relative;
    padding-left: 12px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 26px;
    margin-bottom: 12px;
}

.design__content__text__list li span {
    position: absolute;
    left: 0;
    top: 0;
}

.design__wrapper__tips {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    margin-top: 18px;
    text-align: center;
}

.dvert {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dvert img {
    width: 100%;
    height: 100%;
    display: block;
}

.abImg {
    position: relative;
    margin-top: 4%;
    text-align: center;
}

.abImg1 {
    max-width: 378px;
    animation: clice 20s linear infinite;
    margin: 0 auto;
    width: 70%;
}

.abImg2 {
    position: absolute;
    width: 50%;
    max-width: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

@keyframes clice {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.z_about_num {
    padding: 50px 0;
}

.z_about_num li {
    width: 25%;
    float: left;
}

.z_about_num li img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

.z_about_num1 li:nth-child(1) img {
    width: 26%;
}

.z_about_num1 li:nth-child(2) img {
    width: 19%;
}

.z_about_num1 li:nth-child(4) img {
    width: 23.8%;
}

.z_about_num2 li:nth-child(1) img {
    width: 37.6%;
}

.z_about_num2 li:nth-child(2) img {
    width: 21.3%;
}

.z_about_num2 li:nth-child(4) img {
    width: 26.15%;
}

.z_about_num4 li:nth-child(1) img {
    width: 30.4%;
}

.z_about_num4 li:nth-child(2) img {
    width: 26.5%;
}

.z_about_num4 li:nth-child(3) img {
    width: 31.8%;
}

.wqBox .swiper-container {
    /* height: 991px; */
    overflow: hidden;
}

.wqBox2 .swiper-container {
    /* height: 795px; */
}

.wqBox .swiper-slide img {
    width: 100%;
    height: 100%;
}

.wqBox .swiper-button {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%;
    z-index: 22;
}

.wqBox .swiper-button .swiper-button-store-next,
.wqBox .swiper-button .swiper-button-store-prev {
    color: #077C50;
    font-size: 30px;
    float: left;
    margin: 0 10px;
    cursor: pointer;
}

.wqBox .swiper-button .container {
    display: flex;
    justify-content: flex-end;
}

.wqImg {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    top: 30px;
    padding-top: 30px;
}

.wqImg img {
    width: 45%;
    height: 100%;
}

/* 定制生产 */
.home_custom {
    padding-top: 50px;
}

.customBg {
    width: 100%;
    position: relative;
    margin-top: 20px;
    height: 700px;
}

.sumq {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.sumq ul {
    padding: 20px 10px;
    margin-bottom: 0;
}

.sumq li {
    float: left;
    width: 16.6667%;
    color: #fff;
    text-align: center;
}

.sumq li .txt {
    color: #fff;
    font-size: 12px;
}

.sumq li .txt i {
    font-weight: 400;
    font-size: 40px;
    line-height: 1.4;
}

.wljdinner .sumq {
    position: static;
    background: none;
}

.wljdl {
    padding-top: 60px;
}

.wljdl li {
    width: 31.3333%;
    float: left;
    text-align: center;
    margin: 20px 1%;
}

.wljdl li .icon {
    width: 76px;
    height: 76px;
    background: url(../images/icon_bg.png) no-repeat center center;
    background-size: 76px 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
}

.wljdl li .icon i {
    font-size: 46px;
    line-height: 46px;
    color: #077C50;
}

.wljdl li .txt i {
    font-size: 32px;
}

.wljdinner {
    margin-top: 20px;
    padding: 80px 0 100px;
    background-size: cover;
}

.wljd_right {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.wljd_right img {
    width: 100%;
}

.wljd_right li h6 {
    color: #fff;
    font-size: 24px;
    display: inline-block;
}

.wljd_right li:hover {
    z-index: 50;
}

.wljd_right li {
    position: absolute
}

.wljd_right li span {
    display: inline-block;
    padding: 4px 6px;
    background: #087f54;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
    display: none
}

.wljd_right li.ac h6 {
    color: #087f54;
}

.wljd_right li.ac span {
    opacity: 1;
}

.wljd_right li:nth-child(1) {
    left: 69%;
    top: 75%;
}

.gylh_left p {
    line-height: 1.8;
    color: #000;
    font-size: 16px;
    margin: 7px 0;
}

.gylh_left p span {
    display: inline-block;
    vertical-align: middle;
    color: #05744b;
    font-weight: bold;
    margin-right: 10px;
}

.gylh_right {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.gylh_right img {
    max-width: 100%;
    height: auto;
}

.gylhBox {
    padding: 50px 0;
}

.gyinner {
    display: table;
    table-layout: fixed;
    /* margin-top: 50px; */
    width: 100%;

}

.gyinner_left {
    background: #F4F4F4;
    display: table-cell;
    width: 55%;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
}

.gybanner {
    height: 600px;
    /* position: absolute; */
    width: 30%;
    left: 9%;
    top: 50%;
    /* transform: translateY(-50%); */
    display: inline-block;
    margin-left: 9%;
    padding: 8% 0 5% 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-image: url(../images/gybannerbac_03.jpg);
    background-size: 2px 100%;
    vertical-align: middle
}

.gybanner .swiper-container {
    height: 100%
}

.gybanner .swiper-button-prev h6,
.gybanner .swiper-button-next h6 {
    font-size: 30px;
    color: #000;
}

.gybanner .swiper-button-prev,
.gybanner .swiper-button-next {
    display: none
}

.gybanner span {
    line-height: 50px;
    color: #000;
    font-size: 17px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gybanner .swiper-slide {
    padding-left: 25px;
    box-sizing: border-box;
    cursor: pointer;
}

.gybanner .swiper-slide:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 7px solid #9fcc66;
    border-color: transparent transparent transparent #9fcc66;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.gybanner .swiper-slide-active:before {
    opacity: 1;
}

.gybanner .swiper-slide-active span {
    color: #1A7042
}

.gy_l_inner {
    width: 59%;
    /* position: absolute; */
    right: 0;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    /* transform: translateY(-50%); */
    box-sizing: border-box;
    padding-right: 48px;
}

.gy_l_inner h2 {
    margin-bottom: 25px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.gy_l_inner h2:after {
    content: "";
    display: block;
    width: 32px;
    height: 3px;
    background: #8FC44B;
    margin-top: 12px
}

.gy_l_inner p {
    line-height: 36px;
    font-size: 16px;
    color: #000
}

.gy_l_inner li {
    display: none
}

.gy_l_inner li.ac {
    display: block
}

.gyinner_right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    /* opacity: 0;
	transform: translateX(100%) */
}

.active .gyinner_right,
.active .gyinner_left {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.gyinner_right li {
    display: none
}

.gyinner_right li.ac {
    display: block
}

.gyinner_right img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.jsbzlist {
    margin: 60px 0;
}

.jsbzlist li {
    display: inline-block;
    width: 23%;
    margin-right: 1.33333%;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    vertical-align: top;
    text-align: center;
    padding-bottom: 70px;
    position: relative;
    line-height: 0;
    padding: 15px;
}


.jsbzlist li:nth-child(4n) {
    margin-right: 0
}

.jsbzlist li span {
    display: inline-block;
    margin: 40px 0;
}

.jsbzlist li span {
    width: 90px;
    height: 90px;
}

.jsbzlist li span img {
    width: 100%;
    display: block;
}

.jsbzlist li h2 {
    font-size: 20px;
    color: #000;
    margin-bottom: 30px
}

.jsbzlist li h2:after {
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    background: #087F54;
    margin: 20px auto 0
}

.jsbzlist li p {
    display: inline-block;
    text-align: center;
    line-height: 42px;
    color: #777777;
    font-size: 18px;
    height: 120px;
}

.jsbzlist li i {
    display: block;
    color: #000;
    font-size: 18px;
    margin: 0 auto
}

.jsbzlist li:hover {
    background: #087F54
}

.jsbzlist li:hover h2,
.jsbzlist li:hover p {
    color: #fff
}

.jsbzlist li:hover h2:after {
    background: #fff
}

.jsbzlist li:hover span,
.jsbzlist li:hover i {
    opacity: 0;
}

.jsbzlist li:hover h2,
.jsbzlist li:hover p,
.jsbzlist li:hover span {
    transform: translateY(-55px)
}

.jsbzlist li:after {
    content: '';
    display: block;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0);
}

.jsbzlist li:hover:after {
    transform: translateX(-50%) translateY(-50%) scale(1)
}

.hbaq .c-logo-wall__title {
    color: #fff;
}

.hbaq .hbaqtop {
    padding: 0px 0 335px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hbaqbottom {
    margin-top: -220px;
}

.hblist li {
    width: 24%;
    display: inline-block;
    text-align: center;
    padding: 55px 0;
    position: relative;
    cursor: pointer;
}


.hblist {
    position: relative;
    z-index: 2;
}

.hblist li:before {
    content: '';
    display: inline-block;
    height: 4px;
    width: 0;
    position: absolute;
    left: 50%;
    top: 0;
    background: #087F54;
}

.hblist li:hover:before,
.hblist li.ac:before {
    left: 0;
    width: 100%
}

.hblist li h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

/* .hblist li:hover h2,
.hblist li.ac h2 {
    color: #087F54
} */

.hblist li:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 12px solid #087F54;
    border-color: #087F54 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
    border-width: 16px 12px;
    opacity: 0;
}

.hblist li.ac:after,
.hblist li:hover:after {
    opacity: 1;
}

.hbinner {
    background: #f4f4f4;
    position: relative;
}

.hbinner li {
    font-size: 0;
    padding: 50px 102px 50px;
    box-sizing: border-box;
    width: 100%;
    display: none
}

.hbinner li.ac {
    display: block
}

.hb_left,
.hb_right {
    display: inline-block;
    width: 50%;
    vertical-align: middle
}

.hb_left {
    padding-right: 15px;
    box-sizing: border-box
}

.hb_left h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 27px
}

.hb_left p {
    line-height: 38px;
    color: #333;
    font-size: 16px;
}

.hb_left p span {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #087F54;
    margin-right: 30px
}

.hb_right {
    box-sizing: border-box;
    padding-left: 110px
}

.hb_right img {
    width: 100%
}

.qdlist {
    margin-top: 60px;
}

.qdlist li {
    display: inline-block;
    width: 31.3333%;
    margin-right: 1%;
    background: #f9f9f9;
    vertical-align: top;
}

.qdlist li img {
    width: 100%
}

.qdlist li:nth-child(3) {
    margin-right: 0
}

.qdinner {
    box-sizing: border-box;
    min-height: 205px;
    padding: 45px 30px;
    text-align: center
}

.qdinner h2 {
    color: #087F54;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px
}

.qdinner p {
    line-height: 1.6;
    color: #000;
    font-size: 16px;
}

.jysc .c-logo-wall__title {
    margin-bottom: 30px;
}

.jysc .jysctit {
    color: #fff;
}

.jysc .hbaqtop img {
    max-width: 100%;
    height: auto;
    display: block;
}

.cgys {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
}

.yxleft,
.phright {
    display: table-cell;
    padding: 0px 4% 30px;
}

.yxleft .yxgylist {
    margin-top: 60px;
}

.yxleft .yxgylist li {
    width: 48%;
    float: left;
    margin: 20px 1%;
    text-align: center;
}

.yxleft .yxgylist li .yxgy-icon {
    font-size: 36px;
    line-height: 36px;
    color: #000;
    padding-bottom: 15px;
    display: block;
}

.yxleft .yxgylist li .text h5 {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: bold;
}

.yxleft .yxgylist li .text p {
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    color: #666;
}

.phright {
    background: #FAF8F8;
}

.phright .c-logo-wall__content {
    margin-top: 50px;
}


/* 新闻中心 */
.home_news .newsBox {
    background: #fff;
    display: block;
}

.home_news .newsBox:hover .time {
    background: #eaf5f1;
    color: #036301;
}

.home_news .newsBox:hover .newsInfo h3,
.home_news .newsBox:hover .more i {
    color: #036301;
}

.home_news .newsImg {
    position: relative;
}

.home_news .newsImg .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.home_news .newsImg .img img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.home_news .newsImg .time {
    position: absolute;
    bottom: -20px;
    left: 30px;
    background: #f8f8f8;
    padding: 10px;
    text-align: left;
    line-height: 1.4;
    font-size: 14px;
    color: #000;
}

.home_news .newsImg .time span {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.home_news .newsInfo {
    padding: 40px 30px 10px;
}

.home_news .newsInfo h3 {
    font-size: 18px;
    color: #000;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
}

.home_news .newsInfo .desc {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}

.home_news .newsBox .more {
    text-align: right;
    padding-top: 10px;
}

.home_news .newsBox .more i {
    color: #000;
    font-size: 26px;
    line-height: 26px;
}

.home_news .news-swiper {
    padding: 0 3.5em;
    position: relative;
}

.home_news .swiper-pagination {
    display: none;
}

.home_news .swiper-pagination-bullet-active {
    background: #077C50;
}

/* 品牌荣誉 */
.home_honor .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*Centerslidetextvertically*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.home_honor .swiper-slide-active,
.home_honor .swiper-slide-duplicate-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home_honor2 .swiper-slide,
.home_honor2 .swiper-slide-active,
.home_honor2 .swiper-slide-duplicate-active {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.home_honor2 .honor-button {
    padding-top: 15px;
}

.home_honor2 .img {
    height: 220px;
    overflow: hidden;
}

.honor_info .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.honor_info .text {
    font-size: 15px;
    color: #000;
    padding: 8px 5px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3;
}

.honor_info:hover .text {
    color: #036301;
}

.honor-button {
    padding-top: 26px;
}

.honor-button .swiper-button-black {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #f2f2f2;
}

.honor-button .swiper-button-next.swiper-button-black,
.honor-button .swiper-container-rtl .swiper-button-prev.swiper-button-black,
.honor-button .swiper-button-prev.swiper-button-black,
.honor-button .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-size: 12px;
    cursor: pointer;
}

.honor-button .swiper-button-prev.swiper-button-disabled,
.honor-button .swiper-button-next.swiper-button-disabled {
    opacity: 0.5
}

.honor-button .swiper-button-prev {
    left: 50%;
    margin-left: -58px;
}

.honor-button .swiper-button-next {
    right: 50%;
    margin-right: -58px;
}

.home_honor .swiper-button-next,
.home_honor .swiper-button-prev {
    top: 94% !important;
}

/* 合作链接 */
.home_link .a-pai {
    background: #036301;
    padding: 18px 40px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-decoration: none;
    text-align: center;
}

/* 产品展示 */
.home_product {
    margin-top: 30px;
}

.home_product .img {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.home_product .img img,
.pro-applet li .imgs img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.home_product .protitle {
    text-align: left;
}

.pro-applet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-applet li {
    float: left;
}

.pro-applet li .imgs {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.pro-applet li .desc {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    padding: 6px 0;
    text-align: center;
}

/* 招商加盟 */
.home_join {
    position: relative;
    /* height: 785px; */
}

.join_bg {
    background: rgba(12, 12, 12, 0.64);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home_join h2,
.home_join .home_desc {
    color: #fff;
}

.process .flowline {
    display: flex;
    justify-content: space-between;
}

.process .flowline li {
    float: left;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.process .flowline li .icon-block {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #a0a9a9;
    line-height: 0;
    margin-top: 0;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #b2c0bc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process .flowline li .icon-block i {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
}

/* .process .flowline li .icon-block span {
    margin: 0
} */

.process .flowline li span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    color: #b2c0bc;
    padding-top: 8px;
}

.process .flowline li:last-child .flow-line {
    display: none;
}

.process .flowline .flow-line {
    position: absolute;
    top: 18px;
    left: 86px;
    width: 120px;
    border-bottom: 1px solid #a0a9a9
}

.joinBox {
    width: 800px;
    margin: 60px auto 0;
}

.joinFrom {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 30px 40px;
}

.joinFrom .ftit {
    color: #D4EDE4;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.joinFrom .layui-form {
    margin: 50px 20px 20px;
}

.joinFrom .layui-form .form-group {
    margin-bottom: 35px;
    padding: 0 15px;
}

.joinFrom .layui-form .form-control {
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom-color: #fff;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #fff;
}

.joinFrom .layui-form .form-control option {
    color: #000;
}

.joinFrom .layui-form .button-submit {
    text-align: center;
}

.joinFrom .layui-form .button-submit .btn {
    border: 1px solid #fff;
    background: none;
    padding: 8px 30px;
    margin-top: 30px;
    font-size: 14px;
}

.joinFrom .layui-form .form-control:focus {
    box-shadow: none;
}

.joinFrom .layui-form .city-picker-span {
    padding: 0 12px;
}

.joinFrom .layui-form .city-picker-span>.placeholder {
    color: #fff
}

.joinFrom .layui-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.joinFrom .layui-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.joinFrom .layui-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.joinFrom .layui-form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

/* 联系我们页面 */
.com-advet {
    padding-top: 80px;
}

.com-ban {
    /* height: 778px; */
    color: #ffffff;
    position: relative;
    /* background-size: 100% 100% !important; */
}

.com-ban img {
    max-width: 100%;
    display: block;
}

.com-ban .nei-wen {
    width: 100%;
    /* height: 795px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.com-ban .nei-wen .dn1 {
    font-size: 38px;
}

.com-ban .nei-wen .dn2 {
    font-size: 30px;
    opacity: .8;
    text-transform: uppercase;
    /* margin: 10px 0 0; */
}

.advetTab {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 22;
    background: rgba(0, 0, 0, 0.5);
    padding: 13px 30px;
    text-align: center;
}

.advetTab a {
    color: #fff;
    margin: 0 40px;
    line-height: 1.4;
    font-size: 28px;
}

.advetTab a.on {
    font-weight: bold;
    color: #087F54;
}

.advetTab a.on span {
    border-bottom: 3px solid #087F54;
    display: inline-block;
    padding-bottom: 5px;
}

.contact_box .home_title h2 {
    color: #000;
}

.dituContent {
    width: 100%;
    height: 450px;
}

.uscon .usitem {
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
}

.uscon .usitem:nth-child(2) {
    justify-content: center;
}

.uscon .usitem:nth-child(3) {
    justify-content: flex-end;
}

.usinfo {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.usinfo .icon {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.usinfo .icon img {
    width: 100%;
    height: 100%;
}

.usinfo .text {
    font-size: 14px;
    color: #000;
    flex: 1;
}

.usinfo .text span {
    display: block;
    font-size: 18px;
    line-height: 1.8;
}

.usewm li {
    float: left;
    margin: 0 10px;
}

.usewm li img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.usewm li p {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 13px;
}

/* 新闻中心页面 */
.newsTab {
    margin-bottom: 15px;
}

.newsTab li {
    float: left;
    border-left: 1px solid #9A9A9A;
}

.newsTab li:first-child {
    border-left: 0px;
}

.newsTab li a {
    font-size: 15px;
    padding: 0 30px;
    color: #000;
    line-height: 1.2;
}

.newsTab li a:hover,
.newsTab li .on {
    color: #077C50;
}

.newBox {
    padding-bottom: 15px;
}

.newBox .newItem {
    display: flex;
    flex-direction: row;
}

.newBox .newItem:hover h3 {
    color: #077C50;
}

.newBox .imgBox {
    width: 245px;
}

.newBox .imgBox img {
    width: 100%;
    display: block;
}

.newBox li {
    border-bottom: 1px solid #B1B1B1;
    padding: 30px 0;
}

.newBox li a {
    text-decoration: none;
}

.newBox .time strong {
    color: #A5A5A5;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    top: -5px;
}

.newBox .more {
    padding: 5px;
    margin-top: 10px;
}

.newBox .newItem:hover .more i {
    background: #000;
    padding: 2px 8px;
    width: 10px;
    color: #fff;
}

.newBox .more i {
    color: #acacac;
    font-size: 20px;
}

.newBox .line {
    padding: 0 15px;
    position: relative;
    content: "——";
    width: 50px;
    height: 1px;
    background: #B1B1B1;
    top: 12px;
    margin: 0 30px;
}

.newinfo h3 {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: block;
    color: #000;
    line-height: 1.5;
    font-size: 17px;
    margin-bottom: 10px;
}

.newinfo .text {
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/*新闻中心详情*/
.news_detail .meta {
    text-align: center;
    border-bottom: 1px solid #B1B1B1;
    padding-bottom: 15px;
}

.news_detail .meta:after {
    clear: none;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.news_detail .meta h2 {
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1em;
}


.news_detail .meta .info span {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    margin: 0 10px;
}

/*新闻中心详细样式*/
.entry {
    margin-top: 20px;
    padding: 0 0px 15px;
    font-size: 16px;
    line-height: 2em;
    word-wrap: break-word;
}

.entry img {
    max-width: 100% !important;
    height: auto;
}


.entry p {
    display: inherit;
    margin: 0.4em 0;
    color: #000;
    word-wrap: break-word;
}

.entry table {
    margin: 10px auto;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.entry table th {
    background: #F9F9F9;
    text-align: center;
}

.entry table td,
.entry table th {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 0.3em 0.4em;
}

/*招商加盟*/
.policy {
    padding-bottom: 50px;
}

.joinSpan {
    font-size: 20px;
    color: #000;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.joinList {
    position: relative;
}

.joinList div {
    cursor: pointer;
    margin: 30px 0;
}

.joinImg {
    height: 450px;
    overflow: hidden;
}

.joinList p {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 5px;
}

.joinImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.joinImg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.policy .joinList>div.on span {
    color: #077C50;
}

.processt {
    background: #F7F7F7;
    margin-bottom: 40px;
}

.processt .pList {
    flex-wrap: wrap;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.processt .pList li {
    position: relative;
    width: 33.3333%;
    padding: 3% 0;
    text-align: center;
}

.processt .pList li::before {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/a-2.png) no-repeat center;
    background-size: 14px;
}

.processt .pList li img {
    max-width: 100%;
    height: 38px;
}

.processt .pList li .txt {
    line-height: 1.6;
    padding-top: 10px;
    font-size: 14px;
    color: #000;
}

.processt .pList li:nth-child(3)::before {
    right: auto;
    left: 50%;
    margin-left: -15px;
    top: auto;
    bottom: 0;
    transform: rotate(90deg);
}

.processt .pList li:nth-child(5)::before,
.processt .pList li:nth-child(4)::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.processt .pList li:nth-child(6)::before {
    content: none;
}

.applyBox .form-group {
    margin-bottom: 40px;
}

.applyBox .form-group .form-control {
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 80% !important;
    font-size: 14px;
}

.applyBox .form-group .city-picker-span {
    border-bottom: 1px solid #000;
    width: 80% !important;
    padding: 0 12px;
}

.applyBox .form-group .form-control:focus {
    box-shadow: none;
}

.applyBox .button-submit {
    text-align: center;
    margin-top: 20px;
}

.applyBox .button-submit .btn {
    background: #266205;
    border-color: #266205;
    font-size: 14px;
    padding: 8px 20px;
}

/* 门店服务-门店导航 */
.store-box {
    width: 100%;
    height: 280px;
    background-size: 100%;
    padding: 6% 0;
}

.nytitle {
    text-align: center;
}

.nytitle h3 {
    font-size: 30px;
    color: #000;
}

.recJob {
    justify-content: flex-end;
}

.store-nav {
    margin-left: -2%;
}

.store-nav li {
    width: 44%;
    float: left;
    margin: 1% 3%;
}

.store-nav li .storeImg {
    height: 320px;
    position: relative;
}

.store-nav li .storeImg img {
    width: 100%;
    height: 100%;
    display: block;
}

.store-nav li .storeImg .storeMark {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 22;
    background: rgba(0, 0, 0, 0.5);
    height: 320px;
    width: 100%;
    opacity: 0;
}

.store-nav li:hover .storeImg .storeMark,
.store-nav li:hover .storeImg .storeTxt {
    opacity: 1;
}

.store-nav li .storeImg .storeTxt {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 22;
    opacity: 0;
}

.store-nav li .storeImg .storeTxt h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.store-nav li .storeImg .storeTxt .iconfont {
    font-size: 34px;
}


.recJob .recJob_sech {
    position: relative;
    width: 100%;
    z-index: 3;
    max-width: 1000px;
}

.recJob_sel {
    position: relative;
    float: left;
    width: 19.5%;
    margin-right: 0.82%;
    margin-bottom: 15px;
}

.recJob_sel .recJob_a {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #cccccc;
    color: #5A5A5A;
    font-size: 14px;
    background-position: right 12px center;
    /*background-image: url("https://www.mgs-bc.com/static/css/../images/recruit-down.png"); */
    background-repeat: no-repeat;
    background-size: 9px;
    font-weight: 300;
    -webkit-appearance: none;
}

.recJob_sel select {
    background: none !important;
}

.recJob_sel .recJob_opt {
    position: absolute;
    left: 0;
    top: 55px;
    background: #fff;
    width: 100%;
    height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
    border-top: none;
    visibility: hidden;
    transform: translateY(10%);
    box-shadow: 0 2px 7px rgba(1, 1, 1, 0.13);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.recJob_sel .recJob_opt a {
    display: block;
    padding: 10px 20px;
    color: #5A5A5A;
    font-size: 14px;
    transition: all 0.3s;
}

.recJob_sel .recJob_opt a:hover {
    background-color: #219ae7;
    color: #fff;
}

.recSec_job {
    float: left;
    width: 25%;
}

.recSec_job input {
    display: block;
    padding: 10px;
    height: 40px;
    line-height: 20px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    color: #5A5A5A;
    font-size: 12px;
}

.recJob_sech .recJob_btn {
    display: block;
    float: right;
    width: 18%;
    margin: 0;
    height: 52px;
    border: none;
    padding: 0;
    text-align: center;
    background: #319756;
    font-size: 14px;
    color: #fff;
}

.recJob_sel.on {
    z-index: 3;
}

.recJob_sel.on .recJob_opt {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.store-center {
    margin-top: 30px;
}

.store-center>div {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    opacity: 1;
    border: 1px solid #f5f5f5;
}

.store-center>div.on {
    opacity: 0;
    z-index: 5;
}

.contact-map {
    position: relative;
    align-items: stretch;
}

.storeBOx .store-item.active {
    display: block;
}

.storeBOx .store-item {
    display: none;
}

.store-xx {
    font-size: 13px;
}

.store-xx h2 {
    font-weight: 500;
    font-size: 17px;
}

.lh-store-scroll {
    padding: 10px 20px;
    position: relative;
}

.lh-store-scroll .back {
    background: #f2f2f2;
    color: #333;
    padding: 8px 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 25px;
    z-index: 22;
}

.lh-store-scroll::-webkit-scrollbar-track-piece {
    background: #E3E3E3;
}

.lh-store-scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.lh-store-scroll::-webkit-scrollbar-thumb {
    background: #319756;
    border-radius: 2px;
}

.lh-store-item li {
    padding: 18px 0 12px;
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.lh-store-item li img {
    width: 29px;
    margin-top: 5px;
}

.lh-store-item li .lh-store-text {
    padding-left: 2%;
}

.lh-store-item li:first-child {
    margin: 0;
}

.lh-store-item li .iconfont {
    font-size: 22px;
    line-height: 22px;
    color: #319756;
}

.lh-store-item li:last-child {
    border-bottom: none;
}

.lh-store-item li h2 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #000;
}

.lh-store-item li h5 {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
}

.lh-store-item li p {
    font-size: 15px;
    line-height: 24px;
    margin: 10px 0;
    color: #000;
    overflow: hidden;
}

.lh-store-item li p span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

.lh-store-item li p i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-size: 18px;
}

#dituContent {
    width: 100%;
    height: 650px;
}

#dituContent * {
    width: auto;
}

#dituContent1 {
    width: 100%;
    height: 100%;
}

#dituContent1 * {
    width: auto;
}

.adva-brand {
    height: 540px;
}

.adva-brand-info {
    padding: 50px 0;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 2em;
    text-align: center;
}

.adva-sale {
    height: 730px;
}

.sale-box {
    display: flex;
    margin-top: 50px;
    flex-direction: row-reverse;
}

.sale-box .info {
    margin-top: 62px;
    position: relative;
    z-index: 10;
}

.sale-box .info p {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.sale-box .info .num {
    position: relative;
    height: 81px;
    line-height: 65px;
    font-size: 24px;
    font-weight: bold;
    color: #077D50;
    margin-bottom: 22px;
    padding-bottom: 16px;
}

.sale-box .info .num span {
    font-size: 50px;
}

.sale-box .pic {
    width: 945px;
    margin-left: 22px;
}

.adva-resource {
    height: 657px;
}

.adva-resource .c-logo-wall__title {
    color: #fff;
}

.adva-resource h4 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 34px;
    margin-top: 18px;
}

.adva-resource .pic {
    width: 151px;
    margin: 55px auto 0;
}

.adva-resource .adva-brand-info {
    text-align: center;
    color: #fff;
}

.adva-manufacture {
    height: 700px;
}

.manu-box {
    margin-top: 60px;
}

.manu-box .pic img {
    width: 100%;
    height: 100%;
}

.manu-box .info {
    margin: 53px 0 0 88px;
    position: relative;
    z-index: 10;
}

.manu-box .info h5 {
    font-size: 25px;
    line-height: 35px;
    color: #161616;
    font-weight: normal;
}

.manu-box .txt {
    font-size: 18px;
    line-height: 42px;
    color: #161616;
    margin-top: 30px;
    position: relative;
}

.our-box {
    padding: 50px 0;
}

.our-box li {
    width: 33.333%;
    float: left;
    text-align: center;
}

.our-box li .our-icon {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    padding-bottom: 20px;
    display: block;
}

.our-box li .text h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.our-box li .text p {
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.our-box li .btntxt {
    background: #8FC31F;
    width: 30%;
    min-height: 38px;
    padding: 10px 10px;
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 1.2;
    margin: 30px auto 0;
}

.advt-core .c-logo-wall__title {
    padding-top: 50px;
}

.advt-core .c-logo-wall__title h3 {
    font-size: 22px;
    margin-bottom: 0.7rem;
}

.advt-core .c-logo-wall__title h3>em {
    font-size: 14px;
}

.advt-core .c-logo-wall__title span {
    width: 50px;
    height: 2px;
    background: #036301;
    display: block;
    margin: 0 auto;
}

.core-values .design__wrapper {
    padding-top: 0px;
    padding-bottom: 50px;
}

.advt-core .text {
    margin-top: 60px;
    text-align: center;
}

.advt-core .text h4 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.advt-core .text .desc {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    padding-top: 20px;
}

.sustaiBox {
    margin-top: 30px;
}

.sustaiBox li {
    float: left;
}

.sustaiBox li:nth-child(1) {
    width: 45%;
}

.sustaiBox li:nth-child(2) {
    width: 55%;
}

.sustaiBox li .pic {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.sustaiBox li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.sustaiBox li .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
    height: 400px;
}

.sustaiBox li .info h4 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 20px;
}

.sustaiBox li .info .txt {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.advt-us li {
    width: 50%;
    float: left;
}

.advt-us li:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #F3F3F3;
}

.advt-us li .usite {
    font-size: 15px;
    padding: 10px 0;
}

.advt-us li .usite p {
    margin: 15px 0;
    line-height: 1.4;
}

.advt-us li:nth-child(2) {
    background: #fff;
}

.advt-us li .pic {
    width: 100%;
    height: 180px;
}

.advt-us li .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.advt-us li .infos {
    padding: 0.8rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.advt-us li .infos .text h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}

.advt-us li .infos .text .txt {
    color: #1081C3;
    line-height: 1.2;
}

.advt-us li .infos .ewms img {
    width: 96px;
    height: 96px;
}

.advt-us li .infos .ewms p {
    font-size: 12px;
    line-height: 1.2;
}

.z_about_num3 li:nth-child(2) img {
    width: 30%;
}

.pattern-box {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.pattern-box .pattern_green {
    background: #98D1BB;
    height: 280px;
}

.pattern-box .advt-core .lines {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pattern-box .advt-core .line1 {
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background: #05744b;
}

.pattern-box .advt-core .line2 {
    width: 15px;
    height: 3px;
    margin-left: 3px;
    background: #bfbfbf;
    border-radius: 3px;
}

.advt-core .info {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    margin-top: 20px;
    text-align: center;
}

.pattern-main {
    margin-top: -80px;
    position: relative;
    z-index: 10;
    padding-bottom: 10px;
}

.pattern-main .list {
    display: flex;
    justify-content: space-between;
    margin-left: -2%;
}

.pattern-main .list li,
.subs-box .list li {
    width: 23%;
    float: left;
    margin-left: 2%;
}

.pattern-main .list li .img {
    display: block;
    width: 100%;
    height: 260px;
}

.pattern-main .list li p {
    font-size: 18px;
    height: 36px;
    color: #000;
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.pattern-main .list li p img {
    width: 32px;
    margin: 0 13px 0 10px;
}

.pattern-info {
    display: flex;
    margin-top: 20px;
    border: 1px solid #D2D2D2;
}

.pattern-info li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: 20px 10px;
}

.pattern-main .pattern-info .imgs {
    display: block;
    width: 36px;
    height: 36px;
    margin-right: 15px;
}

.pattern-main .pattern-info .txt {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
}

.pattern-main .pattern-info .txt h5 {
    font-weight: bold;
    font-size: 15px;
}

.subs-box .list {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
    margin-left: -2%;
}

.subs-box .list li .pic {
    position: relative;
}

.subs-box .list li .pic img {
    display: block;
    width: 100%;
    height: 260px;
}

.subs-box .list li .pic .name {
    display: none;
}

.subs-box .list li .main {
    border: 1px solid #7c7c7c;
    padding: 15px 40px;
    text-align: center;
    height: 223px;
}

.subs-box .list li .main .name {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    margin: 0 auto;
    border-bottom: 1px solid #077D50;
    padding-bottom: 10px;
}

.subs-box .list li .main .num {
    font-size: 14px;
    line-height: 35px;
    color: #006d46;
    margin-top: 10px;
}

.subs-box .list li .main .num span {
    font-size: 32px;
    font-weight: bold;
}

.subs-box .list .main .txt {
    font-size: 15px;
    color: #474747;
    line-height: 22px;
    margin-top: 12px;
}

.color-box .pic {
    margin-top: -80px;
    text-align: center;
}

.color-box .pic img {
    width: 100%;
    display: block;
}

.service-subnav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0%;
    padding: 40px 0;
}

.service-subnav li {
    height: auto;
    overflow: hidden;
    width: 33.333%;
    margin-left: 2%;
}

.service-subnav li img {
    width: 80%;
    height: 176px;
    display: block;
    margin: 0 auto;
}

.service-subnav li .txt {
    padding: 15px 5px;
    text-align: center;
}

.service-subnav li .txt h2 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
}

.service-subnav li .txt span {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}






@media screen and (max-width: 1920px) and (min-width: 1520px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 996px) {}

@media screen and (max-width: 768px) {
    .supply-system__content li .supply-system__content__item__img {
        height: 14vh;
    }

    .supply-system__content__item__title {
        font-size: 1.1rem;
        margin-top: 1rem;
    }

    .supply-system__content li .supply-system__content__item__desc {
        font-size: 0.9rem;
    }

    .supply-system__content li {
        margin-top: 1rem;
    }

    .supply-system {
        padding-bottom: 2rem;
    }

    .z_about_num {
        padding: 1.5rem 0;
    }

    .z_about_num li {
        width: 50%;
        margin: 1rem 0;
    }

    .z_about_num li img {
        width: 58%;
        height: 52px;
    }

    .c-logo-wall__title {
        padding-top: 2rem;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .design__wrapper {
        margin-top: 2rem;
        padding: 0;
    }

    .design__wrapper__tips {
        font-size: 1rem;
        margin-top: 0.8rem;
    }

    .design__content__text {
        margin-top: 1.5rem;
    }

    .design__content__text__title {
        font-size: 1.3rem;
    }

    .design__content__text__desc {
        font-size: 1.1rem;
    }

    .design__content__text__list {
        margin-bottom: 1.3rem;
    }

    .design__content__text__list li {
        font-size: 0.9rem;
        margin-bottom: 0.4rem;
    }

    .c-logo-wall__sub-title {
        font-size: 0.95rem;
        padding-top: 0.5rem;
    }

    .terrace {
        min-width: 100%;
    }

    .terrace .terrace__container .terrace__content li {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .terrace .terrace__container .terrace__content li {
        height: 40vh;
        margin-bottom: 10px;
    }

    .terrace .terrace__container .terrace__content li .terrace__content__item__title {
        font-size: 1.3rem;
    }

    .terrace .terrace__container .terrace__content li .terrace__content__item__desc {
        font-size: 0.9rem;
        padding: 0 5px;
    }

    .gioc {
        height: 105vh;
    }

    .gioc__content li {
        width: 50%;
        height: 40vh;
    }

    .gioc__content__item__mask__content {
        top: 20px;
    }

    .gioc__content__item__mask__icon {
        font-size: 3rem !important;
    }

    .gioc__content__item__mask__title {
        font-size: 1.15rem;
        margin-top: 1rem;
    }

    .gioc__content__item__mask__desc {
        opacity: 1;
        font-size: 0.9rem;
    }

    .abImg2 {
        width: 36%;
    }

    .wqBox .swiper-container {
        height: 32vh;
    }

    .wqBox2 .swiper-container {
        height: 31vh;
    }

    .dvert {
        height: 30vh;
    }

    .design__content__video {
        height: 32vh;
    }

    .wqImg {
        position: static;
    }

    .advetTab {
        padding: 10px 1rem;
    }

    .advetTab a {
        margin: 0 8px;
        font-size: 0.9rem;
    }

    .recJob_sel {
        width: 48% !important;
        margin: 0 1% 2% !important;
    }

    .recJob_sech .recJob_btn {
        width: 110px !important;
        height: 40px !important;
        float: left;
        margin-left: 1.8% !important;
    }

    .recJob_sel .recJob_a {
        background-size: 11px !important;
    }

    .recJob_sech .recJob_btn {
        width: 110px !important;
        height: 40px !important;
    }

    .recJob_sel .recJob_opt a {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .store-xx {
        width: 100%;
    }

    .lh-store {
        width: 100%;
    }

    #dituContent1 {
        width: 100%;
        height: 240px;
    }

    .contact-map {
        flex-direction: column-reverse;
    }

    .lh-store-scroll {
        height: auto;
        padding: 10px 0px;
    }

    .lh-store-item li {
        padding: 13px 0 6px;
    }

    .lh-store-item li img {
        width: 25px;
        margin-top: 2px;
    }

    .lh-store-item li h2 {
        margin-bottom: 4px;
        font-size: 1rem;
    }

    .lh-store-item li p {
        margin: 4px 0;
        font-size: 0.9rem;
    }

    .lh-store-scroll .back {
        top: 10px;
    }

    .applyBox .form-group .form-control,
    .applyBox .form-group .city-picker-span {
        width: 100% !important;
    }

    .applyBox .form-group {
        margin-bottom: 15px;
    }

    .processt .pList li {
        padding: 20px 0;
    }

    .processt .pList li::before {
        width: 16px;
        height: 16px;
        background-size: 16px;
        margin-left: -8px;
    }

    .processt .pList li:nth-child(3)::before {
        margin-left: -8px;
    }

    .processt .pList li img {
        height: 7.5vw;
    }

    .processt .pList li .txt {
        font-size: 0.8rem;
    }

    .joinImg {
        width: 100%;
    }

    .joinImg {
        height: 25vh;
        width: 100%;
        margin: 0 auto;
    }

    .joinImg img {
        position: static;
    }

    .joinList div {
        margin-top: 0;
    }

    .joinSpan {
        font-size: 1.05rem;
    }

    .policy {
        padding-bottom: 20px;
    }

    .home_navbar {
        background: #000;
    }

    .home_navbar .layui-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 60px;
        left: 0;
        bottom: 100%;
        background: #fff;
        padding: 1rem 3.2rem 0;
        z-index: 12;
        display: none;
    }

    .home_nav .layui-nav li {
        width: 100%;
        line-height: 3.8rem;
        border-bottom: 0.02rem solid rgba(158, 164, 174, .2);
        text-align: center;
        font-weight: 700;
        padding: 0;
    }

    .home_nav .layui-nav>li a {
        font-size: 1.05rem;
        color: #333;
    }

    .home_navbar .switch-toggle {
        display: block;
    }

    .home_nav .layui-nav .nav-logo {
        display: none;
    }

    .home_navbar {
        min-width: auto;
        height: 60px;
        line-height: 60px;
    }

    .service {
        padding-top: 60px;
    }

    .home_logo {
        margin-left: 0px;
        padding-top: 4px;
        display: block;
    }

    .home_logo img {
        width: auto;
        height: 48px;
    }

    .home_lunbo,
    .home_lunbo .swiper-slide img {
        height: 34vh;
        object-fit: cover;
    }

    .service_bg {
        height: 26vh;
    }

    .home_footer {
        padding-top: 25px;
    }

    .footer-flex dl.contact {
        border-left: 0px;
        padding-left: 0px;
    }

    .home_footer-box {
        margin-bottom: 1.5rem;
    }

    .footer-flex dl.dl2 dt {
        font-size: 0.95rem;
        padding-bottom: 0.5rem;
    }

    .footer-flex dl.dl2 dd {
        font-size: 0.85rem;
    }

    .footer-left {
        display: none;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    .footer-flex dl.dl2 {
        width: 33.3333%
    }

    .footer-flex dl.contact {
        width: 65%;
    }

    .home_link .a-pai {
        font-size: 0.95rem;
        padding: 15px;
    }

    .home_product {
        margin-top: 1rem;
    }

    .home_product .img {
        display: none;
    }

    .home_title h2 {
        font-size: 1.2rem;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .home_title .home_desc {
        font-size: 0.9rem;
    }

    .home_title {
        padding-bottom: 1.1rem;
    }

    .pro-applet li {
        width: 33.333%;
    }

    .pro-applet li .imgs {
        width: 92%;
        height: 15vh;
    }

    .pro-applet li .imgs img {
        width: 100%;
    }

    .home-pd {
        padding: 1.5rem 0 1rem;
    }

    .honor_info .text {
        font-size: 0.8rem;
        height: 25px;
        -webkit-line-clamp: 1;
    }

    .home_honor2 .img {
        height: 17vh;
    }

    .home_honor .honor-button {
        margin-bottom: 30px;
    }

    .home_honor .honor-button .swiper-button-black {
        width: 40px;
        height: 40px;
    }

    .honor-button .swiper-button-next {
        margin-right: -45px;
    }

    .honor-button .swiper-button-prev {
        margin-left: -45px;
    }

    .home_news .newsImg .img {
        height: 24vh;
    }

    .home_news .swiper-button-prev,
    .home_news .swiper-button-next {
        display: none;
    }

    .home_news .swiper-pagination {
        display: block;
    }

    .home_news .news-swiper {
        padding: 0;
    }

    .home_news .newsImg .time span {
        font-size: 1.05rem;
    }

    .home_news .newsImg .time {
        font-size: 0.8rem;
    }

    .home_news .newsInfo h3 {
        font-size: 1.03rem;
        padding-bottom: 0;
    }

    .home_news .newsImg .time {
        left: 20px;
    }

    .home_news .newsInfo {
        padding: 30px 20px 10px;
    }

    .customBg,
    .home_video,
    .home_video .video,
    .video video {
        height: 36vh;
    }

    .sumq ul {
        padding: 1rem;
    }

    .sumq li {
        width: 33.3333%;
    }

    .sumq li p {
        font-size: 0.75rem;
    }

    .sumq li .txt i {
        font-size: 1.4rem;
    }

    .home_store .storeBg,
    .storeBg .store-text {
        height: 31vh;

    }

    .storeBg .store-text {
        padding: 2rem 1rem;
        width: 42%;
        font-size: 0.8rem;
    }

    .storeBg .store-text h4 {
        font-size: 1.05rem;
        margin-bottom: 15px;
    }

    .storeBg .container {
        padding: 0;
    }

    .jsmodern-video {
        width: 100% !important;
        height: 36vh !important;
    }

    .VideoBtn {
        width: 56px;
        height: 56px;
        margin-left: -28px;
        margin-top: -28px;
    }

    .home_product .protitle {
        text-align: center;
    }

    .home_store .honor-button .swiper-store-next,
    .home_store .honor-button .swiper-store-prev {
        top: 89% !important;
    }

    .joinBox {
        width: 100%;
    }

    .process {
        display: none;
    }

    .joinBox {
        margin: 0rem auto;
    }

    .joinFrom {
        padding: 1.5rem;
    }

    .joinFrom .layui-form {
        margin: 0rem;
    }

    /* .joinFrom .layui-form {
        height: 81vh;
    } */

    /* .joinFrom .layui-form-item .layui-input-inline {
        margin: 0;
    } */

    /* .joinFrom .layui-input-block {
        margin-left: 0;
    } */

    .joinFrom .layui-form .form-group {
        margin-bottom: 15px;
    }

    .joinFrom .layui-form .city-picker-span {
        width: 100% !important;
        padding: 0 15px;
    }

    .ewmBox {
        padding-top: 15px;
    }

    .home_lunbo .swipercon .swiper-info {
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 2rem;
    }

    .home_lunbo .swipercon .swiper-info h3,
    .home_lunbo .swipercon .swiper-info h4 {
        font-size: 1.2rem;
    }

    .home_lunbo .swipercon .swiper-info h3::after {
        width: 40px;
    }

    .home_navbar .switch-toggle span {
        background: #fff;
    }

    .home_honor .swiper-button-next,
    .home_honor .swiper-button-prev {
        top: 88% !important;
    }

    .home_navbar.topfix {
        background: #000;
    }

    #dituContent {
        height: 36vh;
    }

    .com-advet {
        padding-top: 0;
    }

    /* 
    .com-ban {
        background-size: 100% 100% !important;
    } */

    .com-ban img,
    .com-ban .nei-wen {
        height: 30vh;
    }

    .com-ban .nei-wen .dn1 {
        font-size: 1.5rem;
    }

    .com-ban .nei-wen .dn2 {
        font-size: 1.1rem;
    }

    .newBox .time strong {
        font-size: 1.2rem;
        top: 0px;
    }

    .newBox .line {
        margin: 0 10px;
    }

    .newinfo h3 {
        font-size: 0.98rem;
        -webkit-line-clamp: 1;
        line-height: 1.4;
    }

    .newBox .newItem {
        padding-bottom: 10px;
    }

    .newinfo .text {
        line-height: 1.6;
        font-size: 0.9rem;
    }

    .newBox .more {
        padding-top: 1rem;
    }

    .news_detail .meta h2 {
        line-height: 1.4;
        font-size: 1.05rem;
    }

    .news_detail .meta .info span {
        font-size: 0.8rem;
    }

    .entry p {
        line-height: 1.6;
        font-size: 0.95rem;
    }

    .marketing-tool-item__title {
        font-size: 1rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .marketing-tool-item__desc {
        font-size: 0.85rem;
    }

    .marketing-tool-item__desc span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .marketing-tool-item__img {
        width: 20vw;
        height: 20vw;
    }

    .marketing-tool__content {
        padding: 2rem 0;
    }

    .marketing-tool__content li:nth-of-type(4) {
        margin-left: 0;
    }

    .c-logo-wall {
        min-width: auto;
        height: 100vh;
    }

    .c-logo-wall__content {
        margin-top: 2rem;
    }

    .home_custom {
        padding-top: 1.5rem;
    }

    .c-logo-wall__content li {
        width: 29.333%;
        height: 6vh;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 0.5rem;
    }

    .c-logo-wall__content li .c-logo-wall__content__link-image img {
        object-fit: contain;
    }

    .c-logo-wall__content__link-morebrand {
        font-size: 0.8rem;
        line-height: 6vh;
    }

    .adva-brand-info {
        padding: 1.5rem 0 2rem;
        font-size: 1rem;
    }

    .adva-brand,
    .adva-sale,
    .adva-resource,
    .adva-manufacture {
        height: 100%;
        background-size: cover !important;
    }

    .sale-box .info {
        text-align: center;
        padding-bottom: 2rem;
    }

    .adva-resource h4 {
        font-size: 1.3rem;
    }

    .manu-box {
        margin-top: 2.5rem;
    }

    .manu-box .info {
        margin-left: 0px;
        margin-top: 0;
    }

    .manu-box .info h5 {
        font-size: 1.15rem;
    }

    .manu-box .txt {
        font-size: 0.95rem;
        margin: 1rem 0;
        line-height: 2;
    }

    .sale-box .info .num span {
        font-size: 1.8rem;
    }

    .sale-box .info p {
        font-size: 1.08rem;
    }

    .sale-box .info .num {
        font-size: 1.1rem;
        margin-bottom: 0;
    }

    .manu-box .pic {
        height: 30vh;
    }

    .our-box {
        padding: 1.5rem 0;
    }

    .our-box li .our-icon,
    .yxleft .yxgylist li .yxgy-icon {
        padding-bottom: 10px;
    }

    .our-box li .text h5,
    .yxleft .yxgylist li .text h5 {
        font-size: 0.95rem;
    }

    .our-box li .text p,
    .yxleft .yxgylist li .text p {
        font-size: 0.75rem;
    }

    .our-box li .btntxt {
        width: 90%;
        font-size: 0.7rem;
        padding: 0.6rem 0.5rem;
        min-height: auto;
        margin-top: 1rem;
    }

    .advt-core .c-logo-wall__title {
        padding-top: 2rem;
    }

    .advt-core .c-logo-wall__title h3 {
        font-size: 1.1rem;
    }

    .advt-core .text {
        margin-top: 2rem;
    }

    .advt-core .text h4 {
        font-size: 1.05rem;
    }

    .advt-core .text .desc {
        font-size: 0.95rem;
    }

    .core-values .design__wrapper {
        padding-bottom: 2rem;
    }

    .sustaiBox li:nth-child(1),
    .sustaiBox li:nth-child(2),
    .advt-us li {
        width: 100%;
    }

    .sustaiBox li .pic {
        width: 100%;
        height: 32vh;
    }

    .sustaiBox li .info {
        height: 100%;
        padding: 1.3rem;
    }

    .sustaiBox li .info h4 {
        font-size: 1.05rem;
        padding-bottom: 15px;
    }

    .sustaiBox li .info .txt {
        font-size: 0.95rem;
    }

    .advt-us li .usite {
        font-size: 0.9rem;
    }

    .advt-us li .infos {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .pattern-box,
    .subs-box .list {
        margin-top: 2rem;
    }

    .pattern-box .pattern_green {
        height: 34vh;
    }

    .pattern-main .list li {
        width: 48%;
    }

    .pattern-main .list {
        display: block;
        float: left;
        padding-bottom: 2rem;
    }

    .pattern-main .list li .img {
        height: 18vh;
    }

    .pattern-main .list li p {
        font-size: 1rem;
    }

    .subs-box .list {
        display: block;
    }

    .subs-box .list li .main {
        padding: 0.5rem 0.6rem;
        flex: 1;
        height: auto;
    }

    .subs-box .list li .main .name {
        font-size: 1rem;
        display: none;
    }

    .subs-box .list li .main .num {
        line-height: 1.2;
        margin-top: 0;
    }

    .subs-box .list li .main .num span {
        font-size: 1.4rem;
    }

    .subs-box .list .main .txt {
        font-size: 0.75rem;
        margin-top: 0.4rem;
        line-height: 1.2;
    }

    .subs-box .list li {
        width: 100%;
        margin-bottom: 0.5rem;
        margin-left: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .subs-box .list li .pic {
        width: 36%;
        height: 114px;
    }

    .subs-box .list li .pic img {
        height: 100%;
    }

    .subs-box .list li .pic .name {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 0.75rem;
        color: #fff;
        padding: 0.3rem;
        text-align: center;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

    .service-subnav {
        padding: 0;
    }

    .service-subnav li {
        margin-left: 0;
    }

    .service-subnav li img {
        width: 100%;
        height: 8vh;
    }

    .service-subnav li .txt h2 {
        font-size: 0.9rem;
        line-height: 1.2;
    }

    .service-subnav li .txt span {
        font-size: 0.75rem;
    }

    .abHT_Item .text img {
        height: auto;
        max-width: 100%;
    }

    .service-subnav li .txt {
        padding-top: 0.8rem;
    }

    .pattern-info {
        display: none;
    }

    .store-box {
        height: auto;
        background-size: cover !important;
        padding: 15% 0;
    }

    .store-box h3 {
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    .store-nav {
        margin-left: -1%;
    }

    .store-nav li {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .store-nav li .storeImg,
    .store-nav li .storeImg .storeTxt,
    .store-nav li .storeImg .storeMark {
        height: 14vh;
        opacity: 1;
    }

    .store-nav li .storeImg .storeTxt h3 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .store-nav li .storeImg .storeTxt .iconfont {
        font-size: 1.2rem;
    }

    .wljd_right {
        display: none;
    }

    .wljdinner {
        padding: 1.2rem 0;
    }

    .wljdl {
        padding-top: 0;
    }

    .wljdinner .wljdl {
        padding: 0;
    }

    .wljdl li {
        margin-top: 0.7rem;
        margin-bottom: 0.7rem;
        width: 31.3333%;
    }

    .wljdl li .icon {
        width: 16vw;
        height: 16vw;
        background-size: 16vw 16vw;
    }

    .wljdl li .icon i {
        font-size: 2.4rem;
    }

    .gylhBox {
        padding: 1.4rem 0;
    }

    .gylh_left p {
        font-size: 0.95rem;
    }

    .jsbzlist {
        margin: 2rem 0;
    }

    .jsbzlist li {
        width: 48%;
        padding: 0.5rem;
        margin: 0.2rem 0;
    }

    .jsbzlist li span {
        margin-top: 0.7rem;
        margin-bottom: 1rem;
        width: 3.5rem;
        height: 3.5rem;
    }

    .jsbzlist li h2 {
        font-size: 0.95rem;
        margin-bottom: 1rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .jsbzlist li p {
        font-size: 0.8rem;
        line-height: 1.4;
        word-wrap: break-word;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 42px;
    }

    .qdlist {
        margin-top: 2rem;
    }

    .qdlist li {
        width: 100%;
    }

    .qdinner {
        min-height: auto;
        padding: 1.5rem 1rem;
    }

    .qdinner h2 {
        font-size: 1.05rem;
        margin-bottom: 0.6rem;
    }

    .qdinner p {
        font-size: 0.9rem;
    }

    .hbaq .hbaqtop {
        padding-bottom: 16rem;
    }

    .yxleft,
    .phright {
        display: block;
        padding: 0 2%;
    }

    .yxleft .yxgylist,
    .phright .c-logo-wall__content {
        margin-top: 1.5rem;
    }

    .yxleft .yxgylist li {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .hblist {
        background: #fff;
    }

    .hblist li {
        width: 100%;
        padding: 0.5rem 0;
    }

    .hblist li h2 {
        font-size: 0.95rem;
        color: #000;
    }

    .hblist li:after {
        border-width: 10px 8px;
        bottom: -11px;
    }

    .hbinner li {
        padding: 1rem 0;
    }

    .hb_left,
    .hb_right {
        width: 100%;
    }

    .hb_left {
        padding-right: 0;
    }

    .hb_left p {
        line-height: 1.6;
        font-size: 0.92rem;
        margin-bottom: 0.5rem;
    }

    .hb_right {
        padding-left: 0;
    }

    .gyinner_left {
        width: 100%;
        display: block;
        padding: 20px 5%;
        box-sizing: border-box;
    }

    .gybanner {
        padding: 0;
    }

    .gybanner .swiper-slide {
        text-align: center;
        padding-left: 0;
    }

    .gy_l_inner {
        width: 100%;
        padding-right: 0;
        padding-top: 20px;
    }

    .gyinner_right {
        display: block;
        width: 100%;
        padding-top: 20px;
    }

    .gylh_left {
        width: 100%;
    }

    .gylh_right {
        width: 100%;
        margin-top: 10px;
    }

    .gybanner {
        width: 100%;
        height: auto;
        position: static;
        margin-left: 0;
        background-image: none;
        margin-bottom: 1.5rem;
    }

    .gyinner_left {
        width: 100%;
        display: block;
        padding: 20px 5%;
        box-sizing: border-box;
    }

    .gyinner_right {
        display: block;
        width: 100%;
        padding-top: 0px;
    }

    .gy_l_inner {
        width: 100%;
        padding-right: 0;
        padding-top: 0px;
    }

    .gybanner span {
        position: static;
        font-size: 1rem;
    }

    .gybanner .swiper-button-prev,
    .gybanner .swiper-button-next {
        display: block;
        background-size: 27px 27px;
    }

    .gybanner .swiper-slide {
        text-align: center;
        padding-left: 0;
    }

    .gybanner .swiper-slide-active:before {
        display: none
    }

    .gy_l_inner h2 {
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }

    .gy_l_inner p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .gyinner_right img {
        height: 35vh;
    }

    .box1 .con .casesTitle {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }

    .box1 .con .tits {
        font-size: 0.95rem;

    }

    .box1 .con,
    .box1 {
        height: 100%;
    }

    .box2 .itemBox {
        flex-wrap: wrap;
    }

    .box2 .itemBox .item {
        flex: 33.333%;
        padding: 1rem 0;
    }

    .box2 .itemBox .item .t span {
        font-size: 1.3rem;
    }

    .box2 .itemBox .item .t,
    .box2 .itemBox .item .t1 {
        font-size: 0.9rem;
    }

    .box2 .itemBox .item .t1 {
        margin-top: 0.5rem;
    }

    .box2 .itemBox .item:after {
        height: 52px;
        top: 15px;
    }

    .box2 .itemBox .item:nth-child(3)::after,
    .box2 .itemBox .item:nth-child(5)::after {
        background: none;
    }

    .box3 {
        height: 120vh;
        background-size: auto 100% !important;
        padding-bottom: 1rem;
    }

    .box3 .itemBox,
    .box4 .list,
    .box6 .img,
    .box6 .tabs,
    .stylelist {
        margin-top: 1.3rem;
    }

    .box3 .itemBox .item {
        width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: auto;
        margin-bottom: 0.7rem;
    }

    .box3 .itemBox .item .tits {
        font-size: 1rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .box3 .itemBox .item .tit {
        font-size: 0.8rem;
        line-height: 1.6;
        margin-top: 0.5rem;
    }

    .box4 {
        padding-bottom: 0;
    }

    .box4 .list ul li {
        width: 50%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .box4 .list ul li .tits {
        font-size: 1rem;
    }

    .box4 .list ul li .tit {
        font-size: 0.85rem;
        margin-top: 0.5rem;
    }

    .box6 .img {
        height: auto;
    }

    .box6 .tabs a {
        font-size: 1rem;
        margin-left: 2.08333vw;
        margin-right: 2.08333vw;
    }

    .box6 .listBox .list ul li .txt {
        font-size: 0.85rem;
        height: 29px;
        -webkit-line-clamp: 1;
    }

    .stylelist {
        padding-bottom: 2rem;

    }

    .abHY_swiper .swiper-slide-thumb-active p {
        font-size: 32px !important;
        top: -65px;
        font-weight: bold;
    }

    .abHBox {
        width: 100%;
        padding: 1.5rem 1rem 0;
    }

    .abHY_swiper {
        padding-top: 70px;
    }

    .abHT_swiper {
        margin-top: 10px;
        overflow: hidden;
    }

    .abHT_btn {
        width: 38px;
        height: 38px;
        top: 111px;
        z-index: 22;
        background: rgba(0, 0, 0, 0.8);
    }

    .abHT_btn:hover {
        background: #000;
    }

    .abHT_prev {
        left: -10px;
    }

    .abHT_next {
        right: -10px;
    }

    .abHY_swiper .swiper-slide span {
        width: 12px;
        height: 12px;
    }

    .abHT_Item {
        padding: 0px;
    }

    .abHT_Item .text {
        margin-top: 0;
    }

    .abHY_swiper .swiper-slide p {
        font-size: 1rem !important;
        height: 40px;
    }

    .abHY_swiper .swiper-slide-thumb-active p {
        color: #036301;
        font-size: 1.05rem !important;
        top: -50px;
    }

    .abHY_swiper::after {
        bottom: 60px;
    }

    .abHT_Item .text p {
        font-size: 0.9rem;
    }

    .abHY_swiper::after {
        bottom: 20px;
    }

    .box6 .tabs a {
        font-size: 16px;
        line-height: 54px;
    }

    .box6 .listBox {
        padding-top: 1rem;
    }

    .box6 .listBox .list ul li {
        width: 73%;
    }

    .box6 .listBox .list ul li p {
        font-size: 14px;
        line-height: 16px;
        height: 16px;
    }

    .box6 .listBox .list .btns {
        margin-top: 15px;
    }

    .box6 .listBox .list .btns span {
        width: 8px;
        height: 8px;
        margin: 5px 3px;
    }


    .box6 .img {
        overflow: hidden;
    }

    .box6 .img img {
        width: 160%;
        margin-left: -30%;
    }

    .videoBox .video {
        width: 100%;
        height: 260px;
    }

    .videoBox .video .close {
        bottom: -50px;
        top: auto;
        right: auto;
        width: 36px;
        height: 36px;
        left: 50%;
        margin-left: -18px;
    }

    .videoBox .video .close:before {
        left: 8px;
    }

    .videoBox .video .close:after {
        left: 8px;
    }

    .knf-email {
        margin-bottom: 1.5rem;
        background-size: 100% 100%;
    }

    .knfBox {
        padding: 2rem 0;
    }

    .knfBox h3 {
        font-size: 1rem;

    }

    .stylelist .pic {
        height: 24vh;
    }

    .stylelist .txt {
        font-size: 0.85rem;
    }

    .pro-applet li .desc {
        font-size: 0.8rem;
    }

    .uscon .usitem:nth-child(2),
    .uscon .usitem:nth-child(3) {
        justify-content: flex-start;
    }

    .home_lunbo .swiper-button-next,
    .home_lunbo .swiper-button-prev {
        display: none;
    }
}