.index-page {
    width: 100%;
    overflow: hidden;
}

.header-one-right ul li.nav-item.active i {
    display: inline-block;
}


/*动画定义*/

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes maps {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(.5, .5)
    }

    100% {
        opacity: 0.4;
        -webkit-transform: scale(1)
    }
}

@keyframes maps {
    0% {
        -webkit-transform: scale(.5, .5)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes maps {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(.5, .5)
    }

    100% {
        opacity: 0.4;
        -webkit-transform: scale(1)
    }
}

@-ms-keyframes maps {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(.5, .5)
    }

    100% {
        opacity: 0.4;
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes mapsmall {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(.5, .5)
    }

    100% {
        opacity: 0.4;
        -webkit-transform: scale(2)
    }
}

@keyframes mapsmall {
    0% {
        -webkit-transform: scale(.5, .5)
    }

    100% {
        -webkit-transform: scale(2)
    }
}

@-moz-keyframes mapsmall {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(.5, .5)
    }

    100% {
        opacity: 0.4;
        -webkit-transform: scale(2)
    }
}

@-ms-keyframes mapsmall {
    0% {
        opacity: 0.4;
        -webkit-transform: scale(.5, .5)
    }

    100% {
        opacity: 0.4;
        -webkit-transform: scale(2)
    }
}

@-webkit-keyframes pointDown {
    0% {
        top: -5px;
    }

    100% {
        top: -2px;
    }
}

@keyframes pointDown {
    0% {
        top: -5px;
    }

    100% {
        top: -2px;
    }
}

@-moz-keyframes pointDown {
    0% {
        top: -5px;
    }

    100% {
        top: -2px;
    }
}

@-ms-keyframes pointDown {
    0% {
        top: -5px;
    }

    100% {
        top: -2px;
    }
}


/* 首页导航栏*/

header.back-f1 {
    /* background: transparent; */
    z-index: 99;
}

.header-one-right>ul>li>a {
    color: #282828;
}

.flow-header-container.toptwo>.header-one-right>ul>li.nav-item:hover {
    background: transparent;
}

.flow-header-container.toptwo>.header-one-right>ul>li.nav-item:hover a {
    font-weight: bolder;
}


.account-sel:before {
    content: '';
    width: 18px;
    height: 10px;
    background: url(../img/guzhi/triangle@2x.png) no-repeat;
    display: block;
    margin: 0 auto;
    top: -10px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
}

.flow-header-container.toptwo>.header-one-right>ul>li.active>a {
    font-weight: normal;
    color: #282828;
}


/* .flow-header-container.toptwo>.header-one-right>ul>li.active:after {
    content: '';
    width: 17px;
    height: 1px;
    border-bottom: 1px #fff solid;
    position: absolute;
    top: 59px;
    margin-left: -23px;
} */

.flow-header-container.toptwo>.header-one-right>ul>li.nav-item:hover a {
    font-weight: normal;
    /* color: #4393ff; */
}


/*官网4.0 banner轮播*/

.index-page .slideBox.banner-container {
    height: 450px;
    position: relative;
}

.slideBox.banner-container .hd {
    position: absolute;
    right: 50%;
    z-index: 2;
    padding: 15px;
    bottom: 5px;
    margin-right: -91px;
}

.slideBox.banner-container .hd ul li {
    float: left;
    width: 44px;
    height: 4px;
    background: #C3C3C3;
    /* opacity: 0.3; */
    margin-right: 10px;
    z-index: 333;
    cursor: pointer;
    border-radius: 15px;
}

.slideBox.banner-container .hd ul li:last-of-type {
    margin-right: 0;
}

.slideBox.banner-container .hd ul li.on {
    opacity: 1;
    background-color: #004DE1;
}

.slideBox.banner-container .bd {
    position: relative;
    overflow: hidden;
}

.slideBox.banner-container .bd ul.bd-container {
    height: 100%;
    overflow: hidden;
    min-width: 1200px;
    width: 100% !important;
}

.slideBox.banner-container .bd ul.bd-container>li {
    min-width: 1200px;
    width: 100% !important;
    height: 450px;
}

.slideBox.banner-container .bd ul.bd-container>li:nth-child(1) {
    background: url(../img/index4.0/bdess.jpg) center center no-repeat;
    background-size: cover;
}

.slideBox.banner-container .bd ul.bd-container>li:nth-child(2) {
    background: url(../img/index4.0/manjuAI.jpg) center center no-repeat;
    background-size: cover;
}

.slideBox.banner-container .bd ul.bd-container>li:nth-child(3) {
    background: url(../img/index4.0/hewlettBP.jpg) center center no-repeat;
    background-size: cover;
}

.slideBox.banner-container .bd ul.bd-container>li:nth-child(4) {
    background: url(../img/index4.0/hewlettDV.jpg) center center no-repeat;
}

.verticalCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.verticalCenter>div,
.hewlettBP>div {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.manjuAI>p:nth-of-type(1) {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 22px;
}

.manjuAI>ul li {
    margin-bottom: 14px;
}

.manjuAI>ul li span {
    font-size: 16px;
    color: #FFFFFF;
}

.manjuAI>ul li img {
    vertical-align: middle;
    margin-right: 5px;
}

.hewlettBP>div>p:first-child {
    font-size: 50px;
    font-weight: bold;
    margin-top: 122px;
}

.hewlettBP>div>p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 400;
    margin-top: 24px;
}

.hewlettBP>div a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #004FFF;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-top: 38px;
    color: #fff;
}

.hewlettBP>div a:hover {
    background: #0242cf;
}

.hewlettDVExample {
    background: transparent !important;
    color: #004FFF !important;
    margin-left: 20px;
    border: 1px #004FFF solid;
}

.hewlettDVExample:hover {
    background: #0242cf !important;
    color: #FFF !important;
}

.toDesBtn {
    width: 200px;
    height: 45px;
    cursor: pointer;
    position: relative;
    /* box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%); */
    transition: all 0.1s ease;
}

