/* @font-face {
    font-family: AlimamaDongFangDaKai;
    src: url(../css/AlimamaDongFangDaKai-Regular.otf);
} */

* {
    margin: 0;
    padding: 0
}

a,
span {
    display: inline-block;
}

a:hover {
    color: #005629;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease
}

.img-scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease
}

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease
}

.img-scale:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #d0d7da
}

::-webkit-scrollbar-thumb {
    background-color: #005629
}

.wrap {
    width: 1380px;
    margin: 0 auto
}


@media(min-width: 1201px)and (max-width: 1400px) {
    .wrap {
        width: 92%
    }
}



@media(max-width: 1200px) {
    .wrap {
        width: 92%
    }
}

.header {
    width: 100%;
    height: 1rem;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    z-index: 99
}

.header-left {
    margin-left: 5%
}

.header-left img {
    height: .64rem;
    margin-right: .1rem;
    margin-top: .1rem
}

.header-right {
    width: 70%;
    margin-right: 5%
}

.header-right a {
    font-size: .16rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 19px;
    padding: 0 .1rem;
    position: relative;
    margin: 0 .1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-right a>.imgs {
    width: 40px;
    height: 35px;
    margin-bottom: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .4s;
}

.header-right a:hover,
.header-right a.active {
    color: #005629
}

.header-right a.active>.imgs,
.header-right a:hover>.imgs {
    opacity: 1;
    visibility: visible;
}



/* .header-right a:hover::before,
.header-right a.active::before {
    background-repeat: no-repeat;
    background-image: url("../images/icon-nav.png");
    content: "";
    display: block;
    -o-background-size: 100%;
    background-size: 100%;
    width: .28rem;
    height: .37rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.header-right a:hover::before,
.header-right a.active::before {
    top: 0
} */

.header-right a:hover::after,
.header-right a.active::after {
    bottom: 0
}

.header-right-nav {
    top: 0;
    position: absolute;
    right: 5%;
    width: 40%;
    height: 100%
}

.header-right-nav a {
    margin: 0 .1rem
}

.header-right-nav-home {
    font-size: .24rem;
    color: #005629;
    font-weight: bold
}

.header.active {
    background: #fff;
    -webkit-box-shadow: 0rem 0rem .24rem 0rem rgba(48, 48, 48, .08);
    box-shadow: 0rem 0rem .24rem 0rem rgba(48, 48, 48, .08)
}

.mobile-nav-content .mobile-nav-item {
    font-size: .24rem;
    color: #666;
    font-weight: normal;
    padding: .1rem 16px;
    display: block;
    line-height: .8rem;
    border-bottom: 1px solid #ebebeb;
    position: relative
}

.mobile-nav-content .mobile-nav-item b {
    width: 100%;
    display: block;
    font-weight: normal
}

.mobile-nav-content .mobile-nav-item b i {
    position: absolute;
    right: 5%
}

.mobile-nav-content .mobile-nav-item .sitem a {
    text-indent: 1em;
    border-bottom: none;
    display: block;
    width: 100%
}

.mobile-nav-content .mobile-nav-item.active {
    font-weight: bold
}

.mobile-nav-content .mobile-nav-item.active b {
    font-weight: bold
}

.mobile-nav-content .mobile-nav-item.active .sitem a {
    font-weight: normal
}

.layui-layer-title {
    height: auto
}



.home-banner {
    width: 100%;
    /* padding-top: 1rem; */
    height: 100vh;
}

.home-banner-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    text-align: center;
}

.home-banner-img.h5 {
    display: none;
}

.home-banner .swiper {
    width: 100%;
    height: 100%
}

.home-banner .swiper .swiper-button-prev {
    width: auto;
    left: 5%
}

.home-banner .swiper .swiper-button-prev::after {
    background-repeat: no-repeat;
    background-image: url("../images/arrow-left.png");
    content: "";
    display: block;
    -o-background-size: 100%;
    background-size: 100%;
    width: .6rem;
    height: .8rem
}

.home-banner .swiper .swiper-button-next {
    width: auto;
    right: 5%
}

.home-banner .swiper .swiper-button-next::after {
    background-repeat: no-repeat;
    background-image: url("../images/arrow-right.png");
    content: "";
    display: block;
    -o-background-size: 100%;
    background-size: 100%;
    width: .6rem;
    height: .8rem
}

.home-banner .swiper .swiper-pagination {
    bottom: 5%
}

.home-banner .swiper .swiper-pagination-bullet-active {
    background: #005629
}

