/* @font-face {
    font-family: AlimamaDongFangDaKai;
    src: url(../css/AlimamaDongFangDaKai-Regular.otf);
} */

@font-face {
    font-family: D-DINExp;
    src: url(../css/D-DINExp-Bold.otf);
}

body,
html{
    font-family: 'Microsoft YaHei', '微软雅黑', 'Arial', sans-serif;
}


* {
    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;
    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
}

/* 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: .78rem 0 1rem;
}

.home-model1-top {
    display: flex;
    align-items: flex-end;
}

.home-model1-top-l .a {
    display: flex;
    align-items: flex-end;
}

.home-model1-top-l .a .a-l .t1 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    text-align: left;
}

.home-model1-top-l .a .a-l .t2 {
    font-weight: bold;
    font-size: 36px;
    color: #005629;
    line-height: 42px;
    letter-spacing: 1px;
    text-align: left;
}

.home-model1-top-l .a .a-l {
    margin-right: 15px;
}

.home-model1-top-l .a .a-img {
    width: 1.21rem;
    height: max-content;
    object-fit: contain;
}

.home-model1-top-l {
    width: 45%;
    padding-bottom: .7rem;
}

.home-model1-top-l .b {
    margin-top: .56rem;
}

.home-model1-top-l .b .b-i .num {
    display: flex;
    align-items: flex-end;
}


.home-model1-top-l .b .b-i .num .t1 {
    font-weight: bold;
    font-family: D-DINExp;
    font-size: 64px;
    color: #005629;
    line-height: 75px;
}

.home-model1-top-l .b .b-i .num .t2 {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 75px;
}

.home-model1-top-l .b .b-i .info {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
}


.home-model1-top-r {
    width: 45%;
    height: max-content;
    padding: .6rem .48rem .4rem;
    border-radius: 20px 20px 0 0;
    background: rgba(255, 255, 255, .45);
    box-shadow: 5px -5px 10px 0px rgba(0, 0, 0, 0.05);
}

.home-model1-top-r>.t1 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
}

.home-model1-top-r-btn {
    width: 1.14rem;
    height: max-content;
    margin-top: .27rem;
    display: block;
}

.home-model1-top-r-btn>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-model1-img>img,
.home-model1-img {
    width: 100%;
    height: 100%;
    min-height: 4.12rem;
    max-height: 4.12rem;
    object-fit: cover;
    border-radius: 20px;
}

.home-model1-img {
    position: relative;
}

.home-model1-img::after {
    width: 2.34rem;
    height: 2.13rem;
    content: '';
    display: block;
    background: url(../images/hs1.png)no-repeat;
    background-size: contain;
    position: absolute;
    /* right: -140px; */
    right: 0px;
    bottom: -61px;
    z-index: 1;
}

.home-model2-list {
    border-radius: 20px;
    overflow: hidden;
}

.home-model2-list-i {
    width: calc(100% / 4);
    position: relative;
}

.home-model4,
.home-model3,
.home-model2 {
    padding: .9rem 0 1rem;
}

.home-model4 {
    padding-bottom: 1.8rem;
}

.home-model2-top {
    width: max-content;
    margin: auto;
    display: flex;
    align-items: flex-end;
}

.home-model2-top>img {
    width: auto;
    height: max-content;
    object-fit: contain;
    display: block;
    margin-right: 6px;
}

.home-model2-top .info .t1 {
    font-weight: bold;
    font-size: 36px;
    color: #005629;
    line-height: 42px;
    text-align: center;
}

.home-model2-top .info .t2 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: center;
}

.home-model2-list-i .t1 {
    width: min-content;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    word-break: break-all;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.home-model2-list-i::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: rgba(0, 86, 41, .65);
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .4s;
}

.home-model2-list-i:hover::after {
    opacity: 1;
    visibility: visible;
}

.home-model2-list {
    margin-top: .6rem;
}


.home-model3-top-l>.t1 {
    font-weight: bold;
    font-size: 36px;
    color: #005629;
}

.home-model3-top-l>.t2 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
}

.home-model3-btn {
    width: 1.14rem;
    height: max-content;
    margin-top: .37rem;
    display: block;
}

.home-model3-top-r-img {
    width: 1.22rem;
    height: max-content;
    display: block;
    object-fit: contain;
}

