.zs-homebanner{
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
}
.zs-homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner .video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner .text {
    position: absolute;
    display: flex;
    width: 100%;
    left: 10%;
    right: 0;
    height: 100%;
    padding-bottom: 260px;
    text-align: center;
    line-height: 1;
    z-index: 60;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}
.zs-homebanner .text .title{
    font-weight: normal;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1.5;
    padding-top: 15px;
}
.zs-homebanner .text .subtitle{
    font-size: 18px;
    color: #FFF;
    line-height: 1.5;
    padding-top: 10px;
}
.zs-homebanner .text.black{
    left: 0;
    align-items: center;
    padding-bottom: 490px;
}
.zs-homebanner .text .btn{
    display: flex;
    padding-top: 40px;
}
.zs-homebanner .text .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 47px;
    border-radius: 24px;
    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 0;
    text-align: center;
    position: relative;
}
.zs-homebanner .text .btn a:hover{
    color: #0000ff;
    background-color: #FFF;
    border: 1px solid #FFF;
}
.zs-homebanner .text .btn a.cur{
    background-color: #0000ff;
    border: 1px solid #0000ff;
}
.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: 10px;
    height: 10px;
    margin: 0 24px;
    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: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    border: 1px solid #FFF;
    border-radius: 50%;
    box-sizing: border-box;
}
.zs-homebox{
    display: block;
    padding: 100px 60px 130px;
    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;
}
.bg-product{
    background: #F6F6F6 url('https://cdn6.zhuocms.com/storage/wwwcntepowerjp/img/bg-homeproduct.png') no-repeat center bottom;
    background-size: 100% auto;
}
.bg-homeproject{
    background: #F6F6F6 url('https://cdn6.zhuocms.com/storage/wwwcntepowerjp/img/bg-homeproject.png') no-repeat left bottom;
    background-size: auto auto;
}
.homeproduct-list{
    display: block;
    padding: 10px 0 0 0;
}
.homeproduct-list ul {
    margin: -17px -17px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeproduct-list li{
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    padding: 17px 17px;
}
.homeproduct-list li a{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    box-shadow: 2px 1px 13px 0px rgba(141,141,141,0.15);
    border-radius: 15px;
}
.homeproduct-list li .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}
.homeproduct-list li:hover .text::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 165px;
    background: linear-gradient(0deg, #0000FF 0%, rgba(0,0,255,0) 100%);
    z-index: 11;
}
.homeproduct-list li .text .title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 30px;
    color: #000;
    z-index: 12;
}
.homeproduct-list li:hover .text .title,.homeproduct-list li:hover .text .model{
    display: block;
    color: #FFF;
}
.homeproduct-list li .text .model{
    position: absolute;
    bottom: 30px;
    left: 0;
    display: none;
    width: 100%;
    text-align: center;
    z-index: 13;
}
.homeproduct-list li .text .model span{
    padding: 0 15px;
}
.homeproduct-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homeproduct-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homeproduct-list li .pic img.hover,.homeproduct-list li:hover .pic img{
    display: none;
}
.homeproduct-list li:hover .pic img.hover{
    display: block;
}
.homeabout .pic{
    display: flex;
    justify-content: center;
}
.homeabout .number{
    display: block;
    width: 1396px;
    margin: 62px auto 0;
    padding: 20px 50px 45px;
    padding-top: 20px;
    padding-bottom: 45px;
}
.homeabout .number ul{
    display: flex;
    justify-content: space-between;
}
.homeabout .number li{
    display: block;
    width: auto;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.homeabout .number li strong{
    display: block;
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    color: #0000FF;
}
.homeabout .number li strong em{
    font-size: 30px;
}
.homeproject-box{
    display: block;
    width: 100%;
    min-height:625px;
    position: relative;
}
.homeproject-list{
    display: block;
    width: 100%;
    min-height:430px;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.homeproject-list .swiper-slide{
    display: block;
    width: 386px;
    height: 625px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.homeproject-list .swiper-slide .pic{
    display: flex;
    margin: 0 auto 20px;
    width: 100%;
    height: 100%;
    align-items: center;
    overflow: hidden;
}
.homeproject-list .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homeproject-list .swiper-slide:hover img{
    transform: scale(1.05);
}
.homeproject-list .swiper-slide .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    color: #FFF;
    padding: 30px 30px;
    height: 260px;
    background: linear-gradient(0deg, #000000 0%, rgba(0,0,0,0) 100%);
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
}
.homeproject-list .swiper-slide:hover .text {
    background: linear-gradient(0deg, #0000FF 0%, rgba(0,0,255,0) 100%);
}
.homeproject-list .swiper-slide .title{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.35;
}
.homeproject-list .swiper-slide .subtitle{
    font-size: 16px;
}
.homeproject-list .swiper-slide .desc{
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.35;
}
.homeproject-box .swiper-button-prev{
}
.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: #0000ff;
}
.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: #808080;
    padding-bottom: 20px;
}
.homenews-list li a:hover .date{
    color: #EAEAEA;
}
.homecase-box{
    display: block;
    width: 100%;
    min-height:468px;
    position: relative;
}
.homecase-list{
    display: block;
    width: 100%;
    min-height:430px;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.homecase-list .swiper-slide{
    display: block;
    width: 386px;
    height: auto;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.homecase-list .swiper-slide a{
    display: block;
    height: auto;
    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;
}
.homecase-list .swiper-slide a:hover{
    background: #0000FF;
}
.homecase-list .swiper-slide .pic{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.7;
    overflow: hidden;
}
.homecase-list .swiper-slide .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homecase-list .swiper-slide:hover .pic img{
    transform: scale(1.05);
}
.homecase-list .swiper-slide .text {
    display: flex;
    min-height: 160px;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.homecase-list .swiper-slide .title{
    font-size: 20px;
    min-height: 60px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.homecase-list .swiper-slide a:hover .title,.homecase-list .swiper-slide:hover .country .model,.homecase-list .swiper-slide:hover .country .iconfont{
    color: #FFF;
}
.homecase-list .swiper-slide .country{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homecase-list .swiper-slide .country .model{
    font-size: 16px;
    color: #0000FF;
}
.homecase-list .swiper-slide .country .iconfont{
    font-size: 16px;
    color: #666;
}
.homecase-box .swiper-button-next {
    right: 38px;
}
.homecase-box .swiper-button-prev{
    left: 38px;
}
.homecase-box .swiper-button-next,.homecase-box .swiper-button-prev{
    margin-top: -60px !important;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner {
    height: 580px;
}
.zs-homebanner .text {
    left: 4%;
    right: 4%;
    width: calc(100% - 8%);
    text-align: left;
    padding-bottom: 220px;
}
.zs-homebanner .text .title {
    font-size: 28px;
    padding-top: 15px;
}
.zs-homebanner .text .subtitle {
    font-size: 16px;
    padding-top: 10px;
}
.zs-homebanner .text .btn a {
    height: 45px;
    font-size: 16px;
}
.zs-homebanner .text.black {
    left: 4%;
    align-items: center;
    text-align: center;
    padding-bottom: 200px;
}

.zs-homebox {
    display: block;
    padding: 45px 4% 45px;
}
.homeproduct-list ul{
    margin: 0;
}
.homeproduct-list li {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.homeproduct-list li .pic {
    display: flex;
    overflow: hidden;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.homeproduct-list li .text .title {
    font-size: 22px;
    padding: 15px 20px;
}
.homeproduct-list li .text .model {
    bottom: 20px;
    display: block;
}
.homeabout .pic img {
    display: block;
    width: 100%;
    height: auto;
}
.homeabout .number {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 0 25px;
}
.homeabout .number ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeabout .number li {
    width: 50%;
    font-size: 14px;
    margin-bottom: 15px;
}
.homeabout .number li strong {
    font-size: 38px;
    line-height: 1.2;
}
.bg-homeproject {
    background-size: 100% auto;
}
.homeproject-list .swiper-slide .title {
    font-size: 18px;
}
.homeproject-list .swiper-slide .subtitle {
    font-size: 14px;
}
.homeproject-list .swiper-slide .desc {
    font-size: 18px;
}
.homeproject-box .swiper-button-prev{
    left: 10px;
}
.homeproject-box .swiper-button-next{
    right: 10px;
}
.homenews-list {
    display: block;
    padding: 0 0 10px;
}
.homenews-list ul {
    margin: 0 0;
}
.homenews-list li {
    flex: unset;
    width: 100%;
    padding: 8px 0;
}
.homenews-list li a {
    aspect-ratio: auto;
    border-radius: 10px;
}
.homenews-list li .pic {
    position: relative;
}
.homenews-list li .text {
    padding: 15px 15px;
    height: 125px;
    overflow: hidden;
}
.homenews-list li .date {
    font-size: 12px;
    padding-bottom: 10px;
}
.homenews-list li .title {
    font-size: 16px;
}
.homecase-box {
    min-height: auto;
}
.homecase-list .swiper-slide .text {
    display: flex;
    min-height: auto;
    padding: 20px 20px;
}
.homecase-list .swiper-slide .title {
    font-size: 16px;
    min-height: auto;
    -webkit-line-clamp: 3;
}
.homecase-list .swiper-slide .country .model {
    font-size: 14px;
}
.homecase-list .swiper-slide .country .iconfont {
    font-size: 14px;
}
.homecase-box .swiper-button-next,.homecase-box .swiper-button-prev{
    margin-top: -90px !important;
}
}