@import "index.css";
@import "solution.css";
@import "join.css";
.zs-homebanner.product-banner{
    display: table;
    width: 100%;
    height: 590px;
    margin-bottom: 66px;
    position: relative;
}
.zs-homebanner.product-banner .swiper-pagination{
    bottom: 30px;
}
.product-list.pb0 {
  padding-bottom: 0;
}
.product-list{
  padding-bottom: 45px;
}
.product-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-list li{
    display: block;
    height: 237px;
    background: #FFF;
    background-image: none;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    width: 24.1%;
    position: relative;
    margin-right: 1.2%;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 10px;
    transition: all .4s ease;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.product-list li:hover {
    background: linear-gradient(135deg, #e4362d, #c5170e);
    box-shadow: 12px 12px 21px 0 rgba(228, 54, 45, 0.29);
    transform: translateY(-2px);
}
.product-list li:nth-child(4n) {
    margin-right: 0;
}
.product-list li .content{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.product-list li .content .text-warp {
    padding-left: 22px;
    padding-top: 56px;
}
.product-list li .content .title {
    height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    line-height: 21px;
}
.product-list li .content .desc {
    height: 45px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin-top: 8px;
    padding-right: 160px;
}
.product-list li:hover .content .title,.product-list li:hover .content .desc{
    color: #FFF;
}
.product-list li .content .btn-warp {
    display: flex;
    padding-left: 5px;
    padding-top: 0px;
}
.product-list li .content .btn-warp .btn a {
    margin-top: 16px;
    height: 32px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    border-radius: 30px 30px 30px 30px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: inline-block;
    line-height: 32px;
    width: 100px;
    text-align: center;
    margin-left: 14px;
    cursor: pointer;
}
.product-list li .content .btn-warp .btn a:hover{
   background: #ff847e;
   color: #FFF !important;
    box-shadow: 0px 4px 4px 0px rgba(228,54,45,0.3);
}
.product-list li .intro-img{
    position: absolute;
    right: 12px;
    bottom: 26px;
}
.product-inddt {
    display: block;
    height: 900px;
    padding-top: 110px;
    padding-bottom: 70px;
    background-size: cover !important;
}
.product-inddt .inddt-cont{
    width: 600px;
    position: relative;
    padding-left: 5%;
}
.product-inddt .inddt-cont .title{
    font-size: 36px;
    line-height:1.14;
    color: #FFF;
}
.product-inddt .inddt-cont .text{
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    padding-top: 12px;
}
.inddt-svp .show{
    color: #FFF;
}
.inddt-svp .show .data{
    font-size: 16px;
    line-height: 1.14;
}
.inddt-svp .show .title{
    font-size: 20px;
    height: 60px;
    line-height: 30px;
    color: #FFF;
    padding-top: 16px;
}
.inddt-svp .show .btn{
    display: flex;
    align-items: center;
    margin-top: 86px;
    width: 28px;
    height: 28px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/arrow_61c51ce.png) no-repeat 0 0;
    background-size: 100px 28px;
}
.product-inddt .swiper-button-prev,.product-inddt .swiper-button-next{
    background: transparent;
    opacity: 1;
    border:none;
}
.product-inddt .swiper-button-prev{
    left: 0;
}
.product-inddt .swiper-button-next{
    right: 0;
}
.product-inddt .swiper-button-next:after, .product-inddt .swiper-button-prev:after{
    color: rgba(255,255,255,0.8);
    font-size: 16px;
}
.product-inddt .swiper-button-prev:hover,.product-inddt .swiper-button-next:hover{
    border: none;
}
.product-inddt .swiper-button-next:hover:after, .product-inddt .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
.product-inddt .swiper-pagination{
    align-items: center;
    bottom: 6px;
    display: flex;
    justify-content: center;
    left: 15%;
    right: 15%;
    position: absolute;
    width: 70%;
    text-align: right;
    z-index: 100;
}
.product-inddt .swiper-pagination span{
    width: 50px;
    height: 1px;
    background: rgba(255,255,255,0.4);
    opacity: 1;
    margin: 0 0;
}
.product-inddt .swiper-pagination .swiper-pagination-bullet-active{
    background: #FFFFFF;
}
.product-inddt .swiper-pagebox{
    position: absolute;
    left: 4%;
    top: -50px;
    width: 300px;
    height: 20px;
    z-index: 100;
}
.inddt-svp {padding-left: 5%;margin-top: 150px;position: relative;}
.inddt-svp .swiper-container{padding-right: 1280px;padding-top: 80px;}
.inddt-lun {display: block;position: relative;height: 295px;overflow: hidden;}
.inddt-lun > img{width: 100%;height: 100%;transition: all .4s ease;object-fit: cover;}
.inddt-lun:hover > img{transform: scale(1.04);}
.inddt-lun .show{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .5);padding: 40px;transition: all .4s ease;}
.inddt-lun .show .btn{display: flex;align-items: center;}
.inddt-lun .show .btn i{font-size: 16px;color: #fff;transform: rotate(180deg);}
.banner-control{width: 100%;z-index: 3;color: #fff;margin-top: 100px;}
.banner-control .contain{align-items: center;display: flex;}
.banner-control .prev, .banner-control .next{width: 7px;height: 10px;background: url('https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/banneric1.png') no-repeat center;cursor: pointer;}
.banner-control .next{transform: rotate(180deg);}
.banner-control .this, .banner-control .leng{font-size: 12px;font-family: "HB";line-height: 12px;width: 20px;text-align: center;}
.banner-control .this{margin: 0 25px 0 13px;display: none;}
.banner-control .leng{margin: 0 13px 0 25px;display: none;}
.banner-control .line{width: 170px;height: 3px;margin: 0 25px 0 25px;background: rgba(255, 255, 255, .3);position: relative;}
.banner-control .line::after{content: "";position: absolute;width: 0;height: 100%;background: #0074ff;}
.banner-control .line.on::after{animation: bannerLine 4.6s linear both;}
.banner-control .line.one.on::after{animation: bannerLine 3.6s linear both;}
.proclhead {
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    padding-bottom: 30px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.proclban {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.proclban-img {
    width: 100%;
    overflow: hidden;
}

.proclban-img img {
    width: 100%;
    object-fit: cover;
}

.proclban-img img.none-pad-mb {
    height: 500px;
}

.proclban-img img.none-pc {
    min-height: 300px;
}

.proclban-cont {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.proclban-cont .zs-wp{
  padding-bottom: 55px;
}
.proclban-cont .title {
    color: #222;
    line-height: 1.5;
    font-size: 42px;
}

.proclban-cont .text {
    color: #555;
    line-height: 1.6;
    margin-top: 12px;
    max-width: 920px;
    font-size: 16px;
}

.proclban-cont .btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 22px;
}

.proclban-cont .btn a {
    width: 156px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #383351;
    position: relative;
    margin-left: 12px;
    font-size: 15px;
    box-shadow: 0 4px 12px 0 rgba(85, 98, 151, 0.16);
    overflow: hidden;
    transition: all .4s ease;
}

.proclban-cont .btn a::before,
.proclban-cont .btn a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .4s ease;
}

.proclban-cont .btn a span {
    position: relative;
    z-index: 2;
}

.proclban-cont .btn a::before {
    background: linear-gradient(to bottom, #f4f5f8, #fff);
}

.proclban-cont .btn a::after {
    background: #e4362d;
    opacity: 0;
}

.proclban-cont .btn a:hover {
    border: 2px solid #e4362d;
    color: #fff;
    box-shadow: 0 4px 12px 0 rgba(228, 54, 45, 0.29);
}

.proclban-cont .btn a:hover::before {
    opacity: 0;
}

.proclban-cont .btn a:hover::after {
    opacity: 1;
}

.proclban-cont .btn a.active {
    border: 2px solid #e4362d;
    color: #FFF;
}

.proclban-cont .btn a.active::before {
    opacity: 0;
}

.proclban-cont .btn a.active::after {
    opacity: 1;
}

.proclban-cont .btn a:first-child {
    margin-left: 0;
}

.proclban-cont .btn a.tech {
    width: auto;
    overflow: visible;
    margin-left: 24px;
    height: auto;
    color: #5e5a73;
    padding-right: 15px;
    border: none;
    border-radius: 0;
    background: url('https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/proclbanArr.svg') no-repeat right -3px top 3px/16px auto;
    box-shadow: none !important;
}

.proclban-cont .btn a.tech::before {
    display: none;
}

.proclban-cont .btn a.tech::after {
    content: "";
    position: absolute;
    opacity: 1;
    top: auto;
    width: 0;
    height: 1px;
    background: #6341ee;
    left: 0;
    bottom: 0;
    transition: all .4s ease;
}

.proclban-cont .btn a.tech:hover:after {
    width: 100%;
}

.proclban-cont .btn a.tech:hover {
    color: #6341ee;
    background-image: url('https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/proclbanArrH.svg');
}

.proclban-cont .btn a.tech .code,
.proclban-cont .btn a.hascode .code {
    display: none;
    width: 140px;
    height: 140px;
    padding: 6px;
    position: absolute;
    bottom: 44px;
    left: 50%;
    margin-left: -70px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px 2px rgba(85, 98, 151, 0.18);
}

.proclban-cont .btn a.tech .code::after,
.proclban-cont .btn a.hascode .code::after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-top-color: #fff;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
}

.proclban-cont .btn a.tech .code img,
.proclban-cont .btn a.hascode .code img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proclban-cont .btn a.tech:hover .code,
.proclban-cont .btn a.hascode:hover .code {
    display: block;
    animation: proclbanCode .6s ease-in-out both;
}

.proclban-cont .btn a.hascode {
    overflow: visible;
}

.proclban-cont .btn a.hascode .code {
    bottom: 56px;
}

@keyframes proclbanCode {
    0% {
        transform: translateY(-14px);
    }

    100% {
        transform: translateY(0);
    }
}

.proclban-cont .title,
.proclban-cont .text,
.proclban-cont .btn {
    opacity: 0;
}

.proclban-cont .title {
    animation: proclbanRight 1s ease both .4s;
}

.proclban-cont .text {
    animation: proclbanRight 1s ease both .5s;
}

.proclban-cont .btn {
    animation: proclbanRight 1s ease both .6s;
}

@keyframes proclbanRight {
    0% {
        opacity: 0;
        transform: translateX(200px);
        filter: blur(6px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}
.proclbar {
    width: 100%;
    position: relative;
    z-index: 4;
    margin-top: -80px;
}

.proclbar .contain {
    justify-content: space-between;
    align-items: center;
}

.proclbar-video {
    width: 314px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    background: #fff;
    padding: 10px;
    border: 2px solid #fff;
    box-shadow: 7px 7px 17px 5px rgba(85, 98, 151, 0.11);
    background: linear-gradient(to bottom, #f4f5f8, #fff);
    transition: all .4s ease;
}

.proclbar-video img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.proclbar-video-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    background: #e4362d
}

.proclbar-video-btn i {
    width: 10px;
    height: 12px;
    background: url('https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/indtbplay.png') no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -4px;
    z-index: 4;
}

.proclbar-video-btn::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin: -27px 0 0 -27px;
    border: 1px dashed #e4362d;
    transform: scale(0);
    transition: all .4s ease;
}

.proclbar-video:hover {
    box-shadow: 7px 7px 17px 5px rgba(85, 98, 151, 0.18);
}

.proclbar-video:hover .proclbar-video-btn::before {
    transform: scale(1);
    animation: proclbarRun 10s linear infinite .6s;
}

@keyframes proclbarRun {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.proclbar-tabs {
    width: auto;
}

.proclbar-tabs a {
    width: 270px;
    height: 90px;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to bottom, #f4f5f8, #fff);
    border-radius: 5px;
    border: 2px solid #fff;
    box-shadow: 12px 12px 17px 2px rgba(85, 98, 151, 0.11);
    padding: 0 24px;
    transition: all .4s ease;
}

.proclbar-tabs a:first-child {
    margin-left: 0;
}

.proclbar-tabs a:hover {
    box-shadow: 12px 12px 17px 2px rgba(85, 98, 151, 0.18);
}

.proclbar-tabs a .head {
    width: 100%;
    align-items: center;
    font-size: 18px;
}

.proclbar-tabs a .icon {
    width: auto;
    height: 25px;
}

.proclbar-tabs a .icon img {
    max-width: 100%;
    max-height: 100%;
}

.proclbar-tabs a .name {
    line-height: 1.1;
    color: #000;
    transition: all .4s ease;
    max-width: calc(100% - 40px);
    margin-left: 10px;
}

.proclbar-tabs a .text {
    color: #808080;
    line-height: 1.1;
    margin-top: 10px;
}

.proclbar-tabs a:hover .name {
    color: #e4362d;
}

.proclmenu {
    width: 100%;
    height: 60px;
    position: relative;
}
.proclmenu.show{
    position: fixed;
    left: 0;
    top: 70px;
    border-top: 1px solid #EAEAEA;
    z-index: 1000000;
}
.proclmenu-place {
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    transition: all .4s ease;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(85, 98, 151, 0.06);

}
.proclmenu .contain {
    justify-content: center;
}
.proclmenu .contain a {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin:0 22px;
    position: relative;
    transition: all .4s ease;
}
.proclmenu .contain a:first-child {
    /*margin-left: 0;*/
}
.proclmenu .contain a::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #e4362d;
    height: 3px;
    transition: all .4s ease;
    opacity: 0;
}
.proclmenu a:hover,
.proclmenu a.active,.proclmenu .contain .current a {
    color: #e4362d;
}
.proclmenu a.active::after,.proclmenu .contain .current a::after {
    opacity: 1;
}
.proclnz {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 80px 0 100px 0;
    background: linear-gradient(to bottom, #fafbfc, #f1f1f8);
}

.proclnz::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url('https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/proclnzBg.png') no-repeat left bottom/100% auto;
}

.proclnz .contain {
    position: relative;
    z-index: 4;
}

.proclnz-loop {
    width: 100%;
}

.proclnz-loop .swiper-container {
    padding: 20px;
}

.proclnz-list {
    width: 100%;
}

.proclnz-ul {
    margin: -40px 0 0 -40px;
}

.proclnz-items {
    width: calc(33.3333% - 40px);
    margin: 40px 0 0 40px;
    box-shadow: 10px 10px 9px 0 rgba(85, 98, 151, .06);
    transition: all .4s ease;
    border-radius: 6px;
    background: linear-gradient(135deg, #f5f4f9, #fff);
    border: 2px solid #fff;
    padding: 34px 38px;
}

.proclnz-items:hover {
    box-shadow: 10px 10px 9px 0 rgba(85, 98, 151, .14);
}

.proclnz-head {
    width: 100%;
}

.proclnz-head .title {
    align-items: center;
    width: 100%;
}

.proclnz-head .title .icon {
    max-width: 54px;
    height: 60px;
    display: flex;
    align-items: center;
}

.proclnz-head .title .icon img {
    max-width: 100%;
    max-height: 100%;
}

.proclnz-head .title .name {
    color: #333;
    font-size: 24px;
    margin-left: 16px;
    width: calc(100% - 70px);
}

.proclnz-head .text {
    color: #8a8895;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.8;
}

.proclnz-head .text span {
    color: #e4362d;
}

.proclnz-cont {
    width: 100%;
    margin-top: 14px;
}

.proclnz-cont .tags {
    border-radius: 10px;
    color: #fff;
    background: #e4362d;
    display: inline-block;
    padding: 3px 10px;
    line-height: 1.1;
}

.proclnz-cont .text {
    color: #838288;
    margin-top: 6px;
    font-size: 15px;
    line-height: 28px;
}

.proclnz-cont .text p {
    position: relative;
    padding-left: 12px;
    margin: 0 0;
}

.proclnz-cont .text p::before {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #838288;
    border-radius: 50%;
    top: 12px;
}

.proclnz-cont .btn {
    width: 110px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #e4362d;
    color: #e4362d;
    font-size: 14px;
    transition: all .4s ease;
    margin-top: 25px;
}
.proclnz-cont .btn a{
    color: #e4362d;
}
.proclnz-cont .btn:hover,.proclnz-cont .btn:hover a{
    background: #e4362d;
    color: #fff;
}



.proclnz-loop .swiper-wrapper {
    padding-bottom: 24px;
}

.proclnz-loop .swiper-pagination {
    bottom: 0;
}

.proclnz-loop .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background: #dfdfdf;
    opacity: 1;
    margin: 0 0 0 20px !important;
}

.proclnz-loop .swiper-pagination-bullet-active {
    background: #e4362d;
}

.proclnz-loop .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}
@keyframes bannerLine{0%{width: 0;}100%{width: 100%;}}
.prosoyz{
    padding: 100px 0 100px 0;
}
.prosodb {
    padding: 90px 0 100px 0;
    background: #f4f4f9;
}
.prosodb-img {
    width: 100%;
    margin-top: 40px;
}
.prosodb-img img {
    max-width: 100%;
}
.procldb-down{
    text-align: center;
    font-size: 15px;
    margin-bottom: 36px;
}
.proclxz {
    padding: 80px 0 100px 0;
    background: linear-gradient(to bottom, #fff, #f8f8fa);
}
.proclxz-list {
    width: 100%;
}
.proclxz-ul {
    margin: -40px 0 0 -40px;
}
.proclxz-items {
    width: calc(33.3333% - 40px);
    margin: 40px 0 0 40px;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 32px 38px;
    flex-direction: row-reverse;
    justify-content: space-between;
    box-shadow: 12px 12px 17px 2px rgba(85, 98, 151, .11);
    background: linear-gradient(135deg, #f5f4f9, #fff);
    transition: all .4s ease;
}
.proclxz-items:hover {
    box-shadow: 12px 12px 17px 2px rgba(85, 98, 151, .18);
}
.proclxz-img {
    height: 186px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 160px;
    padding-bottom: 16px;
}
.proclxz-img img {
    max-width: 100%;
    transition: all .4s ease;
    max-height: 100%;
}
.proclxz-info {
    width: calc(100% - 160px);
    padding-right: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.proclxz-info .cont {
    width: 100%;
}
.proclxz-info .cont .name {
    line-height: 1.1;
    color: #333;
    font-size: 20px;
}
.proclxz-info .cont .text {
    line-height: 1.1;
    color: #848291;
    margin-top: 10px;
    font-size: 15px;
}
.proclxz-link {
    width: 100%;
    display: flex;
}
.proclxz-link a {
    font-size: 15px;
    color: #e4362d;
    line-height: 1;
    padding-right: 12px;
    background: url('https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-arrRH.svg') no-repeat right -3px center/16px auto;
    position: relative;
}
.proclxz-link a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #e4362d;
    left: 0;
    bottom: 0;
    transition: all .4s ease;
}
.proclxz-link a:hover:after {
    width: 100%;
}
.proclxz-items:hover .proclxz-img img {
    transform: translateY(-4px);
}
.zs-seo-why{
    width: 100%;
    background: #f8eff0 url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-news.png) no-repeat center top;
    background-size: cover;
    padding: 80px 0;
}
.zs-seowhy-list{
    width: 100%;
}
.zs-seowhy-list li{
    width:30%;
    margin:1.5%;
    padding: 30px;
    position: relative;
    background-color: #fff;
    float: left;
    border-radius: 6px;
    transition: all ease-out 0.35s;
    overflow: hidden;
}
.zs-seowhy-list li:hover{
    transition: all ease-out 0.35s;
    box-shadow:0 8px 15px 0 rgba(228, 54, 45, 0.29);
}
.zs-seowhy-list li .number{
    background-color: #d81e06;
    width: 130px;
    height: 130px;
    font-size: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    line-height: 180px;
    color: #fff;
    display: block;
    font-family: din;
    position: absolute;
    right: -60px;
    top: -60px;
    border-radius: 50%;
    opacity: 0.5;
    transition: all ease-out 0.35s;
}
.zs-seowhy-list li:hover .number{
    opacity:1;
    transition: all ease-out 0.35s;
}
.zs-seowhy-list li .title{
    font-size: 20px;
    font-weight: normal;
    color: #333;
    transition: all ease-out 0.35s;
}
.zs-seowhy-list li:hover .title{
    font-size:20px;
    font-weight:normal;
    color:#e4362d;
    transition: all ease-out 0.35s;
}
.zs-seowhy-list li .text{
    font-size: 16px;
    color: #808080;
    transition: all ease-out 0.35s;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    line-height: 1.8;
}
.zs-advantage-list{
    padding: 80px 0 80px 0;
    background: #f8eff0 url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-news.png) no-repeat center top;
    background-size: cover;
}
.zs-advantage-list ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-advantage-list li{
    width: 24.25%;
    margin: 0 1% 16px 0;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    float: left;
    border-radius: 6px;
    transition: all ease-out 0.35s;
    box-shadow: 0 8px 15px 0 rgba(0,0,0,0.05);
}
.zs-advantage-list li:hover{
    box-shadow: 0 8px 15px 0 rgba(228, 54, 45, 0.29);
}
.zs-advantage-list li:nth-child(4n){
  margin-right: 0;
}
.zs-advantage-list li .icon{
    display: block;
}
.zs-advantage-list li .icon i {
    font-size: 58px;
    color: #d81e06;
}
.zs-advantage-list li .title{
    font-size: 20px;
    line-height: 87px;
    font-weight: normal;
    padding-left: 18px;
}
.zs-advantage-list li .text{
    font-size: 16px;
    margin-top: 10px;
    color: #808080;
    line-height: 1.8;
}
.zs-advantage-list li .online{
    margin-top: 20px;
}
.zs-advantage-list li .online a.more {
    width: 160px;
    height: 44px;
    box-sizing: border-box;
    line-height: 44px;
    padding-left: 30px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/dot-red.png) no-repeat left center;
    background-size: 20px 1px;
    font-size: 16px;
    border-bottom: 1px solid #ed0808;
    display: inline-block;
    color: #ed0808;
    transition: all 0.35s;
}
.zs-advantage-list li .online a.more:hover {
    padding-left: 70px;
    background-size: 60px 1px;
    transition: all 0.35s;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){



}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner.product-banner {
    height: 300px;
    margin-bottom: 36px;
}
.product-list li {
    height: 237px;
    width: 100%;
    position: relative;
    margin-right: 1.2%;
    margin-bottom: 25px;
}
.zs-nav-tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 25px 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-nav-tab li {
    display: block;
    margin: 0 16px;
    font-size: 16px;
    line-height: 42px;
    position: relative;
    cursor: pointer;
}

.proclmenu.show {
    position: relative !important;
}
.proclban-cont .title {
    font-size: 26px;
}
.proclban-cont .zs-wp {
    padding-bottom: 85px;
}
.proclban-cont .title div {
    font-size: 16px !important;
    line-height: 1.6 !important;
    padding-top: 10px !important;
}
.proclbar-video {
    width: 100%;
    margin-bottom: 25px;
}
.proclbar-tabs.flex{
    display: flex;
    flex-wrap: wrap;
}
.proclbar-tabs a {
    width: 100%;
    height: 90px;
    margin: 0 auto 15px auto !important;
}
.proclmenu {
    width: 100%;
    height: auto;
    position: relative;
}
.proclmenu-place {
    position: relative;
}
.proclmenu .contain {
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.proclmenu a {
    height: 50px;
    font-size: 15px;
    margin: 0 12px;
}
.proclmenu a:first-child {
    margin-left: 12px;
}
.proclnz {
    width: 100%;
    padding: 35px 0 60px 0;
}
.proclnz .contain {
    display: block;
}
.proclnz-ul {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.proclnz-items {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 24px 28px;
}
.proclnz-head .title .name {
    font-size: 18px;
    margin-left: 16px;
    white-space: normal;
}
.proclnz-head .text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.8;
}
.prosoyz {
    padding: 30px 0 30px 0;
}
.zs-home-title .tab {
    padding-top: 20px;
}
.zs-home-title .tab li {
    margin: 0 15px;
    font-size: 16px;
    line-height: 54px;
}
.zs-advantage-list {
    padding: 30px 0 30px 0;
}
.zs-advantage-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.zs-advantage-list li {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 30px;
}
#case .zs-homebanner.product-banner{
    height: 150px !important;
}
.prosodb {
    padding: 30px 0 30px 0;
}
.product-inddt {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.product-inddt .inddt-cont {
    width: 100%;
    position: relative;
    padding-left: 5%;
}
.product-inddt .inddt-cont .title {
    font-size: 26px;
}
.inddt-svp {
    padding-left: 5%;
    margin-top: 80px;
}
.inddt-svp .swiper-container {
    padding-right: 0;
    padding-top: 60px;
}
.proclxz {
    padding: 30px 0 15px 0;
}
.proclxz-ul {
    margin: 0 0 0 0;
}
.proclxz-items {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 25px 20px;
}
.proclxz-info {
    width: calc(100% - 120px);
    padding-right: 15px;
}
.proclxz-info .cont .text {
    line-height: 1.6;
    font-size: 14px;
    white-space: normal;
}
.proclxz-img {
    height: 146px;
    width: 120px;
    padding-bottom: 16px;
}
/*新添加20240425*/
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    background: #CCCCCC;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e4362d;
}
#case .swiper-button-prev, #case .swiper-button-next {
    display: flex;
}
#case .swiper-button-next {
    right: 10px;
}
#case .swiper-button-prev {
    left: 10px;
}
#case .swiper-button-prev, #case .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -20px !important;
}
.zs-homebanner.product-banner .swiper-pagination {
    bottom: 15px;
}
.ans_tit {
    padding-left: 40px;
    font-size: 16px;
    padding-right: 30px;
}
.zs-advantage-list li .text {
    font-size: 14px;
}
.zs-seo-why {
    padding: 30px 0;
}
.zs-seowhy-list li {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}
.zs-seowhy-list li .text {
    font-size: 14px;
}
.zs-join-rights {
    padding: 30px 0 30px 0;
}
.zs-join-rights .con {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.zs-join-rights .con .item {
    height: auto;
    width: 100%;
    margin-bottom: 15px !important;
    margin-right: 0 !important;
}
.zs-join-rights .con .desc {
    font-size: 14px;
}
.product-inddt .inddt-cont {
    padding-left: 5%;
    padding-right: 5%;
}
.inddt-svp {
    padding-left: 5%;
    padding-right: 5%;
}
.inddt-svp .swiper-container {
    padding-top: 20px;
}
.inddt-lun {
    height: 188px;
}
.inddt-lun .show {
    padding: 20px;
}
.inddt-svp .show .data {
    font-size: 14px;
}
.inddt-svp .show .title {
    font-size: 16px;
    height: 60px;
    line-height: 1.6;
    padding-top: 10px;
}
.inddt-svp .show .btn {
    margin-top: 30px;
}
}