@font-face {
    font-family: AlimamaDongFangDaKai;
    src: url(../css/AlimamaDongFangDaKai-Regular.otf);
}

* {
    margin: 0;
    padding: 0
}

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;
    background: #fff;
    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;
    height: .56rem;
    text-align: center;
    line-height: 1.04rem;
    padding: 0 .1rem;
    position: relative;
    margin: 0 .1rem
}

.header-right a:hover,
.header-right a.active {
    color: #005629
}

.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;
    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
}

/* new */
.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;
}

.public-tobody {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.home-model1 {
    padding: .95rem 0;
    position: relative;
}

.home-model1::after {
    width: 4.5rem;
    height: 2.4rem;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: 0;
    bottom: 5%;
    content: '';
    background: url(../images/bg-03.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.home-model1 .row .left {
    width: 45%;
}

.home-model1 .row .right {
    width: 50%;
}

.home-model1 .row .right>img {
    -o-object-fit: contain;
    object-fit: contain;
}

.home-model1 .row .left>.t1 {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, .9);
    line-height: 36px;
    margin: .42rem 0 .39rem;
}

.public-title .a {
    display: block;
    margin-right: .2rem;
}

.public-title .b>.t1 {
    font-weight: 400;
    font-family: AlimamaDongFangDaKai;
    font-size: .38rem;
    line-height: .38rem;
    color: #005629;
}

.public-title .b>.t2 {
    min-width: 3.2rem;
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 86, 41, .8);
    background: url(../images/bg-05.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 30px 0 .12rem;
    padding-right: .98rem;
}

.public-more {
    font-weight: 400;
    font-size: 18px;
    color: #005629;
}

.public-more>img {
    margin-left: 9px;
    position: relative;
    -webkit-animation: comeback 1s infinite;
    -moz-animation: comeback 1s infinite;
    -o-animation: comeback 1s infinite;
    animation: comeback 1s infinite;

}

.home-model2 {
    padding: .62rem 0 1rem;
}

.home-model3 {
    padding-bottom: 1.5rem;
}

.home-model2 .row .top {
    width: 100%;
}

.home-model2-type {
    width: 100%;
    margin: .7rem 0;
}

.home-model2-type.h5 {
    display: none;
}

.home-model2-type-i {
    min-width: 240px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: .12rem .55rem;
    font-weight: 400;
    font-size: 20px;
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    text-align: center;
}

.home-model2-type-i:hover {
    color: #005629;
}

.home-model2-type-i.cur {
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    background: url(../images/bg-06.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.home-model2-row {
    margin-left: -20px;
    display: none;
}

.home-model2-row.cur {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.home-model2-row-i {
    width: -webkit-calc(100% / 4);
    width: -moz-calc(100% / 4);
    width: calc(100% / 4);
    padding-left: 20px;
}

.home-model2-row-i:hover>.row {
    -webkit-box-shadow: 0px 0px 35px 0px rgba(41, 108, 94, 0.2);
    box-shadow: 0px 0px 35px 0px rgba(41, 108, 94, 0.2);
}

.home-model2-row-i>.row {
    height: 100%;
    display: block;
    background: #fff;
    padding: 0 0 .6rem 0;
    position: relative;
    -webkit-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.home-model2-row-i>.row::before {
    width: .72rem;
    height: .72rem;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.36rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/bg-08.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    transition: all ease-out .5s;
    z-index: 1;
}

.home-model2-row-i>.row::after {
    width: 0%;
    height: 3px;
    background: #005629;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all ease-out .4s;
    -o-transition: all ease-out .4s;
    -moz-transition: all ease-out .4s;
    transition: all ease-out .4s;
}

.home-model2-row-i:hover>.row::after {
    width: 100%;
}

.home-model2-row-i:hover>.row::before {
    visibility: visible;
    opacity: 1;
}

.home-model2-row-i>.row .row-img {
    max-height: 3.3rem;
    padding: 20px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-model2-row-i>.row .row-img>img {
    width: auto !important;
    height: auto !important;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.home-model2-row-i>.row .row-con {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding: 0 20px;
}

.home-model3-a {
    padding: 10px;
    border: 1px solid rgba(0, 86, 41, .15);
    margin: .33rem 0 .75rem;
}

.home-model3-a-con {
    width: -webkit-calc(100% - 4.8rem);
    width: -moz-calc(100% - 4.8rem);
    width: calc(100% - 4.8rem);
    background: #fff;
    padding: .4rem .4rem .4rem .64rem;
}

.home-model3-a-con .row .info {
    width: 100%;
    padding: .31rem 0 0;
}

.home-model3-a-con .row .info>.t1 {
    font-weight: 600;
    font-size: 18px;
    color: #212121;
}

.home-model3-b-i .info>.t1::after,
.home-model3-a-con .row .info>.t1::after {
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    content: '';
    display: block;
    margin: .24rem 0 .26rem;
}

.home-model3-a-con .row .info>.t2 {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 30px;
}

.home-model3-a-con .row .info>.t3 {
    font-weight: 400;
    font-size: 14px;
    color: #005629;
    margin-top: .44rem;
}

.home-model3-a-img {
    width: auto;
}

.home-model3-a-con .row .day {
    min-width: 80px;
    margin-left: .42rem;
}

.home-model3-a-con .row .day>.t1 {
    font-weight: 600;
    font-size: 40px;
    color: #212121;
    text-align: center;
}

.home-model3-a-con .row .day>.t2 {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    text-align: center;
    margin-top: 10px;
}

.home-model3-b-i .day {
    min-width: 70px;
    margin-right: .23rem;
}

.home-model3-b-i .day .t1 {
    font-weight: 600;
    font-size: .4rem;
    line-height: .4rem;
    color: #212121;
    text-align: center;
}

.home-model3-b-i .day .t2 {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    margin-top: 10px;
    text-align: center;
}

.home-model3-b-i .info {
    width: 100%;
}

.home-model3-b-i .info>.t1 {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    line-height: 26px;
}


.home-model3-b-i .info>.t1::after {
    margin: .14rem 0 .24rem;
}

.home-model3-b-i .info>.t2 {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 26px;
}

.home-model3-b-i .info>.t3 {
    font-weight: 400;
    font-size: 14px;
    color: #005629;
    margin-top: .24rem;
}

.home-model3-b::after {
    width: 31%;
    content: '';
}

.home-model3-b-i {
    width: 31%;
}

.public-banner {
    position: relative;
    padding-top: 1rem;
}

.public-banner>img {
    width: 100%;
    min-height: 4rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.public-banner .public-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.public-nav-title {
    width: auto;
    background: url(../images/bg-121.png)no-repeat;
    background-position: left;
    padding-left: .53rem;
}

.public-nav-title>.t1 {
    font-weight: 400;
    font-family: AlimamaDongFangDaKai;
    font-size: 32px;
    color: #005629;
}

.public-nav-title>.t2 {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 86, 41, .8);
    margin-left: .12rem;
}

.business-b .business-i {
    padding: .59rem 0 0;
}

.business-b .business-i.a::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8.5rem;
    height: 6rem;
    content: '';
    background: url(../images/bg-13.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.business-b .business-i.a::after {
    position: absolute;
    right: 0;
    bottom: -50%;
    width: 8.5rem;
    height: 6rem;
    content: '';
    background: url(../images/bg-14.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
}

.business-img,
.business-con {
    width: 45%;
}

.business-con {
    font-weight: 600;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 36px;
}

.business-con strong {
    display: contents;
    color: rgba(0, 86, 41, .9);
}

.business-con .t1 {
    display: contents;
}

.business-b .business-i .row {
    padding-top: .5rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.business-i-img {
    margin-top: .36rem;
    margin-bottom: 1rem;
}

.business-i-img>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.information-menu-i {
    width: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    height: 46px;
    font-weight: 500;
    font-size: 20px;
    padding: 0 70px;
    color: rgba(0, 0, 0, .8);
    line-height: 46px;
}

.information-b {
    padding: .62rem 0 1rem;
}

.information-menu-i.cur {
    background: url(../images/bg-06.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}

.recent-list {
    margin-left: -20px;
}

.information-list {
    margin-top: .6rem;
}

.information-list::after {
    width: 31%;
    content: '';
}

.information-list-img {
    height: auto;
    min-height: 2.86rem;
}

.information-list-i {
    width: 31%;
    margin-bottom: .9rem;
}

.information-list-i:hover .information-list-con>.t2 {
    color: #005629;
}

.information-list-con {
    padding-top: .43rem;
}

.information-list-con>.t1 {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
}

.information-list-con>.t2 {
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    line-height: 28px;
    margin-top: .28rem;
}

.information-list-con>.t2::after {
    width: 100%;
    height: 1px;
    background: rgba(0, 86, 41, .15);
    margin-top: .14rem;
    content: '';
    display: block;
}

.information-list-con>.t3 {
    font-weight: 400;
    font-size: 14px;
    color: #787878;
    line-height: 26px;
    margin: .24rem 0;
}

.information-list-con>.t4 {
    font-weight: 400;
    font-size: 14px;
    color: #005629;
}

.news-detail {
    padding: 8% 0;
}

.news-detail-title {
    font-size: .3rem;
    color: #005629;
    font-weight: bold
}

.news-detail-from {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .16rem;
    color: #787878;
    font-weight: normal;
    line-height: .3rem;
    margin-top: .2rem
}

.news-detail-from p {
    margin: 0 .1rem
}

.news-detail-line {
    background-repeat: no-repeat;
    background-image: url("../images/bg-12.png");
    content: "";
    display: block;
    -o-background-size: 100%;
    background-size: 100%;
    width: 100%;
    height: .2rem;
    margin: .3rem auto .6rem
}

.news-detail-richtext {
    font-size: .16rem;
    color: #161616;
    font-weight: normal;
    line-height: .36rem
}

.news-detail-richtext img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.news-detail-pages {
    background: #F9F9F9;
    margin-top: .6rem;
    padding: .32rem .46rem
}

.news-detail-pages-left {
    width: -webkit-calc(100% - 2.2rem);
    width: -moz-calc(100% - 2.2rem);
    width: calc(100% - 2.2rem)
}

.news-detail-pages-left a {
    font-size: .16rem;
    color: #616161;
    font-weight: bold;
    line-height: .36rem
}

.news-detail-pages-left a:hover {
    color: #005629 !important;
}

.news-detail-pages-left a b {
    width: .7rem
}

.news-detail-pages-left a p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: -webkit-calc(100% - .7rem);
    width: -moz-calc(100% - .7rem);
    width: calc(100% - .7rem)
}

.news-detail-pages-right {
    background-repeat: no-repeat;
    background-image: url("../images/bg-return.png");
    content: "";
    display: block;
    -o-background-size: 100%;
    background-size: 100%;
    width: 1.72rem;
    height: .5rem;
    font-size: .16rem;
    color: #005629;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-detail-pages-right>img {
    margin-right: .07rem;
}

.advantage-b {
    padding: .7rem 0;
}

.advantage-img {
    max-width: 3.42rem;
    -webkit-transition: all ease-out .6s;
    -o-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    transition: all ease-out .6s;
}

.advantage-i:hover .advantage-img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.advantage-con {
    width: -webkit-calc(100% - 6rem);
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    padding-left: .53rem;
}

.advantage-con>.t2 {
    font-weight: 400;
    font-size: 16px;
    color: #787878;
    line-height: 30px;
}

.advantage-con>.t2::before {
    width: 100%;
    height: 1px;
    background: rgba(0, 86, 41, .15);
    content: '';
    display: block;
    margin: .33rem 0 .4rem;
}

.advantage-con>.t1 {
    font-weight: 600;
    font-size: 24px;
    color: #005629;
}

.advantage-con>.t1>img {
    margin-right: .14rem;
}

.advantage-i {
    width: auto;
    margin-bottom: .38rem;
}

.advantage-b .row .advantage-i:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.information-list .home-model2-row-i {
    margin-bottom: .6rem;
}

.product-b {
    padding: 8% 0;
}

.product-b .row {
    overflow: hidden;
    background: #fff;
    padding: .6rem .8rem;
    -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.08);
}

.product-top-l {
    width: 45%;
}

.product-d-swiper-b,
.product-d-swiper2 {
    width: 100%;
}

.product-d-swiper {
    width: 85%;
    margin: auto;
}

.product-d-swiper-b {
    position: relative;
    margin-top: .35rem;
}

.product-d-swiper2-img {
    width: 4.20rem;
    height: 4.20rem;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #F0F0F0;
    padding: 20px;
    margin: auto;
}

.product-d-swiper2-img>img {
    width: auto;
    height: auto;
    margin: auto !important;
    max-height: 3.9rem;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-d-swiper-img {
    width: 0.8rem;
    height: 0.73rem;
    border: 0.01px solid #E7E7E7;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.product-d-swiper-img img {
    width: auto;
    height: auto;
}

.product-detail-next,
.product-detail-prev {
    width: .3rem;
    height: .3rem;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-detail-next {
    left: auto;
    right: 0;
}

.product-d-swiper-b .swiper-slide.swiper-slide-thumb-active .product-d-swiper-img {
    border-color: #00943A !important;
}

.product-d-swiper-img {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-d-swiper-img img {}

.product-top-r {
    width: 45%;
}

.product-top-r>.title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3D3D3D;
    padding-bottom: .29rem;
    margin-bottom: .29rem;
    border-bottom: 1px solid #EAEAEA;
}

.product-top-r-con .product-top-r-con-i {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    line-height: .48rem;
}

.product-top-r-con-i>.info {
    font-size: 18px;
    font-weight: bold;
    color: #DB261F;
}

.product-top-title {
    display: none;
}

.product-con-t-c {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 50px;
    background: #005629;
    border-radius: 10px 0px 10px 0px;
    padding: 0 45px;
    line-height: 50px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.product-con-t {
    position: relative;
    margin: .8rem 0 .7rem 0;
    border-bottom: 1px solid #D8D8D8;
}

.product-con-t::after {
    position: absolute;
    width: .31rem;
    height: .17rem;
    right: 0;
    bottom: -6px;
    content: '';
    background: url(../images/icon-product-nav.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.product-con .news-detail-page {
    margin: auto;
    margin-top: .3rem;
}

.product-con {
    margin-top: 1rem;
}

.product-con .public-nav-title::after {
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
    height: 1px;
    display: block;
    content: '';
    background: rgba(0, 86, 41, .2);
    margin-left: .4rem;
}

.product-con-c {
    padding: .3rem .6rem;
}

.product-con-c-i>.t1 {
    font-weight: 500;
    font-size: 18px;
    color: #005629;
    line-height: 34px;
    margin-bottom: 10px;
}

.product-con-c-i>.t2 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}

.product-con-c-i {
    margin-bottom: .8rem;
}

.product-con-c-i p img {
    display: block;
    margin: auto;
}

.product-con-c-i-row-i {
    margin-right: .2rem;
}

.product-con-c-i-row-img {
    display: block;
}

.product-con-c-i-row-img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-con-c-i-row-i>.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-top: .24rem;
    padding: 0 20px;
    text-align: center;
}

.product-con-c-i-row {
    margin-top: 10px;
}

.new-logo {
    position: fixed;
    top: 30%;
    margin-left: -179px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.new-logo.add {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.news-detail-page-l-prev,
.news-detail-page-l-next {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    margin: 3% 0;
    display: block;
}

.news-detail-page {
    margin: 0 4%;
    background: #F9F9F9;
    padding: 2% 4%;
}

.news-detail-page-r {
    max-width: 170px;
    width: 100%;
    height: 48px;
    background: url(../images/bg-return.png)no-repeat;
}

.news-detail-page-r>.title {
    font-size: 14px;
    font-weight: 400;
    color: #005629;
    margin-left: 7px;
}

.public-bg {
    background: url(../images/bg-25.png)no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.information-menu-c {
    margin-top: .7rem;
    border-bottom: 1px solid rgba(0, 86, 41, .2);
}

.information-menu-c-i {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    padding: 0 .8rem;
}

.information-menu-c-i span {
    position: relative;
    display: block;
    height: 100%;
    padding: .21rem 0;
}

.information-menu-c-i span::after {
    width: 100%;
    height: 2px;
    background: #005629;
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.information-menu-c-i:hover,
.information-menu-c-i.cur {
    color: #005629;
}

.information-menu-c-i.cur span::after {
    display: block;
}


.cooperation-b {
    padding: .7rem 0 1rem;
}

.cooperation-i {
    width: 45%;
    margin-bottom: 1rem;
}

.cooperation-img {
    margin-top: .47rem;
}

.cooperation-img>img {
    width: 100%;
    height: 100%;
}

.cooperation-con {
    padding: .38rem .15rem;
}

.cooperation-con-i {
    margin-bottom: .39rem;
    font-weight: 500;
    font-size: 16px;
    color: #005629;
}

.cooperation-con-i:last-child {
    margin-bottom: 0;
}

.cooperation-con-i>em {
    margin: 0 .21rem;
}


.bottom-map .left {
    width: 55%;
}

.contacts-map {
    width: 100%;
    height: 100%;
}

.cooperation-b .row .bottom-map {
    margin-top: .49rem;
    padding-bottom: .6rem;
}

.bottom-map .right {
    width: 45%;
    padding: 1.1rem .84rem;
    background: url(../images/bg-24.png)no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

.bottom-map .right .row .row-i {
    margin-bottom: .4rem;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.bottom-map .right .row .row-i>em {
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, .2);
    margin: 0 20px;
}

.bottom-map .right .row .row-i:last-child {
    margin-bottom: 0;
}

.procurement-b .top {
    padding: 0 .3rem;
}

.procurement-b {
    padding: .86rem 0;
}

.procurement-b .bottom .bottom-i p:first-child,
.procurement-b .top .top-i:first-child {
    width: 20%;
}

.procurement-b .bottom .bottom-i p:nth-child(2),
.procurement-b .top .top-i:nth-child(2) {
    width: 80%;
}

.procurement-b .top,
.procurement-b .bottom .bottom-i {
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
}

.procurement-b .bottom .bottom-i .t1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

.procurement-b .bottom-b {
    margin-bottom: .8rem;
}

.procurement-b .bottom-b .bottom-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: auto;
    padding: 12px 50px;
    background: #005629;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

.procurement-b .bottom {
    padding: .48rem .3rem .54rem;
    border-bottom: 1px solid #E6E6E6;
}

/* new */

.pages {
    overflow: hidden;
    margin: 2% auto
}

.pages a {
    font-size: .16rem;
    color: #636363;
    font-weight: normal;
    width: .36rem;
    height: .36rem;
    line-height: .36rem;
    display: block;
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 0 .1rem;
    border-radius: .04rem;
    text-align: center
}

.pages a:hover,
.pages a.active {
    font-size: .16rem;
    color: #fff;
    font-weight: normal;
    border: 1px solid #005629;
    background: #005629
}

.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-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;
}

@media(max-width: 1400px) {
    .product-b .row {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }

    .product-b {
        padding-top: 130px;
    }

    .information-list-img {
        min-height: auto;
    }

    .advantage-b,
    .cooperation-b,
    .business-i-img,
    .business-b .business-i .row,
    .public-banner .public-title,
    .information-list,
    .home-model2,
    .home-model1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-model1 .row {
        position: relative;
        z-index: 3;
    }
}

@media(max-width: 1200px) {
    .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: -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;
    }

    .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) {
    .main-nav-m {
        display: block;
    }

    .information-menu {
        display: none !important;
    }

    .product-top-r {
        width: 100%;
        margin-top: 20px;
    }

    .product-top-l {
        width: 55%;
        margin: auto;
    }

    .product-top {
        display: block;
    }

    .advantage-con>.t2::before {
        margin: 0.3rem 0;
    }

    .advantage-con {
        width: -webkit-calc(100% - 4rem);
        width: -moz-calc(100% - 4rem);
        width: calc(100% - 4rem);
        padding-left: 0.5rem;
    }

    .advantage-img {
        max-width: 3rem;
    }

    .cooperation-con-i {
        margin-bottom: .3rem;
    }

    .cooperation-img {
        margin-top: .3rem;
    }

    .bottom-map .right {
        padding: .5rem;
    }

    .contacts-map {
        height: 5rem;
    }

    .cooperation-i,
    .bottom-map .left,
    .bottom-map .right {
        width: 100%;
    }

    .cooperation-b .row .bottom-map {
        display: block;
    }

    .procurement-b {
        padding: 0.5rem 0;
    }

    .cooperation-i,
    .procurement-b .bottom-b {
        margin-bottom: 0.5rem;
    }

    .business-b .business-i {
        padding: 0.5rem 0 0;
    }

    .business-con {
        line-height: 2.25;
    }

    .business-img {
        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;
        margin-bottom: 20px;
    }

    .business-img,
    .business-con {
        width: 100%;
    }

    .business-b .business-i .row {
        display: block;
        position: relative;
        z-index: 1;
    }

    .information-menu-i {
        padding: 0 40px;
        font-size: 18px !important;
    }

    .information-menu {
        padding: 0 20px 10px;
        overflow-x: auto;
        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;
    }

    .home-model3-a-con {
        padding: .4rem;
    }

    .home-model3-a-con .row .info {
        padding-top: 0;
    }

    .home-model2-type {
        margin: .4rem 0;
    }

    .home-model1,
    .home-model2 {
        padding: 0.5rem 20px;
    }

    .home-model3-b-i {
        width: 48%;
        margin-bottom: 5%;
    }

    .home-model3-a {
        display: block !important;
    }

    .home-model3-a-con {
        width: 100%;
    }

    .home-model2-row-i {
        width: -webkit-calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: calc(100% / 3);
        padding-left: 20px;
        margin-bottom: 5%;
    }

    .product-con {
        margin-top: .5rem;
    }

    .product-con-c {
        padding: 0.3rem 0;
    }

    .product-con-c-i {
        margin-bottom: 0.5rem;
    }
}

@media(max-width: 768px) {
    .home-model2-type.h5 {
        display: block !important;
    }

    .home-model2-type.pc {
        display: none !important;
    }

    .information-menu,
    .home-model2-row-b {
        display: none;
    }

    .home-model2 .home-model2-type {
        display: block;
    }

    .home-model2-type-i {
        min-width: 4.67rem;
        font-weight: 600;
        color: #FFFFFF;
        background: url(../images/bg-006.png) no-repeat;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        margin: 5% auto;
        display: block;
        padding-top: .28rem;
        padding-bottom: .28rem;
    }

    .home-model2-type-i.cur,
    .home-model2-type-i {
        font-size: 20px;
    }

    .home-model3-b-i {
        margin-bottom: 10%;
    }

    .home-model1 .row .right {
        margin-bottom: 20px;
    }

    .recent-list {
        margin-top: .3rem;
    }

    .information-menu-c {
        margin-top: .4rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        /* justify-content: flex-start; */
        overflow-x: auto;
        overflow-y: hidden;
    }

    .information-menu-c-i {
        padding: 0 0.3rem;
    }

    .news-detail-page {
        padding: 15px;
    }

    .product-con-c-i-row-i>.t1 {
        margin-top: 15px;
    }

    .product-con-c-i-row-i {
        margin-bottom: 20px;
    }

    .product-con-c-i-row-i:last-child {
        margin-bottom: 0;
    }

    .product-con-c-i-row {
        display: block;
    }

    .product-con-c-i>.t2 {
        line-height: 2;
    }

    .product-b .row {
        padding: 0.3rem 20px;
    }

    .news-detail-page-r {
        margin: auto;
        margin-top: 20px;
    }

    .product-con .news-detail-page {
        display: block;
    }

    .product-top-l {
        width: 100%;
    }

    .product-top-r>.title {
        font-size: .3rem;
        padding-bottom: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .advantage-con>.t1 {
        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;
    }

    .advantage-b {
        padding: 0.3rem 20px;
    }

    .advantage-con>.t2 {
        line-height: 1.8;
    }

    .advantage-i {
        margin-bottom: .4rem;
    }

    .advantage-con>.t2::before {
        margin: 0.2rem 0;
    }

    .advantage-con>.t1 {
        font-size: 20px;
    }

    .advantage-img {
        margin: auto;
    }

    .advantage-con {
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }

    .advantage-b .row .advantage-i:nth-child(even),
    .advantage-i {
        display: block;
    }

    .cooperation-b .row .bottom-map {
        padding-bottom: .3rem;
    }

    .cooperation-b {
        padding: .3rem 20px;
    }

    .procurement-b .bottom .bottom-i .t1 {
        margin-bottom: 5px;
    }

    .procurement-b .bottom .bottom-i {
        display: block;
    }

    .news-detail-pages {
        margin-top: .3rem;
    }

    .cooperation-i,
    .procurement-b .bottom-b,
    .news-detail-line {
        margin-bottom: .3rem;
    }

    .news-detail-from p {
        margin: 3px 0;
    }

    .news-detail-from {
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-detail-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .news-detail-richtext {
        font-size: 16px;
        line-height: 2;
    }

    .news-detail-pages-right {
        margin: auto;
        font-size: 14px;
    }

    .news-detail-pages-left a {
        margin-bottom: 20px;
    }

    .news-detail-pages-left a p,
    .news-detail-pages-left {
        width: 100%;
    }

    .news-detail-pages-left a,
    .news-detail-pages {
        display: block !important;
    }

    .public-nav-title>.t2 {
        font-size: 16px;
        margin-top: 5px;
    }

    .business-b .business-i .row {
        padding-top: 0.3rem;
        padding-bottom: .3rem;
    }

    .business-b .business-i {
        padding: 0.3rem 0 0;
    }

    .business-b .business-i.a::after,
    .business-b .business-i.a::before {
        width: 100%;
    }

    .public-nav-title>.t1 {
        font-size: .32rem;
    }

    .information-menu {
        overflow-x: auto;
        margin-top: .3rem;
    }

    .information-list-con>.t3 {
        margin: .15rem 0;
    }

    .information-list-con {
        padding-top: .2rem;
    }

    .information-list-con>.t2 {
        margin-top: .15rem;
    }

    .information-list-i {
        width: 48%;
    }

    .footer-btm {
        padding: 10px 0;
    }

    .footer-btm a,
    .footer-center dl dd {
        font-size: 14px;
        line-height: 20px;
    }

    .home-model1,
    .home-model2 {
        padding: 0.3rem 20px;
    }

    .home-model2-row-i>.row .row-con {
        /* margin-top: 10px; */
    }

    .home-model3-a-con .row .info>.t2 {
        line-height: 2;
    }

    .home-model3-a-con .row .info>.t1 {
        margin-bottom: 10px;
    }

    .home-model3-a-con .row .day>.t1 {
        font-size: 20px;
    }

    .public-title .b>.t2 {
        background: none;
        padding-top: 10px;
        padding-right: 10px;
    }

    .home-model3-b-i .info>.t2 {
        line-height: 1.8;
    }

    .public-title .b>.t2 {
        min-width: auto;
    }

    .public-title {
        margin-bottom: 10px;
    }

    .public-title .b {
        width: 100%;
    }

    .home-model1 .row .left>.t1 {
        line-height: 2;
    }

    .home-model1::after {
        display: none;
    }

    .home-model1 .row .left>.t1 {
        margin: 0.3rem 0;
    }

    .public-more {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .home-model3-b-i {
        width: 100%;
    }

    .home-model2-row-i {
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
    }

    .home-model3-a {
        margin: .3rem 0px .5rem;
    }

    .home-model3-a-con .row .day {
        display: none;
        min-width: 60px;
        margin-left: 10px;
    }

    .home-model3-b-i .day {
        min-width: 60px;
    }

    .home-model3-a-con .row .info>.t3,
    .home-model3-b-i .info>.t3 {
        margin-top: .2rem;
    }

    .public-more {
        font-size: 16px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .home-model2-type {
        margin: 0;
    }

    .bottom-map .right {
        padding: 25px 20px;
    }

    .bottom-map .right .row .row-i {
        margin-bottom: .2rem;
    }
}

@media(max-width: 580px) {
    .information-menu-c-i {
        font-size: 16px;
        padding: 0 0.4rem;
    }

    .product-b {
        padding-top: 90px;
    }

    .cooperation-con {
        padding: 0.3rem 0.15rem;
    }

    .bottom-map .right .row .row-i {
        font-size: 14px;
    }

    .bottom-map .right .row .row-i>em {
        margin: 0 10px;
    }

    .cooperation-con-i {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .public-nav-title>.t2 {
        font-size: 14px;
        margin-top: 0;
    }

    .procurement-b .bottom .bottom-i .t1 {
        font-size: 16px;
    }

    .procurement-b .bottom-b .bottom-btn {
        padding: 10px 50px;
        font-size: 14px;
    }

    .procurement-b .bottom .bottom-i p:nth-child(2),
    .procurement-b .top,
    .procurement-b .bottom .bottom-i {
        width: 100%;
    }

    .procurement-b .bottom-b .bottom-btn {
        margin: auto;
        display: block;
        margin-top: 20px;
    }

    .procurement-b .bottom {
        display: block;
    }

    .news-detail-pages-left a {
        font-size: 16px;
    }

    .pages a {
        width: 0.5rem;
        height: .5rem;
        line-height: .5rem;
        font-size: 14px;
    }

    .information-list-i {
        width: 100%;
    }

    .home-model2-row-i>.row {
        padding-bottom: 1.2rem;
    }

    .home-model2-row-i>.row .row-img {
        max-height: none;
    }

    .home-model2-row-i {
        width: 100%;
    }
}

.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;
    }
}