.zs-homebanner{
    display: block;
    width: 100%;
    height: 800px;
    position: relative;
}
.zs-homebanner.subbanner{
    height: 660px;
    margin-bottom: 45px;
}
.zs-homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner .text {
    position: absolute;
    display: flex;
    width: 80%;
    left: 10%;
    right: 10%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
    text-align: left;
    line-height: 1;
    z-index: 60;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.zs-homebanner .text .title{
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    line-height: 1.5;
}
.zs-homebanner .text .subtitle{
    font-size: 40px;
    line-height: 1.5;
    font-weight: bold;
    padding-top: 30px;
}
.zs-homebanner .text .line{
    margin-top: 25px;
    width: 115px;
    height: 4px;
    background: #FFFFFF;
}
.zs-homebanner .text .desc{
    color: #fff;
    background: #ffffff2b;
    font-size: 15px;
    font-weight: 400;
    padding: 18px 20px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 45px;
    border: 1px solid #FFF;
}
.zs-homebanner .text .btn{
    display: flex;
    padding-top: 30px;
}
.zs-homebanner .text .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 52px;
    border:none;
    font-size: 18px;
    border-radius: 5px;
    margin: 0 10px 0 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.35s;
}
.zs-homebanner .text .btn a span{
    position: relative;
    z-index: 10;
}
.zs-homebanner .text .btn a:hover{

}
.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-button-prev{
    left: 30px;
}
.zs-homebanner .swiper-button-next{
    right: 30px;
}
.zs-homebanner .swiper-button-prev,.zs-homebanner .swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -50px !important;
    border-radius: 50%;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.6;
}
.zs-homebanner .swiper-button-disabled{
    opacity: 0.2;
}
.zs-homebanner .swiper-button-prev:hover,.zs-homebanner .swiper-button-next:hover{
    opacity: 1;
}
.zs-homebanner .swiper-button-next:after,.zs-homebanner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.zs-homebanner .swiper-pagination{
    bottom: 50px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 6px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 3px;
    background: #FFFFFF;
    opacity: .3;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.zs-homesolution{
    padding: 60px 0;
}
.homesolution-list{
    padding-top: 0;
}
.homesolution-list ul {
    margin: 0 -20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.homesolution-list li{
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    padding: 20px 20px;
}
.homesolution-list li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.35s;
}
.homesolution-list li a:hover{
    transform: scale(1.05);
    z-index: 2;
}
.homesolution-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.homesolution-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homesolution-list li .text{
    padding: 15px 20px 20px;
}
.homesolution-list li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.homesolution-list li .desc{
    font-size: 16px;
    line-height: 1.65;
    color: #2d2d2d;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.homesolution-list li .more{
    margin-top: 15px;
    font-size: 16px;
    color: #8a00e5;
}
.zs-homebox.bg{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F6F6F6;
}
.zs-homebox.m50{
    margin-top: 50px;
}
.zs-homeproduct{
    padding: 60px 0;
}
.zs-homeproduct.bg{
    background-color: #F6F6F6;
}
.homeproduct-list{
    padding-top: 0;
}
.homeproduct-list ul {
    margin: 0 -20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeproduct-list li{
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    padding: 20px 20px;
}
.zs-homeproduct.bg .homeproduct-list li a{
    background-color: #FFF;
}
.homeproduct-list li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #f6f6f6;
    border-radius: 5px;
    transition: all 0.35s;
}
.homeproduct-list li a:hover{
    transform: scale(1.05);
    z-index: 2;
}
.homeproduct-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.homeproduct-list li .pic .img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #F6F6F6;
    background-blend-mode: multiply;
    transition: background-size 1.2s;
    transition: all 0.3s ease-in-out;
}
.zs-homeproduct.bg .homeproduct-list li .pic .img{
    background-color: #FFF;
}
.homeproduct-list li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
    padding: 15px 20px 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zs-homebanner-center {
    display: flex;
    align-items: center;
    padding: 40px 0 80px;
    height: 530px;
    background: url(../img/bg-homebanner-center.jpg) no-repeat center center;
    background-size: cover;
    color: #FFF;
    text-align: center;
}
.zs-homebanner-center .subtitle{
    font-size: 28px;
    font-weight: bold;
}
.zs-homebanner-center .title{
    font-size: 56px;
    font-weight: bold;
}
.tags-list {
    display: flex;
    width: 100%;
    margin-top: 35px;
    padding: 0 6.25%;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.tags-list strong{
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    font-weight: bold;
    margin: 8px 8px;
}
.tags-list a{
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    background: transparent;
    height: 32px;
    padding: 0 15px;
    margin: 8px;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 5px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #FFF
}
.tags-list a:hover{
    border: 1px solid rgba(255,255,255,0.0);
    background: linear-gradient(113deg, #8a00e5, #6601a8);
}
.zs-homebanner-bottom {
    display: flex;
    align-items: center;
    padding: 60px 0;
    height: 430px;
    background: url(../img/bg-homebanner-bottom.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.zs-homebanner-bottom .title{
    font-size: 36px;
    font-weight: bold;
}
.zs-homebanner-bottom .desc{
    display: flex;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 20px;
}
.zs-homebanner-bottom .desc .item{
    width: 33.333%;
    padding: 0 20px;
}
.zs-homebanner-bottom .desc strong{
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.zs-homebanner-bottom .desc span{
    display: block;
    padding-top: 15px;
    font-size: 16px;
}
.zs-homebanner-bottom .btn{
    display: block;
    margin-top: 38px;
}
.zs-homebanner-bottom .btn a{
    margin: 0 auto;
}
.zs-homeservice-banner{
    display: block;
    width: 100%;
    height: 768px;
    position: relative;
    background: #1b1534;
}
.zs-homeservice-banner .text{
    position: absolute;
    left: 0;
    bottom: 90px;
    padding: 0 60px;
    color: #FFF;
    z-index: 10;
}
.zs-homeservice-banner .text .title{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 18px;
}
.zs-homeservice-banner .text .subtitle{
    font-size: 25px;
    margin-bottom: 45px;
}
.zs-homeservice-banner .pic{
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.zs-homeservice-banner .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-homenews{
    display: block;
    height: auto;
    margin-bottom: 60px;
    position: relative;
    padding-top: 50px;
}
.news-list{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}
.news-list ul{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.news-list li{
    flex: 0 0 33.333%;
    width: 33.333%;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.news-list li a{
    display: block;
    width: 100%;
    height: auto;
}
.news-list li .pic{
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.news-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
}
.news-list li:hover .pic img {
    transform: scale(1.05);
}
.news-list li .text{
    display: block;
    padding: 0 0;
}
.news-list li .title{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin: 10px 0 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list li .desc{
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    color: #808080;
    margin: 10px 0 0;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list li .btn{
    margin: 10px 0 0;
    line-height: 28px;
    font-size: 16px;
    color: #8a00e5;
    text-decoration: underline;
}
.news-list li a:hover .btn{
    color: #8a00e5;
}
.news-list li .text-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-list li .date{
    font-size: 14px;
    margin: 18px 0 0;
    line-height: 1;
    color: #808080;
}
.logo-card{
    display: block;
    width: 100%;
    padding-top: 30px;
}
.logo-card ul{
    margin: 0 -10px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.logo-card li {
    display: inline-block;
    vertical-align: top;
    width: 16.6%;
    padding: 8px 10px 8px 10px;
}
.logo-card li:nth-child(8n){
    padding-right: 0;
}
.logo-card li div {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    height: 90px;
    padding: 20px;
}
.logo-card li:hover div {
    box-shadow: 0px 1px 10px rgba(138, 0, 229, 0.5);
}
.logo-card li div img {
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 90px;
    font-size: 0!important;
    line-height: 0!important;
}
.zs-homeservice{
    padding: 100px 0 150px;
}
.zs-homeservice .zs-wp{
    display: flex;
    justify-content: space-between;
}
.zs-homeservice .left{
    flex: 0 0 28%;
    width: 28%;
    padding-right: 50px;
}
.zs-homeservice .left .btn{
    margin-top: 70px;
}
.zs-homeservice .right{
    flex: 0 0 72%;
    width: 72%;
}
.zs-homeservice .service-nav{
    display: block;
    width: 80%;
    padding-top: 28px;
}
.zs-homeservice .service-nav li{
    font-size: 18px;
    margin-bottom: 25px;
    cursor: pointer;
    background: url(../img/arrow-right.svg) no-repeat right center;
    background-size: 14px 14px;
}
.zs-homeservice .service-nav li.on{
    color: #8a00e5;
    font-weight: bold;
}
.homeservice-swiper{
    padding-bottom: 60px;
}
.homeservice-swiper .swiper-slide{
    position: relative;
    width: 360px;
    height: 420px;
}
.homeservice-swiper .swiper-slide .pic{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homeservice-swiper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homeservice-swiper .swiper-slide:hover img{
    transform: scale(1.05);
}
.homeservice-swiper .swiper-slide .text{
    background: linear-gradient(180deg,rgba(27,21,52,0) 25.57%,#1b1534);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
}
.homeservice-swiper .swiper-slide .text .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    padding: 25px 25px 25px;
}
.homeservice-swiper .page-box{
    position: absolute;
    right: 100px;
    width: 80px;
    height: 32px;
    bottom: 0;
}
.homeservice-swiper .swiper-button-prev,.homeservice-swiper .swiper-button-next{
    margin-top: -17px;
}
.homeservice-swiper .swiper-button-next:after, .homeservice-swiper .swiper-button-prev:after {
    color: #8a00e5;
    font-size: 16px;
    font-weight: bold;
}
.homeservice-swiper .swiper-button-prev{
    left: 0;
}
.homeservice-swiper .swiper-button-next{
    right: 0;
}
.homeservice-swiper .swiper-scrollbar {
    background: rgba(138,0,229,.3);
    bottom: 0;
    height: 2px;
    left: 0;
    margin-bottom: 10px;
    max-width: unset;
    min-width: auto;
    position: absolute;
    right: auto;
    top: auto;
    width: calc(100% - 198px);
}
.homeservice-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #8a00e5;
    cursor: -webkit-grab;
    cursor: grab;
    height: 2px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner {
    height: 360px;
}
.zs-homebanner .text {
    width: 92%;
    left: 4%;
    right: 4%;
}
.zs-homebanner .text .title {
    font-size: 28px;
}
.zs-homebanner .text .subtitle {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
}
.zs-homebanner .text .desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 30px;
}
.zs-homebanner .text .btn {
    padding-top: 10px;
}
.zs-homebanner .text .btn a {
    width: 165px;
    height: 45px;
    font-size: 16px;
}
.zs-homebanner .swiper-pagination {
    bottom: 20px;
}
.zs-homebanner .swiper-button-prev, .zs-homebanner .swiper-button-next {
    display: none;
}
.zs-homeproduct {
    padding: 30px 0;
}
.homeproduct-list ul {
    margin: 0 -8px;
}
.homeproduct-list li {
    flex: 0 0 50%;
    width: 50%;
    height: auto;
    padding: 10px 8px;
}
.homeproduct-list li .title {
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 10px 10px;
}
.zs-homebanner-center {
    padding: 30px 0 45px;
    height: auto;
    text-align: center;
}
.zs-homebanner-center .title {
    font-size: 26px;
}
.zs-homebanner-center .subtitle {
    font-size: 18px;
}
.tags-list {
    display: flex;
    width: 100%;
    margin-top: 25px;
    padding: 0 0;
}
.tags-list strong {
    width: 100%;
    height: auto;
    line-height: auto;
    font-size: 14px;
}
.tags-list a {
    font-size: 13px;
    height: auto;
    padding: 5px 10px;
    margin: 5px;
}

.zs-homesolution {
    padding: 30px 0;
}
.homesolution-list ul {
    margin: 0 -8px;
}
.homesolution-list li {
    flex: 0 0 50%;
    width: 50%;
    padding: 8px 8px;
}
.homesolution-list li .text {
    padding: 10px 10px 10px;
}
.homesolution-list li .title {
    font-size: 15px;
    margin-bottom: 8px;
}
.homesolution-list li .desc {
    font-size: 13px;
    line-height: 1.65;
}
.homesolution-list li .more {
    margin-top: 10px;
    font-size: 13px;
}
.zs-homenews {
    margin-bottom: 30px;
    padding-top: 30px;
}
.news-list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.news-list li .title {
    font-size: 16px;
}
.news-list li .desc {
    font-size: 14px;
}
.news-list li .date {
    font-size: 13px;
}
.zs-homebox.bg {
    padding-top: 30px;
    padding-bottom: 30px;
}
.zs-homebanner-bottom {
    padding: 45px 0;
    height: auto;
}
.zs-homebanner-bottom .title {
    font-size: 28px;
}
.zs-homebanner-bottom .desc {
    display: flex;
    padding: 30px 0 0;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-homebanner-bottom .desc .item {
    width: 100%;
    padding: 0 0 30px 0;
}
.zs-homebanner-bottom .desc strong {
    font-size: 18px;
}
.zs-homebanner-bottom .desc span {
    display: block;
    padding-top: 10px;
    font-size: 14px;
}
.zs-homebanner-bottom .btn {
    margin-top: 10px;
}
.zs-homeservice {
    padding: 45px 0 45px;
}
.zs-homeservice .zs-wp {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-homeservice .left {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
}
.zs-homeservice .service-nav {
    width: 100%;
}
.zs-homeservice .left .btn {
    margin-top: 38px;
}
.zs-homeservice .right {
    flex: 0 0 100%;
    width: 100%;
    padding-top: 45px;
}
.zs-homeservice-banner {
    width: 100%;
    height: auto;
}
.zs-homeservice-banner .text {
    bottom: unset;
    padding: 45px 4%;
}
.zs-homeservice-banner .text .title {
    font-size: 28px;
}
.zs-homeservice-banner .text .subtitle {
    font-size: 16px;
    margin-bottom: 35px;
}
.homeservice-swiper .swiper-scrollbar {
    width: calc(100% - 98px);
}
.homeservice-swiper .page-box {
    width: 80px;
    right: 0;
}
.homeservice-swiper .swiper-slide .text .title {
    font-size: 18px;
}
.logo-card {
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0;
}
.logo-card ul {
    margin: 0 0;
}
.logo-card li {
    width: 33.333%;
    padding: 6px 6px 6px 6px;
}
.logo-card li div {
    width: 100%;
    height: 50px;
    padding: 5px;
}
.logo-card li div img {
    max-width: 95%;
    max-height: 95%;
}

}