.img-box {
    position: relative;
}

.index-focus_video {
    background-color: #0b0b0b;
    width: 100%;
    /*filter: brightness(0.8);*/
    /*animation: brightLinear 2.8s linear;*/
    /*display: none;*/
}

@keyframes brightLinear {
    from {
        filter: brightness(0.4);
    }
    to {
        filter: brightness(0.8);
    }
}

/*.web_index_top_content {*/
/*    position: absolute;*/
/*    top: 45%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    z-index: 9;*/
/*    width: 100%;*/
/*}*/
.web_index_top_content {
    position: absolute;
    top: 35%;
    left: 80%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    z-index: 9;
    width: 100%;
}

@media screen and (max-width: 1360px) {

    .green-content {
        zoom: .9;
    }
}

/*@media screen and (max-width: 1200px) {*/

/*    .green-content {*/
/*        zoom: .6;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 960px) {*/
/*    .web_index_top_content {*/
/*        top: 40%;*/
/*    }*/

/*    .web_index_top_content_title, .web_index_top_content_desc, .web_index_top_content_btn {*/
/*        zoom: .7;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 800px) {*/
/*    .web_index_top_content {*/
/*        top: 35%;*/
/*    }*/

/*    .web_index_top_content_title, .web_index_top_content_desc, .web_index_top_content_btn {*/
/*        zoom: .6;*/
/*    }*/

/*    .extra {*/
/*        display: none;*/
/*    }*/

/*    #activitySwiper {*/
/*        zoom: .7;*/
/*    }*/

/*    .green-content {*/
/*        zoom: .4;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*    .web_index_top_content {*/
/*        top: 26%;*/
/*    }*/

/*    .web_index_top_content_title, .web_index_top_content_desc, .web_index_top_content_btn {*/
/*        zoom: .5;*/
/*    }*/

/*    #activitySwiper {*/
/*        zoom: .6;*/
/*    }*/
/*}*/

/*.web_index_top_content_title {*/
/*    color: #ffffff;*/
/*    font-weight: 700;*/
/*    font-size: 48px;*/
/*    line-height: 52px;*/
/*    letter-spacing: 2px;*/
/*    -webkit-animation: linearTitleShow linear 800ms;*/
/*    -o-animation: linearTitleShow linear 800ms;*/
/*    animation: linearTitleShow linear 800ms;*/
/*}*/

.web_index_top_content_title1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 2px;
    -webkit-animation: linearTitleShow linear 800ms;
    -o-animation: linearTitleShow linear 800ms;
    animation: linearTitleShow linear 800ms;
    margin-right:10%;
}

.web_index_top_content_title2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    letter-spacing: 2px;
    -webkit-animation: linearTitleShow linear 800ms;
    -o-animation: linearTitleShow linear 800ms;
    animation: linearTitleShow linear 800ms;
    margin-right:10%;
}

/*.web_index_top_content_desc {*/
/*    font-size: 32px;*/
/*    font-weight: lighter;*/
/*    line-height: 60px;*/
/*    opacity: 0.9;*/
/*    font-family: system-ui;*/
/*    -webkit-animation: linearDescShow linear 1000ms;*/
/*    -o-animation: linearDescShow linear 1000ms;*/
/*    animation: linearDescShow linear 1000ms;*/
/*}*/

.web_index_top_content_desc {
    font-size: 28px;
    font-weight:bold;
    /*font-weight: lighter;*/
    line-height: 220px;
    opacity: 0.9;
    font-family: system-ui;
    -webkit-animation: linearDescShow linear 1000ms;
    -o-animation: linearDescShow linear 1000ms;
    animation: linearDescShow linear 1000ms;
    margin-right:10%;
}

.web_index_top_content_desc > b{
    margin: 0 10px;
    display: inline-block;
    font-size: 24px;
    transform: scaleX(0.3);
    vertical-align: bottom;
}

.web_index_top_content_btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
}

.linear-qr-code {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 109px !important;
    height: 109px !important;
    display: none;
    margin-top: 30px;
    border-radius: 6px;
    padding: 2px;
    background-color: #ffffff;
}

.web_index_top_content_btn:hover > .linear-qr-code {
    display: block !important;
}

.web_index_top_content_btn:hover .border-path {
    stroke: #4cd9cc;
}

.web_index_top_content_btn:hover .btn-container {
    color: #4cd9cc;
}

