.body-page-1{
    margin-top: 80px;
}
.web-banner li {
    max-height: 100vh;
    overflow: hidden;
}

.web-banner .swiper-slide a{
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.web-banner .swiper-slide img,
.web-banner .swiper-slide video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.web-banner.page-banner .swiper-slide a,
.web-banner.page-banner img {
    height: auto;
}

.brand-scroll .brand-pagination,
.web-banner .banner-pagination {
    position: absolute;
    bottom: 40px;
    text-align: center;
    z-index: 99;
}
.brand-scroll .brand-pagination {
    bottom: 15px;
}

.brand-scroll .swiper-pagination-bullet,
.web-banner .swiper-pagination-bullet{
    border-radius: 0;
    width: 46px;
    height: 6px;
    margin: 0 13px !important;
    background: #FFFFFF;
    opacity: .5;
}

.brand-scroll .swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    margin: 0 6px !important;
}

.brand-scroll .swiper-pagination-bullet-active,
.web-banner .swiper-pagination-bullet-active{
    background: #4A8363;
    opacity: 1;
}

.web-banner .banner-txt pre {
    background: none;
    border: none;
    border-radius: 0;
}

.web-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;
}

.web-banner .banner-txt h2 {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    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;
}

.web-banner .banner-txt p, .web-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)
}

.web-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;
}

.web-banner .swiper-slide.swiper-slide-active h2 {
    transform: none;
    opacity: 1;
    transition-delay: .5s;
    white-space: pre-wrap;
    letter-spacing: .05em;
    text-indent: .05em;
}

.web-banner .swiper-slide.swiper-slide-active p {
    transform: none;
    opacity: 1;
    transition-delay: .7s
}

.web-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;
}

.web-banner .btn-slidedown:hover {
    background: #fff;
    color: #333;
}

.web-banner.page-banner-3 {
    overflow: hidden;
    width: 100%;
}

.web-banner.page-banner-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web-banner.page-banner-4 {
    overflow: hidden;
    width: 100%;
}

.web-banner.page-banner-4 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.brand-scroll li img {
    display: block;
    width: 100%;
}

.product-termBody {
    width: 90%;
    margin: 120px auto 45px;
}

.product-termBody.brand-page {
    margin: 40px auto 45px;
}

.designBody {
    width: 80%;
    margin: 120px auto 45px;
}

.product-term-list {
    background: #F7F7F7;
    border-radius: 3px;
    padding: 48px 75px 45px;
}

.product-term-list h2 {
    font-weight: normal;
}

.product-term-list .term-title {
    padding-bottom: 10px;
    border-bottom: 4px #67B465 solid;
}

.product-term-list.product-black-list .term-title {
    border-bottom: 4px #313027 solid;
}

.product-term-list .term-title img {
    max-height: 77px;
}

.product-term-list .term-title span {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 8px;
    font-size: 30px;
    line-height: 33px;
}

.product-term-list .product-parameter span {
    display: inline-block;
    min-width: 16%;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 13px;
}

.product-term-list .product-parameter span b {
    font-weight: 500;
}

.product-term-list .proList {
    overflow-x: hidden;
}

.product-term-list ul {
    margin-top: 50px;
    overflow: auto;
    margin-right: -12px;
    height: 0;
    display: flex;
    flex-wrap: wrap;
}

.product-term-list ul li {
    /* float: left; */
    width: 18%;
    margin-right: 2%;
    margin-bottom: 10px;
    min-height: 150px;
    cursor: pointer;
}

.product-term-list ul.wall-pro-list {
    overflow-y: auto;
}

.product-term-list ul.wall-pro-list li {
    width: 23%;
    margin-bottom: 1%;
}

.product-term-list ul li img {
    display: block;
    width: 100%;
}

.product-term-list ul li span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.product-term-list ul li.on span, 
.product-term-list ul li:hover span {
    color: #004121;
}

.article-frame {
    margin-top: 45px;
    border-radius: 5px;
    overflow: hidden;
}

.article-frame .article-box {
    display: none;
}

.article-frame .article-box.active {
    display: block;
}

.article-pagination {
    z-index: 9;
}

.swiper-pagination-progressbar-fill {
    background: #004121 !important;
}

.page-footer {
    padding: 56px 0 28px;
    background: #EEEEEE;
}

