﻿
html {
    font-size: 75px;
}

body {
    font-family: "微软雅黑";
    overflow-x: hidden;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #fff;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.ellipsis-6 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

img {
    border: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #BBBBBB;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BBBBBB;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BBBBBB;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #BBBBBB;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}


/* 公共样式*/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.time4 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.g-title {
    font-size: .48rem;
    font-family: PingFang SC;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
}

.g-title1 {
    margin-top: .266667rem;
    font-size: .213333rem;
    font-family: PingFang SC;
    text-align: center;
    line-height: .32rem;
}

.col {
    color: #282828 !important;
}

.col1 {
    color: #666666 !important;
}

.col2 {
    color: #fff !important;
}

.c {
    clear: both;
}

.h {
    width: 100%;
    height: 100px;
}

.index-scene-con .layout-right,
.case .case-list .list-box li .text-box,
.company dl dd:last-child,
.case-detail-left,
.related .key-word li,
.side-menu__block-inner,
.index-scene-con .layout-left dd {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.h100 {
    height: 100%;
}

.show {
    display: block !important;
}


/* header */

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

header.fixed {
    background: #fff;
    -moz-box-shadow: 0px 0px .133333rem rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0px 0px .133333rem rgba(0, 0, 0, .2);
    box-shadow: 0px 0px .133333rem rgba(0, 0, 0, .2);
}

header.fixed .header-w {
    height: 80px;
    line-height: 80px;
}

.header-w {
    margin: 0 auto;
    width: 1520px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    zoom: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.header-left {
    float: left;
}

.header-left img {
    height: 80%;
}

.header-right {
    font-size: 0;
    float: right;
}

.header-right .right-side-box {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.but-box {
    margin: 0 .666667rem 0 .266667rem;
    display: inline-block;
    vertical-align: middle;
}

.but-box a {
    animation: shake 1.82s cubic-bezier(0.4, 0, 1, 1) both;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-iteration-count: 1;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

.but-box a {
    display: block;
    width: 1.733333rem;
    height: .533333rem;
    border: 1px solid #fff;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border-radius: .266667rem;
    line-height: .533333rem;
    font-size: .186667rem;
    color: #fff;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.but-box a:hover {
    border: 1px solid #4698ff;
    background: rgba(0, 0, 0, 0);
    animation-name: shakeAnim;
    color: #4698ff;
}

@keyframes shakeAnim {
    0% {
        left: 0
    }
    1% {
        left: 0
    }
    2% {
        left: 0
    }
    3% {
        left: 0
    }
    4% {
        left: 0
    }
    5% {
        left: 0
    }
    6% {
        left: 0
    }
    7% {
        left: 0
    }
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.header-right ul {
    overflow: hidden;
    zoom: 1;
    line-height: 100%;
    color: #666666;
}

.header-right ul li {
    float: left;
}

.header-right ul li p {
    font-size: .186667rem;
}

.header-right ul li span {
    padding-top: .133333rem;
    display: block;
    font-size: .32rem;
    font-weight: bold;
}

.header-right ul li:last-child {
    padding-left: .133333rem;
}

header nav {
    float: right;
}

header nav ul li {
    margin-right: .8rem;
    float: left;
}

header nav ul li a {
    position: relative;
    font-size: .24rem;
    color: rgba(40, 40, 40, 1);
    font-weight: 500;
    line-height: 100%;
}

header nav ul .on a {
    color: rgba(70, 152, 255, 1);
}

header nav ul .on span {
    position: absolute;
    left: 50%;
    bottom: -0.186667rem;
    display: block;
    width: 120%;
    height: .08rem;
    border-radius: .04rem;
    background: linear-gradient(90deg, #67AAFF, #4698FF);
    line-height: .08rem;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}


/* index-banner */

.index-banner img {
    display: block;
    width: 100%;
    height: calc(100vh - 90px);
}

.index-banner .swiper-pagination-bullet {
    width: .426667rem;
    height: .08rem;
    background: #FFFFFF;
    border-radius: .04rem;
}

.index-banner .swiper-pagination {
    bottom: 25px !important;
}

.index-swiper .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.index-swiper .text-box .text-in {
    padding: 0 8%;
}

.index-swiper .text-box p {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 100%;
    font-family: Source Han Sans CN;
}

.index-swiper .text-box span {
    margin: 4.5% 0 5.5%;
    display: block;
    font-size: .266667rem;
    font-family: Source Han Sans CN;
    line-height: .453333rem;
    text-align: center;
}

.index-swiper .text-box a {
    display: block;
    margin: 0 auto;
    width: 2.666667rem;
    height: .666667rem;
    border-radius: .333333rem;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    line-height: .666667rem;
    font-size: .266667rem;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.index-swiper .text-box a:hover {
    background: #fff;
    color: #4698ff;
}

.index-solution {
    padding: 1.066667rem 0;
}

.solution-swiper {
    margin-top: .6rem;
    padding-bottom: .133333rem;
}

.solution-swiper {
    background: url(../image/index-bg.png) no-repeat right bottom;
    background-size: 100% 100%;
}

.solution-swiper img {
    display: block;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 .133333rem .133333rem rgba(0, 0, 0, .1);
}

.solution-swiper p {
    margin-bottom: .266667rem;
    font-size: .32rem;
    color: rgba(40, 40, 40, 1);
    font-weight: bold;
    text-align: center;
}

.solution-swiper a {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 1.733333rem;
    height: .533333rem;
    line-height: .533333rem;
    border-radius: .266667rem;
    border: 1px solid #4698ff;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    text-align: center;
    font-size: .186667rem;
    font-weight: 500;
    color: #fff;
}

.solution-swiper a:hover {
    color: #fff;
}

.solution-swiper .swiper-slide-active p {
    color: rgba(70, 152, 255, 1);
}

.solution-swiper .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.solution-swiper .swiper-slide-active,
.solution-swiper .swiper-slide-duplicate-active {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.solution-swiper .swiper-slide-active a,
.solution-swiper .swiper-slide-duplicate-active a {
    display: block;
}

.index-solution {
    text-align: center;
}

.solution-but {
    margin-top: .266667rem;
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    text-align: center;
    line-height: .666667rem;
    text-align: center;
}

.solution-but .left {
    float: left;
    margin-right: .6rem;
    width: .933333rem;
    height: .666667rem;
    background-color: rgba(221, 221, 221, 1);
    border-radius: .053333rem;
}

.solution-but .left img {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.solution-but .right {
    float: left;
    margin-left: .6rem;
    width: .933333rem;
    height: .666667rem;
    background-color: rgba(221, 221, 221, 1);
    border-radius: .053333rem;
}

.solution-but .swiper-pagination {
    float: left;
    position: relative;
    vertical-align: middle;
}

.solution-but .swiper-pagination-bullet {
    margin: 0 5px;
    width: .133333rem;
    height: .133333rem;
    background-color: rgba(70, 152, 255, 1);
    border-radius: 0px;
}

.solution-but .left:hover {
    background-color: rgba(70, 152, 255, 1);
}

.solution-but .right:hover {
    background-color: rgba(70, 152, 255, 1);
}

.index-scene {
    background: url(../image/index-bg1.png) no-repeat top center;
    padding: .8rem 0 1.066667rem;
    background-size: 100% 100%;
}

.index-scene-con {
    margin-top: .8rem;
}

.index-scene-con .layout {
    overflow: hidden;
    zoom: 1;
}

.index-scene-con .layout-left {
    float: left;
    width: 34.5%;
}

.index-scene-con .layout-left dl {
    float: right;
}

.index-scene-con .layout-left dd {
    position: relative;
    padding: .333333rem 30px .333333rem 0;
    font-size: .32rem;
    font-weight: bold;
    color: #fff;
    text-align: right;
    cursor: pointer;
}

.index-scene-con .layout-right {
    padding: .48rem 0 0 4%;
    float: right;
    width: 65.5%;
    color: #fff;
    box-sizing: border-box;
}

.index-scene-con .layout-left dl .on {
    font-size: .4rem;
    color: rgba(70, 152, 255, 1);
}

.index-scene-con .layout-left dl .on::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    background: url(../image/icon-2.png);
    width: 13px;
    height: 18px;
}

.index-scene-con .layout-right .tab-con {
    display: none;
}

.index-scene-con .layout-right .tab-con>p {
    font-size: .24rem;
    line-height: .4rem;
}

.index-scene-con .layout-right dl {
    margin: 14% 0 15%;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
}

.index-scene-con .layout-left dl {
    padding: .266667rem 0;
    border-right: 1px solid #FFFFFF;
}

.index-scene-con .layout-right dd {
    display: inline-block;
    vertical-align: top;
    margin-right: .8rem;
    text-align: center;
}

.index-scene-con .layout-right dd:last-child {
    margin-right: 0;
}

.index-scene-con .layout-right dd img {
    width: 1.066667rem;
    height: 1.066667rem;
}

.index-scene-con .layout-right dd p {
    margin-top: .266667rem;
    font-size: .186667rem;
    font-weight: 500;
}

.index-scene-con .layout-right a {
    display: block;
    width: 1.733333rem;
    height: .533333rem;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border-radius: .266667rem;
    line-height: .533333rem;
    text-align: center;
    color: #fff;
    font-size: .186667rem;
    font-weight: 500;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.index-scene-con .layout-right a:hover {
    background: #fff;
    color: #4698ff;
}

.index-extend {
    padding: 1.066667rem 0;
    overflow: hidden;
}

.index-extend .index-extend-con {
    position: relative;
    margin-top: 2.186667rem;
}

.index-extend-con ul li {
    position: absolute;
    text-align: center;
}

.index-extend-con ul li p {
    margin-top: .186667rem;
    font-size: .213333rem;
    color: #666666;
}

.index-extend-con ul li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/icon-not.png);
    box-shadow: 0px 3px 10px 0px rgba(22, 120, 244, 0.3);
    border-radius: 100%;
}

.index-extend-con ul .on::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/icon-on.png);
    box-shadow: 0px 3px 10px 0px rgba(22, 120, 244, 0.3);
    border-radius: 100%;
}

.index-extend-con ul li:first-child {
    bottom: 52px;
    left: 70px;
}

.index-extend-con ul li:first-child::before {
    position: absolute;
    right: -32px;
    bottom: -32px;
}

.index-extend-con ul li:nth-child(2) {
    bottom: 233px;
    left: 160px;
}

.index-extend-con ul li:nth-child(2)::before {
    position: absolute;
    right: 10px;
    bottom: -43px;
}

.index-extend-con ul li:nth-child(3) {
    bottom: 357px;
    left: 267px;
}

.index-extend-con ul li:nth-child(3)::before {
    position: absolute;
    right: 17px;
    bottom: -37px;
}

.index-extend-con ul li:nth-child(4) {
    bottom: 441px;
    left: 411px;
}

.index-extend-con ul li:nth-child(4)::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    bottom: -35px;
}

.index-extend-con ul li:nth-child(5) {
    bottom: 475px;
    left: 570px;
}

.index-extend-con ul li:nth-child(5)::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    bottom: -40px;
}

.index-extend-con ul li:nth-child(6) {
    bottom: 444px;
    right: 404px;
}

.index-extend-con ul li:nth-child(6)::before {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    bottom: -38px;
}

.index-extend-con ul li:nth-child(7) {
    bottom: 353px;
    right: 247px;
}

.index-extend-con ul li:nth-child(7)::before {
    position: absolute;
    left: -3px;
    bottom: -33px;
}

.index-extend-con ul li:nth-child(8) {
    bottom: 231px;
    right: 130px;
}

.index-extend-con ul li:nth-child(8)::before {
    position: absolute;
    left: 14px;
    bottom: -38px;
}

.index-extend-con ul li:last-child {
    bottom: 49px;
    right: 49px;
}

.index-extend-con ul li:last-child::before {
    position: absolute;
    left: -18px;
    bottom: -29px;
}

.index-extend-con .computer {
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.index-extend-con .computer .tab-wc {
    display: none;
}

.index-extend-con .computer a {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    width: 1.733333rem;
    height: .533333rem;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border-radius: .266667rem;
    line-height: .533333rem;
    text-align: center;
    color: #fff;
    font-size: .186667rem;
    font-weight: 500;
}

.index-extend-con .computer a:hover {
    background: #fff;
    color: #4698ff;
}

.index-use {
    padding: .933333rem 0 .826667rem;
    background: url(../image/index-bg3.png) no-repeat top center;
    background-size: 100% 100%;
}

.index-use .use-swiper {
    padding-top: .666667rem;
    text-align: center;
}

.index-use .use-swiper a {
    display: block;
    width: 100%;
}

.index-use .use-swiper img {
    display: block;
    width: 100%;
    position: relative;
}

.index-use .use-swiper img:hover {
    top: -10px;
}

.index-use .use-swiper p {
    margin: .2rem 0 .066667rem;
    font-size: .213333rem;
    color: #fff;
    font-weight: bold;
}

.index-use .use-swiper span {
    font-size: .186667rem;
    color: #fff;
}

.index-use .swiper-pagination {
    position: relative;
    margin-top: .266667rem;
}

.index-use .swiper-pagination-bullet {
    margin: 0 5px;
    width: .133333rem;
    height: .133333rem;
    background-color: #fff;
    border-radius: 0;
}


/* footer */

.apply {
    width: 100%;
    height: 2.933333rem;
    background-color: rgba(70, 152, 255, 1);
}

.apply-con {
    position: relative;
    height: 100%;
}

.apply-con img {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    height: 64%;
}

.apply-con p {
    float: left;
    margin-left: 22%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-size: .426667rem;
    color: #fff;
    font-weight: bold;
}

.apply-con a {
    float: left;
    margin-left: 10%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    display: block;
    width: 1.733333rem;
    height: .533333rem;
    border-radius: .266667rem;
    line-height: .533333rem;
    text-align: center;
    color: rgba(22, 120, 244, 1);
    font-size: .186667rem;
    background-color: #fff;
    border: 1px solid #fff;
}

.apply-con a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}

footer {
    background-color: rgba(48, 48, 48, 1);
}

footer .footer-layout {
    overflow: hidden;
    zoom: 1;
}

footer .footer-left {
    float: left;
    width: 39.75%;
    padding-bottom: .293333rem;
}

footer .footer-left .logo {
    display: block;
    max-width: 100%;
    margin: .533333rem 0 0;
}

footer .footer-left ul {
    margin: .16rem 0;
}

footer .footer-left ul li {
    font-size: .186667rem;
    color: rgba(255, 255, 255, .5);
    line-height: .373333rem;
}

footer .footer-left dd {
    float: left;
    text-align: center;
    margin-right: 80px;
}

footer .footer-left dd img {
    width: 100px;
    height: 100px;
}

footer .footer-left dd:last-child {
    margin-right: 0;
}

footer .footer-left dd p {
    margin-top: .133333rem;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    line-height: 100%;
}

footer .footer-right {
    float: right;
    width: 52.5%;
}

footer .footer-right .footer-nav {
    margin-top: 1.066667rem;
    font-size: 0;
}

footer .footer-right .footer-nav dl {
    margin-right: .626667rem;
    display: inline-block;
    font-size: .186667rem;
    vertical-align: top;
}

footer .footer-right .footer-nav dl:last-child {
    margin-right: 0;
}

footer .footer-right .footer-nav dl dt {
    margin-bottom: .16rem;
    font-size: .213333rem;
    color: #fff;
    font-weight: 500;
}

footer .footer-right .footer-nav dl dt a {
    color: #fff;
}

footer .footer-right .footer-nav dl dd {
    font-size: .186667rem;
    color: rgba(255, 255, 255, .5);
    line-height: .373333rem;
}

footer .footer-right .footer-nav dl dd a {
    color: rgba(255, 255, 255, .5);
}

footer .footer-right .footer-nav dl dd a:hover {
    color: #fff;
}

footer .footer-right .links {
    margin-top: .64rem;
    font-size: .186667rem;
    color: #fff;
    line-height: .373333rem;
}

footer .footer-right .links a {
    padding: 0 .066667rem;
    color: #fff;
}

footer .footer-right .links a:hover {
    color: rgba(255, 255, 255, .5);
}

.copyright {
    padding: .266667rem 0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    font-size: .186667rem;
    color: rgba(255, 255, 255, .5);
}

.copyright a {
    padding-left: 5px;
    color: rgba(255, 255, 255, .5);
    line-height: 100%;
}

.copyright a:hover {
    color: rgba(255, 255, 255, .5);
}


/* 客戶案例 */

.case-banner {
    position: relative;
}

.case-banner img {
    display: block;
    width: 100%;
}

.case-banner .text-box {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.case-banner .text-box p {
    font-size: .48rem;
    color: #fff;
    font-weight: 800;
}

.case-banner .text-box span {
    display: block;
    margin-top: .533333rem;
    font-size: .24rem;
    color: #fff;
    line-height: .453333rem;
}

.case {
    padding: 1.066667rem 0;
    background-color: RGBA(246, 248, 251, 1);
}

.case-loop .title-box {
    width: 67%;
    margin: 0 auto;
}

.case-loop .case-swiper {
    margin-top: .666667rem;
}

.case-loop .swiper-pagination {
    position: relative;
    margin-top: .32rem;
}

.case-loop .swiper-pagination-bullet {
    margin: 0 5px;
    width: .133333rem;
    height: .133333rem;
    background-color: rgba(18, 150, 219, 1);
    border-radius: 0;
}

.case .case-list {
    padding-top: .8rem;
}

.case .case-list .list-box {
    margin-top: .666667rem;
}

.case .case-list .list-box li {
    position: relative;
    float: left;
    width: 23.5%;
    margin: 0 2% .266667rem 0;
    background-color: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
}

.case .case-list .list-box li .img-box {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 71%;
}

.case .case-list .list-box li .text-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 8% 6%;
    font-size: .186667rem;
    color: rgba(40, 40, 40, 1);
    line-height: .293333rem;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    opacity: 0;
}

.case .case-list .list-box li .img-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 90%;
}

.case .case-list .list-box li:hover {
    box-shadow: 0px .133333rem .16rem 0px rgba(53, 53, 53, 0.15);
}

.case .case-list .list-box li:hover .text-box {
    opacity: 1;
    top: 0;
}

.case .case-list .list-box li:nth-child(4n) {
    margin-right: 0;
}


/* 关于云呐 */

.about-banner {
    position: relative;
}

.about-banner .c-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}

.about-banner img {
    display: block;
    width: 100%;
}

.about-banner .text-box {
    position: absolute;
    top: 60%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.about-banner .text-box p {
    font-size: .48rem;
    color: rgba(71, 153, 255, 1);
    font-weight: 800;
}

.about-banner .text-box span {
    display: block;
    margin-top: .533333rem;
    font-size: .24rem;
    color: rgba(40, 40, 40, 1);
    line-height: .453333rem;
}

.about {
    padding: .666667rem 0 1.066667rem 0;
    background-color: RGBA(246, 248, 251, 1);
}

.navFix {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e3e3e3;
    z-index: 99999;
}

.about-con {}

.about-con .about-layout {
    overflow: hidden;
    zoom: 1;
}

.about-con .about-left {
    float: left;
    width: 180px;
}

.about-con .about-right {
    float: right;
    width: 80.833333%;
}

.about-con .about-left ul {
    padding: .4rem 0;
    background-color: #fff;
}

.about-con .about-left li {
    margin-bottom: .266667rem;
}

.about-con .about-left li:last-child {
    margin-bottom: 0;
}

.about-con .about-left li a {
    display: block;
    margin: 0 auto;
    width: 1.733333rem;
    height: .533333rem;
    background: rgba(243, 243, 243, 0);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: .266667rem;
    line-height: .533333rem;
    text-align: center;
    font-size: .186667rem;
    color: rgba(102, 102, 102, 1);
    font-weight: 500;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.about-con .about-left li a:hover {
    border: 1px solid #67aaff;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    color: #fff;
}

.about-con .about-left .on a {
    border: 1px solid #67aaff;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    color: #fff;
}

.about-con .introduce dl {
    overflow: hidden;
    zoom: 1;
}

.about-con .introduce .left {
    float: left;
    width: 58%;
}

.about-con .introduce .left .title {
    margin-top: .2rem;
    font-size: .32rem;
    font-weight: 500;
    color: rgba(40, 40, 40, 1);
}

.about-con .introduce .left .text-box {
    margin-top: .266667rem;
}

.about-con .introduce .left p {
    font-size: .186667rem;
    line-height: .32rem;
    color: rgba(40, 40, 40, 1);
    text-align: justify;
    text-indent: 2em;
}

.about-con .introduce .right {
    float: right;
    width: 37.1%;
}

.about-con .introduce .right img {
    display: block;
    width: 100%;
}

.about-con .service {
    margin-top: .8rem;
}

.about-con .service dl {
    overflow: hidden;
    zoom: 1;
}

.about-con .service .left {
    float: left;
    width: 45.3%;
}

.about-con .service .left img {
    display: block;
    width: 100%;
}

.about-con .service .right {
    float: right;
    width: 49.5%;
}

.about-con .service .right .title {
    margin-top: .066667rem;
    font-size: .32rem;
    font-weight: 500;
    color: rgba(40, 40, 40, 1);
}

.about-con .service .right .text-box {
    margin-top: .533333rem;
}

.about-con .service .right p {
    font-size: .213333rem;
    color: rgba(40, 40, 40, 1);
    font-weight: bold;
    text-align: justify;
}

.about-con .service .right span,
.about-con .service .right p:nth-child(2) {
    margin-top: .066667rem;
    display: block;
    font-size: .186667rem;
    color: rgba(40, 40, 40, 1);
    line-height: .32rem;
    text-align: justify;
    text-indent: 2em;
    font-weight: 400;
}

.about-con .service .right li {
    margin-bottom: .133333rem;
}

.about-con .service .right li:last-child {
    margin-bottom: 0;
}

.about-con .honor {
    margin-top: .8rem;
}

.about-con .honor .title {
    font-size: .32rem;
    color: rgba(40, 40, 40, 1);
    font-weight: bold;
    text-align: center;
}

.honor-loop {
    margin-top: .8rem;
    padding-bottom: .48rem;
    background: url(../image/about-bg.png) no-repeat bottom left;
    background-size: 100%;
    overflow: hidden;
    zoom: 1;
}

.honor-loop .honor-swiper {
    margin: 0 auto;
    width: -webkit-calc(100% - 1.866667rem);
    width: -moz-calc(100% - 1.866667rem);
    width: calc(100% - 1.866667rem);
}

.honor-swiper .img-box {
    width: 59%;
    margin: 0 auto;
    background: #EDF0F5;
    box-shadow: 0px 2px 10px 0px rgba(53, 53, 53, 0.1) inset;
    padding: .12rem;
}


/* .honor-swiper .img-box{

    width: 100%;

} */

.honor-swiper .img-box>div {
    position: relative;
    height: 0;
    padding-top: 136%;
    width: 100%;
}

.honor-swiper .img-box>div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.honor-loop {
    position: relative;
}

.honor-loop .left {
    float: left;
    left: 0;
}

.honor-loop .right {
    float: right;
    right: 0;
}

.honor-loop .swiper-button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    width: .933333rem;
    height: .666667rem;
    background: #DDDDDD;
    border-radius: .053333rem;
}

.honor-loop .swiper-button img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.honor-loop .swiper-button:hover {
    background: rgba(70, 152, 255, 1);
}

.about-con .contact {
    margin-top: 1.066667rem;
}

.contact .contact-layout {
    overflow: hidden;
    zoom: 1;
}

.contact .contact-left {
    float: left;
    width: 61.8%;
}

.contact .contact-right {
    float: right;
    width: 33%;
}

#allmap {
    width: 100%;
    height: 4.8rem;
    overflow: hidden;
    font-family: "微软雅黑";
}

#allmap b {
    color: #CC5522;
    font-size: .186667rem;
    font-weight: bold;
}

#allmap p {
    margin-top: .066667rem;
    font-size: .173333rem;
    color: rgba(40, 40, 40, 1);
}

#allmap img {
    max-width: none;
}