.toDesBtn a {
    position: absolute;
    z-index: 1;
}


/* .toDesBtn:before, .toDesBtn:after {
    content: "";
    position: absolute;
    top: 33px;
    left: -2px;
    background: linear-gradient( 45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000 );
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: animate 20s linear infinite;
    -webkit-animation: animate 20s linear infinite;
}

.toDesBtn:after {
    filter: blur(20px);
} */

@keyframes animate {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.slideBox.banner-container .bd ul.bd-container>li .specialization {
    width: 1200px;
    margin: 0 auto;
    padding-top: 106px;
}

.slideBox.banner-container .bd ul.bd-container>li .specialization p:nth-of-type(1) {
    font-size: 36px;
    font-weight: bold;
    color: #282828;
    line-height: 49px;
}

.slideBox.banner-container .bd ul.bd-container>li .specialization p:nth-of-type(2) {
    width: 420px;
    font-size: 51px;
    font-weight: bold;
    color: #282828;
    line-height: 62px;
    margin: 19px 0 44px 0;
}

.slideBox.banner-container .bd ul.bd-container>li .specialization p img {
    width: 21px;
    vertical-align: middle;
}

.slideBox.banner-container .bd ul.bd-container>li .specialization p span i {
    font-size: 18px;
    font-weight: bold;
    color: #006EFD;
    line-height: 12px;
}

.slideBox.banner-container .bd ul.bd-container>li .specialization p span:nth-of-type(1),
.slideBox.banner-container .bd ul.bd-container>li .specialization p span:nth-of-type(2) {
    margin-right: 45px;
}

.slideBox.banner-container .bd ul.bd-container>li .turing {
    width: 1200px;
    margin: 0 auto;
    padding-top: 106px;
}

.slideBox.banner-container .bd ul.bd-container>li .turing p:first-child {
    font-size: 50px;
    font-weight: bold;
    color: #282828;
}

.slideBox.banner-container .bd ul.bd-container>li .turing p:nth-of-type(2) {
    font-size: 68px;
    font-weight: bold;
    color: #282828;
    margin: 27px 0 29px;
}

.slideBox.banner-container .bd ul.bd-container>li .turing p:nth-of-type(3) {
    font-size: 40px;
    font-weight: 400;
    color: #282828;
}

.slideBox.banner-container .bd ul.bd-container>li #activity {
    width: 1167px;
    height: 43px;
    margin: 0 auto;
    padding-top: 370px;
    /* position: absolute;
    bottom: 250px;
    left: 19%; */
    color: #fff;
    /* text-align: center; */
    line-height: 43px;
    font-size: 20px;
}

.slideBox.banner-container .bd ul.bd-container>li #activity font {
    width: 34px;
    height: 43px;
    background: #607EE1;
    margin: 0 5px;
    font-size: 20px;
    color: #E3B423;
    display: inline-block;
    text-align: center;
}

.slideBox.banner-container .banner-desc {
    display: table;
    width: 1100px;
    padding: 0 50px;
    position: absolute;
    right: 50%;
    margin-right: -600px;
    height: 100%;
    z-index: 1;
    box-sizing: content-box;
}

.banner_content {
    /* position: relative; */
    height: 100%;
}

.banner_content>div:first-child {
    position: absolute;
    left: 0;
    margin-top: 114px;
}

.banner_content>div:last-child {
    position: absolute;
    right: 0;
    margin-top: 66px;
    width: 305px;
    background: rgb(26, 82, 193, .3);
    padding: 40px 45px;
    box-sizing: content-box;
}

.banner_content h1 {
    font-size: 68px;
    font-weight: bold;
    color: #282828;
    margin: 0;
    margin-bottom: 20px;
}

.banner_content div:first-child p {
    font-size: 20px;
    font-weight: 400;
    color: #282828;
    line-height: 36px;
}

.banner_content div:first-child p:nth-of-type(4) {
    margin-bottom: 57px;
}

.banner_content div:first-child p:last-child {
    font-size: 30px;
    font-weight: bold;
    color: #282828;
}

.banner_content>div:last-child p {
    margin-bottom: 31px;
}

.banner_content>div:last-child p span:first-child {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 18px;
}

.banner_content>div:last-child p span:last-child {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 11px;
}

.banner_content>div:last-child>ul>li {
    margin-bottom: 21px;
    position: relative;
}

.banner_content>div:last-child ul input {
    width: 292px;
    height: 35px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    padding-left: 12px;
    outline: none;
}

.banner_content>div:last-child ul .proposedListing {
    width: 292px;
    height: 35px;
}

.banner_content>div:last-child ul .combo-select {
    border: none;
}

