@charset "UTF-8";

.banner,
.banner .list,
.banner img,
.m-center {
    margin: 0 auto
}

div,
li,
p,
section,
ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.m-center {
    width: 1200px
}

img {
    vertical-align: middle
}

.banner {
    margin-top: 72px;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background: #0d1c2f
}

.banner .list {
    width: 100%;
    height: 525px;
    overflow: hidden
}

.banner .list li {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 525px;
    color: #fff
}

.banner .list li>a {
    width: 100%;
    position: absolute;
    display: block;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 525px;
    background-size: auto 525px
}

.banner .list li .slogan .p3,
.banner .list li .slogan .p4 {
    background-size: 24px 20px;
    background-position: left center
}

.banner .list li .slogan {
    position: relative;
    margin-top: 124px;
    color: inherit
}

.banner .list li .slogan .p1 {
    font-size: 18px
}

.banner .list li .slogan .p2 {
    font-size: 48px;
    margin: 20px 0;
    font-weight: 700
}

.banner .list li .slogan .p3 .icon,
.banner .list li .slogan .p4 .icon {
    margin-right: 20px
}

.banner .list li .slogan .p3 {
    font-size: 24px;
    color: #fff
}

.banner .list li .slogan .p4 {
    font-size: 18px;
    width: 700px;
    color: #fff
}

.banner .tip {
    width: 1000px;
    height: 20px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 60px;
    z-index: 3
}

.banner .tip span {
    width: 40px;
    height: 4px;
    margin: 0 8px;
    display: inline-block;
    cursor: pointer;
    background: #bbb;
    opacity: .4;
    border-radius: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.banner .btnlist .btn,
.banner .btnlist .btn2 {
    border-radius: 22px;
    line-height: 44px;
    font-size: 14px;
    text-align: center
}

.banner .tip span.on {
    background: #3f72e5;
    opacity: 1
}

.banner .btnlist {
    position: relative;
    width: 1200px;
    margin: 80px auto 0
}

.banner .centerBtn {
    width: 184px;
    height: 65px;
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 365px;
    cursor: pointer
}

.banner .btnlist .btn {
    min-width: 128px;
    padding: 0 20px;
    height: 44px;
    color: #fff;
    display: block;
    float: left;
    margin-right: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.banner .btnlist .btn.use-btn.orange {
    color: #FB722D;
}

.banner .btnlist .btn.use-btn:hover {
    background-color: #fff;
    color: #2284fe
}

.banner .btnlist .btn.use-btn.orange:hover {
    color: #FB722D;
}

.banner .btnlist .btn s {
    width: 25px;
    height: 26px;
    margin-right: 10px;
    background-position: -62px 0
}

.banner .btnlist .btn1 {
    background: 0 0 !important;
    border: 1px solid #fff
}

.banner .btnlist .btn1:hover {
    border-color: #fff;
    background: #fff !important;
    color: #4399ff
}

.banner .btnlist .btn2 {
    min-width: 128px;
    height: 44px;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #2284fe
}

.banner .btnlist .btn2:hover {
    background: #2284fe;
    color: #fff
}

.banner .btnlist .btn .icon {
    font-size: 20px;
    margin-right: 9px;
    vertical-align: -5px
}

.banner .btnlist .btn2::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: ' ';
    -webkit-transition: all ease .8s;
    transition: all ease .8s
}

.recollections .partner-item,
.welfare-box {
    -webkit-transition: -webkit-transform .2s ease
}

.banner .btnlist .green~.vedio-btn1:hover {
    background: #61ba52;
    color: #fff
}

.box-shadow {
    -webkit-box-shadow: 0 2px 8px 0 rgba(160, 160, 160, .2);
    box-shadow: 0 2px 8px 0 rgba(160, 160, 160, .2)
}

.index {
    overflow: hidden
}

.main {
    width: 100%;
    margin: 0 auto;
}

.main .welfare-list {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden
}

.welfare-text {
    height: 25px;
    overflow: hidden
}

.welfare-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.main .welfare-list .welfare-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 43px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.main .welfare-list .welfare-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    color: #101010;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.welfare-list .welfare-list-item:hover {
    background-color: #f8fafb
}

.welfare-list .welfare-list-item:hover a {
    color: #ff7437
}

.welfare-list .welfare-list-item:hover .welfare-box {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.main .welfare-list .welfare-border {
    -webkit-transform: translateY(26px);
    transform: translateY(26px);
    height: 48px;
    border-right: 1px solid #e0e0e0
}

.main .welfare-list .welfare-list-item .welfare-img-wrap {
    position: relative;
    margin-right: 16px;
    width: 50px;
    height: 50px;
    overflow-x: hidden
}

.welfare-list-item .welfare-img-wrap .welfare-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 1750px;
    height: 100%
}

@-webkit-keyframes animatedBackground {
    to {
        -webkit-transform: translateX(-1700px);
        transform: translateX(-1700px)
    }
}

@keyframes animatedBackground {
    to {
        -webkit-transform: translateX(-1700px);
        transform: translateX(-1700px)
    }
}

.main .welfare-list .welfare-list-item:hover .welfare-img {
    -webkit-animation: animatedBackground 5s steps(34, start) forwards;
    animation: animatedBackground 5s steps(34, start) forwards
}

.title-wrap {
    text-align: center
}

.title-wrap .sub-title {
    font-size: 34px;
    color: #101010;
    font-weight: 700
}

.title-wrap .sub-state {
    padding-top: 8px;
    font-size: 16px;
    color: #6a7b8d
}

.case {
    padding: 80px 0
}

.case .application {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(8, 30, 80, .08);
    box-shadow: 0 4px 16px 0 rgba(8, 30, 80, .08)
}

.case .application-title {
    font-size: 20px;
    color: #101010;
    font-weight: 700
}

.case .application-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px
}

.case .application-item:not(:last-child) {
    margin-right: 56px
}

.case .application-item:hover span {
    color: #2284fe
}

.case .application-list img {
    margin-right: 8px;
    width: 32px;
    height: 32px
}