.contact .contact-right .title {
    margin-top: .4rem;
    font-size: .32rem;
    color: rgba(40, 40, 40, 1);
    font-weight: bold;
}

.contact .contact-right .company {
    margin-top: .8rem;
}

.company .subtitle {
    font-size: .293333rem;
    color: rgba(40, 40, 40, 1);
    font-weight: bold;
}

.company dl {
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    margin-top: .4rem;
}

.company dl dd {
    font-size: .186667rem;
    color: rgba(40, 40, 40, 1);
    line-height: .293333rem;
    display: inline-block;
    vertical-align: middle;
}

.company dl dd:first-child {
    width: 11.25%;
}

.company dl dd:last-child {
    padding-left: 6%;
    width: 88.75%;
}


/* 案例详情 */

.case-detail {
    padding-bottom: .933333rem;
    background-color: RGBA(246, 248, 251, 1);
}

.case-detail-layout {
    overflow: hidden;
    zoom: 1;
}

.case-detail-left {
    float: left;
    width: 68.333333%;
}

.case-detail-right {
    float: right;
    width: 29.166666%;
    background-color: #fff;
}

.case-detail-left .title {
    font-size: .32rem;
    color: rgba(40, 40, 40, 1);
    font-weight: bold;
}

.case-detail-left .title-box {
    margin-bottom: .373333rem;
    text-align: center;
}

