#banner .activityItems {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, 0);
    height: 135px;
    z-index: 100;
}

body {
    padding-top: 0px;
    background: none;
}

.swiper-container-fade .swiper-slide {
    width: 100% !important;
}

#banner .swiper-slide div {
    background-size: 100% 100% !important;
    width: 100vw !important;
}

#banner .activityItems a {
    width: 390px;
    height: 170px;
    border-radius: 4px;
    display: block;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    /* border: 1px solid; */
}

.swiper-pagination {
    width: 30px !important;
    position: absolute;
    top: 50% !important;
    /* right: 0 !important; */
    left: initial !important;
}

#banner .swiper-pagination-bullet {
    width: 30px !important;
    height: 20px !important;
    background: transparent !important;
    /* height: 2px !important; */
    /* background: #000000 !important; */
    display: block !important;
    /* margin-top: 20px !important; */
    opacity: 1 !important;
    position: relative;
    margin: 0px !important;
}

.bannerBox .swiper-pagination-bullet:hover::before {
    background: #0651E5 !important;
}

.bannerBox .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: #000000 !important;


}

/* swiper-pagination-bullet */
.bannerBox .swiper-pagination-bullet-active {
    width: 40px !important;
    height: 30px !important;
    display: block;
    border-radius: 0px !important;
}

.bannerBox .swiper-pagination-bullet-active::before {
    height: 10px !important;
    width: 40px !important;
    background: #0651E5 !important;

}

.bannerBox1 .swiper-pagination-bullet-active::before {
    height: 10px !important;
    width: 40px !important;
    background: #fff !important;

}

.bannerBox1 .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: #fff !important;


}

#banner {
    position: relative;
    /*padding-bottom: 40px;*/
}

#banner .activityItems {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, 0);
    height: 135px;
    z-index: 100;
}

.swiper-container-fade .swiper-slide {
    width: 100% !important;
}

/* #banner {
    width: 100% !important;
} */

#banner .swiper-slide div {
    background-size: 100% 100% !important;
    width: 100vw !important;
}

#banner .activityItems a {
    width: 390px;
    height: 170px;
    border-radius: 4px;
    display: block;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    /* border: 1px solid; */
}

/* #banner div{
    height:  auto !important;
} */

#banner .activityItems a img {
    display: block;
    width: 100%;
    height: 100%;
}

/* #banner div{
    height:  auto !important;
} */

#banner .activityItems a img {
    display: block;
    width: 100%;
    height: 100%;
}


#banner .activityItems {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, 0);
    height: 135px;
    z-index: 100;
}

.swiper-container-fade .swiper-slide {
    width: 100% !important;
}

/* #banner {
    width: 100% !important;
} */

#banner .swiper-slide div {
    background-size: 100% 100% !important;
    width: 100vw !important;
}

#banner .activityItems a {
    width: 390px;
    height: 170px;
    border-radius: 4px;
    display: block;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    /* border: 1px solid; */
}

/* #banner div{
    height:  auto !important;
} */

#banner .activityItems a img {
    display: block;
    width: 100%;
    height: 100%;
}


*::-webkit-input-placeholder {
    color: #aaaaaa;
}

.showItem .serviceType {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 48px;
}

.showItem .serviceType > h2 {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 80px;
    color: #333333;
    text-align: center;
}