.case .application-list span {
    font-size: 16px;
    color: #101010;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.case .application-list .application-state {
    font-size: 12px;
    color: #6a7b8d
}

.case .application-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.case .case-list,
.case .case-wrap {
    display: -webkit-box;
    display: -ms-flexbox
}

.case .look-detail {
    font-size: 16px;
    color: #999;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.case .look-detail:hover {
    color: #2284fe
}

.case .look-detail:hover .look-detail-blue-arrow {
    opacity: 1
}

.case .look-detail:hover .look-detail-gray-arrow {
    opacity: 0
}

.case .look-detail img {
    position: relative;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.case .look-detail .look-detail-gray-arrow {
    opacity: 1
}

.case .look-detail .look-detail-blue-arrow {
    opacity: 0;
    left: -32px
}

.case .case-wrap {
    position: relative;
    margin-top: 40px;
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.case .case-wrap .case-content {
    position: relative;
    z-index: 2;
    padding: 30px 10px 10px;
    width: 280px;
    border-radius: 8px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0 4px 16px 0 rgba(8, 30, 80, .08);
    box-shadow: 0 4px 16px 0 rgba(8, 30, 80, .08);
    background-color: #fff
}

.case .case-wrap .case-wrap-bg {
    position: absolute;
    left: -49px;
    top: -27px;
    z-index: 1;
    width: 94px;
    height: 109px;
    background: url(../images/case-bg.png) top left no-repeat;
    background-size: 100% 100%
}

.case .case-wrap .case-content:hover {
    -webkit-box-shadow: 0 8px 24px 0 rgba(8, 30, 80, .12);
    box-shadow: 0 8px 24px 0 rgba(8, 30, 80, .12);
    border-radius: 8px;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.case .case-title {
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #000
}

.case .case-title i {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 106px;
    height: 14px;
    background: #c2ddff
}

.case .case-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.case .case-content-active .case-list .case-item:nth-child(2n) {
    margin-left: 30px
}

.case .case-list .case-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    height: 125px;
    padding: 23px 24px 15px 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer
}

.case .case-list .case-item:hover {
    background-color: #f8faf8
}

.case .case-list img {
    margin-right: 8px;
    width: 40px;
    height: 40px
}

.case .case-list .case-item-wrap {
    font-size: 20px;
    color: #303133
}

.case-item-title {
    font-weight: 700
}

.case .case-list .case-item-wrap span {
    overflow: hidden;
    margin-top: 6px;
    width: 168px;
    font-size: 14px;
    color: #6a7b8d;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.case .case-list .mt10 {
    margin-top: 10px
}

.primary-btn {
    width: 152px;
    height: 48px;
    background-color: #2284fe;
    font-size: 20px;
    color: #fff;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.primary-btn:hover {
    background-color: #096dd9
}

.box-wrap {
    width: 100%;
    background-color: #fafbfc
}

.advantage {
    padding: 80px 0 23px
}

.advantage .data-wrap {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    padding: 28px 0 50px;
    background: url(../images/data-bg.png) center no-repeat
}

.advantage .data-wrap .data-list {
    margin-bottom: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.advantage .data-wrap .data-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #323233
}

.advantage .data-wrap .data-item span.num-wrap {
    font-size: 48px;
    color: #2284fe;
    font-family: Arial;
    font-weight: 600
}

.advantage .data-wrap .data-item span:first-child {
    color: #2284fe
}

.advantage .state-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 392px
}

.advantage .state-list .state-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 250px;
    font-size: 16px;
    color: #646566;
    background-size: 100% 100% !important;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.advantage .state-list .state-item.active-state {
    width: 700px;
    border: none
}

.advantage .state-list .state-item.active-state .active-box {
    opacity: 1;
    z-index: 10
}

.advantage .state-list .state-item .active-box {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 700px;
    height: 392px;
    padding: 40px 36px 25px 40px;
    background-size: 100% 100% !important;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.advantage .state-list .state-item .active-box h3 {
    padding-bottom: 24px;
    font-size: 32px
}

.advantage .state-list .state-item:nth-child(2) .active-box .active-detail {
    margin-top: 40px;
    font-size: 16px
}

.advantage .state-list .state-item .active-box .link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.advantage .state-list .state-item .active-box .link-item img {
    width: 12px;
    height: 12px;
    margin-left: 8px
}

.advantage .state-list .state-item .active-box .active-detail {
    display: block;
    padding-top: 50px;
    color: #fff;
    font-size: 16px;
    text-align: right
}

.advantage .state-list .state-item .active-box .active-detail img {
    margin-right: 9px;
    width: 17px;
    height: 17px;
    vertical-align: middle
}

.advantage .state-list .state-item .active-box .link-item a {
    color: #fff
}

.advantage .state-list .state-item:first-child .active-box {
    background: url(../images/advantage-active-bg-01.png) center no-repeat
}

.advantage .state-list .state-item:nth-child(2) .active-box {
    background: url(../images/advantage-active-bg-02.png) center no-repeat
}

.advantage .state-list .state-item:last-child .active-box {
    background: url(../images/advantage-active-bg-03.png) center no-repeat;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.advantage .state-list .state-item:first-child {
    background: url(../images/advantage-bg-01.png) center no-repeat
}

.advantage .state-list .state-item:nth-child(2) {
    background: url(../images/advantage-bg-02.png) center no-repeat
}

.advantage .state-list .state-item:last-child {
    background: url(../images/advantage-bg-03.png) center no-repeat
}

.advantage .state-list .state-title {
    font-size: 32px;
    color: #323232
}

.customer {
    padding: 80px 0
}

.customer .service-state {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 50px
}

.customer .characteristic-wrap {
    margin-left: 168px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.customer .characteristic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 48px 0 50px
}

.customer .characteristic-item {
    width: 292px;
    font-size: 16px;
    color: #6a7b8d
}

.customer .characteristic-item .characteristic-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 8px;
    height: 46px;
    font-size: 22px;
    color: #101010;
    font-weight: 700
}

.customer .characteristic-item:nth-child(3),
.customer .characteristic-item:nth-child(4) {
    margin-top: 40px
}

.customer .characteristic-list .characteristic-item {
    font-size: 16px;
    color: #6a7b8d
}

.characteristic-title-wrap {
    position: relative
}

.number-img {
    position: absolute;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    width: 36px;
    height: 44px
}

.introduce,
.recollections,
.recollections-wrap {
    position: relative
}

.customer .service-state .sevice-person {
    width: 397px;
    height: 383px
}

.customer .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.customer .service-list .service-item {
    width: 584px;
    padding: 21px 172px 19px 34px;
    border-radius: 8px;
    background-size: 100% 100% !important;
    cursor: pointer
}

.customer .service-item .service-title {
    font-size: 20px;
    color: #3d4042;
    font-weight: 700
}

.customer .service-item .service-title img {
    width: 46px;
    height: 30px;
    vertical-align: text-bottom
}

.customer .service-item .service-state-txt {
    width: 378px;
    padding: 21px 0 18px;
    font-size: 14px;
    color: #676c70
}

.customer .service-item .service-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2284fe;
    font-size: 16px;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.customer .service-item .service-link img {
    margin-left: 5px;
    width: 14px;
    height: 14px;
    vertical-align: middle
}

.service-link .service-deep-blue {
    display: none
}

.customer .service-list .service-item:hover .service-deep-blue {
    display: block
}

.customer .service-list .service-item:hover .service-blue {
    display: none
}

.customer .service-list .service-item:hover .service-link {
    color: #096dd9
}

.customer .service-list .service-item:first-child {
    background: url(../images/customer-bg-01.png) no-repeat
}

.customer .service-list .service-item:first-child:hover {
    background: url(../images/customer-bg-active-01.png) no-repeat
}

.customer .service-list .service-item:last-child {
    background: url(../images/customer-bg-02.png) no-repeat
}

.customer .service-list .service-item:last-child:hover {
    background: url(../images/customer-bg-active-02.png) no-repeat
}

.recollections {
    padding: 80px 0
}

.recollections-img {
    position: absolute;
    z-index: 8
}

.recollections-left {
    left: -76px;
    top: 60px;
    width: 212px;
    height: 181px
}

.recollections-wrap .bd {
    height: 292px;
    overflow: hidden
}

.introduce {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
    cursor: pointer
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 88px;
    height: 88px
}

.showVedio2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    margin: auto;
    z-index: 9999;
    display: none
}

.showVedio2 .showVedio2-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.showVedio2 .playcon {
    width: 64vw;
    height: 36vw;
    margin: auto;
    position: relative
}

.showVedio2 .playcon .player {
    width: 100% !important;
    height: 100% !important
}

.showVedio2 .close {
    width: 40px;
    height: 40px;
    font-size: 24px;
    position: absolute;
    right: -16px;
    top: -40px;
    cursor: pointer;
    background: url(../img/close.png) center center no-repeat
}

.introdue-img,
.showVedio2 .close .icon,
.showVedio2 video {
    height: 100%;
    width: 100%
}

.showVedio2 video {
    display: block
}

.introdue-img {
    -o-object-fit: cover;
    object-fit: cover
}

.introdue-video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer
}

