header {
    position: relative;
    display: block;
    width: 100%;
    min-width: 1240px;
    height: 50rem;
    overflow: hidden;
}
header .content {
    display: block;
    width: 100%;
    min-width: 1240px;
    height: 50rem;
}
header .banner {
    position: relative;
    width: 100%;
    height: 100%;
}
header .banner-image {
    position: absolute;
    z-index: 11;
    display: block;
    width: 100%;
    height: 100%;
}
header .banner-inner-ring {
    position: absolute;
    z-index: 12;
    top: 17.2rem;
    left: 59.3rem;
    display: block;
    width: 73.5rem;
    height: 73.5rem;
    -webkit-animation: bannerInnerRingRotate 20s linear infinite;
    -moz-animation: bannerInnerRingRotate 20s linear infinite;
    -o-animation: bannerInnerRingRotate 20s linear infinite;
    animation: bannerInnerRingRotate 20s linear infinite;
}
@-webkit-keyframes bannerInnerRingRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes bannerInnerRingRotate {
    from {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes bannerInnerRingRotate {
    from {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes bannerInnerRingRotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
header .banner-outer-ring {
    position: absolute;
    z-index: 13;
    top: 1.1rem;
    left: 43.2rem;
    display: block;
    width: 105.7rem;
    height: 105.7rem;
    -webkit-animation: bannerOuterRingRotate 60s linear infinite;
    -moz-animation: bannerOuterRingRotate 60s linear infinite;
    -o-animation: bannerOuterRingRotate 60s linear infinite;
    animation: bannerOuterRingRotate 60s linear infinite;
}
@-webkit-keyframes bannerOuterRingRotate {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-moz-keyframes bannerOuterRingRotate {
    from {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@-o-keyframes bannerOuterRingRotate {
    from {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes bannerOuterRingRotate {
    from {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
header .banner-left-light {
    position: absolute;
    z-index: 14;
    top: 25rem;
    left: 44.7rem;
    display: block;
    width: 43.4rem;
    height: 43.6rem;
    -webkit-animation: bannerLeftLight 5s linear infinite;
    -moz-animation: bannerLeftLight 5s linear infinite;
    -o-animation: bannerLeftLight 5s linear infinite;
    animation: bannerLeftLight 5s linear infinite;
}
@-webkit-keyframes bannerLeftLight {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes bannerLeftLight {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes bannerLeftLight {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes bannerLeftLight {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
header .banner-right-light {
    position: absolute;
    z-index: 15;
    top: 14.2rem;
    left: 125rem;
    display: block;
    width: 39.1rem;
    height: 69.7rem;
    -webkit-animation: bannerRightLight 15s linear infinite;
    -moz-animation: bannerRightLight 15s linear infinite;
    -o-animation: bannerRightLight 15s linear infinite;
    animation: bannerRightLight 15s linear infinite;
}
@-webkit-keyframes bannerRightLight {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes bannerRightLight {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes bannerRightLight {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes bannerRightLight {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
header .banner-information {
    position: absolute;
    z-index: 16;
    top: 18.85rem;
    left: 17.5rem;
    display: block;
    width: 81.3rem;
    height: 23.2rem;
    /* background-color: rgba(0, 0, 0, 0.3); */
}
header .banner-information .title {
    margin-top: 2.6rem;
    margin-left: 5rem;
    height: 8.5rem;
    line-height: 8.5rem;
    font-size: 6rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 600;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
header .banner-information .sub-title {
    margin-top: 2.6rem;
    margin-left: 5rem;
    height: 6.8rem;
    line-height: 3.4rem;
    font-size: 2.2rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.solution-list-guide {
    position: absolute;
    z-index: 90;
    top: 59.8rem;
    display: block;
    width: 5rem;
    height: 30rem;
    background-image: url('../image/solution/solution_list_guide.webp');
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.solution-list-guide.hidden {
    opacity: 0;
}
.solution-list-guide.stay {
    position: fixed !important;
    top: 9.8rem;
}
.solution-list {
    position: absolute;
    z-index: 90;
    top: 56rem;
    display: block;
    width: 18.5rem;
    height: 37.7rem;
    overflow: hidden;
    background-image: url('../image/solution/solution_list_shadow.png');
    -o-background-size: 2.4rem 35.5rem;
    background-size: 2.4rem 35.5rem;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.solution-list.hidden {
    opacity: 0;
}
.solution-list.stay {
    position: fixed !important;
    top: 6rem;
}
.solution-list .outer-container {
    position: absolute;
    z-index: 92;
    top: 0;
    left: 2.4rem;
    display: block;
    width: 100%;
    height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: -moz-scrollbars-none;
}
.solution-list .outer-container::-webkit-scrollbar {
    display: none;
}
.solution-list .outer-container .outer-wrap {
    display: block;
    width: 100%;
    height: 2000%;
    cursor: pointer;
}
.solution-list .inner-container {
    position: absolute;
    z-index: 91;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.solution-list:hover .inner-container {
    -webkit-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    transition: top 0.2s linear;
}
.solution-list .inner-container.no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
.solution-list .inner-container .item {
    margin: 0 0 2rem 2.4rem;
    display: block;
    width: 16.1rem;
    height: 3.4rem;
    line-height: 3.4rem;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 1.4rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    text-indent: 1.9rem;
    color: #333;
    opacity: 0.2;
}
.solution-list:hover .inner-container .item {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.solution-list:hover .inner-container .item.no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}
.solution-list .inner-container .item.l1,
.solution-list .inner-container .item.l5 {
    font-size: 1.8rem;
    opacity: 0.6;
}
.solution-list .inner-container .item.l2,
.solution-list .inner-container .item.l4 {
    font-size: 2.2rem;
    opacity: 0.8;
}
.solution-list .inner-container .item.l2 {
    margin-bottom: 0.6rem;
}
.solution-list .inner-container .item.l3 {
    margin-bottom: 0.6rem;
    height: 8.1rem;
    line-height: 8.1rem;
    background-image: url('../image/solution/solution_list_active_bg.png');
    font-size: 2.6rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 600;
    text-indent: 2.1rem;
    opacity: 1;
}
.solution-list .inner-container .item.last {
    margin-bottom: 0;
}
section {
    margin-top: 3rem;
    position: relative;
    display: block;
    width: 100%;
    min-width: 1240px;
}
section .content {
    position: relative;
    margin: 0 auto;
    width: 147rem;
    background-color: #fff;
}
section .wrap {
    z-index: 102;
    margin-left: 22.6rem;
    margin-bottom: 8rem;
    padding: 3rem 0 0 3rem;
    width: 121.4rem;
    background-color: #fff;
    font-size: 1.2rem;
}
section .wrap h1 {
    font-size: 2.4rem;
}
section .wrap h2 {
    font-size: 1.8rem;
}
section .wrap h3 {
    font-size: 1.4rem;
}
section .wrap h4 {
    font-size: 1.2rem;
}
section .wrap h5 {
    font-size: 1.2rem;
}
section .wrap h6 {
    font-size: 1.2rem;
}
section .wrap p {
    font-size: 1.2rem;
}
section .wrap.none {
    display: none !important;
}
section .wrap.ready-to-go {
    position: absolute;
    z-index: 103 !important;
    padding: 3rem;
    -webkit-transition: top 0.5s ease, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    transition: top 0.5s ease, -webkit-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear, top 0.5s ease, -o-transform 0.2s linear;
    -moz-transition: transform 0.2s linear, box-shadow 0.2s linear, top 0.5s ease, -moz-transform 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear, top 0.5s ease;
    transition: transform 0.2s linear, box-shadow 0.2s linear, top 0.5s ease, -webkit-transform 0.2s linear, -moz-transform 0.2s linear, -o-transform 0.2s linear, -webkit-box-shadow 0.2s linear;
}
section .wrap.up {
    -webkit-box-shadow: 0 0 2rem 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2rem 1rem rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
section .wrap.go {
    top: 0 !important;
}
section .wrap.ready-to-go-back {
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -moz-transition: transform 0.5s linear, -moz-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear, -moz-transform 0.5s linear, -o-transform 0.5s linear;
}
section .wrap.back {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
}
section .wrap .title {
    margin-bottom: 3rem;
    line-height: 3.4rem;
    font-size: 3rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 600;
    color: #333;
}
section .wrap .paragraph {
    line-height: 3.4rem;
    font-size: 2rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #333;
}
section .wrap .feature-items {
    margin-top: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 5.7rem;
}
section .wrap .feature-items .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section .wrap .feature-items .item > img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 5.8rem;
    height: 5.7rem;
}
section .wrap .feature-items .item .name {
    margin-left: 2rem;
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 2.2rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 600;
    color: #333;
}
section .wrap .feature-img {
    position: relative;
    margin-top: 6.6rem;
    width: 100%;
    height: 57.5rem;
}
section .wrap .feature-img .main-img {
    position: absolute;
    z-index: 22;
    display: block;
    width: 93rem;
    height: 47.8rem;
    margin-left: 14.2rem;
}
section .wrap .feature-img .bg-img {
    position: absolute;
    z-index: 21;
    bottom: 0;
    left: -1.6rem;
    display: block;
    width: 125.4rem;
    height: 39.1rem;
}
section .wrap .solution-case {
    position: relative;
    display: block;
    width: 121.4rem;
    height: 44.6rem;
    border: 0.1rem solid #d5d5d5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section .wrap .solution-case > img {
    position: absolute;
    z-index: 31;
    top: 1.9rem;
    left: 1.9rem;
    width: 117.4rem;
    height: 40.6rem;
}
section .wrap .solution-case .box {
    position: absolute;
    z-index: 32;
    top: 8.1rem;
    left: 30.8rem;
    width: 58.6rem;
    height: 27.2rem;
    opacity: 0.8;
    border: 0.5rem solid #fff;
}
section .wrap .solution-case .box-title {
    position: absolute;
    z-index: 33;
    top: 16.4rem;
    left: 30.8rem;
    width: 59.6rem;
    line-height: 2.9rem;
    font-size: 2.8rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 600;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
}
section .wrap .solution-case .box-button {
    position: absolute;
    z-index: 33;
    top: 24.5rem;
    left: 51.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17.6rem;
    height: 5rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3rem;
    cursor: pointer;
}
section .wrap .solution-case .box-button > span {
    display: block;
    height: 3rem;
    font-size: 2.2rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #fff;
    line-height: 3rem;
    letter-spacing: 0.1rem;
}
section .wrap .solution-case .box-button > .icon {
    margin-left: 0.4rem;
    display: block;
    width: 2.5rem;
    height: 2.4rem;
}
section .wrap .consulting-service {
    position: relative;
    display: block;
    width: 100%;
    height: 29.3rem;
}
section .wrap .consulting-service .main-img {
    position: absolute;
    z-index: 41;
    width: 121.4rem;
    height: 29.3rem;
}
section .wrap .consulting-service .cover-img {
    position: absolute;
    z-index: 42;
    width: 57.6rem;
    height: 29.3rem;
}
section .wrap .consulting-service .contact-information {
    position: absolute;
    z-index: 43;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 57.6rem;
    height: 29.3rem;
}
section .wrap .consulting-service .contact-information .info {
    position: absolute;
    top: 8.7rem;
    left: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 5rem;
    line-height: 5rem;
    font-size: 2.2rem;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #333;
}
section .wrap .consulting-service .contact-information .info:nth-child(2) {
    top: 14.8rem;
}
section .wrap .consulting-service .contact-information .info > img {
    display: block;
    width: 2.4rem;
    height: 2.1rem;
}
section .wrap .consulting-service .contact-information .info > span {
    margin-left: 1.3rem;
}
section .wrap .consulting-service .contact-information .info > .tel {
    margin-left: 3.6rem;
    color: #333;
}
section .wrap .consulting-service .contact-information .info > .message {
    margin-left: 3rem;
    display: block;
    width: 32.9rem;
    height: 5rem;
    background: #fefefe;
    border: 0.1rem solid #d5d5d5;
    cursor: pointer;
}