.showItem .serviceType h3 {
    font-size: 24px;
    font-family: Aller;
    font-weight: 300;
    line-height: 28px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showItem .serviceType .serviceType1::before {
    display: block;
    content: '';
    width: 32px;
    height: 20px;
    background: url("../img/serviceType1.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.showItem .serviceType .serviceType2::before {
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    background: url("../img/serviceType2.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.showItem .serviceType .serviceType3::before {
    display: block;
    content: '';
    width: 20px;
    height: 22px;
    background: url("../img/serviceType3.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.showItem .serviceType .serviceType4::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/serviceType4.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.showItem .serviceType .serviceType5::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/serviceType5.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.showItem .serviceType .serviceType6::before {
    display: block;
    content: '';
    width: 18px;
    height: 20px;
    background: url("../img/serviceType6.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.showItem .serviceType .serviceType8::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/serviceType8.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.showItem .serviceType > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    text-align: center;
}

.showItem .serviceType > p.en {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #999;
    text-align: center;
}

.showItem .serviceType > p.cn {
    margin-top: 26px;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #333;
    text-align: center;
}

.showItem .peojectList .selectList {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.showItem .peojectList .selectList > section {
    cursor: pointer;
    height: 173px;
    overflow: hidden;
    justify-content: space-between;
}

.showItem .peojectList .selectList > section img {
    display: block;
    width: 143px;
    height: 143px;
    margin: 0 auto;
}

.showItem .peojectList .selectList > section P {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    margin-top: 10px;
    text-align: center;
}

.showItem .peojectList .selectList > section:last-child {
    margin-right: 0px;
}

.showItem .peojectList .selectList .select p {
    color: #000000;
}

.showItem .peojectList .selectList > section:hover p {
    color: var(--test-color-1);
    font-weight: 600;
}

/*:nth-child(1)*/
.showItem .peojectList .selectList > section > div {
    opacity: 1;
    margin-top: 0;
}

.showItem .peojectList .selectList1 > section:nth-child(2) > .animationbox {
    animation: op 0.3s forwards;
}

.showItem .peojectList .selectList1 > section:nth-child(3) > .animationbox {
    animation: op 0.3s 0.1s forwards;
}

.showItem .peojectList .selectList1 > section:nth-child(4) > .animationbox {
    animation: op 0.3s 0.2s forwards;
}

.showItem .peojectList .selectList1 > section:nth-child(5) > .animationbox {
    animation: op 0.3s 0.3s forwards;
}

.showItem .peojectList .selectList1 > section:nth-child(6) > .animationbox {
    animation: op 0.3s 0.4s forwards;
}

.showItem .peojectList .data {
    height: 434px;
    background: #f7f7f750;
    width: 100%;
    padding: 40px 0;
    margin-top: 26px;
}

.showItem .peojectList .data .dataList {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.showItem .peojectList .data .dataList > a {
    display: block;
    width: 170px;
    margin-right: 28px;
    transition: all 0.3s ease;
    margin-bottom: 40px;
    opacity: 0;
    margin-top: -40px;
}

.showItem .peojectList .data .dataList > a > img {
    width: 170px;
    height: 125px;
    display: block;
}

.showItem .peojectList .data .dataList > a > p {
    margin-top: 12px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showItem .peojectList .data .dataList > a:nth-child(6n) {
    /* margin-right: 0px;*/
}

.showItem .peojectList .data .dataList > a:nth-child(n + 6) {
    margin-bottom: 0px;
}

.showItem .peojectList .data .dataList > a:hover {
    margin-top: -10px;
}

.showItem .peojectList .data .dataList > a:hover > img {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.showItem .peojectList .data .dataList > a:hover > p {
    color: #333333;
}

.showItem .peojectList .more {
    display: flex;
    justify-content: flex-end;
    width: 1160px;
    margin: 0 auto;
    margin-top: 10px;
}

.showItem .peojectList .more > a {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
}

.showItem .peojectList .more > a::after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url("../img/more2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .testList {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.showItem .testList p {
    color: #666;
    margin-bottom: 40px;
    line-height: 30px;
    font-size: 16px;
}

.showItem .testList p span {
    font-size: 24px;
}

.showItem .testList ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
}

.showItem .testList ul li a {
    /*background: #56bcaf;*/
    background-color: var(--test-color-1);
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    border-radius: 40px;
}

.showItem .testList ul li a:hover {
    color: #FFF;
}

.showItem .reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.showItem .swiperdata {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.showItem .swiperdata .left,
.showItem .swiperdata .right {
    width: 50px;
    height: 320px;
    background: #ffffff;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.showItem .swiperdata .left::before,
.showItem .swiperdata .right::before {
    display: block;
    content: '';
    height: 24px;
    width: 24px;
    background: url("../img/swiperclick.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .swiperdata .right::before {
    transform: rotate(180deg);
}

.showItem .swiperdata .content {
    width: 980px;
    height: 440px;
}

.showItem .swiperdata .content .swiper-container {
    width: 100%;
    height: 460px;
    padding: 10px 0;
}

.showItem .swiperdata .content .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    width: 320px !important;
}

.showItem .swiperdata .content .swiper-slide .swiperTextBox {
    border-radius: 0px;
    transform-style: preserve-3d;
    perspective: 600px;
    width: 320px;
    height: 440px;
}

.showItem .swiperdata .content .swiper-slide .swiperTextBox > div {
    width: 320px;
    height: 440px;
    text-align: left;
    color: #000000;
    padding: 20px;
    background: #ffffff;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.showItem .swiperdata .content .swiper-slide .swiperTextBox > div > img {
    display: block;
    width: 280px;
    height: 178px;
}

.showItem .swiperdata .content .swiper-slide .swiperTextBox > div > h3 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 22px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}

.showItem .swiperdata .content .swiper-slide .swiperTextBox > div > h4 {
    color: #0651e5;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 400;
    font-family: PingFang SC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showItem .swiperdata .content .swiper-slide .swiperTextBox > div > h5 {
    margin-top: 33px;
    font-size: 14px;
    line-height: 20px;
    font-family: PingFang SC;
    font-weight: bold;
}

.showItem .swiperdata .content .swiper-slide .swiperTextBox > div > P {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    margin-top: 11px;
}

.showItem .swiperdata .content .swiper-slide-active > a > div {
    transform: rotateY(5deg);
}

.showItem .swiperdata .content .swiper-slide-next + .swiper-slide > .swiperTextBox > div {
    transform: rotateY(-5deg);
}

.showItem .step > img {
    display: block;
    margin: 0 auto;
}

.showItem .step .stepText {
    width: 1200px;
    margin: 20px auto 0px;

    display: flex;
}


.showItem .step .stepText > div:nth-child(1) {
    padding-left: 90px;
}

.showItem .step .stepText > div:nth-child(2) {
    padding-left: 60px;
}

.showItem .step .stepText > div:nth-child(3) {
    padding-left: 60px;
}

.showItem .step .stepText > div:nth-child(4) {
    padding-left: 60px;
}

.showItem .step .stepText > div:nth-child(5) {
    padding-left: 60px;
}

.showItem .step .stepText > div > h4 {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 33px;
    color: #000000;
}

.showItem .step .stepText > div > P {
    margin-top: 14px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
}

.showItem .step .stepText > div > P > span {
    color: #0651e5;
}

.showItem .step .stepText > div:last-child {
    margin-right: 0px;
}

.showItem .cooperation {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
}

.showItem .cooperation .left {
    width: 160px;
}

.showItem .cooperation .left > ul li {
    width: 140px;
    height: 60px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.showItem .cooperation .left > ul li:before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.showItem .cooperation .left > ul > li:nth-child(1)::before {
    background: url("../img/cooperation1.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .cooperation .left > ul > li:nth-child(2)::before {
    background: url("../img/cooperation2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .cooperation .left > ul > li:nth-child(3)::before {
    background: url("../img/cooperation3.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .cooperation .left > ul li:hover {
    background: #e5edfd;
}

.showItem .cooperation .left > ul .select {
    background: #0651e5;
    width: 160px;
    color: #fff;
    padding-right: 20px;
}

.showItem .cooperation .left > ul .select:hover {
    background: var(--test-color-1);
    color: #fff;
}

.showItem .cooperation .right {
    width: 958px;
}

.showItem .cooperation .right .mechanism {
    width: 958px;
    padding: 10px 0;
    margin-top: -10px;
    overflow: hidden;
}

.showItem .cooperation .right .mechanism .mechanismBox {
    width: 10000px;
    height: 460px;
    display: flex;
}

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList {
    width: 958px;
    display: flex;
    flex-wrap: wrap;
    transition: all .2s ease;
}

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item {
    width: 232px;
    height: 200px;
    background: #ffffff;
    margin-right: 10px;
    padding: 20px;
    margin-bottom: 30px;
    clip-path: polygon(0 0, 87% 0, 100% 15%, 100% 100%, 0 100%);
    overflow: hidden;
    transition: all 0.3s ease;
}

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item > img {
    display: block;
    width: 192px;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item > p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #1a1311;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item > div {
    margin-top: 10px;
    opacity: 0;
    transition: all 0.3s ease;
}

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item > div > p:nth-child(1) {
    text-align: center;
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #0651e5;
}

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item > div > p:nth-child(2) {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    color: #aaaaaa;
    text-align: center;
    display: -webkit-box;
    /**对象作为伸缩盒子模型展示**/
    -webkit-box-orient: vertical;
    /**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp: 3;
    /**显示的行数**/
    overflow: hidden;
    /**隐藏超出的内容**/
    margin-top: 3px;
}

/* .showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item:hover {
    margin-top: -10px;
}

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item:hover>img {
    margin-top: -5px;
}

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item:hover>P {
    color: #0651e5;
}

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item:hover>div {
    opacity: 1;
} */

.showItem .cooperation .right .mechanism .mechanismBox .mechanismList .item:nth-child(4n) {
    margin-right: 0px;
}

.showItem .cooperation .right .mechanism .pageNum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.showItem .cooperation .right .mechanism .pageNum .left {
    display: flex;
    align-items: center;
}

.showItem .cooperation .right .mechanism .pageNum .left > div {
    width: 80px;
    height: 6px;
    background: #dddddd;
    margin-right: 12px;
    cursor: pointer;
}

.showItem .cooperation .right .mechanism .pageNum .left > div:last-child {
    margin-right: 0px;
}

.showItem .cooperation .right .mechanism .pageNum .left .select {
    background: #0651e5;
}

.showItem .cooperation .right .mechanism .pageNum .right {
    width: 50px;
    text-align: right;
}

.showItem .cooperation .right .mechanism .pageNum .right > div {
    color: #0651e5;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    justify-content: flex-end;
}

.showItem .cooperation .right .mechanism .pageNum .right span {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
    margin-top: 13px;
}

.showItem .cooperation .right .mechanism .pageNum .right span:nth-child(1) {
    margin-left: 1px;
}

.showItem .paperCase {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 81px;
    /*定义整体的宽度*/
    /*定义滚动条轨道*/
    /*定义滑块*/
}

.showItem .paperCase .title {
    margin: 0 !important;
}

.showItem .paperCase .title li > div {
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}

.showItem .paperCase .title li > div:nth-child(odd) {
    background: #f7f7f7;
}

.showItem .paperCase .title li > div:nth-child(even) {
    background: #eeeeee;
}

.showItem .paperCase ul li {
    width: 1200px;
    display: flex;
}

.showItem .paperCase ul li > div {
    min-height: 60px;
    padding: 18px 20px;
}

.showItem .paperCase ul li > div:nth-child(1) {
    width: 140px;
}

.showItem .paperCase ul li > div:nth-child(2) {
    width: 180px;
}

.showItem .paperCase ul li > div:nth-child(3) {
    width: 160px;
}

.showItem .paperCase ul li > div:nth-child(4) {
    width: 360px;
}

.showItem .paperCase ul li > div:nth-child(5) {
    width: 360px;
}

.showItem .paperCase .content {
    width: 1200px;
    height: 520px;
    overflow: hidden;
    overflow-y: auto;
}

.showItem .paperCase .content ul li:nth-child(odd) {
    background: #ffffff;
}

.showItem .paperCase .content ul li:nth-child(even) {
    background: #f7f7f7;
}

.showItem .paperCase .content ul li div {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.showItem .paperCase .content ul li div > p:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: auto;
}

.showItem .paperCase .content ul li > div:nth-child(1) > p:nth-child(1) {
    height: 25px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 25px;
    color: #333333;
    margin-bottom: 10px;
}

.showItem .paperCase .content ul li > div:nth-child(1) > p:nth-child(2) {
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #2166cc;
}

.showItem .paperCase .content ul li > div:nth-child(2) p:nth-child(1),
.showItem .paperCase .content ul li > div:nth-child(2) p:nth-child(2) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-bottom: 8px;
}

.showItem .paperCase .content ul li > div:nth-child(2) p:nth-child(3) {
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #aaaaaa;
}

.showItem .paperCase .content ul li > div:nth-child(3) > a {
    padding-bottom: 8px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    display: block;
}

.showItem .paperCase .content ul li > div:nth-child(3) > p:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
}

.showItem .paperCase .content ul li > div:nth-child(4) > p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    margin-bottom: 18px;
}

.showItem .paperCase .content ul li > div:nth-child(4) a {
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #2166cc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showItem .paperCase .content ul li > div:nth-child(5) p {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    margin-top: 0px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    background-color: none !important;
}

.showItem .paperCase .content ul li > div:nth-child(5) span {
    background-color: none !important;
}

.showItem .paperCase .content::-webkit-scrollbar {
    width: 4px;
}

.showItem .paperCase .content::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eeeeee;
}

.showItem .paperCase .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #0651e5;
}

.showItem .honor {
    width: 1200px;
    margin: 0 auto;
}

.showItem .honor > img {
    width: 100%;
    display: block;
}

.showItem .operate {
    display: flex;
    width: 1160px;
    margin: 0 auto;
}

.showItem .operate .left {
    width: 658px;
    margin-top: 72px;
}

.showItem .operate .left h2 {
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 67px;
    color: #333333;
}

.showItem .operate .left .serviceType7::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: url("../img/serviceType7.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.showItem .operate .left h3 {
    display: flex;
    align-items: center;
    height: 28px;
    font-size: 24px;
    font-family: Aller;
    font-weight: 300;
    line-height: 28px;
    color: #333333;
    margin-top: 8px;
}

.showItem .operate .left .headquarters {
    display: flex;
    width: 490px;
    height: 96px;
    margin-top: 40px;
    justify-content: space-between;
    padding-right: 44px;
    position: relative;
}

.showItem .operate .left .headquarters > .item {
    display: flex;
    align-items: center;
}

.showItem .operate .left .headquarters > .item > div p:nth-child(1) {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 25px;
    color: #333333;
    margin-top: 4px;
}

.showItem .operate .left .headquarters > .item > div p:nth-child(2) {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #333333;
    margin-top: 6px;
}

.showItem .operate .left .headquarters > .item::before {
    width: 56px;
    height: 56px;
    display: block;
    content: '';
    margin-right: 10px;
}

.showItem .operate .left .headquarters > .item:nth-child(1)::before {
    background: url("../img/hqsc.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .headquarters > .item:nth-child(2)::before {
    background: url("../img/hqdh.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .headquarters::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 10000px;
    top: 0;
    right: 0;
    border-radius: 0px 68px 68px 0px;
    background: #f7f7f7;
    z-index: -1;
}

.showItem .operate .left .mapList {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

.showItem .operate .left .mapList > .item {
    width: 60px;
    text-align: center;
    cursor: pointer;
}

.showItem .operate .left .mapList > .item > p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    margin-top: 10px;
}

.showItem .operate .left .mapList .select p {
    position: relative;
    color: #333333;
    font-weight: 600;
}

.showItem .operate .left .mapList .select p::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 8px;
    background: url("../img/sj.png") no-repeat;
    background-size: 100% 100%;
    top: 36px;
    left: 50%;
    transform: translate(-50%, 0);
}

.showItem .operate .left .mapList .item::before {
    display: block;
    content: '';
    width: 56px;
    height: 56px;
    margin: 0 auto;
    /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05); */
}

.showItem .operate .left .mapList .item.select {
    position: relative;
}

.showItem .operate .left .mapList .item.select::after {
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    background: url("../img/mapHover.png") no-repeat;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    position: absolute;
}

.showItem .operate .left .mapList .item:nth-child(1)::before {
    background: url("../img/hqbj1.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(1).select::before {
    background: url("../img/hqbj2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(1):hover::before {
    background: url("../img/hqbj2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(2)::before {
    background: url("../img/hqsh1.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(2).select::before {
    background: url("../img/hqsh2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(2):hover::before {
    background: url("../img/hqsh2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(3)::before {
    background: url("../img/hqxa1.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(3).select::before {
    background: url("../img/hqxa2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(3):hover::before {
    background: url("../img/hqxa2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(4)::before {
    background: url("../img/hqwh1.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(4).select::before {
    background: url("../img/hqwh2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(4):hover::before {
    background: url("../img/hqwh2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(5)::before {
    background: url("../img/hqcs1.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(5).select::before {
    background: url("../img/hqcs2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(5):hover::before {
    background: url("../img/hqcs2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(6)::before {
    background: url("../img/hqnj1.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(6).select::before {
    background: url("../img/hqnj2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(6):hover::before {
    background: url("../img/hqnj2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(7)::before {
    background: url("../img/hqsz1.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(7).select::before {
    background: url("../img/hqsz2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(7):hover::before {
    background: url("../img/hqsz2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(8)::before {
    background: url("../img/hqdg1.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(8).select::before {
    background: url("../img/hqdg2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .mapList .item:nth-child(8):hover::before {
    background: url("../img/hqdg2.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .operate .left .showText {
    margin-top: 40px;
}

.showItem .operate .left .showText > div {
    margin-bottom: 10px;
    display: flex;
    width: 658px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 31px;
    padding: 12px 0;
}

.showItem .operate .left .showText > div > p {
    line-height: 16px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.showItem .operate .left .showText > div > p:nth-child(1) {
    width: 98px;
    border-right: 2px solid #0651e5;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.showItem .operate .left .showText > div > p:nth-child(2) {
    text-indent: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showItem .operateimg {
    background: url("../img/mapbac.webp") no-repeat;
    background-size: 802px 630px;
    height: 801px;
    background-position: top right;
    margin-top: 19px;
}

.showItem .Information {
    width: 1160px;
    margin: 0 auto;
}

.showItem .Information .swiper-container {
    width: 100%;
    height: 505px;
    margin-left: auto;
    margin-right: auto;
}

.showItem .Information .swiper-slide {
    background-size: cover;
    background-position: center;
}

.showItem .Information .swiper-slide .text {
    width: 1160px;
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 100px;
}

.showItem .Information .swiper-slide .text > div {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    z-index: 10;
}

.showItem .Information .swiper-slide .text > div > .left {
    width: 800px;
}

.showItem .Information .swiper-slide .text > div > .left > p:nth-child(1) {
    height: 25px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
}

.showItem .Information .swiper-slide .text > div > .left > p:nth-child(2) {
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    margin-top: 10px;
}

.showItem .Information .swiper-slide .text > div .right {
    font-size: 24px;
    font-weight: bold;
}

.showItem .Information .swiper-slide .text > div .right > span {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0px;
    color: #ffffff;
}

.showItem .Information .swiper-slide .text::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #0651e5;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.showItem .Information .swiper-slide .progress {
    height: 5px;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #4ef6df 0%, #0651e5 100%);
    border-radius: 0px 2px 2px 0px;
    transition: all 5s ease;
}

.showItem .Information .instructions {
    height: 50px;
    transform: translate3d(0px, 0px, 0px) !important;
}

.showItem .Information .instructions .swiper-slide {
    width: 70px !important;
    height: 50px;
}

.showItem .Information .instructions .swiper-slide > img {
    display: block;
    width: 100%;
    height: 100%;
}

.showItem .Information .gallery-top {
    height: 505px;
    width: 100%;
}

.showItem .Information .swiper-slide-active .progress {
    width: 100%;
}

.showItem .Information .gallery-thumbs {
    height: 50px;
    box-sizing: border-box;
    padding: 10px 0;
}

.showItem .Information .gallery-thumbs .swiper-slide {
    height: 100%;
}

.showItem .Information .gallery-thumbs .swiper-slide::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    left: 0;
    top: 0;
}

.showItem .Information .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.showItem .Information .gallery-thumbs .swiper-slide-thumb-active::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background: #0651e5;
    opacity: 0.7;
}

.showItem .Information .swiper-button-next {
    width: 36px;
    height: 36px;
    right: 30px;
    background: none;
}

.showItem .Information .swiper-button-next::after {
    content: '';
    width: 36px;
    height: 36px;
    background: url("../img/rightArrow.png") no-repeat;
    background-size: 100% 100%;
}

.showItem .Information .swiper-button-prev {
    width: 36px;
    height: 36px;
    left: 30px;
    background: none;
}

.showItem .Information .swiper-button-prev::after {
    content: '';
    width: 36px;
    height: 36px;
    background: url("../img/rightArrow.png") no-repeat;
    background-size: 100% 100%;
    transform: rotate(-180deg);
}

@keyframes op {
    from {
        margin-top: 60px;
        opacity: 0;
    }

    to {
        margin-top: 0px;
        opacity: 1;
    }
}

@keyframes op1 {
    from {
        margin-top: 40px;
        opacity: 0;
    }

    to {
        margin-top: 0px;
        opacity: 1;
    }
}

.swiperBox {
    width: 100%;
    height: 990px;
    background: url("../img/swiperBoxBac.webp");
    background-position: center center;
}

.swiperBox .serviceType {
    color: #ffffff !important;
}

.swiperBox .serviceType h3 {
    color: #fff;
}

.swiperBox .serviceType h2 {
    color: #fff;
}

.swiperBox .serviceType p {
    color: #fff;
}

.stepBox {
    width: 100%;
    height: 900px;
    background: url("../img/stepBac.webp");
    background-position: center center;
}