p {
    margin: 0;
    padding: 0;
}

html,
body {
    background: rgb(43, 49, 151);
    margin: 0;
    padding: 0;
}

.ld-office-guide-home {
    background: rgb(43, 49, 151);
    height: 100%;
    width: 100%;
}

.ld-office-guide-home-head {
    height: 5rem;
    background: url('../img/home-head.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

.ld-header-keyBoard {
    position: absolute;
    width: 0.89rem;
    height: 0.39rem;
    background: url('../img/keyBoard.png') no-repeat center center;
    background-size: cover;
    top: 3.25rem;
    left: 0.54rem;
    animation: cir3 4s linear infinite alternate;
    animation-delay: 2s;
}

.ld-office-guide-home-head .ld-head-trangle {
    position: absolute;
    width: 0.94rem;
    height: 1.03rem;
    background: url('../img/trangle.png') no-repeat center center;
    background-size: cover;
    top: 0.43rem;
    left: 2.2rem;
    animation: cir2 4s linear infinite alternate;
    animation-delay: 3s;
}

.ld-head-round {
    width: 0.67rem;
    height: 0.67rem;
    background: url('../img/round.png') no-repeat center center;
    border-radius: 50%;
    position: absolute;
    right: 0.77rem;
    top: 3.2rem;
    animation: cir1 4s linear infinite alternate;
}

@keyframes cir1 {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(10PX)
    }
}

@keyframes cir2 {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(10PX)
    }
}

@keyframes cir3 {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(10PX)
    }
}

.ld-office-guide-home-head .ld-heade-bigTitle {
    position: absolute;
    width: 6.26rem;
    height: 0.74rem;
    background: url('../img/bigTitle.png') no-repeat center center;
    background-size: contain;
    top: 1.55rem;
    left: 50%;
    transform: translateX(-50%);
}

.ld-head-littleLogo {
    width: 1.76rem;
    height: 0.32rem;
    background: url('../img/smallLogo.png') no-repeat center center;
    background-size: contain;
}

.ld-head-subTitle {
    width: 100%;
    position: absolute;
    top: 2.6rem;
    text-align: center;
    color: rgb(211, 215, 255);
}

.ld-head-subTitle p {
    margin-bottom: 0.16rem;
    font-size: 0.3rem;
}

.ld-head-subTitle p i {
    display: inline-block;
    width: 0.36rem;
    height: 2px;
    background: rgb(211, 215, 255);
    vertical-align: middle;
}


/* list */

.ld-productionList ul {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}


/* 产品 */

.ld-productionList ul li {
    height: 4.28rem;
    width: 6.88rem;
    background: url('../img/productionBg/1.png') no-repeat center center;
    background-size: contain;
    color: white;
    margin-bottom: 0.5rem;
    position: relative;
}

.ld-productionList ul li>a {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: transparent;
}

.ld-productionList ul li .ld-productionList-item-content-right img {
    height: 2.97rem;
    width: 2.17rem;
}

.ld-productionList ul li:nth-child(2) {
    height: 3.94rem;
    width: 6.88rem;
    background: url('../img/productionBg/2.png') no-repeat center center;
    background-size: contain;
}

.ld-productionList ul li:nth-child(2) .ld-productionList-item-content-right img {
    height: 3rem;
    width: 2.17rem;
}

.ld-productionList ul li:nth-child(3) {
    height: 3.94rem;
    width: 6.88rem;
    background: url('../img/productionBg/3.png') no-repeat center center;
    background-size: contain;
}

.ld-productionList ul li:nth-child(3) .ld-productionList-item-content-right img {
    height: 2.45rem;
    width: 1.22rem;
}

.ld-productionList ul li:nth-child(4) {
    height: 3.8rem;
    width: 6.88rem;
    background: url('../img/productionBg/4.png') no-repeat center center;
    background-size: contain;
}

.ld-productionList ul li:nth-child(4) .ld-productionList-item-content-right img {
    height: 2.47rem;
    width: 2.63rem;
}