.home-model3-top-r {
    width: 40%;
}

.home-model3-top-r .info .t1 {
    font-weight: bold;
    font-size: 20px;
    color: #005629;
    line-height: 24px;
}

.home-model3-top-r .info .t2 {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 29px;
    text-align: left;
    margin-top: 8px;
}

.home-model3-list {
    position: relative;
    padding-top: .6rem;
}

.home-model3-list-swiper-next,
.home-model3-list-swiper-prev {
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.home-model3-list-swiper-prev {
    left: -26px;
}

.home-model3-list-swiper-next {
    right: -26px;
}

.home-model3-list-swiper-i {
    border-radius: 20px;
    overflow: hidden;
}

.home-model3-list-swiper-i .t1 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 20px;

}

.home-model4-top-l .info .t1 {
    font-weight: bold;
    font-size: 36px;
    color: #005629;
    text-align: left;
}


.home-model4-top-l .info .t2 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
    text-align: left;
}

.home-model4-top-l .info {
    margin-right: 10px;
}

.home-model4-top-l {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    min-width: max-content;
}


.home-model4-top-r>img,
.home-model4-top-r {
    width: 1.14rem;
    height: max-content;
    display: block;
    position: relative;
    z-index: 1;
    min-width: max-content;
}

.home-model4-top {
    position: relative;
}


.home-model4-top i {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.home-model4-list {
    margin-top: .6rem;
}

.home-model4-list-r {
    width: 55%;
    position: relative;
}

.home-model4-list-l {
    width: 45%;
    position: relative;
}

.home-model4-list-l,
.home-model4-list-l>img {
    border-radius: 20px;
    overflow: hidden;
}

.home-model4-list-l .info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .29rem;
}

.home-model4-list-l .info .t1 {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
}

.home-model4-list-l .info .t2 {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
    letter-spacing: 1px;
}