.page-footer .page-container {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

.page-footer .page-container .series-content {
    padding: 0 10% 38px;
    border-bottom: 1px #949494 solid;
    margin-bottom: 25px;
}

.page-footer .page-container .series-content .brand-logo {
    width: 20%;
    /*margin-right: 75px;*/
}

.page-footer .page-container .series-content .brand-logo img {
    display: block;
    max-width: 100%;
}

.page-footer .page-container .series-content .brand-logo .brand-website {
    text-align: center;
    color: #434343;
    padding: 5px 0;
}

.page-footer .page-container .series-content .brand-other {
    width: 75%;
}

.page-footer .page-container .series-content .brand-other dl {
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}

.page-footer .page-container .series-content .brand-other dl:after {
    display: block;
    content: "";
    clear: both;
}

.page-footer .page-container .series-content .brand-other dl dd {
    float: left;
    font-weight: 300;
}

.page-footer .page-container .series-content .brand-other dl:last-child dd {
    margin-right: 5%;
}

.page-footer .page-container .series-content .brand-other dl dd a {
    font-size: 14px;
}

.page-footer .page-container .series-content .brand-other dl dt {
    font-weight: normal;
    margin-bottom: 10px;
}

.page-footer .page-container .series-content .brand-other dl dt a {
    font-size: 18px;
}

.page-footer .page-container .tree-species {
    width: 16em;
}

.page-footer .page-container .product-series {
    width: 15em;
}

.page-footer .page-container .tree-species dd {
    min-width: 4em;
}




.page-footer .page-container .series-list {
    padding: 0 10%;
}

.page-footer .page-container .series-list ul li {
    float: left;
    margin-bottom: 6px;
}

.page-footer .page-container .series-list ul li.wids-5 {
    width: 20%;
    padding: 0 15px;
}

.page-footer .page-container .series-list ul li a {
    font-weight: 300;
    font-size: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-category .categorys {
    float: left;
}

.page-category .categorys a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 34px 15px 30px 15px;
    text-align: center;
    font-weight: 300;
    color: #a9a9a9;
    box-shadow: 1px 0 rgba(255,255,255,0.75);
    min-width: 120px;
    line-height: 1;
}

.page-category .categorys.on a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 34px 15px 30px 15px;
    text-align: center;
    color: #ffffff;
    background: url(../images/2.jpg) no-repeat;
}

.page-category .categorys:hover a {
    color: #005629;
}

.page-category .categorys.on:hover a {
    color: #FFFFFF;
}

.brand-list {
    margin-top: 90px;
    margin-bottom: 80px;
}

.brand-list li {
    height: 500px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    overflow: hidden;
}

.brand-list li .brand-content {
    background: rgba(255,255,255,.7);
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: auto;
    height: 100%;
    /*width: 450px;*/
    width: 455px;
    padding: 0 20px;
}

.brand-list li:nth-child(2n) .brand-content {
    right: 0;
    left: auto;
}

.brand-list li .brand-content .brand-title {
    margin: 30px 0 0px;
}

.brand-list.wallpaper-brand li .brand-content .brand-title {
    margin: 80px 0 0px;
}

.brand-list li .brand-content .brand-title a {
    display: block;
    font-size: 25px;
    font-weight: 300;
    line-height: 45px;
    color: #0b0b0b;
}

.brand-list.wallpaper-brand li .brand-content .brand-title a {
    font-weight: normal;
} 

.brand-list.cork-brand li .brand-content .brand-title a {
    color: #004023;
    font-weight: 400;
} 

.brand-list li .brand-content .brand-title a:hover {
    color: #004121;
}

.brand-list li .brand-content .brand-desc {
    font-size: 20px;
    line-height: 40px;
    color: #0b0b0b;
    font-weight: 300;
}

.brand-list.wallpaper-brand li .brand-content .brand-desc {
    /*font-weight: normal;*/
}

.brand-list li .brand-content .brand-series span {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 110px;
    text-align: center;
    color: #0b0b0b;
    float: left;
    margin: 10px;
}

.brand-list li .brand-content .brand-series span a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 300;
    color: #0b0b0b;
    border: 2px solid #ffffff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.brand-list li .brand-content .brand-series span:hover a {
    display: block;
    height: 60px;
    width: 110px;
    color: #ffffff;
    border: 1px solid #005629;
    background-color: #005629;
}

.detail-content .article_content,
.detail-content #article_content {
    width: 100%;
}

.detail-content .article_content img,
.detail-content #article_content img {
    width: 100%;
}

.detail-content .article-foot {
    margin: 80px 8% 0;
}

.detail-content .article-foot .article-content {
    /* width: ; */
}

.detail-content .article-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
}

.detail-content .article-desc {
    font-size: 18px;
    margin-bottom: 50px;
}

.detail-content .article-3d-list {
    padding: 0;
    margin-bottom: 15px;
}

.detail-content .article-3d-list span {
    display: block;
    float: left;
    /*width: 50%;*/
    font-size: 18px;
}

.detail-content .article-3d-list span:nth-child(2n) {
    text-align: right;
}