.recollections-right {
    right: -47px;
    bottom: 142px;
    width: 142px;
    height: 151px
}

.recollections .partner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 995px
}

.recollections .partner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 172px;
    height: 76px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #fff;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.recollections .partner-item .partner-item-child {
    width: 138px;
    height: 59px
}

.recollections .pos-partner-item {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #fff;
    cursor: pointer
}

.recollections .partner-item .partner-item-img {
    background-color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -o-object-fit: contain;
    object-fit: contain
}

.recollections .partner-item.on,
.recollections .partner-item:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-box-shadow: 0 2px 16px 0 rgba(160, 160, 160, .4);
    box-shadow: 0 2px 16px 0 rgba(160, 160, 160, .4)
}

.recollections .partner-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #2284fe
}

.partner-link img {
    margin-left: 12px;
    vertical-align: initial;
    width: 20px;
    height: 20px
}

.recollections .partner-item span {
    margin-left: 12px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #2284fe
}

.recollections .partner-item .recollections .partner-item span img {
    width: 12px;
    height: 9px
}

.recollections .recollections-content {
    width: 1200px !important;
    position: relative;
    z-index: 10;
    margin: 32px 50px 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    background-color: #fff
}

.recollections .recollections-content .introduce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 340px;
    height: 340px;
    background-color: #000
}

.recollections .recollections-content .recollections-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 61px 52px 40px 85px;
    color: #333;
    font-size: 20px
}

.recollections .recollections-content .recollections-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #2284fe
}

.recollections .recollections-content .recollections-link img {
    margin-right: 5px;
    width: 14px;
    height: 11px;
    vertical-align: middle
}

.recollections .recollections-content .detail-msg {
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recollections .recollections-content .detail-msg p {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    color: #676c70
}

.recollections .recollections-content .detail-msg p .mark {
    position: absolute;
    width: 36px;
    height: 30px
}

.left-mark {
    left: -50px;
    top: -15px;
	text-indent:3em;
}

.right-mark {
    bottom: -20px;
    right: 0
}

.recollections .recollections-content .customer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dynamic-main,
.dynamic-swiper-item {
    display: -webkit-box;
    display: -ms-flexbox
}

.recollections .recollections-content .customer-name {
    margin-bottom: 19px;
    color: #010101;
    font-size: 22px;
    font-weight: 700
}

.customer-info {
    margin-top: 44px
}

.recollections .recollections-content .customer-title {
    color: #6a7b8d;
    font-size: 16px
}

.dynamic {
    padding: 80px 0
}

.dynamic-swiper .hd ul {
    position: absolute;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 18px;
    bottom: 10px;
    cursor: pointer
}

.dynamic-swiper .hd li {
    margin-right: 5px;
    width: 6px;
    height: 6px;
    background: #c8c9cc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.dynamic-swiper .hd li.on {
    width: 21px;
    height: 6px;
    background: #2284fe
}

.dynamic-state-wrap {
    position: absolute;
    bottom: 0;
    width: 594px;
    height: 60px;
    padding: 20px 20px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(35, 35, 35, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(35, 35, 35, .65) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(35, 35, 35, .65) 100%);
    color: #fff;
    font-size: 24px
}

.dynamic-state {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dynamic-swiper-list {
    height: 396px;
    overflow: hidden
}

.dynamic-swiper-item {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 396px
}

.dynamic-swiper-item a {
    display: block;
    width: 100%;
    height: 100%
}

.dynamic-swiper-item img {
    -o-object-fit: cover;
    object-fit: cover
}

.dynamic-main {
    margin-top: 50px;
    display: flex
}

.dynamic-swiper {
    position: relative;
    width: 594px;
    height: 396px
}

.dynamic-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 47px
}

.dynamic-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #101010;
    font-size: 20px
}