.banner {
    width: 100%;
    position: relative
}

.banner-img {
    width: 100%;
    height: auto;
    display: block
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.items-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* new */


.public-tobody {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}


.home-box {
    position: relative;
}

.home-box::after {
    width: 8.95rem;
    height: 7.83rem;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../images/icon24.png)no-repeat;
    background-size: contain;
}

.home-box1 {
    background: url(../images/icon40.png)no-repeat center center;
    background-size: cover;
}

.home-model2,
.home-model1 {
    padding: .86rem 0;
}

.home-model1 .row {
    position: relative;
    z-index: 1;
}

.home-model1 .row .left {
    width: 45%;
}


.home-model1 .row .left>img {
    margin-left: -100px;
}

.home-model1 .row .right {
    width: 50%;
}

.home-model1 .row .right .right-info {
    max-width: 4.98rem;
    padding-top: .58rem;
}

.home-model1 .row .right .right-info .t1 {
    margin-bottom: .5rem;
    font-weight: 500;
    font-size: 16px;
    color: #3E3E3E;
    line-height: 26px;
}

.public-more {
    width: max-content;
    height: auto;
    padding: 7px .33rem;
    background: url(../images/icon59.png)no-repeat;
    background-size: 100% 100%;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    letter-spacing: 5px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
}

.public-more.cur {
    color: #005629;
}

.public-more.cur,
.public-more:hover {
    background: url(../images/icon60.png)no-repeat;
    background-size: 100% 100%;
}

.public-more::before {
    width: 46px;
    height: 79px;
    opacity: 0;
    visibility: hidden;
    content: '';
    background: url(../images/icon25.png)no-repeat;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    transition: all ease-out .4s;
}

.public-more:hover::before,
.public-more.cur::before {
    opacity: 1;
    visibility: visible;
}

.public-type {
    height: max-content;
    display: flex;
    align-items: flex-end;
    user-select: none;
}

.public-type .title {
    padding-top: .19rem;
    padding-left: .19rem;
    padding-right: .1rem;
    border-left: 2px solid #D9D9D9;
}

.public-type .title .t1 {
    font-size: 60px;
    color: #005629;
    line-height: 67px;
    text-align: left;
    text-transform: none;
    writing-mode: vertical-lr;
    text-orientation: upright;
    margin-top: .17rem;
    font-weight: bold;
}


.home-model2 .row .right {
    width: 70%;
    position: relative;
}

.home-model2 .row .right::after {
    width: 1.96rem;
    height: 2.79rem;
    background: url(../images/icon29.png)no-repeat;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -59px;
}


