/*home page for index*/
/*Author : */

.home-banner li {
    max-height: 100vh;
    overflow: hidden;
}

.home-banner .swiper-slide a{
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-banner .swiper-slide img,
.home-banner .swiper-slide video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner .banner-pagination {
    position: absolute;
    bottom: 40px;
    text-align: center;
    z-index: 99;
}

.home-banner .swiper-pagination-bullet{
    border-radius: 0;
    width: 46px;
    height: 6px;
    margin: 0 13px !important;
    background: #FFFFFF;
    opacity: .5;
}

.home-banner .swiper-pagination-bullet-active{
    background: #4A8363;
    opacity: 1;
}

.home-banner .banner-txt pre {
    background: none;
    border: none;
    border-radius: 0;
}

.home-banner .banner-txt {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    max-width: 1300px;
    margin: 0 auto;
    top: 48%;
    left: 50%;
    transform: translateX(-50%) translateY(-48%);
    transition: all .36s;
    text-align: center;
}

.home-banner .banner-txt h2 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 40px;
    line-height: 2;
    transform: translateY(25px);
    opacity: 0;
    transition: all .5s;
    text-shadow: 0 1px 0px rgba(0,0,0,0.3);
    font-family: Arial;
    font-weight: normal;
}

.home-banner .banner-txt p, .home-banner .banner-txt pre {
    margin: 0;
    color: #fff;
    font-size: 26px;
    line-height: unset;
    transform: translateY(25px);
    opacity: 0;
    transition: all .5s;
    text-shadow: 0 1px 0px rgba(0,0,0,0.3)
}