.dynamic-title div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dynamic-content .dynamic-wrap:first-child {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dcdee0
}

.grow,
.product {
    padding: 80px 0
}

.dynamic-icon {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.dynamic-title a {
    color: #2284fe;
    font-size: 16px
}

.dynamic-title a img {
    width: 14px;
    height: 11px;
    vertical-align: middle
}

.dynamic-item {
    margin-top: 24px
}

.dynamic-item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #676c70;
    font-size: 16px
}

.dynamic-item a span:last-child {
    color: #969799
}

.dynamic-item a:hover span,
.dynamic-item a:hover span:last-child {
    color: #2284fe !important
}

.grow-content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.grow-swiper {
    position: relative;
    width: 1200px
}

.grow-swiper-wrap .btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    cursor: pointer
}

.grow-swiper-wrap .icon {
    vertical-align: middle;
    font-size: 25px
}

.grow-swiper-wrap .btn:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .08)
}

.grow-swiper-wrap .leftBtn {
    left: -90px;
    margin: auto
}

.grow-swiper-wrap .leftBtn .rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.grow-swiper-wrap .rightBtn {
    right: -110px;
    margin: auto
}

.grow-list {
    overflow: hidden;
    width: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 430px;
    margin: 0 auto;
    padding: 0 10px !important
}

.grow-item-wrap,
.grow-list .grow-item {
    width: 380px !important;
    border-radius: 8px
}

