.el-carousel__item{display:inline-block;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.el-carousel__item,.el-carousel__item.is-active{z-index:calc(var(--el-index-normal) - 1)}.el-carousel__item--card,.el-carousel__item.is-animating{transition:transform .4s ease-in-out}.el-carousel__item--card{width:50%}.el-carousel__item--card.is-in-stage{cursor:pointer;z-index:var(--el-index-normal)}.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,.el-carousel__item--card.is-in-stage:hover .el-carousel__mask{opacity:.12}.el-carousel__item--card.is-active{z-index:calc(var(--el-index-normal) + 1)}.el-carousel__item--card-vertical{height:50%;width:100%}.el-carousel__mask{background-color:var(--el-color-white);height:100%;left:0;opacity:.24;position:absolute;top:0;transition:var(--el-transition-duration-fast);width:100%}.el-carousel{--el-carousel-arrow-font-size:12px;--el-carousel-arrow-size:36px;--el-carousel-arrow-background:#1f2d3d1c;--el-carousel-arrow-hover-background:#1f2d3d3b;--el-carousel-indicator-width:30px;--el-carousel-indicator-height:2px;--el-carousel-indicator-padding-horizontal:4px;--el-carousel-indicator-padding-vertical:12px;--el-carousel-indicator-out-color:var(--el-border-color-hover);position:relative}.el-carousel--horizontal,.el-carousel--vertical{overflow:hidden}.el-carousel__container{height:300px;position:relative}.el-carousel__arrow{align-items:center;background-color:var(--el-carousel-arrow-background);border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;font-size:var(--el-carousel-arrow-font-size);height:var(--el-carousel-arrow-size);justify-content:center;margin:0;outline:none;padding:0;position:absolute;text-align:center;top:50%;transform:translateY(-50%);transition:var(--el-transition-duration);width:var(--el-carousel-arrow-size);z-index:10}.el-carousel__arrow--left{left:16px}.el-carousel__arrow--right{right:16px}.el-carousel__arrow:hover{background-color:var(--el-carousel-arrow-hover-background)}.el-carousel__arrow i{cursor:pointer}.el-carousel__indicators{list-style:none;margin:0;padding:0;position:absolute;z-index:calc(var(--el-index-normal) + 1)}.el-carousel__indicators--horizontal{bottom:0;left:50%;transform:translate(-50%)}.el-carousel__indicators--vertical{right:0;top:50%;transform:translateY(-50%)}.el-carousel__indicators--outside{bottom:calc(var(--el-carousel-indicator-height) + var(--el-carousel-indicator-padding-vertical)*2);position:static;text-align:center;transform:none}.el-carousel__indicators--outside .el-carousel__indicator:hover button{opacity:.64}.el-carousel__indicators--outside button{background-color:var(--el-carousel-indicator-out-color);opacity:.24}.el-carousel__indicators--right{right:0}.el-carousel__indicators--labels{left:0;right:0;text-align:center;transform:none}.el-carousel__indicators--labels .el-carousel__button{color:#000;font-size:12px;height:auto;padding:2px 18px;width:auto}.el-carousel__indicators--labels .el-carousel__indicator{padding:6px 4px}.el-carousel__indicator{background-color:initial;cursor:pointer}.el-carousel__indicator:hover button{opacity:.72}.el-carousel__indicator--horizontal{display:inline-block;padding:var(--el-carousel-indicator-padding-vertical) var(--el-carousel-indicator-padding-horizontal)}.el-carousel__indicator--vertical{padding:var(--el-carousel-indicator-padding-horizontal) var(--el-carousel-indicator-padding-vertical)}.el-carousel__indicator--vertical .el-carousel__button{height:calc(var(--el-carousel-indicator-width)/2);width:var(--el-carousel-indicator-height)}.el-carousel__indicator.is-active button{opacity:1}.el-carousel__button{background-color:#fff;border:none;cursor:pointer;display:block;height:var(--el-carousel-indicator-height);margin:0;opacity:.48;outline:none;padding:0;transition:var(--el-transition-duration);width:var(--el-carousel-indicator-width)}.carousel-arrow-left-enter-from,.carousel-arrow-left-leave-active{opacity:0;transform:translateY(-50%) translate(-10px)}.carousel-arrow-right-enter-from,.carousel-arrow-right-leave-active{opacity:0;transform:translateY(-50%) translate(10px)}.el-transitioning{filter:url(#elCarouselHorizontal)}.el-transitioning-vertical{filter:url(#elCarouselVertical)}.banner-box[data-v-f05d1a08]{display:block;height:681px;margin:auto;width:1200px}.banner-box .banner-item[data-v-f05d1a08]{height:100%;width:100%}.banner-box .banner-item .banner[data-v-f05d1a08]{width:100%}.el-skeleton{--el-skeleton-color:var(--el-fill-color);--el-skeleton-to-color:var(--el-fill-color-darker)}@keyframes el-skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.el-skeleton{width:100%}.el-skeleton__first-line,.el-skeleton__paragraph{background:var(--el-skeleton-color);height:16px;margin-top:16px}.el-skeleton.is-animated .el-skeleton__item{animation:el-skeleton-loading 1.4s ease infinite;background:linear-gradient(90deg,var(--el-skeleton-color) 25%,var(--el-skeleton-to-color) 37%,var(--el-skeleton-color) 63%);background-size:400% 100%}.el-skeleton{--el-skeleton-circle-size:var(--el-avatar-size)}.el-skeleton__item{background:var(--el-skeleton-color);border-radius:var(--el-border-radius-base);display:inline-block;height:16px;width:100%}.el-skeleton__circle{border-radius:50%;height:var(--el-skeleton-circle-size);line-height:var(--el-skeleton-circle-size);width:var(--el-skeleton-circle-size)}.el-skeleton__button{border-radius:4px;height:40px;width:64px}.el-skeleton__p{width:100%}.el-skeleton__p.is-last{width:61%}.el-skeleton__p.is-first{width:33%}.el-skeleton__text{height:var(--el-font-size-small);width:100%}.el-skeleton__caption{height:var(--el-font-size-extra-small)}.el-skeleton__h1{height:var(--el-font-size-extra-large)}.el-skeleton__h3{height:var(--el-font-size-large)}.el-skeleton__h5{height:var(--el-font-size-medium)}.el-skeleton__image{align-items:center;border-radius:0;display:flex;justify-content:center;width:unset}.el-skeleton__image svg{color:var(--el-svg-monochrome-grey);fill:currentColor;height:22%;width:22%}.nav-fixed-box[data-v-8854eb16]{border-radius:5px;position:fixed;right:20px;top:50%;transform:translateY(-50%);transition:right .2s ease;z-index:9999}.nav-fixed-box .nav-fixed-list[data-v-8854eb16]{background:#224083;border-radius:30px;color:#fff;padding:30px 0;width:45px}.nav-fixed-box .nav-fixed-list .nav-fixed-item[data-v-8854eb16]{align-items:center;cursor:pointer;display:flex;font-size:12px;height:45px;justify-content:center;width:45px}.nav-fixed-box .nav-fixed-list .active[data-v-8854eb16],.nav-fixed-box .nav-fixed-list .nav-fixed-item[data-v-8854eb16]:hover{background:#fbfcfd;color:#237bff;transform:scale(1.1)}.nav-fixed-box .order-inquiry[data-v-8854eb16]{align-items:center;background:#224083;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:12px;height:49px;justify-content:center;margin-top:10px;padding:0 5px 4px;text-align:center;width:45px}.nav-fixed-box .order-inquiry[data-v-8854eb16]:hover{opacity:.7;text-decoration:none}.nav-fixed-box .nav-go-top[data-v-8854eb16]{align-items:center;background:#fff;border-radius:50px;cursor:pointer;display:flex;font-weight:700;height:45px;justify-content:center;margin-top:60px;width:45px}.nav-fixed-box .nav-go-top[data-v-8854eb16]:hover{opacity:.7}.nav-fixed-box .nav-go-top .img[data-v-8854eb16]{height:25px;width:25px}.content-box[data-v-8854eb16]{margin:auto;width:1200px}.content-box .content-item .title-box[data-v-8854eb16]{margin-top:70px;text-align:center}.content-box .content-item .title-box .title[data-v-8854eb16]{color:#224083;font-size:28px;font-weight:700;margin:70px 0 19px}.content-box .content-item .title-box .sub-title[data-v-8854eb16]{color:#e95b25;font-size:14px;font-weight:700}.content-box .content-item .company-profile[data-v-8854eb16]{background:url(./bg1.CM6eMGMy.png) no-repeat 50%;background-size:100%;display:flex;height:607px;width:1200px}.content-box .content-item .company-profile .ul[data-v-8854eb16]{padding-left:80px;padding-top:224px;width:428px}.content-box .content-item .company-profile .ul .li[data-v-8854eb16]{align-items:center;display:flex;margin-bottom:32px}.content-box .content-item .company-profile .ul .li .title[data-v-8854eb16]{background:url(./jiao1.BWpsVxAb.png) no-repeat 50%;background-size:100%;color:#fff;font-size:22px;font-weight:600;height:85px;line-height:85px;text-align:center;width:72px}.content-box .content-item .company-profile .ul .li .msg[data-v-8854eb16]{align-items:center;background:linear-gradient(270deg,#aac4ff,#fff0);border-radius:14px;color:#224083;display:flex;font-size:16px;font-weight:500;height:64px;padding-left:20px;width:214px}.content-box .content-item .company-profile .text-box[data-v-8854eb16]{flex:1;padding-top:98px}.content-box .content-item .company-profile .text-box .img[data-v-8854eb16]{display:block;height:284px;width:550px}.content-box .content-item .company-profile .text-box .msg[data-v-8854eb16]{color:#000;font-size:18px;line-height:36px;width:674px}.content-box .content-item .corporate-culture[data-v-8854eb16]{background:url(./bg2.Dq5dMAGC.png) no-repeat 50%;background-size:100%;height:520px;margin-top:30px;width:1200px}.content-box .content-item .corporate-culture .ul[data-v-8854eb16]{padding-left:80px;padding-top:138px}.content-box .content-item .corporate-culture .ul .li[data-v-8854eb16]{align-items:center;display:flex;margin-bottom:22px}.content-box .content-item .corporate-culture .ul .li .title[data-v-8854eb16]{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAA8CAYAAAB1odqiAAAAAXNSR0IArs4c6QAAAcxJREFUWEfd2b1OwlAUwPHTaxycHEzpC+gbODMwMbL3BfQN8A30DXSnQMKqcdVZV11aSEyMRo3ERAcE22PoJYqkhftx7hnsTn7pTZP/PQfvOdxuVqLkEJge7yncQchgL+jEJxymBAEzgRj67X7XNToDAQDhS4i04bcGZy7RXzA3cbSWQd3vJJeu0D/gDHkXaVrzu4NrF2gRCAjwug5Y3YqSW2q0EMwRhAchxrt+6+6REi0HpybizcZkVN3s3Q+p0KWgfFG4EuO3WqX38kGBrgQlihfBEOreefJpiyqBOYpwGkzihteD1AZVBmfH2wmiOPTykzZ7tEBJZMdB1N834wAMwPx8j4J20jRBzUAA8AAPTLJmDMrT1c+aHWiQNUtQP2v2oGbWSECdrFGCSlkjBVWyRg+uyJoTcFnWnIFlWXMKFmXNObiYNRZwPmuMoMzafwblTYHlDRHg5y7kHFy87TkFi+6zzsCyG7sTcNlMQg+umLpIQZW5khJUmpxJQJ3dgD2ouf2wBPX3O3Yg51Wfd5jhHdcYB9L5zJgMo9PfKH80rEsF1rUJ62KId/XFudxTyQzlV6qUGRJQJzP2oGZmLEH9zNiBBpkxBrn/CvoGV3vYKnDIAZ8AAAAASUVORK5CYII=) no-repeat 0;background-size:14px 30px;color:#224083;font-size:22px;font-weight:600;padding-left:20px}.content-box .content-item .corporate-culture .ul .li .msg[data-v-8854eb16]{align-items:center;color:#000;display:flex;font-size:18px}.content-box .content-item .service-content .customization[data-v-8854eb16]{margin-top:30px}.content-box .content-item .service-content .customization .title[data-v-8854eb16]{align-items:center;background:linear-gradient(184deg,#264d9f,#192f5d);border-radius:28px 28px 28px 0;display:flex;height:48px;justify-content:center;position:relative;width:204px;z-index:2}.content-box .content-item .service-content .customization .title .text[data-v-8854eb16]{color:#fff;font-size:22px;font-weight:600;position:relative}.content-box .content-item .service-content .customization .title .text[data-v-8854eb16]:after{background:#e95b25;border-radius:50%;content:"";height:8px;left:-14px;position:absolute;top:10px;width:8px}.content-box .content-item .service-content .customization .content[data-v-8854eb16]{background:#fff;border-radius:0 40px;color:#000;display:flex;font-size:18px;line-height:27px;margin-top:-20px}.content-box .content-item .service-content .service1[data-v-8854eb16]{background:url(./ditu1.BedwFcfg.png) no-repeat 50%;background-size:100%;display:flex;height:538px;margin-top:30px;padding-top:70px;width:1200px}.content-box .content-item .service-content .service1 .orientation-box[data-v-8854eb16]{background:url(./sibianxing.DUQtFRRD.png) no-repeat 50%;background-size:100%;height:454px;padding:80px 60px 0 70px;width:418px}.content-box .content-item .service-content .service1 .orientation-box .msg[data-v-8854eb16]{color:#fff;font-size:14px;line-height:36px}.content-box .content-item .service-content .service1 .orientation-box .orientation[data-v-8854eb16]{border-bottom:4px solid #e95b25;color:#fff;font-size:28px;font-weight:600;line-height:94px}.content-box .content-item .service-content .service1 .orientation-box .orientation-msg[data-v-8854eb16]{color:#bce5ff;font-size:22px;font-weight:600;margin-bottom:30px;margin-top:10px}.content-box .content-item .service-content .service1 .orientation-box .icon-box[data-v-8854eb16]{display:flex}.content-box .content-item .service-content .service1 .orientation-box .icon-box .icon[data-v-8854eb16]{height:40px;margin-right:40px;width:40px}.content-box .content-item .service-content .service1 .grade-layout[data-v-8854eb16]{display:flex;flex:1;margin-left:78px;position:relative}.content-box .content-item .service-content .service1 .grade-layout .left .content[data-v-8854eb16]{padding:35px 20px 25px;width:336px}.content-box .content-item .service-content .service1 .grade-layout .right[data-v-8854eb16]{margin-left:44px}.content-box .content-item .service-content .service1 .grade-layout .right .content[data-v-8854eb16]{padding:35px 20px;width:244px}.content-box .content-item .service-content .service2 .service2-content[data-v-8854eb16]{display:flex;justify-content:space-between;margin-top:-140px;padding:0 60px}.content-box .content-item .service-content .service2 .service2-content .service2-title[data-v-8854eb16]{width:304px}.content-box .content-item .service-content .service2 .service2-content .content[data-v-8854eb16]{height:298px;padding:30px 20px 20px;width:456px}.content-box .content-item .service-content .service3[data-v-8854eb16]{background:url(./ditu2.CsPYHcn6.png) no-repeat 0;background-size:1026px 600px;display:flex;height:600px;margin-top:60px;position:relative;width:1200px}.content-box .content-item .service-content .service3 .img[data-v-8854eb16]{height:317px;position:absolute;right:100px;top:100px;width:349px}.content-box .content-item .service-content .service3 .service3-content[data-v-8854eb16]{left:120px;position:absolute;top:104px}.content-box .content-item .service-content .service3 .service3-content .title[data-v-8854eb16]{background:url(./lingxing.Wr7bnjjZ.png) no-repeat 0;background-size:100%;color:#fff;font-size:22px;font-weight:600;height:48px;line-height:48px;padding-left:45px;width:345px}.content-box .content-item .service-content .service3 .service3-content .icon-box[data-v-8854eb16]{margin-top:43px;padding-left:60px}.content-box .content-item .service-content .service3 .service3-content .icon-box .item[data-v-8854eb16]{display:flex}.content-box .content-item .service-content .service3 .service3-content .icon-box .item .icon[data-v-8854eb16]{background:url(./jiao1.BWpsVxAb.png) no-repeat 50%;background-size:100%;color:#fff;font-size:18px;font-weight:600;height:85px;line-height:85px;text-align:center;width:72px}.content-box .content-item .service-content .service3 .service3-content .icon-box .left[data-v-8854eb16]{justify-self:flex-start}.content-box .content-item .service-content .service3 .service3-content .icon-box .left .icon[data-v-8854eb16]{margin-right:56px}.content-box .content-item .service-content .service3 .service3-content .icon-box .right[data-v-8854eb16]{justify-self:flex-end}.content-box .content-item .service-content .service3 .service3-content .icon-box .right .icon[data-v-8854eb16]{margin-left:56px}.content-box .content-item .service-content .service4[data-v-8854eb16]{margin-top:70px}.content-box .content-item .service-content .service4 .service4-title-box[data-v-8854eb16]{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-bottom:30px;padding-right:80px}.content-box .content-item .service-content .service4 .service4-title-box .title[data-v-8854eb16]{color:#224083;font-size:28px;padding-left:40px;position:relative}.content-box .content-item .service-content .service4 .service4-title-box .title[data-v-8854eb16]:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABOpJREFUaEPVWk1MXFUU/r43MGIzpVbKDJVaShnEuLLdibHYuKAmxiiRFGaa6MKkVWP8SUxMDNrqQo2p0iZGXZjUNAxtSdDoRhYm0NqFifFn0whMLVVQhoFAi1qYn3fMnWamA51h7nvzGOjdTDLvnO+c777v3Hvee5dwYMgzOyqmYmUtgDwIsA5kLYBtEKhfCDBOYgIiE4BcBnje604M8cTYQrHhaRdgpqPh7gTZDgOtAuwhWGEFSyALFAwJMFAWN85s6RuZsOKftrVM4GrnPVv+o3QBOETCbSfoch8RuUbg+IY4jm7sC0etYGoTmGqv9oh702sQvgrCYyWIBdt5iHxo/OM6Wv318LyOnxaB6IH6pqRZ9hWJe3VAi7URyAUY8cdqTl6+VAirIIHJ4M5HCKMfYGUhMCevi2CaNJ/w9Vw8vxLuigQinY0HQfkYpMvJ5HSxRBAj5FlfKHwyn09eApFg4yEAn+gGW2W753w9o5/mipGTQKSjoRkuYxBA+SonpgsfB8y9ueR0E4GZoH9bXPATyWpd9FLYiUi0nNhd1RMez463hED08aaNpsc8C+L+UiRlOYbIz153ojl7B19CIBLwHwb5lmXgUjqIHPGFwodv2okjnfU+0DUMclMp87EeS+bKY+aOO/t+v6J8M3dgMtDQTRovWQdcAw+R932h8OsZAmr2xXCNWW3I1iD1VEjVOxnxxE5v39hk6g6sszVfd15Se8N1AgH/tyBbdT3XhZ3IgC8U3ke1dCY95rRTrXGpyKk2w+cZ9TAaaOgwafSWKrCTcWiaj/KWWPvzsRY5wkiw8QSAp3VnpvLge6h4qE3X3JLdwrl+XP0stTrqji84GfAPkmzR9YC7AlXv9MNV69d20TFMToQx09UGxPSf80VkSN2B3wA06QRJ27hqG1D1dj9w2+1W3PLbLl7DzJttSE5ctIo3rGpgzk77oGSk5OTEULJR8rE8RK7YJqCCOVEPNnR/g2eKgA0JZRCKrAc7ul92l4atF/EyBNv1YF/3mQxSRTwZ9J8iuN+y/rIc7NSDbd1nxRXIaTrVRluph6J0n01AzGPOtRKa9eCA7jMUDDE7ORP0V8aFUSeauYL14IDu09mrZs6Iz1U53k6vVA9O6D6rgq+30+oPpx9octWDU7rPKoEbDzTRA3VbTbN8AmTBd6Vaq9WyenBS96n4IgJJbvX1XopkEna6rc7UA2C3z8k/V1mvVjIEVDEnBCMgfVqzrGGUbrtt9Tl58AUy5Zp3+dPfD5ZIZjLof5ngRxq5rZmJQF6p6Ql3pxNYQkAeRtnUXY3fgdizZhmuFFjwvfev0b0cRCInAfXnfLu/+l83fiS4fT2REJE/N4ixu7J3ZDo7r5yrzlSHf5e4+MN6eb2eepEFNntDo78sn9Rb4gMHTdnv7Q2fyaWIgp+YhDjuRJthR46pdgHyvDcU/jyff8GNK9Lpf0AMfkOgyk4SRfj8LUk8WXNqVEk57yhIQHnOBurrYnB9CXJXEQlZcf2Vsfg+9fK2kJMWgdTu3X6fe8q9+CKEb4DcXAjY1nWRWQjf9SbKj7HvQkwHQ5tAGmwusH3zItxdAr7gVG2oVQaC7grGPrgj9MesTuJ59wFdZ3XYI27wKQKtQrRY/baQOuwBnIWJAVfCOF2ywx65COY6biOCWqojN2qoozbA+Goct/kf/ZoR9zbIQnEAAAAASUVORK5CYII=) no-repeat 50%;background-size:100%;content:"";height:24px;left:-10px;position:absolute;top:10px;width:24px}.content-box .content-item .service-content .service4 .service4-title-box .mask[data-v-8854eb16]{height:5px;width:100%}.content-box .content-item .service-content .service4 .service4-title-box .sub-title[data-v-8854eb16]{color:#e95b25;font-size:14px;font-weight:700;position:relative}.content-box .content-item .service-content .service4 .service4-title-box .sub-title[data-v-8854eb16]:after{background:#e95b25;content:"";height:1px;left:-254px;position:absolute;top:10px;width:200px}.content-box .content-item .service-content .service4 .service4-content[data-v-8854eb16]{background:url(./haiwai1.Cc6WEcJ4.png) no-repeat 100%;background-size:885px 522px;height:522px;width:1200px}.content-box .content-item .service-content .service4 .service4-content .item-box[data-v-8854eb16]{background:#fff0;border:1px solid #e95b25;border-radius:0;margin-bottom:64px;padding-bottom:10px;padding-top:30px;position:relative;width:336px}.content-box .content-item .service-content .service4 .service4-content .item-box .title[data-v-8854eb16]{height:48px;left:50%;position:absolute;top:-24px;transform:translate(-50%);width:168px}.content-box .content-item .service-content .service4 .service4-content .item-box .title .text[data-v-8854eb16]{color:#e95b25;font-size:22px;font-weight:600;line-height:48px;position:relative;text-align:center;z-index:2}.content-box .content-item .service-content .service4 .service4-content .item-box .title[data-v-8854eb16]:after{background-color:#f2f4f7;border:1px solid #e95b25;border-top:0;content:"";height:24px;left:50%;position:absolute;top:23px;transform:translate(-50%);width:200px}.content-box .content-item .service-content .service4 .service4-content .item-box .item[data-v-8854eb16]{color:#000;font-size:18px;line-height:27px;padding:10px 20px}.content-box .content-item .service-content .service5[data-v-8854eb16]{height:640px;margin-top:60px;width:1200px}.content-box .content-item .service-content .service6[data-v-8854eb16]{margin-top:70px}.content-box .content-item .service-content .service6 .service6-title-box[data-v-8854eb16]{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:30px;padding-left:80px}.content-box .content-item .service-content .service6 .service6-title-box .title[data-v-8854eb16]{color:#224083;font-size:28px;padding-right:40px;position:relative}.content-box .content-item .service-content .service6 .service6-title-box .title[data-v-8854eb16]:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABOpJREFUaEPVWk1MXFUU/r43MGIzpVbKDJVaShnEuLLdibHYuKAmxiiRFGaa6MKkVWP8SUxMDNrqQo2p0iZGXZjUNAxtSdDoRhYm0NqFifFn0whMLVVQhoFAi1qYn3fMnWamA51h7nvzGOjdTDLvnO+c777v3Hvee5dwYMgzOyqmYmUtgDwIsA5kLYBtEKhfCDBOYgIiE4BcBnje604M8cTYQrHhaRdgpqPh7gTZDgOtAuwhWGEFSyALFAwJMFAWN85s6RuZsOKftrVM4GrnPVv+o3QBOETCbSfoch8RuUbg+IY4jm7sC0etYGoTmGqv9oh702sQvgrCYyWIBdt5iHxo/OM6Wv318LyOnxaB6IH6pqRZ9hWJe3VAi7URyAUY8cdqTl6+VAirIIHJ4M5HCKMfYGUhMCevi2CaNJ/w9Vw8vxLuigQinY0HQfkYpMvJ5HSxRBAj5FlfKHwyn09eApFg4yEAn+gGW2W753w9o5/mipGTQKSjoRkuYxBA+SonpgsfB8y9ueR0E4GZoH9bXPATyWpd9FLYiUi0nNhd1RMez463hED08aaNpsc8C+L+UiRlOYbIz153ojl7B19CIBLwHwb5lmXgUjqIHPGFwodv2okjnfU+0DUMclMp87EeS+bKY+aOO/t+v6J8M3dgMtDQTRovWQdcAw+R932h8OsZAmr2xXCNWW3I1iD1VEjVOxnxxE5v39hk6g6sszVfd15Se8N1AgH/tyBbdT3XhZ3IgC8U3ke1dCY95rRTrXGpyKk2w+cZ9TAaaOgwafSWKrCTcWiaj/KWWPvzsRY5wkiw8QSAp3VnpvLge6h4qE3X3JLdwrl+XP0stTrqji84GfAPkmzR9YC7AlXv9MNV69d20TFMToQx09UGxPSf80VkSN2B3wA06QRJ27hqG1D1dj9w2+1W3PLbLl7DzJttSE5ctIo3rGpgzk77oGSk5OTEULJR8rE8RK7YJqCCOVEPNnR/g2eKgA0JZRCKrAc7ul92l4atF/EyBNv1YF/3mQxSRTwZ9J8iuN+y/rIc7NSDbd1nxRXIaTrVRluph6J0n01AzGPOtRKa9eCA7jMUDDE7ORP0V8aFUSeauYL14IDu09mrZs6Iz1U53k6vVA9O6D6rgq+30+oPpx9octWDU7rPKoEbDzTRA3VbTbN8AmTBd6Vaq9WyenBS96n4IgJJbvX1XopkEna6rc7UA2C3z8k/V1mvVjIEVDEnBCMgfVqzrGGUbrtt9Tl58AUy5Zp3+dPfD5ZIZjLof5ngRxq5rZmJQF6p6Ql3pxNYQkAeRtnUXY3fgdizZhmuFFjwvfev0b0cRCInAfXnfLu/+l83fiS4fT2REJE/N4ixu7J3ZDo7r5yrzlSHf5e4+MN6eb2eepEFNntDo78sn9Rb4gMHTdnv7Q2fyaWIgp+YhDjuRJthR46pdgHyvDcU/jyff8GNK9Lpf0AMfkOgyk4SRfj8LUk8WXNqVEk57yhIQHnOBurrYnB9CXJXEQlZcf2Vsfg+9fK2kJMWgdTu3X6fe8q9+CKEb4DcXAjY1nWRWQjf9SbKj7HvQkwHQ5tAGmwusH3zItxdAr7gVG2oVQaC7grGPrgj9MesTuJ59wFdZ3XYI27wKQKtQrRY/baQOuwBnIWJAVfCOF2ywx65COY6biOCWqojN2qoozbA+Goct/kf/ZoR9zbIQnEAAAAASUVORK5CYII=) no-repeat 50%;background-size:100%;content:"";height:24px;position:absolute;right:-10px;top:10px;width:24px}.content-box .content-item .service-content .service6 .service6-title-box .mask[data-v-8854eb16]{height:5px;width:100%}.content-box .content-item .service-content .service6 .service6-title-box .sub-title[data-v-8854eb16]{color:#e95b25;font-size:14px;font-weight:700;position:relative}.content-box .content-item .service-content .service6 .service6-title-box .sub-title[data-v-8854eb16]:after{background:#e95b25;content:"";height:1px;position:absolute;right:-254px;top:10px;width:200px}.content-box .content-item .service-content .service6 .service6-content[data-v-8854eb16]{height:522px;width:1200px}.content-box .content-item .service-content .service6 .service6-content .ul[data-v-8854eb16]{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding-left:60px}.content-box .content-item .service-content .service6 .service6-content .ul .li[data-v-8854eb16]{align-items:center;background:#fff;border-radius:8px;display:flex;height:130px;justify-content:center;margin:16px 20px;width:340px}.content-box .content-item .service-content .service6 .service6-content .ul .li .img[data-v-8854eb16]{height:114px;width:260px}.content-box .content-item .service-content .service7[data-v-8854eb16]{margin-top:70px}.content-box .content-item .service-content .service7 .service7-title-box[data-v-8854eb16]{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-bottom:30px;padding-right:80px}.content-box .content-item .service-content .service7 .service7-title-box .title[data-v-8854eb16]{color:#224083;font-size:28px;padding-left:40px;position:relative}.content-box .content-item .service-content .service7 .service7-title-box .title[data-v-8854eb16]:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABOpJREFUaEPVWk1MXFUU/r43MGIzpVbKDJVaShnEuLLdibHYuKAmxiiRFGaa6MKkVWP8SUxMDNrqQo2p0iZGXZjUNAxtSdDoRhYm0NqFifFn0whMLVVQhoFAi1qYn3fMnWamA51h7nvzGOjdTDLvnO+c777v3Hvee5dwYMgzOyqmYmUtgDwIsA5kLYBtEKhfCDBOYgIiE4BcBnje604M8cTYQrHhaRdgpqPh7gTZDgOtAuwhWGEFSyALFAwJMFAWN85s6RuZsOKftrVM4GrnPVv+o3QBOETCbSfoch8RuUbg+IY4jm7sC0etYGoTmGqv9oh702sQvgrCYyWIBdt5iHxo/OM6Wv318LyOnxaB6IH6pqRZ9hWJe3VAi7URyAUY8cdqTl6+VAirIIHJ4M5HCKMfYGUhMCevi2CaNJ/w9Vw8vxLuigQinY0HQfkYpMvJ5HSxRBAj5FlfKHwyn09eApFg4yEAn+gGW2W753w9o5/mipGTQKSjoRkuYxBA+SonpgsfB8y9ueR0E4GZoH9bXPATyWpd9FLYiUi0nNhd1RMez463hED08aaNpsc8C+L+UiRlOYbIz153ojl7B19CIBLwHwb5lmXgUjqIHPGFwodv2okjnfU+0DUMclMp87EeS+bKY+aOO/t+v6J8M3dgMtDQTRovWQdcAw+R932h8OsZAmr2xXCNWW3I1iD1VEjVOxnxxE5v39hk6g6sszVfd15Se8N1AgH/tyBbdT3XhZ3IgC8U3ke1dCY95rRTrXGpyKk2w+cZ9TAaaOgwafSWKrCTcWiaj/KWWPvzsRY5wkiw8QSAp3VnpvLge6h4qE3X3JLdwrl+XP0stTrqji84GfAPkmzR9YC7AlXv9MNV69d20TFMToQx09UGxPSf80VkSN2B3wA06QRJ27hqG1D1dj9w2+1W3PLbLl7DzJttSE5ctIo3rGpgzk77oGSk5OTEULJR8rE8RK7YJqCCOVEPNnR/g2eKgA0JZRCKrAc7ul92l4atF/EyBNv1YF/3mQxSRTwZ9J8iuN+y/rIc7NSDbd1nxRXIaTrVRluph6J0n01AzGPOtRKa9eCA7jMUDDE7ORP0V8aFUSeauYL14IDu09mrZs6Iz1U53k6vVA9O6D6rgq+30+oPpx9octWDU7rPKoEbDzTRA3VbTbN8AmTBd6Vaq9WyenBS96n4IgJJbvX1XopkEna6rc7UA2C3z8k/V1mvVjIEVDEnBCMgfVqzrGGUbrtt9Tl58AUy5Zp3+dPfD5ZIZjLof5ngRxq5rZmJQF6p6Ql3pxNYQkAeRtnUXY3fgdizZhmuFFjwvfev0b0cRCInAfXnfLu/+l83fiS4fT2REJE/N4ixu7J3ZDo7r5yrzlSHf5e4+MN6eb2eepEFNntDo78sn9Rb4gMHTdnv7Q2fyaWIgp+YhDjuRJthR46pdgHyvDcU/jyff8GNK9Lpf0AMfkOgyk4SRfj8LUk8WXNqVEk57yhIQHnOBurrYnB9CXJXEQlZcf2Vsfg+9fK2kJMWgdTu3X6fe8q9+CKEb4DcXAjY1nWRWQjf9SbKj7HvQkwHQ5tAGmwusH3zItxdAr7gVG2oVQaC7grGPrgj9MesTuJ59wFdZ3XYI27wKQKtQrRY/baQOuwBnIWJAVfCOF2ywx65COY6biOCWqojN2qoozbA+Goct/kf/ZoR9zbIQnEAAAAASUVORK5CYII=) no-repeat 50%;background-size:100%;content:"";height:24px;left:-10px;position:absolute;top:10px;width:24px}.content-box .content-item .service-content .service7 .service7-title-box .mask[data-v-8854eb16]{height:5px;width:100%}.content-box .content-item .service-content .service7 .service7-title-box .sub-title[data-v-8854eb16]{color:#e95b25;font-size:14px;font-weight:700;position:relative}.content-box .content-item .service-content .service7 .service7-title-box .sub-title[data-v-8854eb16]:after{background:#e95b25;content:"";height:1px;left:-254px;position:absolute;top:10px;width:200px}.content-box .content-item .service-content .service7 .service7-content[data-v-8854eb16]{background:url(./haiwai2.CrMpb7CV.png) no-repeat 50%;background-size:100%;height:620px;width:1200px}.content-box .content-item .service-content .service8[data-v-8854eb16]{margin-top:70px}.content-box .content-item .service-content .service8 .service8-title-box[data-v-8854eb16]{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:30px;padding-left:80px}.content-box .content-item .service-content .service8 .service8-title-box .title[data-v-8854eb16]{color:#224083;font-size:28px;padding-right:40px;position:relative}.content-box .content-item .service-content .service8 .service8-title-box .title[data-v-8854eb16]:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAABOpJREFUaEPVWk1MXFUU/r43MGIzpVbKDJVaShnEuLLdibHYuKAmxiiRFGaa6MKkVWP8SUxMDNrqQo2p0iZGXZjUNAxtSdDoRhYm0NqFifFn0whMLVVQhoFAi1qYn3fMnWamA51h7nvzGOjdTDLvnO+c777v3Hvee5dwYMgzOyqmYmUtgDwIsA5kLYBtEKhfCDBOYgIiE4BcBnje604M8cTYQrHhaRdgpqPh7gTZDgOtAuwhWGEFSyALFAwJMFAWN85s6RuZsOKftrVM4GrnPVv+o3QBOETCbSfoch8RuUbg+IY4jm7sC0etYGoTmGqv9oh702sQvgrCYyWIBdt5iHxo/OM6Wv318LyOnxaB6IH6pqRZ9hWJe3VAi7URyAUY8cdqTl6+VAirIIHJ4M5HCKMfYGUhMCevi2CaNJ/w9Vw8vxLuigQinY0HQfkYpMvJ5HSxRBAj5FlfKHwyn09eApFg4yEAn+gGW2W753w9o5/mipGTQKSjoRkuYxBA+SonpgsfB8y9ueR0E4GZoH9bXPATyWpd9FLYiUi0nNhd1RMez463hED08aaNpsc8C+L+UiRlOYbIz153ojl7B19CIBLwHwb5lmXgUjqIHPGFwodv2okjnfU+0DUMclMp87EeS+bKY+aOO/t+v6J8M3dgMtDQTRovWQdcAw+R932h8OsZAmr2xXCNWW3I1iD1VEjVOxnxxE5v39hk6g6sszVfd15Se8N1AgH/tyBbdT3XhZ3IgC8U3ke1dCY95rRTrXGpyKk2w+cZ9TAaaOgwafSWKrCTcWiaj/KWWPvzsRY5wkiw8QSAp3VnpvLge6h4qE3X3JLdwrl+XP0stTrqji84GfAPkmzR9YC7AlXv9MNV69d20TFMToQx09UGxPSf80VkSN2B3wA06QRJ27hqG1D1dj9w2+1W3PLbLl7DzJttSE5ctIo3rGpgzk77oGSk5OTEULJR8rE8RK7YJqCCOVEPNnR/g2eKgA0JZRCKrAc7ul92l4atF/EyBNv1YF/3mQxSRTwZ9J8iuN+y/rIc7NSDbd1nxRXIaTrVRluph6J0n01AzGPOtRKa9eCA7jMUDDE7ORP0V8aFUSeauYL14IDu09mrZs6Iz1U53k6vVA9O6D6rgq+30+oPpx9octWDU7rPKoEbDzTRA3VbTbN8AmTBd6Vaq9WyenBS96n4IgJJbvX1XopkEna6rc7UA2C3z8k/V1mvVjIEVDEnBCMgfVqzrGGUbrtt9Tl58AUy5Zp3+dPfD5ZIZjLof5ngRxq5rZmJQF6p6Ql3pxNYQkAeRtnUXY3fgdizZhmuFFjwvfev0b0cRCInAfXnfLu/+l83fiS4fT2REJE/N4ixu7J3ZDo7r5yrzlSHf5e4+MN6eb2eepEFNntDo78sn9Rb4gMHTdnv7Q2fyaWIgp+YhDjuRJthR46pdgHyvDcU/jyff8GNK9Lpf0AMfkOgyk4SRfj8LUk8WXNqVEk57yhIQHnOBurrYnB9CXJXEQlZcf2Vsfg+9fK2kJMWgdTu3X6fe8q9+CKEb4DcXAjY1nWRWQjf9SbKj7HvQkwHQ5tAGmwusH3zItxdAr7gVG2oVQaC7grGPrgj9MesTuJ59wFdZ3XYI27wKQKtQrRY/baQOuwBnIWJAVfCOF2ywx65COY6biOCWqojN2qoozbA+Goct/kf/ZoR9zbIQnEAAAAASUVORK5CYII=) no-repeat 50%;background-size:100%;content:"";height:24px;position:absolute;right:-10px;top:10px;width:24px}.content-box .content-item .service-content .service8 .service8-title-box .mask[data-v-8854eb16]{height:5px;width:100%}.content-box .content-item .service-content .service8 .service8-title-box .sub-title[data-v-8854eb16]{color:#e95b25;font-size:14px;font-weight:700;position:relative}.content-box .content-item .service-content .service8 .service8-title-box .sub-title[data-v-8854eb16]:after{background:#e95b25;content:"";height:1px;position:absolute;right:-254px;top:10px;width:200px}.content-box .content-item .service-content .service8 .service8-content[data-v-8854eb16]{background:url(./service8-content.DaIBPDKK.png) no-repeat 50%;background-size:100%;height:626px;width:1200px}.content-box .content-item .service-process[data-v-8854eb16]{background:url(./bg3.LE8lr5Vz.png) no-repeat 50%;background-size:100%;height:520px;margin-top:30px;width:1200px}.content-box .content-item .service-process .ul[data-v-8854eb16]{padding-left:80px;padding-top:138px}.content-box .content-item .service-process .ul .li[data-v-8854eb16]{display:flex;margin-bottom:22px}.content-box .content-item .service-process .ul .li .title[data-v-8854eb16]{color:#224083;font-size:22px;font-weight:600;margin-right:20px;padding-left:20px}.content-box .content-item .service-process .ul .li .title .span[data-v-8854eb16]{color:#e95b25;font-size:22px}.content-box .content-item .service-process .ul .li .msg[data-v-8854eb16]{align-items:center;color:#000;display:flex;font-size:18px;line-height:30px;width:450px}.content-box .content-item .customer-case[data-v-8854eb16]{background:url(./ditu1.BedwFcfg.png) no-repeat 50%;background-size:100%;height:538px;margin-top:60px;width:1200px}.content-box .content-item .customer-case .case-box[data-v-8854eb16]{margin-top:30px}.content-box .content-item .customer-case .case-box .case-text[data-v-8854eb16]{align-items:center;display:flex}.content-box .content-item .customer-case .case-box .case-text .title[data-v-8854eb16]{color:#0c4297;font-size:22px;font-weight:600}.content-box .content-item .customer-case .case-box .case-text .title-en[data-v-8854eb16]{color:#0c4297;font-size:12px;margin-left:20px}.content-box .content-item .customer-case .case-box .case-text .icon1[data-v-8854eb16]{display:block;height:12px;margin-left:10px;margin-right:20px;width:12px}.content-box .content-item .customer-case .case-box .case-text .icon2[data-v-8854eb16]{display:block;height:64px;margin-right:20px;width:64px}.content-box .content-item .customer-case .case-box .case-img[data-v-8854eb16]{background:url(./anni1.0tZE-j5Q.png) no-repeat 50%;background-size:100%;height:209px;margin-top:56px;width:467px}.content-box .content-item .customer-case .grade-layout .right .content[data-v-8854eb16]{padding:35px 20px 90px!important}