.btn-container {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #00BFB3;
    -webkit-animation: btnLinear linear 1.8s;
    -o-animation: btnLinear linear 1.8s;
    animation: btnLinear linear 1.8s;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.border-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: linearDash 2.5s linear;
    -o-animation: linearDash 2.5s linear alternate;
    animation: linearDash 2.5s linear alternate;
}

@keyframes linearDash {
    0% {
        stroke-dashoffset: 1000;
    }
    30% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes linearTitleShow {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    50% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes linearDescShow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes btnLinear {
    0% {
        opacity: 0;
        transform: translate(-50%, -48%);
    }
    50% {
        opacity: 0;
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/*product*/
.product-part, .image-part {
    padding: 56px 30px 40px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.swiper-part{
    padding: 56px 30px 40px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.product-part:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200vw;
    left: -100vw;
    /*background-color: #fcfcfc;*/
    z-index: -1;
}

.image-part:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200vw;
    left: -100vw;
    /*background-color: #fcfcfc;*/
    z-index: -1;
}

.part-title {
    /*font-weight: 700;*/
    font-size: 36px;
    /*line-height: 35px;*/
    color: #010101;
    /*letter-spacing: 2px;*/
}

.part-detail {
    font-weight: normal;
    font-size: 18px;
    color: #999999;
    line-height: 44px;
    font-family: Georgia;
    margin-left: 2px;
}

.extra {
    padding: 13px 25px;
    color: #999999;
    border-radius: 30px;
    font-size: 18px;
    border: 1px solid #cccccc;
    cursor: pointer;
    font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
}

.extra > a {
    color: #999999;
}

.extra:hover {
    color: #00CAB7;
    border-color: #f2f2f2;
    font-weight: 700;
}

.extra:hover > a {
    color: #00CAB7;
    border-color: #f2f2f2;
    font-weight: 700;
}

.product-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 24px 0;
    /*background-image: url("https://img.zhizukj.com/official-website/v2.0/zhizu_back.png");*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.swiper-area {
    margin: 20px auto 0;
}

.swiper-slide > img {
    border-radius: 12px;
}

.image-area {
    /*display: flex;*/
    align-items: center;
    /*height: 570px;*/
    /*height: calc(50vw - 30px);*/
    max-height: 620px;
    /*margin-top: 30px;*/
}

.image-area > .img-area-item img {
    width: 65px;
    margin-bottom: 18px;
}

.image-area > .img-area-item > .title {
    font-size: 36px !important;
    font-weight: 700 !important;
    font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    text-align: center;
}

.image-area > .img-area-item:first-child {
    flex: 5;
    height: 100%;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    background-image: url("https://img.zhizukj.com/official-website/v2.0/home/iot_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, .35);
}

.image-area > .img-area-item:last-child {
    flex: 5;
    height: 100%;
    position: relative;
    color: #ffffff;
    cursor: pointer;
    background-image: url("https://img.zhizukj.com/official-website/v2.0/home/big_data_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, .25);
}

.image-area > .img-area-item:first-child:hover {
    flex: 6;
    -webkit-animation: flexLeftLinear linear 300ms;
    -o-animation: flexLeftLinear linear 300ms;
    animation: flexLeftLinear linear 300ms;
    background-color: rgba(0, 0, 0, .6);
}

.image-area > .img-area-item:last-child:hover {
    flex: 6;
    -webkit-animation: flexRightLinear linear 300ms;
    -o-animation: flexRightLinear linear 300ms;
    animation: flexRightLinear linear 300ms;
    background-color: rgba(0, 0, 0, .6);
}

.image-area > .img-area-item:hover > .title {
    display: none;
}

.image-area > .img-area-item:hover > .content {
    display: block;
    opacity: 1;
    -webkit-animation: showLinear linear 800ms;
    -o-animation: showLinear linear 800ms;
    animation: showLinear linear 800ms;
}

.img-area-item > .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
}

.img-area-item:first-child > .content {
    display: none;
    opacity: 1;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    max-width: 440px;
    text-align: left;
}

.img-area-item:last-child > .content {
    display: none;
    opacity: 1;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    max-width: 440px;
    text-align: right;
}

.img-area-item > .content > img {
    width: 65px;
    margin-bottom: 18px;
}

.img-area-item > .content > .content-title {
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 700;
}

.img-area-item > .content > .content-text {
    font-size: 14px;
    line-height: 24px;
    font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    font-weight: lighter;
}

.content-text > .content-text-title{
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.image-area > img {
    width: 100%;
    border-radius: 12px;
    /*margin: 100px auto 32px 0;*/
}

.product-item {
    width: 500px;
    text-align: center;
    margin: 0 32px 20px;
    padding: 30px 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.product-item:hover::after {
    content: '';
    border-radius: 20px;
    cursor: pointer;
    background-color: #ffffff;
    position: absolute;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: shadowLinear 300ms linear;
    opacity: .8;
    z-index: -1;
}

/*.product-item:hover .product-img{*/
/*    display: none;*/
/*}*/

/*.product-item:hover .product-img-gif{*/
/*    display: block;*/
/*}*/

.product-item-title-info {
    margin: 0 0 30px;
}

.product-item-title {
    font-size: 24px;
    line-height: 32px;
    color: #010101;
    margin-bottom: 6px;
    font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
}

.product-item-desc {
    color: #999999;
    font-size: 14px;
    font-family: math;
}

.product-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: grab;
}
.product-item-img:active{
    cursor: grabbing;
}

.product-item-img > .product-img {
    height: 560px;
}

.product-item-img > .product-img-gif {
    height: 560px;
    display: none;
}

.product-item-img > .product-img-bottom {
    height: 56px;
}

.product-item:hover .product-item-name{
    /*border-color: #00BFB3;*/
    /*background-color: #00BFB3;*/
    border-color: #00d67a;
    background-color: #00d67a;
}
.product-item:hover .product-item-name>a{
    color: #ffffff;
}

.product-item-name {
    /*border: 1px solid #00BFB3;*/
    border: 1px solid #00d67a;
    border-radius: 30px;
    padding: 6px 24px;
    display: inline-block;
    margin-top: 40px;
    font-family: AlibabaPuHuiTi-2-55-Regular, serif;
    font-weight: lighter;
}

.product-item-name > a {
    font-size: 16px;
    /*color: #00BFB3;*/
    color: #00d67a;
}

@keyframes shadowLinear {
    from {
        width: 50%;
        height: 50%;
        opacity: 0;
        background-color: #ffffff;
    }
    to {
        width: 100%;
        height: 100%;
        opacity: 0.8;
        background-color: #fcfcfc;
    }
}

@keyframes showLinear {
    from {
        display: none;
        opacity: 0;
    }
    to {
        opacity: 1;
        display: block;
    }
}

@keyframes flexLeftLinear {
    from {
        flex: 5;
    }
    to {
        flex: 6;
    }
}

@keyframes flexRightLinear {
    from {
        flex: 5;
    }
    to {
        flex: 6;
    }
}

.new-swiper-bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 0;
    margin-right: 1.667vw;
    background: rgba(255, 255, 255, 0.4);
}

#imgSwiper .swiper-slide-next{
    filter: blur(0);
}

.swiper-slide-prev, .swiper-slide-next {
    filter: blur(2px);
}

.green-part {
    position: relative;
}

.invite-part, .green-part {
    width: 100%;
}

.invite-part > img {
    width: 100%;
}

.green-part > img {
    width: 100%;
}

.green-data-part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    margin: 0 auto;
}

.green-content {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin: 3vw 40px 0;*/
}

.green-content-item:first-child {
    margin-right: 180px;
}

.green-content-item {
    display: flex;
    align-items: center;
}
/*变更number加载形式，对应调整img大小*/
.green-content-item > img {
    width: 120px;
    margin-right: 18px;
}

.green-content-item .number {
    font-size: 72px;
    font-weight: 700;
    color: #00BFB3;
}

.green-content-item .unit {
    margin-left: 10px;
    color: #00BFB3;
    font-size: 24px;
    font-weight: 700;
}

.green-content-item .tip {
    font-size: 24px;
    color: rgba(0, 191, 179, .75);
    font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    font-weight: 700;
    margin-left: 8px;
    margin-top: 12px;
}

.swiper-slide > img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.swiper-slide > .img-info {
    position: absolute;
    bottom: -15px;
    width: 100%;
    padding: 20px 36px;
    border-radius: 0 0 12px 12px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 10px #eeeeee;
    font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
}

.img-info > .content {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 30px;
}

.img-info > .date {
    color: #999999;
    font-size: 15px;
    min-width: 120px;
    text-align: right;
}

.price-part {
    position: relative;
}

.price-part > img {
    width: 100%;
    border-radius:12px;
    margin:15px 0;
}

.price-part > .content {
    position: absolute;
    color: #ffffff;
    text-align: center;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);

}

.price-part > .content > .title {
    font-size: 35px;
    margin-bottom: 50px;
    font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
}

.price-part > .content > .desc-zh {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
}

.price-part > .content > .desc-en {
    font-size: 15px;
    font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
}

.price-part > .content > .entrance > a {
    border: 1px solid #ffffff;
    padding: 18px 24px;
    color: #ffffff;
    font-size: 22px;
    font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    border-radius: 50px;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    margin-top: 52px;
}

.price-part > .content > .entrance:hover > a{
    border-color: #01D8C9;
    color: #01D8C9;
}

@media screen and (max-width:1200px){
    .img-box {
        position: relative;
    }

    .index-focus_video {
        background-color: #0b0b0b;
        width: 100%;
        /*filter: brightness(0.8);*/
        /*animation: brightLinear 2.8s linear;*/
        /*display: none;*/
    }

    @keyframes brightLinear {
        from {
            filter: brightness(0.4);
        }
        to {
            filter: brightness(0.8);
        }
    }

    /*.web_index_top_content {*/
    /*    position: absolute;*/
    /*    top: 45%;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%, -50%);*/
    /*    color: #ffffff;*/
    /*    text-align: center;*/
    /*    z-index: 9;*/
    /*    width: 100%;*/
    /*}*/
    .web_index_top_content {
        position: absolute;
        top: 35%;
        left: 80%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        text-align: center;
        z-index: 9;
        width: 100%;
    }

    @media screen and (max-width: 1360px) {

        .green-content {
            zoom: .9;
        }
    }

    /*@media screen and (max-width: 1200px) {*/

    /*    .green-content {*/
    /*        zoom: .6;*/
    /*    }*/
    /*}*/

    /*@media screen and (max-width: 960px) {*/
    /*    .web_index_top_content {*/
    /*        top: 40%;*/
    /*    }*/

    /*    .web_index_top_content_title, .web_index_top_content_desc, .web_index_top_content_btn {*/
    /*        zoom: .7;*/
    /*    }*/
    /*}*/

    /*@media screen and (max-width: 800px) {*/
    /*    .web_index_top_content {*/
    /*        top: 35%;*/
    /*    }*/

    /*    .web_index_top_content_title, .web_index_top_content_desc, .web_index_top_content_btn {*/
    /*        zoom: .6;*/
    /*    }*/

    /*    .extra {*/
    /*        display: none;*/
    /*    }*/

    /*    #activitySwiper {*/
    /*        zoom: .7;*/
    /*    }*/

    /*    .green-content {*/
    /*        zoom: .4;*/
    /*    }*/
    /*}*/

    /*@media screen and (max-width: 600px) {*/
    /*    .web_index_top_content {*/
    /*        top: 26%;*/
    /*    }*/

    /*    .web_index_top_content_title, .web_index_top_content_desc, .web_index_top_content_btn {*/
    /*        zoom: .5;*/
    /*    }*/

    /*    #activitySwiper {*/
    /*        zoom: .6;*/
    /*    }*/
    /*}*/

    /*.web_index_top_content_title {*/
    /*    color: #ffffff;*/
    /*    font-weight: 700;*/
    /*    font-size: 48px;*/
    /*    line-height: 52px;*/
    /*    letter-spacing: 2px;*/
    /*    -webkit-animation: linearTitleShow linear 800ms;*/
    /*    -o-animation: linearTitleShow linear 800ms;*/
    /*    animation: linearTitleShow linear 800ms;*/
    /*}*/

    .web_index_top_content_title1 {
        color: #ffffff;
        font-weight: 700;
        font-size: 70px;
        line-height: 70px;
        letter-spacing: 2px;
        -webkit-animation: linearTitleShow linear 800ms;
        -o-animation: linearTitleShow linear 800ms;
        animation: linearTitleShow linear 800ms;
        margin-right:10%;
    }

    .web_index_top_content_title2 {
        color: #ffffff;
        font-weight: 700;
        font-size: 70px;
        line-height: 90px;
        letter-spacing: 2px;
        -webkit-animation: linearTitleShow linear 800ms;
        -o-animation: linearTitleShow linear 800ms;
        animation: linearTitleShow linear 800ms;
        margin-right:10%;
    }

    /*.web_index_top_content_desc {*/
    /*    font-size: 32px;*/
    /*    font-weight: lighter;*/
    /*    line-height: 60px;*/
    /*    opacity: 0.9;*/
    /*    font-family: system-ui;*/
    /*    -webkit-animation: linearDescShow linear 1000ms;*/
    /*    -o-animation: linearDescShow linear 1000ms;*/
    /*    animation: linearDescShow linear 1000ms;*/
    /*}*/

    .web_index_top_content_desc {
        font-size: 28px;
        font-weight:bold;
        /*font-weight: lighter;*/
        line-height: 220px;
        opacity: 0.9;
        font-family: system-ui;
        -webkit-animation: linearDescShow linear 1000ms;
        -o-animation: linearDescShow linear 1000ms;
        animation: linearDescShow linear 1000ms;
        margin-right:10%;
    }

    .web_index_top_content_desc > b{
        margin: 0 10px;
        display: inline-block;
        font-size: 24px;
        transform: scaleX(0.3);
        vertical-align: bottom;
    }

    .web_index_top_content_btn {
        position: relative;
        cursor: pointer;
        display: inline-block;
        margin-top: 20px;
    }

    .linear-qr-code {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 109px !important;
        height: 109px !important;
        display: none;
        margin-top: 30px;
        border-radius: 6px;
        padding: 2px;
        background-color: #ffffff;
    }

    .web_index_top_content_btn:hover > .linear-qr-code {
        display: block !important;
    }

    .web_index_top_content_btn:hover .border-path {
        stroke: #4cd9cc;
    }

    .web_index_top_content_btn:hover .btn-container {
        color: #4cd9cc;
    }

    .btn-container {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #00BFB3;
        -webkit-animation: btnLinear linear 1.8s;
        -o-animation: btnLinear linear 1.8s;
        animation: btnLinear linear 1.8s;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-center {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .border-path {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0;
        -webkit-animation: linearDash 2.5s linear;
        -o-animation: linearDash 2.5s linear alternate;
        animation: linearDash 2.5s linear alternate;
    }

    @keyframes linearDash {
        0% {
            stroke-dashoffset: 1000;
        }
        30% {
            stroke-dashoffset: 1000;
        }
        100% {
            stroke-dashoffset: 0;
        }
    }

    @keyframes linearTitleShow {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        50% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes linearDescShow {
        0% {
            opacity: 0;
        }
        50% {
            opacity: 0;
            transform: translateY(10px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes btnLinear {
        0% {
            opacity: 0;
            transform: translate(-50%, -48%);
        }
        50% {
            opacity: 0;
            transform: translate(-50%, -50%);
        }
        100% {
            opacity: 1;
            transform: translate(-50%, -50%);
        }
    }

    /*product*/
    .product-part, .image-part {
        padding: 56px 30px 40px;
        margin: 0 auto;
        max-width: 1200px;
        position: relative;
    }

    .swiper-part{
        padding: 56px 30px 40px;
        margin: 0 auto;
        max-width: 1200px;
        position: relative;
    }

    .product-part:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 200vw;
        left: -100vw;
        /*background-color: #fcfcfc;*/
        z-index: -1;
    }

    .image-part:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 200vw;
        left: -100vw;
        /*background-color: #fcfcfc;*/
        z-index: -1;
    }

    .part-title {
        /*font-weight: 700;*/
        font-size: 50px;
        /*line-height: 35px;*/
        /* color: #010101; */
        /*letter-spacing: 2px;*/
        font-weight: bold;
    }

    .part-detail {
        font-weight: normal;
        font-size: 18px;
        color: #999999;
        line-height: 44px;
        font-family: Georgia;
        margin-left: 2px;
    }

    .extra {
        padding: 13px 25px;
        color: #999999;
        border-radius: 30px;
        font-size: 36px;
        border: 1px solid #cccccc;
        cursor: pointer;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    }

    .extra > a {
        color: #999999;
    }

    .extra:hover {
        color: #00CAB7;
        border-color: #f2f2f2;
        font-weight: 700;
    }

    .extra:hover > a {
        color: #00CAB7;
        border-color: #f2f2f2;
        font-weight: 700;
    }

    .product-area {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 24px 0;
        /*background-image: url("https://img.zhizukj.com/official-website/v2.0/zhizu_back.png");*/
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .swiper-area {
        margin: 20px auto 0;
    }

    .swiper-slide > img {
        border-radius: 12px;
    }

    .image-area {
        /*display: flex;*/
        align-items: center;
        /*height: 570px;*/
        /*height: calc(50vw - 30px);*/
        max-height: 620px;
        /*margin-top: 30px;*/
    }

    .image-area > .img-area-item img {
        width: 65px;
        margin-bottom: 18px;
    }

    .image-area > .img-area-item > .title {
        font-size: 36px !important;
        font-weight: 700 !important;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        text-align: center;
    }

    .image-area > .img-area-item:first-child {
        flex: 5;
        height: 100%;
        position: relative;
        color: #ffffff;
        cursor: pointer;
        background-image: url("https://img.zhizukj.com/official-website/v2.0/home/iot_bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        background-blend-mode: soft-light;
        background-color: rgba(0, 0, 0, .35);
    }

    .image-area > .img-area-item:last-child {
        flex: 5;
        height: 100%;
        position: relative;
        color: #ffffff;
        cursor: pointer;
        background-image: url("https://img.zhizukj.com/official-website/v2.0/home/big_data_bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        background-blend-mode: soft-light;
        background-color: rgba(0, 0, 0, .25);
    }

    .image-area > .img-area-item:first-child:hover {
        flex: 6;
        -webkit-animation: flexLeftLinear linear 300ms;
        -o-animation: flexLeftLinear linear 300ms;
        animation: flexLeftLinear linear 300ms;
        background-color: rgba(0, 0, 0, .6);
    }

    .image-area > .img-area-item:last-child:hover {
        flex: 6;
        -webkit-animation: flexRightLinear linear 300ms;
        -o-animation: flexRightLinear linear 300ms;
        animation: flexRightLinear linear 300ms;
        background-color: rgba(0, 0, 0, .6);
    }

    .image-area > .img-area-item:hover > .title {
        display: none;
    }

    .image-area > .img-area-item:hover > .content {
        display: block;
        opacity: 1;
        -webkit-animation: showLinear linear 800ms;
        -o-animation: showLinear linear 800ms;
        animation: showLinear linear 800ms;
    }

    .img-area-item > .title {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 36px;
    }

    .img-area-item:first-child > .content {
        display: none;
        opacity: 1;
        position: absolute;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 36px;
        max-width: 440px;
        text-align: left;
    }

    .img-area-item:last-child > .content {
        display: none;
        opacity: 1;
        position: absolute;
        right: 100px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 36px;
        max-width: 440px;
        text-align: right;
    }

    .img-area-item > .content > img {
        width: 65px;
        margin-bottom: 18px;
    }

    .img-area-item > .content > .content-title {
        font-size: 36px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    .img-area-item > .content > .content-text {
        font-size: 14px;
        line-height: 24px;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        font-weight: lighter;
    }

    .content-text > .content-text-title{
        border-bottom: 1px solid #ffffff;
        display: inline-block;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .image-area > img {
        width: 100%;
        border-radius: 12px;
        /*margin: 100px auto 32px 0;*/
    }

    .product-item {
        width: 500px;
        text-align: center;
        margin: 0 32px 20px;
        padding: 30px 0;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }

    .product-item:hover::after {
        content: '';
        border-radius: 20px;
        cursor: pointer;
        background-color: #ffffff;
        position: absolute;
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
        height: 100%;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        animation: shadowLinear 300ms linear;
        opacity: .8;
        z-index: -1;
    }

    /*.product-item:hover .product-img{*/
    /*    display: none;*/
    /*}*/

    /*.product-item:hover .product-img-gif{*/
    /*    display: block;*/
    /*}*/

    .product-item-title-info {
        margin: 0 0 30px;
    }

    .product-item-title {
        font-size: 24px;
        line-height: 32px;
        color: #010101;
        margin-bottom: 6px;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    }

    .product-item-desc {
        color: #999999;
        font-size: 14px;
        font-family: math;
    }

    .product-item-img {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        cursor: grab;
    }
    .product-item-img:active{
        cursor: grabbing;
    }

    .product-item-img > .product-img {
        height: 560px;
    }

    .product-item-img > .product-img-gif {
        height: 560px;
        display: none;
    }

    .product-item-img > .product-img-bottom {
        height: 56px;
    }

    .product-item:hover .product-item-name{
        /*border-color: #00BFB3;*/
        /*background-color: #00BFB3;*/
        border-color: #00d67a;
        background-color: #00d67a;
    }
    .product-item:hover .product-item-name>a{
        color: #ffffff;
    }

    .product-item-name {
        /*border: 1px solid #00BFB3;*/
        border: 1px solid #00d67a;
        border-radius: 30px;
        padding: 6px 24px;
        display: inline-block;
        margin-top: 40px;
        font-family: AlibabaPuHuiTi-2-55-Regular, serif;
        font-weight: lighter;
    }

    .product-item-name > a {
        font-size: 16px;
        /*color: #00BFB3;*/
        color: #00d67a;
    }

    @keyframes shadowLinear {
        from {
            width: 50%;
            height: 50%;
            opacity: 0;
            background-color: #ffffff;
        }
        to {
            width: 100%;
            height: 100%;
            opacity: 0.8;
            background-color: #fcfcfc;
        }
    }

    @keyframes showLinear {
        from {
            display: none;
            opacity: 0;
        }
        to {
            opacity: 1;
            display: block;
        }
    }

    @keyframes flexLeftLinear {
        from {
            flex: 5;
        }
        to {
            flex: 6;
        }
    }

    @keyframes flexRightLinear {
        from {
            flex: 5;
        }
        to {
            flex: 6;
        }
    }

    .new-swiper-bullet {
        display: inline-block;
        width: 14px;
        height: 14px;
        border-radius: 0;
        margin-right: 1.667vw;
        background: rgba(255, 255, 255, 0.4);
    }

    #imgSwiper .swiper-slide-next{
        filter: blur(0);
    }

    .swiper-slide-prev, .swiper-slide-next {
        filter: blur(2px);
    }

    .green-part {
        position: relative;
    }

    .invite-part, .green-part {
        width: 100%;
    }

    .invite-part > img {
        width: 100%;
    }

    .green-part > img {
        width: 100%;
    }

    .green-data-part {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 1200px;
        margin: 0 auto;
    }

    .green-content {
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin: 3vw 40px 0;*/
    }

    .green-content-item:first-child {
        margin-right: 180px;
    }

    .green-content-item {
        display: flex;
        align-items: center;
    }
    /*变更number加载形式，对应调整img大小*/
    .green-content-item > img {
        width: 120px;
        margin-right: 18px;
    }

    .green-content-item .number {
        font-size: 72px;
        font-weight: 700;
        color: #00BFB3;
    }

    .green-content-item .unit {
        margin-left: 10px;
        color: #00BFB3;
        font-size: 24px;
        font-weight: 700;
    }

    .green-content-item .tip {
        font-size: 24px;
        color: rgba(0, 191, 179, .75);
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        font-weight: 700;
        margin-left: 8px;
        margin-top: 12px;
    }

    .swiper-slide > img {
        width: 100%;
        border-radius: 12px 12px 0 0;
    }

    .swiper-slide > .img-info {
        position: absolute;
        bottom: -15px;
        width: 100%;
        padding: 20px 36px;
        border-radius: 0 0 12px 12px;
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 0 10px #eeeeee;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    }

    .img-info > .content {
        font-size: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 30px;
    }

    .img-info > .date {
        color: #999999;
        font-size: 30px;
        min-width: 120px;
        text-align: right;
    }

    .price-part {
        position: relative;
    }

    .price-part > img {
        width: 100%;
        border-radius:12px;
        margin:15px 0;
    }

    .price-part > .content {
        position: absolute;
        color: #ffffff;
        text-align: center;
        left: 50%;
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%);

    }

    .price-part > .content > .title {
        font-size: 50px;
        margin-bottom: 50px;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    }

    .price-part > .content > .desc-zh {
        font-size: 50px;
        margin-bottom: 15px;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    }

    .price-part > .content > .desc-en {
        font-size: 15px;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
    }

    .price-part > .content > .entrance > a {
        border: 1px solid #ffffff;
        padding: 18px 24px;
        color: #ffffff;
        font-size: 22px;
        font-family: AlibabaPuHuiTi-2-55-Regular, Microsoft YaHei, serif;
        border-radius: 50px;
        line-height: 20px;
        cursor: pointer;
        display: inline-block;
        margin-top: 52px;
    }

    .price-part > .content > .entrance:hover > a{
        border-color: #01D8C9;
        color: #01D8C9;
    }


}
