.zs-homebanner{
    display: block;
    width: 100%;
    height: 840px;
    position: relative;
}
.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: 100%;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 1;
    z-index: 60;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zs-homebanner .text .title{
    font-weight: normal;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1.5;
    font-family: 'Times New Roman';
    padding-top: 15px;
}
.zs-homebanner .text .subtitle{
    font-size: 20px;
    color: #FFF;
    line-height: 1.5;
}
.zs-homebanner .text .btn{
    display: flex;
    padding-top: 50px;
}
.zs-homebanner .text .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 47px;
    border-radius: 23px;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 18px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    margin: 0 15px 0 15px;
    text-align: center;
    position: relative;
}
.zs-homebanner .text .btn a:hover{
    color: #030DAD;
    background-color: #FFF;
    border: 1px solid #FFF;
}
.zs-homebanner .text .btn a.cur{
    background-color: #030DAD;
    border: 1px solid #030DAD;
}
.zs-homebanner .text .btn a.cur:hover{
    background-color: #FFF;
    border: 1px solid #FFF;
}
.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{
    display: none;
    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: 30px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 16px;
    display: inline-block;
    border-radius: 50%;
    background: #FFFFFF;
    opacity: 1;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    position: relative;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 19px;
    height: 19px;
    margin: -9.5px 0 0 -9.5px;
    border: 1px solid #FFF;
    border-radius: 50%;
    box-sizing: border-box;
}
.zs-homebox{
    display: block;
    padding: 80px 60px;
    background-color: #FFF;
}
.zs-homebox.pd0{
    padding-left: 0;
    padding-right: 0;
}
.zs-homebox.pt0{
    padding-top: 0;
}
.zs-homebox.bg{
    background-color: #F6F6F6;
}
.zs-homebox .btn{
    display: block;
    width: 160px;
    margin: 60px auto 0;
}
.homeproduct{
    padding-bottom: 50px;
}
.homeproduct .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 600px;
    background-color: transparent;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.homeproduct .swiper-slide .pic{
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}
.homeproduct .swiper-slide:hover .pic{
    transform: scale(1.02);
}
.homeproduct .text{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 30px;
    right: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    padding: 25px 50px;
    line-height: 1;
    color: #FFF;
    background-color: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.2);
    /*backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);*/
    border-radius: 15px;
    z-index: 10;
}
.homeproduct .text .title{
    font-size: 38px;
    font-family: 'Times New Roman';
    font-weight: bold;
    white-space: nowrap;
}
.homeproduct .text .desc{
    padding-left: 50px;
    font-size: 18px;
    line-height: 1.6;
}
.homeproduct .swiper-pagination{
    bottom: 0;
}
.homeproduct .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 16px;
    display: inline-block;
    border-radius: 50%;
    background: #030DAD;
    opacity: 1;
}
.homeproduct .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    position: relative;
}
.homeproduct .swiper-pagination .swiper-pagination-bullet-active::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 19px;
    height: 19px;
    margin: -9.5px 0 0 -9.5px;
    border: 1px solid #030DAD;
    border-radius: 50%;
    box-sizing: border-box;
}
.homecase-list{
    display: block;
    padding: 0 0;
}
.homecase-list ul {
    margin: -10px -12.5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.homecase-list li{
    flex: 0 0 33.333%;
    width: 33.333%;
    height: auto;
    padding: 12.5px 12.5px;
}
.homecase-list li a{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.75;
    padding: 0;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
}
.homecase-list li .text{
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    display: block;
    padding: 15px 20px;
    line-height: 1;
    color: #FFF;
    background-color: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.2);
    /*backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);*/
    border-radius: 10px;
    z-index: 10;
}
.homecase-list li .text .title{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.homecase-list li .text .location{
    font-size: 14px;
    color: #DDD;
}
.homecase-list li .text .location i{
    margin-right: 5px;
    font-size: 14px;
}
.homecase-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homecase-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homecase-list li:hover .pic img{
    transform: scale(1.05);
}
.homenews-list{
    display: block;
    padding: 0 0;
}
.homenews-list ul {
    margin: 0 -17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.homenews-list li{
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    padding: 17px 17px;
}
.homenews-list li a{
    display: block;
    height: auto;
    aspect-ratio: 1/1.23;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border: 1px solid #EAEAEA;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.homenews-list li a:hover{
    background: #030DAD;
}
.homenews-list li .pic{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.7;
    overflow: hidden;
}
.homenews-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homenews-list li:hover .pic img{
    transform: scale(1.05);
}
.homenews-list li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 50px 40px;
}
.homenews-list li .title{
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.homenews-list li a:hover .title{
    color: #FFF;
}
.homenews-list li .date{
    font-size: 14px;
    color: #000;
    padding-bottom: 20px;
}
.homenews-list li a:hover .date{
    color: #EAEAEA;
}
.hometestimonials-list{
    display: block;
    padding: 0 0;
}
.hometestimonials-list .hometestimonials-container{
    display: block;
    width: 100%;
    min-height:500px;
    padding-top: 0;
    padding-bottom: 50px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.hometestimonials-list ul{
    margin: 0 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.hometestimonials-list li,.hometestimonials-list .swiper-slide{
    width: calc(25% - 35px);
    height: auto;
    padding: 17px 0;
}
.hometestimonials-list .desc{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 250px;
    padding: 45px 50px;
    font-size: 20px;
    line-height: 1.5;
    background: #FFFFFF;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border: 1px solid #EAEAEA;
    border-radius: 15px;
    transition: all 0.35s;
    position: relative;
}
.hometestimonials-list .desc:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    transition: all 0.35s;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFF;
    filter: drop-shadow(0 6px 4px rgba(141,141,141,0.15));
}
.hometestimonials-list .desc div{
    width: 100%;
    height: 155px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.hometestimonials-list li:hover .desc,.hometestimonials-list .swiper-slide:hover .desc{
    background: #030DAD;
    color: #FFF;
}
.hometestimonials-list li:hover .desc:after,.hometestimonials-list .swiper-slide:hover .desc:after{
    border-top: 15px solid #030DAD;
}
.hometestimonials-list .text{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.hometestimonials-list .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 138px;
    margin: 30px auto 15px;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border: 1px solid #EAEAEA;
    overflow: hidden;
}
.hometestimonials-list .icon img{
    display: block;
    max-width: 99%;
    max-height: 99%;
    transition: all 0.35s;
}
.hometestimonials-list .name{
    display: block;
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
.hometestimonials-list .job{
    font-size: 14px;
    color: #201a1a;
    padding-top: 2px;
}
.homecontact{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 35px;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 2px 1px 13px 0px rgba(141, 141, 141, 0.15);
    border-radius: 15px;
}
.homecontact .desc{
    flex: 0 0 70%;
    width: 70%;
    font-size: 22px;
}
.homecontact .btn{
    flex: 0 0 30%;
    width: 30%;
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
}
.homecontact .btn a{
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
}
.homeabout{
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.homeabout .title{
    flex: 0 0 33%;
    width: 33%;
}
.homeabout .title h3{
    font-size: 18px;
    color: #030DAD;
}
.homeabout .title h2{
    font-size: 50px;
    font-family: 'Times New Roman';
}
.homeabout .desc{
    flex: 0 0 67%;
    width: 67%;
    font-size: 18px;
}
.homeabout .desc h3{
    font-size: 30px;
    color: #030DAD;
    font-family: 'Times New Roman';
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner {
    height: 380px;
}
.zs-homebanner .text .subtitle {
    font-size: 15px;
    line-height: 1.2;
}
.zs-homebanner .text .title {
    font-size: 28px;
    line-height: 1.2;
    padding-top: 15px;
}
.zs-homebanner .text .btn {
    padding-top: 30px;
}
.zs-homebanner .text .btn a {
    width: 120px;
    height: 38px;
    font-size: 15px;
    margin: 0 10px 0 10px;
}
.zs-homebox{
    padding: 35px 4%;
}
.zs-homebox .btn {
    width: 160px;
    margin: 25px auto 0;
}
.homeabout {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: -10px;
}
.homeabout .title {
    flex: 0 0 100%;
    width: 100%;
}
.homeabout .title h2 {
    font-size: 30px;
    text-align: center;
}
.homeabout .title h3 {
    font-size: 15px;
    text-align: center;
}
.homeabout .desc {
    flex: 0 0 100%;
    width: 100%;
    font-size: 15px;
}
.homeabout .desc h3 {
    font-size: 22px;
    text-align: center;
}
.homeproduct {
    margin: 0 4%;
    padding-bottom: 50px;
}
.homeproduct .swiper-slide {
    font-size: 18px;
    width: 100%;
    height: 380px;
    border-radius: 10px;
}
.homeproduct .swiper-slide .pic {
    height: 380px;
}
.homeproduct .text {
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    padding: 15px 15px;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.homeproduct .text .title {
    font-size: 28px;
    padding-bottom: 10px;
}
.homeproduct .text .desc {
    padding-left: 0;
    font-size: 15px;
    line-height: 1.35;
}
.homeproduct .swiper-pagination {
    bottom: 5px;
}
.homecase-list {
    display: block;
    padding: 0 0 10px;
}
.homecase-list ul {
    margin: 0 -8px;
}
.homecase-list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 8px 8px;
}
.homecase-list li a {
    border-radius: 10px;
}
.homecase-list li .text .title {
    font-size: 16px;
    line-height: 1.35;
}
.homecase-list li .text {
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    padding: 12px 15px;
    border-radius: 8px;
}
.homecase-list li .text .location {
    font-size: 13px;
}
.homecase-list li .text .location i {
    font-size: 13px;
}
.zs-homebox.pt0{
    padding-top: 10px;
}
.homecontact {
    display: flex;
    align-items: center;
    padding: 30px 20px 30px;
    justify-content: flex-start;
    border-radius: 10px;
    flex-direction: column;
}
.homecontact .desc {
    flex: 0 0 100%;
    width: 100%;
    font-size: 16px;
}
.homenews-list ul {
    margin: 0 -8px;
}
.homenews-list li {
    flex: 0 0 50%;
    width: 50%;
    padding: 8px 8px;
}
.homenews-list li a {
    aspect-ratio: auto;
    border-radius: 10px;
}
.homenews-list li .pic {
    position: relative;
}
.homenews-list li .text {
    padding: 15px 15px;
}
.homenews-list li .date {
    font-size: 12px;
    padding-bottom: 10px;
}
.homenews-list li .title {
    font-size: 15px;
}
.hometestimonials-list .desc {
    height: 150px;
    padding: 20px 20px;
    font-size: 16px;
    box-shadow: 1px 1px 6px 0px rgba(141,141,141,0.15);
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}
.hometestimonials-list .icon {
    width: 90px;
    height: 90px;
    margin: 20px auto 10px;
    box-shadow: 1px 1px 6px 0px rgba(141,141,141,0.15);
}
.hometestimonials-list .hometestimonials-container {
    min-height: 350px;
    padding-bottom: 35px;
}

}