html,
body,
main {
    max-width: 1920px;
    margin: 0 auto;
    font-family: MicrosoftYaHei-Bold;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.swiper-banner {
    max-width: 1920px;
    max-height: 540px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-banner .swiper-wrapper {
    height: 540px;
}
.swiper-banner .swiper-wrapper img{
    height: 100%;
    width:100%;
    object-fit: cover;
}
.swiper-banner img {
    cursor: pointer;
    height: 100%;
}

.swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    bottom: 152px;
}

.swiper-banner .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    background: #CCCCCC;
    border-radius: 0;
    display: inline-block;
    opacity: 1;
    margin: 0 5px;
}

.swiper-banner .swiper-pagination-bullet-active {
    width: 60px;
    height: 4px;
    background: #4974F5;
    border-radius: 0;
    display: inline-block;
}

.banner-model {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 32px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%);
}

.banner-model>li {
    width: 285px;
    height: 100px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 25px 24px;
    display: flex;
    justify-content: space-between;
    background: url('/themes/wooolab/assets/index/xt.png') no-repeat;
    background-size: 100% 100%;
    transition: all .3s;
    cursor: pointer;
}

.banner-model>li:hover {
    transform: translateY(-10px);
}
.banner-model>li:hover h4{
    -webkit-animation: colorRight .8s;
    animation: colorRight .8s;
    color: #222;
    background: #4974f5 linear-gradient(-135deg,
        transparent 25%,
        transparent 40%,
        rgba(255, 255, 255, 1) 40%,
        rgba(255, 255, 255, 1) 60%,
        transparent 60%,
        transparent);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: -100% 0;
}
.banner-model>li h4 {
    font-weight: 700;
    font-size: 18px;
    color: #222222;
}

.banner-model>li p {
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
}

.hot-server {
    padding: 60px 0;
    box-sizing: border-box;
    background: url('/themes/wooolab/assets/index/rmfwbj.jpg') no-repeat;
    background-size: 100% 100%;
}

.processing-list {
    display: flex;
    justify-content: space-between;
}

.processing-list li {
    display: flex;
    flex-direction: column;
    width: 224px;
    height: 240px;
    box-sizing: border-box;
    padding: 28px 0 0 20px;
    border-radius: 4px;
    position: relative;
    transition: all .3s;
}

.processing-list>li:hover {
    transform: translateY(-10px);
}

.processing-list img {
    position: absolute;
    right: 0;
    top: 0;
}

.processing-list li:nth-child(1) {
    background: url("/themes/wooolab/assets/index/zcgstc.png") no-repeat;
    background-size: 100% 100%;
}

.processing-list li:nth-child(2) {
    background: url("/themes/wooolab/assets/index/zcjztc.png") no-repeat;
    background-size: 100% 100%;
}

.processing-list li:nth-child(3) {
    background: url("/themes/wooolab/assets/index/zcdz.png") no-repeat;
    background-size: 100% 100%;
}

.processing-list li:nth-child(4) {
    background: url("/themes/wooolab/assets/index/xkzbl.png") no-repeat;
    background-size: 100% 100%;
}

.processing-list li:nth-child(5) {
    background: url("/themes/wooolab/assets/index/csdl.png") no-repeat;
    background-size: 100% 100%;
}

.processing-list li h4 {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}

.processing-list li p {
    margin: 8px 0 8px;
    font-size: 12px;
    color: #FFFFFF;
}