.home-model4-list-r-i {
    padding: .24rem .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.home-model4-list-r-i .t1 {
    width: 90%;
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
}

.home-model4-list-r-i:hover .t1 {
    color: #005629;
}

.home-model4-list-r-i .t2 {
    width: 10%;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.public-banner>img,
.public-banner {
    width: 100%;
}

.public-banner{
    padding-top: 1rem;
}

.public-nav-i {
    width: auto;
    height: 65px;
    padding: 0 .43rem;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 65px;
    background: #FFFFFF;
    box-shadow: 0px 5px 26px 5px rgba(0, 86, 41, 0.1);
    border-radius: 6px 6px 6px 6px;
    margin-right: .32rem;
}

.public-nav-i:hover,
.public-nav-i.cur {
    background: #005629;
    color: #fff;
}

.public-nav-i:last-child {
    margin-right: 0;
}

.public-nav {
    margin-top: -32px;
}

.public-row {
    margin-top: -32px;
    padding: 1rem 0 1.8rem;
    background: url(../images/bg.png)no-repeat center bottom;
    background-size: cover;
}

.jd-r,
.jd-l {
    width: 49%;
}

.jd-l .top {
    display: flex;
    align-items: flex-end;
}

.jd-l .top .t1 {
    font-weight: bold;
    font-size: 36px;
    color: #005629;
    line-height: 42px;
}

.jd-l .top img {
    width: 1.24rem;
}

.jd-l .info {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-top: 22px;
    padding-bottom: 1rem;
}

.jd-top {
    display: flex;
    align-items: flex-end;
}

.jd-info-b {
    width: 100%;
    padding: .4rem 0;
    border-radius: 0 30px 30px 0;
    background: rgba(255, 255, 255, .65);
    margin-top: -50px;
    margin-left: -40%;
    display: flex;
    justify-content: flex-end;
}

.jd-info {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.jd-info-i {
    margin-right: 11%;
}

.jd-info-i .num .t1 {
    font-weight: bold;
    font-family: D-DINExp;
    font-size: 46px;
    color: #005629;
    line-height: 54px;
}

.jd-info-i .num .t2 {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
}

.jd-info-i .info {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 23px;
}

.public-title {
    display: flex;
    align-items: center;
    width: max-content;
    margin: auto;
}

.public-title>img {
    width: max-content;
    height: max-content;
    object-fit: contain;
    margin: 0 12px;
}

.public-title>.t1 {
    font-weight: bold;
    font-size: 36px;
    color: #005629;
}

.quality-list-i {
    width: 32%;
    margin-bottom: .37rem;
    display: block;
    height: 100%;
}

.quality-list-i-img {
    overflow: hidden;
    border-radius: 20px;
}

.quality-list-i-img>img {
    width: 100%;
    height: 100%;
    min-height: 2.8rem;
    max-height: 2.8rem;
    object-fit: cover;
}

.quality-list-i>.t1 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 21px;
    text-align: center;
    padding: 0 20px;
    margin-top: 12px;
}

.quality-list {
    margin-top: .4rem;
}

.quality-list::after {
    width: 32%;
    content: '';
}

.ky-top-img>img {
    min-height: 3.14rem;
    max-height: 3.14rem;
    object-fit: cover;
}

.ky-top-con,
.ky-top-img {
    width: 50%;
}

.ky-top-con {
    background: #FFFFFF;
    padding: 0 .6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ky-top-con .t1 {
    font-weight: bold;
    font-size: 26px;
    color: #005629;
    line-height: 30px;
}

.ky-top-con .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    line-height: 30px;
}

.ky-top {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 1.1rem;
    margin-top: .46rem;
}

.ky-bottom {
    width: 100%;
    background: rgba(255, 255, 255, .65);
    border-radius: 16px 16px 16px 16px;
    padding: .54rem 0;
    margin-top: .4rem;
    margin-bottom: .5rem;
}

.ky-bottom .row {
    padding: 0 20px;
    width: fit-content;
}

.base-list-i {
    width: 32%;
    min-height: 331px;
    background: rgba(255, 255, 255, .65);
    border-radius: 18px 18px 18px 18px;
    margin-bottom: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.base-list-i>img {
    width: auto;
    height: max-content;
    object-fit: contain;
}

.news-list-i {
    width: 32%;
    margin-bottom: .4rem;
}

.news-list-img {
    border-radius: 18px 18px 18px 18px;
    overflow: hidden;
}

.news-list-img>img{
    max-height: 2.87rem;
    min-height: 2.87rem;
    object-fit: cover;
}

.news-list-i .t1 {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height: 33px;
    margin-top: .2rem;
}

.news-list-i .t2 {
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-top: .11rem;
}


.contact-i {
    width: 49%;
    background: rgba(255, 255, 255, .65);
    padding: .34rem .44rem;
    border-radius: 12px 12px 12px 12px;
}

.contact-i>img {
    width: .62rem;
    height: max-content;
    object-fit: contain;
}

.contact-i-info {
    width: calc(100% - 1rem);
    text-align: right;
}

.contact-i-info .t1 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
}

.contact-i-info .t2 {
    font-weight: bold;
    font-size: 22px;
    color: #005629;
    line-height: 28px;
    margin-top: 6px;
}

.contact-b {
    margin-top: 32px;
}

.contacts-map {
    width: 100%;
    height: 266px;
    margin-top: .32rem;
    border-radius: 18px 18px 18px 18px;
    overflow: hidden;
}

.area-b-img,
.area-b-info {
    width: 48.5%;
}

.area-b-img {
    border-radius: 20px;
    overflow: hidden;
}

.area-b {
    margin-top: .4rem;
    padding-bottom: .5rem;
}

.area-b-info {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}

.industry-b {
    margin-top: .46rem;
}

.industry-i {
    margin-bottom: .6rem;
    overflow: hidden;
    border-radius: 20px;
}

.industry-i-img {
    width: 45%;
}

.industry-i-con {
    width: 55%;
    background: rgba(255, 255, 255, .5);
    padding: 0 .6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.industry-i-con .t1 {
    font-weight: bold;
    font-size: 28px;
    color: #005629;
    line-height: 36px;
    margin-bottom: 12px;
}

.industry-i-con .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}

.produce-top {
    border-radius: 20px;
    overflow: hidden;
    margin-top: .42rem;
}

.produce-top-l {
    width: 45%;
}

.produce-top-l>img {
    min-height: 3.5rem;
    max-height: 3.5rem;
    object-fit: cover;
}

.produce-top-r {
    width: 55%;
    background: rgba(255, 255, 255, .65);
    padding: 0 .89rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.produce-top-r .t1 {
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 28px;
}

.produce-top-r .t1 strong {
    font-weight: bold;
    font-size: 52px;
    color: #005629;
    line-height: 61px;
}

.produce-top-r .t1 span {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
}

.produce-top-r .t2 {
    font-weight: 500;
    font-size: 22px;
    color: #005629;
    line-height: 36px;
    margin-top: 14px;
}

.produce-list {
    margin-top: .35rem;
}

.produce-list-b {
    margin-top: .56rem;
}

.produce-list-b>.t1 {
    font-weight: bold;
    font-size: 36px;
    color: #005629;
    text-align: center;
}

.produce-list-i {
    width: 32%;
    height: 100%;
    display: block;
    margin-bottom: .4rem;
}

.produce-list-i-img {
    min-height: 2.8rem;
    max-height: 2.8rem;
    border-radius: 20px;
    overflow: hidden;
}


.produce-list-i-img>img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.produce-list-i>.t1 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 21px;
    text-align: center;
    margin-top: 12px;
}

.gy-list {
    margin-top: .42rem;
}

.gy-list-i {
    margin-bottom: .6rem;
    border-radius: 20px;
    overflow: hidden;
}

.gy-list-i-img,
.gy-list-i-con {
    width: 50%;
    background: rgba(255, 255, 255, .65);
}

.gy-list-i-img>img {
    object-fit: cover;
}


.gy-list-i-con {
    font-weight: 500;
    font-size: 16px;
    color: #005629;
    line-height: 30px;
    text-align: left;
    padding: 0 .6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gy-list-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.brief-b {
    padding: 0;
}

.brief-b .row {
    padding: 1rem 20px 1.8rem;
    background: rgba(255, 255, 255, .65);
}

.brief-i {
    max-width: 9.7rem;
    margin: auto;
    margin-top: .35rem;
}

.brief-title {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 38px;
    text-align: left;
}

.brief-page {
    margin-top: 20px;
}

.brief-page-i {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 36px;
}

.brief-page-i strong {
    font-weight: bold;
    font-size: 20px;
    color: #005629;
    line-height: 36px;
}

.dj-box {
    max-width: 1200px;
    margin: auto;
    margin-top: .4rem;
}

.dj-box-model1 {
    width: 100%;
    height: auto;
    padding: .32rem .73rem;
    background: rgba(0, 86, 41, .03);
}

.dj-box-model1 .t1 {
    width: 50%;
    font-weight: bold;
    font-size: 24px;
    color: #005629;
    line-height: 28px;
    text-align: center;
}

.dj-box-model1 .t2 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 36px;
}

.dj-box-model2>.t1 {
    font-weight: bold;
    font-size: 24px;
    color: #005629;
    line-height: 28px;
    text-align: center;
}

.dj-box-model2>.t2 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 34px;
    text-align: center;
    margin-top: .16rem;
}

.dj-box-model2 {
    max-width: 820px;
    margin: auto;
    margin-top: .52rem;
}

.dj-box-model2-type {
    padding: 0 .79rem;
    margin-top: .18rem;
}

.dj-box-model2-type-i {
    width: 48%;
    background: rgba(0, 86, 41, .03);
    padding: .24rem 10px;
}

.dj-box-model2-type-i .t1 {
    font-weight: bold;
    font-size: 20px;
    color: #005629;
    text-align: center;
}

.dj-box-model2-type-i .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-top: 6px;
    text-align: center;
}

