.introduce {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    line-height: 24px;
}

/* 效果一 */
.anglePlanOne {
    background: #f5f7fa;
    padding-bottom: 60px;
}

.anglePlanOne .anglePlan_main {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
}

.anglePlanOne .anglePlan_main dl {
    width: 292px;
    padding: 24px 30px;
    height: 132px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;
}

.anglePlanOne .anglePlan_main dl dt {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.anglePlanOne .anglePlan_main dl dt img {
    width: 38px;
    height: 38px;
}

.anglePlanOne .anglePlan_main dl dt h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    line-height: 26px;
}

.anglePlanOne .anglePlan_main dl dd p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}

.anglePlanOne_A {
    margin: 0 auto;
    display: block;
}

/* 效果二 */
.anglePlanTwo .anglePlan_main {
    padding: 30px 0px 60px 0px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;
    margin-top: 25px;

}

.anglePlanTwo .anglePlan_main .banxin {
    display: flex;
    justify-content: space-between;

}


.anglePlanTwo .anglePlanTwo_Left {
    width: 480px;
    height: 300px;
    padding: 20px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), -8px -8px 20px 0px rgba(255, 255, 255, 0.50), 2px 2px 0px 0px #ffffff inset;
}

.anglePlanTwo .anglePlanTwo_Left img {
    width: 480px;
    height: 300px;
}

.anglePlanTwo_Right {
    width: 534px;
    margin-top: 20px;
}

.anglePlanTwo_RightTerm {
    margin-bottom: 28px;
}

.anglePlanTwo_Right h3 {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    margin-bottom: 10px;
}

.anglePlanTwo_Right p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #323232;
    line-height: 20px;
}

.anglePlanTwo_Right ul li {
    display: flex;
    align-items: baseline;
}

.anglePlanTwo_Right ul li span {
    width: 6px;
    height: 6px;
    background: #e3030f;
    border-radius: 50%;
    margin-right: 10px;
}

.anglePlanTwo_Right ul {
    margin-top: 12px;
}

.anglePlanTwo_Right ul li p {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    line-height: 20px;
}

/* 样式三 */
.anglePlanThree .anglePlan_main {
    background: url(https://files.yuanian.com/yuanian/page_image/Template/anglePlanThree_Bj.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;

}

.anglePlan_mainTop p {
    width: 603px;
    font-size: 16px;
    text-align: justify;
    color: #191818;
    line-height: 24px;
}

.anglePlan_mainTop p:nth-child(1) {
    width: 722px;
    font-weight: 500;
    margin-bottom: 16px;
}

.anglePlan_mainTop p:nth-child(2) {
    width: 722px;
    font-weight: 500;
    margin-bottom: 16px;
}

.anglePlanThree .anglePlan_main ul {
    display: flex;
    justify-content: space-between;
    /*margin-top: 55px;*/
}

.anglePlanThree .anglePlan_main ul li {
    width: 223px;
    display: flex;
    align-items: baseline;
    padding: 15px 20px 22px 20px;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(59, 59, 59, 0.15);
    backdrop-filter: blur(3px);
    margin-right: 20px;

}

.anglePlanThree .anglePlan_main ul li:nth-last-child(1) {
    margin-right: 0px;
}

.anglePlanThree .anglePlan_main ul li span {
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #d1161b;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 4px;
}

.anglePlanThree .anglePlan_main ul li p {
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    color: #191818;
    line-height: 24px;
    text-align: justify;
}

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

    .anglePlanOne .anglePlan_main,
    .anglePlanTwo .anglePlan_main .banxin {
        display: block;
    }

    .anglePlanOne {
        padding-bottom: 30px;
    }

    .anglePlanOne .anglePlan_main {
        padding: 30px 0px 20px 0px;
    }

    .anglePlanOne .anglePlan_main dl {
        width: 90%;
        padding: 5%;
        margin-bottom: 20px;
    }

    /* 效果二 */
    .anglePlanTwo .anglePlan_main {
        padding: 30px 0px;
    }

    .anglePlanTwo .anglePlanTwo_Left,
    .anglePlanTwo_Right {
        width: auto;
    }

    .anglePlanTwo_Right {
        margin-top: 30px;
    }

    /* 样式三 */
    .anglePlan .anglePlanThree {}

    .anglePlan_mainTop p {
        width: auto !important;
    }

    .anglePlanThree .anglePlan_main ul {
        display: block;
        margin-top: 30px;
    }

    .anglePlanThree .anglePlan_main ul li {
        width: 90%;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 5%;
    }
    .anglePlanThree .anglePlan_main{
        padding: 30px 0px 10px 0px;
    }
}