.detail-content .article-3d-list span a {
    font-size: 18px;
    line-height: 33px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.detail-content .article-3d-list span a:hover ,
.detail-content .article-3d-list span a.on {
    color: #004121;
}

.article-3d-qrcode img {
    display: block;
    width: 100%;
}

.brand-name {
    height: 98px;
    padding: 0 5%;
    margin-left: 2%;
    margin-right: 2%;
    background: url(../images/bg005.png) no-repeat left;
    position: relative;
}

.brand-name p {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 15%;
    left: 5%;
    font-size: 36px;
}

.brand-name h2 {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    bottom: 15%;
    left: 5%;
    font-size: 36px;
    font-weight: normal;
    line-height: inherit;
}

.brand-name .scroll-strip {
    display: block;
    content: "";
    width: 100%;
    height: 36px;
    position: absolute;
    top: 0px;
    left: 0;
    margin-top: -5px;
    background: #004121;
    z-index: 99;
}

.brand-name img {
    display: block;
    margin-top: 40px;
}

.banner-vr iframe {
    display: block;
    width: 100%;
    height: 100vh;
}

.qsspecies-list {
    width: 100%;
    overflow: hidden;
    margin: 185px 0 105px;
}

.qsspecies-list .qsspecies-body {
    position: relative;
    margin-right: 0;
    margin-bottom: 85px;
}

.qsspecies-list .qsspecies-body.pl {
    margin-right: auto;
    margin-left: 0;
}

.qsspecies-list .qsspecies-img img {
    display: block;
    width: 100%;
}

.qsspecies-list .qsspecies-body.pl .qsspecies-img {
    float: right;
}

.qsspecies-list .qsspecies-text {
    position: absolute;
    right: 5px;
    bottom: 2.5%;
    border: 2px #DDDDDD solid;
}

.qsspecies-list .qsspecies-body.pl .qsspecies-text {
    left: 30px;
    right: auto;
}

.qsspecies-list .qsspecies-text .qsspecies-content {
    float: right;
    /*padding: 85px 0 35px;*/
    padding: 10.5% 0 4.2%;
}

.qsspecies-list .qsspecies-body.pl .qsspecies-text .qsspecies-content {
    float: left;
}

.qsspecies-list .qsspecies-text .qsspecies-tit {
    margin-bottom: 10.5%;
    font-size: calc(12px + 1.1vw);
    color: #1B1B1B;
}

.qsspecies-list .qsspecies-text .qsspecies-txt {
    font-size: calc(12px + 0.3vw);
    color: #1B1B1B;
    min-height: 40px;
    line-height: 1.5;
    margin-bottom: 18.5%;
}

.qsspecies-list .qsspecies-text .qsspecies-more a {
    display: inline-block;
    padding: 8px 50px;
    color: #38815D;
    font-size: calc(12px + 0.3vw);;
    border: 2px #38815D solid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.qsspecies-list .qsspecies-text .qsspecies-more a:hover {
    background: #38815D;
    color: #FFFFFF;
}

.brand-body {
    position: relative;
}

.brand-body video {
    display: block;
    width: 100%;
}

.brand-album,.brand-video {
    padding: 10px;
    border: 4px #363640 solid;
}

.brand-album {
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}

.brand-album:before {
    display: block;
    content: "";
    width: 50px;
    height: 4px;
    background: #363640;
    position: absolute;
    top: -17px;
    left: -44px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.brand-album:after {
    display: block;
    content: "";
    width: 48px;
    height: 4px;
    background: #363640;
    position: absolute;
    bottom: 14px;
    left: -44px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.brand-introduce p {
    /*margin-bottom: 16px;*/
    font-size: 16px;
}

/*.brand-advert {
    margin-left: -10%;
}*/

.brand-advert img {
    width: 100%;
}

.vrbanner-fixer-bg {
    display: block;
}

.vrbanner-fixer-bg .vrbanner-fixer {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: flex;
}

.vrbanner-fixer-bg .vrbanner-fixer .vrbanner-fixer-body {
    margin: auto;
}

.vrbanner-fixer-bg .vrbanner-fixer .vrbanner-fixer-body h3 {
    font-size: 60px;
    line-height: 1;
    color: #FFFFFF;
    letter-spacing: 20px;
    font-weight: 400;
}

.vrbanner-fixer-bg .vrbanner-fixer .vrbanner-fixer-body p {
    font-size: 36px;
    line-height: 1;
    color: #FFFFFF;
    letter-spacing: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 50px 0 40px;
}

.vrbanner-fixer-bg .vrbanner-fixer .vrbanner-fixer-body .btns a {
    display: inline-block;
    line-height: 52px;
    border-radius: 3px;
    padding: 0 24px;
    color: #FFFFFF;
    background: #4A8264;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0 15px;
}

.vrbanner-fixer-bg .vrbanner-fixer .vrbanner-fixer-body .btns a + a {
    color: #000000;
    background: #E2E2E1;
    font-weight: 400;
}

.caseBody ul li:hover .design-image,
.caseBody ul li:hover .design-content {
    box-shadow: 0 0 5px #999999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.case-page-title {
    position: absolute;
    left: 8%;
    bottom: 30px;
    z-index: 99;
}

.case-page-title:before {
    display: block;
    content: "";
    width: 8px;
    height: 100%;
    background: #4A8264;
    position: absolute;
    left: -24px;
    top: 0;
}

.case-page-title .cn {
    font-size: 64px;
    color: #FFFFFF;
    line-height: 1;
}

.case-page-title .en {
    font-size: 34px;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: 15px;
    text-transform: uppercase;
    margin-top: 15px;
}

.case-pagination {
    position: absolute;
    bottom: 30px !important;
    right: 10%;
    left: auto !important;
    z-index: 9;
    width: 80% !important;
    text-align: right;
}

.case-pagination .swiper-pagination-bullet {
    background: none;
    width: 20px;
    height: 20px;
    border: 2px #98938C solid;
    margin: 0 10px !important;
    opacity: 1;
}

.case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #98938C;
}

.case-screen {
    background: #FFFFFF;
    padding: 40px 0;
    margin-top: 50px;
}

.case-screen .allClass {
    font-size: 24px;
    font-weight: bold;
    color: #666666;
    letter-spacing: 2px;
    line-height: 40px;
}

.case-screen .search input {
    font-size: 18px;
    border: 1px #BFBFBF solid;
    line-height: 40px;
    padding: 0 10px;
    font-weight: 450;
}

.case-screen .search button {
    background: none;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 100;
    color: #A9A9A9;
}

.caseScreens {
    margin-top: 40px;
}

.caseScreens .screenName {
    font-size: 18px;
    color: #666666;
    padding-right: 20px;
    margin-right: 40px;
    line-height: 40px;
    position: relative;
    font-weight: 500;
}

.caseScreens .screenName:after {
    display: block;
    content: "";
    width: 2px;
    background: #666666;
    height: 18px;
    top: 11px;
    right: 0;
    position: absolute;
}

.caseScreens .dl {
    margin-bottom: 10px;
}

.caseScreens .dl dd {
    display: inline-block;
    line-height: 18px;
    margin: 9px 30px 9px 0;
}

.caseScreens .dl dd a {
    display: inline-block;
    padding: 2px 0;
    font-weight: 400;
    font-size: 18px;
}

.caseScreens .dl dd a.on {
    color: #FFFFFF;
    padding: 3px 10px;
    border-radius: 10px;
    background: #4A8264;
}

.caseScreens .dl dd a:hover {
    color: #4A8264;
}

.news-list {
    margin-top: 70px;
}

.news-list ul li {
    padding: 20px;
    background: #FFFFFF;
    margin-bottom: 40px;
    position: relative;
}

.newsHot .newsImg {
    position: relative;
}

.newsHot .newsImg:after {
    display: block;
    content: "HOT";
    width: 80px;
    height: 40px;
    background: #48865C;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 15px;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: bold;
}

.news-list ul li .news-tit a {
    display: block;
    font-size: 30px;
    color: #323232;
    line-height: 1;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-list ul li.newsHot .news-tit a {
    font-weight: bold;
}

.news-list ul li .news-tit:hover a {
    color: #48865C;
}

.news-list ul li .news-date {
    font-size: 18px;
    color: #999999;
    margin-bottom: 40px;
}

.news-list ul li .news-txt {
    font-size: 18px;
    color: #666666;
}

.news-list ul li .newsMore {
    position: relative;
}

.news-list ul li .newsMore a {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 70px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px #B0B0B0 solid;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    color: #B0B0B0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news-list ul li .newsMore a:hover {
    background: #48865C;
    border-color: #48865C;
    color: #FFFFFF;
}

.hotMore {
    width: 160px;
    line-height: 50px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.hotMore a {
    display: block;
    width: 160px;
    line-height: 50px;
    background: #48865C;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 450;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hotMore a:hover {
    background: rgba(0,65,33);
}

.wall-page-title {
    font-size: 36px;
    font-weight: 450;
    letter-spacing: 15px;
    line-height: 1;
    margin-top: 100px;
}

.wall-page-title:after {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    background: #004023;
    margin: 25px auto 80px;
}

.brand-title span {
    display: block;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 18px;
    margin-bottom: 22px;
    position: relative;
}

.brand-title span:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: #323232;
    position: absolute;
    bottom: 0;
    left: 0;
}

.brand-title p {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #323232;
    margin-bottom: 60px;
}

.brand-txt {
    width: 90%;
    margin-bottom: 50px;
}

.brand-img img {
    display: block;
    width: 100%;
}

.brand-img:after {
    display: block;
    content: "";
    width: 70%;
    height: 70%;
    background: #EEEEEE;
    position: absolute;
    right: -15px;
    top: -30px;
    z-index: -1;
}

.health-list{
    width:85%;
    margin:0 0 0 5%;
}
.health-list ul{
    margin:60px 0 45px 0;
}
.health-list li{
    margin:25px 0 0 0;
    padding:0 0 10px 10px;
    border-bottom:1px dashed #d9d9d9;
    list-style-type: square;
    overflow:hidden;
    min-height:90px
}

.c_healthytxt{
    width:100%;
    margin:0 0 0 0;
    float:right;
}
.c_healthytxt h3{
    float: left;
    font-size:16px;
    line-height:20px;
    color:#000000;
    margin:0 0 20px 0;
}
.c_healthytxt .relative-article{
    float: left;
    font-size:16px;
    line-height:20px;
    color:#000000;
    margin:0 0 20px 0;
}
.c_healthytxt p{
    float: left;
    margin:0 0 0 20px;
    font-size: 14px;
    line-height: 25px;
    color: #a3a3a3;
}
.c_healthytxt span{
    float:right;
    font-size:14px;
    line-height:20px;
    color:#a3a3a3;
    margin:0 0 20px 0;
}
.c_healthytxt a{
    color:#000000;
    font-size:16px;
}
.c_healthytxt a:hover{
    color:#005629;
}
.c_list {
    float: right;
    margin-top: 30px;
}

.c_list p {
    float: right;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-bottom: 0;
    font-size:14px;
    color:#a9a9a9;
}
.c_list a {
    font-size:14px;
    color:#a9a9a9;
}
.c_list a:hover{
    font-size:14px;
    color:#005629;
}

.page-title {
    float: left;
    font-size: 25px;
    line-height: 30px;
    color: #a9a9a9;
    margin: 30px 0 40px;
    position: relative;
    padding-left: 16px;
    font-weight: normal;
}

.page-title:before {
    display: block;
    content: "";
    width: 3px;
    height: 100%;
    background: #005629;
    position: absolute;
    left: 0;
    top: 0;
}

.c_joinus{
    width:100%;
    margin:0px 0 25px 0;
}
.c_joinus ul {
    list-style-type:none;
}
.c_joinus li {
    margin:0 0 10px 10px;
    width:50%;
}
.c_joinus li .main {
    overflow:hidden;
    line-height:22px;
    margin:0px 0px 0 5px;
}

.c_joinus li h3 {
    margin:0 5px 5px;
    font-size:16px;
    line-height:25px;
    color:#a3a3a3;

}
.c_joinus li .join-position{
    margin:15px 0 0 15px;
    padding:10px 10px;
    font-size:14px;
    line-height:25px;
    color:#a3a3a3;
    background:#eeeeee;
    display: none;
}

.c_joinus li .key {
    float:right;
    margin-top:-25px;
    color:#005629;
    cursor:pointer;
    font-size:14px;

}
.c_jaddress{
    width:40%;
    margin:-250px 0 25px 60%;
    float:right;
}

.join-contact-body {
    background: #F9F9ED;
    padding: 15px 0;
    box-shadow: 2px 2px 5px #999999;
    margin-bottom: 100px;
}

.join-contact-body ul {
    margin: 13% 0;
}

.join-contact-body ul li{
    font-size: 14px;
    line-height: 25px;
    color: #a3a3a3;
    margin: 0px 0 0 0;
}

.proInfor{ /*width:1028px; height:345px;*/ 
    margin: 0 auto; 
    font-size:16px; 
    background-color:#eaeaea;
    position: relative;
}

.serviceCate .proInfor .ad_left {
    margin-left: -15px;
}

.proInfor .ad_left img {
    display: block;
    width: 100%;
}
.proInfor ul{ margin-left:70px; margin-top: 70px;}
.proInfor ul li{ width: 450px; height: 30px; background: url(../images/040.png) 0 center no-repeat; line-height: 30px; padding-left: 30px; margin-top: 30px;}
.proInfor ul li a{ color: #000;}
.proInfor ul li a:hover{ color: #005629; text-decoration: underline;}

.serviceCate:nth-child(2n) .proInfor .ad_left,
.serviceCate:nth-child(5) .proInfor .ad_left {
    float: right;
    margin-right: -15px;
    margin-left: auto;
}

.policy .serviceCate2 ul,
.serviceCate.serviceCate5 ul {
    width: 70%;
    margin: 70px auto;
}

.policy .serviceCate2 li,
.serviceCate.serviceCate5 li {
    width: 40%;
    text-align: right;
    float: left;
    height: auto;
    padding: 0;
    background: none;
    margin: 1% 5%;
}

.policy .serviceCate2 li a,
.serviceCate.serviceCate5 li a {
    display: block;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.policy .serviceCate2 li a img,
.serviceCate.serviceCate5 li a img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.proInfor-bgimg {
    overflow: hidden;
    padding: 0;
}

.proInfor-bgimg img {
    display: block;
    width: 100%;
}

.proInfor .proInfor-fix {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
}

.serviceCate:nth-child(2n) .proInfor .proInfor-fix {
    left: 0;
    right: auto;
}

.proInfor .proInfor-fix .ann_con {
    margin: auto;
    text-align: center;
}

.proInfor .proInfor-fix .ann_con ul {
    margin: 0;
}

.proInfor .proInfor-fix .ann_con li {
    background: none;
    padding: 0;
    /*width: 147px;*/
    /*height: 30px;*/
    line-height: 30px;
    padding-left: 11px;
    margin-top: 24px;
    text-align: center;
}

.proInfor .proInfor-fix .ann_con .ann_title a {
    display: inline-block;
    width: 145px;
    border: 2px #fff solid;
    font-size: 18px;
    text-align: center;
    line-height: 55px;
    color: #005629;
}

.certInfor ul.certList {
    background: none;
    margin: 0;
}

.certInfor ul.certList li {
    padding-left: 0;
    background: #F4F4F4;
    text-align: center;
    padding: 10px 15px 20px;
    border-bottom: 3px #FFFFFF solid;
}

.certInfor ul.certList li:nth-child(2n) {
    background: #FFFFFF;
    border-bottom: 3px #F4F4F4 solid;
}

.certInfor ul.certList li img {
    display: block;
    margin: 0 auto;
}

.certInfor ul.certList li a {
    display: block;
    font-size: 16px;
    color: #1B1B1B;
}

.certInfor ul.certList li a + a {
    color: #333333;
    font-size: 12px;
    width: 16em;
    margin: 10px auto 0;
    min-height: 10em;
}

/*.vrbanner-window1 {
    display: none;
}*/
.market-window,
.vrbanner-window2 {
    display: none;
    padding: 32px 42px 42px;
    border-radius: 5px;
    background: rgba(255,255,255,.88);
}

.market-window .window-title,
.vrbanner-window2 .window-title {
    font-size: 30px;
    color: #4A8264;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 45px;
}

.market-window .window-title span,
.vrbanner-window2 .window-title span {
    display: block;
    font-size: 18px;
    color: #808080;
    line-height: 3;
    letter-spacing: 3px;
    text-align: center;
}

.market-window ul li,
.vrbanner-window2 ul li {
    margin-top: 25px;
    border: 1px #CCCCCC solid;
    border-radius: 5px;
    padding: 5px 0;
    overflow: hidden;
}

.market-window ul li img,
.vrbanner-window2 ul li img {
    margin: 0 5px;
}

.market-window ul li input,
.vrbanner-window2 ul li input {
    background: none;
    line-height: 30px;
    width: 300px;
}

.market-window ul li button,
.vrbanner-window2 ul li button {
    background: #73A188;
    color: #FFFFFF;
    padding: 8px 0;
    display: block;
    width: 100%;
    margin: -5px 0;
}

.market-fixer-bg {
    display: none;
}

.market-fixer-bg .market-fixer {
    position: fixed;
    z-index: 988;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    display: flex;
}

.market-window {
    display: block;
    margin: auto;
}

.market-window ul li input {
    margin: 0 10px;
}

.market-window ul li select {
    display: block;
    width: 48%;
    margin-right: 1%;
    background: none;
    border: none;
    float: left;
    padding: 0 10px;
    outline: none;
}

.closer i {
    float: right;
    font-size: 18px;
    color: #D5D5D5;
    margin-right: -10px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.closer i:hover {
    color: #004121;
}

/* ����ͼƬ�л� */
.honor-img-window{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.honor-img-window-btn{
    position: fixed;
    bottom: 3em;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%,0);
    z-index: 1001;
    width: 5em;
    line-height: 2.4em; 
    border-radius: 1.2em;
    background-color: #fff; 
    text-align: center;
    color: #333;
}
.honor-img-window img{
    width: 100%;    
    height: 100%;
    object-fit: contain;
}
.honor-img-pc{
}
.honor-img-mobile{
    display: none;
}




@media (max-width:1440px) and (min-width: 1380px) {
    .page-footer .page-container .series-content .brand-other dl {
        margin-left: 3%;
    }
    .page-footer .page-container .series-content {
        padding: 0 5% 38px;
    }
    .page-footer .page-container .series-list {
        padding: 0 5%;
    }
    .detail-content .article-foot {
        margin: 80px 5% 0;
    }
    .news-list ul li .news-tit a {
        margin-bottom: 15px;
    }
    .news-list ul li .news-date {
        margin-bottom: 20px;
    }
}

@media (max-width:1380px) and (min-width: 1200px) {
    .page-footer .page-container .series-content .brand-other {
        width: 78%;
    }
    .page-footer .page-container .series-content .brand-other dl {
        margin-left: 4%;
    }
    .page-footer .page-container .series-content {
        padding: 0 5% 38px;
    }
    .page-footer .page-container .series-list {
        padding: 0 5%;
    }
    .detail-content .article-foot {
        margin: 80px 3% 0;
    }
}

@media (min-width:1110px){
    /* .container {
        width: 1260px;
    } */
    .case-screen .containers {
        width: 80%;
        margin: 0 auto;
    }
}
@media (min-width:1300px){
    .container {
        width: 1260px;
    }
}

@media (max-width:1110px){
    .web-banner .swiper-button-next ,
    .web-banner .swiper-button-prev  {
        display: none;
    }
    .web-banner .banner-txt h2{
        font-size: 34px;
    }
    .web-banner .banner-txt pre,
    .web-banner .banner-txt p{
        font-size: 22px;
    }
    .web-banner .banner-txt a.more{
        font-size: 16px;
        margin: 40px auto 0;
    }
    .web-banner.web-banner-2 {
        margin-top: 60px;
    }
    .web-banner .swiper-slide{
        height: 100vh;
        overflow: hidden;
    }
    .web-banner.web-banner-2 .swiper-slide{
        height: 35vh;
        overflow: hidden;
    }
    .web-banner .swiper-slide img, 
    .web-banner .swiper-slide video{
        width: 100%;
        height: 100vh;
    }
    .web-banner.web-banner-2 .swiper-slide img, 
    .web-banner.web-banner-2 .swiper-slide video{
        width: 100%;
        height: 35vh;
    }
    .product-term-list ul {
        margin-right: 0;
    }
    .page-category {
        white-space: nowrap;
        overflow-x: auto;
    }
    .page-category .categorys {
        float: none;
        display: inline-block;
    }
    .designBody {
        width: auto;
        margin: 45px 15px 30px;
    }
    .article-3d-qrcode img {
        display: block;
        width: 60%;
        margin: 15px auto;
    }
    iframe[name="pframe"] {
        /*height: 1200px;*/
    }
    .banner-vr iframe {
        height: 100vh;
    }
    .vrbanner-fixer-bg .vrbanner-fixer .vrbanner-fixer-body h3 {
        font-size: 40px;
        letter-spacing: 8px;
    }
    .vrbanner-fixer-bg .vrbanner-fixer .vrbanner-fixer-body p {
        font-size: 26px;
        letter-spacing: 3px;
        margin: 30px 0;
    }
    .vrbanner-fixer-bg .vrbanner-fixer .vrbanner-fixer-body .btns a {
        font-size: 18px;
        line-height: 45px;
        margin: 0 8px;
    }
    .qsspecies-list {
        margin: 85px 0 0;
    }
    .qsspecies-list .qsspecies-body {
        margin-right: -15px;
        margin-bottom: auto;
    }
    .qsspecies-list .qsspecies-body.pl {
        margin-right: -15px;
        margin-left: -15px;
    }
    .qsspecies-list .qsspecies-body.pl .qsspecies-img {
        float: none;
    }
    .qsspecies-list .qsspecies-body.pl .qsspecies-text,
    .qsspecies-list .qsspecies-text {
        position: static;
    }
    .qsspecies-list .qsspecies-body.pl .qsspecies-text .qsspecies-content,
    .qsspecies-list .qsspecies-text .qsspecies-content {
        float: none;
        text-align: center;
        padding: 40px 0 30px;
    }
    .qsspecies-list .qsspecies-text .qsspecies-tit {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .qsspecies-list .qsspecies-text .qsspecies-txt {
        font-size: 16px;
        margin-bottom: 20px;
        height: auto;
    }
    .qsspecies-list .qsspecies-text .qsspecies-more a {
        font-size: 18px;
    }
    .brand-name {
        background-size: 100%;
        padding: 0;
        height: auto;
        background-position: bottom;
    }
    .brand-name p {
        line-height: 1.5;
        font-size: 28px;
        left: 0;
        position: relative;
    }
    .brand-name h2 {
        line-height: 1.5;
        font-size: 28px;
        left: 0;
        position: relative;
        font-weight: normal;
    }
    .brand-advert {
        margin-top: auto !important;
    }
    .brand-album:before,
    .brand-album:after {
        display: none;
    }
    .brand-name .scroll-strip {
        height: 100%;
    }
    .brand-page-logo {
        float: none !important;
        margin-bottom: 40px;
    }
    .brand-page-logo img {
        margin-top: 0;
        width: 65%;
    }
    .brand-album, .brand-video {
        border-color: rgba(54,54,64,0.2);
    }
    .case-banner{
        height: 100vh;
    }
    .case-banner li {
        height: 100vh;
        overflow: hidden;
    }
    .case-banner img {
        height: 100vh
    }
    .case-page-title {
        bottom: 40%;
    }
    .web-banner.page-banner-3 img {
        width: 180%;
        height: 100%;
        object-fit: cover;
        margin-left: -20px;
    }
    .web-banner.page-banner-4 {
        overflow: hidden;
        width: 100%;
    }
    .web-banner.page-banner-4 img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .web-banner.page-banner-5 .swiper-slide {
        height: 60vh;
        overflow: hidden;
    }
    .web-banner.page-banner-5 .swiper-slide img {
        height: 60vh;
    }
    .web-banner.page-banner-6 .swiper-slide img,
    .web-banner.page-banner-6 .swiper-slide {
        height: auto;
        width: 100%;
        max-height: unset;
    }
    .brand-txt {
        width: 100%;
    }
    .health-list {
        width: auto;
        margin: 0;
    }
    .health-list li {
        padding: 0;
    }
    .c_healthytxt p {
        margin: 0;
    }
    .serviceCate .proInfor .ad_left {
        margin: 0 -15px;
    }
    .newsHot .newsImg,
    .newsBody .newsImg {
        margin-bottom: 15px;
    }
    .news-list ul li .news-tit a {
        margin-bottom: 15px;
        font-size: 22px;
        line-height: 1.5;
    }
    .news-list ul li .news-date {
        margin-bottom: 20px;
    }
    .hotMore {
        position: unset;
        margin-top: 10px;
        margin-left: 15px;
    }
    .news-list ul li .newsMore {
        height: auto !important;
        display: none;
    }
    .caseScreens {
        overflow: hidden;
        margin-top: 20px;
    }
    .caseScreens li {
        margin: auto 15px;
        overflow: hidden;
    }
    .caseScreens .dl {
        white-space: nowrap;
        overflow-x: auto;
        float: none !important;
    }
    .case-screen .row {
        margin: 0;
    }
    .case-screen .search {
        text-align: left !important;
        margin-top: 15px;
    }
    .caseScreens .screenName {
        margin-right: 10px;
        padding-right: 10px;
    }
    .join-contact-body {
        overflow: hidden;
    }
    .join-contact-body img {
        display: block;
        width: 110%;
        margin-left: -15%;
    }
    .join-contact-body ul {
        margin: 10% 25px;
    }
    .c_joinus li {
        margin: 0;
        width: auto;
    }
}

@media (max-width:960px){
    .web-banner .swiper-slide a{
        height: 100vh;
    }
    .product-term-list {
        padding: 38px 35px 45px;
    }
    .product-term-list .term-title img {
        margin-bottom: 10px;
        display: block;
    }
    .product-term-list .product-parameter span {
        margin-right: 15px;
        display: block;
    }
    .product-term-list ul {
        margin-top: 20px;
    }
    .product-term-list ul li {
        width: 31.33%;
        margin-bottom: 1%;
    }
    .product-term-list ul.wall-pro-list li {
        width: 31.33%;
    }
    .product-term-list ul li span {
        margin-top: 5px;
    }
    .brand-img:after {
        right: -0;
        top: -15px;
    }
    .proInfor-bgimg img {
        width: 180%;
        margin-left: -15px;
    }
    .serviceCate:nth-child(2n) .proInfor .ad_left, .serviceCate:nth-child(5) .proInfor .ad_left {
        float: none
    }
    .wall-page-title {
        margin-top: 60px;
    }
    .wall-page-title:after {
        margin: 25px auto 40px;
    }
    .brand-title p {
        margin-bottom: 30px;
    }
}

@media (max-width:640px){
    .honor-img-pc{
        display: none;
    }
    .honor-img-mobile{
        display: block;
    }
    .body-page-1 {
        margin-top: 0;
    }
    .web-banner video{
        display: none;
    }
    .product-termBody {
        width: 94%;
        margin: 70px auto 35px;
    }
    .web-banner .banner-txt h2{
        font-size: 34px;
        line-height: 1.8;
    }
    .web-banner .banner-txt pre,
    .web-banner .banner-txt p{
        font-size: 22px;
    }
    .web-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;
    }
    .product-term-list {
        padding: 20px 20px 45px;
    }
    .product-term-list h2 {
        font-weight: normal;
    }
    .product-term-list .term-title img {
        max-height: 50px;
        max-width: 100%;
    }
    .product-term-list .term-title span {
        font-size: 24px;
        margin-left: 0;
    }
    .product-term-list ul.wall-pro-list li,
    .product-term-list ul li {
        width: 48%;
    }
    .page-footer .page-container .series-content .brand-logo,
    .page-footer .page-container .series-list ul li.wids-5 {
        width: auto;
        float: none;
    }
    .page-footer .page-container .series-content .brand-other {
        float: left !important;
        margin-top: 25px;
    }
    .page-footer .page-container .series-content,
    .page-footer .page-container .series-list {
        padding: 0 2% 20px;
    }
    .page-footer .page-container .series-content .brand-other dl {
        margin-left: 0;
    }
    .brand-list {
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .detail-content .article-3d-list span:nth-child(2n) {
        text-align: left;
    }
    iframe[name="pframe"] {
        /*height: 1000px;*/
    }
    .case-page-title .cn {
        font-size: 46px;
    }
    .case-page-title .en {
        font-size: 24px;
        letter-spacing: 10px;
    }
    .certInfor ul.certList li {
        width: 50%;
    }
    .proInfor ul {
        margin-left: 0;
        margin-top: 10px;
    }
    .proInfor ul li {
        margin-top: 0;
        margin-bottom: 5px;
        height: auto;
        width: auto;
    }
    .serviceCate:nth-child(2n) .proInfor .ad_left, 
    .serviceCate:nth-child(5) .proInfor .ad_left {
        margin-right: -15px;
        margin-left: -15px; 
    }
    .policy .serviceCate2 ul, .serviceCate.serviceCate5 ul {
        width: auto;
        margin: 35px auto;
    }
}
@media (max-width: 460px) {
    .honor-img-pc{
        display: none;
    }
    .honor-img-mobile{
        display: block;
    }
    .certInfor ul.certList li {
         width: 50%; 
    }
}

/* 新增环保证书页面 20220415 */
.envir-category {
    margin-top: 36px;
    height: 45px;
    overflow: hidden;
}

.envir-category-list {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.envir-category-list:last-of-type {
    flex-wrap: wrap;
}

.envir-category-list .envir-category-item a {
    display: block;
    padding: 10px 13px;
    margin: 0 8px;
    font-size: 14px;
}

.envir-category-list .envir-category-item.on a {
    background: #4a8264;
    color: #fff;
    border-radius: 10px;
}

.envir-category-list .envir-category-item.envir_more a {
    margin: 0;
}

.envir-content-list {
    display: flex;
    flex-wrap: wrap;
}


.envir-content-item {
    margin-bottom: 50px;
}

.envir-content-item .envir-item-wrap {
    padding: 14px 16px;
    background: #f4f4f4;
    border: 1px solid #999;
}

.envir-content-item .envir-item-img {
    width: 100%;
    padding: 0 16px;
}

.envir-content-item .envir-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.34);
}

.envir-content-item .envir-item-info {
    display: flex;
    margin-top: 25px;
    line-height: 1;
    font-size: 16px;
    justify-content: space-between;
    align-items: flex-end;
}

.envir-content-item .envir-item-info .date {
    margin-top: 8px;
}

.envir-content-item .envir-item-info-btn a {
    display: block;
    padding: 4px 10px 4px 30px;
    border-radius: 8px;
    color: #fff;
    background: #4a8264 url(../images/envir_dl_ac.png) 12px center no-repeat;
}

.envir-content-item .envir-item-info-btn a:hover {
    color: #005427;
    background-image: url(../images/envir_dl.png);
}

@media(max-width:767px) {
    .envir-category {
        display: flex;
        overflow-x: scroll;
    }

    .envir-category-list:last-of-type {
        flex-wrap: nowrap;
    }

    .envir-category-list .envir-category-item a {
        padding: 3px 10px;
        margin: 0 3px;
    }

    .envir-category-list .envir-category-item.envir_more {
        display: none;
    }

    .envir-content-item .envir-item-info {
        display: block;
        margin-top: 15px;
    }

    .envir-content-item .envir-item-img {
        padding: 0 8px;
    }

    .envir-content-item .envir-item-info .envir-item-info-text .name {
        font-size: 14px;
    }

    .envir-content-item .envir-item-info .envir-item-info-text .date {
        font-size: 14px;
    }

    .envir-content-item .envir-item-info-btn {
        margin-top: 5px;
    }

    .envir-content-item .envir-item-info-btn a {
        display: inline-block;
        font-size: 14px;
    }
}

/* 新增环保证书页面 20220415 end */