
@font-face {
    font-family: "zbpd-normal";
    src: url("../img/zbpd/zbpd.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.f0 {
    font-size: 0;
}

.mr0 {
    margin-right: 0 !important;
}


.float-tool {
    display: none !important;
}

.float-tool-new {
    display: block !important;
}

.get-case-bg.advantage-case-bg {
    margin-top: 40px;
}

.get-case-bg {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    height: 108px;
    cursor: pointer;
    width: 100%;
}

.get-case-bg .get-case {
    width: 396px;
    height: 108px;
    background: url(../img/zbpd/get-case.png?v=1) top center no-repeat;
    background-size: contain;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 95px;
    text-align: center;

    animation: getOrderZoom 1.5s linear infinite;
}

@keyframes getOrderZoom {
    0%{-webkit-transform:scale(1);}
    50%{-webkit-transform:scale(0.9);}
    100%{-webkit-transform:scale(1);}
}

.get-case-bg .get-case i {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-left: 8px;
    margin-bottom: -15px;
    background: url(../img/zbpd/get-case-click.png?v=1) top center no-repeat;
    background-size: contain;
}

.title-beautiful-dot-pd {
    display: inline-block;
    margin: 0 17px;
    width: 35px;
    height: 21px;
    background: url(../img/zbpd/title-beautiful-dot-pd.png?v=1) top center no-repeat;
    background-size: contain;
}

.title-beautiful-dot-pd-white {
    display: inline-block;
    margin: 0 17px;
    width: 35px;
    height: 21px;
    background: url(../img/zbpd/title-beautiful-dot-pd-white.png?v=2) top center no-repeat;
    background-size: contain;
}

.sub-title {
    height: 20px;
    font-size: 20px;
    font-weight: 300;
    color: #1F1F1F;
    text-align: center;
    margin-top: 8px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container h3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    text-align: center;
    color: #1F1F1F;
    padding-top: 70px;
}

.banner {
    margin-top: 66px;
    background: url(../img/zbpd/banner11.jpg?v=5) top center no-repeat;
    background-size: cover;
    height: 534px;
    width: 100vw;
}

.banner .bannerContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.banner .bannerContainer .banner-title {
    font-size: 104px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 4px 1px 0px rgba(0,0,0,0.24);
    margin-top: 132px;
}

.banner .bannerContainer .banner-sub-title {
    background: url(../img/zbpd/banner-title-bg.png?v=2) top center no-repeat;
    background-size: cover;
    height: 71px;
    width: 1066px;
    color: #fff;
    margin-top: 90px;

    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.banner .bannerContainer .banner-btn {
    width: 280px;
    height: 80px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 90px;
    text-align: center;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 600;
    background: url(../img/zbpd/banner-btn-11.png?v=1) top center no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-top: 370px;
    animation: getBannerZoom 1.5s linear infinite;
}

@keyframes getBannerZoom {
    0%{-webkit-transform:scale(1);}
    50%{-webkit-transform:scale(0.9);}
    100%{-webkit-transform:scale(1);}
}

.banner .bannerContainer .banner-btn span {
    color: #FFFFFF;
    line-height: 107px;
    text-align: center;
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 600;
    margin-left: 20px;
}

.banner .bannerContainer .banner-btn i {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-left: 8px;
    margin-bottom: -13px;
    background: url(../img/zbpd/get-case-click.png?v=1) top center no-repeat;
    background-size: contain;
}

.apply {
    background: url(../img/zbpd/apply.jpg?v=2) top center no-repeat;
    background-size: cover;
    height: 776px;
}

.apply .f0 {
    margin-top: 67px;   
}

.apply li {
    display: inline-block;
    margin-right: 10px;
}

.apply .apply-item {
    position: relative;
    width: 190px;
    height: 330px;
}
.apply .apply-item .linears {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
}
.apply .apply-item.active .linears {
    background: linear-gradient(0deg, #FF5A00 0%, rgba(131,131,131,0) 100%);
}

.apply .apply-item .apply-image-num {
    width: 42px;
    height: 47px;
    position: absolute;
    bottom: 69px;
    left: 30px;
    transition: 0.33s;
}

.apply .apply-item.active .apply-image-num {
    width: 42px;
    height: 47px;
    position: absolute;
    bottom: 117px;
    left: 19px;
    transition: 0.33s;
}

.apply .apply-item h3 {
    position: absolute;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
    bottom: 27px;
    left: 27px;
    transition: 0.33s;
}

.apply .apply-item.active h3 {
    position: absolute;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ffffff;
    line-height: 36px;
    bottom: 75px;
    left: 16px;
    transition: 0.33s;
}

.apply .apply-item .line {
    position: absolute;
    width: 0px;
    height: 6px;
    background: #fff;
    bottom: 15px;
    left: 27px;
    transition: 0.33s;
}

.apply .apply-item.active .line {
    position: absolute;
    width: 39px;
    height: 6px;
    background: #fff;
    bottom: 55px;
    left: 19px;
    transition: 0.33s;
}

.apply .item1 {
    background: url(../img/zbpd/apply-1.jpg);
    background-size: 190px 330px;
    background-repeat: no-repeat;
}
.apply .item2 {
    background: url(../img/zbpd/apply-2.jpg);
    background-size: 190px 330px;
    background-repeat: no-repeat;
}

.apply .item3 {
    background: url(../img/zbpd/apply-3.jpg);
    background-size: 190px 330px;
    background-repeat: no-repeat;
}

.apply .item4 {
    background: url(../img/zbpd/apply-4.jpg);
    background-size: 190px 330px;
    background-repeat: no-repeat;
}

.apply .item5 {
    background: url(../img/zbpd/apply-5.jpg);
    background-size: 190px 330px;
    background-repeat: no-repeat;
}

.apply .item6 {
    background: url(../img/zbpd/apply-6.jpg);
    background-size: 190px 330px;
    background-repeat: no-repeat;
}



.matrix {
    background: url(../img/zbpd/matrix.jpg?v=2) top center no-repeat;
    background-size: cover;
    height: 806px;
}

.matrix .f0 {
    margin-top: 26px;
}

.matrix .f0 .min-bg {
    position: relative;
    margin-left: 35%;
    /* width: 386px;
    height: 340px; */
    opacity: 0;
    transition: 0.33s;
}
.matrix .f0 .min-center {
    width: 386px;
    height: 340px;
    text-align: center;
    margin-left: -60px;
    overflow: hidden;
}
.matrix .f0 .matrix-item {
    position: absolute;
    opacity: 0;
    transition: 0.33s;
}

.matrix .f0 .matrix-item .top {
    display: flex;
    flex-direction: row;
}

.matrix .f0 .matrix-item .top .matrix-image {
    width: 54px;
    height: 54px;
    object-fit: cover;
}

.matrix .f0 .matrix-item .top .matrix-title {
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1F1F1F;
}

.matrix .f0 .matrix-item .matrix-content {
    height: 17px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #545454;
}
.matrix .f0 .item1 {
    top: 34px;
    left: 354px;
    transition: 0.33s;
}
.matrix .f0 .item2 {
    top: 143px;
    left: 409px;
    transition: 0.33s;
}
.matrix .f0 .item3 {
    top: 266px;
    left: 414px;
    transition: 0.33s;
}
.matrix .f0 .item4 {
    top: 369px;
    left: 331px;
    transition: 0.33s;
}
.matrix .f0 .item5 {
    top: 301px;
    left: -303px;
    transition: 0.33s;
}
.matrix .f0 .item6 {
    top: 162px;
    left: -337px;
    transition: 0.33s;
}
.matrix .f0 .item7 {
    top: 40px;
    left: -255px;
    transition: 0.33s;
}

.matrix-get-case-bg.get-case-bg {
    margin-top: 154px;
    opacity: 0;
    transition: 0.33s;
}


.serve {
    background: url(../img/zbpd/serve.jpg?v=1) top center no-repeat;
    background-size: cover;
    height: 1068px;
}

.serve h3 {
    color: #fff;
} 

.serve .sub-title {
    color: #fff;
} 

.serve .f0 .serve-header {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.serve .f0 .serve-header .serve-header-item {
    position: relative;
    height: 46px;
    cursor: pointer;
}

.serve .f0 .serve-header .serve-header-item .serve-header-title {
    width: 210px;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.serve .f0 .serve-header .serve-header-item.active .serve-header-title {
    width: 210px;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #F57232;
    line-height: 28px;
    text-align: center;
}

.serve .f0 .serve-header .serve-header-item .serve-header-line {
    width: 0px;
    height: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.serve .f0 .serve-header .serve-header-animation {
    width: 110px;
    height: 33px;
}

.serve .f0 .serve-content {
    height: 622px;
    width: 1160px;
    background: url(../img/zbpd/serve-content-bg.png?v=1) top center no-repeat;
    background-size: cover;
    padding: 0 20px;
}

.serve .f0 .serve-content .content-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding-top: 48px;
    margin: 0 50px;
}

.serve .f0 .serve-content .content-menu .menu-item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.serve .f0 .serve-content .content-menu img {
    width: 54px;
    height: 54px;
    object-fit: cover;
}

.serve .f0 .serve-content .content-menu p {
    height: 23px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #F7F9FD;
    line-height: 24px;
    margin-top: 7px;
}

.serve .f0 .serve-content .content-item-bg {
    margin: 0 10px 0 10px;
    width: 1160px;
    height: 622px;
    overflow: hidden;
    position: relative;
}
.serve .f0 .serve-content .content-item-bg .content-item-animation {
    width: 300%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    display: flex;
    flex-direction: row;
}

.serve .f0 .serve-content .content-item-a {
    width: 100%;
    height: 100%;
    position: relative;
}

.serve .f0 .serve-content .content-item-b {
    width: 100%;
    height: 100%;
    position: relative;
}

.serve .f0 .serve-content .content-item-c {
    width: 100%;
    height: 100%;
}

.serve .f0 .serve-content .content-item-bg .content-item {
    margin-top: 20px;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

@keyframes serveitembganimation1 {
    0% {top: 142px;}
    100% {top: 0;}
 }

 @keyframes serveitembganimation2 {
    0% {top: 0;}
    100% {top: 142px;}
 }

 @keyframes serveitembganimation3 {
    0% {top: 284px;}
    100% {top: 142px;}
 }

 @keyframes serveitembganimation4 {
    0% {top: 142px;}
    100% {top: 284px;}
 }

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-a-1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 142px;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-a-2 {
    position: absolute;
    left: 0;
    top: 142px;
    right: 0;
    height: 142px;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-a-3 {
    position: absolute;
    left: 0;
    top: 284px;
    right: 0;
    height: 142px;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-b-1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 142px;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-b-2 {
    position: absolute;
    left: 0;
    top: 142px;
    right: 0;
    height: 142px;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-b-3 {
    position: absolute;
    left: 0;
    top: 284px;
    right: 0;
    height: 142px;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-ab {
    height: 142px;
    margin: 8px 50px 0 50px;
    background: none;
    background-size: cover;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-ab.item-bg-a-animation {
    height: 142px;
    background: url(../img/zbpd/serve-content-item-ab.png?v=1) top center no-repeat;
    background-size: cover; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-ab.item-bg-b-animation {
    height: 142px;
    background: url(../img/zbpd/serve-content-item-ab.png?v=1) top center no-repeat;
    background-size: cover; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-ab.active {
    height: 142px;
    margin: 8px 50px 0 50px;
    background: none;
    background-size: cover;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg-c {
    height: 270px;
    background: url(../img/zbpd/serve-content-item-c.png?v=1) top center no-repeat;
    background-size: cover;
    margin: 8px 50px 0 50px;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg .content-item-text {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #F7F9FD;
    flex: 1;
    line-height: 30px;
}

.serve .f0 .serve-content .content-item-bg .content-item .item-bg .content-item-first {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.serve .content-item-icon {
    display: flex;
    flex-direction: row;
}

.serve .content-item-icon img {
    width: 34px;
    height: 34px;
    object-fit: cover;
}

.serve .content-item-icon p {
    height: 34px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #F7F9FD;
    line-height: 34px;
    margin-left: 7px;
}





.get-case-bg.serve-case {
    margin-top: 44px;
}

.enjoy {
    height: 796px;
    background: #fff;
}

.enjoy .f0 {
    margin-top: 43px;   
}

.enjoy li {
    display: inline-block;
    margin-right: 18px;
    cursor: pointer;
}

.enjoy .enjoy-item {
    width: 180px;
    height: 180px;
    background: url(../img/zbpd/enjoy-n.png?v=1) top center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 19px 1px rgba(136,150,179,0.22);
    margin-top: 24px;
}

.enjoy .enjoy-item.active {
    width: 180px;
    height: 180px;
    background: url(../img/zbpd/enjoy-s.png?v=1) top center no-repeat;
    background-size: cover;
}

.enjoy .enjoy-item .enjoy-name {
    height: 27px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #1F1F1F;
    line-height: 27px;
    margin-top: 9px;
}

.enjoy .enjoy-item.active .enjoy-name {
    height: 27px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
    margin-top: 9px;
}

.enjoy .enjoy-item.active .enjoy-icon {
    animation: rotateAnimation 2s ease-out;
}

.enjoy .enjoy-item .enjoy-icon {
    animation: rotateAnimation2 2s ease-out;
}

@keyframes rotateAnimation {
   to {
    transform: rotateZ(360deg);
   }
}

@keyframes rotateAnimation2 {
    to {
     transform: rotateZ(-360deg);
    }
 }

.enjoy .item1 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-1.png?v=1);
}
.enjoy .item1.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-1.png?v=1);
}

.enjoy .item2 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-2.png?v=1);
}
.enjoy .item2.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-2.png?v=1);
}

.enjoy .item3 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-3.png?v=1);
}
.enjoy .item3.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-3.png?v=1);
}

.enjoy .item4 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-4.png?v=1);
}
.enjoy .item4.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-4.png?v=1);
}