.banner_content>div:last-child ul .combo-select input {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.banner_content>div:last-child ul .combo-select .combo-marker {
    text-decoration: none;
}

.myModa .myAlertBox,
.myModa .myAlertBox .btn {
    box-sizing: content-box;
}


/* 滚动条样式 */

.combo-dropdown::-webkit-scrollbar {
    width: 13px;
    height: 4px;
}

.combo-dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.combo-dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.banner_content>div:last-child ul .verify_code input,
.banner_content>div:last-child ul .verify_picture input {
    width: 141px;
}

.banner_content>div:last-child ul .verify_code span {
    width: 137px;
    height: 35px;
    line-height: 35px;
    background: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: -5px;
    margin-left: 14px;
    cursor: pointer;
}

.banner_content>div:last-child ul .verify_picture img {
    width: 79px;
    height: 35px;
    vertical-align: middle;
    margin-left: 14px;
    margin-top: -5px;
}

.banner_content>div:last-child ul .verify_picture span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.banner_content>div:last-child ul i {
    position: absolute;
    color: red;
    display: none;
}

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

::-webkit-input-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

.banner_content>div:last-child button {
    width: 304px;
    height: 50px;
    line-height: 50px;
    background: #1F45FF;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}


/*心流头条*/

.headelines-main ul>li>a>span:first-of-type {
    color: #585858;
    font-size: 14px;
    border-right: 1px solid #999999;
    padding-right: 7px;
}

.headelines-main ul>li>a>span:last-of-type {
    color: #282828;
    font-size: 14px;
    padding-left: 10px;
}

.index-part {
    overflow: hidden;
}

.tit-con {
    overflow: hidden;
    width: 1200px;
    margin: 38px auto 32px;
    position: relative;
    /*opacity: 0;*/
}

.tit-con span {
    float: left;
    font-size: 16px;
    line-height: 16px;
    color: #0478FC;
    /*font-weight: bold;*/
}

.tit-con>a {
    font-size: 14px;
    color: #282828;
    line-height: 16px;
    /*float: right;*/
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.headlines-sort li {
    width: calc(25% - 1px);
    height: 100%;
    float: left;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .12);
}

ul.headlines-sort li:last-child {
    border-right: none;
}

ul.headlines-sort li img {
    width: 53px;
    height: 61px;
    margin-right: 15px;
    vertical-align: middle;
}

ul.headlines-sort li span {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 107px;
}


/*运营手段*/

.ope-means {
    background: #F4F7FA;
    height: 785px;
    box-sizing: border-box;
    padding-top: 68px;
}

p.headline {
    font-size: 28px;
    text-align: center;
    color: #282828;
    line-height: 1;
    margin-bottom: 53px;
}

div.service-main {
    width: 1200px;
    margin: 0 auto;
}

.service-sort li.service-block {
    display: inline-block;
    width: 424px;
    height: 408px;
    position: relative;
    margin-top: 100px;
    margin-right: -6px;
    top: 0;
    vertical-align: top;
    transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
}

.service-sort li.service-block.active {
    width: 780px;
    height: 566px;
    z-index: 7;
    top: -100px;
    transition: top 0.4s cubic-bezier(0.28, -0.01, 0.41, 1);
}

.service-sort li.service-block>div.service-brief {
    position: absolute;
    opacity: 1;
    z-index: 5;
    width: 424px;
    height: 408px;
    background-color: #FFF;
    box-shadow: 0px 7px 13px 3px rgba(4, 120, 252, 0.07);
    box-sizing: border-box;
    padding: 40px 65px 50px 58px;
}

.service-sort li.service-block>div.service-detail {
    position: relative;
    width: 780px;
    height: 566px;
    opacity: 0;
    z-index: 2;
    background-color: #FFF;
    /*box-shadow: 0 0 20px #b7b7b7;*/
    box-shadow: 0px 7px 13px 3px rgba(4, 120, 252, 0.07);
    box-sizing: border-box;
}

.service-sort li.service-block.active>div.service-brief {
    opacity: 0;
    z-index: 2;
}

.service-sort li.service-block.active>div.service-detail {
    opacity: 1;
    z-index: 5;
}

.service-block .group .service-tit {
    overflow: hidden;
}

.service-block .group .service-tit span:first-of-type {
    font-size: 26px;
    margin-right: 25px;
}

.service-block .group .service-tit span:last-of-type {
    font-size: 20px;
}

.service-block .service-detail div.service-tit {
    padding-left: 50px;
    height: 100px;
    color: #FFFFFF;
    line-height: 100px;
    background: #0478FC;
    margin-bottom: 28px;
}

.service-block .service-brief div.service-tit {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 36px;
}

.service-block .service-brief div.service-tit span:first-of-type {
    color: #282828;
    line-height: 1;
}

.service-block .service-brief div.service-tit span:last-of-type {
    display: block;
    color: #585858;
    line-height: 1;
    margin: 18px 0 24px;
}

.detail-item {
    padding: 0 50px;
}

.group p.service-title {
    font-size: 18px;
    color: #282828;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.group p.service-title>img {
    position: absolute;
    left: 0;
}

.service-detail p.service-title {
    padding-left: 59px;
    margin-bottom: 14px;
}

.service-brief p.service-title {
    padding-left: 53px;
    margin-bottom: 28px;
}

.service-detail ul.item-detail {
    padding-left: 59px;
    margin-bottom: 30px;
    overflow: hidden;
}

.service-sort li.service-block:last-of-type .service-detail ul.item-detail {
    /*width: 435px;*/
}

.service-detail ul.item-detail li {
    float: left;
    font-size: 14px;
    color: #585858;
    line-height: 1;
}

.service-sort li.service-block:last-of-type .service-detail .detail-item li:nth-child(1) ul li {
    margin-right: 60px;
}

.service-sort li.service-block:last-of-type .service-detail .detail-item li:nth-child(2) ul li {
    /*margin-right: 42px;*/
    margin-right: 60px;
}

.service-sort li.service-block:last-of-type .service-detail .detail-item li:nth-child(3) ul li {
    min-width: 100px;
    /*margin-right: 20px;*/
    margin-right: 60px;
}

.service-sort li.service-block:last-of-type .service-detail .detail-item li:nth-child(3) ul li:nth-child(-n+3) {
    margin-bottom: 10px;
}

.service-sort li.service-block:last-of-type .service-detail .detail-item li ul li:last-of-type {
    margin-right: 0;
}

.service-sort li.service-block:first-of-type .service-detail .detail-item li:nth-child(1) ul li {
    min-width: 130px;
    margin-right: 58px;
}

.service-sort li.service-block:first-of-type .service-detail .detail-item li:nth-child(1) ul li:nth-child(-n+3) {
    margin-bottom: 10px;
}

.service-sort li.service-block:first-of-type .service-detail .detail-item li:nth-child(2) ul li {
    margin-right: 56px;
}

.service-sort li.service-block:first-of-type .service-detail .detail-item li:nth-child(3) ul li {
    margin-right: 56px;
}

.service-detail ul.detail-item>li:nth-child(-n+2) {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 26px;
}

.service-detail .detail-item>li p.service-title>img.sele {
    opacity: 0;
}


/*.service-detail .detail-item>li:hover p.service-title>img.sele {
    opacity: 1;
}

.service-detail .detail-item>li:hover p.service-title>img:not(.sele) {
    opacity: 0;
}

.service-detail .detail-item>li:hover p.service-title {
    color: #0478FC;
}*/


/*.service-sort li.service-block:first-of-type .service-detail .detail-item li ul li:last-of-type{
	margin-right: 0;
}*/

.detail-item>li {
    overflow: hidden;
}

.service-detail a {
    display: block;
    margin: 15px auto;
    width: 140px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    border: 1px solid #282828;
    text-align: center;
    font-size: 14px;
    color: #282828;
}

.service-brief a {
    font-size: 16px;
    color: #999999;
    padding-left: 53px;
}

.service-brief a>span {
    margin-left: 20px;
}


/*地图 ，我们的客户遍布全球*/

.index-map {
    padding-top: 45px;
    background: #F3F7F9;
}

.map {
    width: 1009px;
    height: 401px;
    margin: 0 auto 71px;
    position: relative;
    background: url(../img/index4.0/map@2x.png) no-repeat;
    background-size: 1009px 401px;
}

.map>div {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
}

.map-point {
    width: 7px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
}

.map-point-1 {
    /* width: 68px;
    height: 38px; */
    width: 0;
    height: 0;
    position: absolute;
    top: -36px;
    right: 0;
    bottom: 0;
    left: -29px;
    background: linear-gradient(0deg, #18F4F5, #0478FC);
    opacity: 0.27;
    border-radius: 50%;
    /* animation-name: bloop;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-delay: 1s; */
}

@keyframes bloop {
    0% {
        width: 26px;
        height: 16px;
        opacity: .4;
        top: -21px;
        left: -10px;
    }

    100% {
        width: 68px;
        height: 38px;
        top: -36px;
        left: -30px;
        opacity: 0;
    }
}

@keyframes bloop2 {
    0% {
        width: 26px;
        height: 16px;
        opacity: .4;
        top: -22px;
        left: -10px;
    }

    100% {
        width: 68px;
        height: 38px;
        top: -37px;
        left: -30px;
        opacity: 0;
    }
}

.map-point-2 {
    width: 8px;
    height: 88px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(4, 103, 252, 0.23), rgba(4, 103, 252, 0.73));
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    top: 88px;
}

.map-point-3 {
    height: 88px;
    border-radius: 4px;
    margin-top: -15px;
    margin-left: 0px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.map-point.map-point-dot {
    /* width: 68px;
    height: 38px; */
    width: 0;
    height: 0;
    background: linear-gradient(0deg, #18F4F5, #0478FC);
    opacity: 0.27;
    border-radius: 50%;
    z-index: 50;
    top: -37px;
    left: -29px;
    /* animation-name: bloop2;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-delay: 0s; */
}

span.map-area {
    width: 94px;
    font-size: 14px;
    font-weight: bold;
    color: #282828;
    line-height: 36px;
    position: absolute;
    top: -67px;
}

span.map-area.area-right {
    left: 19px;
    text-align: left;
}

span.map-area.area-left {
    right: 21px;
    text-align: right;
}

span.map-area.area-center {
    right: -44px;
    text-align: center;
}

.map-window {
    width: 190px;
    height: 36px;
    background: url(../img/index4.0/point-xian@2x.png) right top no-repeat;
    display: none;
}

.window-right {
    position: absolute;
    right: 11px;
    top: 7px;
}

.window-item {
    width: 126px;
    height: 36px;
    background: #0478FC;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 36px;
}

.window-item>span {
    margin: 0 5px;
    margin-top: -1.5px;
}


/*
.map>div:hover .map-window {
    display: block;
} */


/* .map>div:hover .map-point-2 {
    width: 19px;
    height: 24px;
    margin-left: -6px;
    margin-top: -21px;
    background: url(../img/index4.0/map-up.png);
} */


/* .map>div:hover:hover .map-point-2:before {
    content: '';
    position: absolute;
    left: 3px;
    border-right: 0;
    border-bottom: 0;
    width: 14px;
    border-top: 0;
    height: 19px;
    top: -3px;
    background: url(../img/index4.0/map-down@2x.png) no-repeat;
    animation: pointDown 500ms ease-in-out 0ms infinite alternate;
}

.map>div:hover:hover .map-point-2:after {
    display: none;
} */


/*合作伙伴*/

.partner-container {
    padding-top: 69px;
    /*background: #F4F7FA;*/
    padding-bottom: 69px;
}


/* ul.partner {
    overflow: hidden;
    width: 1165px;
    margin: 0 auto 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

div.partner {
    overflow: hidden;
    width: 1165px;
    margin: 0 auto 14px;
}

div.partner ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


/*ul.partner>li{
	float: left;
}*/

.partner-container div.partner ul>li {
    /* width: 230px; */
    /* float: left; */
    width: 270px;
    /* height: 50px; */
    margin: 0 26px 26px 0;
    /* display: table; */
}


/* .partner-container div.partner ul>li:nth-child(4n) {
    margin-right: 0;
} */

.partner-container div.partner ul>li>div {
    display: table-cell;
    vertical-align: middle;
    /* display: block; */
}

.partner-container div.partner ul>li a {
    display: block;
    margin-bottom: 26px;
    height: 50px;
}

.partner-container div.partner ul>li a>img {
    display: block;
    margin: 0 auto;
}

.partner-container div.partner ul>li a>img.seles {
    display: none;
}


/* .partner-container div.partner ul>li a>img:not(.seles) {
    display: none;
} */


/* .partner-container div.partner ul>li a>img:not(.seles):hover {
    display: none;
}
.partner-container div.partner ul>li a:hover img.seles{
    display: block;
} */


/*新闻资讯*/

.index-news {
    padding-top: 70px;
    padding-bottom: 50px;
}

.news>ul {
    overflow: hidden;
}

.news>ul {
    width: 1222px;
    padding: 10px 10px 0;
    margin: 0 auto;
}

.news>ul>li {
    width: 398px;
    /*height: 340px;*/
    height: 300px;
    box-sizing: border-box;
    padding: 11px;
    margin-right: 14px;
    float: left;
    margin-bottom: 50px;
}

.news>ul>li:last-of-type {
    margin-right: 0;
}

.news>ul>li>div {
    position: relative;
}

.news>ul>li img {
    display: block;
    width: 376px;
    /*height: 240px;*/
    height: 200px;
}

.news>ul>li>div>a>div {
    /*position: relative;
	bottom: 40px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, .5);
}

.news>ul>li>div>a>div>p {
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 10px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news>ul>li>a {
    color: #282828;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 16px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 376px;
    box-sizing: border-box;
}

.news>ul>li>a:hover {
    color: #0478FC;
}

.news>ul>li:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgba(125, 185, 254, .2);
}

.btn {
    display: block;
    box-sizing: border-box;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #282828;
    text-align: center;
    border: 1px solid #282828;
}

.marginAuto {
    margin: 0 auto;
}

.btn:hover {
    background: #0478FC;
    color: #FFFFFF;
    border-color: #0478FC;
}


/*.guide-img {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    background: url(../img/banner.jpg) no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: -1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}*/


/*.index-guide-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: table;
}*/


/*.guide-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .7);
}

.guide-masks:after {
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .08);
}*/


/*.index-ban-tit {
    font-size: 71px;
    margin-bottom: .45em;
    font-weight: bold;
    color: #fff;
    margin-left: 4.25%;
    line-height: 1;
    letter-spacing: 6px;
}*/


/*.index-guide-container>div.header-tip>div>p:first-of-type {
    font-size: 30px;
    color: #fff;
    height: 23px;
    line-height: 23px;
    margin-left: 4.25%;
    letter-spacing: 1px;
}



.index-guide-container>div.header-tip>div>p:last-of-type {
    font-size: 43px;
    color: #fff;
    margin: 1.51em 0 2.53em 4.25%;
    line-height: 1;
}*/


/*.index-guide-container>div.header-tip>div>button#toGuzhi {
    width: 240px;
    height: 64px;
    border-radius: 6px;
    background: #4393FF;
    margin-left: 4.1%;
    font-size: 26px;
    color: #fff;
    letter-spacing: 12px;
    cursor: pointer;
    font-weight: bold;
}*/


/*.index-guide-container>div.header-tip>div>button#toGuzhi>img {
    display: block;
    margin: 0 auto;
}

.index-guide-container>button>img {
    height: 34px;
    width: 220px;
}*/


/* 以下屏*/


/*p.headline {
    margin: 20px 0;
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.flow-index-desc p.headline {
    margin: 73px 0 17px 0;
}

.flow-index-desc p.headline {
    color: rgba(255, 255, 255, 1);
    line-height: 1;
}*/

div.xian {
    display: none;
    width: 183px;
    height: 10px;
    margin: 0 auto;
    background: url(../img/xian@3x.png) center center;
    background-size: 100% 100%;
}

.flow-index-desc div.xian {
    display: block;
}

.flow-index-desc>div {
    position: relative;
}

.flow-index-desc>div>p:last-of-type {
    margin-top: 37px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.flow-index-desc {
    height: 232px;
    overflow: hidden;
    position: relative;
}

.flow-index-desc>div.index-desc-mask {
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .16);
}

.index-banner-container {
    width: 100%;
    /*height: 460px;*/
    text-align: center;
    color: #0a0a0a;
}

.index-other .index-banner-container>ul>li {
    /*height: 364px;*/
    height: 373px;
}

.index-other .index-banner-container>ul {
    margin: 50px auto;
    /*height: 364px;*/
    height: 373px;
}

.index-other .index-banner-container>ul>li {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, .08);
}

.index-other .index-banner-container>ul>li>div:first-of-type {
    /*height: 150px;*/
    height: 221px;
    /*background: #2F3130;*/
    background: #FFFFFF;
    position: relative;
}


/*.index-other .index-banner-container>ul>li>div:first-of-type>img{
	height: 140px;
    margin: 36px auto 21px;
}*/

.index-other .index-banner-container>ul>li>div:first-of-type>img {
    height: 140px;
    margin: 36px auto 21px;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    -ms-transition: all 2s linear;
    transition: all 2s linear;
}

.index-other .index-banner-container>ul>li:hover img {
    /*transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-moz-transform: rotate(360deg);		*/
    animation: spin 200ms linear;
    animation: spin 200ms linear;
    -webkit-animation: spin 200ms linear;
    -moz-animation: spin 200ms linear;
    -o-animation: spin 200ms linear;
}

.index-other .index-banner-container>ul>li>div:first-of-type>p {
    /*color: #FFFEFE;
	font-size: 16px;*/
    font-size: 18px;
    color: #282828;
    font-weight: bold;
}

.index-other .index-banner-container>ul>li>div:last-of-type {
    height: 133px;
    /*background: #555756;*/
    /*padding-top: 40px;*/
    padding-top: 20px;
    position: relative;
}

.index-other .index-banner-container>ul>li>div:last-of-type>p {
    font-size: 16px;
    /*color: #FEFEFE;*/
    color: #585858;
    line-height: 1.625;
}


/*.index-other .index-banner-container>ul>li:hover{
	height: 386px;
    top: -10px;
    position: relative;
    box-shadow: 0px 0px 20px #6b6b6b;
}*/


/*.index-other .index-banner-container>ul>li:hover div:first-of-type{
	padding-top: 10px;
    background: -webkit-linear-gradient(right,#E88F04,#FFC600);
    background: -o-linear-gradient(right,#E88F04,#FFC600);
    background: -moz-linear-gradient(right,#E88F04,#FFC600);
    background: linear-gradient(to right,#E88F04,#FFC600);
}*/


/*.index-other .index-banner-container>ul>li:hover div:last-of-type{
	padding-bottom: 10px;
	background: #fff;
}
.index-other .index-banner-container>ul>li:hover div:last-of-type>p{
	color: #0A0A0A;
}*/

.index-other .index-banner-container>ul>li.active {
    height: 381px;
    top: -4px;
    position: relative;
}

.index-other .index-banner-container>ul>li.active div:first-of-type {
    padding-top: 4px;
}

.index-other .index-banner-container>ul>li.active div:last-of-type {
    padding-bottom: 4px;
    background: #fff;
}

.index-other .index-banner-container>ul>li.active div:last-of-type>p {}

.index-container {
    background: #fff;
    overflow: hidden;
}

.index-container>ul {
    width: 1200px;
    margin: 0 auto;
}


/*.index-container>ul>li {
    float: left;
    width: 285px;
}*/

.index-container>ul.team>li {
    width: 228px;
    height: 400px;
    margin-right: 15px;
}

.index-container>ul.team>li:nth-child(5n) {
    margin-right: 0;
}

.index-container>ul.team>li:nth-child(n+6) {
    margin-top: 40px;
}

.index-container>ul>li:last-of-type {
    margin-right: 0px;
}

.index-container>ul>li>div {
    width: 100%;
    height: 400px;
    background: #fff;
}


/* 服务对象*/


/*.service-container {
    overflow: hidden;
}

.service {
    margin: 40px auto 50px;
    width: 100%;
    max-width: 2100px;
}

.swiper-slide {
    width: auto;
    height: 340px;
    font-size: 20px;
    color: #FFF;
}

.service-item {
    height: 86px;
    overflow: hidden;
    padding: 16px 15px 16px;
    position: relative;
    margin-top: 281px;
    background: rgba(0, 0, 0, .5);
}

.service-item>p {
    color: #fff;
    overflow: hidden;
}

.service-item>p:first-of-type {
    margin-bottom: 10px;
}

.service-item>p>label {
    font-size: 14px;
    line-height: 1.2;
    width: 70px;
    float: left;
}

.service-item>p>span {
    width: 185px;
    float: left;
    font-size: 14px;
    line-height: 1.42;
    height: 38px;
    overflow: hidden;
}



.service-item-two {
    padding: 107px 15px 0;
    margin-top: 0;
    height: 294px;
    width: 270px;
    background: rgba(46, 122, 215, .8);
}

.slideBox ul>li:hover a>div.service-item {
    transition: all .4s ease;
    transform: translate3d(0, -400px, 0);
}

.service-item-two>label {
    color: #FEFEFE;
    font-size: 24px;
    text-align: center;
    width: 100%;
    display: block;
}

.service-item-two>span {
    width: 42px;
    height: 2px;
    background: #FFFFFF;
    display: block;
    margin: 18px auto 17px;
}

.service-item.service-item-two>p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
    margin-bottom: 0;
}

.service-item .service-content p {
    height: 18px;
    line-height: 18px;
}

.service-item>div.service-content>label {
    font-size: 14px;
    float: left;
}

.service-item>div.service-content>p {
    font-size: 12px;
}*/


/* 地图*/

@keyframes fade {
    from {
        opacity: 1.0;
        -webkit-transform: scale(1)
    }

    25% {
        opacity: 0.6;
        -webkit-transform: scale(.6)
    }

    50% {
        opacity: 0.2;
        -webkit-transform: scale(.2)
    }

    75% {
        opacity: 0.6;
        -webkit-transform: scale(.4)
    }

    to {
        opacity: 1.0;
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
        -webkit-transform: scale(1)
    }

    25% {
        opacity: 0.6;
        -webkit-transform: scale(.6)
    }

    50% {
        opacity: 0.2;
        -webkit-transform: scale(.2)
    }

    75% {
        opacity: 0.6;
        -webkit-transform: scale(.4)
    }

    to {
        opacity: 1.0;
        -webkit-transform: scale(1)
    }
}

.map>div {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
}

.map>div>div.point {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background: 0 0;
}

.map>div>div.point-dot {
    position: relative;
    z-index: 50;
    top: 50%;
    margin-top: -6px;
    background-color: #4393ff;
    box-shadow: 0 0 10px rgba(0, 196, 226, .5);
}

.map>div>div.point-dot>span.area {
    position: absolute;
    top: -3px;
    display: block;
    max-width: 100px;
    min-width: 48px;
    font-size: 12px;
    color: #4393ff;
}

.map>div>div.point-dot>span.areaLeft {
    text-align: left;
    left: 28px;
}

.map>div>div.point-dot>span.areaRight {
    text-align: right;
    right: 21px;
}

.map>div>div.point-1,
.map>div>div.point-2 {
    width: 30px;
    height: 30px;
    margin-left: -10px;
    margin-top: -11px;
}

.map>div>div.point-dot>div.window.leftW {
    bottom: -5px;
    right: 10px;
    padding-right: 48px;
    background: url(../img/link01.png) right bottom no-repeat;
    display: none;
}

.map>div>div.point-dot>div.window.rightW {
    bottom: 3px;
    left: 10px;
    padding-left: 48px;
    background: url(../img/link01.png) left bottom no-repeat;
    display: none;
}

.map>div>div.point-dot>div.window {
    position: absolute;
    z-index: 51;
    width: 180px;
}

.map>div>div.point-dot>div.window>a.con {
    position: relative;
    display: block;
    width: 170px;
    cursor: default;
    background: url(../img/mapBack.png) center 5px no-repeat;
    padding-bottom: 5px;
    margin: 0 5px;
    height: 41px;
}

.map>div>div.point-dot>div.leftW>a.con {
    top: 13px;
}

.map>div>div.point-dot>div.rightW>a.con {
    top: 14px;
}

.map>div>div.point-dot>div.window>a.con>div.windowItem {
    width: 100%;
    height: 100%;
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 41px;
}

.map>div>div.point-dot>div.window>a.con>div.windowItem>span {
    margin: 0 5px;
}

.map>div>div.point-dot>div.window>a.con>i.ani {
    animation: run 2s ease-in-out;
    -webkit-animation: run 2s ease-in-out;
    -moz-animation: run 2s ease-in-out;
    -o-animation: run 2s ease-in-out;
}

.map>div>div.point-dot>div.window>a.con>i.lt {
    top: 0;
    left: -5px;
    border-top: 2px solid #4393ff;
    border-left: 2px solid #4393ff;
    position: absolute;
    display: block;
    width: 20px;
    height: 24px;
}

.map>div>div.point-dot>div.window>a.con>i.lb {
    bottom: -5px;
    left: -5px;
    border-bottom: 2px solid #4393ff;
    border-left: 2px solid #4393ff;
    position: absolute;
    display: block;
    width: 20px;
    height: 24px;
}

.map>div>div.point-dot>div.window>a.con>i.rt {
    top: 0;
    right: -5px;
    border-top: 2px solid #4393ff;
    border-right: 2px solid #4393ff;
    position: absolute;
    display: block;
    width: 20px;
    height: 24px;
}

.map>div>div.point-dot>div.window>a.con>i.rb {
    bottom: -5px;
    right: -5px;
    border-bottom: 2px solid #4393ff;
    border-right: 2px solid #4393ff;
    position: absolute;
    display: block;
    width: 20px;
    height: 24px;
}

.map>div>div.point-1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #4393ff;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 825ms infinite;
    -moz-animation: ripple 4.5s ease-out 825ms infinite;
    -o-animation: ripple 4.5s ease-out 825ms infinite;
    animation: ripple 4.5s ease-out 825ms infinite;
}

.map>div>div.point-2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #4393ff;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 1725ms infinite;
    -moz-animation: ripple 4.5s ease-out 1725ms infinite;
    -o-animation: ripple 4.5s ease-out 1725ms infinite;
    animation: ripple 4.5s ease-out 1725ms infinite;
}


/* 团队成员介绍*/

.team-main {
    width: 1200px;
    margin: 44px auto 53px;
    overflow: hidden;
    position: relative;
}

.team-main .tempWrap {
    margin: 0 auto;
}

ul.team {
    /*width: 1200px;*/
    margin: 0 auto;
    overflow: hidden;
}

ul.team li {
    width: 198px;
    padding: 0 9px;
}

.team-button {
    width: 25px;
    height: 45px;
    position: absolute;
    top: 83px;
}

.team-button.prev {
    left: 0;
    background: url(../img/teamer/1.png) no-repeat;
}

.team-button.next {
    right: 0;
    background: url(../img/teamer/2.png) no-repeat;
}

.team-button.prev:active,
.team-button.prev:hover {
    background: url(../img/teamer/4.png) no-repeat;
}

.team-button.next:active,
.team-button.next:hover {
    background: url(../img/teamer/3.png) no-repeat;
}

.team-container .team {
    margin-top: 33px;
    margin-bottom: 68px;
    padding: 10px 0;
}

.team-item img {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 auto;
}

.team-item p:first-of-type {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    margin-top: 15px;
    color: #121212;
}

.team-item>div {
    width: 20px;
    height: 2px;
    background: #4393ff;
    margin: 12px auto 8px;
}

.team-item p:last-of-type {
    text-align: center;
    font-size: 18px;
    color: #666666;
    line-height: 1;
}


/* 企业估值从增值开始*/

.index-page div.guzhi-container {
    width: 100%;
    position: relative;
    background: #1f1c1c;
}


/* 轮播图*/


/*.slide-container {
    width: 100%;
    background: #F1F1F1;
    overflow: hidden;
}

.slideBox {
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: #F1F1F1;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}



.slideBox ul>li {
    list-style: none;
    height: 100%;
    float: left;
    width: 300px;
    position: relative;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    width: 80px;
    height: 400px;
    top: 0;
    background: rgba(0, 0, 0, .7);
}

.slideBox .prev {
    left: 0;
}

.slideBox .next {
    right: 0;
}

.slideBox .next>span,
.slideBox .prev>span {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: .5;
}

.slideBox .next>span {
    left: auto;
    right: 50%;
    margin-right: -16px;
    background-position: 8px 5px;
}

.slideBox .prev>span {
    background-position: -110px 5px;
    left: 50%;
    margin-left: -16px;
}

.bd>ul {
    height: 100%;
}

.slide-item>div {
    height: 350px;
}

.slide-item a {
    display: block;
    height: 400px;
    overflow: hidden;
}
*/

.china-container {
    width: 130px;
    height: 100px;
    position: absolute;
    top: 132px;
    left: 345px;
}

.china-map {
    width: 600px;
    height: 400px;
    position: absolute;
    background: #333;
    border: 2px solid black;
    left: 130px;
    top: -120px;
    display: none;
}

.china-container:hover .china-map {
    display: block;
}


/* 动画*/

@-webkit-keyframes goto-animation {
    0% {
        bottom: 10px;
    }

    50% {
        bottom: 50px;
    }

    100% {
        bottom: 10px;
    }
}

@-moz-keyframes goto-animation {
    0% {
        bottom: 10px;
    }

    50% {
        bottom: 50px;
    }

    100% {
        bottom: 10px;
    }
}

@-o-keyframes goto-animation {
    0% {
        bottom: 10px;
    }

    50% {
        bottom: 50px;
    }

    100% {
        bottom: 10px;
    }
}

@keyframes goto-animation {
    0% {
        bottom: 10px;
    }

    50% {
        bottom: 50px;
    }

    100% {
        bottom: 10px;
    }
}

.grve-goto-section {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    font-size: 24px;
    animation: goto-animation infinite 2s;
    -webkit-animation: goto-animation infinite 2s;
    -moz-animation: goto-animation infinite 2s;
    -o-animation: goto-animation infinite 2s;
    color: #FFFFFF;
    margin-left: -25px;
    display: none;
}

.grve-goto-section i {
    background: url(../img/down@2x.png);
    width: 44px;
    height: 24px;
}


/*.header-tip {
    width: 100%;
    height: 100%;
    display: none;
    vertical-align: middle;
}*/


/*@media only screen and (max-width: 1366px) {
    .index-guide-container>div.header-tip>div>button#toGuzhi {
        width: 200px;
        height: 50px;
        border-radius: 6px;
        background: #4393FF;
        margin-left: 4.1%;
        font-size: 24px;
        color: #fff;
        letter-spacing: 5px;
        cursor: pointer;
        font-weight: bold;
    }
    .index-guide-container>div.header-tip>div>p:last-of-type {
        font-size: 28px;
        color: #fff;
        margin: 1.51em 0 2.53em 4.25%;
        line-height: 1;
    }
    .index-guide-container>div.header-tip>div>p:first-of-type {
        font-size: 22px;
    }
    .index-ban-tit {
        font-size: 48px;
    }
}*/

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1)
    }

    5% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes ripple {
    0% {
        opacity: 0;
        -moz-transform: scale(.1, .1)
    }

    5% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1)
    }
}