.home-model2 .row .right .t1 {
    font-weight: 500;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.home-model2 .row .right .imgs {
    width: 100%;
    margin-top: .35rem;
}

.model3-swiper-i {
    padding: .31rem;
    background: #F4F4F4;
}

.model3-swiper-i:hover {
    background: #005629;
}

.model3-swiper-i:hover * {
    color: #fff !important;
}

.model3-swiper-i:hover .public-more {
    background: url(../images/icon60.png)no-repeat;
    background-size: 100% 100%;
    color: #005629 !important;
}

.model3-swiper-i:hover .public-more::before {
    opacity: 1;
    visibility: visible;
}

.model3-swiper-i .t1 {
    font-weight: bold;
    font-size: 32px;
    color: #3D3D3D;
    line-height: 60px;
}

.model3-swiper-i .t2 {
    font-weight: 500;
    font-size: 14px;
    color: #A6A6A6;
    line-height: 26px;
}

.model3-swiper-i .imgs {
    margin: .15rem 0 .23rem;
}

.model3-swiper-i .imgs>img {
    object-fit: cover;
    min-height: 1.89rem;
}

.model3-swiper-i .t3 {
    font-weight: 500;
    font-size: 14px;
    color: #888888;
    line-height: 26px;
    margin-bottom: .36rem;
}

.home-model4,
.home-model3 {
    padding: 1.5rem 0;
}

.home-model3 .row .left {
    width: 80%;
}

.home-model3 .row .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-page .swiper-pagination1,
.right-page .swiper-button-prev,
.right-page .swiper-button-next {
    position: static;
    user-select: none;
}

.right-page .swiper-button-prev,
.right-page .swiper-button-next {
    width: 29px !important;
    height: 20px !important;
    margin-top: 0 !important;
}

.right-page .swiper-pagination1 {}

.right-page .swiper-button-prev::after,
.right-page .swiper-button-next::after {
    content: none !important;
}


.home-model4 .row .left {}


.home-model4 .row .right {
    width: 65%;
}

.model4-tag {
    margin-right: -80px;
    position: relative;
    z-index: 1;
}

.model4-tag-i.cur {
    background: #005629;
    box-shadow: 0px 1px 41px 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px 3px 3px 3px;
    color: #fff;
}

.model4-tag-i {
    width: max-content;
    min-width: 3.59rem;
    height: .74rem;
    display: flex;
    align-items: center;
    padding: 0 .29rem;
    font-weight: 500;
    font-size: 20px;
    color: #656565;
    line-height: 37px;
    margin: .3rem 0;
}

.model4-tag-i>img {
    width: .38rem;
    margin-right: .37rem;
}

.model4-tag-i.cur>.i1,
.model4-tag-i>.i2 {
    display: none;
}


.model4-tag-i.cur>.i2 {
    display: block;
}

.model4-tag-con {
    width: 100%;
    height: 6.65rem;
    position: relative;
    padding: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.model4-tag-con-img {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.model4-tag-con-i {
    max-width: 4.34rem;
    width: 100%;
    display: none;
}

.model4-tag-con-i .t1 {
    font-weight: 400;
    font-size: 0.36rem;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.model4-tag-con-i .t2 {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    margin: 0.32rem 0 .43rem;
}

.public-banner>img {
    width: 100%;
    min-height: 5.50rem;
    object-fit: cover;
}

.about-b {
    padding: 1.2rem 0;
}

.about-b .row .left {
    width: 50%;
}

.about-b .row .right {
    width: 50%;
    padding-left: .58rem;
    font-weight: 500;
    font-size: 16px;
    color: #3E3E3E;
    line-height: 30px;
}


.public-bg {
    background: url(../images/icon40.png)no-repeat center center;
    background-size: cover;
}

.cooperative-b,
.cooperation-b {
    padding: 1.07rem 0 2rem;
}

.cooperation-i {
    width: 48%;
    padding: .43rem .65rem;
    background: #F5F5F5;
    border-radius: 5px;
    margin-bottom: .58rem;
    position: relative;
}

.cooperation-i:hover>.i2 {
    display: block;
}

.cooperation-i:hover>.i1,
.cooperation-i>.i2 {
    display: none;
}

.cooperation-i:hover {
    background: url(../images/icon58.png)no-repeat;
    background-size: 100% 100%;
}

.cooperation-i:hover * {
    color: #fff !important;
}

.cooperation-i:hover .cooperation-img {
    opacity: 1;
    visibility: visible;

}

.cooperation-img {
    position: absolute;
    right: 0;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
}

.cooperation-i {
    min-height: 3.65rem;
}

.cooperation-i>.t1 {
    font-weight: bold;
    font-size: 36px;
    color: #005629;
    line-height: 40px;
    margin: .2rem 0;
}

.cooperation-i>.t2 {
    font-weight: 500;
    font-size: 16px;
    color: #828282;
    line-height: 30px;
    position: relative;
    z-index: 2;
}

.cooperation-word {
    font-weight: 500;
    font-size: 16px;
    color: #828282;
    line-height: 30px;
}

.cooperation-word>img {
    margin-right: .11rem;
}

.cooperative-b .row .top .right,
.cooperative-b .row .top .left {
    width: 45%;
}

.cooperative-b .row .top .right .right-img {
    width: 100%;
}

.cooperative-b .row .top .left>img {
    margin-bottom: .19rem;
}

.cooperative-b .row .top .left>.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #3E3E3E;
    line-height: 30px;
}

.cooperative-b .row .top .right {
    position: relative;
}

.cooperative-b .row .top .right .right-img-show {
    position: absolute;
    right: 0;
    bottom: -95px;
}

.cooperative-b .row .bottom {
    width: 100%;
    padding: .26rem .42rem;
    background: #FFFFFF;
    box-shadow: 2px 1px 9px 14px rgba(0, 0, 0, 0.03);
    border-radius: 20px 20px 20px 20px;
    margin-top: 1.6rem;
    position: relative;
}


.cooperative-prev,
.cooperative-next {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.cooperative-prev {
    left: -15px;
}

.cooperative-next {
    right: -15px;
}


.cooperative-prev:hover>.i1,
.cooperative-next:hover>.i1,
.cooperative-prev>.i2,
.cooperative-next>.i2 {
    display: none;
}

.cooperative-prev:hover>.i2,
.cooperative-next:hover>.i2 {
    display: block;
}

.case-b .top {
    padding: 1rem 0;
}

.case-b .top .top-l {
    width: 60%;
    background: #FFFFFF;
    box-shadow: 2px 1px 29px 15px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 0px 0px;
}

.case-b .top .top-l .top-l-img {
    min-width: 50%;
}

.case-b .top .top-l .top-l-con {
    padding: 30px;
}

.case-b .top .top-l .top-l-con .t1 {
    font-weight: bold;
    font-size: 32px;
    color: #3D3D3D;
    line-height: 60px;
}

.case-b .top .top-l .top-l-con .t2 {
    font-weight: 500;
    font-size: 14px;
    color: #A6A6A6;
    line-height: 26px;
}

.case-b .top .top-l .top-l-con .t3 {
    font-weight: 500;
    font-size: 14px;
    color: #888888;
    line-height: 26px;
}

.case-b .top .top-l .top-l-con .t4 {
    min-width: 1.53rem;
    padding: 7px 30px;
    width: max-content;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    background: url(../images/icon38.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .3rem;
}

.case-b .top .top-r {
    width: 40%;
    padding-left: .58rem;
}

.case-b .top .top-r .top-r-img {
    width: 35%;
}

.case-b .top .top-r .top-r-con {
    width: 65%;
    padding-left: .3rem;
}

.case-b .top .top-r .top-r-con .t1 {
    font-weight: bold;
    font-size: 22px;
    color: #3D3D3D;
    line-height: 30px;
}

.case-b .top .top-r .top-r-con .t2 {
    font-weight: 500;
    font-size: 14px;
    color: #888888;
    line-height: 26px;
}


.case-b .top .top-r .top-r-i {
    padding-bottom: .37rem;
    margin-bottom: .36rem;
    border-bottom: 1px solid #ECECEC;
}

.case-b .top .top-r .top-r-i:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}


.case-b .case-list .case-list-i {
    margin-bottom: .77rem;
    display: flex;
}

.case-b .case-list {
    padding-bottom: 5%;
}


.case-list .top-l-img {
    width: 35%;
    height: auto !important;

}

.top-l-img>img {
    object-fit: cover;
}

.case-list .top-l-con {
    width: 65%;
    padding: .4rem;
    padding-left: .77rem;
    box-shadow: 2px 1px 29px 15px rgba(0, 0, 0, 0.04);
}


.case-list .top-l-con .t1 {
    font-weight: bold;
    font-size: 32px;
    color: #3D3D3D;
    line-height: 60px;
}

.case-list .top-l-con .t2 {
    font-weight: 500;
    font-size: 14px;
    color: #A6A6A6;
    line-height: 26px;
}

.case-list .top-l-con .t3 {
    font-weight: 500;
    font-size: 14px;
    color: #888888;
    line-height: 26px;
}

.case-list .top-l-con .t4 {
    min-width: 1.53rem;
    padding: 7px 30px;
    width: max-content;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    background: url(../images/icon38.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .3rem;
}

.case-list-i:hover * {
    color: #fff !important;
}

.case-list-i:hover {
    background: #005629 !important;
}

.contact-b {
    padding: 1.05rem 0 1.9rem;
}

.contact-b .row>.t1 {
    font-weight: 500;
    font-size: 18px;
    color: #202020;
    line-height: 34px;
    margin-bottom: .38rem;
}

.contacts-map-b {
    position: relative;
}

.contacts-map {
    width: 100%;
    height: 6.67rem;
}

.contacts-map-menu {
    position: absolute;
    top: 19px;
    right: 19px;
    z-index: 9;
    width: 100%;
    height: calc(100% - 38px);
    max-width: 3.5rem;
    background: rgba(0, 86, 41, 0.95);
    border-radius: 16px;
    padding: 20px;
    overflow: hidden;
}

.contacts-map-menu .top {
    cursor: pointer;
}

.contacts-map-menu .top>img {
    transition: all ease-out .4s;
}

.contacts-map-menu.cur .top>img {
    transform: rotate(180deg);
}

.contacts-map-menu .top>.t1 {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    margin-right: .16rem;
}

.contacts-map-menu .list {
    margin-top: .29rem;
    overflow-y: auto;
    padding-bottom: 30px;
    height: inherit;
}

.contacts-map-menu {
    max-height: 202px;
}

.contacts-map-menu.cur {
    max-height: none !important;
}

.contacts-map-menu .list .list-i,
.contacts-map-menu .list {
    width: 100%;
}

.contacts-map-menu .list .list-i {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    display: flex;
}

.contacts-map-menu .list .list-i span {
    width: 31%;
}

.contacts-map-menu .list .list-i span:first-child {
    width: 25%;
}

.case-detail-b .info .info-top {
    padding: .73rem 0 .19rem;
    border-bottom: 1px solid #B8B8B8;
}

.case-detail-b .info .info-top .t1 {
    font-weight: bold;
    font-size: 32px;
    color: #3D3D3D;
    line-height: .6rem;
}

.case-detail-b .info .info-top .t2 span {
    margin-right: .63rem;
    font-weight: 500;
    font-size: 16px;
    color: #5B5B5B;
    line-height: 30px;
}

.case-detail-b .info .info-con {
    padding: .58rem 0;
}

.case-detail-b .info .info-con .t1 {
    font-weight: 500;
    font-size: 16px;
    color: #424242;
    line-height: 30px;
}


.case-detail-b .info .info-con img {
    display: block;
    width: max-content;
    margin: auto;
}


.case-detail-b .info .info-page {
    width: 100%;
    padding-bottom: .49rem;
}

.case-detail-b .info .info-page>.items {
    font-weight: 500;
    font-size: 16px;
    color: #727272;
    line-height: 30px;
}

.case-detail-b .case-recommend>.t1 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    display: flex;
    align-items: center;
    word-break: keep-all;
    margin-bottom: .49rem;
}


.case-detail-b .case-recommend>.t1::after {
    width: 100%;
    height: 1px;
    content: '';
    display: block;
    background: #B8B8B8;
    margin-left: .12rem;
}

.case-recommend-item-img {
    width: 35%;
}

.case-recommend-item-con {
    width: 65%;
    padding-left: .43rem;
}

.case-recommend-item-con .t1 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}

.case-recommend-item-con .t2 {
    font-weight: bold;
    font-size: 14px;
    color: #9D9D9D;
    line-height: 26px;
    margin: .1rem 0;
}

.case-recommend-item-con .t3 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.case-recommend-item-i {
    margin-bottom: .3rem;
}

.case-recommend {
    padding-bottom: 1rem;
}

.home-model3 .row .left .right-page {
    display: none;
}

/* new */








.pages {
    overflow: hidden;
    margin: 2% auto;
    padding-bottom: 1.25rem;
}

.pages a {
    font-size: 16px;
    color: #636363;
    font-weight: normal;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    margin: 0 .1rem;
    border-radius: .04rem;
    text-align: center
}

.pages a:hover,
.pages a.active {
    font-size: 16px;
    color: #005629;
    font-weight: normal;
}

.pages a:hover .i1,
.pages a .i2 {
    display: none;
}

.pages a:hover .i2 {
    display: block;
}

.footer {
    background-repeat: no-repeat;
    background-image: url("../images/bg-footer.png");
    content: "";
    display: block;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    padding-bottom: 2%;
    position: relative;
    z-index: 4
}

.footer-top {
    height: 1rem;
    background: #005629
}

.footer-top .wrap {
    height: 100%;
}

.footer-top-left a {
    color: #fff;
    margin-right: 2%
}

.footer-top-left a:last-child {
    margin-right: 0
}

.footer-top-left .friend-link {
    color: #fff;
    border: 0 none;
    padding: 0
}

.footer-top-center {
    margin-top: -0.43rem
}

.footer-top-right a {
    color: #fff;
    font-size: .16rem
}

.footer-top-right .tel {
    font-weight: bold
}

.footer-top-right .tel::before {
    margin-right: .05rem;
    background-repeat: no-repeat;
    background-image: url("../images/icon-tel.png");
    content: "";
    display: block;
    -o-background-size: 100%;
    background-size: 100%;
    width: .21rem;
    height: .21rem
}

.footer-top-right .mail {
    margin-left: 5%
}

.footer-top-right .mail::before {
    margin-right: .05rem;
    background-repeat: no-repeat;
    background-image: url("../images/icon-email.png");
    content: "";
    display: block;
    -o-background-size: 100%;
    background-size: 100%;
    width: .21rem;
    height: .15rem
}

.footer-center {
    margin: 2% auto
}

.footer-center dl {
    margin: 0 .2rem
}

.footer-center dl img {
    width: 1.2rem;
    height: 1.2rem
}

.footer-center dl dd {
    margin-top: .1rem;
    font-size: .16rem;
    color: #bebfbf;
    font-weight: normal
}

.footer-btm {
    border-top: 1px solid #e3e4e5;
    padding-top: 2%
}

.footer-btm a {
    font-size: .16rem;
    color: #bebfbf;
    font-weight: normal;
    display: block;
    text-align: center;
    line-height: .24rem
}

.main-nav-m {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 9;
    max-width: 4.67rem;
    width: 100%;
    margin: auto;
}

.thr3 {
    display: none;
    padding-left: 20px
}

.thr3 a {
    line-height: 30px;
    display: block;
}

.main-nav-m .title {
    position: relative;
    height: .8rem;
    line-height: .8rem;
    padding: 0 10vw;
    background: url(../images/bg-006.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    border-bottom: none
}

.main-nav-m .title strong {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 7vw
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-nav-m .title i::before {
    left: 46%;
    -moz-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    -o-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
    right: 46%;
    -moz-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    -o-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
    -moz-transform: rotate(40deg) scaleY(1.5);
    -ms-transform: rotate(40deg) scaleY(1.5);
    -o-transform: rotate(40deg) scaleY(1.5);
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
    -moz-transform: rotate(-40deg) scaleY(1.5);
    -ms-transform: rotate(-40deg) scaleY(1.5);
    -o-transform: rotate(-40deg) scaleY(1.5);
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m>ul {
    display: none;
    position: absolute;
    top: .8rem;
    width: 100%;
    padding: 0 10px;
    background-color: rgba(0, 86, 41, .8);
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.main-nav-m ul>li {
    -moz-animation: ReturnToNormal .5s both;
    -o-animation: ReturnToNormal .5s both;
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul>li>a {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul>li a {
    color: #fff;
}

.cooperative-swiper .cooperative-swiper-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cooperative-swiper .cooperative-swiper-img>img {
    width: auto;
    display: block;
    object-fit: contain;
}

@media(max-width: 1500px) {

    .case-b,
    .case-detail-b,
    .home-box,
    .home-box1,
    .cooperative-b,
    .cooperation-b,
    .contact-b,
    .about-b {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 1440px) {
    .home-model4 .row .right {
        width: 70%;
    }
}

@media(max-width: 1280px) {
    .home-model1 .row .right {
        width: 60%;
    }

    .home-model1 .row .left>img {
        margin-left: -50px;
    }

}

@media(max-width: 1200px) {
    .case-list .top-l-con {
        padding-left: .5rem;
    }

    .case-b .top .top-r,
    .about-b .row .right {
        padding-left: 0;
    }

    .case-b .top,
    .about-b .row {
        display: block;
    }

    .case-b .top .top-r,
    .cooperative-b .row .top .right {
        margin-top: 20px;
    }

    .case-b .top .top-l,
    .case-b .top .top-r,
    .about-b .row .right,
    .about-b .row .left,
    .cooperative-b .row .top .right,
    .cooperative-b .row .top .left {
        width: 100%;
    }

    .cooperative-b .row .top {
        display: block;
    }

    .case-b .top {
        padding: .5rem 0px;
    }

    .about-b,
    .cooperative-b,
    .cooperation-b {
        padding: .5rem 20px;
    }

    .model3-swiper-i .imgs>img {
        min-height: auto;
    }

    .model4-tag-i {
        margin: .2rem 0;
    }

    .home-model3 .row .right .right-page {
        display: none;
    }

    .home-model3 .row .left .right-page {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .home-model3 .row .left .right-page>div {
        margin: 0 10px;
    }

    .home-model1 .row .right .right-info .public-more {
        margin: auto;
        display: block;
    }

    .public-type {
        margin-bottom: 20px;
    }

    .public-type .title {
        padding-top: 0;
    }

    .public-type .title .t1 {
        font-size: 60px;
        line-height: 67px;
        writing-mode: lr;
        margin-top: 0.17rem;
    }

    .home-model4 .row .right,
    .home-model3 .row .left,
    .home-model2 .row .right {
        width: 100%;
    }

    .home-model3 .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .home-model4 .row,
    .home-model1 .row .right,
    .home-model2 .row {
        display: block;
    }

    .home-model1 .row .right .right-info {
        max-width: none;
        padding-top: 0;
    }

    .home-model4,
    .home-model3,
    .home-model2,
    .home-model1 {
        padding: .5rem 0px;
    }

    .home-model1 .row .left>img {}

    .product-top-l {
        width: 50%;
    }

    .product-b .row {
        padding: 0.5rem .4rem;
    }

    .public-banner .public-title {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-15%) translateX(-50%);
        -moz-transform: translateY(-15%) translateX(-50%);
        -ms-transform: translateY(-15%) translateX(-50%);
        -o-transform: translateY(-15%) translateX(-50%);
        transform: translateY(-15%) translateX(-50%);
    }

    .public-banner>img {
        min-height: 4rem;
    }

    .information-b {
        padding: .5rem 0;
    }

    .information-list-i {
        margin-bottom: .5rem;
    }

    .information-list-con>.t3 {
        margin: .2rem 0;
    }

    .information-list-con {
        padding-top: .3rem;
    }

    .information-list-con>.t2 {
        margin-top: .2rem;
    }

    .home-model2-row.cur {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-model2-type {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .home-model1 .row .left>.t1 {
        line-height: 2.25;
    }

    .home-model1 .row .right {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }

    .home-model1 .row .right,
    .home-model1 .row .left {
        width: 100%;
    }

    .home-model1 .row {
        display: block;
    }

    .home-banner-img {
        height: 100vh;
    }

    .home-banner-img.pc {
        display: none;
    }

    .home-banner-img.h5 {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .news-detail {
        margin-top: 15%
    }

    .news-detail-title {
        font-size: .26rem
    }

    .news-detail-from {
        font-size: .2rem
    }

    .news-detail-richtext {
        font-size: .2rem
    }

    .header-right {
        display: none !important
    }

    .header-right-nav {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .footer-top {
        display: none
    }
}


@media(max-width: 1024px) {
    .case-list .top-l-con {
        padding: 20px;
    }

    .case-b .case-list .case-list-i {
        margin-bottom: .4rem;
    }

    .case-b .top .top-r .top-r-con {
        padding-left: 0;
        margin-top: 20px;
    }

    .case-list .top-l-con,
    .case-list .top-l-img,
    .case-b .top .top-r .top-r-con,
    .case-b .top .top-r .top-r-img {
        width: 100%;
    }

    .case-b .case-list .case-list-i,
    .case-b .top .top-r .top-r-i,
    .case-b .top .top-l {
        display: block;
    }

    .case-detail-b .info .info-con {
        padding: .5rem 0;
    }

    .case-detail-b .info .info-top {
        padding-top: .5rem;
    }

    .case-recommend {
        padding-bottom: .5rem;
    }

    .about-b .row .left>img {
        margin-left: -50px;
    }

    .cooperation-i {
        width: 48%;
        padding: 0.4rem;
    }

    .case-detail-b .info .info-top .t1,
    .cooperation-i>.t1 {
        font-size: 30px;
    }

    .public-type .title .t1 {
        font-size: 40px;
        margin-top: 0.1rem;
    }

    .model3-swiper-i .t1 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width: 768px) {
    .pages {
        padding-bottom: .5rem;
    }

    .case-list .top-l-con .t4,
    .case-b .top .top-l .top-l-con .t4 {
        margin: auto;
        margin-top: 20px;
    }

    .case-b .top .top-l .top-l-con {
        padding: 20px;
    }

    .case-b .top .top-r .top-r-con .t1 {
        font-size: 20px;
    }

    .case-b .top .top-l .top-l-con .t1,
    .case-list .top-l-con .t1 {
        font-size: 20px;
        line-height: 40px;
    }

    .case-detail-b .info .info-page>.items {
        margin-bottom: 10px;
    }

    .case-detail-b .info .info-page {
        display: block;
    }

    .case-recommend-item-con .t2 {
        line-height: 24px;
    }

    .case-recommend-item-con .t1 {
        line-height: 26px;
    }

    .case-recommend-item-con,
    .case-recommend-item-img {
        width: 100%;
    }

    .case-recommend-item-con {
        padding-left: 0;
        margin-top: 20px;
    }

    .case-recommend-item-i {
        display: block;
        margin-bottom: 20px;
    }

    .case-detail-b .info .info-top .t1 {
        font-size: 22px;
    }

    .cooperative-b .row .top .left>.t1 {
        line-height: 28px;
    }

    .cooperative-b .row .top .left>img {
        width: .41rem;
    }

    .cooperative-b .row .bottom {
        margin-top: 1.2rem;
    }

    .cooperative-b .row .top .right .right-img-show {
        width: 1.5rem;
    }

    .contacts-map-menu {
        padding: 15px;
    }

    .contacts-map-menu .list {
        margin-top: .2rem;
    }

    .contact-b .row>.t1 {
        line-height: 30px;
    }

    .contact-b {
        padding: .5rem 20px;
    }

    .cooperation-i {
        margin-bottom: 40px;
    }

    .cooperation-img {
        width: 1rem;
    }

    .cooperation-i>.i2,
    .cooperation-i>.i1 {
        width: .35rem;
        min-width: .35rem;
    }

    .cooperation-i {
        width: 100%;
    }

    .cooperation-i>.t1 {
        font-size: 20px;
        line-height: 30px;
    }

    .home-model2 .row .right .t1 {
        line-height: 28px;
    }

    .model3-swiper-i .t3 {
        line-height: 24px;
    }

    .model4-tag-con-i {
        width: 90%;
        margin: auto;
        max-width: none;
    }

    .model4-tag-con-img {
        position: absolute;
        right: 0;
        width: 1rem;
        bottom: -40px;
        object-fit: contain;
    }

    .home-model2 .row .right::after {
        width: 1.5rem;
        height: 2rem;
    }

    .model4-tag {
        margin-right: 0;
    }

    .model4-tag-i {
        width: 100%;
        margin: .1rem 0;
        font-size: 16px;

    }

    .home-model4 .row .right {
        display: block;
    }

    .home-model4,
    .home-model3,
    .home-model2,
    .home-model1 {
        padding: 0.4rem 0px;
    }

    .model4-tag-i>img {
        margin-right: .2rem;
    }

    .public-type .title .t1 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 0.1rem;
    }

    .home-model2-type.h5 {
        display: block !important;
    }

    .home-model2-type.pc {
        display: none !important;
    }


}

@media(max-width: 580px) {
    .about-b .row .left>img {
        margin-left: -20px;
    }

    .cooperative-b .row .top .right .right-img-show {
        bottom: -60px;
    }

    .contacts-map-menu {
        max-height: 150px;
    }

    .home-model1 .row .left>img {
        margin-left: -20px;
    }
}

.swiper-pagination-bullet-active {
    background: #005629
}

.animation {
    visibility: hidden;
    opacity: 0
}

.text-line1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-line2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-line4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-line5 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.text-line6 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.text-line7 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.text-line8 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.trans-up {
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.trans-up:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.fadel,
.fader,
.fadeup,
.fadez {
    visibility: visible
}

.fadeup {
    -moz-animation: slideInUp ease-out .8s forwards;
    -o-animation: slideInUp ease-out .8s forwards;
    animation: slideInUp ease-out .8s forwards;
    -webkit-animation: slideInUp ease-out .8s forwards
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes slideInUp {
    from {
        -moz-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -moz-transform: none;
        transform: none
    }
}

@-o-keyframes slideInUp {
    from {
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -o-transform: none;
        transform: none
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 50%, 0);
        -moz-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fadel {
    -moz-animation: slideInLeft ease-out .8s forwards;
    -o-animation: slideInLeft ease-out .8s forwards;
    animation: slideInLeft ease-out .8s forwards;
    -webkit-animation: slideInLeft ease-out .8s forwards
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes slideInLeft {
    from {
        -moz-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        -moz-transform: none;
        transform: none
    }
}

@-o-keyframes slideInLeft {
    from {
        transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        -o-transform: none;
        transform: none
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fader {
    -moz-animation: slideInRight ease-out .8s forwards;
    -o-animation: slideInRight ease-out .8s forwards;
    animation: slideInRight ease-out .8s forwards;
    -webkit-animation: slideInRight ease-out .8s forwards
}

@-webkit-keyframes slideInRight {
    from {
        transform: translate3d(50%, 0, 0);
        -webkit-transform: translate3d(50%, 0, 0);
        -moz-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes slideInRight {
    from {
        transform: translate3d(50%, 0, 0);
        -webkit-transform: translate3d(50%, 0, 0);
        -moz-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -moz-transform: none;
        transform: none
    }
}

@-o-keyframes slideInRight {
    from {
        transform: translate3d(50%, 0, 0);
        -webkit-transform: translate3d(50%, 0, 0);
        -moz-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -o-transform: none;
        transform: none
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(50%, 0, 0);
        -webkit-transform: translate3d(50%, 0, 0);
        -moz-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none
    }
}

@-webkit-keyframes comeback {
    0% {
        left: 0px;
    }

    50% {
        left: 5px;
    }

    100% {
        left: 0px;
    }
}

@-moz-keyframes comeback {
    0% {
        left: 0px;
    }

    50% {
        left: 5px;
    }

    100% {
        left: 0px;
    }
}

@-o-keyframes comeback {
    0% {
        left: 0px;
    }

    50% {
        left: 5px;
    }

    100% {
        left: 0px;
    }
}

@keyframes comeback {
    0% {
        left: 0px;
    }

    50% {
        left: 5px;
    }

    100% {
        left: 0px;
    }
}