

/*首页banner051B3B*/

.indexBanner {
    width: 100%;
    height: 600px;
    background: #181d4b;
}

.topbox {
    width: 90%;
    max-width: 1200px;
    height: 550px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leftWord {
    color: #fff;
}

.leftWord > p:nth-child(1) {
    width: 65%;
    font-size: 42px;
    line-height: 70px;
}

.leftWord > p:nth-child(2) {
    font-size: 19px;
    margin-top: 20px;
}

.rightAnimal {
    width: 48%;
    z-index: 8;
}

.AnimalMap {
    width: 100%;
    position: relative;
}

.AnimalMap > img, .AnimalMap > div {
    opacity: 0;
}

.Topbanner > img, .rightAnimal img {
    width: 100%;
}

.centerFlat {
    position: absolute;
    top: 27%;
    width: 33.5%;
    right: 32%;
}

.topFlat {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 9%;
}

.topShadow {
    position: absolute;
    top: 34%;
    left: 21%;
    width: 9%;
}

.leftFlat {
    position: absolute;
    bottom: 19%;
    left: 5%;
    width: 16%;
    z-index: 1;
}

.leftShadow {
    position: absolute;
    bottom: 17%;
    left: 10%;
    width: 8%;
    z-index: 0;
}

.rightFlat {
    position: absolute;
    bottom: 42%;
    right: 4%;
    width: 20%;
    z-index: 1;
}

.rightShadow {
    position: absolute;
    bottom: 41%;
    right: 3%;
    width: 18%;
    z-index: 0;
}

/*掉落出现*/
.dorps {
    -webkit-animation: Drops 0.6s forwards;
    -moz-animation: Drops 0.6s forwards; /* Firefox */
    -o-animation: Drops 0.6s forwards;
    -ms-animation: Drops 0.6s forwards;
    animation: Drops 0.6s forwards;
}

@keyframes Drops {
    from {
        opacity: 0;
        transform: translateY(-200px);
    }
    to {
        opacity: 1;
        transform: translateY(-0px);
    }
}

@-webkit-keyframes Drops {
    from {
        opacity: 0;
        transform: translateY(-200px);
    }
    to {
        opacity: 1;
        transform: translateY(-0px);
    }
}

/*渐现*/
.gradually {
    -webkit-animation: opacites 1s forwards;
    -moz-animation: opacites 1s forwards; /* Firefox */
    -o-animation: opacites 1s forwards;
    -ms-animation: opacites 1s forwards;
    animation: opacites 1s forwards;
}

/*弹跳*/
.jumps1 {
    -webkit-animation: jumps 5s infinite;
    -moz-animation: jumps 5s infinite; /* Firefox */
    -o-animation: jumps 5s infinite;
    -ms-animation: jumps 5s infinite;
    animation: jumps 5s infinite;
}

@keyframes jumps {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes jumps {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*缩小*/
.narrows {
    -webkit-animation: narrows 3s infinite;
    -moz-animation: narrows 3s infinite; /* Firefox */
    -o-animation: narrows 3s infinite;
    -ms-animation: narrows 3s infinite;
    animation: narrows 3s infinite;
}

@keyframes narrows {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes narrows {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.route {
    opacity: 0;
    z-index: 0
}

path.route1 {
    -moz-animation-delay: 2.5s; /* Firefox */
    -o-animation-delay: 2.5s;
    -webkit-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

path.routes1 {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s; /* Firefox */
    -o-animation-delay: 3.5s;
    -ms-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

ellipse.route3 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s; /* Firefox */
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
}

ellipse.route4, path.routes5, path.route7 {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s; /* Firefox */
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}

path.route5 {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s; /* Firefox */
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}

path.routed5, ellipse.route6, path.routes7 {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s; /* Firefox */
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}

path.routed7 {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s; /* Firefox */
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.topPath {
    stroke-dasharray: 90;
    stroke-dashoffset: 500;
    -webkit-animation: svgPath 6s linear infinite;
    -moz-animation: svgPath 6s linear infinite; /* Firefox */
    -o-animation: svgPath 6s linear infinite;
    -ms-animation: svgPath 6s linear infinite;
    animation: svgPath 6s linear infinite;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s; /* Firefox */
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}

.topFull {
    stroke-dasharray: 500;
    -webkit-animation: svgPath 2s linear forwards;
    -moz-animation: svgPath 2s linear forwards; /* Firefox */
    -o-animation: svgPath 2s linear forwards;
    -ms-animation: svgPath 2s linear forwards;
    animation: svgPath 2s linear forwards;
}

.topGap {
    stroke-dasharray: 18;
    stroke-dashoffset: 100;
    opacity: 0;
    -webkit-animation: dash 2s linear infinite;
    -moz-animation: dash 2s linear infinite; /* Firefox */
    -o-animation: dash 2s linear infinite;
    -ms-animation: dash 2s linear infinite;
    animation: dash 2s linear infinite;
}

.topGaps {
    stroke-dasharray: 8;
    stroke-dashoffset: 500;
    opacity: 0;
    -webkit-animation: dash 2.8s linear infinite;
    -moz-animation: dash 2.8s linear infinite; /* Firefox */
    -o-animation: dash 2.8s linear infinite;
    -ms-animation: dash 2.8s linear infinite;
    animation: dash 2.8s linear infinite;
}

@keyframes svgPath {
    from {
        opacity: 1;
        stroke-dashoffset: 500;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes svgPath {
    from {
        opacity: 1;
        stroke-dashoffset: 500;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    from {
        opacity: 1;
        stroke-dashoffset: 100;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    from {
        opacity: 1;
        stroke-dashoffset: 100;
    }
    to {
        opacity: 1;
        stroke-dashoffset: 0;
    }
}

/*解决方案pc*/
.solute_title {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 70px;
    flex-wrap: wrap;
}

.solute_title li {
    min-width: 14.6%;
    text-align: center;
    margin: 0 1% 24px 1%;
}
.solute_title li .title{
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    color: #000;
}

.solute_title li > p > img {
    width: 64px;
}

.solute_title li > p:nth-child(1) {
    height: 73px;
    overflow: hidden;
}

.solute_title li > p > img:nth-child(2) {
    display: none;
}

.solute_title li > p:nth-child(2) {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    color: #000;
}

.solute_title li.block {
    text-align: center;
}

.solute_title li.block > p > img:nth-child(1) {
    display: none;
}

.solute_title li.block > p > img:nth-child(2) {
    display: block;
    margin: 0 auto;
}

.solute_title li.block > p {
    color: #0069FF;
}

.solute_title li:hover > p:nth-child(1) > img:nth-child(1) {
    display: none;
}

.solute_title li:hover > p:nth-child(1) > img:nth-child(2) {
    display: block;
    margin: 0 auto;
}

.solute_title li:hover p {
    color: #0069FF;
}

.solute_content {
    width: 100%;
    margin-top: 20px;
    background: #F5F7FA;
}

.solute_content > li {
    width: 100%;
    max-width: 1200px;
    padding: 50px 0;
    margin: 0 auto;
    display: none;
}

.solute_content > li > p:nth-child(1) {
    font-size: 28px;
    color: #000;
}

.solute_content > li > p:nth-child(2) {
    font-size: 14px;
    color: #333;
    margin-top: 35px;
}

.solute_content > li > a {
    width: 120px;
    line-height: 40px;
    display: block;
    background: #0071FF;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
}

.solute_content > li > .detailCont {
    margin-top: 40px;
}

.solute_content > li > .detailCont > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
    margin-top: 15px;
    width: 235px;
    height: 80px;
    padding: 0 25px;
    background: #fff;
    float: left;
}

.detailCont > a > div {
    width: 90%;
}

.detailCont > a > div > p:nth-child(1) {
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detailCont > a > div > p:nth-child(2) {
    font-size: 12px;
    color: #686868;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solute_content > li > .detailCont > a > p > img {
    width: 8px;
}

.solute_content > li > .detailCont > a:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.solute_content > li > .detailCont > a:hover > p > img {
    -webkit-animation: moveinline10 2s infinite;
    -moz-animation: moveinline10 2s infinite; /* Firefox */
    -o-animation: moveinline10 2s infinite;
    -ms-animation: moveinline10 2s infinite;
    animation: moveinline10 2s infinite;
}

.solute_content li.block {
    display: block !important;
    -webkit-animation: opacites 0.1s forwards;
    -moz-animation: opacites 0.1s forwards; /* Firefox */
    -o-animation: opacites 0.1s forwards;
    -ms-animation: opacites 0.1s forwards;
    animation: opacites 0.1s forwards;
}

@keyframes opacites {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes opacites {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes showMove {
    from {
        transform: translateY(100px);
    }
    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes showMove {
    from {
        transform: translateY(100px);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes moveinline10 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes moveinline10 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

/*解决方案小屏样式*/
.soluteTitle {
    width: 100%;
}

.solute_mobile {
    margin-top: 1em;
}

.soluteTitle > li {
    width: 45%;
    height: 90px;
    float: left;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 5%;
    display: flex;
    align-items: center;
}

.soluteTitle > li > a {
    display: flex;
    align-items: center;
}

.soluteTitle > li > a > p {
    color: #000;
}

.soluteTitle > li > a > p:nth-child(1) {
    width: 30%;
    margin-right: 8px;
}

.soluteTitle > li > a > p > img {
    width: 100%;
}

/*小屏样式*/
/*服务能力*/
.servicesPower {
    margin-top: 100px;
    width: 100%;
    height: 621px;
    position: relative;
}

.servicesPower > li {
    width: 39.85%;
    float: left;
    padding: 50px 5%;
    height: 210px;
    overflow: hidden;
    color: #fff;
    background: -moz-linear-gradient(left, #0069FF 0%, #00BAFE 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%, #0069FF), color-stop(100%, #00BAFE));
    background: -webkit-linear-gradient(left, #0069FF 0%, #00BAFE 100%);
    background: -o-linear-gradient(left, #0069FF 0%, #00BAFE 100%);
    background: -ms-linear-gradient(left, #0069FF 0%, #00BAFE 100%);
    background: linear-gradient(to right, #0069FF 0%, #00BAFE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0069FF', endColorstr='#00BAFE', GradientType=0);
}

.servicesPower > li > p:nth-child(1) {
    font-size: 40px;
}

.servicesPower > li > p:nth-child(2) {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

.servicesPower > li > div {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.servicesPower > li > div > img {
    height: 34px;
}

.servicesPower > li > div > p {
    font-size: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.servicesPower > li > div > p {
    height: 18px;
    margin-left: 10px;
    transition: all 0.5s;
    -webkit-animation: moveinline 2.5s infinite;
    -moz-animation: moveinline 2.5s infinite; /* Firefox */
    -o-animation: moveinline 2.5s infinite;
    -ms-animation: moveinline 2.5s infinite;
    animation: moveinline 2.5s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear; /* Firefox */
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    animation-timing-function: linear;
}

.servicesPower > li > div > p > img {
    height: 18px;
    margin-left: 10px;
}

@keyframes moveinline {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes moveinline {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}

.servicesPower > a > li {
    width: 21.7%;
    height: 284px;
    float: left;
    background: #fff;
    transition: all 0.2s;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 25px 1.5% 0 1.5%;
    text-align: center;
    position: absolute;
}

.servicesPower > a > li > p:nth-child(1) {
    width: 100%;
    text-align: center;
}

.servicesPower > a > li > p:nth-child(1) > img {
    width: 49%;
}

.servicesPower > a > li > p:nth-child(2) {
    font-size: 24px;
    color: #000;
    margin-top: 10px;
}

.servicesPower > a > li > p:nth-child(3) {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    margin-top: 20px;
}

.borderT {
    border-top: 1px solid #E7E7E7;
}

.borderL {
    border-left: 1px solid #E7E7E7;
}

@media only screen and (min-width: 1025px) {
    .majorTitle {
        width: 100%;
        font-family: 'Source Han Sans CN';
        font-size: 40px;
        color: #000;
        text-align: center;
        margin-top: 80px;
        font-weight: bold;
    }

    .minorTitle {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #7D7D7D;
        margin-top: 10px;
    }

    /*服务能力*/
    .servicesLi1 {
        top: 0;
        right: 25.3%;
    }

    .servicesLi2 {
        top: 0;
        right: 0.4%;
    }

    .servicesLi3 {
        bottom: 0;
        left: 0;
    }

    .servicesLi4 {
        bottom: 0;
        left: 24.96%;
    }

    .servicesLi5 {
        bottom: 0;
        right: 25.2%;
    }

    .servicesLi6 {
        bottom: 0;
        right: 0.36%;
    }

    .serChe {
        border: 0px;
        transform: scale(1.1);
        box-shadow: rgba(0, 0, 0, .2) 0px 0px 15px 0px;
        z-index: 1;
    }

    /*客户案例*/
    .maybeSwiper {
        width: 100%;
        height: auto;
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 60px;
        position: relative;
        overflow: hidden;
    }

    .maybeSwiper img {
        width: 100%;
    }

    .maybeSwiper > .swiper-wrapper > .swiper-slide {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .maybeSwiper > .swiper-wrapper > .swiper-slide > a > img {
        width: 65%;
        opacity: 0;
    }

    .maybeSwiper > .swiper-wrapper > .swiper-slide .leftContent {
        width: 65%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        overflow: hidden;
    }

    .leftContent > img {
        width: 100%;
        transition: all 0.3s;
    }

    .maybeSwiper > a {
        cursor: pointer;
    }

    .maybeSwiper > a .wantMore {
        position: absolute;
        right: 0;
        top: 0;
        /*background: url("https://lsfb.oss-cn-shenzhen.aliyuncs.com/img/new_more.png");*/
        /*height: 23px;*/
        /*width: 124px;*/
        background-size: cover;
        z-index: 9;
        cursor: pointer;
        color: #000;
        font-size: 18px;
    }

    .maybeSwiper > a .wantMore:hover {
        color: #0069FF;
    }

    .maybeSwiper > .swiper-wrapper > .swiper-slide:hover .leftContent > img {
        transform: scale(1.1);
    }

    .maybeSwiper > a:hover .wantMore {
        background-position: 0 0;
    }

    .pageNavi {
        width: 20px;
        height: 200px;
        position: absolute;
        right: 3%;
        top: 32%;
        z-index: 9;
    }

    .pageNavi .prePage {
        background: url("./icon.png") no-repeat;
        cursor: pointer;
        height: 20px;
        width: 20px;
        background-position: -250px 0;
    }

    .pageNavi .nextPage {
        background: url("./icon.png") no-repeat;
        cursor: pointer;
        height: 20px;
        width: 20px;
        background-position: -180px -50px;
    }

    .pageNavi .prePage:hover {
        background-position: -180px 0;
    }

    .pageNavi .nextPage:hover {
        background-position: -250px -50px;
    }

    .pageNavi > hr {
        width: 2px;
        height: 90px;
        border: 0px;
        background: #BBB9B9;
        margin: 20px auto;
        opacity: 0.8;
    }

    .maybeSwiper > .swiper-wrapper > .swiper-slide .rightContent {
        position: absolute;
        right: 1%;
        top: 18%;
        width: 50%;
        z-index: 9;
    }

    .rightContent .rightWordContent {
        width: 90%;
        padding: 80px 5%;
        position: relative;
        background: #fff;
        box-shadow: rgba(0, 0, 0, .2) 0px 0px 15px 0px;
    }

    .reallyContent {
        width: 76%;
        padding-left: 5%;
    }

    .reallyContent > p:nth-child(1) {
        font-size: 26px;
        color: #000;
    }

    .reallyContent > p:nth-child(2) {
        font-size: 14px;
        color: #000;
        margin-top: 40px;
        line-height: 20px;
        min-height: 80px;
    }

    .caseNowAsk {
        cursor: pointer;
        position: absolute;
        width: 180px;
        line-height: 60px;
        left: 10%;
        bottom: -30px;
        background: #3181F2;
        text-align: center;
        border-radius: 2px;
        color: #fff;
        font-size: 18px;
    }

    .rightWordContent > .caseNowAsk:hover {
        background: #0563E8;
    }

    .SwiperActive {
        width: 200px;
        text-align: right;
        position: absolute;
        right: 1%;
        bottom: 0;
        left: unset;
        font-family: 'Arial';
    }

    .SwiperActive > span:nth-child(1) {
        font-size: 30px;
        color: #686868;
    }

    .SwiperActive > span:nth-child(2) {
        font-size: 20px;
        color: #686868;
    }

    .flex_bet {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 70px;
    }

    .flex_bet li {
        width: 22%;
        margin-right: 4%;
        text-align: center;
    }

    .flex_bet li:last-child {
        margin-right: 0;
    }

    .flex_bet li > p:nth-child(1) {
        font-family: 'Bahnschrift';
        font-size: 80px;
        color: #0573FF;
    }

    .flex_bet li > p:nth-child(2) {
        font-size: 14px;
        color: #8D8D8D;
    }

    .advanceImg {
        width: 100%;
        position: relative;
        max-width: 1400px;
        margin: 0 auto;
    }

    .advanceImg > img {
        width: 100%;
    }

    .wulumuqi {
        position: absolute;
        left: 30.5%;
        top: 35%;
    }

    .provicePoint > p {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 12px;
        color: #505050;
    }

    .provicePoint > p > img {
        width: 33px;
    }

    .advanceImg p.bottomImg {
        width: 33px;
        position: absolute;
        bottom: -2px;
        right: 0px;
        z-index: 0;
        -webkit-animation: Imgscale 1s infinite; /* Safari 与 Chrome */
        -moz-animation: Imgscale 1s infinite; /* Firefox */
        -o-animation: Imgscale 1s infinite;
        -ms-animation: Imgscale 1s infinite;
        animation: Imgscale 1s infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear; /* Firefox */
        -o-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .xi_an > .provicePoint > .bottomImg {
        left: -1px;
    }

    .advanceImg p.bottomImg > img {
        width: 100%;
    }

    .provicePoint > p.having {
        display: none;
        position: absolute;
        top: -60px;
        width: 165px;
        height: 60px;
        background: url("../image/11416_3x.png") no-repeat;
        background-size: cover;
        left: -192px;
        padding: 0 30px;
        color: #fff;
        z-index: 10;
        opacity: 0;
    }

    .haerbing {
        position: absolute;
        right: 26%;
        top: 27%;
    }

    .shanghai {
        position: absolute;
        right: 28.2%;
        bottom: 44%;
    }
    .nanjing {
        position: absolute;
        right: 35%;
        bottom: 44%;
    }
    .wenzhou{
        position: absolute;
        right: 30%;
        bottom: 32%;
    }

    .xi_an {
        position: absolute;
        right: 41.2%;
        bottom: 48%;
    }

    .xi_an > .provicePoint > p.having {
        left: -218px;
    }

    .chengdu {
        position: absolute;
        left: 49%;
        bottom: 44%;
    }

    .kunming {
        position: absolute;
        left: 47%;
        bottom: 35.5%;
    }

    .advanceImg > div:hover .provicePoint > p:nth-child(1) {
        transition: all 0.2s;
        transform: scale(1.1);
    }

    .advanceImg > div:hover .provicePoint > p.having {
        display: block;
        -webkit-animation: opacites 0.3s forwards;
        -moz-animation: opacites 0.3s forwards; /* Firefox */
        -o-animation: opacites 0.3s forwards;
        -ms-animation: opacites 0.3s forwards;
        animation: opacites 0.3s forwards;
    }

    .provicePoint > p.having {
        width: 185px;
        padding: 0 20px;
    }

    .provicePoint > p.having > span:nth-child(1) {
        margin-top: 8.5px;
        font-size: 12px;
        color: #fff;
        display: block;
    }

    .provicePoint > p.having > span:nth-child(2) {
        font-family: 'Bahnschrift';
        margin-top: 6px;
        font-size: 18px;
        color: #fff;
        display: block;
    }

    @keyframes Imgscale {
        0% {
            opacity: 1;
            transform: scale(0);
        }
        30% {
            opacity: 1;
            transform: scale(1);
        }
        100% {
            opacity: 0;
            transform: scale(2);
        }
    }
    @-webkit-keyframes Imgscale /* Safari 与 Chrome */
    {
        0% {
            opacity: 1;
            transform: scale(0);
        }
        30% {
            opacity: 1;
            transform: scale(1);
        }
        100% {
            opacity: 0;
            transform: scale(2);
        }
    }
    .NewsTitleBox {
        font-size: 40px;
        color: #000;
        text-align: left;
        margin-top: 50px;
    }

    .firstNews {
        height: 380px;
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .firstNews > a {
        width: 30%;
    }

    .firstNews li {
        width: 100%;
    }

    .firstNews li > p {
        width: 100%;
        height: 240px;
        overflow: hidden;
    }

    .firstNews li > p > img {
        width: 100%;
        transition: all 0.5s;
    }

    .firstNews li > .newsCon {
        width: 99.8%;
        height: 132px;
        overflow: hidden;
        border: 1px solid #E7E7E7;
        border-top: unset;
        margin-top: -4px;
    }

    .firstNews > a > li > .newsCon > p:nth-child(1) {
        width: 80%;
        margin: 0 auto;
        font-size: 18px;
        color: #000;
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .firstNews > a > li > .newsCon > p:nth-child(2) {
        width: 80%;
        height: 40px;
        line-height: 20px;
        margin: 0 auto;
        font-size: 14px;
        color: #848484;
        margin-top: 15px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .firstNews > a > li:hover > p:nth-child(1) > img {
        transform: scale(1.2);
    }

    .firstNews > a > li:hover > .newsCon {
        box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
    }

    .checkNews {
        width: 150px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #0069FF;
        border-radius: 2px;
        margin: 0 auto;
        margin-top: 35px;
    }

    .allShow {
        -webkit-animation: allShow 1s forwards;
        -moz-animation: allShow 1s forwards; /* Firefox */
        -o-animation: allShow 1s forwards;
        -ms-animation: allShow 1s forwards;
        animation: allShow 1s forwards;
    }

    @keyframes allShow {
        from {
            opacity: 0;
            transform: translateY(100px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    @-webkit-keyframes allShow {
        from {
            opacity: 0;
            transform: translateY(100px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }









    /*更多动态*/

    /*轮播小点*/

    .tab{
        width: 100px!important;
        height: 10px!important;
        top: 306px!important;
        margin-left: -50px;
        z-index: 1000!important;
        left: 50%!important;
    }

    .best_new {
        position: relative;
        margin-top: 68px;
        display: flex;
        justify-content: space-between;
        min-height: 590px;
    }

    .best_new .best_content {
        position: relative;
    }

    .slider_dot {
        position: absolute;
        left: 50%;
        height: 10px;
        top: 320px;
        display: flex;
        margin-left: -60px;

    }

    .slider_dot div {
        width: 12px;
        height: 4px;
        z-index: 999 !important;
        background-color: #fff;
        margin: 0 6px;
    }


    .best_new .best_content .banner {
        width: 512px;
        height: 330px;
    }

    .best_new .best_content .banner img {
        width: 100%;
        height: 100%;
        /*overflow: hidden;*/

    }

    .best_new .best_content .news {
        width: 512px;
        padding: 30px 40px 40px !important;
        box-sizing: border-box;
        background-color: #F5F7FB;
        text-align: left;
        float: left
    }

    .swiper-img {
        float: left;
        width: 100%;
        height: 330px
    }

    .best_new .best_content .news p.time {
        color: #838383;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .best_new .best_content .news h3 {
        font-size: 20px;
        color: #333333;
        margin-bottom: 30px;
        font-weight: normal;
    }

    .best_new .best_content .news p.content a {
        color: #555555;
        font-size: 14px;
        margin-bottom: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .best_new .best_content .news p.more {
        margin-top: 15px;
        font-size: 22px;
        color: #2B2B2B;
        cursor: pointer;
        transition: all;
        height: 80px;
    }

    .best_new .best_content .news p.more span {
        color: #333;
        font-weight: bold;
        font-size: 16px;

    }

    .best_new .best_content .news p.more a {
        font-size: 18px;
        display: block;
        position: relative;
        color: #333333;
        line-height: 35px;
    }
    .best_new .best_content .news p.more a i{
       font-style: normal;
        transition: all .4s linear;
        display: inline;
        float: left;
    }


    .best_new .best_content .news p.more a span {
        margin-left: 10px;
        font-size: 35px;
        line-height: 30px;
        padding-top: 2px;
        font-weight: lighter;
        transition: all .4s linear;
        float: left;
        /*margin-top: 10px;*/

    }




    /*右边*/


    .best_new .best_xinwen {
        position: relative;
        text-align: left;
        width: 56%;
        padding-left: 10%;
        box-sizing: border-box;
    }

    .best_new .best_xinwen ul.menu_list {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 16px;
        color: #717171;
        position: absolute;
        left: 18%;
        top: -100px;
        z-index: 9999;

    }

    .best_new .best_xinwen ul.menu_list li {
        margin-right: 20px;

        cursor: pointer;
    }

    .best_new .best_xinwen ul.menu_list li.active {
        color: #0069FF;
    }
    .best_new .best_xinwen div.new_list{
        width: 100%;
    }

    .best_new .best_xinwen div.new_list a{
        display: block;
        width: 100%;
        cursor: pointer;
    }
    .best_new .best_xinwen div.new_list a:hover{
        color: #0069FF;
    }

    .best_new .best_xinwen div.new_list li p.time {
        font-size: 14px;
        color: #838383;
        transition: all .4s linear;
    }

    .best_new .best_xinwen div.new_list li p.title {
        color: #393939;
        margin-top: 10px;
        font-size: 20px;
        margin-bottom: 10px;
        transition: all .4s linear;
    }
    .best_new .best_xinwen div.new_list li p.conent {
        color: #555555;
        transition: all .4s linear;
        font-size: 14px;
        margin-bottom: 30px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;

    }
    .best_new .best_xinwen div.new_list a:hover p.time{
        color: #0069FF;
    }
    .best_new .best_xinwen div.new_list a:hover p.title{
        color: #0069FF;
    }
    .best_new .best_xinwen div.new_list a:hover p.conent{
        color: #0069FF;
    }
    /*更多动态*/


}


@media only screen and (max-width: 1024px) {
    /*首页banner*/
    .indexBanner {
        height: unset;
    }

    .topbox {
        display: block;
        width: 90%;
        height: unset;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 2.5em;
    }

    .topbox .rightAnimal, .topbox .leftWord {
        width: 100%;
    }

    .AnimalMap > img {
        opacity: 1;
    }

    .leftWord > p:nth-child(1) {
        width: 90%;
        margin: 0 auto;
        font-size: 2.5em;
        line-height: 1.5em;
        text-align: center;
    }

    .leftWord > p:nth-child(2) {
        font-size: 1.5em;
        text-align: center;
    }

    .majorTitle {
        width: 100%;
        text-align: center;
        margin-top: 1em;
        font-size: 2em;
        color: #000;
    }

    .minorTitle {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.4em;
        color: #7D7D7D;
        margin-top: 1em;
    }

    /*解决方案*/
    /*服务能力*/
    .servicesPower {
        margin-top: 0;
        height: unset;
    }

    .servicesPower > li {
        width: 90%;
        padding: 20px 5%;
        height: 185px;
    }

    .servicesPower > li > p:nth-child(1) {
        font-size: 2.2em;
    }

    .servicesPower > li > p:nth-child(2) {
        font-size: 1.4em;
    }

    .servicesPower > li > div > img {
        height: 23px;
    }

    .servicesPower > li > div > p {
        height: 21px;
        font-size: 1.6em;
    }

    .servicesPower > li > div > p > img {
        height: 14px;
    }

    .servicesPower > a > li {
        width: 50%;
        position: unset;
        height: unset;
        border: unset;
        padding: 20px 0;
    }

    .servicesPower > a > li > p:nth-child(2) {
        font-size: 1.6em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /*客户案例*/
    .swiper-container {
        width: 90%;
        margin: 0 auto;
        margin-top: 3em;
    }

    .maybeSwiper > .swiper-wrapper > .swiper-slide > a {
        width: 100%;
    }

    .maybeSwiper > .swiper-wrapper > .swiper-slide > a > .leftContent {
        width: 100%;
        border-radius: 4px;
    }

    .swiper-slide > a > .leftContent > img {
        width: 100%;
        border-radius: 4px;
    }

    .swiper-slide > a > .rightContent {
        width: 100%;
    }

    .rightContent .reallyContent > p:nth-child(1) {
        font-size: 1.8em;
        color: #000;
        margin-top: 1em;
    }

    .rightContent .reallyContent > p:nth-child(2) {
        font-size: 1.4em;
        color: #000;
        margin-top: 1em;
        height: 60px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .rightContent > .rightWordContent > .caseNowAsk {
        width: 100%;
        line-height: 2.5em;
        font-size: 1.6em;
        color: #fff;
        background: #0069FF;
        margin-top: 1em;
        text-align: center;
        border-radius: 4px;
    }

    .flex_bet {
        width: 90%;
        margin: 0 auto;
    }

    .flex_bet > li {
        width: 48%;
        margin-top: 2em;
        text-align: center;
    }

    .flex_bet > li:nth-child(even) {
        float: left;
    }

    .flex_bet > li:nth-child(odd) {
        float: right;
    }

    .flex_bet > li > p:nth-child(1) {
        font-family: 'Bahnschrift';
        font-size: 3em;
        font-weight: bold;
        color: #0573FF;
    }

    .flex_bet > li > p:nth-child(2) {
        font-family: 'Source Han Sans CN';
        font-size: 1.4em;
        color: #8D8D8D;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .NewsTitleBox {
        width: 100%;
        font-size: 2em;
        color: #000;
        text-align: center;
        margin-top: 2em;
    }

    .firstNews > a > li {
        width: 90%;
        margin: 0 auto;
        margin-top: 2.5em;
    }

    .firstNews > a > li > p > img {
        width: 100%;
    }

    .firstNews > a > li > .newsCon > p:nth-child(1) {
        font-size: 1.8em;
        color: #333;
        margin-top: 1em;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .firstNews > a > li > .newsCon > p:nth-child(2) {
        font-size: 1.4em;
        color: #848484;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 1em;
    }

    .firstNews > a > li > .checkNews {
        width: 100%;
        line-height: 3.5em;
        text-align: center;
        background: #0069FF;
        color: #fff;
        font-size: 1.2em;
        margin-top: 2em;
        border-radius: 4px;
    }


    /*最新动态*/
    /*更多动态*/
    .best_new {
        margin-top: 68px;
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .best_new .best_content .banner img {
        height: 228px;
       /* width: 100%;*/
        /*height: 330px;*/

    }

    .best_new .best_content .news {
        padding: 10px 0;
        box-sizing: border-box;
    }

    .best_new .best_content .news p.time {
        color: #838383;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .best_new .best_content .news h3 {
        font-size: 20px;
        color: #333333;
        margin-bottom: 15px;
        font-weight: normal;
    }

    .best_new .best_content .news p.content a {
        color: #555555;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .best_new .best_content .news p.more {
        margin-top: 10px;
        font-size: 16px;
        color: #2B2B2B;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.6);
        position: relative;
        z-index: 9999;
    }
    .best_new .best_content .news p.more i{
        font-style: normal;
    }

    .best_new .best_content .news p.more span {
        margin-right: 10px;
    }
    .best_new .best_content .news p.more a{
     color: #333333;
    }


        /*右边*/
    .best_new .best_xinwen {
        position: relative;
        text-align: left;
        /*margin-right: 200px;*/
        width: 100%;
    }

    .best_new .best_xinwen ul.menu_list {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #717171;
        position: static;
        left: 0;
        top: -100px;
        z-index: 9999;
        margin-top: 12px;
        /*flex-wrap: wrap;*/
    }

    .best_new .best_xinwen ul.menu_list li {
        margin-right: 5%;
        width: 20%;
        cursor: pointer;
    }
    .best_new .best_xinwen ul.menu_list li:first-child{
        margin-left: 5%;
    }

    .best_new .best_xinwen ul.menu_list li.active {
        color: #0069FF;
    }
    .best_new .best_xinwen div.new_list{
        padding-left: 5%;
        box-sizing: border-box;
    }

    .best_new .best_xinwen div.new_list li:first-child p.time {
        margin-top: 20px;
        font-size: 16px;
        color: #838383;
    }

    .best_new .best_xinwen div.new_list li p.time {
        font-size: 16px;
        color: #838383;
    }

    .best_new .best_xinwen div.new_list li p.title {
        color: #393939;
        margin-top: 10px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .best_new .best_xinwen div.new_list li p.conent {
        color: #555555;
        font-size: 14px;
    }

    #banner {
        width: 100%;
    }
    .tab{
        top: 206px;
        height: 20px;
    }

    /*.tab{*/
       /*bottom:48%!important;*/
    /*}*/

}