.dj-box-model2-menu {
    width: 100%;
    background: rgba(0, 86, 41, .03);
    padding-top: .37rem;
    padding-bottom: .37rem;
}

.dj-box-model2-menu-i {
    width: calc(100% / 2);
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 21px;
    margin-bottom: 16px;
    text-align: center;
}

.dj-box-model2-menu-i span {
    color: #FE1F1F;
    font-weight: bold;
}


.party-b {
    padding-bottom: 1.5rem;
}

.person-b-l {
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
}

.person-b-l>img {
    min-height: 4.21rem;
    max-height: 4.21rem;
    object-fit: cover;
}

.person-b-r {
    width: 50%;
    background: rgba(255, 255, 255, .65);
    font-weight: 500;
    font-size: 24px;
    color: #005629;
    line-height: 40px;
    text-align: left;
    padding: .87rem .67rem;
}

.person-b {
    margin-top: .42rem;
}

.recruit-b {
    border: 1px solid rgba(218, 218, 218, 1);
    border-top: 2px solid #005629;
    margin-top: .41rem;
}

.recruit-b-top {
    border-bottom: 1px solid #005629;
}

.recruit-b-i .top>span,
.recruit-b-top>span {
    width: calc(100% / 4);
    padding: 18px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
}

.recruit-b-i .top,
.recruit-b-top {
    padding: 0 1.2rem;
}