@-o-keyframes ripple {
    0% {
        opacity: 0;
        -o-transform: scale(.1, .1)
    }

    5% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -o-transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        -moz-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }

    5% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes run {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 40px;
        height: 48px
    }

    100% {
        width: 20px;
        height: 24px
    }
}

@-moz-keyframes run {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 40px;
        height: 48px
    }

    100% {
        width: 20px;
        height: 24px
    }
}

@-o-keyframes run {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 40px;
        height: 48px
    }

    100% {
        width: 20px;
        height: 24px
    }
}

@keyframes run {
    0% {
        width: 0;
        height: 0
    }

    50% {
        width: 40px;
        height: 48px
    }

    100% {
        width: 20px;
        height: 24px;
    }
}

.team-container {
    padding-top: 43px;
}

.team-container {
    background: url(../img/team-back.png) no-repeat;
    background-size: 100% 100%;
}

ul.team>li>div.team-item {
    box-shadow: rgba(219, 219, 219, .3) 0 6px 3px -3px;
}


/* 右侧机器人  */

#goTop {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #1459F4;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: fixed;
    z-index: 111;
    top: 463px;
    right: 21px;
    text-align: center;
    cursor: pointer;
}

#goTop img {
    position: relative;
    top: 3px;
}

.sidebarFeatures {
    width: 68px;
    position: fixed;
    z-index: 111;
    top: 438px;
    right: 19px;
    text-align: center;
    background: #1459F4;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.sidebarFeatures>div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
}

