p {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
}

.ld-production-ekp {
    height: 100%;
    width: 100%;
}

.ld-production-ekp {
    height: 100%;
    width: 100%;
}

.ld-production-ekp-head {
    height: 5rem;
    background: url('../img/headBg/ekp.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

.ld-production-ekp-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;
}

.ld-production-ekp-head .ld-heade-bigTitle {
    position: absolute;
    width: 5.2rem;
    height: 0.6rem;
    background: url('../img/innerTitle.png') no-repeat center center;
    background-size: contain;
    top: 1.64rem;
    left: 0.2rem;
}

.ld-head-littleLogo {
    width: 88px;
    height: 16px;
    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: white;
}

.ld-head-subTitle p {
    margin-bottom: 0.2rem;
    text-align: left;
    padding-left: 0.28rem;
    box-sizing: border-box;
    font-size: 0.36rem;
}

.ld-head-subTitle p:last-child {
    font-size: 0.28rem;
}


/* main */

.ld-ekp-main {
    width: 100%;
    background: rgba(248, 248, 248, 1);
    border-radius: 0.4rem 0.4rem 0 0;
    padding: 0.6rem 0.6rem 0;
    box-sizing: border-box;
    position: relative;
    margin-top: -0.5rem;
}

.ld-ekp-main-textList ul li {
    font-size: 0.3rem;
    line-height: 0.6rem;
    margin-bottom: 0.1rem;
    position: relative;
    padding-left: 0.3rem;
    color: rgb(56, 60, 119);
}

.ld-ekp-main-textList ul li::before {
    position: absolute;
    content: '';
    width: 0.12rem;
    height: 0.12rem;
    background: rgb(56, 60, 119);
    border-radius: 50%;
    left: 0.02rem;
    top: 50%;
    transform: translateY(-50%);
}


/* advantages */

.ld-ekp-main-advantagesList {
    margin-top: 0.5rem;
}

.ld-ekp-main-advantagesList ul li div.title {
    font-size: 0.4rem;
    font-weight: 700;
    color: rgb(56, 60, 119);
    height: 1rem;
    line-height: 1rem;
    position: relative;
    z-index: 99;
}

.ld-ekp-main-advantagesList ul li div.title h3 {
    font-size: 0.4rem;
    font-weight: 700;
    color: rgb(56, 60, 119);
    height: 1rem;
    line-height: 1rem;
    position: relative;
    z-index: 99;
}

.ld-ekp-main-advantagesList ul li div.title p {
    position: absolute;
    top: -0.2rem;
    /* left: 0.2rem; */
    font-size: 0.6rem;
    z-index: 98;
    font-family: Arial;
    font-weight: 400;
    color: rgba(30, 36, 113, 0.1);
    line-height: 48px;
}

.ld-ekp-main-advantagesList ul li h3::after {
    position: absolute;
    content: '';
    height: 0.05rem;
    width: 0.4rem;
    background: rgb(56, 60, 119);
    left: 0;
    top: 0.8rem;
}

.ld-ekp-main-advantagesList ul li {
    font-size: 0.3rem;
}

.ld-ekp-main-advantagesList ul li p {
    line-height: 0.48rem;
    font-size: 0.3rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(86, 90, 142, 1);
}

.ld-ekp-main-advantagesList ul li img {
    object-fit: contain;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}