.recruit-b-i span:first-child,
.recruit-b-top span:first-child {
    text-align: left;
}

.recruit-b .recruit-b-i>.top,
.recruit-b .recruit-b-top {
    background: #fff;
}

.recruit-b>div:nth-child(even) .top {
    background: #F3F4F6;
}

.recruit-b-i .con {
    padding: .6rem 1.2rem;
    background: transparent !important;
    display: none;
}

.recruit-b-i .con .t1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 21px;
    margin-bottom: 10px;
}

.recruit-b-i .con .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: left;
}

.recruit-b-i .con .con-btn {
    width: max-content;
    height: 52px;
    background: #005629;
    border-radius: 0px 0px 0px 0px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: .3rem;
}

.recruit-b-i .con .con-btn>img {
    width: max-content;
    height: max-content;
    object-fit: contain;
    margin-left: 10px;
}

.recruit-b-i.cur .con {
    display: block;
}

.recruit-b-i {
    border-bottom: 1px solid #DADADA;
}

.recruit-b-i:last-child {
    border-bottom: none;
}

.recruit-info {
    padding: .6rem 1.2rem;
    background: rgba(255, 255, 255, .65);
}

.recruit-info-i .t1 {
    font-weight: bold;
    font-size: 24px;
    color: #005629;
    line-height: 28px;
    text-align: left;
    margin-bottom: 8px;
}

.recruit-info-i .t2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    text-align: left;
}

.study-list .gy-list-i .gy-list-i-con {
    font-weight: 500;
    font-size: 20px;
    color: #005629;
    line-height: 36px;
}

.achievement-i-l {
    width: 3.2rem;
    height: 3.2rem;
    overflow: hidden;
    border-radius: 50%;
}

.achievement-i-l>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.achievement-i-r {
    width: calc(100% - 1.6rem);
    height: 3.2rem;
    margin-left: -1.6rem;
    padding-left: 2.4rem;
    padding-right: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #005629;
    line-height: 30px;
    background: rgba(255, 255, 255, .65);
}

.achievement-i {
    margin-bottom: .4rem;
}

.achievement-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.achievement-i:nth-child(even) .achievement-i-r {
    margin-left: 0;
    margin-right: -1.6rem;
    padding-left: .8rem;
    padding-right: 2.4rem;
}

.achievement-b {
    margin-top: .39rem;
}

.home-model4-top-l-img {
    width: 1.07rem;
}

/* new */

.pages {
    overflow: hidden;
    margin: 2% auto
}

.pages a {
    font-size: 16px;
    color: #636363;
    font-weight: normal;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: block;
    background: #fff;
    border: 1px solid RGBA(160, 172, 167, 1);
    margin: 0 .1rem;
    border-radius: .04rem;
    text-align: center
}

.pages a:last-child,
.pages a:first-child {
    background: transparent;
}

.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;
    width: calc(100% - 40px);
    margin: 20px auto;
}

.thr3 {
    display: none;
    padding-left: 20px
}

.thr3 a {
    line-height: 30px;
    display: block;
}

.main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: rgba(0, 86, 41, .65);
    -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;
    display: flex;
    justify-content: space-between;
    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: 20px
}

.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: 45px;
    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: 0 0 8px 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;
}

.news-detail .t1{
    font-size: 30px;
    color: #005629;
    font-weight: 600;
}

.news-detail-pages {
    background: rgba(255,255,255,0.4);
    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;
}

@media(max-width: 1400px) {
    .public-tobody {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-model3-top-r {
        width: 50%;
    }

    .jd-info-i {
        margin-right: 9%;
    }

}

@media(max-width: 1350px) {
    .header-right a {
        padding: 0;
    }

}

@media(max-width: 1280px) {
    .public-nav-i {
        height: 60px;
        padding: 0 .3rem;
        font-size: 18px;
        line-height: 60px;
        margin-right: .2rem;
    }
}

@media(max-width: 1200px) {
    .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
    }

    .jd-info-i {
        margin-right: 7%;
    }
}