.ld-productionList ul li:nth-child(5) {
    height: 4rem;
    width: 6.88rem;
    background: url('../img/productionBg/5.png') no-repeat center center;
    background-size: contain;
}

.ld-productionList ul li:nth-child(5) .ld-productionList-item-content-right img {
    height: 3rem;
    width: 1.97rem;
}

.ld-productionList ul li:nth-child(6) {
    height: 3.96rem;
    width: 6.88rem;
    background: url('../img/productionBg/6.png') no-repeat center center;
    background-size: contain;
}

.ld-productionList ul li:nth-child(6) .ld-productionList-item-content-right img {
    height: 2.97rem;
    width: 2.04rem;
}

.ld-productionList ul li:nth-child(7) {
    height: 3.9rem;
    width: 6.88rem;
    background: url('../img/productionBg/7.png') no-repeat center center;
    background-size: contain;
}

.ld-productionList ul li:nth-child(7) .ld-productionList-item-content-right img {
    height: 3rem;
    width: 2.17rem;
}

.ld-productionList ul li:nth-child(8) {
    height: 3.92rem;
    width: 6.88rem;
    background: url('../img/productionBg/8.png') no-repeat center center;
    background-size: contain;
}

.ld-productionList ul li:nth-child(8) .ld-productionList-item-content-right img {
    height: 2.47rem;
    width: 2.63rem;
}

.ld-productionList ul li:nth-child(9) {
    height: 3.92rem;
    width: 6.88rem;
    background: url('../img/productionBg/9.png') no-repeat center center;
    background-size: contain;
}

.ld-productionList ul li:nth-child(9) .ld-productionList-item-content-right img {
    height: 2.97rem;
    width: 2.17rem;
}

.ld-productionList ul li:nth-child(10) {
    height: 3.66rem;
    width: 6.88rem;
    background: url('../img/productionBg/10.png') no-repeat center center;
    background-size: contain;
}

.ld-productionList ul li:nth-child(10) .ld-productionList-item-content-right img {
    height: 2.45rem;
    width: 1.22rem;
}

.ld-productionList ul li:nth-child(11) {
    height: 4.48rem;
    width: 6.88rem;
    background: url('../img/productionBg/11.png') no-repeat center center;
    background-size: contain;
}

.ld-productionList ul li:nth-child(11) .ld-productionList-item-content-right img {
    height: 2.97rem;
    width: 2.17rem;
}

.ld-productionList ul li:nth-child(11) .ld-productionList-item-content .ld-productionList-item-content-left p {
    font-size: 0.24rem;
    line-height: 0.38rem;
}


/* 产品完 */

.ld-productionList-item-title {
    height: 0.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0.2rem;
}

.ld-productionList-item-title p {
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(239, 239, 255, 1);
    line-height: 0.56rem;
    margin-left: 0.1rem;
}

.ld-productionList-item-title img {
    height: 12PX;
    width: 12PX;
}

.ld-productionList-item-content {
    padding: 0.2rem 0 0 0.2rem;
    box-sizing: border-box;
    display: flex;
}

.ld-productionList-item-content .ld-productionList-item-content-left h3 {
    font-size: 0.32rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(248, 248, 248, 1);
    line-height: 0.64rem;
}

.ld-productionList-item-content .ld-productionList-item-content-left p {
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: rgba(220, 221, 255, 0.8);
}

.ld-productionList-item-content .ld-productionList-item-content-left div {
    display: inline-block;
}

.ld-productionList-item-content .ld-productionList-item-content-left a {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: white;
    margin-top: 0.2rem;
}

.ld-productionList-item-content .ld-productionList-item-content-left div i {
    height: 0.24rem;
    width: 0.24rem;
    background: url('../img/more.png') no-repeat center center;
    background-size: contain;
    margin-left: 0.1rem;
    margin-top: 1px;
}

.ld-productionList ul li .ld-productionList-item-content-right {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}