.y-center {
    display: flex;
    align-items: center;
}

.x-center {
    display: flex;
    justify-content: center;
}

.center {
    align-items: center;
    display: flex;
    justify-content: center;
}

img {
    vertical-align: top;
}

.i-wrp {
    width: 100%;
    background: url(../images/service/main-bg.png) no-repeat;
    background-size: 100% 1080px;
    background-position: 50%;
}

.i-wrp main {
    width: 1280px;
    margin: 0 auto;
    margin-top: 87px;
    background: #fff;
    padding: 42px 70px 85px;
}

.i-wrp main > .title-header {
    position: relative;
    display: flex;
    align-items: center;
}

.i-wrp main > .title-header .title {
    font-size: 30px;
    font-family: GlowSansSC;
    /*font-weight: bold;*/
    color: #000000;
    margin-right: 44px;
}

.i-wrp main > .title-header img {
    width: 743px;
}

.i-wrp main > .title-header .covers {
    position: absolute;
    width: 234px;
    height: 260px;
    right: 0;
    top: 0;
}

.i-wrp main .summary {
    width: 1057px;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 33px 110px 48px;
    background: #f5f3f6;
}

.i-wrp main .summary .title {
    font-size: 36px;
    font-family: GlowSansSC;
    font-weight: normal;
    color: #5c4882;
}

.i-wrp main .summary .plines {
    width: 80%;
    font-size: 20px;
    /*font-family: GlowSansSC;*/
    font-weight: normal;
    color: #000000;
    margin-top: 30px;
}

.i-wrp main .summary .plines p:nth-child(3) {
    margin-top: 30px;
}

.i-wrp main .wrps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3px;
    margin-top: 16px;
}

.i-wrp main .wrps img {
    width: 50px;
    height: 686px;
}

.i-wrp main .wrps .cards {
    flex: 1;
}

.i-wrp main .wrps .cards .title {
    font-size: 27px;
    font-family: GlowSansSC;
    /*font-weight: bold;*/
    color: #5c4882;
    display: flex;
    align-items: center;
}

.i-wrp main .wrps .cards .card {
    margin-top: 10px;
}

.i-wrp main .wrps .cards .card .content {
    background: #f5f3f6;
    border-radius: 8px 8px 0px 0px;
    padding: 25px 45px 45px;
}

.i-wrp main .wrps .cards .card .content .pp {
    font-size: 27px;
    font-family: GlowSansSC;
    /*font-weight: bold;*/
    color: #5c4882;
}

.i-wrp main .wrps .cards .card .content .com {
    margin-top: 10px;
    font-size: 14px;
    font-family: GlowSansSC;
    font-weight: 400;
    color: #000000;
}

.i-wrp main .wrps .cards .card .btn {
    height: 60px;
    background: #5c4882;
    border-radius: 0px 0px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 46px;
}

.i-wrp main .wrps .cards .card .btn > img {
    width: 25px;
    height: 30px;
}

.i-wrp main .wrps .cards .card .btn > div {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #ffffff;
}

.i-wrp main .wrps .cards .card .btn > div > img {
    width: 17px;
    height: 14px;
    margin-left: 21px;
}

.i-wrp main .wrps .cards .card .more {
    background: #f5f3f6;
    padding: 45px 71px 49px 75px;
}

.i-wrp main .wrps .cards .card .more li {
    display: flex;
    align-items: flex-start;
    gap: 26px;
}

.i-wrp main .wrps .cards .card .more li .index {
    font-size: 54px;
    font-family: Bahnschrift;
    font-weight: 300;
    color: #5c4882;
}

.i-wrp main .wrps .cards .card .more li .item img {
    margin-top: 34px;
    width: 100%;
    height: 2px;
}

.i-wrp main .wrps .cards .card .more li + li {
    margin-top: 30px;
}

.index_headerbg ul li:nth-child(5) {
    background-color: #5c4882;
    color: #fff;
    border-radius: 0px 25px 25px 0px;
}

.index_headerbg ul li:nth-child(5):hover {
    background-color: #5c4882;
    color: #fff;
    border-radius: 0px 25px 25px 0px;
}

.btn-up {
    height: 61px;
    background: #ffffff;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 22px;
    font-size: 19px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #5c4882;
}

.btn-up > img:nth-of-type(1) {
    width: 29px !important;
    height: 29px !important;
}

.btn-up > img:nth-of-type(2) {
    width: 17px !important;
    height: 14px !important;
}

.more {
    display: none;
}

.btn-up,
.btn {
    cursor: pointer;
}

.project .title {
    margin-top: 38px;
    margin-bottom: 17px;
    font-size: 27px;
    font-family: GlowSansSC;
    /*font-weight: bold;*/
    color: #5c4882;
    padding-left: 67px;
    display: flex;
    align-items: center;
}

.swiper-container {
    width: 100%;
    height: 350px;
    background: #f5f3f6;
    border-radius: 8px;
}

.swiper-slide {
    background-image: url("../images/service/swiper-cover.png");
    background-size: 100% 100%;
    position: relative;
}

.swiper-slide .top {
    display: flex;
    margin-top: 48px;
}

.swiper-slide .top .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 72px;
    margin-left: 125px;
}

.swiper-slide .top .box .post {
    width: 32px;
    height: 38px;
}

.swiper-slide .top .box span {
    font-size: 37px;
    font-family: GlowSansSC;
    /*font-weight: bold;*/
    color: #5c4882;
    margin-top: 5px;
    margin-bottom: 2px;
}

.swiper-slide .top .box .pre {
    width: 68px;
    height: 13px;
}

.swiper-slide .top .liness {
    margin-top: 55px;
    margin-left: 50px;
    color: #000000;
}

.swiper-slide .top .liness p:nth-child(1) {
    font-size: 26px;
    /*font-weight: bold;*/
}

.swiper-slide .top .liness p:nth-child(2) {
    font-size: 24px;
}

.swiper-slide .top .liness p:nth-child(3) {
    margin-top: 20px;
}

.swiper-slide .btns {
    width: 930px;
    height: 60px;
    background: #f97220;
    border-radius: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 30px;
}

.swiper-slide .btns img {
    width: 21px;
    height: 22px;
}

.swiper-slide .btns span {
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 4px;
    margin-left: 20px;
}

.swiper-slide .control {
    position: absolute;
    right: 65px;
    top: 20px;
    z-index: 5;
}

.swiper-slide .control .white {
    width: 42px;
    height: 42px;
}

.swiper-slide .control .black {
    width: 27px;
    height: 27px;
}

.swiper-slide .control img {
    cursor: pointer;
    z-index: 9999;
}