<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 菜单导航样式 */
.b05_3d_roll {
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}

.b05_3d_roll div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: -2px;
}

.b05_3d_roll div:nth-child(1) {
    background: #FFFFFF;
    transform: rotateX(87deg);
    -webkit-transform: rotateX(87deg);
    -moz-transform: rotateX(87deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll div:nth-child(2) {
    color: #FFFFFF;
    background: linear-gradient(to right, #546AF3);
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.b05_3d_roll:hover div:nth-child(1) {
    color: #546AF3;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
}

.b05_3d_roll:hover div:nth-child(2) {
    background-color: #FFFFFF;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
}

/* 首页样式 */
.z-rgba {
    border: 1px solid rgba(63, 66, 78, 0);
}

.header {
    height: 50px;
    background: linear-gradient(to right, #45A2F0, #5082F3, #546AF3, #6D70F5);
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.logo {
    margin: 8px 0px 0px 50px;
}

.menu {
    width: 70%;
}

.menu li {
    float: left;
    width: 14.2%;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    opacity: 0.8;
}

.menu .selected {
    opacity: 1;
}

.phone {
    margin: 14px 0px 0px 0px;
    display: block;
}

.phone-p {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    margin: 10px;
    padding-left: 16px;
}

.shutter {
    overflow: hidden;
    width: 100%;
    height: 400px;
    position: relative;
}

.shutter-img {
    z-index: 1;
}

.shutter-img, .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.shutter-img a {
    cursor: default;
}

.shutter-img a &gt; img {
    width: 100%;
    height: 100%;
}

.shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.shutter-btn li {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    cursor: pointer;
}

.shutter-btn li.prev {
    left: 20px;
    background: url(shutter_prevBtn.png) no-repeat 0 -49px;
}

.shutter-btn li.next {
    right: 20px;
    background: url(shutter_nextBtn.png) no-repeat 0 -49px;
}

.service {
    display: table;
}

.row {
    height: 50px;
}

.i {
    width: 30px;
    height: 2px;
    background: #01061B;
    display: block;
    margin-top: 24px;
}

.row-center {
    font-size: 36px;
}

.slider-er {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.slides-ee {
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slider-nav1 {
    position: absolute;
    bottom: 50px;
}

.slider-nav__item1 {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 5px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.slider-nav__item--current1 {
    background: #FFFFFF;
}

.project {
    color: #01061B;
    opacity: 0.8;
    font-size: 18px;
}

.fon-18 {
    font-size: 18px;
}

.service-box {
    margin-top: 70px;
}

.service-box ul li {
    float: left;
    width: 200px;
    height: 280px;
    border: 1px solid #3F424E;
    margin-left: 30px;
    border-radius: 16px;
    color: #4E515C;
}

.service-box-p1 {
    font-size: 16px;
    font-weight: bold;
}

.port-4.effect-1 img, .port-4.effect-1 p {
    transition: 1s;
    transform: rotateY(360deg) scale(1, 1);
}

.port-4.effect-1 .text-desc {
    transform: rotateY(0deg) scale(0, 0);
    transition: 0.5s;
    opacity: 0;
    width: 200px;
    height: 280px;
    margin-left: -2px;
    margin-top: -257px;
    border-radius: 16px;
}

.port-4.effect-1:hover .text-desc {
    transform: rotateY(360deg) scale(1, 1);
    opacity: 1;
    box-shadow: 0px 0px 20px rgba(97, 107, 244, 0.2);
}

.port-4.effect-1:hover img, .port-4.effect-1:hover p {
    transform: rotateY(0deg) scale(0, 0);
}

.port-4.effect-1 .hover-bg1 {
    background: #F77963;
    border: 1px solid #F77963;
}

.port-4.effect-1 .hover-bg2 {
    background: #98AEFA;
    border: 1px solid #98AEFA;
}

.port-4.effect-1 .hover-bg3 {
    background: #AACEE8;
    border: 1px solid #AACEE8;
}

.port-4.effect-1 .hover-bg4 {
    background: #72E3C7;
    border: 1px solid #72E3C7;
}

.port-4.effect-1 .hover-bg5 {
    background: #FB9FB1;
    border: 1px solid #FB9FB1;
}

.port-4.effect-1 .hover-bg6 {
    background: #EC9F8F;
    border: 1px solid #EC9F8F;
}

.port-4.effect-1 .hover-bg7 {
    background: #C2ADFD;
    border: 1px solid #C2ADFD;
}

.hover1, .hover2, .hover3, .hover4, .hover5, .hover6, .hover7 {
    height: 104px;
    position: relative;
    top: 32px;
}

.hover1 {
    background: url(hover-01.png) center no-repeat;
}

.hover2 {
    background: url(hover-02.png) center no-repeat;
}

.hover3 {
    background: url(hover-03.png) center no-repeat;
}

.hover4 {
    background: url(hover-04.png) center no-repeat;
}

.hover5 {
    background: url(hover-05.png) center no-repeat;
}

.hover6 {
    background: url(hover-06.png) center no-repeat;
}

.hover7 {
    background: url(hover-07.png) center no-repeat;
}

.hover-p1 {
    font-size: 16px;
    font-weight: bold;
}

.text-desc div {
    color: #FFFFFF;
}

.case-box ul {
    display: inline-block;
    width: 85%;
}

.case-box ul li {
    width: 23%;
    height: 300px;
    float: left;
    margin-left: 34px;
	box-shadow: 0px 4px 8px #9a9595;
	border-radius: 10px;
}

.case-box ul .caseHtml-li {
    width: 19%;
    height: 300px;
    float: left;
    margin-left: 20px;
	box-shadow: 0px 4px 8px #9a9595;
	border-radius: 10px;
}

.case-box ul li:hover .case-box-text div {
    color: #4F55E1;
}

.case-box ul li:hover .text-p {
    background: #4F55E1 url(hover-08.png) center no-repeat;
    border: 1px solid #5f76bb;
}

.case-box-text {
    height: 54px;
    line-height: 54px;
    color: #3F424E;
    font-size: 16px;
    padding-left: 20px;
}

.text-p {
    width: 70px;
    height: 30px;
    background: url(case-07.png) center no-repeat;
    border: 1px solid #a7a9af;
    border-radius: 50px;
}

.more {
    width: 240px;
    height: 50px;
    border: 1px solid #656871;
    margin: 70px auto 76px auto;
    line-height: 50px;
    display: block;
    font-size: 16px;
    color: #656871;
	border-radius: 10px;
}

.more-i {
    width: 30px;
    height: 15px;
    background: url(case-07.png) center no-repeat;
    display: block;
    margin: 17px;
}

.more:hover, .more-a:hover {
    background: #4F55E1;
    color: #FFFFFF;
}

.more:hover .more-i, .more-a:hover .more-i {
    background: url(hover-08.png) center no-repeat;
}

.advantage-box {
    /*display: flow-root;*/
    display: flex;
    display: inline-block;
    width: 100%;
}

.process {
    width: 100%;
    height: 600px;
}

.process-box {
    background: url(process-01.png) center no-repeat;
}

.i-fff {
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    display: block;
    margin-top: 24px;
}

.process-ul-one, .process-ul-two, .process-three, .partner-ul {
    display: flex;
}

.process-ul-one li {
    float: left;
    width: 12.5%;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.process-ul-two li {
    float: left;
    width: 9.8%;
}

.process-three li {
    float: left;
    width: 12.5%;
    color: #FFFFFF;
    text-align: center;
    line-height: 22px;
}

.advantage-box li {
    float: left;
    width: 20%;
    height: 396px;
    color: #FFFFFF;
}

.advantage-dv1, .advantage-dv2, .advantage-dv3, .advantage-dv4, .advantage-dv5 {
    width: 100%;
}

.advantage-dv1 {
    height: 396px;
    background: url(advantage-01.png) center no-repeat;
    background-size: 100%;
}

.advantage-dv2 {
    height: 396px;
    background: url(advantage-02.png) center no-repeat;
    background-size: 100%;
}

.advantage-dv3 {
    height: 396px;
    background: url(advantage-03.png) center no-repeat;
    background-size: 100%;
}

.advantage-dv4 {
    height: 396px;
    background: url(advantage-04.png) center no-repeat;
    background-size: 100%;
}

.advantage-dv5 {
    height: 396px;
    background: url(advantage-05.png) center no-repeat;
    background-size: 100%;
}

.advantage-text {
    width: 60%;
    margin: auto;
}

.advantage-p {
    font-size: 18px;
    font-weight: bold;
}

.pic1 {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.advantage-box li:hover .pic1 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.pic2 {
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 10;
    margin-top: -396px;
}

.advantage-box li:hover .pic2 {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotate(0deg);
    z-index: 10;
}

.partner {
    width: 100%;
    height: 230px;
    background: url(partner-01.png) center no-repeat;
}

.partner-ul li {
    float: left;
    width: 20%;
    text-align: center;
    color: #FFFFFF;
}

.partner-bold {
    font-weight: bold;
    font-size: 72px;
}

.partner-p {
    font-size: 18px;
    font-weight: 100;
    position: absolute;
    margin-left: 255px;
    margin-top: -40px;
}

.partner-p1 {
    font-size: 18px;
    font-weight: 100;
    position: absolute;
    margin-left: 230px;
    margin-top: -40px;
}

.partner-p2 {
    font-size: 18px;
    font-weight: 100;
    position: absolute;
    margin-left: 208px;
    margin-top: -40px;
}

.partner-p3 {
    font-size: 18px;
    font-weight: 100;
    position: absolute;
    margin-left: 188px;
    margin-top: -40px;
}

.About {
    background: #FFFFFF;
    height: 500px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.ma-40 {
    margin: 40px;
}

.mh {
    color: #4F55E1;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #4F55E1;
    height: 40px;
}

.mh font {
    font-size: 16px;
}

.About-p {
    color: #656871;
    line-height: 36px;
}

.more-a {
    width: 180px;
    height: 40px;
    border: 1px solid #656871;
    color: #656871;
    line-height: 40px;
}

.Cooperation-partner {
}

.slider {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.slides {
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slider-nav {
    position: absolute;
    bottom: 50px;
}

.slider-nav__item {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 5px;
    border: 1px solid #4F55E1;
    border-radius: 50%;
}

.slider-nav__item--current {
    background: #4F55E1;
}

.Cooperation {
    width: 300px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #4F55E1;
    border-radius: 30px;
    font-size: 18px;
    background: url(about-02.png) 75px 15px no-repeat;
}

.Cooperation:hover {
    color: #FFFFFF;
    background: #4F55E1 url(hover-09.png) 75px 15px no-repeat;;
}

.allmap {
    height: 503px;
}

.foot {
    width: 100%;
    height: 503px;
}

.foot-box {
    width: 50%;
    height: 503px;
    background: #FFFFFF;
    opacity: 0.9;
}

.foot-left {
    margin-left: 20%;
}

.foot-p1 {
    font-size: 48px;
    color: #4F55E1;
    font-weight: bold;
}

.foot-p2 {
    font-size: 18px;
    color: #4F55E1;
    font-weight: bold;
}

.address-p1 {
    color: #656871;
    font-weight: bold;
    font-size: 24px;
}

.address-p {
    color: #656871;
    font-size: 16px;
    line-height: 38px;
}

.address-enter {
    color: #656871;
    font-size: 10px;
    line-height: 38px;
}

.code p {
    color: #4F55E1;
    font-size: 24px;
    font-weight: bold;
}

.icp {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #EBEBEB;
    color: #656871;
}

.icp a {
    color: #656871;
}

.contact {
    color: #656871;
}

/* 项目服务样式 */
.board {
    width: 100%;
    height: 550px;
    background: url(../img/services/services-01.png) center no-repeat;
}

.text {
    color: #4E515C;
    font-size: 18px;
    width: 70%;
    margin: auto;
    line-height: 36px;
}

.service-S {
    color: #01061B;
    font-size: 18px;
}

.EXPERIENCE {
    width: 100%;
    height: 800px;
    background: #F8F8F8;
}

.teachers_banner {
    width: 100%;
    height: 575px;
    overflow: hidden;
}

#slide {
    margin: 0 auto;
    width: 760px;
    position: relative;
}

#slide li {
    position: absolute;
    width: 760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    overflow: hidden;
}

#slide li img {
    width: 100%;
    height: 100%;
}

.arrow {
    width: 200px;
    height: 40px;
    border: 1px solid #9B9DA3;
    border-radius: 20px;
    position: relative;
    top: 400px;
    margin: auto;
}

.arrow .prev {
    width: 26px;
    height: 13px;
    background: url(../img/services/services-05.png) center no-repeat;
    cursor: pointer;
}

.arrow .next {
    width: 26px;
    height: 13px;
    background: url(../img/services/services-06.png) center no-repeat;
    cursor: pointer;
}

.arrow .prev:hover {
    background: url(../img/services/services-07.png) center no-repeat;
}

.arrow .next:hover {
    background: url(../img/services/services-08.png) center no-repeat;
}

.OPERATIONS {
    width: 100%;
    height: 700px;
    background: linear-gradient(to right, #3BC4DD, #3BDDB9);
}

.OPERATIONS-os {
}

.OPERATIONS-os ul, .resources-box ul {
    display: flex;
}

.OPERATIONS-os ul li {
    float: left;
    width: 24%;
}

.os-img1 {
    width: 333px;
    height: 361px;
    background: url(../img/services/services-10.png) center no-repeat;
    margin: auto;
}

.os-img2 {
    width: 333px;
    height: 361px;
    background: url(../img/services/services-11.png) center no-repeat;
    margin: auto;
}

.os-img3 {
    width: 333px;
    height: 361px;
    background: url(../img/services/services-12.png) center no-repeat;
    margin: auto;
}

.os-img4 {
    width: 333px;
    height: 361px;
    background: url(../img/services/services-13.png) center no-repeat;
    margin: auto;
}

.os-p1 {
    color: #4E515C;
    font-size: 24px;
    font-weight: bold;
}

.os-p2 {
    color: #01061B;
    width: 60%;
    margin: 20px auto;
}

.resources-box {
    width: 76%;
    margin: 80px auto;
}

.resources-box ul li img, .team div img, .retailers-fox div img {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.resources-box ul li:hover img, .team div:hover img, .retailers-fox div:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.resources-p {
    font-size: 24px;
}

.F77963 {
    color: #F77963;
}

.F8AEFA {
    color: #98AEFA;
}

.F2E3C7 {
    color: #72E3C7;
}

.FF55E1 {
    color: #4F55E1;
}

.C2ADFD {
    color: #C2ADFD;
}

.FB9FB1 {
    color: #FB9FB1
}

.AACEE8 {
    color: #AACEE8;
}

.EC9F8F {
    color: #EC9F8F
}

.FBCCF9 {
    color: #9BCCF9
}

.FE515C {
    color: #4E515C;
}

.resources-p1 {
    color: #01061B;
    font-size: 16px;
    width: 72%;
}

/* 关于我们样式 */
.about {
    height: 800px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

.about-ul, .rc, .solve-ul {
    display: flex;
}

.change div {
    color: #5D3ADD;
}

.change p {
    color: #5D3ADD;
}

.mh-txt {
    font-size: 24px;
    font-weight: bold;
}

.mh-text {
    color: #656871;
    font-size: 16px;
    width: 90%;
    margin: auto;
    line-height: 36px;
}

.mh-text font {
    font-weight: bold;
}

.rc-img1, .rc-img2, .rc-img3, .rc-img4 {
    width: 710px;
    height: 180px;
}

.rc-img1 {
    background: url(about/about-02.png) center no-repeat;
    background-size: 100% 100%;
}

.rc-img2 {
    background: url(about/about-03.png) center no-repeat;
    background-size: 100% 100%;
}

.rc-img3 {
    background: url(about/about-04.png) center no-repeat;
    background-size: 100% 100%;
}

.rc-img4 {
    background: url(about/about-05.png) center no-repeat;
    background-size: 100% 100%;
}

.rc-p {
    font-size: 30px;
}

.rc-p1 {
    font-size: 16px;
}

.team-p {
    font-size: 24px
}

.team-p1 {
    color: #01061B;
    font-size: 16px;
    width: 70%;
}

.about-img {
    width: 22%;
}

.border-right {
    border-right: 1px solid rgba(56, 126, 231, 0.3);;
}

/* 解决方案样式 */
.solve {
    padding-bottom: 100px;
}

.solve-img {
    width: 534px;
    height: 734px;
}

.solve-img1 {
    background: url(../img/solve/solve-02.png) center no-repeat;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
}

.solve-img2 {
    background: url(../img/solve/solve-03.png) center no-repeat;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
}

.solve-img3 {
    background: url(../img/solve/solve-04.png) center no-repeat;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
}

.solve-p {
    font-size: 30px;
    padding-top: 80%;
}

.solve-a {
    width: 240px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    line-height: 50px;
    font-size: 18px;
    margin-top: 25%;
}

/*.solve-img1 img,.solve-img2 img,.solve-img3 img{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.solve-img1 figcaption::before,.solve-img2 figcaption::before,.solve-img3 figcaption::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.solve-img1:hover img,.solve-img2:hover img,.solve-img3:hover img{
	opacity: 0.9;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.solve-img1:hover figcaption::before,.solve-img2:hover figcaption::before,.solve-img3:hover figcaption::before{
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}*/

/* 解决方案--金融样式  */
.finance ul {
    display: flex;
}

.finance-content, .advantage-fox, .programme {
    display: flex;
}

.finance ul li {
    float: left;
    width: 21%;
    min-height: 320px;
    padding-bottom: 60px;
    border: 1px solid rgba(152, 174, 250, 0.2);
    margin-left: 46px;
}

.finance-p {
    font-size: 24px;
    font-weight: bold;
}

.finance-text {
    color: #656871;
    font-size: 16px;
    width: 80%;
}

.finance-Tips {
    color: #656871;
    font-weight: bold;
    font-size: 18px;
}

.tab-wrapper {
}

.tab-menu {
    width: 420px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #4F55E1;
    border-radius: 4px;
}

.tab-menu li {
    float: left;
    width: 140px;
    text-align: center;
    color: #4F55E1;
    font-size: 16px;
    cursor: pointer;
}

.tab-menu li.active {
    background: #4F55E1;
    color: #FFFFFF;
}

.finance-mh {
    font-weight: bold;
    font-size: 24px;
}

.F656871 {
    color: #656871;
}

.finance-box {
    border: 1px solid rgba(152, 174, 250, 0.2);
    min-height: 420px;
}

.finance-txt {
    width: 86%;
    font-size: 16px;
    line-height: 30px;
}

.finance-txt font {
    font-weight: bold;
}

.contract {
    font-size: 18px;
    font-weight: bold;
}

.advantage-fox div, .programme div {
    box-shadow: 0px 0px 20px rgba(151, 173, 248, 0.1);
    border-radius: 16px;
    min-height: 300px;
    margin-left: 35px;
    border: 1px solid #EEEEEE;
    padding-bottom: 90px;
}

.contract-p {
    color: #01061B;
    font-size: 28px;
}

.contract-text {
    color: #01061B;
    font-size: 16px;
    width: 80%;
}

/* 解决方案--电商样式 */
.retailers-text {
    color: #656871;
    font-size: 16px;
}

.retailers-text font {
    color: #4F55E1;
    font-weight: bold;
}

.retailers-text i {
    font-weight: bold;
}

.retailers-box, .retailers-fox {
    display: flex;
}

.bor-fet {
    border: 1px solid rgba(152, 174, 250, 0.2);
    height: auto;
    margin-left: 50px;
    height: 340px
}

.retailers-p {
    font-size: 24px;
    font-weight: bold;
}

.retailers-os {
    color: #656871;
    font-size: 16px;
    width: 80%;
}

.retailers-fox div {
    height: auto;
    margin-left: 58px;
    padding-bottom: 80px;
}

.retailers-max {
    width: 80%;
    margin: 40px auto;
    color: #656871;
    font-size: 16px;
}

.port-3 {
    overflow: hidden;
    perspective: 500px;
    height: 340px;
}

.port-3 .image-box {
    transition: 0.4s;
}

.port-3 .text-desc {
    z-index: -1;
    transition: 0.4s;
    transform: rotateX(80deg);
    transform-origin: center bottom 0;
    opacity: 0;
    height: 340px;
    position: absolute;
    top: 0;
    width: 100%;
}

.port-3 .text-desc p {
    color: #FFFFFF;
}

.port-3:hover .text-desc {
    transform: none;
    opacity: 1;
}

.port-3:hover .image-box {
    transform: translateY(-167%)
}

.colour1 {
    background: #F77963;
}

.colour2 {
    background: #98AEFA;
}

.colour3 {
    background: #72E3C7;
}

.colour4 {
    background: #C2ADFD;
}

.retailers-crumbs {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
}

.retailers-crumbs a {
    color: #4F55E1;
    font-size: 16px;
    font-weight: 600;
}

.retailers-crumbs font {
    color: #4F55E1;
    font-size: 16px;
    font-weight: 600;
}

/* 解决方案--云平台样式 */
.F8F8F8 {
    background: #F8F8F8;
    height: 960px;
    width: 100%;
}

.cloud-table tr td {
    float: left;
    width: 40%;
    height: 40px;
    display: block;
    border-top: none;
    padding: 1.56%;
    color: #01061B;
    font-size: 16px;
    opacity: 0.8;
}

.cloud-table tr td:first-of-type {
    width: 10%;
    text-align: center;
    color: #01061B;
    font-size: 18px;
    font-weight: 600;
}

.cloud-table tr:first-of-type td {
    text-align: center;
    color: #01061B;
    font-size: 18px;
    font-weight: 600;
}

.cloud-ul {
    display: flex;
}

.cloud-p {
    font-size: 24px;
}

#top {
    position: fixed;
    width: 64px;
    height: 110px;
    right: 2%;
    bottom: 10%;
    background: url(../img/rocket_up.png) -40px -14px no-repeat;
}

#top:hover {
    background: url(../img/rocket_up.png) -189px -14px no-repeat;
}

/* 成功案例样式 */
.case-p1 {
    font-size: 24px;
    font-weight: 600;
}

.case-p2 {
    font-size: 14px;
}

.case-m {
    color: #3F424E;
    font-size: 24px;
}

.case-more {
    width: 300px;
    height: 60px;
    line-height: 60px;
    color: #4F55E1;
    border-radius: 30px;
    border: 2px solid #4F55E1;
    font-size: 18px;
    font-weight: 600;
}

.case-more img {
    position: relative;
    top: 7px;
}

.case-biaoti{
	text-align: center;
    white-space:nowrap;overflow:hidden;
    text-overflow : ellipsis;
	width:60%
}

/* 新闻动态样式 */
.journalism {
    display: flex;
}

.journalism-one {
    border: 1px solid #EEEEEE;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.05);
    height: 220px;
}

.journalism-two {
    border: 1px solid #EEEEEE;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.05);
    height: 220px;
    border-top: 2px solid #4F55E1;
}

.journalism-img {
    margin: 30px;
}

.journalism-p {
    color: #4E515C;
    font-size: 24px;
}

.journalism-p1 {
    color: #656871;
}

.journalism-p2 {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    width: 140px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #656871;
}

.journalism-p2:hover {
    background: #4F55E1;
    color: #FFFFFF;
}

.journalism-os {
    height: 100px;
    border-left: 1px solid #EEEEEE;
}

.journalism-date {
    color: #CCCCCC;
    font-size: 60px;
}

.border-b {
    border: none;
    border-bottom: 1px solid #CCCCCC;
    width: 40%;
    margin: auto;
    margin-top: -5px;
}

.journalism-date1 {
    color: #CCCCCC;
    font-size: 18px;
}

.news {
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    color: #656871;
    padding-bottom: 10px;
    width: 80%;
}

.news font {
    font-size: 16px;
}

.news-a {
    color: #656871;
}

.journalism-two .industry {
    color: #4F55E1;
}

/* 新闻详情样式 */
.details-hr {
    border: none;
    border-bottom: 1px solid #EEEEEE;
}

.details-p {
    font-size: 24px;
}

.details-p1 {
    color: #656871;
}

.details-one {
    border: 1px solid #EEEEEE;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.05);
    padding-bottom: 110px;
}

.details-text {
    line-height: 36px;
    color: #656871;
    white-space: normal;
}

.details-next a {
    color: #4F55E1;
    font-size: 16px;
}

.journalism-three {
    border: 1px solid #EEEEEE;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.05);
    border-top: 2px solid #4F55E1;
    padding-bottom: 50px;
}

.journalism-three p {
    padding-bottom: 25px;
    padding-top: 28px;
    line-height: 30px;
    color: #656871;
    border-bottom: 1px solid #DDDDDD;
    width: 80%;
    margin: auto;
}

.journalism-three p:hover {
    color: #4F55E1;
}

/* 加入我们样式 */
.job, .affiliate-ul {
    display: flex;
}

.job-vacancy {
    height: 140px;
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #eeeeee;
    margin-left: 30px;
}

.job-p {
    font-size: 18px;
    color: #656871;
    font-weight: bold;
}

.job-d {
    color: #656871;
    margin-top: 30px;
}

.job-a {
    border: 1px solid #DDDDDD;
    width: 96%;
    height: 30px;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    color: #656871
}

.job-a:hover, .solve-ul li:hover .solve-a {
    color: #FFFFFF;
    background: #4F55E1;
    border: 1px solid #4F55E1;
}

.affiliate {
    box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.05);
    height: auto;
    border: 1px solid #EEEEEE;
    margin-bottom: 60px;
    padding-bottom: 90px;
}

.margin-30 {
    margin: 30px;
}

.affiliate-p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.affiliate-ul li {
    color: #656871;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
}

.affiliate-describe {
    color: #656871;
    font-size: 16px;
    font-weight: bold;
    margin-top: 80px;
}

.describe {
    color: #656871;
    line-height: 36px;
}

.throw {
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    border: 2px solid #4F55E1;
    color: #4F55E1;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.minghao {
    color: #4F55E1;
    font-size: 16px;
    font-weight: 600;
}

/* 右侧 */
.side {
    position: fixed;
    width: 80px;
    background: #4F55E1;
    box-shadow: 0px 0px 20px rgba(79, 85, 225, 0.3);
    border-radius: 8px;
    right: 0px;
    bottom: 40%;
    z-index: 99;
}

.wd-69px {
    height: 69px;
}

.side p {
    color: #FFFFFF;
    font-size: 12px;
}

.side-wx {
    position: fixed;
    width: 200px;
    height: 270px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(79, 85, 225, 0.2);
    border-radius: 8px;
    right: 90px;
    margin-top: -135px;
    display: none;
}

.side-wx span {
    color: #4E515C;
    font-size: 12px;
}

/* 弹窗样式 */
.window {
    width: 500px;
    height: 600px;
    background: #FFFFFF;
    border-radius: 16px;
    display: none;
}

.window-p {
    color: #4E515C;
    font-size: 24px;
}

.window-int {
    width: 394px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #4E515C;
    border-radius: 4px;
    padding-left: 6px;
    color: #4E515C;
}

.window-text {
    width: 390px;
    height: 100px;
    border: 1px solid #4E515C;
    border-radius: 4px;
    padding: 6px;
}

.window-but {
    width: 400px;
    height: 50px;
    border: none;
    background: #4F55E1;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.window-txt {
    color: #4E515C;
}

.click-window {
    cursor: pointer;
}

.title{
	font-size: 30px;
}

#banner {
	padding-bottom:100px;
}
#carousel {
	position:relative;
	z-index:2;
	margin-top:20px;
	transform-style:preserve-3d;
	perspective:800px
}
#carousel img {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-252px;
	transition:transform .5s ease-in-out;
	box-shadow:8px 8px 20px rgba(0,0,0,.2);
	cursor:pointer
}
#bannerNav {
	position:relative;
	margin-top:20px;
	height:10px;
	padding:10px 0;
	text-align:center
}
#bannerNav ul li {
	cursor:pointer;
	overflow:hidden;
	display:inline-block;
	width:22px;
	margin:0 2px
}
#bannerNav ul li a {
	margin:0 auto;
	display:block;
	width:6px;
	height:6px;
	vertical-align:top;
	border-radius:3px;
	background:#5e6671;
	font-size:0
}
#bannerNav ul li.on a,#bannerNav ul li:hover a {
	background:#00aeff
}
#bannerNav ul li.on a {
	width:20px
}

#carousel {
	height:400px
}
#carousel img {
	width:300px;
	border-radius: 10px;
	opacity: 0;
}
.j-j{
	width:62%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 1617px) {
    .wd-1600 {
        width: 98%;
    }
}
</pre></body></html>