.header {
    width: 100vw;
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    z-index: 999
}

.header nav a {
    font-size: 18px;
    color: white
}

.header nav .logo img {
    vertical-align: middle
}

.header nav menu a {
    text-align: center;
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 31px;
    border: 1px solid white;
    vertical-align: middle;
    margin-top: -3px;
    border-radius: 16px
}

.header nav menu a:last-child {
    margin-left: 15px;
    background-color: white;
    color: #3C7BFF
}

.header nav li {
    position: relative;
    float: left;
    margin-right: 40px
}

.header nav li a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    height: 100%
}

.header nav li:hover > a::before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 46px
}

.header nav li article {
    overflow: hidden;
    width: 233px;
    height: 0;
    line-height: 50px;
    position: absolute;
    top: 58px;
    left: -70px;
    background-color: white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    box-shadow: 2px 2px 8px #808080;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header nav li article:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 106px;
    top: -8px
}

.header nav li article a {
    width: 50%;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    color: #676767;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    float: left;
    padding: 0;
    text-align: center
}

.header nav li article a:hover {
    color: #3C7BFF
}

.header nav li article a.active {
    color: #3C7BFF
}

.header nav li .cp-nav {
    overflow: hidden;
    position: absolute;
    background: white;
    width: 674px;
    height: 0;
    border-radius: 8px;
    left: -200px;
    box-shadow: 2px 2px 8px #808080;
    color: black;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.header nav li .cp-nav:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 216px;
    top: -8px
}

.header nav li .cp-nav a {
    color: #676767;
    height: 40px;
    line-height: 40px;
    padding: 0;
    padding-left: 30px
}

.header nav li .cp-nav a i {
    display: inline-block;
    width: 21px;
    height: 23px;
    background: url(../image/hot.png) no-repeat;
    vertical-align: middle;
    margin-top: -2px
}

.header nav li .cp-nav a:hover {
    color: #3C7BFF
}

.header nav li .cp-nav > div {
    width: 25%;
    float: left
}

.header nav li .cp-nav > div p {
    font-size: 20px;
    padding-left: 30px
}

.header nav li .cp-nav > div div {
    border-right: 1px solid rgba(60, 123, 255, 0.07);
    line-height: 40px;
    min-height: 164px
}

.header nav li.active > a {
    position: relative
}

.header nav li.active > a::before {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 46px
}

.header nav #cp:hover .cp-nav {
    height: 260px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    overflow: visible
}

.header nav #wd:hover article, .header nav #about:hover article {
    padding-top: 16px;
    opacity: 1;
    height: 160px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    overflow: visible
}

.header-active {
    background: url(../image/nav-bj.jpg) repeat-x
}

