.banner {
    width: 100%;
    height: 35.3rem;
    background: url("../image/service.png") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.banner .title-module-center,
.banner .subtitle-module-center {
    color: #fff;
}


.coreDdvantage-section {
    padding-top: 4.35rem;
}

.coreDdvantage-section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2.1rem;
    margin-bottom: 5rem;
}

.coreDdvantage-section ul li {
    width: calc((100% - 8rem)/6);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 0.95rem;
}

.coreDdvantage-section ul li div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.coreDdvantage-section ul li img {
    height: 3.2rem;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    margin-bottom: 1.35rem;
    padding: 0 2.15rem;
}

.coreDdvantage-section ul li h4 {
    font-size: 1.35rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #202020;
    position: relative;
    margin: 1.8rem 0 1.25rem 0;
}

.coreDdvantage-section ul li .sexangle {
    position: relative;
}

.coreDdvantage-section ul li p {
    color: #202020;
    text-align: center;
    font-size: 0.88rem;
}

.instruction-section {
    height: 38.25rem;
    background: #F7F8F9;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 4rem calc((100% - 64rem)/2) 2rem calc((100% - 64rem)/2);
    margin-bottom: 8.55rem;
}

.instruction-section>img {
    width: 67.6rem;
    position: absolute;
    left: 50%;
    bottom: -6.4rem;
    transform: translate(-50%);
}

.list-articles {
    margin-top: 1.3rem;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.list-articles li {
    border-radius: 0.2rem;
    width: calc((100% - 4rem)/3);
    margin: 1rem 0;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    cursor: pointer;
    padding-bottom: 0.6rem;
}

.list-articles li:nth-child(3n-1) {
    margin: 0 1.5rem;
}

.list-articles li img {
    width: 100%;
    height: 11.1rem;
}

.list-articles_btn-more {
    margin-left: calc((100% - 11.5rem)/2);
}

.list-articles_btn-more img {
    width: 11.5rem;
    height: 5rem;
    margin-bottom: 3.75rem;
}

.list-articles li h4 {
    font-size: 1rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    padding: 0.6rem 0.6rem;
    color: #000000;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分省略号显示*/
    width: 80%;
}

.list-articles li .label {
    font-size: 0.65rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #777777;
    padding: 0 0.6rem 0rem 0.6rem;
}

.list-articles li .btn-detail {
    float: right;
    font-size: 0.65rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    padding-right: 0.5rem;
    color: #777777;
    transform: translateY(-0.5rem);
}

.counsel-section {
    width: 100%;
    height: 16.4rem;
    background-image: url('404.png');
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counsel-section-desc {
    width: 100%;
    background-image: url('404.png');
    display: flex;
    flex-direction: column;
    padding-top: 2.05rem;
    margin-bottom: 3.95rem;
    justify-content: center;
}

.counsel-section-desc h2,
.counsel-section h2 {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    color: #FFFFFF;
}

.counsel-section-desc ul {
    margin: 0 auto;
    font-size: 1.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    padding-bottom: 3.95rem;
}

.counsel-section-desc ul li {
    padding: 0.8rem 1.75rem;
    background: #fff;
    border-radius: 2rem;
    margin-top: 1.45rem;
}

.counsel-section-desc ul li .num {
    color: #002FA7;
}

.counsel-section .btn {
    padding: 0.3rem 3rem;
    margin: 0 auto;
    outline: none;
    color: #fff;
    border: none;
    background: none;
    line-height: 2rem;
    border-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.4rem;
    margin-top: 3rem;
    cursor: pointer; font-size: 1.2rem;

}

.counsel-section .btn a {
    text-decoration: none;
    font-size: 1.35rem;
    color: #fff;
}

.contact-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 0 3.5rem 0;
    align-items: center;
}

.contact-section h3 {
    font-size: 1.05rem;
    color: #000000;
}

.contact-section .label {
    font-size: 1.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    display: block;
    width: 37.4rem;
    text-align: left;
    margin: 2.2rem 0 1.6rem 0;
}

.contact-section input {
    background: #fff;
    outline: none;
    line-height: 4rem;
    box-sizing: border-box;
    width: 37.4rem;
    font-size: 1rem;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    color: #000;
    padding: 0 1rem;

}

.contact-section .btn-more {
    background-color: #002FA7;
    color: #fff;
    text-align: right;
    border-radius: 1.6rem;
    padding: 1rem 1rem 1.25rem 4rem;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    margin-top: 1.35rem;
}

.contact-section .btn-more img {
    width: 4rem;
    position: absolute;
    left: -1.5rem;
    height: 2rem;
    transform: translateY(-0.2rem);
}


.title-module-left {
    font-size: 2.4rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #000000;
}

.subtitle-module-left {
    font-size: 1.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.list-section ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 6.25rem;
    padding: 5.15rem calc((100% - 64rem)/2);

}

.list-section .title-module-center {
    text-align: left;
}

.list-section ul li img {
    width: 28.8rem;
}

.list-section ul li>div {
    max-width: 28.8rem;
    font-size: 1.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.list-section ul li:nth-child(2n - 1) {
    background-color: #F9F9FF;
}

.list-section ul li:nth-child(2n)>img {
    position: absolute;
    width: 28.8rem;
    right: calc((100% - 64rem)/2);
}

.template-section ul {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.template-section ul li {
    width: calc((100% - 2.3rem)/3);
    display: inline-block;
    height: 16.05rem;
    margin-bottom: 1.8rem;
}

.template-section ul li img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.qualification-section ul {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
}

.qualification-section ul li {
    width: calc((100% - 3rem)/4);
    display: inline-block;
    height: 20.05rem;
    margin-bottom: 0.75rem;
}

.qualification-section ul li img {
    width: 100%;
    height: 100%;
}

.extends-section ul {
    padding-top: 1.3rem;
}

.extends-section ul li {
    width: calc((100% - 1.45rem)/2);
    display: inline-block;
    margin-bottom: 2.05rem;
}

.extends-section ul li img {
    margin-bottom: 0.6rem;
    height: 17.25rem;
}

.extends-section ul li p {
    font-size: 0.95rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.list-articles_btn-more {
    margin-left: calc((100% - 11.5rem)/2);
}

.list-articles_btn-more img {
    width: 11.5rem;
    height: 5rem;
    margin-bottom: 3.75rem;
}

.desc-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.desc-section ul li {
    width: calc((100% - 2.55rem)/4);
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-top: 2.45rem;
}

.desc-section ul li>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0 1.1rem;
    padding-bottom: 4.45rem;
    position: relative;
}

.desc-section ul li img {
    height: 4.4rem;
    margin-bottom: 1.65rem;
}

.desc-section ul li h3 {
    font-size: 1.35rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    margin-bottom: 0.85rem;
    color: #202020;
    height: 3rem;
}

.desc-section ul li p {
    font-size: 0.8rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #202020;
}

.desc-section ul li strong {
    font-size: 6rem;
    color: #002FA7;
    position: absolute;
    /* font-weight: bold; */
    bottom: -3rem;
}

.desc-section {
    padding: 2rem calc((100% - 64rem)/2) 4.5rem calc((100% - 64rem)/2);
    background: #F9F9FF;
}