.enjoy .item5 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-5.png?v=1);
}
.enjoy .item5.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-5.png?v=1);
}

.enjoy .item6 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-6.png?v=1);
}
.enjoy .item6.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-6.png?v=1);
}

.enjoy .item1 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-1.png?v=1);
}
.enjoy .item7.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-7.png?v=1);
}

.enjoy .item7 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-7.png?v=1);
}
.enjoy .item8.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-8.png?v=1);
}

.enjoy .item8 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-8.png?v=1);
}
.enjoy .item9.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-9.png?v=1);
}

.enjoy .item9 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-9.png?v=1);
}
.enjoy .item10.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-10.png?v=1);
}

.enjoy .item10 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-10.png?v=1);
}
.enjoy .item11.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-11.png?v=1);
}

.enjoy .item11 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-11.png?v=1);
}
.enjoy .item12.active .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-s-12.png?v=1);
}

.enjoy .item12 .enjoy-icon {
    width: 54px;
    height: 54px;
    object-fit: cover;
    content: url(../img/zbpd/enjoy-n-12.png?v=1);
}



.advantage {
    height: 890px;
    background: url(../img/zbpd/advantage.jpg?v=2) top center no-repeat;
    background-size: cover;
}

.advantage .f0 {
    margin-top: 40px;   
}

