.xs-banner {
    position: relative;
    background: #160052;
    height: 640px;
    min-width: 1200px;
}


/*轮播*/

.xs-banner-slider {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.xs-banner-slider .item {
    position: absolute;
    height: 100%;
    width: 100%;
    left: -9999px;
}

.xs-banner-slider .item.show {
    left: 0;
}

.xs-banner-slider .item-banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.xs-banner-slider .item-banner-bg .item-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    min-width: 1200px;
}

.xs-banner-slider .item-banner-content {
    height: 100%;
    position: relative;
    width: 1200px;
    margin: 72px auto 0;
    *zoom: 1;
}

.xs-banner-slider .item-banner-content .figure {
    position: absolute;
    top: 180px;
    left: 60px;
    width: 740px;
    height: 240px;
    word-break: break-word;
}

.xs-banner-slider .item-banner-content .figure .figure-tit {
    white-space: nowrap;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    font-size: 42px;
    color: #fff;
    font-weight: normal;
}

.xs-banner-slider .item-banner-content .figure .figure-con .figure-con-row {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.xs-banner-slider .item-banner-content .figure .btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: 70px;
    padding: 6px 30px;
    background: none;
    color: #fff;
    border: 1px solid #ccc;
}

.xs-banner-slider .item-banner-content .figure .btn:hover {
    background-color: #fff;
    color: #242424;
}

.xs-banner-slider .item-banner-content .figure.right-image {
    -webkit-animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: re-banner-slide-20 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}

.xs-banner-slider .item-banner-bg .right-image:nth-of-type(1) {
    -webkit-animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: re-banner-slide-80 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}

.xs-banner-slider .item-banner-bg .right-image:nth-of-type(2) {
    -webkit-animation: re-banner-slide-40 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
    animation: re-banner-slide-40 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0s 1;
}

@-webkit-keyframes re-banner-slide-20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
    }
}

@keyframes re-banner-slide-20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes re-banner-slide-40 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
    }
}

@keyframes re-banner-slide-40 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes re-banner-slide-80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
    }
    to {
        opacity: 1;
    }
}

@keyframes re-banner-slide-80 {
    from {
        opacity: 0;
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
    to {
        opacity: 1;
    }
}


/*轮播页码*/

.xs-banner-page {
    position: absolute;
    bottom: 152px;
    width: 100%;
    height: 8px;
    z-index: 1;
    font-size: 0;
    text-align: center;
}

.xs-banner-page .item {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #bdbdbe;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: 20px;
}

.xs-banner-page .item:first-child {
    margin-left: 0;
}

.xs-banner-page .item.active {
    width: 30px;
}


/*banner底部介绍*/

.xs-banner-intro {
    background: rgba(255, 255, 255, 0.1);
    height: 136px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 10;
    min-width: 1200px;
}

.xs-banner-intro .wrapper {
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.xs-banner-intro .item {
    padding: 40px 28px 0;
    color: #fff;
    float: left;
    width: 20%;
    float: left;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.xs-banner-intro .item:hover {
    background: rgba(199, 202, 212, 0.1);
}

.xs-banner-intro .item .title {
    font-size: 16px;
    line-height: 1;
}

.xs-banner-intro .item .text {
    margin-top: 5px;
    font-size: 14px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.xs-notice-wrapper {
    width: 100%;
    background-color: #f4f4f4;
}

.xs-notice-box {
    width: 1200px;
    margin: 0 auto;
}

.xs-notice-box a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    line-height: 60px;
    margin-right: 50px;
    height: 14px;
    vertical-align: middle;
    padding-left: 17px;
}

.xs-notice-box a:hover {
    color: #5481fe;
    text-decoration: underline;
}

.xs-notice-box a::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #5481fe;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    left: 0px;
}


/*title*/

.index-title-box {
    text-align: center;
    min-width: 1200px;
}

.index-title-box .title {
    color: #111111;
    font-size: 38px;
    line-height: 1.1;
}

.index-title-box .title-msg {
    color: #9797a1;
    font-size: 18px;
    line-height: 1.1;
    margin-top: 25px;
}
.index-title-box .index-title-menu {
    margin-top: 14px;
    font-size: 0;
}
.index-title-box .index-title-menu .m-item {
    display: inline-block;
    height: 94px;
    line-height: 94px;
    color: #666666;
    font-size: 16px;
    position: relative;
    padding: 0 30px;
    cursor: pointer;
    user-select: none;
}
.index-title-box .index-title-menu .m-item + .m-item {
    margin-left: 100px;
}
.index-title-box .index-title-menu .m-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 3px;
    background: #0066FF;
    transition: all .3s;
}
.index-title-box .index-title-menu .m-item.active {
    color: #0066FF;
}
.index-title-box .index-title-menu .m-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0066FF;
}

/*产品与服务*/

.index-cpyfw {
    position: relative;
}

.cpyfw-tab {
    margin-bottom: 20px;
    overflow: hidden;
}