.grow-list .grow-item {
    margin-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grow-item-wrap {
    position: relative;
    font-size: 16px;
    color: #646566
}

.grow-href {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.customer-img-wrap,
.grow-detail,
.grow-ex,
.line-wrap {
    display: -ms-flexbox
}

.grow-detail {
    padding: 24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 217px
}

.grow-ex,
.grow-state,
.grow-title {
    display: -webkit-box
}

.grow-title {
    width: 100%;
    margin-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    color: #323233
}

.grow-state {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    color: #646566
}

.grow-img-wrap {
    position: relative;
    width: 100%;
    height: 204px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden
}

.grow-img-wrap img {
    -o-object-fit: cover;
    object-fit: cover
}

.grow-img-wrap .tips {
    position: absolute;
    right: 0;
    top: 0;
    width: 128px;
    height: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fdf2da), color-stop(98%, #f0e3bd));
    background: -webkit-linear-gradient(top, #fdf2da 0, #f0e3bd 98%);
    background: linear-gradient(180deg, #fdf2da 0, #f0e3bd 98%);
    border-radius: 0 7px 0 15px;
    font-size: 12px;
    line-height: 25px;
    color: #aa8238;
    text-align: center
}

.grow-img-wrap .blue-tips {
    color: #2d72c9;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1eeff), to(#c7dcff));
    background: -webkit-linear-gradient(top, #e1eeff 0, #c7dcff 100%);
    background: linear-gradient(180deg, #e1eeff 0, #c7dcff 100%)
}

.grow-ex {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #969799
}

.grow-ex img {
    width: auto;
    height: 49px;
    -o-object-fit: contain;
    object-fit: contain
}

.look-btn,
.look-btn button {
    width: 268px;
    height: 64px;
    font-size: 20px;
    background: #fff;
    text-align: center
}

.look-btn {
    margin: 0 auto;
    outline: 0;
    line-height: 64px;
    color: #101010;
    cursor: pointer
}

.download-btn,
.look-btn button {
    color: #2284fe;
    outline: 0;
    cursor: pointer
}

.look-btn button {
    line-height: 64px;
    border: 1px solid #2284fe;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 8px
}

.look-btn button:hover {
    color: #fff;
    border-color: #fff;
    background-color: #2284fe
}

@-webkit-keyframes scrollToRight-data-v-6a32e916 {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes scrollToRight-data-v-6a32e916 {
    from {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.logo_wrap {
    position: relative;
    width: 1440px;
    height: 345px;
    overflow: hidden;
    margin: 50px auto 0;
    font-size: 0
}

.line-wrap {
    display: -webkit-box;
    display: flex
}

.logo_wrap .mask {
    position: absolute;
    z-index: 10;
    width: 350px;
    height: 100%
}

.logo_wrap .left_mask {
    left: 0
}

.logo_wrap .right_mask {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.logo_wrap .line_odd {
    width: 2580px;
    -webkit-animation: scrollToRight-data-v-6a32e916 36s linear infinite;
    animation: scrollToRight-data-v-6a32e916 30s linear infinite
}

.logo_wrap .line_odd .logo_img {
    width: 50%;
    display: inline-block
}

.logo_wrap .line_even {
    width: 2580px;
    -webkit-animation: scrollToRight-data-v-6a32e916 30s linear infinite;
    animation: scrollToRight-data-v-6a32e916 24s linear infinite
}

.logo_wrap .line_even .logo_img[data-v-6a32e916] {
    width: 50%;
    display: inline-block
}

.customer-wrap {
    position: relative;
    margin: 32px 0 25px
}

.customer-opcity {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 368px;
    height: 350px
}

.customer-wrap .customer-opcity:first-child {
    left: 0
}

.customer-wrap .customer-opcity:nth-child(2) {
    right: 0
}

.line_odd .customer-item {
    -webkit-box-shadow: 0 8px 12px 0 rgba(219, 219, 219, .5);
    box-shadow: 0 8px 12px 0 rgba(219, 219, 219, .5)
}

.customer-item img {
    -o-object-fit: contain;
    object-fit: contain
}

.customer-item-child {
    width: 138px;
    height: 69px
}

.mt20 {
    margin-top: 20px
}

.customer-img-wrap {
    display: -webkit-box;
    display: flex;
    width: 50%
}

.customer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    width: 200px;
    height: 80px;
    border: 1px solid #ebedf0;
    border-radius: 8px
}

.solveway .solveway-list .solveway-item {
    border-radius: 8px
}

.side-content {
    margin-top: 79px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px
}

.side-img {
    margin-bottom: 5px;
    width: 58px
}

.download-btn {
    margin-top: 75px;
    width: 109px;
    height: 33px;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    border: none
}

.parent-btn {
    position: relative;
    top: 25px
}

.student-btn {
    position: relative;
    top: 70px
}

.solveway .solveway-list .solveway-item .front .bg {
    background-size: contain
}

.solveway .solveway-list .solveway-item .front p {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #101010
}

.solveway .solveway-list .solveway-item .front .font-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #2284fe
}

.solveway .solveway-list .solveway-item .side {
    overflow: hidden;
    border-radius: 8px
}

.solveway .solveway-list .solveway-item .side.side4 {
    background: url(../images/solve-doubble.png) center center no-repeat
}

.whyuse {
    text-align: center;
    line-height: 1;
    margin-top: 76px
}

.whyuse .hint {
    color: #3d4042;
    font-size: 16px;
    margin-bottom: 16px
}

.whyuse .whyuseList {
    margin-top: 50px;
    font-size: 0
}

.whyuse .whyuseList .whyuseList-item {
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 363px;
    height: 339px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .5);
    box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .5);
    border: 1px solid #edf4fa;
    padding-top: 172px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

.whyuse .whyuseList .whyuseList-item p {
    font-size: 28px;
    color: #333;
    font-weight: 500
}

.whyuse .whyuseList .whyuseList-item ul {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    padding: 0 12px;
    display: inline-block
}

.whyuse .whyuseList .whyuseList-item ul li {
    margin-top: 8px;
    padding-left: 20px;
    font-size: 16px
}

.whyuse .whyuseList .whyuseList-item ul li .rightIcon {
    margin-left: -20px
}

.whyuse .whyuseList .whyuseList-item ul li .rightIcon .icon {
    margin-right: 6px
}

.whyuse .whyuseList .whyuseList-item ul li:first-child {
    margin-top: 0
}

.whyuse .whyuseList .whyuseList-item:nth-of-type(2) {
    margin: 0 44px
}

.whyuse .whyuseList .whyuseList-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 132px;
    margin-top: 0
}

.whyuse .whyuseList .whyuseList-item .icon1:after,
.whyuse .whyuseList .whyuseList-item .icon2:after,
.whyuse .whyuseList .whyuseList-item .icon3:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    left: 0
}

.whyuse .whyuseList .whyuseList-item .icon1 {
    background: -webkit-gradient(linear, left top, right top, from(#00a4f4), to(#00caf4));
    background: -webkit-linear-gradient(left, #00a4f4 0, #00caf4 100%);
    background: linear-gradient(90deg, #00a4f4 0, #00caf4 100%)
}

.whyuse .whyuseList .whyuseList-item .icon1:after {
    background: url(../images/safe.png) center center no-repeat;
    background-size: cover
}

.whyuse .whyuseList .whyuseList-item .icon2 {
    background: -webkit-gradient(linear, left top, right top, from(#ff7c1c), to(#ffa120));
    background: -webkit-linear-gradient(left, #ff7c1c 0, #ffa120 100%);
    background: linear-gradient(90deg, #ff7c1c 0, #ffa120 100%)
}

.whyuse .whyuseList .whyuseList-item .icon2:after {
    background: url(../images/speciality.png) center center no-repeat;
    background-size: cover
}

.whyuse .whyuseList .whyuseList-item .icon3 {
    background: -webkit-gradient(linear, left top, right top, from(#187dff), to(#178dff));
    background: -webkit-linear-gradient(left, #187dff 0, #178dff 100%);
    background: linear-gradient(90deg, #187dff 0, #178dff 100%)
}

.whyuse .whyuseList .whyuseList-item .icon3:after {
    background: url(../images/ensure.png) center center no-repeat;
    background-size: cover
}

.usedata {
    text-align: center;
    font-size: 0;
    background: url(../images/databj.png) center center no-repeat;
    background-size: auto 100%;
    margin-top: 75px
}

.usedata .usedata-item {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 354px;
    height: 254px;
    font-size: 0;
    line-height: 1
}

.usedata .usedata-item s {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-top: 60px
}

.usedata .usedata-item h2 {
    margin-top: 10px;
    font-size: 40px;
    color: #3d4042
}

.usedata .usedata-item p {
    margin-top: 12px;
    font-size: 16px;
    color: #676c70
}

.usedata .usedata-item:nth-of-type(2) {
    margin: 0 44px
}

.usedata .usedata-item .icon1 {
    background: url(../images/focuson.png) center center no-repeat;
    background-size: cover
}

.usedata .usedata-item .icon2 {
    background: url(../images/school.png) center center no-repeat;
    background-size: cover
}

.usedata .usedata-item .icon3 {
    background: url(../images/partner.png) center center no-repeat;
    background-size: cover
}

.xgjfunction {
    margin-top: 80px;
    padding-bottom: 90px
}

.xgjfunction .tabs {
    margin-top: 48px;
    position: relative
}

.xgjfunction .tabs .tabs-bar {
    text-align: center;
    position: relative
}

.xgjfunction .tabs .tabs-bar .tabs-list {
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    vertical-align: bottom;
    width: 1040px;
    margin: 0 auto
}

.xgjfunction .tabs .tabs-bar .tabs-list:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #f0f5fa
}

.xgjfunction .tabs .tabs-bar .tabs-item {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 26px;
    overflow: hidden;
    margin: 0 36px -1px;
    vertical-align: bottom;
    width: 100px
}

.xgjfunction .tabs .tabs-bar .tabs-item:first-child {
    margin-left: 0
}

.xgjfunction .tabs .tabs-bar .tabs-item:last-child {
    margin-right: 0
}

.xgjfunction .tabs .tabs-bar .tabs-item .tabs-item-con {
    display: block;
    cursor: pointer;
    color: #676c70
}

.xgjfunction .tabs .tabs-bar .tabs-item .tabs-item-con .tabs-item-icon {
    display: block;
    margin: 0 auto 16px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    color: #a1aab3
}

.xgjfunction .tabs .tabs-bar .tabs-item .tabs-item-con .tabs-item-icon .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: -6px;
    opacity: .3
}

.xgjfunction .tabs .tabs-bar .tabs-item .tabs-item-con .tabs-item-icon .icon svg {
    width: 100%;
    height: 100%;
    display: block
}

.xgjfunction .tabs .tabs-bar .tabs-active {
    position: relative
}

.xgjfunction .tabs .tabs-bar .tabs-active .tabs-item-con {
    color: #3d4042;
    font-weight: 500
}

.xgjfunction .tabs .tabs-bar .tabs-active .tabs-item-con .tabs-item-icon {
    color: #fff
}

.xgjfunction .tabs .tabs-bar .tabs-active .tabs-item-con .tabs-item-icon .icon {
    opacity: 1
}

.xgjfunction .tabs .tabs-bar .tabs-active:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 84px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #0f93ff
}

.xgjfunction .tabs .tip {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 4px;
    text-align: center
}

.xgjfunction .tabs .tip li {
    display: inline-block;
    width: 15px;
    background: #dde4eb;
    height: 4px;
    margin-right: 10px;
    cursor: pointer
}

.xgjfunction .tabs .tip li:last-child {
    margin-right: 0
}

.xgjfunction .tabs .tip li.active {
    background: #0f93ff
}

.xgjfunction .tabs .icon1 {
    background: url(../images/a1.png) center center no-repeat;
    background-size: contain
}

.xgjfunction .tabs .icon2 {
    background: url(../images/a2.png) center center no-repeat;
    background-size: contain
}

.xgjfunction .tabs .icon3 {
    background: url(../images/a3.png) center center no-repeat;
    background-size: contain
}

.xgjfunction .tabs .icon4 {
    background: url(../images/a4.png) center center no-repeat;
    background-size: contain
}

.xgjfunction .tabs .icon5 {
    background: url(../images/a5.png) center center no-repeat;
    background-size: contain
}

.xgjfunction .tabs .icon6 {
    background: url(../images/a6.png) center center no-repeat;
    background-size: contain
}

.xgjfunction .tabs-content {
    background-size: contain;
    margin-top: 60px;
    height: 400px;
    padding: 0 100px;
    margin-left: -100px;
    overflow: hidden
}

.xgjfunction .tabs-content .detail-box {
    height: 400px;
    display: none;
    background: #fff;
    width: 1200px;
    margin: 0 auto
}

.xgjfunction .tabs-content .detail-box.active {
    display: block
}

.xgjfunction .tabs-content .detail-box .left {
    width: 600px;
    height: 100%;
    float: left;
    margin-left: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.xgjfunction .tabs-content .detail-box .right {
    width: 500px;
    height: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px
}

.xgjfunction .tabs-content .detail-box .right p {
    font-size: 28px;
    font-weight: 500;
    color: #3d4042;
    line-height: 50px;
    margin-top: 60px;
    margin-bottom: 22px;
    margin-left: -10px
}

.xgjfunction .tabs-content .detail-box .right p .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: bottom;
    margin-right: 14px
}

.xgjfunction .tabs-content .detail-box .right li {
    padding-left: 26px;
    font-size: 16px;
    color: #3d4042;
    line-height: 24px;
    margin-top: 16px
}

.xgjfunction .tabs-content .detail-box .right li .icon {
    margin-left: -24px;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    vertical-align: 3px
}

.xgjfunction .tabs-content .detail-box .right .btn {
    display: inline-block;
    margin-right: 20px;
    width: 98px;
    line-height: 34px;
    height: 34px;
    margin-top: 60px;
    background: #0f93ff;
    color: #fff;
    border-radius: 17px;
    text-align: center;
    border: 1px solid #0f93ff
}

.xgjfunction .tabs-content .detail-box .right .btn .icon {
    margin-right: 5px
}

.xgjfunction .icon-left,
.xgjfunction .icon-right {
    line-height: 28px;
    height: 28px;
    bottom: 0;
    display: block;
    margin: auto;
    top: 0;
    cursor: pointer
}

.xgjfunction .tabs-content .detail-box .right .btn:nth-of-type(2) {
    background: #fff;
    color: #0f93ff
}

.xgjfunction .icon-left {
    position: absolute;
    left: -25px;
    font-size: 28px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.xgjfunction .icon-right {
    position: absolute;
    right: -25px;
    font-size: 28px
}

.wellreceived {
    line-height: 1;
    padding-top: 84px;
    padding-bottom: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f5fbff));
    background: -webkit-linear-gradient(bottom, #fff 0, #f5fbff 100%);
    background: linear-gradient(360deg, #fff 0, #f5fbff 100%);
    background-image: url(../images/custombj.png);
    background-position: center center;
    background-size: cover
}

.wellreceived .w1200 {
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.wellreceived>div {
    height: 100%
}

.wellreceived .received-list {
    margin-top: 48px;
    height: 358px;
    position: relative
}

.wellreceived .received-list .received-item {
    display: none;
    width: 100%;
    height: 100%;
    position: relative
}

.wellreceived .received-list .received-item.active {
    display: block
}

.wellreceived .received-list .received-item .teacher-approve {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 358px;
    z-index: 1;
    line-height: 22px;
    font-size: 14px;
    color: #676c70;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .5);
    box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .5)
}

.wellreceived .received-list .received-item .teacher-approve .avator {
    width: 238px;
    height: 238px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-right: 60px
}

.wellreceived .received-list .received-item .teacher-approve .approve-content {
    padding-top: 46px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.wellreceived .received-list .received-item .teacher-approve .approve-content p {
    position: relative
}

.wellreceived .received-list .received-item .teacher-approve .approve-content .person-info {
    margin-top: 47px
}

.wellreceived .received-list .received-item .teacher-approve .approve-content .person-info .avator {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    float: left;
    font-size: 0;
    overflow: hidden
}

.wellreceived .received-list .received-item .teacher-approve .approve-content .person-info .avator img {
    display: block;
    width: 100%;
    height: 100%
}

.wellreceived .received-list .received-item .teacher-approve .approve-content .person-info>div {
    float: left;
    line-height: 1
}

.wellreceived .received-list .received-item .teacher-approve .approve-content .person-info>div p {
    font-size: 14px;
    font-weight: 400;
    color: #a1aab3
}

.wellreceived .received-list .received-item .teacher-approve .approve-content .person-info>div p:first-child {
    margin-bottom: 16px;
    width: 66px;
    font-size: 22px;
    font-weight: 500;
    color: #3d4042;
    line-height: 1
}

.wellreceived .received-list .received-item .teacher-approve .approve-content .icon {
    width: 22px;
    height: 22px;
    display: block;
    position: absolute
}

.wellreceived .received-list .received-item .teacher-approve .approve-content .icon svg {
    width: 100%;
    height: 100%
}

.wellreceived .received-list .received-item .teacher-approve .approve-content .marks1 {
    width: 36px;
    height: 31px;
    left: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wellreceived .received-list .received-item .teacher-approve .approve-content .marks2 {
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 36px;
    height: 31px
}

.wellreceived .received-list .received-item .teacher-approve .arrow-list {
    position: absolute;
    right: 36px;
    top: 36px
}

.wellreceived .received-list .received-item .teacher-approve .arrow-list .arrow-item {
    float: left;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #dde5eb;
    text-align: center;
    cursor: pointer
}

.wellreceived .received-list .received-item .teacher-approve .arrow-list .arrow-item:first-child {
    margin-right: 20px
}

.wellreceived .received-list .received-item .teacher-approve .arrow-list .arrow-item:first-child .arrow {
    margin-right: -2.5px
}

.wellreceived .received-list .received-item .teacher-approve .arrow-list .arrow-item:last-child .arrow {
    margin-left: -2.5px
}

.wellreceived .received-list .received-item .teacher-approve .arrow-list .arrow {
    border-color: #a1aab3
}

.wellreceived .received-list .received-item .teacher-approve .teacher-approve-detail {
    position: absolute;
    bottom: 48px;
    right: 60px;
    color: #42aaff
}

.wellreceived .received-list .received-item .teacher-approve .teacher-approve-detail .arrow {
    border-color: #42aaff;
    margin-left: 4px
}

.wellreceived .received-list .received-item .bgimage {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 840px;
    height: 360px;
    z-index: 0;
    font-size: 0
}

.wellreceived .received-list .received-item .bgimage img {
    display: block;
    width: 100%;
    height: 100%
}

.wellreceived .icon-list {
    font-size: 0;
    margin-top: 48px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.wellreceived .icon-list li {
    width: 128px;
    height: 64px;
    display: inline-block;
    margin-right: 21px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 0
}

.wellreceived .icon-list li:nth-of-type(8n) {
    margin-right: 0
}

.wellreceived .icon-list li.active,
.wellreceived .icon-list li:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .5);
    box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .5);
    border: 1px solid #edf4fa
}

.wellreceived .icon-list li img {
    width: 100%;
    height: 100%
}

.wellreceived .case-list {
    margin: 80px auto 0;
    height: 478px !important;
    position: relative
}

.wellreceived .case-list .list {
    width: 100%
}

.wellreceived .case-list .case-item {
    display: inline-block;
    width: 380px !important;
    margin-right: 24px;
    margin-bottom: 40px;
    height: 438px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #edf4fa;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.wellreceived .case-list .case-item .img {
    display: block;
    width: 320px;
    height: 202px;
    position: relative
}

.wellreceived .case-list .case-item p {
    font-weight: 500;
    color: #3d4042;
    line-height: 27px;
    font-size: 18px;
    margin-top: 25px
}

.wellreceived .case-list .case-item span {
    display: block;
    font-size: 14px;
    color: #676c70;
    line-height: 21px;
    margin-top: 10px
}

.wellreceived .case-list .case-item .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px
}

.wellreceived .case-list .case-item .flex .customer-icon {
    display: block;
    width: 140px;
    height: 40px
}

.wellreceived .case-list .case-item .flex .scale {
    font-size: 14px;
    color: #a1aab3;
    line-height: 14px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.wellreceived .case-list .case-item:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .7);
    box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .7);
    border: 1px solid #edf4fa;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.wellreceived .case-list .btn {
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
    border-radius: 50%;
    position: absolute;
    text-align: center;
    line-height: 60px;
    cursor: pointer
}

.wellreceived .case-list .btn .icon {
    vertical-align: middle;
    font-size: 25px
}

.wellreceived .case-list .btn:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .08)
}

.wellreceived .case-list .leftBtn {
    left: -90px;
    top: 0;
    bottom: 0;
    margin: auto
}

.wellreceived .case-list .leftBtn .rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wellreceived .case-list .rightBtn {
    right: -90px;
    margin: auto
}

.howtousexgj {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #42aaff;
    line-height: 1;
    text-align: center
}

.howtousexgj i {
    border-color: #42aaff;
    margin-left: 6px
}

.diversity-services {
    margin-top: 160px
}

.diversity-services .services {
    margin-top: 48px
}

.diversity-services .services .services-item {
    width: 572px;
    height: 160px;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f5fbff));
    background: -webkit-linear-gradient(bottom, #fff 0, #f5fbff 100%);
    background: linear-gradient(360deg, #fff 0, #f5fbff 100%);
    float: left;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.diversity-services .services .services-item:first-child {
    margin-right: 44px
}

.diversity-services .services .services-item p {
    font-size: 20px;
    font-weight: 500;
    color: #3d4042;
    line-height: 1;
    margin-top: 41px
}

.diversity-services .services .services-item span {
    display: block;
    width: 380px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #676c70;
    line-height: 22px
}

.diversity-services .services .services-item.bg1 {
    background: url(../images/success.png) center center no-repeat;
    background-size: cover
}

.diversity-services .services .services-item.bg2 {
    background: url(../images/specialSel.png) center center no-repeat;
    background-size: cover
}

.diversity-services .services .services-item .icon-vip {
    background: url(../images/vip.png) center center no-repeat;
    display: inline-block;
    width: 38px;
    height: 25px;
    background-size: contain;
    vertical-align: text-bottom;
    margin-left: 10px
}

.diversity-services .services .bg1:hover {
    background: url(../images/successSelected.png) center center no-repeat;
    background-size: cover
}

.diversity-services .services .bg2:hover {
    background: url(../images/specialSeled.png) center center no-repeat;
    background-size: cover
}

.solveway .solveway-list {
    margin-top: 48px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.solveway .solveway-list .solveway-item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 178px;
    overflow: hidden;
    height: 310px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #edf4fa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.solveway .solveway-list .solveway-item .front {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    line-height: 1;
    height: 100%
}

.solveway .solveway-list .solveway-item .front .bg {
    width: 136px;
    height: 102px;
    background: #4399ff;
    display: inline-block;
    margin-top: 40px
}

.solveway .solveway-list .solveway-item .front .bg.bg1 {
    background: url(../images/icon1.png) center center no-repeat;
    background-size: contain
}

.solveway .solveway-list .solveway-item .front .bg.bg2 {
    background: url(../images/icon2.png) center center no-repeat;
    background-size: contain
}

.solveway .solveway-list .solveway-item .front .bg.bg3 {
    background: url(../images/icon3.png) center center no-repeat;
    background-size: contain
}

.solveway .solveway-list .solveway-item .front .bg.bg4 {
    background: url(../images/icon4.png) center center no-repeat;
    background-size: contain
}

.solveway .solveway-list .solveway-item .front .bg.bg5 {
    background: url(../images/icon7.png) center center no-repeat;
    background-size: contain
}

.solveway .solveway-list .solveway-item .front .bg.bg6 {
    background: url(../images/icon6.png) center center no-repeat;
    background-size: contain
}

.solveway .solveway-list .solveway-item .front span {
    display: block;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
    padding: 0 24px;
    color: #a1aab3
}

.solveway .solveway-list .solveway-item .side {
    background: url(../images/omnibearingbj.png) center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .5);
    box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .5);
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.solveway .solveway-list .solveway-item:hover .front {
    opacity: 0
}

.solveway .solveway-list .solveway-item:hover .side {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1
}

.solveway .solveway-list .solveway-item:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .7);
    box-shadow: 0 2px 8px 0 rgba(230, 241, 250, .7);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.news {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center
}

.news .news-con {
    font-size: 16px;
    font-weight: 400;
    color: #3d4042;
    line-height: 24px;
    line-height: 30px
}

.news .news-con img {
    display: inline-block;
    width: 80px;
    height: 20px;
    vertical-align: middle;
    font-size: 0
}

.news .news-con .news-contDetail {
    margin-left: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #3d4042;
    line-height: inherit;
    margin-right: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: none
}

.news .news-con .news-contDetail.active,
.news .news-con a {
    display: inline-block
}

.news .news-con a {
    font-size: 14px;
    font-weight: 400;
    color: #42aaff;
    line-height: 14px;
    cursor: pointer
}

.news .news-con a i {
    border-color: #42aaff
}

.index .title {
    text-align: center;
    font-size: 34px;
    color: #3d4042;
    font-weight: 500;
    line-height: 1
}

.index_div {
    position: relative;
    padding: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
    border-radius: 5px 15px;
    box-sizing: content-box;
}
.index_div button {
    background-color: transparent;
    cursor: pointer;
}
.index_div li a {
    color: #fff;
    padding-left: 22px;
    background: url(../images/play.png) left center / 15px no-repeat;
}
.index_div li a:hover {
    color: red;
}
.video-box {
    height: 600px;
    position: relative;
    padding-top: 30px;
}
.video-title {
    text-align: center;
    color: #FE3549;
    font-size: 22px;
    margin-top: -10px;
}
.text-center {
    text-align: center;
    position: relative;
}
#header1, #header3 {
    background: url(../images/list-bg.png) center center no-repeat;
    background-size: cover;
}
#header1 {
    position: absolute;
    height: 470px;
    width: 200px;
    border: 5px solid #F5F6F7;
    z-index: 46;
    left: 0;
    top: 65px;
}

#header2 {
    position: absolute;
    height: 350px;
    width: 580px;
    border: 5px solid #F5F6F7;
    z-index: 46;
    left: 290px;
    top: 90px;
}

#header3 {
    position: absolute;
    height: 470px;
    width: 200px;
    border: 5px solid #F5F6F7;
    z-index: 46;
    top: 65px;
    right: 0;
}

#header4 {
    position: absolute;
    height: 15px;
    width: 250px;
    z-index: 46;
    top: 472px;
    left: 226px;
}

.video-title > span{
    padding-left: 40px;
    background: url(../images/video.png) left center/30px no-repeat;
}

@-webkit-keyframes electricity {
    0% {
        left: 0;
        width: 100%
    }

    100% {
        left: 101%;
        width: 0
    }
}

@keyframes electricity {
    0% {
        left: 0;
        width: 100%
    }

    100% {
        left: 101%;
        width: 0
    }
}