.case-detail-left .subtitle {
    margin-top: .266667rem;
    font-size: .186667rem;
    color: rgba(153, 153, 153, 1);
    line-height: 100%;
}

.case-detail-left .subtitle i {
    padding-left: 3%;
}

.case-detail-left .text-box {
    font-size: .186667rem;
    color: #282828;
    line-height: .32rem;
}

.case-detail-left .text-box p {
    text-align: justify;
    margin-bottom: .333333rem;
}

.case-detail-left .text-box p:last-child {
    margin-bottom: 0;
}

.case-detail-left .text-box img {
    padding: .133333rem 0 .466667rem 0;
    max-width: 100%;
}

.case-detail-left .detail {
    background-color: #fff;
    padding: .466667rem .266667rem;
    border-radius: .106667rem;
}

.case-detail-left .page {
    padding: .306667rem .266667rem;
    margin-top: .4rem;
    background-color: #fff;
}

.case-detail-left .page ul {
    overflow: hidden;
    zoom: 1;
}

.case-detail-left .page li {
    float: left;
    width: 50%;
    vertical-align: middle;
}

.case-detail-left .page li:last-child {
    text-align: right;
}

.case-detail-left .page li p {
    display: inline-block;
}

.case-detail-left .page li img {
    display: inline-block;
}