@keyframes myrotate {
    form {
        transform: rotateZ(0deg)
    }
    to {
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes myrotate {
    form {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

.banner {
    position: relative
}

.banner .sw-1 .sbp-1 {
    left: 20px
}

.banner .sw-1 .sbn-1 {
    right: 20px
}

.banner .swiper-slide {
    height: 657px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.banner .swiper-slide .w1200 {
    position: relative;
    height: 515px
}

.banner .swiper-slide .w1200 .product-quotation {
    width: 900px;
    height: 100%;
    color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px
}

.banner .swiper-slide .w1200 .product-quotation > p {
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 336px
}

.banner .swiper-slide .w1200 .product-quotation > p img {
    vertical-align: middle;
    margin-right: 15px
}

.banner .swiper-slide .w1200 .product-quotation button {
    font-size: 20px;
    border: none;
    display: inline-block;
    cursor: pointer
}

.banner .swiper-slide .w1200 .product-quotation .try-out {
    width: 132px;
    color: #3C7BFF;
    line-height: 36px;
    background: white;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 3px 2px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 3px 2px 0px rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 30px
}

.banner .swiper-slide .w1200 .product-quotation .application {
    color: white;
    background: none;
    line-height: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0
}

.banner .swiper-slide .w1200 .product-quotation h1 {
    font-size: 27px;
    text-align: center;
    margin-bottom: 15px
}

.banner .swiper-slide .w1200 .product-quotation h4 {
    text-align: center;
    margin-top: 10px
}

.banner .swiper-slide .w1200 .product-quotation h4 a {
    display: inline-block;
    color: white;
    margin-right: 32px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.banner .swiper-slide .w1200 .product-quotation h4 a:hover {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider {
    width: 615px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    padding-top: 65px
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale {
    width: 100%;
    height: 20px
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span {
    width: 12.5%;
    height: 20px;
    float: left;
    position: relative;
    cursor: pointer
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span i {
    font-style: normal;
    position: absolute
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span .slider-bar, .banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span .slider-price {
    top: -10px;
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%)
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span .slider-price {
    top: 55px
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span::before {
    display: block;
    content: '';
    width: 1px;
    height: 9px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 40px
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span:first-child {
    width: 6.5%
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span:last-child {
    width: 18.5%
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span:last-child .slider-bar, .banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span:last-child .slider-price {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span:last-child .slider-bar {
    right: 12px
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-scale span:last-child::before {
    display: none
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-100 {
    width: 100%;
    height: 13px;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-progress {
    width: 6.5%;
    height: 13px;
    background-color: #3C7BFF;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid white;
    position: absolute;
    left: 0;
    top: 83px;
    overflow: visible !important
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-progress .small {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    border: 1px solid #3C7BFF;
    position: absolute;
    top: -4px;
    right: -8px;
    cursor: pointer
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-progress .small span {
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: white;
    border-radius: 5px;
    color: #3C7BFF;
    text-align: center;
    position: absolute;
    top: -70px;
    left: -24px
}

.banner .swiper-slide .w1200 .product-quotation .recharge-slider .slider-progress .small span::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: white;
    position: absolute;
    bottom: -5px;
    left: 30px;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.banner .swiper-slide .w1200 .pq-1 {
    padding-top: 150px;
    padding-right: 70px
}

.banner .swiper-slide .w1200 .pq-3 {
    padding-top: 150px;
    padding-right: 70px
}

.banner .swiper-slide .w1200 .pq-3 h1 {
    font-size: 40px
}

.banner .swiper-slide .w1200 .pq-4 {
    padding-top: 160px;
    padding-right: 70px
}

.banner .swiper-slide .w1200 .pq-4 h1 {
    font-size: 40px
}

.banner .swiper-slide .w1200 .banner-c {
    position: absolute;
    right: 60px;
    top: 90px;
    text-align: center
}

.banner .swiper-slide .w1200 .banner-c .img {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    animation: 18s linear infinite myrotate;
    -webkit-animation: 18s linear infinite myrotate
}

.banner .swiper-slide .w1200 .banner-c1 {
    width: 361px;
    height: 384px;
    line-height: 384px
}

.banner .swiper-slide .w1200 .banner-c1 img {
    vertical-align: middle
}

.banner .swiper-slide .w1200 .banner-c2 {
    right: 56px;
    top: 104px
}

.banner .swiper-slide .w1200 .banner-c2 span {
    position: absolute;
    color: white
}

.banner .swiper-slide .w1200 .banner-c2 img {
    display: block;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    animation: 18s linear infinite myrotate;
    -webkit-animation: 18s linear infinite myrotate
}

.banner .swiper-slide .w1200 .banner-c2 span:nth-child(2), .banner .swiper-slide .w1200 .banner-c4 span:nth-child(2) {
    top: 30px;
    right: -24px
}

.banner .swiper-slide .w1200 .banner-c2 span:nth-child(3), .banner .swiper-slide .w1200 .banner-c4 span:nth-child(3) {
    left: 0;
    bottom: 40px
}

.banner .swiper-slide .w1200 .banner-c3 {
    width: 353px;
    height: 363px;
    line-height: 363px;
    right: 50px;
    top: 90px
}

.banner .swiper-slide .w1200 .banner-c3 img {
    vertical-align: middle
}

.banner .swiper-slide .w1200 .banner-c4 {
    width: 310px;
    height: 310px;
    line-height: 310px;
    right: 60px;
    top: 110px
}

.banner .swiper-slide .w1200 .banner-c4 img {
    vertical-align: middle
}

.banner .sp-1 {
    bottom: 170px
}

.banner .sp-1 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background-color: #3C7BFF;
    border: 1px solid white;
    opacity: 1
}

.banner .sp-1 .swiper-pagination-bullet-active {
    width: 26px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.banner .introduction {
    width: 100%;
    height: 160px;
    line-height: 160px;
    z-index: 9;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.16)
}

.banner .introduction p {
    text-align: center;
    width: 25%;
    float: left;
    color: white;
    font-size: 18px;
    position: relative
}

.banner .introduction p img {
    vertical-align: middle;
    margin-top: -8px
}

.banner .introduction p span {
    margin-left: 20px
}

.banner .introduction p:nth-child(2)::before {
    display: block;
    content: '';
    width: 3px;
    height: 50px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 55px
}

.banner .introduction p:nth-child(2)::after {
    display: block;
    content: '';
    width: 3px;
    height: 50px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 55px
}

.banner .introduction p:nth-child(3)::after {
    display: block;
    content: '';
    width: 3px;
    height: 50px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 55px
}

.index-products {
    padding: 20px 0
}

.index-products ul:first-child {
    margin-bottom: 70px
}

.index-products li {
    width: 25%;
    float: left;
    text-align: center
}

.index-products li img {
    display: block;
    width: 121px;
    height: 127px;
    margin: 0 auto;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.index-products li:hover img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.index-products li a {
    display: block
}

.index-products li a p:nth-child(2) {
    font-size: 18px;
    color: black;
    margin-bottom: 10px;
    margin-top: 25px
}

.index-products li a p:nth-child(3) {
    line-height: 23px;
    font-size: 12px;
    color: #7C7C7C
}

.bg-color {
    background: #F5F6F7
}

.article-title {
    text-align: center;
    font-size: 30px;
    color: black
}

.our-advantage {
    padding-bottom: 60px
}

.our-advantage dl {
    margin-top: 40px
}

.our-advantage dd {
    display: block;
    width: 280px;
    float: left;
    background: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px;
    padding-top: 0
}

.our-advantage dd img {
    display: block;
    height: 160px;
    margin: 0 auto;
    margin-top: 20px
}

.our-advantage dd h3 {
    color: black;
    font-size: 20px;
    text-align: center;
    margin: 20px 0
}

.our-advantage dd:nth-child(2) {
    margin: 0 20px
}

.our-advantage dd:nth-child(3) {
    margin-right: 20px;
}

.user-service {
    background: linear-gradient(108.9deg, rgba(5, 58, 175, 0.9), rgba(41, 102, 221, 0.85));
    background: -webkit-linear-gradient(left, rgba(5, 58, 175, 0.9), rgba(41, 102, 221, 0.85));
    background: -moz-linear-gradient(left, rgba(5, 58, 175, 0.9), rgba(41, 102, 221, 0.85));
    background: -o-linear-gradient(left, rgba(5, 58, 175, 0.9), rgba(41, 102, 221, 0.85));
    background: -ms-linear-gradient(left, rgba(5, 58, 175, 0.9), rgba(41, 102, 221, 0.85));
    position: relative
}

.user-service .w1200 {
    height: 420px;
    position: relative
}

.user-service .w1200 > img {
    position: absolute;
    top: 35px
}

.user-service .w1200 > img:nth-child(1) {
    left: -100px
}

.user-service .w1200 > img:nth-child(2) {
    right: -100px
}

.user-service dl {
    width: 940px;
    margin: 0 auto;
    padding-top: 90px
}

.user-service dd {
    float: left;
    color: white;
    -webkit-font-feature-settings: 'tnum';
    -moz-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum'
}

.user-service dd h1 {
    position: relative;
    font-size: 50px
}

.user-service dd h1 span {
    font-size: 20px
}

.user-service dd h1 img {
    position: absolute;
    top: 0;
    right: 0
}

.user-service dd p {
    font-size: 20px
}

.user-service dd:nth-child(2) {
    margin: 0 194px
}

.user-service dd:nth-child(3) {
    margin-right: 196px
}

.user-service .bg {
    z-index: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.evaluation {
    padding: 20px 0
}

.evaluation .swiper-slide .item {
    width: 1000px;
    margin: 40px auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 230px;
    padding: 34px;
    color: black;
    background-color: white
}

.evaluation .swiper-slide .item dd {
    float: left;
    height: 154px
}

.evaluation .swiper-slide .item dd:nth-child(1) {
    width: 200px
}

.evaluation .swiper-slide .item dd:nth-child(1) h2 {
    line-height: 42px
}

.evaluation .swiper-slide .item dd:nth-child(1) p {
    line-height: 22px;
    margin-top: 20px
}

.evaluation .swiper-slide .item dd:nth-child(2) {
    width: calc(100% - 250px);
    line-height: 154px;
    position: relative
}

.evaluation .swiper-slide .item dd:nth-child(2) p {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px
}

.evaluation .swiper-slide .item dd:nth-child(2) span {
    font-size: 90px;
    line-height: 30px;
    color: #DCDCDC;
    position: absolute;
    top: 20px
}

.evaluation .swiper-slide .item dd:nth-child(2) span:nth-child(1) {
    left: -50px
}

.evaluation .swiper-slide .item dd:nth-child(2) span:nth-child(2) {
    right: -50px
}

.evaluation .swiper-slide:nth-child(1) .item {
    box-shadow: 0px 0px 30px 0px rgba(161, 161, 161, 0.5)
}

.evaluation .swiper-button-prev, .evaluation .swiper-button-next {
    opacity: 0.3;
    top: 56%
}

.understand-us dl {
    margin-top: 20px
}

.understand-us dd {
    float: left;
    width: 380px;
    background: white;
    padding-bottom: 20px
}

.understand-us dd > a {
    display: block
}

.understand-us dd > a img {
    display: block;
    width: 100%
}

.understand-us dd > a h3 {
    text-align: center;
    font-size: 18px;
    color: black;
    margin-top: 20px;
    margin-bottom: 30px
}

.understand-us dd ul {
    min-height: 90px;
    margin: 0 15px
}

.understand-us dd ul li {
    line-height: 30px
}

.understand-us dd ul li a {
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.understand-us dd ul li a:hover {
    color: #3C7BFF
}

.understand-us dd ul li a::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3C7BFF;
    position: absolute;
    left: 0;
    top: 10px
}

.understand-us dd ul li a span:first-child {
    display: inline-block;
    margin-left: 30px;
    width: 226px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.understand-us dd ul li a span:last-child {
    float: right
}

.understand-us dd .more {
    margin: 0 15px;
    margin-top: 20px
}

.understand-us dd .more a {
    color: #3C7BFF
}

.understand-us dd:nth-child(2) {
    margin: 0 30px
}

.cp-introduction {
    width: 500px;
    text-align: center;
    padding-top: 30px
}

.cp-introduction h3 {
    margin: 30px 0;
    font-size: 20px
}

.cp-introduction p {
    text-align: left;
    margin-left: 200px;
    position: relative;
    line-height: 24px
}

.cp-introduction p::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3C7BFF;
    position: absolute;
    left: -20px;
    top: 6px
}

.cp-introduction a {
    display: inline-block;
    width: 84px;
    line-height: 33px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: linear-gradient(-90deg, #6fb2ff, #3c7bff);
    color: white;
    margin-top: 30px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.cp-introduction a:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.item-hover {
    color: black
}

.item-hover ul {
    width: 240px;
    margin-top: 60px
}

.item-hover ul li {
    position: relative;
    font-size: 18px;
    margin-bottom: 40px;
    cursor: pointer
}

.item-hover ul li p {
    position: relative;
    line-height: 30px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.item-hover ul li p i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px
}

.item-hover ul li p i img {
    height: 25px
}

.item-hover ul li p i:nth-child(1) {
    width: 25px;
    height: 25px;
    margin-left: 20px
}

.item-hover ul li p i:nth-child(2) {
    width: 43px;
    height: 43px;
    line-height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3C7BFF;
    text-align: center;
    position: absolute;
    left: 88px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    opacity: 0
}

.item-hover ul li p i:nth-child(2) img {
    vertical-align: middle
}

.item-hover ul li:nth-child(1), .item-hover ul li:nth-child(6) {
    margin-left: 70px
}

.item-hover ul li:nth-child(1)::before, .item-hover ul li:nth-child(6)::before {
    display: block;
    content: '';
    width: 25px;
    border-top: 1px dashed #3C7BFF;
    position: absolute;
    right: -10px;
    top: 15px;
    opacity: 0.3
}

.item-hover ul li:nth-child(2), .item-hover ul li:nth-child(5) {
    margin-left: 45px
}

.item-hover ul li:nth-child(2)::before, .item-hover ul li:nth-child(5)::before {
    display: block;
    content: '';
    width: 60px;
    border-top: 1px dashed #3C7BFF;
    position: absolute;
    right: -10px;
    top: 15px;
    opacity: 0.3
}

.item-hover ul li:nth-child(3)::before, .item-hover ul li:nth-child(4)::before {
    display: block;
    content: '';
    width: 100px;
    border-top: 1px dashed #3C7BFF;
    position: absolute;
    right: -10px;
    top: 15px;
    opacity: 0.3
}

.item-hover ul li.active p {
    color: #3C7BFF
}

.item-hover ul li.active i:nth-child(2) {
    opacity: 1
}

.item-hover .item-content {
    position: relative;
    margin-left: 10px
}

.item-hover .item-content img {
    width: 250px;
    height: 480px
}

.item-hover .item-content p {
    background-color: #3C7BFF;
    width: 190px;
    margin: 0 auto;
    position: absolute;
    top: 110px;
    left: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-size: 12px;
    line-height: 20px
}

.item-hover .item-content p * {
    max-width: 100%;
    height: auto
}

.item-hover .item-content p audio {
    display: block;
    height: 60px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -24px
}

.fr .item-hover ul {
    margin-left: 120px
}

.fr .item-hover ul li i:nth-child(1) {
    margin-right: 20px;
    margin-left: 0
}

.fr .item-hover ul li i:nth-child(2) {
    left: -9px
}

.fr .item-hover ul li:nth-child(1), .fr .item-hover ul li:nth-child(6) {
    margin-left: 0
}

.fr .item-hover ul li:nth-child(1)::before, .fr .item-hover ul li:nth-child(6)::before {
    right: auto;
    left: -120px;
    top: 15px
}

.fr .item-hover ul li:nth-child(2), .fr .item-hover ul li:nth-child(5) {
    margin-left: 45px
}

.fr .item-hover ul li:nth-child(2)::before, .fr .item-hover ul li:nth-child(5)::before {
    width: 105px;
    right: auto;
    left: -165px;
    top: 15px
}

.fr .item-hover ul li:nth-child(3), .fr .item-hover ul li:nth-child(4) {
    margin-left: 70px
}

.fr .item-hover ul li:nth-child(3)::before, .fr .item-hover ul li:nth-child(4)::before {
    width: 135px;
    right: auto;
    left: -195px;
    top: 15px
}

.cp-sms {
    padding: 50px 0
}

.cp-mms {
    padding: 50px 0
}

.cp-vipsms ul {
    margin-top: 80px
}

.cp-vipsms ul li:nth-child(1), .cp-vipsms ul li:nth-child(5) {
    margin-left: 70px
}

.cp-vipsms ul li:nth-child(1)::before, .cp-vipsms ul li:nth-child(5)::before {
    display: block;
    content: '';
    width: 25px;
    border-top: 1px dashed #3C7BFF;
    position: absolute;
    right: -10px;
    top: 15px;
    opacity: 0.3
}

.cp-vipsms ul li:nth-child(2), .cp-vipsms ul li:nth-child(4) {
    margin-left: 45px
}

.cp-vipsms ul li:nth-child(2)::before, .cp-vipsms ul li:nth-child(4)::before {
    display: block;
    content: '';
    width: 60px;
    border-top: 1px dashed #3C7BFF;
    position: absolute;
    right: -10px;
    top: 15px;
    opacity: 0.3
}

.cp-vipsms ul li:nth-child(3)::before {
    display: block;
    content: '';
    width: 100px;
    border-top: 1px dashed #3C7BFF;
    position: absolute;
    right: -10px;
    top: 15px;
    opacity: 0.3
}

.cp-vo {
    padding: 50px 0
}

.cp-vo .cp-introduction {
    width: 400px
}

.cp-vo .cp-introduction p {
    margin-left: 160px
}

.cp-vo .cp-voice {
    position: relative;
    padding-left: 50px;
    width: 750px;
    display: inline-block
}

.cp-vo .cp-voice .item-1 {
    margin-top: 110px
}

.cp-vo .cp-voice .arrow {
    position: absolute;
    top: 200px;
    left: 400px
}

.cp-vo .cp-voice .fr {
    position: relative;
    margin-left: 10px
}

.cp-vo .cp-voice .fr > img {
    width: 250px;
    height: 480px
}

.cp-vo .cp-voice .fr .vo-content {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 110px;
    color: black
}

.cp-vo .cp-voice .fr .vo-content h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.cp-vo .cp-voice .fr .vo-content p {
    width: 86%;
    margin: 0 auto;
    margin-top: 100px
}

.cp-vo .cp-voice .fr .vo-content p span {
    display: inline-block;
    width: 49%
}

.cp-vo .cp-voice .fr .vo-content p span img {
    margin-bottom: 2px
}

.cp-vo .cp-voice .fr .vo-content .yycd_ri_p2 {
    background-color: #3C7BFF;
    position: absolute;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    left: 3%;
    top: -20px
}

.cp-vo .cp-voice .fr .vo-content .abs {
    width: 203px;
    height: 52px;
    line-height: 52px;
    background: linear-gradient(-126.8deg, #6fb2ff, #3c7bff);
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    margin: 0 auto;
    color: white;
    margin-top: 30px;
    position: relative
}

.cp-vo .cp-voice .fr .vo-content .abs .drag_bar {
    display: inline-block;
    width: 52px;
    height: 52px;
    background: white;
    box-shadow: 0px 0px 5px 0px #adc8ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(../image/ic37.png) #fff no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.discoloration {
    position: relative;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 50px;
    cursor: pointer
}

.discoloration::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 18px;
    width: 1px;
    height: 48px;
    border-left: 1px solid #979797
}

.discoloration i {
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #979797;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 20px;
    position: relative;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.discoloration i img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.discoloration i img:nth-child(2) {
    opacity: 0
}

.discoloration.active::before {
    border-left: 1px solid #3C7BFF
}

.discoloration.active i {
    background: #3C7BFF;
    border: 1px solid #3C7BFF
}

.discoloration.active img:nth-child(1) {
    opacity: 0
}

.discoloration.active img:nth-child(2) {
    opacity: 1
}

.iphoneX {
    display: inline-block;
    width: 250px;
    height: 480px;
    background: url(../image/iphoneX2.png);
    background-size: 100% 100%
}

.al-sms {
    color: black
}

.al-sms .discoloration:last-child::before {
    display: none
}

.al-sms h2 {
    font-size: 22px
}

.al-sms ul li:nth-child(1) {
    width: 260px;
    padding-top: 90px
}

.al-sms ul li:nth-child(2) {
    width: 940px
}

.al-sms .swiper-slide {
    padding-bottom: 70px;
    text-align: center;
    background-color: white
}

.al-sms .swiper-slide div {
    display: inline-block;
    width: 250px;
    height: 480px;
    background: url(../image/iphoneX2.png);
    background-size: 100% 100%
}

.al-sms .swiper-slide div img {
    margin-top: 80px;
    width: 205px
}

.al-sms .swiper-slide p {
    display: inline-block;
    width: 240px;
    color: white;
    background-color: #3C7BFF;
    padding: 30px;
    text-align: left;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    vertical-align: top;
    margin-top: 20%;
    margin-left: 60px;
    position: relative
}

.al-sms .swiper-slide p::before {
    position: absolute;
    left: -14px;
    top: 50%;
    content: "";
    width: 16px;
    height: 16px;
    background: #3C7BFF;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

.al-mms ul li:nth-child(1) {
    width: 260px;
    padding-top: 90px
}

.al-mms ul li:nth-child(2) {
    width: 940px
}

.al-mms .discoloration:last-child::before {
    display: none
}

.al-mms .swiper-container .swiper-slide {
    text-align: center;
    padding-bottom: 100px
}

.al-mms .swiper-container .swiper-slide .iphoneX {
    margin: 0 40px;
    position: relative
}

.al-mms .swiper-container .swiper-slide .iphoneX img {
    margin-top: 80px;
    width: 205px
}

.al-mms .swiper-container .swiper-slide .iphoneX p {
    text-align: left;
    background-color: #3C7BFF;
    width: 190px;
    margin: 0 auto;
    position: absolute;
    top: 110px;
    left: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-size: 12px;
    line-height: 20px
}

.al-mms .swiper-container .swiper-slide .iphoneX p * {
    max-width: 100%;
    height: auto;
    margin-top: 0
}

.al-mms .swiper-container .swiper-slide .iphoneX p audio {
    display: block;
    height: 60px;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -24px
}

.min-nav {
    background: rgba(60, 123, 255, 0.08);
    height: 66px;
    line-height: 66px
}

.min-nav nav {
    text-align: center
}

.min-nav nav a {
    display: inline-block;
    width: 122px;
    font-size: 16px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.min-nav nav a:hover {
    background: #3C7BFF;
    color: white
}

.min-nav nav .active {
    background: #3C7BFF;
    color: white
}

.precipitate .w1200 {
    padding: 0 40px
}

.precipitate .w1200 div {
    width: 50%;
    float: left
}

.precipitate .w1200 div img {
    display: block
}

.precipitate .w1200 div h3 {
    margin-bottom: 34px
}

.precipitate .w1200 div p {
    line-height: 22px;
    text-indent: 28px;
    margin-bottom: 20px;
    color: black
}

.precipitate .w1200 div:nth-child(2) {
    padding-top: 36px
}

.userservice {
    color: black
}

.userservice ul {
    margin-top: 50px
}

.userservice li {
    width: 25%;
    float: left;
    text-align: center
}

.userservice li p {
    font-size: 45px;
    color: #3C7BFF;
    margin-bottom: 20px
}

.corporate {
    color: white
}

.corporate div.fl {
    background: linear-gradient(-128.9deg, #6fb2ff, #3c7bff);
    width: 680px;
    height: 389px
}

.corporate div.fl h3 {
    color: white;
    margin: 25px 0
}

.corporate div.fl span {
    display: inline-block;
    font-size: 16px;
    padding-left: 60px;
    position: relative
}

.corporate div.fl span:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    position: absolute;
    left: 35px;
    top: 5px
}

.corporate div.fl table {
    margin: 0 20px
}

.corporate div.fl tr td {
    padding-bottom: 30px
}

.corporate div.fl tr td:last-child {
    line-height: 22px
}

.honor h3 {
    margin-bottom: 30px
}

.honor table {
    width: 100%;
    text-align: center;
    line-height: 26px
}

.logo-wall {
    height: 355px;
    background-image: url(../image/logobj.jpg);
    background-repeat: no-repeat;
    background-position: center center
}

.logo-wall .w1200 {
    position: relative
}

.logo-wall img {
    opacity: 0.6;
    position: absolute
}

@keyframes logo {
    0% {
        opacity: 0.6;
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(1.2)
    }
    100% {
        opacity: 0.6;
        transform: scale(1)
    }
}

.page {
    text-align: right;
    margin: 30px 0
}

.page a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.page a:hover {
    color: #3C7BFF
}

.page a.active {
    background: #3C7BFF;
    color: white
}

.page a.active:hover {
    color: white
}

.page a:first-child {
    width: 32px
}

.page a:last-child {
    width: 32px
}

.news-body .new-list {
    width: 880px
}

.news-body .new-list .lists-content a {
    display: block;
    line-height: 24px;
    /*padding-left: 20px;*/
    border-bottom: dashed 1px #CDCDCD;
    margin-top: 10px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.news-body .new-list .lists-content a:hover {
    color: #3C7BFF
}

.news-body .new-list .lists-content a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-body .new-list .lists-content a p i {
    margin-left: 5px
}

.right-sidebar {
    width: 270px
}

.right-sidebar h3 {
    font-size: 16px;
    color: #3C7BFF;
    margin-top: 20px;
    margin-bottom: 10px
}

.right-sidebar form {
    position: relative
}

.right-sidebar form input {
    display: block;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #CDCDCD
}

.right-sidebar form i {
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 0;
    cursor: pointer
}

.right-sidebar ul a {
    display: block;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.right-sidebar ul a:hover {
    color: #3C7BFF
}

.right-sidebar ul span {
    margin-right: 15px
}

.right-sidebar > div a {
    display: block;
    padding: 6px 5px;
    border: 1px solid #CDCDCD;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.right-sidebar > div a:hover {
    color: #3C7BFF;
    border: 1px solid #3C7BFF
}

.job h4 {
    font-size: 16px;
    text-align: center;
    line-height: 29px;
    color: black
}

.job ul {
    margin-top: 30px
}

.job li.bd4 {
    border-top: 4px solid #3C7BFF
}

.job li .job-title {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    margin-top: -1px;
    cursor: pointer
}

.job li .job-title span {
    display: inline-block;
    width: 33.3333%;
    float: left
}

.job li .job-title span:nth-child(2) {
    text-align: center
}

.job li .job-title span:nth-child(3) {
    text-align: right
}

.job li .job-title span:nth-child(3) i {
    color: #3C7BFF
}

.job li .job-content {
    line-height: 22px;
    padding-bottom: 20px
}

.job li .job-content h3 {
    margin: 20px 0
}

.job li .job-content .tip {
    margin-top: 15px;
    color: #FF7D00
}

.us {
    padding: 60px 0;
    color: black
}

.us .w1200 > div {
    display: inline-block
}

.us hr {
    width: 270px;
    margin: 10px 0
}

.us .firm {
    font-size: 23px
}

.us ul {
    margin-top: 50px
}

.us li {
    font-size: 16px;
    margin-top: 30px;
    line-height: 30px
}

.us li img {
    vertical-align: middle;
    margin-right: 4px
}

.us .fr {
    padding-top: 40px
}

#bdMap {
    height: 440px
}

.bdMap {
    color: black
}

.bdMap > p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px
}

.bdMap .w1200 > div {
    width: 585px;
    display: inline-block
}

.bdMap input, .bdMap textarea {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 0 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 20px;
    outline: none
}

.bdMap textarea {
    resize: none;
    height: 160px;
    padding: 10px
}

.bdMap button {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #3C7BFF;
    font-size: 18px;
    text-align: center;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    cursor: pointer
}

.cl-header {
    height: 50px;
    line-height: 50px;
    color: #BBBBBB
}

.cl-header span i {
    color: #656565
}

.cl-header a {
    color: #BBBBBB
}

.article-body {
    padding-top: 0
}

.article-body .article-left {
    width: 900px;
    border-right: 1px solid #F0F0F0
}

.article-body .article-left .article-header {
    border-bottom: 1px solid #F0F0F0
}

.article-body .article-left .article-header .article-data {
    background: #3C7BFF;
    background: linear-gradient(323deg, #6fb2ff 0%, #3c7bff 100%);
    color: white;
    text-align: center;
    width: 75px;
    height: 75px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px
}

.article-body .article-left .article-header .article-data span {
    font-size: 34px
}

.article-body .article-left .article-header .article-t {
    width: 810px;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    margin-left: 10px
}

.article-body .article-left .article-header .article-t p:nth-child(1) {
    color: black;
    font-size: 20px;
    line-height: 22px
}

.article-body .article-left .article-header .article-t p:nth-child(1) span {
    font-size: 12px;
    color: #979797
}

.article-body .article-left .article-header .article-t p:nth-child(1) i {
    margin-left: 8px
}

.article-body .article-left .article-header .article-t p:nth-child(2) {
    margin-top: 7px
}

.article-body .article-left .article-header .article-t p:nth-child(2) > a {
    display: inline-block;
    color: #3C7BFF;
    border: 1px solid;
    padding: 0 6px;
    line-height: 23px;
    height: 22px;
    margin-right: 3px
}

.article-body .article-left .article-header .article-t p:nth-child(2) span a {
    color: #3C7BFF
}

.article-body .article-left .article-header .article-t .share {
    margin-top: -5px
}

.article-body .article-left .article-header .article-t .share span {
    vertical-align: top
}

.article-body .article-left .article-header .article-t .share a {
    display: inline-block;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #666666;
    text-align: center;
    margin: 2px
}

.article-body .article-left article {
    padding: 20px;
    line-height: 22px;
    min-height: 600px
}

.article-body .article-left article a:hover {
    color: #3C7BFF
}

.article-body .article-left article * {
    max-width: 100% !important;
    word-wrap: break-word;
    white-space: normal
}

.article-body .article-left .dabulous-one {
    width: 850px;
    border-bottom: 1px solid #F0F0F0;
    text-align: center
}

.article-body .article-left .dabulous-one a {
    display: inline-block;
    width: 85px;
    height: 85px;
    background: #3C7BFF;
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.article-body .article-left .dabulous-one a i {
    font-size: 43px;
    margin-top: 14px
}

.article-body .article-left .dabulous-one p {
    line-height: 22px;
    margin: 10px 0
}

.article-body .article-left .ual-pages {
    width: 850px;
    padding-top: 10px;
    border-top: 1px solid #CDCDCD
}

.article-body .article-left .ual-pages a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.article-body .article-left .ual-pages a:hover {
    color: #3C7BFF
}

.p-verify-code {
    position: relative;
    padding-bottom: 0
}

.p-verify-code .svg {
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px
}

.p-verify-code .svg i {
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.p-verify-code .svg i:nth-child(1) {
    width: 11px;
    height: 11px;
    background: #053aaf;
    top: 134px;
    left: 647px
}

.p-verify-code .svg i:nth-child(2) {
    width: 19px;
    height: 19px;
    background: #3c7bff;
    opacity: 0.192;
    top: 139px;
    left: 225px
}

.p-verify-code .svg i:nth-child(3) {
    width: 19px;
    height: 19px;
    background: #3c7bff;
    opacity: 0.67;
    top: 181px;
    right: 256px
}

.p-verify-code .svg i:nth-child(4) {
    width: 19px;
    height: 19px;
    background: #3c7bff;
    opacity: 0.3014;
    top: 208px;
    left: 70px
}

.p-verify-code .svg i:nth-child(5) {
    width: 11px;
    height: 11px;
    background: #053aaf;
    opacity: 0.17;
    top: 255px;
    left: 472px
}

.p-verify-code .svg i:nth-child(6) {
    width: 19px;
    height: 19px;
    background: #3c7bff;
    opacity: 0.56;
    top: 261px;
    right: 121px
}

.p-verify-code .svg i:nth-child(7) {
    width: 11px;
    height: 11px;
    background: #ffe37f;
    top: 286px;
    left: 119px
}

.p-verify-code .svg i:nth-child(8) {
    width: 11px;
    height: 11px;
    background: #053aaf;
    opacity: 0.3348;
    top: 288px;
    right: 390px
}

.p-verify-code .svg i:nth-child(9) {
    width: 11px;
    height: 11px;
    background: #053aaf;
    opacity: 0.17;
    top: 487px;
    left: 79px
}

.p-verify-code .svg i:nth-child(10) {
    width: 11px;
    height: 11px;
    background: #053aaf;
    opacity: 0.17;
    top: 469px;
    right: 233px
}

.p-verify-code .svg i:nth-child(11) {
    width: 19px;
    height: 19px;
    background: #ffe37f;
    opacity: 0.3014;
    top: 568px;
    right: 77px
}

.p-verify-code .switch－content {
    width: 345px;
    margin: 0 auto;
    height: 305px;
    margin-top: 260px;
    background: url(../image/Group11@2x.png);
    position: relative;
    z-index: 2
}

.p-verify-code .switch－content .vcode-btn div {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: white;
    text-align: center;
    position: absolute;
    cursor: pointer
}

.p-verify-code .switch－content .vcode-btn svg {
    position: absolute;
    overflow: auto
}

.p-verify-code .switch－content .vcode-btn polyline {
    fill: white;
    stroke: #EFEFEF;
    stroke-width: 2px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(1) {
    width: 88px;
    height: 88px;
    line-height: 88px;
    background: #5185ea;
    top: -195px;
    left: 72px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(1) svg {
    width: 65px;
    height: 106px;
    top: 100%;
    left: 44px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(2) {
    width: 110px;
    height: 110px;
    line-height: 110px;
    background: #3c7bff;
    right: -200px;
    top: -36px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(2) svg {
    width: 91px;
    height: 80px;
    left: -91px;
    top: 55px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(3) {
    width: 106px;
    height: 106px;
    line-height: 106px;
    background: #3c7bff;
    right: -235px;
    top: 165px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(3) svg {
    width: 129px;
    height: 42px;
    left: -129px;
    top: 55px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(4) {
    width: 88px;
    height: 88px;
    line-height: 88px;
    background: #5185ea;
    top: -101px;
    left: -134px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(4) svg {
    width: 125px;
    height: 62px;
    left: 100%;
    top: 44px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(5) {
    color: white;
    width: 97px;
    height: 97px;
    line-height: 97px;
    background: #ffac5c;
    left: -177px;
    top: 100px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(5) svg {
    width: 80px;
    height: 30px;
    left: 100%;
    top: 20px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(6) {
    color: white;
    width: 104px;
    height: 104px;
    line-height: 104px;
    background: #ffac5c;
    left: 290px;
    top: -190px
}

.p-verify-code .switch－content .vcode-btn div:nth-child(6) svg {
    width: 95px;
    height: 86px;
    left: -40px;
    top: 100%
}

.p-verify-code .switch－content .vcode-btn .active polyline {
    stroke: #3C7BFF;
    stroke-width: 3px
}

.p-verify-code .switch－content h6 {
    display: block;
    text-align: center;
    padding-top: 120px
}

.p-verify-code .switch－content p {
    width: 266px;
    margin: 0 auto;
    background: #3C7BFF;
    color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px
}

.time-vertical {
    position: relative;
    padding: 30px 0
}

.time-vertical:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    border-right: 3px solid #3C7BFF
}

.time-vertical li {
    width: 100%;
    margin-bottom: 50px
}

.time-vertical li p {
    position: relative;
    width: 50%
}

.time-vertical li p:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #3C7BFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px
}

.time-vertical li p span {
    font-size: 16px;
    color: black;
    margin: 0 30px
}

.time-vertical li:last-child {
    margin-bottom: 0
}

.time-vertical .right p {
    float: right
}

.time-vertical .right p:before {
    left: -4px
}

.time-vertical .left {
    text-align: right
}

.time-vertical .left p:before {
    right: -8px
}

.time-vertical .left span {
    float: right
}

.characteristic .time-vertical {
    margin-top: 40px
}

.dxyz-case li {
    width: 25%;
    float: left
}

.dxyz-case li div {
    position: relative
}

.dxyz-case li div p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 185px;
    height: 120px;
    background: #3C7BFF;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    left: 58px;
    top: 210px
}

.dxyz-case li div p:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -17px;
    border-top: 24px solid transparent;
    border-right: 20px solid #3C7BFF;
    border-bottom: 24px solid transparent;
    border-left: 20px solid transparent
}

.dxyz-case h4 {
    width: 180px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 26px;
    color: #3C7BFF
}

.voice-code .voice-content {
    background: url(../image/bj.png) no-repeat center center
}

.voice-code .cp-vo {
    text-align: center;
    padding-bottom: 0
}

.voice-code .cp-vo .arrow {
    top: 230px;
    left: 360px
}

.voice-code .cp-vo .yycd_ri_p2 {
    font-size: 14px !important;
    left: 67% !important;
    top: -30px !important
}

.voice-code .cp-vo .yycd_ri_p2 img {
    margin-top: 10px
}

.voice-code .cp-voice {
    text-align: left;
    padding-left: 0
}

.yycd-case ul li p {
    padding-top: 15px;
    top: 220px;
    height: 90px;
    text-align: center
}

.yycd-case ul li p:before {
    display: none
}

.yycd-case ul li p img {
    margin-top: 20px
}

.yycd-case ul li p .before {
    position: absolute;
    right: 104%;
    top: 8px
}

.yycd-case2 .article-title {
    padding-bottom: 30px
}

.yycd-case2 .cp-vo {
    padding: 0
}

.yycd-case2 .cp-voice {
    width: auto;
    padding-left: 0
}

.yycd-case2 .hover {
    width: 460px;
    padding-top: 80px
}

.yycd-case2 .hover li {
    width: 117px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    background: #F1F5FF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer
}

.yycd-case2 .hover .active {
    background: #3C7BFF;
    color: white
}

.yycd-case2 .p-slide {
    width: 300px;
    margin-right: 100px;
    position: relative;
    margin-top: 160px
}

.yycd-case2 .p-slide .before {
    position: absolute;
    right: 110%;
    top: 48px
}

.yycd-case2 .p-slide p {
    background: #3C7BFF;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px
}

.yycd-case2 .p-slide p img {
    display: block;
    margin: 0 auto;
    margin-top: 40px
}

.yxdx-sms .yxdx-sms-content {
    position: relative
}

.yxdx-sms .yxdx-sms-content svg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.yxdx-sms .yxdx-sms-content .vcode-content {
    padding-top: 78px;
    position: relative
}

.yxdx-sms .yxdx-sms-content .vcode-content .yxdx-btn {
    position: absolute;
    top: 135px;
    left: 245px
}

.yxdx-sms .yxdx-sms-content .vcode-content .yxdx-btn li {
    margin-bottom: 38px;
    font-size: 16px;
    position: relative;
    cursor: pointer
}

.yxdx-sms .yxdx-sms-content .vcode-content .yxdx-btn .active {
    color: #3C7BFF
}

.yxdx-sms .yxdx-sms-content .vcode-content .yxdx-btn .active:before {
    content: '';
    display: block;
    width: 120px;
    border-bottom: 2px dashed #4F82E7;
    position: absolute;
    left: 108%;
    top: 10px
}

.yxdx-sms .yxdx-sms-content .vcode-content .p-slide {
    position: absolute;
    right: 10px;
    top: 250px;
    width: 310px
}

.yxdx-sms .yxdx-sms-content .vcode-content .p-slide:before {
    content: '';
    display: block;
    width: 90px;
    border-bottom: 2px dashed #4F82E7;
    position: absolute;
    right: 105%;
    top: 10px
}

.yxdx-sms .yxdx-sms-content .switch－content {
    height: 344px;
    margin-top: 0;
    background: url(../image/Group3.png)
}

.yxdx-hot .hot-bg {
    height: 456px;
    background: url(../image/Group4.png) no-repeat center center;
    position: relative
}

.yxdx-hot .hot-bg span {
    display: block;
    width: 96px;
    height: 96px;
    line-height: 96px;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 16px
}

.yxdx-hot .hot-bg span:nth-child(1) {
    background: #FFAC5C;
    top: 60px;
    left: 318px
}

.yxdx-hot .hot-bg span:nth-child(2) {
    background: #3C7BFF;
    top: 74px;
    left: 544px
}

.yxdx-hot .hot-bg span:nth-child(3) {
    background: #FFAC5C;
    top: 60px;
    left: 776px
}

.yxdx-hot .hot-bg span:nth-child(4) {
    background: #3C7BFF;
    top: 204px;
    left: 454px
}

.yxdx-hot .hot-bg span:nth-child(5) {
    background: #3C7BFF;
    top: 184px;
    left: 700px
}

.yxdx-advantage h4 {
    line-height: 22px;
    text-align: center
}

.yxdx-advantage dl {
    text-align: center;
    margin-top: 40px
}

.yxdx-advantage dd {
    display: inline-block;
    width: 184px;
    height: 340px;
    vertical-align: top;
    margin: 0 18px;
    color: white
}

.yxdx-advantage dd h1 {
    font-size: 44px
}

.yxdx-advantage dd h3 {
    font-size: 16px;
    margin-top: 15px
}

.yxdx-advantage dd p {
    margin-top: 50px;
    line-height: 22px;
    text-align: left;
    margin-left: 33px
}

.yxdx-advantage dd:nth-child(1), .yxdx-advantage dd:nth-child(3) {
    background: #3C7BFF
}

.yxdx-advantage dd:nth-child(2), .yxdx-advantage dd:nth-child(4) {
    background: #FFAC5C;
    margin-top: 70px
}

.mms-case .mms-case-content {
    height: 700px;
    background: url(../image/Group31.png) no-repeat 250px 40px;
    text-align: center;
    position: relative
}

.mms-case .mms-case-content .case-left-btn {
    position: absolute;
    top: 212px;
    left: 124px;
    text-align: center
}

.mms-case .mms-case-content .case-left-btn li {
    display: block;
    width: 122px;
    height: 46px;
    line-height: 46px;
    border-radius: 16px;
    margin-bottom: 70px;
    cursor: pointer;
    font-size: 20px
}

.mms-case .mms-case-content .case-left-btn .active {
    background: #3877ff;
    color: white
}

.mms-case .mms-case-content .case-r-btn {
    position: absolute;
    top: 212px;
    right: 124px;
    font-size: 16px
}

.mms-case .mms-case-content .case-r-btn div {
    margin-bottom: 120px;
    position: relative
}

.mms-case .mms-case-content .case-r-btn div p {
    display: inline-block;
    cursor: pointer;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent
}

.mms-case .mms-case-content .case-r-btn .active p {
    color: #3C7BFF;
    border-bottom: 1px solid #3C7BFF
}

.mms-case .mms-case-content .case-r-btn ul {
    position: absolute;
    left: 100%;
    top: 5px;
    width: 100px;
    padding-left: 20px
}

.mms-case .mms-case-content .case-r-btn ul li {
    cursor: pointer;
    font-size: 14px;
    text-align: left
}

.mms-case .mms-case-content .case-r-btn ul .active {
    color: #3C7BFF
}

.mms-case .mms-case-content .case-slide {
    display: inline-block;
    text-align: left;
    margin-top: 88px;
    position: relative
}

.mms-case .mms-case-content .case-slide .case-slide-content {
    position: absolute;
    top: 120px;
    right: 30px;
    width: 265px
}

.mms-case .mms-case-content .case-slide .case-slide-content h6 {
    text-align: center
}

.mms-case .mms-case-content .case-slide .case-slide-content .case-slide-item {
    text-align: center;
    padding-top: 10px
}

.mms-case .mms-case-content .case-slide .case-slide-content .case-slide-item * {
    max-width: 100%
}

.mms-case .mms-case-content .case-slide .case-slide-content .case-slide-item p {
    background: rgba(60, 123, 255, 0.73);
    padding: 10px;
    border-radius: 0 0 10px 10px
}

.mms-case .mms-case-content .case-slide .case-slide-content .case-slide-item p video {
    display: block
}

.mms-case .mms-case-content .case-slide .case-slide-content .case-slide-item p span {
    display: block;
    color: white;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    padding: 10px 0
}

.why-mms h4 {
    text-align: center
}

.why-mms ul {
    margin-top: 50px
}

.why-mms li {
    width: 25%;
    text-align: center;
    float: left
}

.why-mms li div {
    display: inline-block;
    height: 49px;
    line-height: 49px
}

.why-mms li div img {
    vertical-align: middle
}

.why-mms li h3 {
    font-size: 16px;
    margin: 20px 0
}

.why-mms li p {
    display: inline-block;
    width: 164px;
    text-align: left
}

.mms-advantage li {
    width: 50%;
    height: 47px;
    float: left;
    margin-top: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px
}

.mms-advantage li p {
    display: inline-block;
    width: 48px;
    text-align: center
}

.mms-advantage li p img {
    vertical-align: middle
}

.mms-advantage li span:nth-child(2) {
    display: inline-block;
    width: 80px;
    margin-left: 20px;
    font-size: 16px;
    color: black
}

.mms-advantage li span:nth-child(3) {
    margin-left: 60px;
    display: inline-block;
    width: 310px
}

.mms-advantage li:nth-child(4) span:nth-child(3) {
    vertical-align: top
}

.support-banner .swiper-slide {
    height: 532px
}

.support-core {
    position: relative;
    background: #f1f5ff;
    padding-bottom: 2px
}

.support-core .bg {
    z-index: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -948px
}

.support-core h4 {
    text-align: center;
    line-height: 22px
}

.support-core .w1200 {
    position: relative;
    z-index: 2
}

.support-core .w1200 dl {
    margin-top: 40px;
    text-align: center
}

.support-core .w1200 dl dd {
    display: block;
    width: 200px;
    float: left;
    position: relative
}

.support-core .w1200 dl dd > img {
    display: block;
    width: 100%;
    height: 364px
}

.support-core .w1200 dl dd div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: white;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.support-core .w1200 dl dd div p {
    margin-top: 70px;
    height: 61px;
    line-height: 61px
}

.support-core .w1200 dl dd div p img {
    vertical-align: middle
}

.support-core .w1200 dl dd div h1 {
    font-size: 25px;
    margin-top: 30px
}

.support-core .w1200 dl dd div a {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 103px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid white;
    font-size: 20px;
    color: white;
    margin-top: 80px;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.support-core .w1200 dl dd div:hover {
    background: rgba(60, 123, 255, 0.98);
    opacity: 0.8
}

.support-core .w1200 dl dd div:hover a {
    opacity: 1
}

.vs-plat dl {
    text-align: center;
    margin-top: 40px
}

.vs-plat dl img {
    display: block
}

.vs-plat dl dd {
    display: inline-block;
    vertical-align: top
}

.vs-plat dl dd:nth-child(2) {
    width: 370px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 40px;
    text-align: left
}

.vs-plat dl dd:nth-child(2) p {
    position: relative;
    margin-bottom: 36px
}

.vs-plat dl dd:nth-child(2) p:before {
    content: '';
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3C7BFF;
    position: absolute;
    left: -36px;
    top: 0
}

.vs-plat dl dd:nth-child(2) a {
    display: block;
    color: white;
    width: 119px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    background: #3C7BFF;
    box-shadow: 0px 5px 0px 0px #a7c3ff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-top: 40px;
    margin-left: 60px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.vs-plat dl dd:nth-child(2) a:hover {
    opacity: 0.8
}

.support-us dl {
    text-align: center
}

.support-us dd {
    display: inline-block;
    width: 500px;
    float: none;
    text-align: left
}

.league-banner .swiper-slide {
    height: 668px
}

.cooperation {
    background: #F1F5FF
}

.cooperation .w1200 {
    background: url(../image/Group3@2x.png) no-repeat center;
    height: 300px
}

.cooperation dl {
    text-align: center;
    margin-top: 38px
}

.cooperation dl dd {
    display: inline-block;
    width: 180px;
    height: 210px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    vertical-align: top;
    margin: 0 10px;
    background: -webkit-linear-gradient(left, #6FB2FF, #3C7BFF);
    background: linear-gradient(to right, #6FB2FF, #3C7BFF);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: white
}

.cooperation dl dd h1 {
    font-size: 27px;
    margin-bottom: 30px
}

.cooperation dl dd p {
    text-align: left;
    line-height: 23px
}

.order .w1200 div {
    margin-top: 50px;
    text-align: center
}

.order .w1200 div p {
    height: 20px;
    margin-top: 20px
}

.order .w1200 div p span {
    display: block;
    width: 25%;
    height: 1px;
    float: left;
    position: relative
}

.order .w1200 div p span font {
    position: absolute
}

.order .w1200 div p span:nth-child(1) font {
    left: 136px;
    top: -70px
}

.order .w1200 div p span:nth-child(2) font {
    left: 117px;
    top: 0
}

.order .w1200 div p span:nth-child(3) font {
    left: 128px;
    top: -70px
}

.order .w1200 div p span:nth-child(4) font {
    left: 107px;
    top: 0
}

.league-team {
    height: 528px;
    background: url(../image/VCG4161.jpg) no-repeat center center
}

.league-team .w1200 {
    padding: 40px 0
}

.league-team .w1200 > h3 {
    color: white
}

.league-team .w1200 div {
    width: 1032px;
    margin: 0 auto;
    margin-top: 26px;
    background: rgba(255, 255, 255, 0.6);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    color: black
}

.league-team .w1200 div span {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3C7BFF;
    color: white;
    margin-bottom: 2px;
    margin-top: 10px
}

.league-team .w1200 div span:nth-child(1) {
    margin-top: 0
}

.league-team .w1200 div h3 {
    text-align: center;
    margin-bottom: 6px
}

.league-team .w1200 div p {
    font-size: 14px
}

.league-team .w1200 div p a {
    color: #3C7BFF
}

.we-provide dl {
    width: 1130px;
    margin: 0 auto;
    margin-top: 60px;
    position: relative
}

.we-provide dl i {
    display: block;
    position: absolute
}

.we-provide dl i:nth-child(1) {
    width: 1090px;
    border-bottom: 1px solid #f0f0f0;
    left: 20px;
    top: 95px
}

.we-provide dl i:nth-child(2) {
    height: 200px;
    border-left: 1px solid #f0f0f0;
    left: 50%;
    top: 0
}

.we-provide dl dd {
    width: 50%;
    float: left;
    margin-bottom: 46px
}

.we-provide dl dd div {
    float: left;
    width: 54px;
    text-align: center
}

.we-provide dl dd p {
    float: left;
    width: 437px;
    margin-left: 16px
}

.we-provide dl dd p span {
    display: inline-block;
    font-size: 16px;
    color: black;
    margin-bottom: 10px
}

.we-provide dl dd:nth-child(6), .we-provide dl dd:nth-child(4) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px
}

.afc .w1200 {
    text-align: center;
    padding-bottom: 50px;
    position: relative
}

.afc .w1200 .afc-body {
    position: absolute;
    top: 74px;
    left: 250px;
    width: 700px
}

.afc .w1200 .afc-body h1 {
    color: white;
    font-size: 25px
}

.afc .w1200 .afc-body form div {
    margin-top: 20px;
    background: white;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding: 34px 0
}

.afc .w1200 .afc-body form div p {
    margin-bottom: 22px
}

.afc .w1200 .afc-body form div p span {
    font-size: 16px;
    color: black;
    display: inline-block;
    width: 98px;
    text-align: right
}

.afc .w1200 .afc-body form div p input {
    display: inline-block;
    width: 483px;
    height: 34px;
    line-height: 34px;
    background: #F4F4F4;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px
}

.afc .w1200 .afc-body form div p:last-child {
    margin-bottom: 0
}

.afc .w1200 .afc-body form button {
    text-align: center;
    width: 175px;
    height: 51px;
    line-height: 51px;
    background: #fff;
    box-shadow: 0px 6px 0px 0px rgba(255, 255, 255, 0.36);
    border-radius: 22px;
    font-size: 20px;
    color: #3C7BFF;
    margin-top: 20px;
    cursor: pointer
}

.oneStop h4 {
    text-align: center
}

.oneStop .rmkt-slide {
    margin-top: 40px
}

.oneStop .rmkt-slide .top-btn {
    width: 1000px;
    margin: 0 auto
}

.oneStop .rmkt-slide .top-btn div {
    width: 111.1px;
    float: left;
    text-align: center;
    height: 36px;
    line-height: 36px;
    cursor: pointer
}

.oneStop .rmkt-slide .top-btn div img {
    vertical-align: middle
}

.oneStop .rmkt-slide .sw-rmkt {
    margin-top: 16px
}

.oneStop .rmkt-slide .swiper-slide .w1000 {
    width: 1000px;
    margin-left: 100px;
    position: relative
}

.oneStop .rmkt-slide .swiper-slide img {
    display: block;
    width: 100%
}

.oneStop .rmkt-slide .sw-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.2)
}

.oneStop .rmkt-slide .sw-text > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.oneStop .rmkt-slide .sw-text p:nth-child(1) {
    font-size: 18px
}

.oneStop .rmkt-slide .sw-text p:nth-child(2) {
    width: 700px;
    margin: 0 auto;
    margin-top: 30px
}

.intelligent h4 {
    text-align: center
}

.intelligent ul {
    margin-top: 40px
}

.intelligent li {
    width: 20%;
    float: left;
    text-align: center
}

.intelligent li p {
    height: 52px;
    line-height: 52px
}

.intelligent li p img {
    vertical-align: middle;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.intelligent li p img:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px)
}

.intelligent li h3 {
    margin-top: 10px;
    color: black;
    font-size: 16px
}

.intelligent li h4 {
    width: 190px;
    margin: 0 auto;
    line-height: 22px;
    margin-top: 20px
}

.diversification h4 {
    text-align: center
}

.diversification .d-content {
    text-align: center;
    margin-top: 30px;
    position: relative;
    background: url(../image/Group2.png) no-repeat center
}

.diversification .d-content .iphoneX > img {
    margin-top: 50px
}

.diversification .d-content .div-slide {
    margin-top: 20px
}

.diversification .d-content ul {
    width: 100%;
    position: absolute;
    top: 100px
}

.diversification .d-content ul li {
    width: 50%;
    float: left;
    margin-bottom: 16px
}

.diversification .d-content ul li p {
    display: inline-block;
    width: 98px;
    height: 33px;
    line-height: 33px;
    background: #f5f6f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer
}

.diversification .d-content ul li .active {
    color: white;
    background: #3C7BFF
}

.diversification .d-content ul li:nth-child(odd) p {
    margin-right: 70px
}

.diversification .d-content ul li:nth-child(even) p {
    margin-left: 70px
}

.rmkt-cases .cases-cont {
    margin-top: 40px
}

.rmkt-cases .cases-cont > div {
    float: left
}

.rmkt-cases .cases-cont > div:nth-child(2) {
    margin-left: 236px
}

.rmkt-cases .cases-cont .cases-lists {
    width: 130px;
    padding-top: 50px
}

.rmkt-cases .cases-cont .cases-lists li {
    width: 130px;
    height: 38px;
    line-height: 38px;
    color: black;
    font-size: 16px;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px;
    cursor: pointer
}

.rmkt-cases .cases-cont .cases-lists .active {
    color: white;
    background: #3C7BFF
}

.rmkt-cases .cases-cont .cases-lists-cont > div {
    float: right;
    padding-top: 70px
}

.rmkt-cases .cases-cont .cases-lists-cont p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
    width: 560px
}

.rmkt-cases .cases-cont .cases-lists-cont p span {
    font-size: 16px;
    color: black;
    float: left;
    height: 80px
}

.rmkt-cases .cases-cont .cases-lists-cont p:nth-child(1) {
    margin-bottom: 60px
}

.leaving {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.39);
    overflow-y: auto
}

.leaving .leaving-body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 755px;
    height: 660px;
    position: absolute;
    left: 50%;
    top: 10%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 120px;
    background: url(../image/443015.jpg) #fff no-repeat;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    padding-top: 222px;
    font-size: 16px
}

.leaving .leaving-body form {
    padding-top: 20px
}

.leaving .leaving-body p {
    margin-bottom: 20px
}

.leaving .leaving-body p span {
    display: inline-block;
    width: 160px;
    text-align: right
}

.leaving .leaving-body p:nth-child(4) span {
    vertical-align: top
}

.leaving .leaving-body input, .leaving .leaving-body textarea {
    display: inline-block;
    width: 500px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #C7C7C7;
    padding-left: 10px;
    font-size: 16px
}

.leaving .leaving-body textarea {
    height: 130px;
    resize: none
}

.leaving .leaving-body button {
    display: block;
    margin: 0 auto;
    width: 121px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #3C7BFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: white;
    font-size: 26px
}

.leaving .leaving-body .leaving-close {
    margin-top: 80px
}

.leaving .leaving-body .leaving-close img {
    cursor: pointer
}

.problem-search {
    padding-bottom: 28px
}

.problem-search .p {
    text-align: center;
    margin-top: 10px;
    position: relative
}

.problem-search .p form {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    border-radius: 2px;
    border: 1px solid #3C7BFF
}

.problem-search .p form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 210px;
    height: 30px;
    line-height: 30px;
    border: none;
    padding-left: 10px;
    padding-right: 50px
}

.problem-search .p form label {
    display: block;
    width: 40px;
    height: 30px;
    line-height: 30px;
    background: #3C7BFF;
    border-radius: 0 2px 2px 0;
    color: white;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.cjwt-nav {
    padding: 0
}

.cjwt-nav p {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: black;
    cursor: pointer;
    background: #F1F5FF
}

.cjwt-nav .active {
    background: #3C7BFF;
    color: white
}

.cjwt-lists .new-list {
    width: 100%;
    min-height: 446px
}

.article-pro .w1200 > div {
    float: left;
    min-height: 500px
}

.article-pro .w1200 .col-left {
    width: 150px
}

.article-pro .w1200 .col-left .page-title {
    font-size: 16px;
    color: black;
    text-align: center;
    margin-top: 13px
}

.article-pro .w1200 .col-left .article-title-post {
    margin-top: 20px;
    padding-right: 10px;
    text-align: right
}

.article-pro .w1200 .col-left .article-title-post a {
    display: block;
    line-height: 28px
}

.article-pro .w1200 .col-left .article-title-post a img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px
}

.article-pro .w1200 .col-left .article-title-post li {
    margin-bottom: 10px
}

.article-pro .w1200 .col-left .article-title-post li > a i {
    color: #3C7BFF
}

.article-pro .w1200 .col-left .tab-title {
    margin-top: 30px
}

.article-pro .w1200 .col-left .tab-title span {
    text-align: center;
    display: block;
    width: 50%;
    height: 34px;
    line-height: 34px;
    float: left;
    background: #ebebeb;
    cursor: pointer
}

.article-pro .w1200 .col-left .tab-title .active {
    background: #3C7BFF;
    color: white
}

.article-pro .w1200 .col-left .tab-content {
    margin-top: 5px
}

.article-pro .w1200 .col-left .tab-content a {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

.article-pro .w1200 .col-left .tab-content a:hover {
    color: #3C7BFF
}

.article-pro .w1200 .col-left .tab-content a:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    background: #3C7BFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 9px
}

.article-pro .w1200 .col-center {
    width: 800px;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0
}

.article-pro .w1200 .col-center .topheader-info {
    padding: 12px;
    border-bottom: 1px solid #F0F0F0
}

.article-pro .w1200 .col-center .topheader-info h3 {
    color: black;
    font-size: 20px
}

.article-pro .w1200 .col-center .topheader-info p {
    margin-top: 20px;
    color: #979797
}

.article-pro .w1200 .col-center .topheader-info p i {
    margin-left: 10px
}

.article-pro .w1200 .col-center .topheader-info p i:first-child {
    margin-left: 0
}

.article-pro .w1200 .col-center .article_content {
    padding: 16px
}

.article-pro .w1200 .col-center .article_content * {
    max-width: 100% !important;
    word-wrap: break-word;
    white-space: normal
}

.article-pro .w1200 .col-right {
    width: 240px
}

.article-pro .w1200 .col-right .post-nav {
    position: relative;
    width: 200px;
    overflow: hidden
}

.article-pro .w1200 .col-right .post-nav div {
    width: 180px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 10
}

.article-pro .w1200 .col-right .post-nav .top-nav {
    top: 0;
    background: -webkit-linear-gradient(#fff, rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(#fff, rgba(255, 255, 255, 0))
}

.article-pro .w1200 .col-right .post-nav .top-nav img {
    vertical-align: top
}

.article-pro .w1200 .col-right .post-nav .bottom-nav {
    bottom: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #fff);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0), #fff)
}

.article-pro .w1200 .col-right .post-nav .bottom-nav img {
    vertical-align: bottom
}

.article-pro .w1200 .col-right .post-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: 2px;
    height: 100%;
    background-color: #D9D9D9
}

.article-pro .w1200 .col-right .post-nav ul {
    width: 220px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 0;
    padding-right: 20px
}

.article-pro .w1200 .col-right .post-nav li {
    padding-left: 40px
}

.article-pro .w1200 .col-right .post-nav li a {
    display: block;
    height: 24px;
    line-height: 24px;
    color: black;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.article-pro .w1200 .col-right .post-nav li a:hover {
    color: #3C7BFF
}

.article-pro .w1200 .col-right .post-nav .dropdown a {
    font-size: 14px;
    color: #666666;
    padding-left: 16px
}

.article-pro .w1200 .col-right .post-nav .subdirectories a {
    font-size: 12px;
    color: #666666;
    padding-left: 32px
}

.article-pro .w1200 .col-right .post-nav .active {
    position: relative
}

.article-pro .w1200 .col-right .post-nav .active a {
    color: #3C7BFF
}

.article-pro .w1200 .col-right .post-nav .active:before {
    content: "";
    position: absolute;
    top: 6.5px;
    left: 16px;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #3C7BFF;
    z-index: 99
}

.smsflash-qiao {
    display: block;
    width: 173px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 2px 0px rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 25px;
    color: #3C7BFF;
    margin: 0 auto;
    margin-top: 480px
}

.smsflash dl {
    margin-top: 40px
}

.smsflash dd {
    float: left;
    width: 50%
}

.smsflash dd:first-child {
    text-align: right
}

.smsflash dd:first-child img {
    margin-right: 40px
}

.smsflash p {
    margin-bottom: 22px
}

.smsflash p i {
    display: inline-block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    color: white;
    font-size: 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3C7BFF;
    font-style: normal;
    margin-right: 24px
}

.sf-scenes {
    padding: 0
}

.sf-scenes dl {
    margin-top: 40px
}

.sf-scenes dd {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    height: 530px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sf-scenes dd:first-child {
    padding-top: 44px
}

.sf-scenes dd:first-child img {
    margin-left: 230px
}

.sf-scenes dd:first-child ul {
    position: absolute;
    top: 44px;
    right: 90px
}

.sf-scenes dd:first-child ul li {
    width: 115px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #3C7BFF;
    font-size: 16px;
    color: white;
    cursor: pointer
}

.sf-scenes dd:first-child ul li:first-child, .sf-scenes dd:first-child ul li:last-child {
    margin-left: 148px
}

.sf-scenes dd:first-child ul li:nth-child(1) {
    margin-bottom: -20px
}

.sf-scenes dd:first-child ul li:nth-child(2) {
    margin-bottom: 20px
}

.sf-scenes dd:first-child ul li.active {
    background: #FFAC5C
}

.sf-scenes dd:last-child .sf-s-c {
    position: absolute;
    top: 150px;
    left: 64px
}

.sf-scenes dd:last-child div {
    width: 326px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 150px;
    left: 64px;
    color: white;
    line-height: 25px;
    padding: 30px 10px
}

.sf-advantage dl {
    width: 910px;
    margin: 0 auto;
    margin-top: 40px
}

.sf-advantage dd {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0 35px;
    position: relative
}

.sf-advantage dd .p-jie {
    width: 320px;
    background: #e2e2e2;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    padding: 30px 0;
    padding-left: 100px;
    font-size: 20px;
    color: black;
    position: absolute;
    top: 330px;
    left: 6px
}

.sf-advantage .s-btn {
    display: inline-block;
    width: 144px;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    margin-bottom: 25px;
    margin-right: 35px
}

.sf-advantage dd:first-child .s-btn {
    background: #E2E2E2;
    color: black
}

.sf-advantage dd:last-child .s-btn {
    background: #3C7BFF;
    color: white
}

.sf-advantage dd:last-child .p-jie {
    background: #3C7BFF;
    color: white
}

.sf-advantage dd:last-child .p-ys {
    position: absolute;
    box-shadow: 0px 0px 6px 0px #ffac5c;
    border-radius: 45px;
    background: #FFAC5C;
    font-size: 17px;
    color: white;
    padding: 20px 65px;
    top: 514px;
    left: 6px
}

.sf-advantage dd:last-child .p-ys img {
    margin-right: 10px;
    margin-top: 6px
}

.other .c {
    width: 880px;
    margin: 0 auto;
    margin-top: 40px
}

.other a {
    display: block;
    width: 160px;
    float: left;
    margin-right: 80px;
    text-align: center;
    font-size: 20px;
    color: black
}

.other a div {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 6px solid #3C7BFF;
    margin-bottom: 30px;
    position: relative
}

.other a div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.other a:hover div {
    background: #3C7BFF
}

.other a:hover div img:first-child {
    display: none
}

.other a:hover div img:last-child {
    display: initial
}

.other a:last-child {
    margin-right: 0
}

.footer {
    background-color: #30343E
}

.footer .foot-nav {
    padding-top: 40px
}

.footer .foot-nav ul {
    margin-bottom: 16px
}

.footer .foot-nav li {
    width: 25%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.footer .foot-nav li h3 {
    text-align: center;
    color: white;
    font-size: 18px;
    margin-bottom: 20px
}

.footer .foot-nav li a {
    display: block;
    line-height: 24px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.footer .foot-nav li a:hover {
    color: white
}

.footer .foot-nav li:nth-child(1) {
    padding-right: 20px;
    padding-bottom: 10px
}

.footer .foot-nav li:nth-child(2) {
    padding-left: 40px;
    width: 30%
}

.footer .foot-nav li:nth-child(2) > div {
    padding-left: 30px;
    padding-right: 50px
}

.footer .foot-nav li:nth-child(3) {
    width: 20%
}

.footer .foot-nav li:nth-child(3) > div {
    text-align: center
}

.footer .foot-nav li:nth-child(4) {
    text-align: center;
    color: white;
    font-size: 16px
}

.footer .foot-nav li:nth-child(4) div {
    width: 50%;
    float: left;
    margin-top: 35px
}

.footer .foot-nav li:nth-child(4) img {
    height: 104px
}

.footer .foot-nav li:nth-child(4) p {
    line-height: 24px
}

.footer .w1200 {
    padding-bottom: 30px
}

.footer .a-link {
    line-height: 21px
}

.footer .a-link .fl {
    color: white;
    max-width: 1100px
}

.footer .a-link a {
    display: inline-block;
    margin-right: 10px;
    line-height: 21px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.footer .a-link a:hover {
    color: #3C7BFF
}

.footer .copyright {
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #2A2C33
}

.pop-up {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    overflow-y: auto
}

.pop-up .pop-up-content {
    width: 840px;
    position: absolute;
    left: 50%;
    top: 300px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 50px
}

.pop-up .pop-up-content .letter {
    width: 100%;
    position: absolute;
    top: -60px;
    z-index: 1
}

.pop-up .pop-up-content .letter img {
    display: block;
    width: 100%
}

.pop-up .pop-up-content .letter-title {
    width: 775px;
    height: 200px;
    background: white;
    box-shadow: 8px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    top: -50px;
    left: 32.5px;
    z-index: 3
}

.pop-up .pop-up-content .letter-title h2 {
    color: black;
    text-align: center;
    font-size: 25px;
    margin-top: 30px
}

.pop-up .pop-up-content .letter-body {
    width: 100%;
    position: absolute;
    top: -40px;
    z-index: 6
}

.pop-up .pop-up-content .letter-body img {
    display: block;
    width: 100%
}

.pop-up .pop-up-content .pop-up-user {
    position: relative;
    z-index: 9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFDA65
}

.pop-up .pop-up-content .pop-up-user form {
    margin: 0 110px;
    color: black;
    font-size: 16px
}

.pop-up .pop-up-content .pop-up-user form tr td {
    padding-bottom: 20px
}

.pop-up .pop-up-content .pop-up-user form tr td p {
    color: #666666
}

.pop-up .pop-up-content .pop-up-user form tr td:first-child {
    text-align: right;
    font-size: 18px
}

.pop-up .pop-up-content .pop-up-user form tr:last-child td:first-child {
    vertical-align: top
}

.pop-up .pop-up-content .pop-up-user form input[type="text"] {
    width: 285px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: white;
    height: 34px;
    line-height: 34px;
    padding-left: 15px
}

.pop-up .pop-up-content .pop-up-user form #t1 {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: 90px;
    height: 34px;
    line-height: 34px;
    background: white;
    margin-left: 10px;
    cursor: pointer
}

.pop-up .pop-up-content .pop-up-user form > div > input {
    padding: 0 15px;
    height: 40px;
    line-height: 42px;
    background: #3C7BFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 26px;
    color: white;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.pop-up .pop-up-content .pop-up-user form > div > input:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.pop-up .pop-up-content .pop-up-close {
    margin-top: 40px;
    position: absolute;
    right: 0;
    top: -210px;
    z-index: 999
}

.pop-up .pop-up-content .pop-up-close img {
    cursor: pointer;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.pop-up .pop-up-content .pop-up-close img:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.banner .dxgzh-font {
    height: 673px
}

.dxgzh-font .dxgzh-content {
    margin-top: 187px;
    width: 562px;
    float: right
}

.dxgzh-font .dxgzh-content img {
    margin-left: 54px
}

.dxgzh-font .dxgzh-content p {
    margin-top: 20px;
    font-size: 18px;
    color: white;
    line-height: 39px;
    text-indent: 2em
}

.dxgzh-font .dxgzh-content div {
    margin-top: 36px
}

.dxgzh-font .dxgzh-content a {
    display: inline-block;
    font-size: 20px;
    padding: 16px 46px;
    background: white;
    box-sizing: border-box;
    font-weight: bold;
    color: #3C7BFF;
    text-align: center;
    border-radius: 31px;
    margin-left: 60px
}

.dxgzh-font .dxgzh-content a:last-child {
    border: 3px solid white;
    color: white;
    background: none
}

.traditional .top p {
    margin-top: 8px
}

.traditional .content dl {
    margin-top: 50px
}

.traditional .content dd div {
    width: 50%;
    float: left
}

.traditional .content p {
    font-size: 18px;
    color: black;
    line-height: 40px;
    padding-left: 60px;
    position: relative
}

.traditional .content p:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #3C7BFF;
    position: absolute;
    top: 15px;
    left: 40px
}

.traditional .content .font {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    padding-left: 50px
}

.traditional .content .font img {
    margin-bottom: 20px
}

.gzh-product .top p {
    margin-top: 8px
}

.gzh-product .content dl {
    margin-top: 50px
}

.gzh-product .content dd {
    margin-bottom: 30px;
    position: relative
}

.gzh-product .content dd .vs {
    position: absolute;
    top: 275px;
    left: 47%
}

.gzh-product .content dd div {
    width: 50%;
    float: left;
    text-align: center
}

.gzh-case .top p {
    margin-top: 8px
}

.gzh-case .content ul {
    margin-top: 26px
}

.gzh-case .content li {
    width: 12.5%;
    float: left;
    cursor: pointer
}

.gzh-case .content li > div {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(64, 121, 255, 0.26);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px
}

.gzh-case .content li > div > div {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    -o-transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s
}

.gzh-case .content li > div > div img {
    margin-top: 23px
}

.gzh-case .content li.active > div > div {
    background: #3C7BFF
}

.gzh-case .content dl {
    margin-top: 50px
}

.gzh-case .content dd div {
    display: inline-block
}

.gzh-case .content dd div:last-child {
    float: right;
    width: 500px
}

.gzh-case .content dd div:last-child p {
    width: 420px;
    float: right
}

.gzh-case .content dd div:last-child p:first-child {
    font-size: 18px;
    font-weight: 500;
    color: black;
    text-align: center;
    margin: 50px 0
}

.gzh-case .content dd div:last-child p:last-child {
    line-height: 34px;
    font-size: 15px;
    color: black
}

.phone {
    padding-bottom: 0
}

.phone .top p {
    margin-top: 8px
}

.phone .content {
    margin-top: 50px;
    height: 750px;
    background: url(../image/9.png) no-repeat bottom -1px center;
    background-size: auto 591px;
    text-align: center;
    position: relative
}

.phone .content a {
    display: inline-block;
    background: white;
    border-radius: 31px;
    color: #5E6CD1;
    font-size: 21px;
    padding: 16px 40px;
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left: -82px
}

.aimg {
    background: url(../image/a.jpg) no-repeat center top;
    height: 90px;
    margin: 20px 0
}

.aimg a {
    display: block;
    color: transparent;
    height: 100%;
    text-align: center
}

.activity {
    background: #19208c;
    position: relative
}

.activity .footer, .activity .lottery, .activity .buy {
    position: relative;
    z-index: 1
}

.activity .bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    min-width: 1920px
}

.activity .banner {
    width: 100%;
    height: 711px;
    text-align: center;
    position: relative;
    background: url(../image/banner.png) no-repeat center center;
    background-size: auto 708px
}

.activity .banner p {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 28px;
    color: white;
    position: absolute;
    bottom: 124px;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    padding-left: 80px
}

.activity .banner p span {
    color: #F1DC22
}

.activity .item-1 {
    text-align: center;
    margin-bottom: 53px;
    position: relative;
    z-index: 1
}

.activity .item-1 p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 46px
}

.activity .product {
    padding-bottom: 110px
}

.activity .product .w1200 {
    position: relative;
    margin-bottom: 40px
}

.activity .product .w1200 .icon-line {
    position: absolute;
    left: 177.5px;
    top: -64px;
    z-index: 1
}

.activity .product a {
    display: block;
    position: absolute;
    width: 100%;
    top: 150px
}

.activity .product a > div {
    width: 20%;
    height: 222px;
    float: left;
    text-align: center
}

.activity .product a > div pric {
    display: block;
    font-size: 40px;
    font-weight: 500;
    color: #FF0000;
    margin-top: 16px;
    line-height: 56px
}

.activity .product a > div s {
    display: block;
    color: #AEAEAE;
    font-size: 14px;
    line-height: 20px
}

.activity .product a > div p {
    margin-top: 24px;
    color: black;
    margin-bottom: 30px;
    height: 40px
}

.activity .product a > div p span {
    color: #FF0000
}

.activity .product a > div font {
    font-size: 18px;
    color: white
}

.activity .product .prc-code div {
    background: url(../image/prc1.png) no-repeat center center;
    background-size: contain
}

.activity .product .prc-vip div {
    background: url(../image/prc2.png) no-repeat center center;
    background-size: contain
}

.activity .product .prc-mms div {
    background: url(../image/prc3.png) no-repeat center center;
    background-size: contain
}

.activity .scenario {
    position: relative;
    z-index: 1
}

.activity .scenario .tab {
    margin-top: 80px;
    position: relative
}

.activity .scenario .tab-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 773px
}

.activity .tab-title {
    display: inline-block;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 100px
}

.activity .tab-title li {
    width: 167px;
    float: left;
    text-align: center;
    margin-bottom: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    cursor: pointer
}

.activity .tab-title li div {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 8px
}

.activity .tab-title li div img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.activity .tab-title li div img:last-child {
    display: none
}

.activity .tab-title li:last-child {
    border: none
}

.activity .tab-title .active div {
    background: white
}

.activity .tab-title .active div img:first-child {
    display: none
}

.activity .tab-title .active div img:last-child {
    display: block
}

.activity .tab-title .active:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    border-bottom: 4px solid white;
    bottom: -26px
}

.activity .tab-content {
    color: white
}

.activity .tab-content dd {
    margin-top: 120px;
    margin-left: 100px
}

.activity .tab-content dd p:first-child {
    line-height: 30px;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 40px
}

.activity .tab-content dd p:first-child img {
    vertical-align: middle;
    margin-right: 10px
}

.activity .tab-content dd p:nth-child(2), .activity .tab-content dd p:nth-child(3) {
    font-size: 18px;
    opacity: .8
}

.activity .tab-content dd p:nth-child(3) {
    margin-top: 27px
}

.activity .tab-left {
    position: relative
}

.activity .tab-left dl {
    width: 268px;
    position: absolute;
    top: 120px;
    left: 136px;
    color: white
}

.activity .tab-left dl video {
    max-width: 100%
}

.activity .lottery {
    margin-top: 114px;
    text-align: center
}

.activity .lottery .turntable {
    display: inline-block;
    margin: 74px 0;
    position: relative
}

.activity .lottery .turntable .turntable-bg {
    position: absolute;
    top: 40px;
    left: 43px;
    z-index: -1
}

.activity .lottery .turntable .click {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 232px;
    left: 231px;
    cursor: pointer;
    z-index: 10
}

#lottery .pop-up-content {
    width: 696px;
    height: 535px;
    background: url(../image/alert.png) no-repeat center center;
    position: relative;
    overflow: hidden
}

#lottery .pop-up-content .x {
    padding: 10px;
    position: absolute;
    top: 32px;
    right: 40px;
    z-index: 1;
    cursor: pointer
}

#lottery .pop-up-content form {
    margin-top: 237px;
    text-align: center
}

#lottery input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 560px;
    height: 75px;
    background: #EEEEEE;
    border-radius: 38px;
    font-size: 20px;
    border: none;
    padding: 0 26px;
    margin: 0 auto;
    margin-bottom: 24px
}

#lottery button {
    display: block;
    width: 193px;
    height: 54px;
    line-height: 54px;
    background: #FA5829;
    border-radius: 27px;
    margin: 0 auto;
    font-size: 18px;
    color: white;
    border: none;
    margin-top: 12px;
    cursor: pointer
}

#panicbuying {
    position: fixed;
    right: 55px;
    bottom: 0;
    z-index: 999
}

#panicbuying a {
    display: block;
    width: 150px
}

#panicbuying i {
    width: 16px;
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 10;
    cursor: pointer;
    opacity: .5
}

.buy .buy-bg {
    margin-top: 100px;
    text-align: center;
    overflow: hidden
}

.buy .buy-bg ul {
    display: block;
    width: 1140px;
    margin: 40px auto
}

.buy .buy-bg li {
    float: left;
    font-size: 20px;
    color: white;
    width: 25%
}

.buy p {
    margin-top: 20px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6)
}

#limited .pop-content {
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

#limited .pop-content i {
    display: block;
    text-align: center;
    margin-top: 20px;
    cursor: pointer
}

#nb_icon_wrap {
    display: none !important
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination {
    float: right;
    margin-top: 20px;
}

.pagination li {
    float: left;
    width: 40px;
}

.title {
    margin-bottom: 30px;
    text-align: center;
}

.title h3 {
    font-size: 27px;
    color: #000;
    margin-bottom: 5px;
}


.index-solute {
    padding: 20px 0;
    background-color: #F5F6F7;
}

.flex-container {
    display: flex;
    justify-content: space-around;
    padding: 5px;
}

.flex-item {
    position: relative;
    padding: 10px;
    margin: 5px;
    text-align: left;
    border-radius: 5px;
    background: #fff;
    line-height: 30px;
    flex: 1;
}

.flex-item:hover {
    transform: translateY(-4px);
    transition: all cubic-bezier(0.25, 0.46, 0.155, 1) 0.3s;
    box-shadow: 1px 1px 1px #F5F6F7;
    background: #E5E7F4;
}

.flex-item h4 {
    font: 20px bold;
    color: #333;
}

.point {
    font-size: 30px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.knowledge {
    padding: 20px 0;
    background: #F5F6F7;
}

.flex-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: #555;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.flex-item img {
    max-height: 178px;
}

.flex-item:hover a {
    display: block;
}

.banner-title {
    padding: 100px 0;
    color: #fff;
    text-align: center;
    background: #2D54C5;
}

.banner-title h3 {
    font-size: 30px;
}
.banner-title span {
    font-size: 18px;
}
.article-list-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}
.article-t h1 {
    color: black;
    font-size: 28px;
    line-height: 28px;
}
.article-t span {
    font-size: 12px;
    color: #979797;
}

.article-c {
    color: #333;
}