.processing-list li div {
    width: 112px;
    height: 24px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.processing-list li button {
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 16px;
    margin-top: 62px;
    color: #4974F5;
    margin-left: 12px;
}

.service-consultant-swiper {
    margin-top: 60px;
    overflow: hidden;
}

.swiper-pagination11 {
    display: flex;
    margin-bottom: 20px;
}

.swiper-pagination11 li {
    width: 240px;
    text-align: center;
    height: 45px;
}

.swiper-pagination11 .swiper-pagination-bullet {
    border-radius: 0 !important;
    opacity: 1;
    font-size: 18px;
    color: #222222;
    border-bottom: 2px solid #DBE0EF;
    padding-bottom: 22px;
    background: none;
}

.swiper-pagination11 .swiper-pagination-bullet-active {
    font-weight: 700;
    font-size: 18px;
    color: #4974F5;
    border-bottom: 2px solid #4974F5;
}

.service-consultant-swiper>.swiper-wrapper>.service-consultant-list {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 24px 48px;
    box-sizing: border-box;
}

.service-consultant-swiper>.swiper-wrapper>.service-consultant-list img {
    width: 140px;
    height: 140px;
    margin-bottom: 16px;
}

.service-consultant-swiper>.swiper-wrapper>.service-consultant-list>li {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform .3s;
}

.service-consultant-swiper>.swiper-wrapper>.service-consultant-list>li:hover {
    transform: translateY(-10px);
}

.service-consultant-swiper>.swiper-wrapper>.service-consultant-list>li:hover p {
    color: #4974f5;
    font-weight: 700;
}

.good-at {
    font-size: 18px;
    color: #222222;
}

.enterprise-services {
    background: #F7F8FB;
    padding: 60px 0 80px;
    box-sizing: border-box;
}

.commom-h2 {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.commom-h5 {
    margin: 12px 0 40px;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    text-align: center;
}

.enterprise-services {
    padding-bottom: 50px;
}

.enterprise-services .wap-enterpise-list {
    display: none;
}

.enterprise-services .enterprise-services-all {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.enterprise-services .enterprise-services-all .enterprise-services-list {
    width: auto !important;
}

.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(2n) {
    margin-left: 20px;
}

.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(-n + 2) {
    margin-bottom: 20px;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services {
    display: -webkit-box;
    display: flex;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details {
    background: #fff;
    width: 430px;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-title {
    display: -webkit-box;
    display: flex;
    padding: 15px 0 15px 24px;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-title img {
    width: 12px;
    height: 12px;
    margin-right: 8px;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-title li {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    position: relative;
    margin-right: 24px;
    cursor: pointer;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    display: flex;
    align-items: center;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-title li:last-child {
    margin: 0;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-title li:last-child::before {
    position: relative;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-title li:hover {
    color: #4974f5;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #333333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li {
    width: 199px;
    height: 156px;
    background: #FFFFFF;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    /*padding: 24px 0 0 24px;*/
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding-top: 15px;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li>div:last-child {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    z-index: 99999;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li>div:last-child div {
    width: 110px;
    height: 36px;
    border-radius: 4px;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    z-index: 9999;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li>div:nth-child(2) {
    margin: 12px 0;
    display: flex;
    justify-content: center;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li span:first-child {
    margin-right: 8px;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li span {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    width: 64px;
    height: 24px;
    border: 1px solid #888888;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li p {
    font-size: 12px;
    font-weight: 400;
    color: #888;
    text-align: center;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:hover {
    box-shadow: 0 4px 12px 0 #4974f54d;
    z-index: 10;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:hover::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1px solid #98acff;
    border-bottom: 1px solid #98acff;
    z-index: 6;
    left: 0;
    bottom: 0;
    -webkit-animation: borderRotate 0.5s forwards;
    animation: borderRotate 0.5s forwards;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:hover::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 1px solid #98acff;
    border-right: 1px solid #98acff;
    z-index: 6;
    right: 0;
    top: 0;
    -webkit-animation: borderRotate 0.5s forwards;
    animation: borderRotate 0.5s forwards;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:hover h4 {
    color: #4974f5;
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:hover>div:last-child div:last-child:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.enterprise-services .enterprise-services-all .industrial-commercial-services .enterprise-services-details-list li:nth-child(2n) {
    border-left: 1px solid #eeeeee;
}


.enterprise-services-details-list h4 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}
@keyframes bouce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
.enterprise-services-details-list h4 img {
    width: 24px;
    height: 24px;
    animation: bouce 0.5s alternate linear infinite;
    /*position: absolute;*/
    /*right: 0;*/
    /*right: 104px;*/
    /*top: -6px;*/
}

.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(1) .enterprise-services-show {
    background: url("/themes/wooolab/assets/index/s1.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 160px;
    height: 360px;
}

.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(2) .enterprise-services-show {
    background: url("/themes/wooolab/assets/index/s2.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 160px;
    height: 360px;
}

.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(3) .enterprise-services-show {
    background: url("/themes/wooolab/assets/index/s3.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 160px;
    height: 360px;
}

.enterprise-services .enterprise-services-all .enterprise-services-list:nth-child(4) .enterprise-services-show {
    background: url("/themes/wooolab/assets/index/s4.png") no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 160px;
    height: 360px;
}

.enterprise-services .enterprise-services-all .enterprise-services-show {
    padding: 24px 24px 0;
    box-sizing: border-box;
}

.enterprise-services .enterprise-services-all .enterprise-services-show>h3 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.enterprise-services .enterprise-services-all .enterprise-services-show>p {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    word-wrap: break-word;
    margin: 12px 0 28px;
}

.enterprise-services .enterprise-services-all .enterprise-services-show>div {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

.enterprise-services .enterprise-services-all .enterprise-services-show>.view-details {
    width: 88px;
    height: 32px;
    background: #ffffff1a;
    border: 1px solid #ffffffb3;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.enterprise-services .enterprise-services-all .enterprise-services-show>div a {
    color: #fff;
}

.enterprise-services .enterprise-services-all .enterprise-services-show .qualification {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 18px;
}

.enterprise-services .enterprise-services-all .enterprise-services-show .qualification div {
    box-sizing: border-box;
    padding-left: 12px;
    margin-bottom: 10px;
    position: relative;
}

.enterprise-services .enterprise-services-all .enterprise-services-show .qualification div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
}

.platform-advantage {
    background: url('/themes/wooolab/assets/index/ptys.jpg') no-repeat;
    background-size: 100% 100%;
    height: 555px;
}

.platform-advantage .w1200 {
    display: flex;
}

.platform-advantage-text {
    padding: 60px 58px 60px 0;
    box-sizing: border-box;
    width: 600px;
    position: relative;
    height: 100%;
}

.platform-advantage-banner {
    padding: 60px 0 60px 58px;
    width: 600px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-direction: column;
}

.swiper-pagination12 {
    width: 540px;
    height: 85px;
    overflow: hidden;
    padding-left: 45px;
}

.platform-advantage-text>h3 {
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    position: relative;
    text-align: right;
    padding-right: 22px;
    margin-bottom: 48px;
}

.platform-advantage-text>h3::after {
    content: "";
    position: absolute;
    right: 0;
    width: 4px;
    height: 28px;
    background: #FFFFFF;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
}

.platform-advantage-text>h3>span {
    font-size: 30px;
    color: #FFFFFF;
    margin-right: 8px;
    font-weight: 500;
}

.platform-advantage-list>li {
    margin-bottom: 48px;
}

.platform-advantage-list>li:last-child {
    margin-bottom: 0;
}

.platform-advantage-list h4 {
    font-size: 18px;
    color: #FFFFFF;
    text-align: right;
    margin-bottom: 13px;
}

.platform-advantage-list p {
    font-size: 14px;
    color: #8DDFFF;
    text-align: right;
}

.platform-center-icon {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    top: 160px;
    right: -40px;
}

.platform-center-icon>img {
    width: 80px;
    height: 80px;
}

.platform-center-icon>img:nth-child(2) {
    margin: 48px 0;
}

.service-firm-swiper-new {
    width: 540px;
    height: 344px;
    margin-bottom: 6px;
    overflow: hidden;
}

.service-firm-swiper-new img {
    width: 540px;
    height: 344px;
    transition: all .9s;
}

.service-firm-swiper-new img:hover {
    transform: scale(1.1);
}

.swiper-pagination12 img {
    display: block;
    width: 88px;
    height: 97px;
    object-fit: cover;
    cursor: pointer;
}

.swiper-pagination12 .swiper-slide {
    width: 85px !important;
    height: 85px !important;
    overflow: hidden;
    box-sizing: border-box;
    filter: brightness(50%);
}

.swiper-pagination12 .swiper-slide-active {
    border: 3px solid #4974F5;
    opacity: 1;
    filter: brightness(100%);
}

.undertaking-guarantee {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    padding: 60px 0;
}

.undertaking-guarantee h2 {
    margin-bottom: 40px;
}

.undertaking-guarantee-list {
    display: flex;
    justify-content: space-between;
}

.undertaking-guarantee-list>li {
    width: 225px;
    height: 260px;
    background: url('/themes/wooolab/assets/index/bzbg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0 36px;
    box-sizing: border-box;
    transition: transform .3s;
    cursor: pointer;
}

.undertaking-guarantee-list>li:hover {
    background: url('/themes/wooolab/assets/index/bzbgh.png') no-repeat;
    box-shadow: 0 2px 16px 0 hsla(225, 90%, 62%, 0.2);
    transform: translateY(-10px);
    background-size: 100% 100%;
}

.undertaking-guarantee-list>li>img {
    width: 80px;
    height: 80px;
}

.undertaking-guarantee-list>li>h4 {
    font-weight: 700;
    font-size: 20px;
    margin: 26px 0 16px;
    color: #222222;
}

.undertaking-guarantee-list>li>p {
    font-size: 14px;
    color: #6577AD;
    text-align: center;
}


@-webkit-keyframes colorRight {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 130% 0;
    }
}

@keyframes colorRight {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 130% 0;
    }
}

@-webkit-keyframes borderRotate {
    50% {
        height: 100%;
        width: 0;
    }

    100% {
        height: 100%;
        width: 100%;
    }
}

@keyframes borderRotate {
    50% {
        height: 100%;
        width: 0;
    }

    100% {
        height: 100%;
        width: 100%;
    }
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, #3961f4 0%, #5b83f7 100%);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    box-shadow: 0 2px 8px 0 #4974f533;
    border-radius: 4px;

}

.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
    color: #fff
}

#LRdiv0 {
    display: none !important;
}
.header-bar>.search input{
    height: 38px!important;
    line-height: 38px!important;
}
.processing-list li button{
    border: none;
}