.sidebarFeatures span {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
}

.sidebarFeatures>div:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding: 10px 0 5px;
}

.sidebarFeatures>div:last-child {
    padding: 5px 0 8px;
}

.machine {
    width: 114px;
    position: fixed;
    top: 148px;
    right: 4px;
    z-index: 111;
    text-align: center;
    cursor: pointer;
}

.machine .introduce:hover+div {
    display: block;
}

.machine .introduce+div {
    display: none;
}

.machine .introduce {
    width: 98px;
    position: absolute;
    right: 0;
}

.machine .introduce p {
    width: 68px;
    padding: 13px 0;
    background: #1459F4;
    border-radius: 6px;
    text-align: center;
    position: relative;
    top: -21px;
    left: 14px;
}

.machine .introduce p i {
    width: 14px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
}

.greetSb {
    width: 222px;
    height: 77px;
    background: url(../img/index4.0/greetSb.png) center center no-repeat;
    background-size: contain;
    line-height: 18px;
    font-size: 12px;
    color: #282828;
    box-sizing: border-box;
    position: relative;
    top: -64px;
    right: 100px;
    padding: 15px 21px;
    text-align: justify;
}

.smallProgramCode {
    width: 190px;
    height: 180px;
    padding-right: 13px;
    background: url(../img/index4.0/dialogBox.png) center center no-repeat;
    background-size: contain;
    text-align: center;
    position: absolute;
    right: 71px;
    top: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.smallProgramCode img {
    width: 120px;
}


/* --------数据资产入表服务、了解产品、产品定价 */

.threeBroadCategories {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    border-right: 1px solid #D2D2D2;
}

.threeBroadCategories li {
    width: 401px;
    height: 65px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-right: none;
    box-sizing: border-box;
    padding: 0 29px;
    cursor: pointer;
}

.threeBroadCategories li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.threeBroadCategories li span {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
}

.threeBroadCategories li img {
    width: 16px;
    height: 12px;
    vertical-align: middle;
    display: none;
}

.threeBroadCategories li:hover span {
    color: #1459F4;
}

.threeBroadCategories li:hover img {
    display: block;
}


/* ----------数据资产入表服务、了解产品、产品定价 */


/* 3大投行系统 */

.investmentSystem {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.investmentSystem .videoAI {
    width: 700px;
}

.investmentSystem .videoAI .example-video {
    width: 100%;
    height: 409px;
    object-fit: cover;
}

.vjs-poster {
    background-size: 100% 100%;
}

.investmentSystem .videoAI p {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -3px;
}

.investmentSystem .videoAI p span {
    width: 50%;
    height: 45px;
    line-height: 45px;
    background: #1459F4;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.investmentSystem .videoAI p .videoActive {
    background: #0242cf;
}

.investmentSystem .videoAI p span:first-child {
    border-right: 1px solid #fff;
}

.investmentSystem .videoAI p span:hover {
    background: #0242cf;
}

.investmentSystem ul li {
    width: 480px;
    height: 138px;
    padding: 22px 30px;
    box-sizing: border-box;
    background-size: cover !important;
    margin-bottom: 20px;
}

.investmentSystem ul li:last-child {
    margin-bottom: 0;
}

.investmentSystem ul li>p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
}

.investmentSystem ul li>p:nth-child(2) {
    font-size: 14px;
    color: #282828;
    margin: 12px 0 10px;
}

.investmentSystem ul li a,
.investmentSystem ul li span {
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}


/* 3大投行系统 */