
.zs-homebanner{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.375;
    position: relative;
}
.zs-homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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(0, 0, 0, 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: 20px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 6px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 3px;
    background: #FFF;
    opacity: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #0252bb !important;
}
.zs-hometopproducts{
    display: block;
    padding: 80px 0 100px;
}
.zs-hometopproducts.bg{
    background-color: #F6F6F6;
}
.homeproducts-box{
    display: block;
    width: 100%;
    min-height:500px;
    position: relative;
}
.homeproducts-box.det-related{
    margin: 0 -20px;
    width: calc(100% + 40px);
}
.homeproducts-list{
    display: block;
    width: 100%;
    min-height:430px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.homeproducts-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -20px -20px;
}
.homeproducts-list .swiper-slide,.homeproducts-list li{
    display: block;
    width: 25%;
    height: auto;
    position: relative;
    padding: 0 20px;
    border-radius: 10px;
}
.homeproducts-list .swiper-slide .item{
    margin-bottom: 40px;
}
.homeproducts-list li{
    padding: 20px 20px;
}
.homeproducts-list .pic{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.homeproducts-list .pic{
    border: 1px solid #EAEAEA;
}
.homeproducts-list .pic em{
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 48px;
    height: 20px;
    border-radius: 52px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
    padding: 3px 8px;
    color: #fff;
    z-index: 1;
    font-family: Helvetica;
}
.homeproducts-list .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homeproducts-list .swiper-slide .item:hover .pic img,.homeproducts-list li:hover .pic img{
    transform: scale(1.05);
}
.homeproducts-list .text{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
}
.homeproducts-list .text .title{
    text-align: center;
    font-size: 16px;
    line-height: 1.57;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 15px;
    -webkit-line-clamp: 1;
}
.homeproducts-list .text .btn{
    width: 252px;
    height: 42px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0252bb;
    border-radius: 48px;
    margin: 0 auto;
    cursor: pointer;
}
.homeproducts-list .swiper-slide .item:hover .text .btn,.homeproducts-list li:hover .text .btn{
    background-color: #0092e4;
}
.homeproducts-box .swiper-button-prev{
    left: -50px;
    top: 47%;
}
.homeproducts-box .swiper-button-next{
    right: -50px;
    top: 47%;
}
.zs-homeabout{
    padding: 80px 0 100px;
    background-color: #F6F6F6;
}
.homeabout-box{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.homeabout-box .about-left {
    width: 54%;
    height: 540px;
    flex-shrink: 0;
    margin-right: 84px;
    border-radius: 8px;
    background-color: #0252bb;
}
.homeabout-box .about-left .p_bg {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: inherit;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    transform: translate(36px,-36px);
}
.homeabout-box .about-left .p_bg img {
    transition: all .3s;
    border-radius: 8px;
}
.homeabout-box .about-left .p_bg:hover img{
    transform: scale(1.05);
}
.image-part img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center;
}
.about-photo{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1; 
}
.about-photo .about-pic{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.about-photo .about-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-position: center;
}
.about-photo .swiper-button-next {
    right: 20px;
}
.about-photo .swiper-button-prev {
    left: 20px;
}
.about-photo .swiper-button-next::after,.about-photo .swiper-button-prev::after{
    color: #EAEAEA;
}
.about-photo .swiper-button-next:hover::after,.about-photo .swiper-button-prev:hover::after{
    color: #75cbfb;
}
.homeabout-box .about-left .p_bg .p_play_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: -8px 8px 16px 0 rgba(0,0,0,0.25);
}
.homeabout-box .about-left .p_bg .p_play {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    z-index: 10;
}
.homeabout-box .about-left .p_bg .p_play .p_bgicon {
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}
.homeabout-box .about-left .p_bg .p_play .feitian {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 48px;
    margin-left: 2px;
    color: #0252bb;
}
.homeabout-box .about-right{
    padding-top: 0px;
}
.homeabout-box .about-right .p_r_title {
    color: #0252bb;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 4px;
    text-align: left;
    margin-bottom: 8px;
    font-family: Arial;
}
.homeabout-box .about-right .name {
    color: #323232;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    margin: 0 0 0px;
}
.homeabout-box .about-right .desc {
    margin-bottom: 72PX;
}
.homeabout-box .about-right .desc .text {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 14;
    letter-spacing: 0;
    text-align: left;
    font-family: 'Rubik-Regular';
}
.homeabout-box .about-right .btn-wrap {
    display: flex;
    justify-content: flex-start;
}
.homeabout-box .about-right .p_btn {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    border-radius: 27px;
    cursor: pointer;
    transition: all .2s;
    text-transform: capitalize;
    width: 248px;
    color: #0252bb;
    border: 1px solid #0252bb;
}
.homeabout-box .about-right .p_more {
    margin-right: 32px;
    position: relative;
    width: 248px;
    transition-duration: .4s;
    transition-delay: .1s;
    transition: background-color .3s ease;
}
.homeabout-box .about-right .p_more i{
    margin-left: 10px;
}
.homeabout-box .about-right .p_more:hover {
    color: #fff;
    background: #0252bb;
}
.homeabout-box .about-right .p_c_btn {
    color: #fff;
    width: 246px;
    background: #0252bb;
    height: 48px;
    transition-duration: .4s;
    transition-delay: .1s;
}
.homeabout-box .about-right .p_c_btn:hover {
    background: #0092e4;
    border-color: #0092e4;
}
.zs-homeadvantages{
    display: block;
    padding-bottom: 60px;
}
.zs-homeadvantages .topbox{
    display: block;
    width: 100%;
    height: 410px;
    padding-top: 60px;
    /*background-color: #0252bb;*/
}
/*.zs-homeadvantages .zs-title .icon span{
    background-color: #FFF;
}
.zs-homeadvantages .zs-title .title{
    color: #FFF;
}*/
.homeadvantages-list{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
    margin-top: -200px;
}
.homeadvantages-list ul{
    display: flex;
    flex-wrap: wrap;
    margin: -20px -20px;
}
.homeadvantages-list li{
    display: block;
    width: 25%;
    height: auto;
    position: relative;
    padding: 0 20px;
    border-radius: 10px;
}
.homeadvantages-list li{
    padding: 20px 20px;
}
.homeadvantages-list .pic{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    align-items: center;
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
}
.homeadvantages-list .pic::after{
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    background-color: #0252bb;
}
.homeadvantages-list .pic .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 65px;
    height: 65px;
    opacity: 0.8;
    margin: -32.5px 0 0 -32.5px;
    background: url(../img/icon-play.png) no-repeat center center;
    background-size: 65px 65px;
    z-index: 100;
}
.homeadvantages-list .pic .img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.homeadvantages-list .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.homeadvantages-list li:hover .pic img{
    transform: scale(1.05);
}
.homeadvantages-list .text{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
}
.homeadvantages-list .text .title{
    text-align: center;
    font-size: 16px;
    line-height: 1.57;
}
.zs-homenews{
    display: flex;
    justify-content: space-between;
    /*background: url("../img/bg-homenews.jpg") no-repeat center center;
    background-size: cover;*/
    padding: 80px 0 100px;
}
/*.zs-homenews .zs-title .icon span{
    background-color: #FFF;
}
.zs-homenews .zs-title .title{
    color: #FFF;
}*/
.homenews-box{
    display: flex;
    justify-content: space-between;
}
.homenews-box .left{
    width: calc(50% - 25px);
    height: 570px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.homenews-box .left .item{
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
}
.homenews-box .left .item .title{
    width: 100%;
    height: auto;
    padding: 30px 30px;
    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 .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% - 25px);
    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: #0252bb;
    font-size: 14px;
    color: #FFF;
    border-radius: 5px;
}
.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: 15px;
}
.homenews-list li .title{
    width: 100%;
    height: 54px;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.homenews-list li .date{
    display: block;
    width: 100%;
    height: auto;
    margin: 18px 0 0;
    font-size: 15px;
    color: #808080;
}
.product-card {
  width: 100%;
  height: 1075px;
}
.product-card .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 8px 10px;
}
.product-card .swiper-slide{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 20px;
    border-radius: 10px;
}
.product-card .swiper-slide .item{
    margin-bottom: 40px;
}
.product-card .pic{
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.product-card .pic{
    border: 1px solid #EAEAEA;
}
.product-card .pic em{
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 48px;
    height: 20px;
    border-radius: 52px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center;
    padding: 3px 8px;
    color: #fff;
    z-index: 1;
    font-family: Helvetica;
}
.product-card .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.product-card .swiper-slide .item:hover .pic img{
    transform: scale(1.05);
}
.product-card .text{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
}
.product-card .text .title{
    text-align: center;
    font-size: 16px;
    line-height: 1.57;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 15px;
    -webkit-line-clamp: 1;
}
.product-card .text .btn{
    width: 252px;
    height: 42px;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0252bb;
    border-radius: 48px;
    margin: 0 auto;
    cursor: pointer;
}
.product-card .swiper-slide .item:hover .text .btn,.product-card li:hover .text .btn{
    background-color: #0092e4;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner {
    height: 145px;
}
.zs-homebanner .swiper-pagination {
    bottom: 5px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    margin: 0 5px;
}
.homeproducts-box{
    margin-bottom: -30px;
}
.zs-homeabout {
    padding: 45px 0 50px;
}
.homeabout-box {
    display: flex;
    justify-content: flex-start;
    padding-top: 20px;
    flex-direction: column;
}
.homeabout-box .about-left {
    width: calc(100% - 15px);
    height: auto;
    flex-shrink: 0;
    margin-right: 0;
}
.homeabout-box .about-left .p_bg {
    transform: translate(15px,-15px);
}
.homeabout-box .about-left .p_bg .p_play {
    width: 50px;
    height: 50px;
}
.homeabout-box .about-left .p_bg .p_play .p_bgicon {
    width: 50px;
    height: 50px;
}
.homeabout-box .about-left .p_bg .p_play .feitian {
    font-size: 35px;
}
.homeabout-box .about-right {
    padding-top: 28px;
}
.homeabout-box .about-right .name {
    font-size: 20px;
    line-height: 1.35;
    margin: 0 0 12px;
}
.homeabout-box .about-right .desc .text {
    font-size: 14px;
}
.homeabout-box .about-right .desc {
    margin-bottom: 25px;
}
.homeabout-box .about-right .p_more {
    margin-right: 15px;
    width: 48%;
}
.homeabout-box .about-right .p_btn {
    font-size: 14px;
    height: 42px;
}
.homeabout-box .about-right .p_c_btn {
    width: 48%;
    height: 42px;
}
.zs-homeadvantages {
    padding-bottom: 45px;
}
.zs-homeadvantages .topbox {
    height: auto;
    padding-top: 45px;
}
.homeadvantages-list {
    margin-top: 0;
}
.homeadvantages-list ul {
    margin: -10px -10px;
}
.homeadvantages-list li {
    width: 50%;
    padding: 12px 15px;
}
.homeadvantages-list .pic::after {
    left: -8px;
    bottom: -8px;
}
.homeadvantages-list .text .title {
    text-align: center;
    font-size: 14px;
    line-height: 1.57;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.homeadvantages-list .pic {
    margin-bottom: 5px;
}
.homeadvantages-list .text {
    padding: 15px 0 0;
}
.homeadvantages-list .pic .icon-play {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background: url(../img/icon-play.png) no-repeat center center;
    background-size: 40px 40px;
}
.homeproducts-list .swiper-slide .item {
    margin-bottom: 30px;
}
.zs-hometopproducts {
    padding: 35px 0 35px !important;
}
.homeproducts-list {
    padding-bottom: 0;
}
.homeproducts-list ul {
    margin: 0 -8px;
}
.homeproducts-list li,.homeproducts-list .swiper-slide{
    width: 50%;
    padding: 0 8px;
    margin-bottom: 20px;
}
.homeproducts-list .text {
    padding: 8px 0;
}
.homeproducts-list .text .title {
    font-size: 14px;
    -webkit-line-clamp: 2;
    min-height: auto;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.homeproducts-list .text .btn{
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.zs-homenews {
    display: flex;
    justify-content: space-between;
    padding: 45px 0 35px;
}
.homenews-box {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
}
.homenews-box .left {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.homenews-box .left .item .title {
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.35;
}
.homenews-box .homenews-list {
    width: 100%;
    height: auto;
}
.homenews-list li {
    padding: 0 0 20px;
    margin-bottom: 20px;
}
.homenews-list li .top {
    align-items: center;
}
.homenews-list li .title {
    height: auto;
    font-size: 15px;
    -webkit-line-clamp: 3;
}
.homenews-list li .date {
    height: auto;
    margin: 15px 0 0;
    font-size: 12px;
}
.homeproducts-box .swiper-button-prev{
    left: -18px;
}
.homeproducts-box .swiper-button-next{
    right: -18px;
}
.product-card {
  width: 100%;
  height: 165vw;
}
.product-card .swiper-slide .item {
    margin-bottom: 30px;
}
.product-card .swiper-slide{
    width: 100%;
    padding: 0 8px 20px;
}
.product-card .text {
    padding: 8px 0;
}
.product-card .text .title {
    font-size: 14px;
    -webkit-line-clamp: 2;
    min-height: auto;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.product-card .text .btn{
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.zs-homebanner .swiper-button-prev, .zs-homebanner .swiper-button-next {
    width: 30px;
    height: 30px;
    margin-top: -10px !important;
}
.zs-homebanner .swiper-button-next:after, .zs-homebanner .swiper-button-prev:after {
    font-size: 15px;
}
.zs-homebanner .swiper-button-prev {
    left: 10px;
}
.zs-homebanner .swiper-button-next {
    right: 10px;
}
}