.home-banner .banner-txt a.more {
    width: 200px;
    height: 45px;
    line-height: 45px;
    border: 2px solid rgba(255,255,255,.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 60px auto 0 auto;
    display: block;
}

.home-banner .swiper-slide.swiper-slide-active h2 {
    transform: none;
    opacity: 1;
    transition-delay: .5s;
    white-space: pre-wrap;
    letter-spacing: .05em;
    text-indent: .05em;
}

.home-banner .swiper-slide.swiper-slide-active p {
    transform: none;
    opacity: 1;
    transition-delay: .7s
}

.home-banner .btn-slidedown {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    bottom: 60px;
    margin-left: -20px;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: .5s all;
}

.home-banner .btn-slidedown:hover {
    background: #fff;
    color: #333;
}

.home-product {
    margin-top: 160px;
}

.home-news .title,
.home-product .title {
    font-size: 32px;
    line-height: 1;
}

.home-news .descTxt,
.home-product .descTxt {
    font-size: 18px;
    margin: 26px 0 14px;
    line-height: 1.5;
}

.home-news .more,
.home-product .more {
    margin-bottom: 60px;
}

.home-news .more a,
.home-product .more a {
    font-size: 18px;
    color: #000000;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    border: 2px #1b1b1b solid;
}

.home-proBody {
    /*padding: 0 15px;*/
    overflow: hidden;
    width: 100%;
}

.home-proBody .row {
    /*background: #3C3C3C;*/
}

.home-proBody .productImg {
    padding-right: 0;
}

.home-proBody .productImg.fr {
    float: right;
    padding-left: 0;
    padding-right: 15px;
}

.home-proBody .productImg img {
    display: block;
    width: 100%;
}

.home-proBody .producTxt {
    background: #3C3C3C;
    display: flex;
}

.home-proBody .productContent {
    margin: auto;
}


.home-proBody .productContent h2 {
    font-weight: normal;
}

.home-proBody .productContent .title {
    color: #FFFFFF;
    font-size: 24px;
    margin: 26px 0 36px;
    letter-spacing: 5px;
}

.home-proBody .productContent .more {
    margin-bottom: 0;
}

.home-proBody .productContent .more a {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.home-4dDesign {
    background: url(../images/bg001.jpg) no-repeat center;
    background-size: cover;
    margin-top: 175px;
    display: flex;
}

.sdDesign-content {
    margin: 220px auto 200px;
    text-align: center;
    width: 100%;
    padding: 80px 0;
    background: rgba(255,255,255,.6);
}

.sdDesign-content .title {
    font-size: 44px;
    line-height: 1;
}

.sdDesign-content .desctxt {
    font-size: 24px;
    line-height: 1.5;
    margin: 25px 0;
}

.sdDesign-content .more a {
    display: inline-block;
    font-size: 24px;
    padding: 8px 28px;
    color: #000000;
    border: 2px #1b1b1b solid;
}

.home-news {
    margin-top: 120px;
}

.home-news-list {
    margin-bottom: 100px;
}

.home-news-list ul li {
    border: 1px #CCCCCC solid;
}
.home-news-list ul li .newsImg {
    height: 15.7vw;
}

.home-news-list ul li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.home-news-list ul li .newsTit {
    padding: 1.5em 1em 1em;
}

.home-news-list ul li .newsTit a {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    height: 3em;
    color: #323232;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.home-news-list ul li .newsTit:hover a {
    color: #4A8264;
}

.home-news-list ul li .newsTxt {
    color: #666666;
    font-size: 14px;
    padding: 0 2em;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow : hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-news-list ul li .newsMore a {
    display: block;
    width: 7em;
    padding: .3em 0;
    text-align: center;
    margin: 20px auto 30px;
    font-size: 14px;
    color: #323232;
    background: #E6E6E6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.home-news-list ul li .newsMore a:hover {
    background: #4A8264;
    color: #FFFFFF;
}

.home-Design {
    margin: 70px 0 0;
    border: 2px #2E3933 solid;
    margin-left: -40px;
    padding: 91px 0 57px;
}

.home-Design-content {
    text-align: center;
}

.home-Design-content .title {
    font-size: 44px;
    line-height: 1;
    text-align: center;
}

.home-Design-content .desctxt {
    font-size: 20px;
    line-height: 1.5;
    margin: 25px 0;
    text-align: center;
}

.home-Design-content .more a {
    display: inline-block;
    font-size: 24px;
    padding: 8px 28px;
    color: #004121;
    margin: 0 auto;
    border: 2px #004121 solid;
}

.home-newModul .newModul-large {
    height: calc(700px + 0.3vw);
    overflow: hidden;
}

.home-newModul img {
    display: block;
    width: 100%;
}

.home-newModul .newModul-large img {
    margin-top: -10%;
}

.home-newModul-scrolls {
    overflow: hidden;
}

.home-newModul-scrolls .swiper-container {
    margin: 10px -10% 0 -30%;
    overflow: unset;
    /*overflow-x: hidden*/
}

.home-newModul-scrolls .swiper-slide {
    position: relative;
}

.home-newModul-scrolls .swiper-container .scroll-body {
    display: none;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px #D5D5D5;
    padding: 50px 0;
    width: 100%;
    /*margin-top: -10%;*/
    position: absolute;
    bottom: 5px;
    z-index: 9;
}

.home-newModul-scrolls .swiper-container .scroll-body .title {
    font-size: 32px;
    color: #151515;
    line-height: 1;
    margin: 0 56px;
}

.home-newModul-scrolls .swiper-container .scroll-body .title span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px;
}

.home-newModul-scrolls .swiper-container .scroll-body .desc {
    margin: 35px 56px;
    font-size: 16px;
    color: #3C3C3C;
}

.home-newModul-scrolls .swiper-container .scroll-body .more {
    text-align: right;
    margin: 35px 56px 0;
}

.home-newModul-scrolls .swiper-container .scroll-body .more a {
    font-size: 18px;
    color: #004121 !important;
    display: inline-block;
    background: none;
    margin-right: 1em;
}

.home-newModul-scrolls .swiper-slide.swiper-slide-active {
    width: 30% !important;
}

.home-newModul-scrolls .swiper-slide.swiper-slide-active img {
    display: none;
}

.home-newModul-scrolls .swiper-slide.swiper-slide-active .scroll-body {
    display: block;
}

.home-newModul-scrolls .swiper-container .swiper-slide-active .scroll-body:before {
    display: block;
    content: "";
    width: 100%;
    height: 130%;
    background: none;
    border: 12px #FFFFFF solid;
    position: absolute;
    top: -130%;
}

.home-body {
    width: 100%;
    overflow: hidden;
}

.home-newModul-naver {
    margin-top: 30px;
    /*margin-bottom: 50px;*/
}

.home-newModul-naver li {
    padding: 0 5px;
}

.home-newModul-naver li a {
    background: #FAFAFA;
    padding: 80px 0;
    display: block;
    margin-bottom: 10px;
    color: #1B1B1B;
    font-size: 25px;
}

.home-newModul-naver li a img {
    display: block;
    margin: 0 auto 20px;
    width: auto;
}

.home-environment-protection{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 350px;
    background: url(../images/62.jpg) center/cover no-repeat;
    padding-top: 82px;
}
.home-environment-protection-des{
    color: #ffffff;
    font-size: 26px;
    line-height: 1;
    margin-top: 38px;
}
.home-environment-protection-btn{
    background-color: #313131;
    color: #fff;
    font-size: 20px;
    width: 200px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    transition: .5s;
    margin-top: 25px;
}
.home-environment-protection-btn:hover{
    color: #fff;
    background-color: #4A8264;
}


@media (min-width: 1204px) {
    .home-news-list ul li .newsTxt {
        max-height: 50px;
    }
}

@media (max-width:1110px){
    .home-banner .swiper-button-next ,
    .home-banner .swiper-button-prev  {
        display: none;
    }
    .home-banner .banner-txt h2{
        font-size: 34px;
    }
    .home-banner .banner-txt pre,
    .home-banner .banner-txt p{
        font-size: 22px;
    }
    .home-banner .banner-txt a.more{
        font-size: 16px;
        margin: 40px auto 0;
    }
    .home-banner .swiper-slide{
        height: auto;
        overflow: hidden;
    }
    .home-banner .swiper-slide img, 
    .home-banner .swiper-slide video{
        width: 100%;
        height: auto;
    }
}

@media (max-width:960px){
    .home-banner .swiper-slide a{
        height: 100vh;
    }
    .home-4dDesign {
        margin-top: 0;
    }
    .home-newModul .newModul-large {
        height: auto;
    }
    .home-newModul-scrolls .swiper-container .scroll-body {
        padding: 20px 0;
    }
    .home-newModul-scrolls .swiper-container .swiper-slide-active .scroll-body:before {
        display: none;
    }
    .home-newModul-scrolls .swiper-container .scroll-body .title {
        font-size: 40px;
        margin: 0 30px;
    }
    .home-newModul-scrolls .swiper-container .scroll-body .desc {
        margin: 25px 30px;
    }
    .home-newModul-scrolls .swiper-container .scroll-body .more a {
        font-size: 22px;
    }
}

@media (max-width:640px){
    .home-banner video{
        display: none;
    }
    .home-banner .banner-txt h2{
        font-size: 34px;
        line-height: 1.8;
    }
    .home-banner .banner-txt pre,
    .home-banner .banner-txt p{
        font-size: 22px;
    }
    .home-banner .banner-txt a.more{
        /*display: none;*/
        margin: 20px auto 0;
        font-size: 18px;
        line-height: 32px;
        height: auto;
        vertical-align: top;
        width: auto;
        padding: 2px 15px;
        display: inline-block;
    }
    .sdDesign-content {
        margin: 60px auto 70px;
    }
    /*.home-product .title {
        font-size: 40px;
    }*/
    .home-product .productContent .title {
        font-size: 30px;
    }
    .home-proBody .productContent img {
        width: 80px;
    }
    .home-proBody .productContent h2 {
        font-weight: normal;
    }
    .home-proBody .productContent .title {
        margin: 16px 0 26px;
    }
    .home-product .more a {
        /*font-size: 23px;*/
        padding: 4px 12px;
    }
    .home-proBody .productImg {
        overflow: hidden;
    }
    .home-proBody .productImg img {
        width: 130%;
        margin: 0 -15%;
    }
    .home-proBody .producTxt {
        min-height: 330px;
    }
    .home-forms>.container .search-store-form .forms {
        text-align: center;
        margin: 50px auto auto;
    }
    .home-forms>.container .forms select,
    .home-forms>.container .forms input {
        font-size: 16px !important;
    }
    .home-forms>.container {
        padding: 210px 0 90px;
        /*background: url(../images/bg002.jpg) no-repeat right bottom;*/
    }
    .home-forms>.container .appoint-form {
        /*background: url(../images/bg003.jpg) no-repeat right top;*/
    }
    .home-product {
        margin-top: 70px;
    }

    .home-Design {
        margin-top: 0;
        margin-left: 0;
    }
    .home-newModul-scrolls .swiper-container .swiper-slide-active .scroll-body:before {
        display: none;
    }
    .home-newModul-scrolls .swiper-container .scroll-body .title {
        font-size: 22px;
        margin: 0 15px;
    }
    .home-newModul-scrolls .swiper-container .scroll-body .title span {
        font-size: 16px;
    }
    .home-newModul-scrolls .swiper-container .scroll-body .desc {
        margin: 10px 15px;
        font-size: 16px;
        display: none;
    }
    .home-newModul-scrolls .swiper-container .scroll-body .more {
        margin: 10px 15px;
    }
    .home-newModul-scrolls .swiper-container .scroll-body .more a {
        font-size: 16px;
    }
    .home-newModul-naver li a {
        font-size: 20px;
        padding: 30px 0;
    }
    .home-newModul-naver li a img {
        width: 50px;
    }
    .home-news {
        margin-top: 70px;
    }
    .home-news-list {
        padding: 0 15px;
        margin-bottom: 60px;
    }
    .home-news-list ul li .newsTit {
        padding: 1.5em .5em 1em;
    }
    .home-news-list ul li .newsTit a {
        font-size: 22px;
        height: auto;
    }
    .home-news-list ul li .newsTxt {
        padding: 0 1em;
        font-size: 16px;
    }
    .home-news-list ul li .newsMore a {
        margin: 30px auto;
        font-size: 16px;
    }
    .slide_sj{
        display: block;
        transition: all .3s;
        margin-top:21vw ;
    }
    .slide_pc{
        display: none;
    }
    .home-banner li {
        max-height: none !important;
    }
    
    .home-banner .swiper-slide a{
        height: auto !important;
    }
}

/* 首页改版 20220414 */
.onelevel-categoty-wrapper{position: relative;}
.onelevel-category{position: absolute;display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;top: 0;left: 0;text-align: center;background: rgb(60, 60, 60,.1);}
.onelevel-category img{width: auto !important;margin: 0 auto !important;}
.onelevel-category .more a{font-size: 16px;border: 1px solid;}



.secondlevel-category-item{margin-bottom: 30px;}
.secondlevel-category-item a{display: block;transition: .4s;border: 2px solid rgb(255, 255, 255,.6);}
.secondlevel-category-item a:hover{background: #4a8264;border-color: #4a8264;}
.secondlevel-category-item a img{max-width: 100%;}
@media(max-width:640px){.onelevel-category .more a{padding: 4px 15px;}
.onelevel-category img{width: 80px !important;}
.secondlevel-category-item{margin-bottom: 12px;}
}
/* 首页改版 end 20220414 */