.zs-homebanner{
    display: block;
    width: 100%;
    height: calc(100vh);
    position: relative;
}
.zs-homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner .text {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 0;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 1;
    z-index: 60;
    color: #FFF;
    flex-direction: column;
    justify-content: center;
        align-items: flex-start;
}
.zs-homebanner .text .title{
    font-weight: bold;
    font-size: 60px;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.zs-homebanner .text .subtitle{
    padding-top: 40px;
    font-size: 35px;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.zs-homebanner .cont{
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.zs-homebanner .swiper-slide.swiper-slide-active .cont {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.zs-homebanner .text .btn{
    display: flex;
    padding-top: 75px;
    padding-bottom: 30px;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.zs-homebanner .text .btn a {
    display: flex;
    justify-content: center;
    width: 210px;
    height: 55px;
    color: #FFFFFF;
    line-height: 51px;
    border:2px solid #FFFFFF;
    font-size: 20px;
    border-radius: 33px;
    margin: 0 30px 0 0;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}
.zs-homebanner .text .btn a.cur{
    border:none;
    line-height: 55px;
    background-color: #059669;
}
.zs-homebanner .text .btn a:hover{
    background-color: #059669;
}
.zs-homebanner .text .btn a.cur:hover{
    background-color: #047857;
}
.zs-homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.zs-homebanner .swiper-pagination{
    bottom: 30px;
}

.zs-homebox{
    display: block;
    padding: 80px 0;
    background-color: #FFF;
}
.zs-homebox.pd0{
    padding-left: 0;
    padding-right: 0;
}
.zs-homebox.pt0{
    padding-top: 0;
}
.zs-homebox.p100{
    padding-top: 0;
    margin-top: -40px;
    padding-bottom: 100px;
}
.zs-homebox.bg{
    background: linear-gradient(0deg, #ecfdf5, #FFFFFF);
}
.zs-homebox.bg-reverse{
    background: linear-gradient(0deg, #FFFFFF, #ecfdf5);
}
.zs-homebox .btn{
    display: block;
    width: 180px;
    margin: 40px auto 0;
}
.homeitem-box{
    position: relative;
    margin-bottom: 60px;
}
.homeitem{
    padding-bottom: 0;
}
.homeitem .swiper-slide {
    display: block;
    width: 25%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
    background: #FFFFFF;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.homeitem .swiper-slide .pic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.285;
    overflow: hidden;
}
.homeitem .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.homeitem .swiper-slide:hover .pic img{
    transform: scale(1);
}
.homeitem .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(5,150,105,0.95);
    top: 100%;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.homeitem .swiper-slide:hover::before {
    top: 0;
}
.homeitem .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 128px;
    display: block;
    padding: 20px 30px;
    color: #FFF;
    background-color: rgba(0,0,0,0.4);
    z-index: 10;
    transition: all .3s;
}
.homeitem .swiper-slide:hover .text{
    height: 100%;
    padding: 50px 30px;
    background-color: transparent;
    /*background-color: rgba(5,150,105,0.95);*/
}
.homeitem .swiper-slide .text .icon{
    display: none;
    width: auto;
    height: 100px;
    margin: 0 auto 15px;
}
.homeitem .swiper-slide:hover .text .icon{
    display: block;
}
.homeitem .swiper-slide .text .icon img{
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.homeitem .swiper-slide .text .title{
    font-size: 20px;
    white-space: nowrap;
    font-weight: bold;
}
.homeitem .swiper-slide:hover .text .title{
    text-align: center;
    margin-bottom: 10px;
}
.homeitem .swiper-slide .text .desc{
    padding-top: 10px;
    display: -webkit-box;
    line-height: 1.55;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.homeitem .swiper-slide:hover .text .desc{
    padding-top: 10px;
    display: -webkit-box;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}
.homeitem .swiper-slide .swiper-button-prev{
    left: 20px;
    margin-top: -75px;
}
.homeitem .swiper-button-next{
    right: 20px;
    margin-top: -75px;
}
.homeitem-box .swiper-button-prev{
    left: -65px;
}
.homeitem-box .swiper-button-next{
    right: -65px;
}
.homeitem-box .btn {
    display: block;
    width: 160px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #059669;
    background: #FFF;
    border-radius: 26px;
    font-weight: 600;
}
.zs-homebox .btn {
    display: block;
    width: 180px;
    margin: 40px auto 0;
}
.homepartner-box{
    position: relative;
    width: calc(90% + 20px);
}
.homepartner{
    padding: 0 10px 40px;
}
.homepartner .swiper-slide {
    display: block;
    width: 13%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #F9F9F9;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.homepartner .swiper-slide .pic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.homepartner .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.homepartner .swiper-slide:hover .pic img{
    transform: scale(1.05);
}
.homepartner .text{
    display: none;
    text-align: center;
    padding-top: 15px;
}
.homepartner .text .title{
    font-size: 20px;
    white-space: nowrap;
}
.homepartner-box .swiper-button-prev{
    left: -60px;
}
.homepartner-box .swiper-button-next{
    right: -60px;
}
.homenews-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.homenews-box .left{
    width: calc(50% + 25px);
    height: 570px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.homenews-box .left .item{
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
}
.homenews-box .left .item .title{
    width: 100%;
    height: auto;
    padding: 20px 30px 50px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    color: #FFF;
    font-weight: 800;
}
.homenews-box .left .swiper-pagination{
    bottom: 15px;
}
.homenews-box .left .item .pic{
    display: block;
    width: 100%;
    height: 100%;
}
.homenews-box .left .item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.homenews-box .left .item:hover img{
    transform: scale(1.05);
}
.homenews-box .homenews-focus{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.homenews-box .homenews-list{
    width: calc(50% - 75px);
    height: 570px;
}
.homenews-list{
    display: block;
    width: 100%;
}
.homenews-list ul{
    display: block;
}
.homenews-list li{
    display: block;
    width: 100%;
    padding: 0 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.homenews-list li .top{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.homenews-list li .top .classify{
    width: auto;
    height: auto;
    padding: 5px 15px;
    background: #059669;
    font-size: 14px;
    color: #FFF;
    border-radius: 25px;
}
.homenews-list li .top .icon {
    display: block;
    width: 18px;
    height: 14px;
    background: url('../img/icon-arrow.png') no-repeat right center;
    background-size: auto 14px;
}
.homenews-list li .text{
    margin-top: 18px;
}
.homenews-list li .title{
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}
.homenews-list li .desc{
    color: #4b5563;
    font-size: 16px;
    display: -webkit-box;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    overflow: hidden;
}
.homenews-list li .date{
    display: block;
    width: auto;
    height: auto;
    margin: 10px 0 0;
    font-size: 15px;
    color: #808080;
}

.homeabout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-content: flex-start;
}
.about-desc{
    display: block;
    width: calc(50% - 25px);
    height: auto;
}
.about-desc .title{
    display: inline-block;
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    color: #059669;
    margin-left: 50px;
}
.about-desc .title:before {
    left: -50px;
}
.about-desc .title:after, .about-desc .title:before {
    content: '';
    display: block;
    width: 35px;
    height: 30px;
    background: url(../img/title-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
}
.about-desc .title:after {
    right: -50px;
}
.about-desc .title:after,.about-desc .title:before {
    content: '';
    display: block;
    width: 35px;
    height: 30px;
    background: url(../img/title-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7px;
}
.about-desc .text{
    display: block;
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
    margin-top: 30px;
}
.about-desc .number{
    display: block;
    padding-top: 10px;
}
.about-desc .about-number{
    position: relative;
    height: 105px;
}
.about-desc .number .swiper-slide{
    display: block;
}
.about-desc .number-box{
    display: flex;
    justify-content: space-between;
}
.about-desc .number li {
    display: flex;
    justify-content: center;
    width: 25%;
    padding: 0 0;
    border-right: 1px solid #eaeaea;
    flex-direction: column;
    align-items: center;
}
.about-desc .number li:nth-child(4n){
  border-right: none;
}
.about-desc .number li strong{
    display: block;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 0;
    color: #f1882a;
}
.about-desc .number li strong em{
    font-size: 20px;
}
.about-desc .number li span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}
.homeabout .ha-pic{
    position: relative;
    width: calc(50% - 25px);
    height: 514px;
    overflow: hidden;
    border-radius: 15px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.homeabout .ha-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-desc .btn{
    margin: 40px 0 0;
}
.zs-call-use{
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 0;
    cursor: pointer;
    left: 50%;
    zoom: 1.5;
    top: 50%;
    z-index: 100;
    margin: -30px 0 0 -30px;
}
.zs-call-use::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    z-index: 101;
    background: url(../img/icon-play.svg) no-repeat center center;
    background-size: 18px 18px;
    zoom:0.6;
}
@keyframes scaleout {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
.zs-call-use .spinner1 {
    opacity: 0;
    position: absolute;
    width: 110px;
    height: 110px;
    top: -25px;
    left: -25px;
    background-color: #059669;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 1s infinite ease-in-out;
    animation: scaleout 2s 1s infinite ease-in-out;
}
.zs-call-use .spinner2 {
    opacity: 0;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background-color: #059669;
    border-radius: 100%;
    -webkit-animation: scaleout 2s .5s infinite ease-in-out;
    animation: scaleout 2s .5s infinite ease-in-out;
}
.zs-call-use .spinner3 {
    opacity: 0;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background-color: #059669;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 0s infinite ease-in-out;
    animation: scaleout 2s 0s infinite ease-in-out;
}  
.homeabout .ha-pic .icon-play:hover{
    opacity: 1;
}
.homeabout .ha-pic video{
  object-fit:contain;
  background-color: #000000;
}
.homeabout .zs-more{
    margin-top: 30px;
}
.homehepe-box{
    padding: 120px 0;
}
.homehepe{
    display: flex;
    overflow: hidden;
    height: 950px;
    background: #059669 url('../img/30th.jpg') no-repeat center center;
    background-size: 100% auto;
    position: relative;
}
.homehepe .text{
    position: absolute;
    left: 5%;
    top: 190px;
    width: 690px;
    height: 430px;
    padding: 50px 50px;
    color: #FFF;
    border-radius: 15px;
    background-color: rgba(5,150,105,0.9);
}
.homehepe .text .title{
    font-size: 36px;
    font-weight: bold;
}
.homehepe .text .desc{
    font-size: 18px;
}
.homehepe .pic{
    flex: 0 0 50%;
    width: 50%;
    display: none;
}
.homehepe .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.homehepe .btn{
    display: flex;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 30px;
}
.homehepe .btn a {
    display: flex;
    justify-content: center;
    width: 210px;
    height: 45px;
    color: #FFFFFF;
    line-height: 41px;
    border:2px solid #FFFFFF;
    font-size: 18px;
    border-radius: 33px;
    margin: 0 30px 0 0;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
}
.homehepe .btn a.cur{
    border:none;
    line-height: 45px;
    color: #059669;
    background-color: #FFF;
}
.homehepe .btn a:hover{
    background-color: #2fb18a;
}
.homehepe .btn a.cur:hover{
    background-color: #b1f7dc;
}
.zs-homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.partner-banner {
    display: flex;
    height: 360px;
    padding-top: 50px;
    border-radius: 15px;
    background: url('../img/bg-partner-banner.jpg') no-repeat center bottom;
    background-size: 100% auto;
    text-align: center;
    flex-direction: column;
}
.partner-banner .title{ 
    font-size: 30px;
    font-weight: bold;
}
.partner-banner .desc{ 
    font-size: 18px;
    color: #4b5563;
    padding-top: 10px;
}
.partner-banner .btn{
    margin-top: 20px;
}

/*PC自适应*/
@media screen and (min-width: 1649px) and (max-width: 1749px) {
.homeitem .swiper-slide .text .desc {
    font-size: 17px;
}
.about-desc .text {
    font-size: 19px;
}
.homenews-list li {
    padding: 0 0 25px;
    margin-bottom: 25px;
}
.homenews-list li .desc {
    font-size: 18px;
}

}
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner {
    height: 300px;
}
.zs-homebanner .text .title {
    font-size: 30px;
    line-height: 1.25;
}
.zs-homebanner .text .subtitle {
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.45;
}
.zs-homebanner .text .btn {
    padding-top: 35px;
    padding-bottom: 30px;
}
.zs-homebanner .text .btn a {
    width: 135px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    margin: 0 20px 0 0;
    border: 1px solid #FFF;
}
.zs-homebanner .text .btn a.cur {
    line-height: 32px;
}
.zs-homebanner .swiper-pagination {
    bottom: 20px;
}
.zs-homebox {
    padding: 50px 0;
}
.homeitem-box {
    margin-bottom: 30px;
}
.homeitem .swiper-slide .text .desc{
    height: 56px;
}
.homeitem-box .swiper-button-prev, .homeitem-box .swiper-button-next{
    display: none;
}
.homeitem-box .btn {
    margin-top: 40px !important;
    width: 160px !important;
    height: 45px;
}
.homenews-box {
    flex-direction: column;
    margin-bottom: 30px;
}
.homenews-box .left {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}
.homenews-box .homenews-list {
    width: 100%;
    height: auto;
}
.homenews-list li {
    padding: 0 0 20px;
    margin-bottom: 20px;
}
.homenews-list li:last-child{
    margin-bottom: 0;
}
.homenews-list li .top .classify {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    line-height: 1px;
}
.homenews-list li .title {
    font-size: 16px;
    line-height: 1.4;
    white-space: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.homenews-list li .desc {
    font-size: 13px;
    line-height: 1.5;
}
.homenews-list li .date {
    font-size: 13px;
}
.homeabout {
    flex-direction: column;
}
.about-desc {
    width: 100%;
    margin-bottom: 30px;
}
.about-desc .title {
    display: block;
    font-size: 28px;
    margin-left: 0;
    width: 120px;
    text-align: center;
    padding: 0 0;
    margin: 0 auto;
}
.about-desc .title:before {
    left: -40px;
    width: 30px;
    height: 25px;
    top: 5px;
}
.about-desc .title:after {
    right: -40px;
    width: 30px;
    height: 25px;
    top: 5px;
}
.about-desc .text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}
.about-desc .number {
    padding-top: 20px;
}
.about-desc .number li strong {
    font-size: 36px;
}
.about-desc .number li strong em {
    font-size: 16px;
}
.about-desc .number li span {
    font-size: 14px;
}
.homeabout .ha-pic {
    width: 100%;
    height: 300px;
}
.about-desc .btn {
    margin: 30px 0 0;
}
.zs-homebox .btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px auto 0;
}
.homeabout .about-number {
    height: 60px;
}
.homeabout .number {
    padding-top: 15px;
    padding-bottom: 0;
}
.homeabout .number li strong {
    font-size: 17px;
}
.homeabout .number li strong em {
    font-size: 12px;
}
.homeabout .number li span {
    font-size: 12px;
}
.partner-banner {
    display: flex;
    height: 280px;
    padding: 30px 4% 0;
    padding-top: 30px;
    border-radius: 15px;
    background: url('../img/bg-partner-banner.jpg') no-repeat center bottom;
    background-size: cover !important;
}
.partner-banner .title {
    font-size: 22px;
}
.partner-banner .desc {
    font-size: 15px;
    padding-top: 10px;
}
.homepartner-box {
    width: 92%;
}
.homepartner {
    padding: 0 10px 30px;
}
.homepartner-box .swiper-button-prev {
    left: -15px;
}
.homepartner-box .swiper-button-next {
    right: -15px;
}
.homepartner-box .swiper-button-prev, .homepartner-box .swiper-button-next {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
}
.zs-homebox.p100 {
    margin-top: -30px;
    padding-bottom: 50px;
}
}