.cpyfw-tab .item {
    width: 20%;
    float: left;
    font-size: 18px;
    color: #595959;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.cpyfw-tab .item .img {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.cpyfw-tab .item .img>img {
    margin-top: 0;
}

.cpyfw-tab .item:hover .img>img,
.cpyfw-tab .item.active .img>img {
    margin-top: -60px;
}

.cpyfw-tab .item:hover,
.cpyfw-tab .item.active {
    color: #5481fe;
}

.cpyfw-cont {
    min-width: 1200px;
    background: #f5f5f5;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cpyfw-c-list {
    display: none;
    opacity: 0;
    overflow: hidden;
    background: #f5f5f5;
    padding: 30px 0;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.cpyfw-c-list .item {
    float: left;
    width: 342px;
    height: 72px;
    color: #9797a1;
    font-size: 14px;
    padding: 12px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 56px;
    margin-bottom: 11px;
}

.cpyfw-c-list .item .tit {
    color: #595959;
    font-size: 18px;
}

.cpyfw-c-list .item .tit:hover {
    color: #5481fe;
}

.cpyfw-c-list .item p {
    white-space: nowrap;
    /*overflow: hidden;
    text-overflow: ellipsis;*/
}

.cpyfw-c-list .item .tit>em {
    display: inline-block;
    background: red;
    padding: 0 4px;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    margin-left: 5px;
    font-weight: bold;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 6px 0 6px 0;
    -webkit-border-radius: 6px 0 6px 0;
    -moz-border-radius: 6px 0 6px 0;
    -ms-border-radius: 6px 0 6px 0;
    -o-border-radius: 6px 0 6px 0;
}

.tab-arrow {
    position: absolute;
    left: 113px;
    bottom: -20px;
    width: 15px;
    height: 8px;
    background: url(/static/index/img/litt/a_top.png) no-repeat center 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*方案*/

.index-jjfa {
    /* height: 420px; */
    width: 100%;
    min-width: 1200px;
    background: url(../img/new/fa-bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.index-jjfa-wrapper {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.index-jjfa-wrapper .swiper-wrapper {
    height: 100%;
}

.index-jjfa-wrapper .item {
    float: left;
    width: 30%;
    height: 100%;
    color: #333333;
    position: relative;
    text-align: left;
    background-position: center 0;
    background-size: 100% 100%;
    background: #fff;
}

.index-jjfa-wrapper .item::after {
    position: absolute;
    content: '';
    background: #E6E6E6;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}

.index-jjfa-wrapper .item .item-top-img {
    display: block;
    width: 80px;
    height: 80px;
}

.index-jjfa-wrapper .item .item-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.index-jjfa-wrapper .item .item-cont.ruan-cont {
    background: url(../img/new/ruan-b.png) center bottom 40px / 288px 216px no-repeat;
}

.index-jjfa-wrapper .item .item-cont.zheng-cont {
    background: url(../img/new/zheng-b.png) center bottom 40px / 192px 209px no-repeat;
}

.index-jjfa-wrapper .item .item-cont.qu-cont {
    background: url(../img/new/qu-b.png) center bottom 40px / 200px 187px no-repeat;
}

.index-jjfa-wrapper .item .item-cont.lian-cont {
    background: url(../img/new/lian-b.png) center bottom 40px / 248px 187px no-repeat;
}

.index-jjfa-wrapper .item .item-cont.zhineng-cont {
    background: url(../img/new/zhineng-b.png) center bottom 40px no-repeat;
}

.index-jjfa-wrapper .item .item-cont.shuju-cont {
    background: url(../img/new/shuju-b.png) center bottom 40px no-repeat;
}

.index-jjfa-wrapper .item .item-cont.yunwei-cont {
    background: url(../img/new/yunwei-b.png) center bottom 40px no-repeat;
}

.index-jjfa-wrapper .item .item-cont .img {
    margin-top: 123px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.index-jjfa-wrapper .item .item-cont .img-line {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100));
}

.index-jjfa-wrapper .item .item-cont .title,
.index-jjfa-wrapper .item .item-bg .title {
    line-height: 1;
    font-size: 30px;
    margin-top: 60px;
    /* -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1); */
}

.index-jjfa-wrapper .item .item-cont .en-title,
.index-jjfa-wrapper .item .item-bg .en-title {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1;
}


/* .index-jjfa-wrapper .item .item-cont .item-bottom-img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 65px;
} */

.index-jjfa-wrapper .item .item-bg .item-bot {
    position: absolute;
    bottom: 60px;
    margin-right: 1px;
}

.index-jjfa-wrapper .item .item-bg .title-msg {
    font-size: 14px;
    line-height: 29px;
}

.index-jjfa-wrapper .item .item-bg .go-detail {
    margin-top: 45px;
    font-size: 14px;
    width: 120px;
    height: 38px;
    line-height: 36px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.index-jjfa-wrapper .item .item-bg .go-detail:hover {
    background: #fff;
    color: #5481fe;
}

.index-jjfa-wrapper .item .item-bg {
    opacity: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
    background: #5481fe;
    z-index: 10;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}


/*滑过效果*/

.index-jjfa-wrapper .item:hover {
    color: #fff;
}

.index-jjfa-wrapper .item:hover .item-bg {
    opacity: .9;
    filter: alpha(opacity=90);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(90));
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.index-jjfa-wrapper .item:hover .img-line {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0));
}

.index-jjfa-wrapper .item:hover .img {
    margin-top: 62px;
    margin-bottom: 0;
}

.index-jjfa-wrapper .item:hover .item-cont.title {
    display: none;
}

.index-jjfa-wrapper .item:hover .go-detail {
    margin-top: 33px;
}


/*点击*/

.jjfa-box {
    position: relative;
    width: 1200px;
    height: 500px;
    margin: 0 auto 80px;
}

.jjfa-swiper-prev,
.jjfa-swiper-next {
    /* display: none; */
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: -35px;
    margin-top: -11px;
    cursor: pointer;
    background: url(../img/new/left@2x.png) no-repeat center;
}

.jjfa-swiper-next {
    left: auto;
    right: -35px;
    background: url(../img/new/right@2x.png) no-repeat center;
}


/*产品*/

.index-product {
    position: relative;
    min-width: 1200px;
}

.index-product-box {
    margin: 60px 0 0;
    text-align: center;
}

.product-title {
    color: #111;
    font-size: 38px;
    line-height: 1.1;
    font-family: 'MicrosoftYaHei';
    text-align: center;
}

.product-all {
    margin-top: 30px;
    text-align: center;
}

.product-all a {
    color: #0066FF;
    font-size: 15px;
    font-family: 'MicrosoftYaHei';
}

.product-all img {
    width: 10px;
    height: 10px;
}

.product-menu {
    margin-top: 50px;
    font-size: 0;
}

.product-menu .item {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    position: relative;
    color: #666;
    line-height: 50px;
    padding-bottom: 17px;
    cursor: pointer;
    user-select: none;
    /* background-color: red; */
}
.product-menu .item::after {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 3px;
    background: #0066FF;
    transition: all .3s;
}

.product-menu img {
    display: block;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.product-menu p {
    height: 37px;
    line-height: 37px;
}


/* 
.product-menu .item {
    float: left;
    font-size: 16px;
    padding: 0 32px;
    line-height: 72px;
    color: #fff;
    position: relative;
} */

.product-menu .item:hover,
.product-menu .item.active {
    color: #0066FF !important;
}
.product-menu .item.active::after {
    width: 100%;
}
.product-menu .item:hover img,.product-menu .item.active img {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.product-detail {
    border: 1px solid #E6E6E6;
    border-left: 0;
    border-right: 0;
    background: #F5F5F5;
    text-align: left;
    min-height: 677px;
}

.product-detail .item {
    overflow: hidden;
    display: none;
    transition: all .3;
}

.product-detail .item .item-left {
    float: left;
    border-right: 1px solid #E6E6E6;
}

.product-detail .item .item-left .box {
    width: 330px;
    height: 123px;
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 31px;
    border-top: 1px solid #E6E6E6;
    box-sizing: content-box;
    background-color: #F5F5F5;
    padding-left: calc((100vw - 1200px) / 2);
    transition: all .3s;
    position: relative;
}
.product-detail .item .item-left .box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/new/zu23.png) no-repeat right 0;
    background-size: auto 100%;
    opacity: 0;
}
.product-detail .item .item-left .box * {
    position: relative;
}

.product-detail .item .item-left .box .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.product-detail .item .item-left .box .msg {
    font-size: 14px;
    color: #999;
    margin-top: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-detail .item .item-left .box .a-btn {
    display: block;
    width: 100px;
    height: 36px;
    margin: 20px 0 0;
    border: 1px solid #0066FF;
    font-size: 14px;
    color: #0066FF;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}
.product-detail .item .item-left .box .a-btn:hover {
    color: #fff;
    background: #0066FF;
}

.red {
    color: #F33E3E !important;
}

.product-detail .item .item-left .box:first-child {
    border: 0;
}
.product-detail .item .item-left .box.active {
    height: 240px;
    padding-top: 44px;
}
.product-detail .item .item-left .box.active .msg {
    white-space: normal;
}
.product-detail .item .item-left .box.active::before {
    opacity: 1;
}

.product-detail .item .item-right {
    margin-left: calc((100vw - 1200px) / 2 + 380px);
}

.product-detail .item .item-right .item-right--title {
    height: 52px;
    line-height: 50px;
    padding: 0 23px;
    font-size: 20px;
    font-weight: bold;
    color: #111111;
    border-bottom: 1px solid #E6E6E6;
}

.product-detail .item .item-right .grid {
    background: #fff;
}
.product-detail .item .item-right .grid .grid-row {
    width: 810px;
    overflow: hidden;
}
.product-detail .item .item-right .grid .grid-row:not(:last-child) {
    border-bottom: 1px solid #E6E6E6;
}

.product-detail .item .item-right .grid .grid-item {
    float: left;
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    width: 270px;
}
.product-detail .item .item-right .grid .grid-item:nth-child(1),
.product-detail .item .item-right .grid .grid-item:nth-child(2),
.product-detail .item .item-right .grid .grid-item:nth-child(3)
{
    border-top: 0;
}

.product-detail .item .item-right .grid .grid-item .d-info {
    height: 264px;
    border-bottom: 1px solid #E6E6E6;
    padding: 35px 39px 28px;
}

.product-detail .item .item-right .grid .grid-item .title {
    font-size: 16px;
    color: #111;
    font-weight: bold;
    margin-bottom: 13px;
}
.product-detail .item .item-right .grid .grid-item .in-box {
    height: 84px;
}
.product-detail .item .item-right .grid .grid-item .in {
    line-height: 28px;
    background: url(../img/new/xing2.png) no-repeat 0 9px;
    padding: 0 0 0 22px;
    color: #666666;
}
.product-detail .item .item-right .grid .grid-item .sign {
    width: 80px;
    height: 22px;
    color: #0066FF;
    line-height: 20px;
    border: 1px solid #0066FF;
    border-radius: 2px;
    text-align: center;
    margin: 25px 0 10px;
}
.product-detail .item .item-right .grid .grid-item .price span {
    font-size: 24px;
}
.product-detail .item .item-right .grid .grid-item .link-group {
    font-size: 0;
}
.product-detail .item .item-right .grid .grid-item .link-group a {
    display: inline-block;
    width: 50%;
    color: #0066FF;
    line-height: 47px;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
}
.product-detail .item .item-right .grid .grid-item .link-group a:hover {
    background: #0066FF;
    color: #fff;
}
.product-detail .item .item-right .grid .grid-item .link-group a + a {
    border-left: 1px solid #E6E6E6;
}
/*服务*/

.index-fuyq {
    position: relative;
    overflow: hidden;
    min-width: 1200px;
}

.fuyq-cont {
    padding: 0 10px;
    margin-bottom: 102px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fuyq-cont .item {
    width: 196px;
    height: 188px;
    border-left: 1px solid transparent;
}

.fuyq-cont .item a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #333333;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
}

.fuyq-cont .item .img {
    width: 48px;
    height: 48px;
    margin: 44px auto 40px;
    overflow: hidden;
}

.fuyq-cont .item .img>img {
    margin-top: 0;
}

.fuyq-cont .item a:hover .img>img {
    margin-top: -48px;
}

.fuyq-cont .item a:hover {
    color: #5481fe;
}

.fuyq-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    -webkit-animation: bgScroll 35s infinite linear;
    animation: bgScroll 35s infinite linear;
}

.fuyq-bg .item {
    width: 100%;
    height: 1500px;
    background: url(/static/index/img/fwyq_bg.png) no-repeat center 0;
}

@-webkit-keyframes bgScroll {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@keyframes bgScroll {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* 解决方案 */
.index-solution {
    padding: 59px 0 0;
}
.index-solution--content {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
}
.index-solution--content .content-left {
    float: left;
    width: 390px;
    height: 696px;
    position: relative;
    border-right: 1px solid #E6E6E6;
}
.index-solution--content .content-left .box {
    position: absolute;
    top: 0;
    right: 0;
    width: 750px;
    height: 100%;
    padding: 50px 50px 0 360px;
    background: linear-gradient(-45deg, #EAEEF1 0%, #FFFFFF 28.999999999999996%);
}
.index-solution--content .content-left .box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    background: url(../img/new/bg22.png) no-repeat right bottom;
}
.index-solution--content .content-left .box * {
    position: relative;
}
.index-solution--content .content-left .box .en {
    font-size: 22px;
    color: #999;
}
.index-solution--content .content-left .box .tit {
    font-size: 30px;
    color: #111;
    line-height: 40px;
    margin: 22px 0 0;
}
.index-solution--content .content-left .box .link-btn {
    display: block;
    width: 100px;
    height: 34px;
    margin-top: 30px;
    border: 1px solid #0066FF;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    color: #0066FF;
    font-size: 16px;
    transition: all .3s;
}
.index-solution--content .content-left .box .link-btn:hover {
    background: #0066FF;
    color: #fff;
}
.index-solution--content .content-right {
    margin-left: 390px;
    overflow: hidden;
}
.index-solution--content .content-right .r-item {
    float: left;
    width: 405px;
    height: 232px;
    padding: 56px 56px 0;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    line-height: 1;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}
.index-solution--content .content-right .r-item .hover-logo {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
}
.index-solution--content .content-right .r-item:nth-last-child(1) {
    border-bottom: 0;
}
.index-solution--content .content-right .r-item:nth-last-child(2) {
    border-bottom: 0;
}
.index-solution--content .content-right .r-item .top {
    margin-right: -50px;
    height: 22px;
}
.index-solution--content .content-right .r-item .title {
    font-size: 22px;
    display: inline-block;
    max-width: 286px;
    transition: all .3s;
}
.index-solution--content .content-right .r-item .top .sign {
    display: inline-block;
    padding: 0 9px 0 7px;
    height: 22px;
    line-height: 22px;
    background: #F33E3E;
    border-radius: 2px 2px 2px 0px;
    vertical-align: middle;
    margin-top: -11px;
    text-align: center;
    position: relative;
    font-size: 12px;
    color: #fff;
    margin-left: 9px;
}
.index-solution--content .content-right .r-item .top .sign::before {
    content: '';
    position: absolute;
    left: -6px;
    bottom: 0;
    border-bottom: 3px solid #F33E3E;
    border-right: 4px solid #F33E3E;
    border-top: 3px solid transparent;
    border-left: 4px solid transparent;
}
.index-solution--content .content-right .r-item .msg {
    color: #666;
    font-size: 16px;
    margin-top: 26px;
}
.index-solution--content .content-right .r-item .in-text {
    margin-top: 26px;
    font-size: 0;
}
.index-solution--content .content-right .r-item .in-text span {
    display: inline-block;
    padding: 0 10px;
    line-height: 22px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    color: #999999;
    font-size: 12px;
    margin: 0 6px 6px 0;
}
.index-solution--content .content-right .r-item:hover {
    background: linear-gradient(0deg, #FEFEFE 0%, #F3F5F8 100%);
}
.index-solution--content .content-right .r-item:hover .title {
    color: #0066FF;
}
.index-solution--content .content-right .r-item:hover .hover-logo {
    opacity: 1;
}


/* 合作案例 */
.index-case {
    padding: 59px 0 0;
    min-width: 1200px;
}
.index-case--content {
    background: url(../img/new/tuc47.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    border-bottom: 1px solid #E6E6E6;
    padding: 0.5px 0 0 0;
}
.index-case--content .item {
    float: left;
    width: 50%;
    color: #666666;
    font-size: 15px;
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    overflow: hidden;
    transition: all .3s;
    position: relative;
}
.index-case--content .item-wrap {
    width: 600px;
}
.index-case--content .item::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 267px;
    background: url(../img/new/bg33.png);
    opacity: 0;
    transform: scale(1.06);
    transition: all .3s;
}
.index-case--content .item:nth-child(1), 
.index-case--content .item:nth-child(2) {
    border-top: 0;
}
.index-case--content .item:nth-child(odd) {
    border-left: 0;
}
.index-case--content .item:nth-child(odd) .item-wrap {
    padding: 46px 134px 40px 0;
    float: right;
}
.index-case--content .item:nth-child(even) .item-wrap {
    padding: 46px 0 40px 131px;
}
.index-case--content .item .i-logo {
    height: 47px;
}
.index-case--content .item .name {
    font-size: 20px;
    color: #111;
    margin-top: 30px;
}
.index-case--content .item .msg {
    margin-top: 30px;
}
.index-case--content .item .case {
    font-size: 14px;
    margin-top: 30px;
}
.index-case--content .item .case span {
    color: #0066FF;
    margin-right: 10px;
}
.index-case--content .item:hover {
    background: #fff;
}
.index-case--content .item:hover .name {
    color: #0066FF;
}
.index-case--content .item:hover::before {
    opacity: 1;
    transform: scale(1)
}

/* 以客户为中心的管家式服务 */
.index-heib {
    height: 340px;
    background: #282d33 url(../img/new/heib.jpg) no-repeat center;
    padding: 65px 0 0;
    min-width: 1200px;
}
.index-heib .index-title-box .title {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.index-heib .index-title-box .title-msg {
    color: #999999
}
.index-heib .box {
    overflow: hidden;
    text-align: center;
}
.index-heib .box .item {
    float: left;
    width: 33.33%;
    padding: 54px 0 0;
    font-size: 20px;
    color: #CCCCCC;
    text-align: center;
}
.index-heib .box .item .val {
    color: #fff;
    font-size: 24px;
}
.index-heib .box .item .val b {
    font-size: 36px;
}

/* 全终端 开始 */

.index-qzd {
    height: 500px;
    width: 100%;
    background: url(../img/new/fang-bg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.index-qzd .qzd-left {
    width: 340px;
    height: 500px;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-qzd .qzd-left .qzd-title {
    line-height: 1;
    font-size: 30px;
    color: #333;
}

.index-qzd .qzd-left .qzd-des {
    margin-top: 24px;
    font-size: 16px;
    line-height: 42px;
    color: #666;
}

.index-qzd .qzd-right {
    float: right;
    margin-left: 80px;
    position: relative;
    width: 670px;
    height: 500px;
}

.index-qzd .qzd-right .yuan {
    width: 250px;
    height: 192px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* background: url(../img/new/shexian.png) no left top;
    background-size: 100% auto; */
}

.index-qzd .qzd-right .shexian {
    width: 340px;
    height: 173px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 115px;
    margin: 0 auto;
}

.index-qzd .qzd-right .shexian img {
    width: 100%;
    height: 100%;
}

.index-qzd .qzd-right .qdz-yuan-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.index-qzd .qzd-right .yuan .yuan-t {
    width: 248px;
    height: 142px;
    z-index: 10;
}

.index-qzd .qzd-right .yuan .yuan-b {
    width: 237px;
    height: 152px;
    z-index: 8;
}

.index-qzd .qzd-right .yuan .yuan-b2 {
    width: 197px;
    height: 192px;
    z-index: 6;
}

.index-qzd .qzd-right .yuan .yuan-title {
    position: relative;
    z-index: 20;
    line-height: 192px;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.index-qzd .qzd-right .yuan-box {
    width: 120px;
    position: absolute;
}

.index-qzd .qzd-right .yuan-box img {
    display: block;
    width: 120px;
    height: 120px;
    cursor: pointer;
}

.index-qzd .qzd-right .yuan-box img:hover {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
}

.index-qzd .qzd-right .yuan-box p {
    text-align: center;
    width: 100%;
    color: #666;
    font-size: 16px;
}

.index-qzd .qzd-right .yuan-box.diannao {
    bottom: 50px;
    left: 0;
}

.index-qzd .qzd-right .yuan-box.mobile {
    bottom: 220px;
    left: 53px;
}

.index-qzd .qzd-right .yuan-box.ios {
    bottom: 334px;
    left: 190px;
}

.index-qzd .qzd-right .yuan-box.android {
    bottom: 334px;
    right: 190px;
}

.index-qzd .qzd-right .yuan-box.chengxu {
    bottom: 220px;
    right: 53px;
}

.index-qzd .qzd-right .yuan-box.wx {
    bottom: 50px;
    right: 0;
}


/* 全终端 结束 */


/* 开发流程 开始 */

.index-step {
    padding: 66px 0 55px;
    background: #F5F5F5;
}
.index-step .step-box {
    margin-top: 59px;
}
.index-step .step-box .step-item {
    float: left;
    width: 130px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.index-step .step-box .step-item .img-box {
    width: 130px;
    height: 114px;
    /* -webkit-transition:  0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; */
    cursor: pointer;
}

.index-step .step-box .step-item .step-h1 {
    font-size: 26px;
    font-family: DIN;
    font-weight: bold;
    font-style: italic;
    color: #808080;
    margin: 25px auto 15px;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    cursor: pointer;
}

.index-step .step-box .step-item .step-p {
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    cursor: pointer;
}

.index-step .step-box .step-item:hover .step-h1 {
    color: #5481fe;
}

.index-step .step-box .step-item:hover .step-p {
    color: #5481fe;
}

.index-step .step-box .odd-box {
    position: relative;
    margin: 0 20px;
}

.index-step .step-box .odd-box::after {
    content: '';
    height: 1px;
    width: 60px;
    position: absolute;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    background: #c8dbff;
    right: -40px;
    z-index: 10;
    top: 110px;
}

.index-step .step-box .even-box {
    position: relative;
}

.index-step .step-box .even-box::after {
    content: '';
    height: 1px;
    width: 60px;
    position: absolute;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    background: #c8dbff;
    right: -40px;
    z-index: 10;
    top: 110px;
}

.index-step .step-box .even-box:nth-last-child(1)::after {
    display: none;
}

.index-step .step-box .odd-box .img-box {
    margin-top: 80px;
}

.index-step .step-box .even-box .img-box {
    margin-bottom: 105px;
}

.index-step .step-box .step-1 .img-box {
    background: url(../img/new/step.png) 0 0 no-repeat;
    /* background-size: auto; */
}

.index-step .step-box .step-2 .img-box {
    background: url(../img/new/step.png) -130px 0 no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-3 .img-box {
    background: url(../img/new/step.png) -260px 0 no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-4 .img-box {
    background: url(../img/new/step.png) -390px 0 no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-5 .img-box {
    background: url(../img/new/step.png) -520px 0 no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-6 .img-box {
    background: url(../img/new/step.png) -650px 0 no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-7 .img-box {
    background: url(../img/new/step.png) -780px 0 no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-8 .img-box {
    background: url(../img/new/step.png) -910px 0 no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-1:hover .img-box {
    background: url(../img/new/step.png) 0 -114px no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-2:hover .img-box {
    background: url(../img/new/step.png) -130px -114px no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-3:hover .img-box {
    background: url(../img/new/step.png) -260px -114px no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-4:hover .img-box {
    background: url(../img/new/step.png) -390px -114px no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-5:hover .img-box {
    background: url(../img/new/step.png) -520px -114px no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-6:hover .img-box {
    background: url(../img/new/step.png) -650px -114px no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-7:hover .img-box {
    background: url(../img/new/step.png) -780px -114px no-repeat;
    /* background-size: 100% 100%; */
}

.index-step .step-box .step-8:hover .img-box {
    background: url(../img/new/step.png) -910px -114px no-repeat;
    /* background-size: 100% 100%; */
}


/* 开发流程 结束 */

.xwdt-list {
    margin-bottom: 66px;
    overflow: hidden;
}

.xwdt-list .item {
    color: #666666;
    width: 400px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.xwdt-list .figure-img {
    width: 380px;
    height: 220px;
    overflow: hidden;
    font-size: 0;
}

.xwdt-list .figure-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.xwdt-list .figure-title {
    line-height: 1;
    font-size: 18px;
    padding-left: 8px;
    border-left: 2px solid #5481fe;
    margin-bottom: 24px;
}

.xwdt-list .figure-intro {
    color: #666;
    line-height: 56px;
    padding: 0 10px;
    border: 1px solid #c5d8db;
    border-top: 0;
}

.xwdt-list .item p {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.xwdt-list .item .figure-one {
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.xwdt-list .item .figure-one:hover {
    -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.1);
}

.xwdt-list .item .figure-one:hover .figure-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.xwdt-list .item .figure-list {
    margin: 17px 0 10px;
}

.xwdt-list .item .figure-list p {
    line-height: 2.1;
}

.xwdt-list .item .figure-list p a {
    color: #666;
}

.xwdt-list .item .figure-list p span {
    color: #999;
}

.xwdt-list .item .figure-list p a:hover {
    color: #5481fe;
}

.xwdt-list .item .figure-list p a:hover span {
    color: #5481fe;
}

.xwdt-list .figure-more {
    font-size: 14px;
    color: #5481fe;
    padding-right: 14px;
    background: url(/static/index/img/litt/right.png) no-repeat right center;
}

/* 新闻资讯 */
.index-news {
    padding: 65px 0 0;
}
.news-content {
    margin-top: 45px;
    border-top: 1px solid #E6E6E6;
}
.news-content .item {
    float: left;
    padding: 47px 33px 58px;
    font-size: 16px;
    color: #666666;
    width: 383px;
    border-right: 1px solid #E6E6E6;
    cursor: pointer;
}
.news-content .item:nth-child(2n-1)  {
    padding: 47px 33px 58px 0;
}
.news-content .item:nth-child(3n)  {
    padding: 47px 0 58px 33px;
    border: 0;
}
.news-content .item:nth-child(2n)  {
    width: 416px;
}
.news-content .item .img-box {
    width: 350px;
    height: 250px;
    overflow: hidden;
}
.news-content .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.news-content .item .title {
    font-size: 18px;
    color: #111111;
    margin-top: 33px;
}
.news-content .item .time {
    color: #999999;
    margin-top: 6px;
}
.news-content .item .detail {
    margin: 20px 0 0;
    padding: 20px 0 0;
    line-height: 28px;
    border-top: 1px solid #E6E6E6;
    height: 104px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.news-content .item:hover .title {
    color: #0066FF;
}
.news-content .item:hover img {
    transform: scale(1.1);
}

/* 呆马生态圈 */
.index-dmstq {
    padding: 68px 0 55px;
    background: #F5F5F5;
}
.dmstq-menus {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    font-size: 0;
    margin-top: 50px;
}
.dmstq-menus .item {
    width: 25%;
    height: 99px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.dmstq-menus .item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #0066FF;
    transition: all .3s;
}
.dmstq-menus .item img {
    max-width: 180px;
    max-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .7;
}
.dmstq-menus .item.active::after {
    width: 100%;
}
.dmstq-menus .item.active img {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
}
.dmstq-panel {
    overflow: hidden;
    padding: 43px 0 0;
}
.dmstq-panel .img-box {
    width: 400px;
    height: 446px;
    float: left;
}
.dmstq-panel .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dmstq-panel .detail {
    margin-left: 447px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    padding-top: 12px;
}
.dmstq-panel .detail .text {
    text-indent: 2em;
}
.dmstq-panel .detail .link {
    display: inline-block;
    margin-top: 10px;
    color: #0066FF;
}
.dmstq-panel .detail .link img {
    height: 15px;
    vertical-align: middle;
    margin-top: -4px;
}
.dmstq-panel .qrcode-block {
    margin-top: 18px;
}
.dmstq-panel .qrcode-block .box {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin-right: 24px;
}
.dmstq-panel .qrcode-block .qr-img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 0 7px;
    background: url(../img/new/we1.png) no-repeat;
    padding: 15px;
}
.dmstq-panel .qrcode-block .qr-img img {
    width: 100%;
    height: 100%;
}

/* 证书 */
.index-certificate {
    background: #fff;
    height: 190px;
    padding: 30px 0;
}
.certificate-imgs {
    font-size: 0;
}
.certificate-imgs.str_wrap.str_active {
    background: #fff;
}
.certificate-imgs img {
    display: inline-block;
    height: 130px;
    margin-right: 29px;
}

/* 位置 */
.index-address {
    background: #F5F5F5;
    padding: 48px 0;
    min-width: 1200px;
}
.index-address img {
    display: block;
    margin: 0 auto;
}

/* 申请体验 */
.index-apply {
    min-width: 1200px;
    height: 210px;
    background: #0464fa url(../img/tuc34.png) no-repeat center;
    background-size: auto 100%;
    color: #fff;
    text-align: center;
    padding-top: 54px;
}
.index-apply .title {
    font-size: 36px;
    line-height: 1;
}
.index-apply a {
    display: block;
    margin: 36px auto 0;
    width: 150px;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s;
}
.index-apply a:hover {
    background: #fff;
    color: #0066FF;
}

/*合作伙伴*/

.hzhb-list {
    margin-bottom: 60px;
    overflow: hidden;
}

.index-hzhb .hzhb-img {
    display: block;
    width: 1129px;
    height: auto;
    margin: 0 auto 74px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.index-hzhb .hzhb-img:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.hzhb-list-wrap {
    width: 100%;
    height: 130px;
}

.hzhb-list .item {
    float: left;
    width: 20%;
    height: 130px;
    position: relative;
}

.hzhb-list .item .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 110px;
    overflow: hidden;
}

.hzhb-list .item .img img {
    margin-top: 0px;
}

.hzhb-list .item:hover img {
    margin-top: -110px;
}


/*底部联系我们*/

.main-bot {
    height: 374px;
    color: #fff;
    text-align: center;
    min-width: 1200px;
    overflow: hidden;
    background: #5481fe;
    position: relative;
}

.main-bot-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    /* z-index: 10; */
    top: 0;
    left: 0;
    height: 100%;
    -webkit-animation: bgScrollX 20s infinite linear;
    animation: bgScrollX 20s infinite linear;
}

.main-bot-bg .item {
    float: left;
    min-width: 1920px;
    height: 100%;
    background: url(../img/new/lianxi.png) no-repeat center bottom;
}

@-webkit-keyframes bgScrollX {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes bgScrollX {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.main-bot h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 88px;
}

.main-bot h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 13px;
}

.main-bot a {
    margin-top: 69px;
    display: inline-block;
    width: 220px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #5481fe;
    font-size: 16px;
    background: #fff;
    /* -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    position: relative;
    z-index: 100;
}


/* .main-bot a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 10%;
  height: 10px;
  width: 80%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
} */

.main-bot a:hover {
    box-shadow: 0 15px 10px -8px rgba(0, 0, 0, 0.4);
    transform: translateZ(0) scale(1.1);
    -webkit-transform: scale(1.02);
    /* transform: translateY(-5px); */
}


/* .main-bot a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
} */


/*Plugin CSS*/


/*Plugin CSS*/

.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_wrap.str_active {
    background: #f1f1f1;
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.str_wrap img {
    max-width: none !important;
}


/* 按钮动画 开始 */

.btn {
    display: inline-block;
    padding: 1em 1.6em;
    border-radius: 3px;
    margin-top: 2rem;
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.btn:hover {
    color: white;
}

.btn:hover:after {
    -webkit-animation-name: bgin;
    animation-name: bgin;
    -webkit-transform: skew(-45deg) translate(-50%);
    -ms-transform: skew(-45deg) translate(-50%);
    transform: skew(-45deg) translate(-50%);
}

.btn:after {
    content: '';
    z-index: -1;
    width: 150%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-animation-name: bgout;
    animation-name: bgout;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-transform: skew(-45deg) translate(-150%);
    -ms-transform: skew(-45deg) translate(-150%);
    transform: skew(-45deg) translate(-150%);
}

.btn--orange {
    border: 2px solid #f28e0a;
    color: #f28e0a;
}

.btn--orange:after {
    background-color: #f28e0a;
}

@-webkit-keyframes bgin {
    from {
        -webkit-transform: skew(-45deg) translate(-150%);
        transform: skew(-45deg) translate(-150%);
    }
    to {
        -webkit-transform: skew(-45deg) translate(-50%);
        transform: skew(-45deg) translate(-50%);
    }
}

@keyframes bgin {
    from {
        -webkit-transform: skew(-45deg) translate(-150%);
        transform: skew(-45deg) translate(-150%);
    }
    to {
        -webkit-transform: skew(-45deg) translate(-50%);
        transform: skew(-45deg) translate(-50%);
    }
}

@-webkit-keyframes bgout {
    from {
        -webkit-transform: skew(-45deg) translate(-50%);
        transform: skew(-45deg) translate(-50%);
    }
    to {
        -webkit-transform: skew(-45deg) translate(50%);
        transform: skew(-45deg) translate(50%);
    }
}

@keyframes bgout {
    from {
        -webkit-transform: skew(-45deg) translate(-50%);
        transform: skew(-45deg) translate(-50%);
    }
    to {
        -webkit-transform: skew(-45deg) translate(50%);
        transform: skew(-45deg) translate(50%);
    }
}


/* 按钮动画 结束 */


/* 弹跳动画 */

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


/* 弹跳动画 结束 */