@media(max-width: 1024px) {

    .quality-list-i-img>img,
    .gy-list-i-img>img {
        min-height: auto;
    }

    .area-b-info {
        margin-top: 20px;
    }

    .industry-i-con {
        padding: .5rem;
    }

    .industry-i-con,
    .industry-i-img,
    .area-b-img,
    .area-b-info {
        width: 100%;
    }

    .industry-i,
    .area-b {
        display: block !important;
    }

    .produce-top-l>img {
        min-height: auto;
        max-height: none;
    }

    .produce-top-r .t1 strong {
        font-size: 40px;
    }

    .produce-top-r {
        padding: .5rem;
    }

    .produce-top-r,
    .produce-top-l {
        width: 100%;
    }

    .produce-top {
        display: block !important;
    }

    .dj-box-model1 {
        padding-left: .3rem;
        padding-right: .3rem;
    }

    .brief-b .row {
        padding: .5rem 20px;
    }

    .dj-box-model1 .t2 {
        margin-top: 20px;
    }

    .dj-box-model1 .t1 {
        width: 100%;
    }

    .dj-box-model1 {
        display: block !important;
    }

    .jd-info {
        width: 100%;
        display: flex;
        justify-content: center;

    }

    .jd-info-b {
        margin: 0;
        margin-top: 20px;
        border-radius: 30px;
    }

    .jd-r>img {
        width: 100%;
    }

    .jd-l .info {
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #000000;
        line-height: 30px;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .jd-r,
    .jd-l {
        width: 100%;
    }

    .jd-top {
        display: block !important;
    }

    .achievement-i:nth-child(even) .achievement-i-r {
        padding-left: .3rem;
        padding-right: 2rem;
    }

    .achievement-i-r {
        padding-left: 2rem;
        padding-right: .3rem;
    }

    .ky-top {
        margin: 0 .3rem;
        margin-top: .46rem;
    }

    .person-b-r {
        padding: .5rem;
    }

    .person-b-l>img {
        min-height: auto;
        max-height: none;
        object-fit: cover;
    }

    .person-b-r,
    .person-b-l {
        width: 100%;
    }

    .person-b {
        display: block !important;
    }

    .recruit-info,
    .recruit-b-i .con {
        padding: .5rem 20px;
    }

    .recruit-b-i .top,
    .recruit-b-top {
        padding: 0 20px;
    }

    .gy-list-i-con {
        padding: 20px;
    }

    .gy-list-i-img,
    .gy-list-i-con {
        width: 100%;
    }

    .gy-list-i {
        display: block !important;
    }

    .public-row {
        margin-top: 0;
        padding: .3rem 0 .6rem;
    }

    .public-nav {
        display: none;
    }

    .home-model4-list-r,
    .home-model4-list-l {
        width: 100%;
    }

    .home-model2-list {
        margin-top: .5rem;
    }

    .home-model4-list {
        display: block;
        margin-top: .5rem;
    }

    .jd-info-i .info {
        font-size: 16px;
    }

    .jd-info-i .num .t2 {
        font-size: 18px;
    }

    .produce-list-b>.t1,
    .jd-info-i .num .t1,
    .jd-l .top .t1,
    .public-title>.t1,
    .home-model4-top-l .info .t1,
    .home-model3-top-l>.t1 {
        font-size: 30px;
    }

    .home-model2-top .info .t2 {
        font-size: 18px;
        line-height: normal;
        margin-top: 3px;
    }

    .home-model2-top .info .t1 {
        font-size: 30px;
        line-height: normal;
    }

    .home-model4,
    .home-model3,
    .home-model2 {
        padding: .5rem 0 .6rem;
    }

    .home-model1-top-l .b {
        margin-top: .5rem;
    }

    .home-model1-top-l {
        padding-bottom: .5rem;
    }

    .main-nav-m {
        display: block;
    }

    .home-model1 {
        padding: .5rem 0;
    }

    .home-model1-top {
        display: block;
    }

    .home-model1-top-l,
    .home-model1-top-r {
        width: 100%;
    }

    .home-model1-top-l .b .b-i .num .t1 {
        font-size: 40px;
        line-height: 50px;
    }

    .home-model1-top-l .b .b-i .num .t2 {
        font-size: 20px;
        line-height: 50px;
    }

    .home-model1-top-l .b .b-i .info {
        font-size: 18px;
    }
}

@media(max-width: 768px) {
    .news-detail .t1{
        font-size: 22px;
    }
    .industry-i-con .t2 {
        line-height: 30px;
    }

    .industry-i-con .t1 {
        font-size: 20px;
        color: #005629;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .industry-i {
        margin-bottom: .3rem;
    }

    .industry-i-con {
        padding: .3rem 20px;
    }

    .area-b,
    .produce-list-b,
    .produce-top {
        margin-top: .3rem;
    }

    .produce-top-r .t2 {
        line-height: 30px;
        margin-top: 10px;
    }

    .produce-list-i-img {
        min-height: auto;
        max-height: none;
    }

    .produce-list-i {
        width: 48%;
    }

    .produce-top-r .t1 strong {
        font-size: 30px;
    }

    .produce-list-b>.t1,
    .produce-top-r .t2,
    .produce-top-r .t1 {
        font-size: 20px;
    }

    .produce-top-r {
        padding: .3rem 20px;
    }

    .brief-page-i {
        font-size: 18px;
        display: block !important;
    }

    .brief-title {
        font-size: 18px;
        line-height: 30px;
    }

    .dj-box-model2>.t2 {
        font-size: 16px;
        line-height: 30px;
    }

    .dj-box-model2>.t1,
    .dj-box-model1 .t1 {
        font-size: 20px;
    }

    .dj-box-model2-type {
        padding-left: 0;
        padding-right: 0;
    }

    .dj-box-model2 {
        margin-top: .3rem;
    }

    .jd-info-i .num .t1 {
        font-size: 22px;
        line-height: 32px;
    }

    .jd-info-b {
        padding: .2rem 0;
    }

    .jd-l .top .t1 {
        font-size: 20px;
    }

    .base-list-i {
        width: 48%;
    }

    .base-list-i,
    .achievement-i {
        margin-bottom: .3rem
    }

    .achievement-i:nth-child(even) .achievement-i-r,
    .achievement-i-r {
        width: 100%;
        height: auto;
        margin: 0;
        padding: .5rem 20px
    }

    .achievement-i-l {
        margin: auto;
    }

    .achievement-i:nth-child(even),
    .achievement-i {
        display: block;
    }

    .ky-top-img>img {
        min-height: auto;
        max-height: none;
    }

    .ky-top-con .t1 {
        font-size: 20px;
    }

    .ky-bottom {
        padding: .3rem 0;
        margin-top: .3rem;
        margin-bottom: .3rem;
    }

    .ky-top-con {
        padding: .3rem 20px;
    }

    .ky-top-con,
    .ky-top-img {
        width: 100%;
    }

    .ky-top {
        display: block !important;
        margin: 20px 0 0;
    }

    .study-list .gy-list-i .gy-list-i-con {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-i-info .t2 {
        font-size: 18px;
    }

    .contact-i {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-i:last-child {
        margin-bottom: 0;
    }

    .contact-b {
        display: block;
    }

    .person-b-r {
        font-size: 18px;
        line-height: 30px;
        padding: .3rem;
    }

    .person-b,
    .recruit-b {
        margin-top: .3rem;
    }

    .recruit-info-i .t2 {
        font-size: 16px;
        line-height: 26px;
    }

    .recruit-info-i .t1 {
        font-size: 18px;
    }

    .recruit-info-i {
        margin-bottom: 20px;
    }

    .recruit-info-i:last-child {
        margin-bottom: 0;
    }

    .recruit-info {
        display: block;
    }

    .recruit-b-i .con .con-btn {
        height: 45px;
        margin-top: .2rem;
    }

    .recruit-info,
    .recruit-b-i .con {
        padding: .3rem 20px;
    }



    .gy-list {
        margin-top: .3rem;
    }

    .news-list-i .t1 {
        font-size: 18px;
        line-height: normal;
    }

    .quality-list-i,
    .news-list-i {
        width: 48%;
    }

    .home-model4-list-l .info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .home-model4-top-r {
        margin-top: 20px;
    }

    .home-model3-top-r,
    .home-model4-top {
        display: block;
    }

    .home-model4-top i {
        display: none;
    }

    .home-model2-list,
    .home-model4-list {
        margin-top: .3rem;
    }

    .home-model4-list-r-i .t2 {
        width: max-content;
    }

    .home-model4-list-r-i {
        padding: .2rem 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .15);
    }

    .home-model4-list-r-i .t1 {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .home-model3-list-swiper-i .t1 {
        width: 80%;
        line-height: normal;
    }

    .home-model3-list-swiper-prev {
        left: 10px;
    }

    .home-model3-list-swiper-next {
        right: 10px;
    }

    .home-model3-list {
        padding-top: .3rem;
    }

    .home-model4-top-l .info .t2,
    .home-model3-top-l>.t2 {
        font-size: 18px;
        margin-top: 3px;
    }

    .home-model3-btn {
        margin-top: 20px;
    }

    .home-model3-top-r {
        width: 100%;
        margin-top: 20px;
    }

    .home-model3-top {
        display: block;
    }

    .home-model4-list-r-i .t2,
    .home-model2-top .info .t2 {
        font-size: 16px;
    }

    .public-title>.t1,
    .home-model4-list-l .info .t2,
    .home-model4-top-l .info .t1,
    .home-model3-top-l>.t1,
    .home-model2-top .info .t1 {
        font-size: 20px;
    }

    .home-model4,
    .home-model3,
    .home-model2 {
        padding: .3rem 0 .4rem;
    }

    .home-model1 {
        padding: .3rem 0;
    }

    .home-model1-top-l .a .a-l .t2 {
        font-size: 22px;
        line-height: normal;
    }

    .home-model1-top-l .b {
        margin-top: .3rem;
    }

    .home-model1-top-l .b .b-i .num .t1 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-model1-top-l .b .b-i .num .t2 {
        font-size: 18px;
        line-height: 40px;
    }

    .home-model1-top-l .b .b-i .info {
        font-size: 16px;
    }

    .home-model1-top-l {
        padding-bottom: 0.3rem;
    }

    .home-model1-top-r {
        padding: .3rem 20px;
    }

    .home-model1-top-r>.t1 {
        font-size: 18px;
        line-height: 30px;
    }

    .home-model2-list {
        display: flex;
        flex-wrap: wrap;
    }

    .home-model2-list-i {
        width: 50%;
    }

    .home-model2-list-i .t1 {
        font-size: 20px;
    }

    .recruit-b-i .con .t2 {
        font-size: 16px;
        line-height: 26px;
    }

    .dj-box-model1 .t2 {
        margin-top: 10px;
    }

}

@media(max-width: 580px) {
    .news-list-img>img {
        max-height: none;
        min-height: auto;
        object-fit: cover;
    }
    .produce-list-i {
        width: 100%;
    }

    .dj-box-model2-menu-i {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .dj-box-model2-type-i {
        width: 100%;
        margin-bottom: 20px;
    }

    .dj-box-model2-type-i:last-child {
        margin-bottom: 0;
    }

    .dj-box-model2-type {
        display: block;
    }

    .achievement-i-l {
        width: 100%;
        height: 100%;
    }

    .recruit-b-i .top>span,
    .recruit-b-top>span {
        padding: 15px 0;
    }

    .recruit-info,
    .recruit-b-i .con {
        padding: .2rem 10px;
    }

    .recruit-b-i .top,
    .recruit-b-top {
        padding: 0 10px;
    }

    .quality-list-i-img>img {
        min-height: auto;
        max-height: none;
    }

    .base-list-i,
    .quality-list-i,
    .news-list-i {
        width: 100%;
    }

    .home-model3-top-r .info .t2 {
        line-height: 26px;
    }

    .home-model2-list-i .t1 {
        width: auto;
    }

    .home-model2-list-i {
        width: 100%;
    }

    .home-model4-top-r,
    .home-model3-btn,
    .home-model1-top-r-btn {
        width: 1.5rem;
    }

    .home-model1-top-r>.t1 {
        font-size: 16px;
        line-height: 26px;
    }

    .home-model1-top-l .b .b-i .num .t2 {
        font-size: 16px;
        line-height: 30px;
    }

    .home-model1-top-l .a .a-l .t2 {
        font-size: 20px;
    }

    .home-model1-top-l .b .b-i .num .t1 {
        font-size: 26px;
        line-height: 30px;
    }
}

.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;
    }
}