.advantage li {
    display: inline-block;
    margin-right: 18px;
    cursor: pointer;
}

.advantage .f0 .content {
    margin-left: 80px;
    margin-top: 31px;
}

.advantage .advantage-item {
    width: 334px;
    height: 200px;
    background: url(../img/zbpd/advantage-n.png?v=1) top center no-repeat;
    background-size: cover;
    margin-top: 4px;
    position: relative;
}

.advantage .advantage-item.active {
    width: 334px;
    height: 200px;
    background: url(../img/zbpd/advantage-s.png?v=1) top center no-repeat;
    background-size: cover;
    margin-top: 4px;
    position: relative;
}

.advantage .advantage-item .advantage-icon {
    position: absolute;
    width: 34px;
    height: 34px;
    object-fit: cover;
    left: 30px;
    top: 40px;
    transition: 0.33s;
    opacity: 1;

}

.advantage .advantage-item.active .advantage-icon {
    position: absolute;
    width: 34px;
    height: 34px;
    object-fit: cover;
    left: 30px;
    top: 30px;
    transition: 0.33s;
    opacity: 0;
}

.advantage .advantage-item .advantage-title {
    position: absolute;
    width: 300px;
    height: 22px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 21px;
    left: 30px;
    top: 83px;
    transition: 0.33s;
}