.case-detail-left .page dl {
    font-size: 0;
}

.case-detail-left .page dd {
    display: inline-block;
    vertical-align: top;
    font-size: .186667rem;
    color: rgba(40, 40, 40, 1);
}

.case-detail-left .page dl dd:first-child {
    width: 6.5%;
}

.case-detail-left .page dl dd:nth-child(2) {
    width: 18%;
}

.case-detail-left .page dl dd:last-child {
    width: 75.5%;
}

.case-detail-left .page li:last-child dl dd {
    float: right;
}

.case-detail-right .related {}

.related .title-box {
    padding: 0 .266667rem;
    height: .8rem;
    background-color: rgba(70, 152, 255, 1);
    border-radius: .106667rem .106667rem 0 0;
}

.related .title-box p {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-weight: 500;
    font-size: .266667rem;
    color: #fff;
}

.related .title-box img {
    padding-right: .133333rem;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.related .key-word {
    padding: .266667rem .266667rem;
}

.related .key-word ul {
    font-size: 0;
}

.related .key-word li {
    display: inline-block;
    width: 31.1%;
    margin: 0 3.35% .133333rem 0;
    height: .48rem;
    background: rgba(246, 246, 246, 0);
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: .186667rem;
    line-height: .453333rem;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.related .key-word li:nth-child(3n) {
    margin-right: 0;
}

.related .key-word li a {
    color: rgba(40, 40, 40, 1);
}

.related .key-word li:hover {
    background: #DDDDDD;
    border: 1px solid rgba(246, 246, 246, 0);
}

.related .key-word li:hover a {
    color: #fff;
}

.related>ul {
    padding: 0 .266667rem;
}

.related>ul li {
    padding: .4rem 0;
    border-top: 1px solid #EEEEEE;
}

.related>ul li p {
    font-size: .213333rem;
    color: rgba(40, 40, 40, 1);
    font-weight: bold;
}

.related>ul li span {
    display: block;
    margin-top: .2rem;
    font-size: .186667rem;
    color: rgba(40, 40, 40, 1);
    line-height: .32rem;
    text-align: justify;
}


/* 移动端导航 */

.side-menu__toggler {
    display: none;
}

.side-menu__block {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

@media only screen and (min-width:1025px) {
    .side-menu__block-overlay {
        opacity: .5;
    }
}

.side-menu-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    overflow-y: scroll;
}

.side-menu-bg::-webkit-scrollbar {
    width: 0;
}

.side-menu__block-inner {
    position: relative;
    width: 44%;
    margin: 0 0 0 auto !important;
    min-height: 100vh;
    background-color: #fcfcfc;
    z-index: 999999;
    padding: 0 3% 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-menu__block .main-navigation .submenu {
    display: none;
}

.side-menu__block__text {
    text-align: center;
}

.side-menu__block .navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: .533333rem;
    margin-bottom: .533333rem;
    border: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f2f4f7;
}

.side-menu__block .navigation-box ul ul {
    background-color: #d2d9e4;
}

.side-menu__block .navigation-box li+li {
    border-top: 1px solid #d2d9e4;
}

.side-menu__block .navigation-box li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #222222;
    font-size: .213333rem;
    position: relative;
    padding: 14px 0;
    padding-left: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.side-menu__block .navigation-box li a:before {
    content: '\f101';
    font-family: FontAwesome;
    margin-right: 15px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #222222;
    color: #fff;
    padding: 1.5px 10px;
}

.side-menu__block .navigation-box li a .sub-nav-toggler:before {
    content: '\f107';
    font-family: FontAwesome;
}

.side-menu__block .navigation-box li a:hover {
    color: #fff;
    background-color: #ca151d;
}

.side-menu__block__title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 0;
    margin-bottom: 15px;
}

.side-menu__block-line {
    margin: 40px 0;
    border-color: rgba(34, 34, 34, 0.2);
}

.side-menu__block-about {
    margin-top: 20px;
    width: 100%;
    outline: none;
}

.side-menu__block-about>ul {
    margin: auto auto auto 0;
}

.side-menu__block-about>ul>li {
    position: relative;
    border-bottom: 2px solid #dedede;
    line-height: 80px;
}

.side-menu__block-about li a {
    font-size: 22px;
    color: #000000;
}

.side-menu__block-about li a:hover {
    color: #b02c2a;
}

.sdclose {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(../image/close1-2.png) no-repeat center center;
    cursor: pointer;
    font-size: 0;
}


/* 新增下拉 */

.side-menu__block-about .tu-box {
    position: relative;
}

.side-menu__block-about .sub-tit.on .btn-v {
    background: url(../image/img6.png) center center no-repeat;
    background-size: 100%;
}

.side-menu__block-about .btn-v {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: inline-block;
    height: 20px;
    width: 20px;
    float: right;
    margin-right: 16px;
    margin-top: 0;
    background: url(../image/img5.png) center center no-repeat;
    background-size: 100%;
}

.side-menu__block-about .sec-list {
    line-height: 28px;
    padding: 1px 1.5%;
    display: none;
}

.side-menu__block-about .sec-list a {
    padding: 5px 0 0 4%;
    font-size: .293333rem;
    color: rgba(0, 0, 0, .6);
    display: block;
}

.side-menu__block-about .sec-list a:first-child {
    padding-top: 0;
}

@media only screen and (min-width:1025px) {
    .sdclose {
        display: none;
    }
}

.side-menu__block-contact__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.side-menu__block-contact__list-item {
    color: #222222;
    font-size: 20px;
    position: relative;
    padding-left: 50px;
    font-family: 'RUBIK';
    margin-bottom: 15px;
    line-height: 36px;
}

.side-menu__block-contact__list-item i {
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-menu__block-contact__list .ewm img {
    width: 108px;
    margin-left: 50px;
}

.side-menu__block-contact__list-item+.side-menu__block-contact__list-item {
    margin-top: 10px;
}

.side-menu__block__text-copy {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.side-menu__block-about__text {
    margin-bottom: 16px;
    color: #777777;
    font-size: 14px;
    line-height: 26px;
}


/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* 右侧边栏 */


/* 通用 */

.right_nav {
    font-size: .186667rem;
    color: #fff;
}


/* 侧边悬浮导航 */

.right_nav {
    right: .266667rem;
    bottom: 100px;
    position: fixed;
    text-align: left;
    z-index: 999;
    background: linear-gradient(360deg, RGBA(103, 170, 255, 1), RGBA(70, 152, 255, 1));
    border-radius: .053333rem;
}

.right_nav li {
    width: 1.066667rem;
    height: .933333rem;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.right_nav li:hover {
    background: rgba(0, 0, 0, .3);
}

.right_nav li:last-child {
    border-bottom: 0;
}

.right_nav li .iconBox {
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.right_nav li .iconBox img {
    max-width: 40%;
}

.right_nav li a h4 {
    color: #FFFFFF;
    margin-top: 6px;
    line-height: 100%;
}

.right_nav li h4 {
    margin-top: 6px;
    line-height: 100%;
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    padding-right: .266667rem;
    z-index: 10;
}

.right_nav li .hideBox .hb {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 .133333rem;
    border-top: 2px solid #4698ff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
    padding: .106667rem 0;
    border-bottom: 1px solid #4698ff;
    color: #4698ff;
    font-size: .213333rem;
    font-weight: 400;
    display: block;
    white-space: nowrap;
}

.right_nav li .hideBox .hb p {
    padding: .133333rem 0;
    font-size: .24rem;
    font-weight: bold;
    color: #666666;
    white-space: nowrap;
}

.right_nav li .hideBox .hb .qqtalk {
    padding: .066667rem 0;
}

.right_nav li .hideBox .hb .qqtalk a {
    display: flex;
    align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
    width: .4rem;
    height: .4rem;
}

.right_nav li .hideBox .hb .qqtalk p {
    font-size: .186667rem;
    font-weight: 400;
    white-space: nowrap;
    margin-left: .106667rem;
}

.right_nav .hideBox img {
    padding: .133333rem 0;
    width: 1.6rem;
    height: 1.6rem;
}

.right-box {
    right: .266667rem;
    bottom: 100px;
    position: fixed;
    text-align: left;
    z-index: 999;
    border-radius: .053333rem;
    width: 100px;
    padding: 10px;
    background: linear-gradient(360deg, RGBA(103, 170, 255, 1), RGBA(70, 152, 255, 1));
    border-radius: 4px;
}

.right-box img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.right-box p {
    font-size: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}


/* 弹窗 */

.tan-bg {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}

.tan-bg .tan-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    background: #FFFFFF;
    padding: 0 30px;
    border-radius: 8px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}

.tan-bg .tan-box p {
    margin: 7.69% 0;
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    line-height: 24px;
    text-align: center;
}

.tan-bg .tan-box ul li {
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 24px;
    text-align: left;
    border: 1px solid #DDDDDD;
    border-radius: 22px;
    box-sizing: border-box;
    padding-left: 5%;
    margin-bottom: 5.1%;
    z-index: 999;
}

.tan-bg .tan-box ul li input {
    width: calc(100% - 20%);
    font-size: 14px;
    line-height: 14px;
    padding: 15px 0;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 22px
}

.tan-bg .tan-box ul li:nth-child(2) {
    width: 64.1%;
    display: inline-block;
}

.tan-bg .tan-box ul li:nth-child(2) input {
    width: calc(100% - 31%);
}

.tan-bg .tan-box ul button.c-code {
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border-radius: 22px;
    width: 33.35%;
    height: 44px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    border: 0;
}

.tan-bg .tan-box button.submit {
    width: 100%;
    height: 44px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
    background: linear-gradient(90deg, #67aaff, #4698ff);
    border-radius: .293333rem;
    border: 0;
    margin-bottom: 7.2%;
}

button:disabled {
    color: #FFFFFF;
}

button:focus {
    outline: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.formtips {
    position: absolute;
    top: 21%;
    right: 5%;
    font-size: 16px;
    color: #FF5B48 !important;
    text-align: center;
}


/* end 弹窗 */

@media screen and (max-width: 1680px) {
    html {
        font-size: 70px;
    }
    .about-banner .text-box {
        left: 20%;
    }
}

@media screen and (max-width: 1600px) {
    .header-w {
        width: 92%;
    }
    .index-swiper .text-box p {
        font-size: 1.333333rem;
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 65px;
    }
    .header-w {
        height: 90px;
        line-height: 90px;
    }
    .h {
        height: 90px;
    }
    .index-extend .index-extend-con {
        margin-top: 2.666667rem;
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size: 60px;
    }
    .index-swiper .text-box p {
        font-size: 1.066667rem;
    }
    .right_nav li {
        padding: .066667rem;
    }
}

@media screen and (max-width: 1280px) {
    .index-extend-con ul li img {
        width: 50px;
    }
    .header-w {
        height: 80px;
        line-height: 80px;
    }
    .h {
        height: 80px;
    }
    header.fixed .header-w {
        height: 70px;
        line-height: 70px;
    }
}

@media screen and (max-width: 1280px) {
    .w1200 {
        width: 92%;
    }
    .index-swiper .text-box {
        width: 100%;
    }
    .index-extend-con ul {
        overflow: hidden;
        zoom: 1;
        font-size: 0;
    }
    .index-extend-con ul li {
        display: inline-block;
        width: 11.11111111%;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
    }
    .index-extend-con>img {
        display: none;
    }
    .index-extend-con ul li::before {
        display: none;
    }
    .index-extend-con ul .on::before {
        display: none;
    }
    .index-extend-con .computer {
        margin-top: 5%;
        position: relative;
        bottom: 0;
        left: 0;
        transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }
    .index-extend-con .computer img {
        display: block;
        margin: 0 auto;
        max-width: 60%;
    }
    .index-extend-con ul .on p {
        color: #4698ff;
        font-weight: bold;
    }
    .index-extend .index-extend-con {
        margin-top: .666667rem;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 55px;
    }
    .header-right {
        display: none;
    }
    header nav {
        display: none;
    }
    header.fixed .header-w {
        height: 80px;
        line-height: 80px;
    }
    .side-menu__toggler {
        display: block;
        float: right;
    }
    .side-menu__toggler img {
        height: 28px;
    }
    footer .footer-right {
        width: 58%;
    }
    footer .footer-right .footer-nav dl {
        margin-right: .266667rem;
    }
    .about-left {
        width: 141px;
    }
}

@media screen and (max-width: 960px) {
    .side-menu__block-about>ul>li {
        line-height: 70px;
    }
    .side-menu__block-about li a {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
    .side-menu__block-about>ul>li {
        line-height: 60px;
    }
    .side-menu__block-about li a {
        font-size: 18px;
    }
    footer .footer-right {
        display: none;
    }
    footer .footer-left {
        width: 100%;
    }
    footer .footer-left ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .index-extend-con .computer img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 50px;
    }
    .header-w {
        height: 60px;
        line-height: 60px;
    }
    .index-banner img {
        height: calc(100vh - 60px);
    }
    .h {
        height: 60px;
    }
    header.fixed .header-w {
        height: 60px;
        line-height: 60px;
    }
    .side-menu__block-inner {
        padding: 0 5% 0;
        width: 100%;
    }
    .sdclose {
        width: 25px;
        height: 25px;
        margin-top: 2%;
        margin-right: 2%;
    }
    .side-menu__toggler img {
        height: 24px;
    }
    .index-extend-con ul li {
        width: 33.333333%;
        margin-bottom: 20px;
    }
    footer .footer-left dd {
        margin-right: 0;
        width: 50%;
    }
    .about-con .about-left {
        display: none;
    }
    .about-con .about-right {
        width: 100%;
    }
    .case-detail-left,
    .case-detail-right {
        float: none;
        width: 100%;
    }
    .case-detail-right {
        margin-top: 5%;
    }
    .case .case-list .list-box li {
        width: 48%;
        margin: 0 4% .266667rem 0 !important;
    }
    .case .case-list .list-box li:nth-child(2n) {
        margin-right: 0% !important;
    }
    .case .case-list .list-box li:nth-child(4n) {
        margin-right: 0;
    }
    .case .case-list .list-box li:nth-child(3n) {
        margin-right: 0;
    }
    .right_nav {
        bottom: 0;
        right: unset;
        width: 100%;
        text-align: center;
        display: none;
    }
    .right_nav li {
        display: inline-block;
        width: 19%;
        padding: .066667rem 0;
        vertical-align: top;
    }
    .right_nav li .hideBox {
        top: -110%;
        right: 8%;
    }
    .right_nav .dingding .hideBox {
        top: -230%;
    }
    .right_nav .lxkf .hideBox {
        top: -128%;
    }
    .pagination li a {
        padding: 0 10px !important;
        line-height: 30px;
    }
    .index-scene {
        background: url(../image/index-bg1.png) no-repeat top left;
        padding: .8rem 0 1.066667rem;
    }
    .index-use {
        padding: .933333rem 0 .826667rem;
        background: url(../image/index-bg3.png) no-repeat top left;
    }
    .right-box {
        width: 70px;
    }
}

@media screen and (max-width: 640px) {
    .header-left img {
        height: 70%;
    }
    .about-banner .c-mask {
        display: block;
    }
    .about-banner .text-box span {
        color: #FFFFFF;
    }
    .index-banner img {
        height: auto;
    }
    .side-menu__toggler img {
        height: 20px;
    }
    .index-swiper .text-box span {
        display: none;
    }
    .index-swiper .text-box .text-in {
        padding: 0;
    }
    .index-swiper .text-box p {
        font-size: .8rem;
    }
    .index-swiper .text-box a {
        margin-top: 6%;
    }
    .index-scene-con .layout-left dl {
        float: none;
        padding: 0;
        border: 0;
    }
    .index-scene-con .layout-left dl .on::after {
        display: none;
    }
    .index-scene-con .layout-left dd {
        padding: 0;
        font-size: 12px;
        width: 100%;
        padding: 15px 0;
        border-right: 1px solid #ccc;
        text-align: center;
    }
    .index-scene-con .layout-left dl .on {
        border-top: 1px solid #ccc;
        border-left: 2px solid rgba(70, 152, 255, 1);
        border-right: none !important;
        border-bottom: 1px solid #ccc;
    }
    .index-scene-con .layout-left {
        width: 25%;
    }
    .index-scene-con .layout-right {
        padding: 0 5%;
        width: 75%;
    }
    .index-scene-con .layout-left dl .on {
        font-size: 12px;
    }
    .index-scene-con .layout-right dd {
        margin: 0 0 20px 0;
        width: 50%;
    }
    .apply {
        height: 2rem;
    }
    .apply-con p {
        margin-left: 0;
        font-size: .32rem;
    }
    .apply-con img {
        left: 0;
    }
    .apply-con a {
        float: right;
    }
    .about-con .introduce .right {
        float: none;
        width: 100%;
    }
    .about-con .introduce .left {
        float: none;
        width: 100%;
    }
    .about-con .introduce .right img,
    .about-con .service .left img {
        max-height: 200px;
    }
    .about-con .introduce .left .text-box {
        margin-bottom: .266667rem;
    }
    .about-con .service .right,
    .about-con .service .left,
    .contact .contact-left,
    .contact .contact-right {
        float: none;
        width: 100%;
    }
    .about-con .service .right .text-box {
        margin-bottom: .266667rem;
    }
    .about-con .introduce .left .text-box,
    .about-con .service .right span {
        line-height: 24px;
    }
    .right_nav li .hideBox {
        right: -35%;
    }
    .case-detail-left .page li {
        width: 100%;
    }
    .case-detail-left .page li:last-child {
        text-align: left;
        margin-top: 5%;
    }
    .case-detail-left .page li:last-child dl dd {
        float: left;
    }
    .case-detail-left .text-box p {
        font-size: 14px;
        line-height: 22px;
    }
    .case-detail-left .title {
        font-size: 18px;
    }
    .about-banner .text-box span {
        text-align: left;
    }
    #container {
        height: 300px;
    }
}

@media screen and (max-width:432px) {
    .about-banner img,
    .case-banner img {
        width: auto;
        height: 200px;
    }
}

@media screen and (max-width:414px) {
    .about-banner .text-box span {
        margin: .133333rem;
    }
    .about-banner .text-box p {
        font-size: .426667rem;
    }
    .about-banner,
    .case-banner {
        overflow: hidden;
    }
    .about-banner img,
    .case-banner img {
        width: auto;
        height: 200px;
    }
    .case-banner .text-box {
        box-sizing: border-box;
        padding-right: 15px;
    }
    .case-banner .text-box p {
        text-align: center;
    }
}


/* 翻页 */

.pagination {
    margin-top: .666667rem;
    height: 35px;
    font-size: 0;
    text-align: center;
}

.pagination li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    padding: 0 20px;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 14px;
    color: rgba(40, 40, 40, 1);
    line-height: 33px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.pagination li a:hover {
    background: #4698FF;
    border: 1px solid #4698FF;
    color: #FFFFFF;
}

.pagination .active a {
    background: #4698FF;
    border: 1px solid #4698FF;
    color: #FFFFFF;
}

.pagination .left a {
    padding: 0 15px;
    background: #FFFFFF !important;
    border: 1px solid #DDDDDD !important;
}

.pagination .right a {
    padding: 0 15px;
    background: #FFFFFF !important;
    border: 1px solid #DDDDDD !important;
}


/* 新增 */

.c-left-nav .navFix {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #e3e3e3;
    z-index: 99999;
}


/* 合作伙伴 */

.ellipsis-7 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.c-hb-ul li:hover img {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

.c-jh-ul li>div p:nth-child(2) {
    text-align: justify !important;
}

.c-zs-ul li {
    position: relative;
    box-shadow: 0px 2px 6px 0px rgba(53, 53, 53, 0.1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.c-zs-ul li:hover {
    box-shadow: 0px 10px 20px 0px rgba(53, 53, 53, 0.1);
}

.c-zs-ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 80%;
}

.c-lx-ul li div a:first-child {
    border: 1px solid #4698ff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.c-lx-ul li div a:first-child:hover {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #4698ff;
    color: #4698ff;
}

.c-jh-ul li>div>div a:first-child {
    border: 1px solid #4698ff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.c-jh-ul li>div>div a:first-child:hover {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #4698ff;
    color: #4698ff;
}

.c-hb-ul li p:nth-child(3) {
    margin: 0 auto;
    width: 76%;
    line-height: .293333rem;
}

.c-jh-ul li {
    overflow: hidden;
    border-radius: .106667rem !important;
}

.c-jh-ul li .img-box {
    padding: 0 !important;
    overflow: hidden;
}

#LRdiv0 {
    display: none !important;
}

.c-jh-ul li .img-box img {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.c-jh-ul li .img-box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.c-hb-swiper {
    display: none
}

.c-hb-swiper1 {
    display: none;
}

.c-lx-bg .swiper-pagination {
    display: none;
}

.c-bg .swiper-pagination {
    display: none;
}

.formtips {
    font-size: 14px;
    color: #4698ff;
    text-align: center;
}

.case-swiper a img {
    width: 100%;
}

@media screen and (max-width:1366px) {
    .c-lx-ul {
        margin: 0 auto;
        width: 80%;
    }
}

@media screen and (max-width:1200px) {
    .c-lx-ul {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .c-hb-swiper {
        display: block;
    }
    .c-hb-swiper1 {
        display: block;
    }
    .c-lx-bg .swiper-pagination {
        display: block;
        position: relative;
    }
    .c-lx-bg .swiper-pagination-bullet {
        margin: 0 5px;
        background-color: #fff !important;
        border-radius: 0 !important;
    }
    .c-bg .swiper-pagination {
        display: block;
        position: relative;
    }
    .c-bg .swiper-pagination-bullet {
        margin: 0 5px;
        background-color: #000 !important;
        border-radius: 0 !important;
    }
    .move-none {
        display: none;
    }
    .c-hb-ul li p:nth-child(3) {
        width: 100%;
    }
    .c-hb-ul li img {
        width: 50% !important;
    }
    .c-lx-ul li p:nth-child(2) {
        font-size: 16px !important;
    }
    .c-lx-ul li p:nth-child(3) {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .c-jh-ul li>div p:nth-child(1) {
        font-size: 16px !important;
    }
    .c-jh-ul li>div p:nth-child(2) {
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .c-jh-ul li {
        height: 9rem !important;
    }
    .about-banner .text-box {
        width: 92%;
        left: auto;
    }
    .about-con .introduce .left p,
    .about-con .service .right span {
        font-size: 14px;
        line-height: 30px;
    }
    .about-con .service .right p {
        font-size: 14px;
    }
    .about-con .introduce .left .title,
    .about-con .service .right .title {
        font-size: 16px;
    }
    .company dl dd {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width:450px) {
    .tan-bg .tan-box {
        width: 92%;
    }
    .tan-bg .tan-box ul li input {
        width: calc(100% - 25%);
    }
    .tan-bg .tan-box ul li:nth-child(2) input {
        width: calc(100% - 40%);
    }
}