.advantage .advantage-item.active .advantage-title {
    position: absolute;
    height: 22px;
    width: 300px;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 21px;
    left: 30px;
    top: 65px;
    transition: 0.33s;
}

.advantage .advantage-item .advantage-content {
    position: absolute;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #787B7D;
    line-height: 21px;
    left: 30px;
    top: 112px;
    right: 25px;
    transition: 0.33s;
}

.advantage .advantage-item.active .advantage-content {
    position: absolute;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #787B7D;
    line-height: 21px;
    left: 30px;
    top: 97px;
    right: 25px;
    transition: 0.33s;
}

.advantage .f0 .advantage-header {
    display: flex;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}

.advantage .f0 .advantage-header .advantage-space {
    width: 130px;
}

.advantage .f0 .advantage-header .advantage-number {
    font-size: 48px;
    font-family: Akrobat;
    font-weight: bold;
    color: #FF2C00;
}

.advantage .f0 .advantage-header .advantage-number i {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
}

.advantage .f0 .advantage-header .advantage-name {
    height: 20px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}


.case {
    height: 671px;
    background: #fff;
}

.case .f0 {
    margin-top: 38px;
    display: flex;
    flex-direction: row;
}

.case li {
    margin-right: 25px;
    cursor: pointer;
}

.case .case-item {
    width: 371px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 19px 1px rgba(0,0,0,0.19);
    overflow: hidden;
}

.case .item1 {
    margin-top: 30px;
    opacity: 0;
    transition: 0.33s;
}

.case .item2 {
    margin-top: 30px;
    opacity: 0;
    transition: 0.33s;
}

.case .item3 {
    margin-top: 30px;
    opacity: 0;
    transition: 0.33s;
}

.case .case-item .case-image {
    width: 371px;
    height: 163px;
    object-fit: contain;
    scale: 1;
    transition: 0.33s;
}

.case .case-item .case-image:hover {
    scale: 1.1;
    transition: 0.33s;
}

.case .case-item .case-icon {
    width: 95px;
    height: 53px;
    object-fit: cover;
    margin-left: 20px;
    margin-top: 7px;
}

.case .case-item .case-text {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #8D8C91;
    /* line-height: 26px; */
    margin-left: 20px;
    margin-top: 3px;
}
.case .case-get-bg {
    margin-top: 75px;
    opacity: 0;
    transition: 0.33s;
}


.data {
    background: url(../img/zbpd/data.jpg?v=3) top center no-repeat;
    background-size: cover;
    height: 591px;
    background-color: red;
}

.data h3 {
    color: #fff;
} 

.data .f0 {
    margin-top: 83px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.data .data-item {
    display: inline-block;
    margin-right: 25px;
    cursor: pointer;
}

.data .data-item .data-number {
    font-size: 76px;
    font-family: "zbpd-normal";
    font-weight: bold;
    color: #fff;
    line-height: 80px;
    display: inline-block;
}

.data .data-item .unit {
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 34px;
    display: inline-block;
}

.data .data-item  .data-title {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
    margin-top: 27px;
}

.data-case-bg {
    margin-top: 78px;
    display: flex;
    justify-content: center;
    height: 108px;
    cursor: pointer;
    width: 100%;
}

.data-case-bg .data-case {
    width: 396px;
    height: 108px;
    background: url(../img/zbpd/data-case.png?v=1) top center no-repeat;
    background-size: contain;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FF3401;
    line-height: 95px;
    text-align: center;

    animation: getOrderZoom 1.5s linear infinite;
}

.data-case-bg .data-case i {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-left: 8px;
    margin-bottom: -15px;
    background: url(../img/zbpd/banner-btn-click.png?v=1) top center no-repeat;
    background-size: contain;
}

