.hidden{
    display: none!important;
}
.header {
    position: fixed;
    top: 0;
    height: 4.2vw;
    line-height: 4.2vw;
    width: calc(100%);
    margin: 0 auto;
    z-index: 100;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: .8s;
    -webkit-transition-timing-function: ease;
    /*border-bottom: 1px solid #e2e7f1;*/
}
.header-bg{
    background: #fff!important;
}
.header-bg-none{
    background: none !important;
}
.header .logo {
    display: inline-block;
    width: 9.1vw;
    margin-left: 13.5vw;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

.header .header-nav {
    display: inline-block;
    font-size: 0;
    width: 62.3vw;
    vertical-align: text-top;
    margin-right: 13.5vw;
    float: right;
}
.header .header-nav ul{
    width: 40.6vw;
    display: inline-block;
}
.header .header-nav li {
    display: inline-block;
    font-size: .8vw;
    color: #000;
    text-align: center;
    width: calc(100% / 8);
    height: 4.2vw;
    line-height: 4.2vw;
    cursor: pointer
}

.header .header-nav li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: .8vw;
    color: #000000;
    opacity: 0.5;
}
.header-bg .header-nav li > a i{
    color:#999;
    margin-right: 0.2vw;
}
.header .header-nav li > a i{
    margin-right: 0.2vw;
}
.header .header-nav li.current a, .header .header-nav li.active a {
    color: #000000;
    height: 1.7vw;
    line-height: 1.7vw;
    opacity: 1;
}
.header .header-nav li.current a span, .header .header-nav li.active a span{
    display: inline-block;
    height: 1.7vw;
    line-height: 1.7vw;
    border-bottom: 2px solid #fed200;
}
.header .header-nav li .head-line {
    background-color: #48cdff;
    width: 0;
    height: .104vw;
    display: block;
    overflow: hidden
}
.header .header-nav .login-reg
{
    margin-left: 1.6vw;
    display: inline-block;
    font-size: .8vw;
    text-align: right;
    float: right;
}
.header .header-nav .login-reg .tel-icon{
    width: 1.3vw;
}
.header .header-nav .login-reg .tel{
    width: 6.8vw;
    margin-left: 0.2vw;
}
.header .header-nav .login-reg b{
    margin-left: 0.2vw;
    font-size: 1vw;
    vertical-align: middle;
    letter-spacing:0.02vw;
}
.header .header-nav .login-reg span{
    display: inline-block;
    height: 1vw;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    margin: 0 0.6vw;
}
.header .header-nav .login-reg a{
    text-align: center;
    line-height: 2.1vw;
}
.header .header-nav .login-reg .nav-login-btn{
    width: calc(3.9vw - 2px);
    height: calc(2.1vw - 2px);
    background-color: #ecedff;
    border-radius: 1vw;
    border: solid 1px #7f85fb;
    display: inline-block;
    color: #262ffc;
}
.header .header-nav .login-reg .nav-reg-btn{
    width: 3.9vw;
    height: 2.1vw;
    background-color: #262ffc;
    border-radius: 1vw;
    display: inline-block;
    color: #ffffff;
    margin-left: 0.6vw;
}
.child-nav {
    position: fixed;
    top: 4vw;
    background-color: #ffffff;
    border-radius: 0.4vw;
    z-index: 90;
    display: none;
}
.child-nav-arrow{
    border-bottom: 0.5vw solid #fff;
    border-left: 0.4vw solid transparent;
    border-right: 0.4vw solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    top:-0.5vw;
    left: 50%;
    margin-left: -0.25vw;
}
.child-nav-product{
    width: 9.4vw;
    height: 6.9vw;
    /*left: 50.8vw;*/
    left: 56.8vw;
}

.child-nav-product ul{
    padding: 1.5vw;
    font-size: 0.8vw;
}
.child-nav-product ul li:first-child{
    /*margin-bottom: 1vw;*/
}
.child-nav-product ul li img{
    width: 1.9vw;
    height: 1.9vw;
    margin-right: 0.6vw;
}
.child-nav-plan{
    width: calc(100% - 37.6vw);
    left: 18.8vw;
}
.child-nav-plan .child-nav-arrow{
    /*left: 41.8vw;*/
    left: 47.8vw;
}
.child-nav-plan ul{
    padding: 2vw;
}
.child-nav-plan ul li{
    width: calc((100% - 11vw - 8px) / 4);
    float: left;
    margin-left: 1vw;
    border: 1px solid #ebedf3;
    margin-bottom: 1vw;
    padding: 1vw;
    border-radius: 0.4vw;
}
.child-nav-plan ul li:first-child,.child-nav-plan ul li:nth-child(4n + 1){
    margin-left: 0;
}
.child-nav-plan ul li:nth-child(n+5):nth-child(-n+8){
    margin-bottom: 0;
}
.child-nav-plan ul li a:hover{
    color: #3158ff;
}
.child-nav-plan ul li img{
    width: 1.9vw;
    height: 1.9vw;
    margin-right: 1vw;
}
.child-nav-plan ul li span{
    vertical-align: middle;
    line-height: 1.9vw;
}
.ask-btn{
    display: inline-block;
    font-size: 1vw;
    border-radius: 0.2vw;
    width: 8.4vw;
    height: 2.2vw;
    line-height: 2.2vw;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
}
.ask-btn:hover{
    color: #fff;
}
.btn-yellow{
    color: #000;
    background-color: #fed200;
    margin-right: 1vw;
    font-weight: bold;
    border: 1px solid #fed200;
}
.btn-yellow:hover{
    color: #000;
}
.btn-blue{
    border: 1px solid #262ffc;
    color: #fff;
    background-color: #262ffc;
}
.btn-blue:hover{
    color: #3158ff;
}
.homepage-banner img,.indexpage-banner img{
    width: 100%;
}
.index-banner-box{
    position: absolute;
    top:0;
    color:#fff;
    font-size: 0.9vw;
    line-height: 2vw;
    width:100%;
    padding-top: 1vw;
}
.index-banner-top{
    width: 35vw;
    margin-top: 13.5vw;
    margin-left: 18.8vw;
    float: left;
}
.index-banner-top-title{
    font-size: 2.9vw;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.1vw;
}
.index-banner-top-title span{
    background-image: linear-gradient(to right, #262ffc 0%, #7126fc 45%, #ff5aa0 100%), linear-gradient(#262ffc, #262ffc);
    -webkit-background-clip: text;
    color: transparent;
}
.index-banner-top-content{
    margin:2.1vw 0 2.1vw;
    font-size: 1vw;
    color: #333;
    width: 29vw;
}
.index-banner-img{
    width: 32.9vw;
    float: right;
    margin-right: 9.8vw;
    margin-top: 10.5vw;
}
.index-banner-img2{
    position: absolute;
    top: 0;
    margin: 0;
    right: 7.8vw;
    width: 45vw;
}
.index-banner-img3{
    position: absolute;
    top: 0;
    margin: 0;
    right: 1.8vw;
    width: 56vw;
}
.index-banner-img img{
    width: 100%;
}
.index-banner-box .swiper-container-horizontal .swiper-pagination-bullets{
    position: absolute;
    width: 10vw;
    bottom: 6vw;
    left: 18.8vw;
    text-align: left;
}
.index-banner-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 1vw 0 0;
}
.index-banner-box .swiper-pagination .swiper-pagination-bullet{
    width: 2.1vw;
    height: 0.4vw;
    background: #ffffff;
    border-radius: 0.2vw;
    opacity: 0.5;
}
.index-banner-box .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.common-title{
    font-size: 2.2vw;
    color:#000;
    font-weight: bold;
}
.index-bihuan{
    position: absolute;
    top:40.6vw;
    width: 100%;
}
.index-bihuan-part{
    padding:0 18.8vw 5vw;
    color: #fff;
}
.index-bihuan-part .index-bihuan-tab{
    width: calc((100% - 15.4vw) / 3);
    margin-left: 2.6vw;
    height: 8.1vw;
    float: left;
    padding: 1.5vw;
}
.index-bihuan-part .index-bihuan-tab:first-child{
    margin-left: 0;
}
.index-bihuan-part .index-bihuan-tab1{
    background: url(../img/index/bihuan-tab-bg1.png) no-repeat center;
    background-size: 100% 100%;
}
.index-bihuan-part .index-bihuan-tab2{
    background: url(../img/index/bihuan-tab-bg2.png) no-repeat center;
    background-size: 100% 100%;
}
.index-bihuan-part .index-bihuan-tab3{
    background: url(../img/index/bihuan-tab-bg3.png) no-repeat center;
    background-size: 100% 100%;
}
.index-bihuan-title{
    font-size: 1.3vw;
}
.index-bihuan-content{
    margin-top: 0.7vw;
    font-size: 0.8vw;
    line-height: 1.4vw;
}
.index-bihuan-btn{
    width: 5.2vw;
    height: 1.7vw;
    border-radius: 0.8vw;
    display: inline-block;
    font-size: 0.7vw;
    line-height: 1.7vw;
    color: #fff;
    text-align: center;
    margin-top: 0.8vw;
}
.index-bihuan-btn:hover{
    color: #fff;
}
.index-bihuan-tab1 .index-bihuan-btn{
    background-color: #708bff;
}
.index-bihuan-tab2 .index-bihuan-btn{
    background-color: #26d09f;
}
.index-bihuan-tab3 .index-bihuan-btn{
    background-color: #3dc6f3;
}
.index-bihuan-img .swiper-container:first-child{
    width: calc(100% - 2.5vw);
    margin-left: 0.9vw;
}
.index-bihuan-img .swiper-container:last-child
{
    width: 100%;
    margin-left: -3vw;
    margin-top: 3.5vw;
}
.index-bihuan-img .swiper-wrapper,.index-bihuan-img .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.index-bihuan-img .swiper-container img{
    width: 100%;
}
.index-part2{
    padding:0 18.8vw 3vw 18.8vw;
    color: #fff;
    position: absolute;
    top:71.4vw;
    height: 38.8vw;
    width: calc(100% - 37.6vw);
}
.index-part2 .common-title{
    margin-bottom: 4vw;
    text-align: center;
}
/*.index-part2-left{
    display: inline-block;
    width: 10vw;
    text-align: left;
    color: #666;
    margin-right: 2vw;
    margin-top: 7.5vw;
}
.index-part2-tab{
    height: 3.2vw;
    cursor: pointer;
}
.index-part2-tab-left{
    width: 2vw;
    float: left;
    position: relative;
}
.index-part2-tab-icon{
    position: absolute;
    left: -1.2vw;
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 0.4vw;
    border: solid 0.2vw #262ffc;
    margin-right: 0.3vw;
    display: none;
}
.index-part2-tab.current .index-part2-tab-icon{
    display: inline-block;
}
.index-part2-tab-line{
    margin-top: 0.35vw;
}
.index-part2-tab-line p{
    width: 0.5vw;
    height: 0.1vw;
    background-color: #999999;
    margin-bottom: 1vw;
}
.index-part2-tab-line p:first-child{
    width: 1vw;
}
.index-part2-tab-line p:last-child{
    margin-bottom: 0;
}
.index-part2-tab.current .index-part2-tab-line p:first-child{
    background-color: #262ffc;
}
.index-part2-tab-right{
    width: 7.5vw;
    margin-left: 2vw;
}
.index-part2-tab-tit{
    font-size: 0.9vw;
    color: #000;
    line-height: 0.9vw;
}
.index-part2-tab-item{
    font-size: 0.8vw;
    color: #666;
    line-height: 1.7vw;
}
.index-part2-tab.current .index-part2-tab-tit{
    color: #262ffc;
}
.index-part2-tab.current .index-part2-tab-item{
    font-size: 1.3vw;
    color: #000;
    line-height: 2.2vw;
}*/
.index-part2-left{
    display: inline-block;
    width: 9.6vw;
    text-align: left;
    color: #000;
    margin-right: 4.4vw;
    /*margin-top: 4.5vw;*/
    margin-top: 4vw;
}
.index-part2-tab{
    width: calc(100% - 2vw);
    padding: 0 1vw;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 0.9vw;
    cursor: pointer;
    background-color: #f2f5fa;
    border-radius: 0.5vw;
    margin-bottom: 1vw;
    border: solid 0.1vw #f2f5fa;
}
.index-part2-tab.current{
    color: #262ffc;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.6vw 0vw
    rgba(0, 5, 118, 0.1);
    border: solid 0.1vw rgba(38, 47, 252, 0.3);
}
.index-part2-tab-left{
    float: left;
    position: relative;
}
.index-part2-tab-left img{
    height: 1.4vw;
    margin-right: 0.3vw;
}
.index-part2-tab-left span{
    vertical-align: middle;
}
.index-part2-tab-right{
    float: right;
}
.index-part2-right{
    width: calc(100% - 14.8vw);
    height: 24.8vw;
    float: right;
    margin-top: 4.5vw;
    position: relative;
}
.index-part2-right .swiper-container,.index-part2-right .swiper-wrapper,.index-part2-right .swiper-slide{
    height: 100%;
}
.index-part2-right1{
    background: url(../img/index/index-product-crm-bg.png) no-repeat center;
}
.index-part2-right2{
    background: url(../img/index/index-product-qiwei-bg.png) no-repeat center;
}
.index-part2-right3{
    background: url(../img/index/index-product-workphone-bg.png) no-repeat center;
}
/*.index-part2-right4{
    background: url(../img/index/index-product-assistant-bg.png) no-repeat center;
}*/
.index-part2-right4{
    background: url(../img/index/index-product-bg-mingpian.png) no-repeat center;
}
.index-part2-right5{
    background: url(../img/index/index-product-shop-bg.png) no-repeat center;
}
.index-part2-right6{
    background: url(../img/index/index-product-gongdan-bg.png) no-repeat center;
}
.index-part2-right7{
    background: url(../img/index/index-product-xuexi-bg.png) no-repeat center;
}
.index-part2-right1,.index-part2-right2,.index-part2-right3,.index-part2-right4,.index-part2-right5,.index-part2-right6,.index-part2-right7,.index-part2-right8{
    background-size: 100% 100%;
}
.index-part2-item{
    width: 40.8vw;
    color: #000;
    position: absolute;
    left: 1.5vw;
    top:6vw;
    font-size: 0.8vw;
}
.index-part2-item a{
    color: #262ffc;
    display: block;
}
.index-part2-item a:hover{
    opacity: 0.8;
    color: #262ffc;
}
.index-part2-item-tit{
    font-size: 1.1vw;
    font-weight: bold;
}
.index-part2-item-tit img{
    vertical-align: middle;
    width: 1.3vw;
    margin-right: 0.6vw;
}
.index-part2-item-tit span{
    vertical-align: middle;
}
.index-part2-item-des{
    margin: 1.2vw 0 0.5vw 0;
    line-height: 1.3vw;
}
.index-part2-item-content{
    display: inline-block;
    width: 10.5vw;
    height: 7.2vw;
    background-color: #ffffff;
    border-radius: 0.5vw;
    opacity: 0.8;
    padding: 1vw;
    float: left;
    margin-top: 1.5vw;
    font-size: 0.7vw;
    color: #666;
    line-height: 1.6vw;
}
.index-part2-item-content p{
    font-size: 0.8vw;
    color: #000;
    font-weight: bold;
    line-height: 0.8vw;
    margin-bottom: 0.6vw;
}
.index-part2-item-content:nth-child(4),.index-part2-item-content:nth-child(5){
    margin-right: 1.2vw;
}
.index-part2-item-content:nth-child(4){
    background: url(../img/index/index-product-item1.png) no-repeat right bottom #ffffff;
    background-position: right 0.7vw bottom 0.6vw;
}
.index-part2-item-content:nth-child(5){
    background: url(../img/index/index-product-item2.png) no-repeat right bottom #ffffff;
    background-position: right 0.7vw bottom 0.6vw;
}
.index-part2-item-content:nth-child(6){
    background: url(../img/index/index-product-item3.png) no-repeat right bottom #ffffff;
    background-position: right 0.7vw bottom 0.6vw;
}
.common-part{
    text-align: left;
    margin: 1vw 1.5vw 1vw 0;
    display: inline-block;
    width: calc((100% - 3.5vw - 4px)/2);
    vertical-align: top;
}
.common-part:nth-child(even){
    margin-right: 0;
}
.common-part-img img{
    width: 2.5vw;
}
.common-part-title{
    font-size: 0.8vw;
    color:#fff;
    margin:0.8vw 0 1vw;
}
.common-part-desc{
    color: #fff;
    font-size: 0.7vw;
    line-height: 1.3vw;
    height: 3.8vw;
}
.common-part-border{
    display: inline-block;
    width: 1px;
    background: #e9eef6;
    height: 10vw;
    margin-top: 0.5vw;
}
.common-part-more{
    background: url(../img/index/more.png) no-repeat center;
    width: 100%;
    background-size: cover;
    height: 8vw;
    border-radius: 1vw;
    margin-top: -2vw;
    padding-top:2.5vw;
}
.common-part-more span{
    color: #fff;
    font-size: 1.4vw;
    margin: 0 0 1.6vw;
    display: block;
}
.common-part-more a{
    border: 1px solid #fff;
    margin-right: 0;
    font-size: 0.8vw;
    width: 7.9vw;
    background: rgb(255 255 255 / 7%);
}
.index-part3{
    height: 42.3vw;
    margin-top: 62.8vw;
    position: relative;
}
.index-part3-tab{
    position: absolute;
    top:7.6vw;
    left: 18.8vw;
    width: 46vw;
}
.index-part3-tab-nav{
    float: left;
    font-size: 0.8vw;
    line-height: 1.6vw;
    margin-right: 4vw;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.index-part3-tab-nav.current{
    font-size: 1.1vw;
    font-weight: bold;
    line-height: 1.6vw;
    margin-right: 2.8vw;
}
.index-part3-tab-nav:nth-child(6){
    margin-right: 0;
}
.index-part3-tab-nav.current p{
    width: 100%;
    height: 0.7vw;
    background-color: #7f85fb;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
}
.index-part3 .common-title{
    text-align: center;
    /*margin-left: 18.8vw;*/
}
.index-part3-detail
{
    width: calc(100% - 61.3vw);
    height: 27.9vw;
    padding:8.8vw 42.5vw 0 18.8vw;
    margin-top: 5.2vw;
    display: none;
}
.index-part3-detail.current{
    display: block;
}
.index-part3-detail1{
    background: url(../img/index/plan-xiansuo-bg.png) no-repeat center;
}
.index-part3-detail2{
    background: url(../img/index/plan-jiaoyi-bg.png) no-repeat center;
}
.index-part3-detail3{
    background: url(../img/index/plan-fuwu-bg.png) no-repeat center;
}
.index-part3-detail4{
    background: url(../img/index/plan-renwu-bg.png) no-repeat center;
}
.index-part3-detail5{
    background: url(../img/index/plan-shuju-bg.png) no-repeat center;
}
/*.index-part3-detail6{
    background: url(../img/index/plan-gongzuoliu-bg.png) no-repeat center;
}*/
.index-part3-detail1,.index-part3-detail2,.index-part3-detail3,.index-part3-detail4,.index-part3-detail5,.index-part3-detail6{
    background-size: cover;
}
.index-part3-detail-tit1{
    font-size: 1.4vw;
    line-height: 1.6vw;
    color: #000000;
    font-weight: bold;
    margin-bottom: 2vw;
}
.index-part3-detail ul li{
    line-height: 1.6vw;
    color: #666666;
    font-size: 0.8vw;
}
.index-part3-detail ul li span{
    display: inline-block;
    width: 0.4vw;
    height: 0.4vw;
    background-color: #fed200;
    vertical-align: middle;
    border-radius: 0.2vw;
    margin-right: 1vw;
    margin-top: -0.3vw;
}
.index-part3-detail ul li p{
    display: inline-block;
    width: calc(100% - 1.5vw);
    vertical-align: top;
}
.index-part3-detail-tit2{
    font-size: 1vw;
    line-height: 1.6vw;
    color: #000000;
    font-weight: bold;
    margin: 3vw 0 1.6vw 0;
}
.index-part3-detail-img{
    height: 1.5vw;
}
.index-part3-detail-btn{
    margin-top: 3vw;
}
.index-clue{
    width: 100%;
    text-align: center;
}
.index-clue .common-title{
    padding: 10vw 0 1.2vw;
    color: #000000;
    text-align: center;
}
.index-clue .ask-btn{
    margin-bottom: 4vw;
}
.index-clue-box img{
    max-width: 100%;
}
.index-app{
    margin-top: 6vw;
    margin-bottom: 2vw;
    height: 130vw;
    background: linear-gradient(0deg, #FFFFFF, #EFF7FF);
}
.index-app .common-title{
    padding-top: 6vw;
    color: #000000;
    text-align: center;
}
.index-app-box.common-img-word{
    background: none;
}
.index-app-box.common-img-word .common-img-word-content{
    margin-top: 12.8vw;
}
.index-cooperate{
    width: calc(100% - 8.6vw);
    padding: 0 4.3vw;
}
.index-cooperate .common-title{
    padding: 7vw 0 5.2vw;
    color: #000000;
    text-align: center;
}
.index-cooperate-detail{
    width: 26.35vw;
    height: 16.67vw;
    background-color: #007fff;
    box-shadow: 0vw 0vw 2.6vw 0vw rgba(0, 5, 118, 0.1);
    border-radius: 1vw;
    float: left;
    padding: 1.5vw 0 0 1.8vw;
}
.index-cooperate-detail-dingding{
    background: url(../img/index/cooperate-dingding-bg.png) no-repeat center;
    background-size: cover;
    margin-right: 2.92vw;
}
.index-cooperate-detail-qiwei{
    background: url(../img/index/cooperate-qiwei-bg.png) no-repeat center;
    background-size: cover;
    margin-right: 2.92vw;
}
.index-cooperate-detail-feishu{
    background: url(../img/index/cooperate-feishu-bg.png) no-repeat center;
    background-size: cover;
    float: right;
}
.index-cooperate-detail-title{
    font-size: 1.7vw;
    color: #fff;
}
.index-cooperate-detail-title img{
    width: 3.3vw;
    height: 3.3vw;
}
.index-cooperate-detail-title span{
    vertical-align: middle;
    margin-left: 1vw;
}
.index-cooperate-detail-item{
    font-size: 1vw;
    color: #666666;
    width: 23.4vw;
    height: 10.4vw;
    margin-top: 3vw;
}
.index-cooperate-detail-item p{
    height: 5.2vw;
    line-height: 5.2vw;
}
.index-cooperate-detail-item p:first-child{
    border-bottom: 0.05vw solid #e6e7ec;
}
.index-cooperate-detail-item p i{
    width: 0.35vw;
    height: 0.4vw;
    border: solid 0.2vw #007fff;
    border-radius: 0.4vw;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1vw;
}
.index-cooperate-detail-item p span{
    vertical-align: middle;
}
.index-cooperate-detail-qiwei .index-cooperate-detail-item p i{
    border-color: #17ca96;
}
.index-cooperate-detail-feishu .index-cooperate-detail-item p i{
    border-color: #3370ff;
}
.index-part4{
    width: 100%;
    /*height: 63.1vw;*/
    color: #fff;
}
.index-part4 .common-title{
    padding: 10vw 0 5.7vw;
    color: #000000;
    text-align: center;
}
.index-partner-content1 .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.index-partner-content1 .swiper-slide{
    width: 26.7vw !important;
    height: 29.2vw !important;
}
.index-partner-content1 .index-partner-box{
    width: calc(100% - 7.4vw);
    height: 8.8vw;
    color: #000;
    background-color: #f2f5fa;
    border-radius: 0.8vw 0.8vw 0 0;
    transform:skewX(-15deg);
    padding: 2.9vw 3.7vw;
}
.index-partner-box.index-partner-box2{
    border-radius: 0 0 0.8vw 0.8vw;
    margin-left: -3.9vw;
}
.index-partner-content1 .swiper-slide:nth-child(2n) .index-partner-box1,.index-partner-content1 .swiper-slide:nth-child(2n-1) .index-partner-box2
{
    background-color: #71a6ff;
    color: #fff;
}
.index-partner-content1 .index-partner-box .partner-tit,.index-partner-content1 .index-partner-box .partner-item{
    transform:skewX(15deg);
}
.index-partner-box img{
    width: 3.6vw;
    height: 3.6vw;
}
.partner-tit{
    margin-bottom: 1.5vw;
}
.partner-logo{
    display: inline-block;
    vertical-align: middle;
    margin-right: 1vw;
}
.partner-info{
    display: inline-block;
    vertical-align: middle;
}
.partner-name{
    font-size: 1.3vw;
    /*margin-bottom: 0.5vw;*/
}
.partner-system{
    font-size: 1vw;
    display: none;
}
.partner-item{
    font-size: 0.8vw;
    line-height: 1.6vw;
}
.index-partner-content2{
    width: 62.5vw;
    margin: 5vw auto 0 auto;
}
.index-partner-content2 img{
    width: 100%;
}
.index-part5{
    padding: 10vw 0 0;
}
.index-part5 .common-title{
    padding: 1vw 0 5.2vw;
    color: #000000;
    text-align: center;
}
.index-part5 .index-part5-box{
    width: 100%;
    height: 37.2vw;
    background: url(../img/index/reason-bg.png) no-repeat center;
    background-size: cover;
    padding: 4.2vw 0 0;
    position: relative;
}
.index-part5 .index-part5-box .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.index-part5 .index-part5-detail{
    width: 15.8vw;
    height: 19.3vw;
    background-color: #ffffff;
    box-shadow: 0vw 0vw 2.6vw 0vw rgba(0, 39, 147, 0.08);
    border-radius: 1vw;
    padding: 2vw;
}
.index-part5-detail-title .index-part5-detail-tit-quote{
    float: left;
}
.index-part5-detail-tit-name{
    font-size: 1.4vw;
    float: right;
    height: 2.9vw;
    line-height: 1.4vw;
}
.index-part5-detail-tit-name .index-part5-detail-tit-job{
    font-size: 0.8vw;
    color: #666;
    line-height: 0.8vw;
    margin-top: 0.7vw;
}
.index-part5-detail-tit-quote,.index-part5-detail-foot-quote{
    color: #f2f5fa;
    font-size: 9.3vw;
    width: 2.6vw;
    height: 2.4vw;
    line-height: 7.2vw;
}
.index-part5-detail-line{
    width: 100%;
    height: 0.1vw;
    margin: 1.5vw 0 1.2vw 0;
}
.index-part5-detail-des{
    font-size: 0.8vw;
    line-height: 1.7vw;
    color: #666666;
    height: 10vw;
}
.index-part5-detail-foot{
    height: 2.8vw;
    margin-top: 1vw;
}
.index-part5-detail-foot img{
    height: 2.2vw;
    margin-top: 0.35vw;
}
.index-part5-detail-foot-quote{
    float: right;
    line-height: 7.8vw;
}
.index-news{
    padding: 10vw 18.8vw 8.4vw 18.8vw;
}
.index-news .common-title{
    text-align: center;
}
.index-news-box{
    margin-top: 5.7vw;
}
.index-news-left{
    width: 29.7vw;
    height: 27.7vw;
    border-radius: 0.5vw;
    border: solid 0.05vw #e6e7ec;
    float: left;
}
.index-news-left:hover{
    box-shadow: 0 0 1vw 0 rgba(13, 21, 30, 0.1);
    border-bottom: 0.15vw solid #262ffc;
}
.index-news-thumb{
    height: 17.8vw;
    width: 100%;
    overflow: hidden;
    border-radius: 0.5vw 0.5vw 0 0;
    vertical-align: middle;
}
.index-news-thumb img{
    min-height: 100%;
    min-width: 100%;
    margin: auto;
    vertical-align: middle;
}
.index-first-news-item{
    padding: 1vw;
}
.index-news-title{
    font-size: 1.1vw;
    font-weight: bold;
    line-height: 1.1vw;
    margin-top: 0.5vw;
}
.index-news-desc{
    height: 1vw;
    font-size: 0.8vw;
    color: #666;
    line-height: 1vw;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 1vw 0 1.5vw 0;
}
.index-first-news-item .index-news-desc{
    white-space: normal;
    height: 2.6vw;
    line-height: 1.5vw;
    margin-bottom: 1.2vw;
}
.index-news-date{
    color: #666;
}
.index-news-date a{
    color: #262ffc;
    font-size: 0.7vw;
    float: right;
}
.index-news-date a:hover{
    color: #262ffc;
    opacity: 0.6;
}
.index-news-right{
    float: right;
    width: 29.7vw;
}
.index-news-right .index-news-item{
    height: 6.5vw;
    border: solid 0.05vw #e6e7ec;
    border-radius: 0.5vw;
    margin-top: 1vw;
    padding: 1vw;
}
.index-news-right .index-news-item:first-child{
    margin-top: 0;
}
.index-news-right .index-news-item:hover{
    box-shadow: 0 0 1vw 0 rgba(13, 21, 30, 0.1);
    border-bottom: 0.15vw solid #262ffc;
}

/*底部*/
.footer{
    width: 100%;
    /*height: 46.4vw;*/
    background: url(../img/footer-bg.png) no-repeat center;
    background-size: cover;
}
.foot-try{
    width: 100%;
    height:20.9vw;
    text-align: center;
}
.foot-try .common-title{
    font-size: 2vw;
    padding: 5.2vw 0 4.5vw;
    font-weight: normal;
    color: #333;
}
.foot-try .btn-try-out{
    text-align: center;
    font-size: 1.3vw;
    color: #000;
    width: 12.5vw;
    height: 3.6vw;
    background-color: #fed200;
    border-radius: 1.8vw;
    line-height: 3.6vw;
    border: none;
}

.foot-bottom-box{
    padding:0 18.8vw 0 18.8vw;
    font-size: 0.7vw;
    color:#000;
}
.index-footer{
    padding-top:8vw;
}
.foot-bottom-left{
    display: inline-block;
    width: 10vw;
    padding: 4.1vw 0 0;
    margin-right: 3vw;
    float: left;
}
.foot-bottom-left img{
    margin-bottom: 1vw;
}
.foot-bottom-left .foot-logo{
    width: 7.3vw;
    margin-bottom: 1vw;
}
.foot-bottom-left .foot-qiwei img{
    margin-bottom: 2vw;
}
.foot-bottom-left .qudao_code{
    width: 6vw;
    margin-top: 0.4vw;
}

.foot-bottom-right{
    width: calc(100% - 13vw);
    display: inline-block;
    vertical-align: top;
    padding: 4.1vw 0 3vw;
    float: right;
}
.foot-contact-item{
    font-size: 0.8vw;
    color:#333333;
    margin-bottom: 1.5vw;
}
.foot-contact-item.foot-contact-falv{
    font-size: 0.7vw;
}
.foot-contact-item.foot-contact-quanwei{
    font-size: 0.9vw;
}
.foot-contact-item.foot-contact-quanwei img{
    width: 3.1vw;
}
.foot-contact-item .iconfont{
    border-radius: 0.5vw;
    display: inline-block;
    color: #7685a7;
    text-align: center;
    font-size: 1vw;
    margin-right: 0.5vw;
    float: left;
}
.foot-contact-item span{
    float: left;
    margin-top: 0.1vw;
    vertical-align: middle;
}
.foot-bottom-links{
    float: left;
    width: calc(100% - 9vw);
    margin-left: 3vw;
}
.foot-bottom-code{
    width: 6vw;
    float: left;
}
.foot-bottom-code div:first-child{
    margin-bottom: 1.6vw;
    font-size: 0.9vw;
    font-weight: bold;
}
.foot-bottom-code .qudao_code{
    width: 100%;
}
.foot-bottom-code .code_word{
    text-align: center;
    margin-top: 0.5vw;
}
.foot-bottom-item{
    display: inline-block;
    width: calc((100% - 1vw)  / 4);
    vertical-align: top;
    font-size: 0.7vw;
}
.foot-bottom-item a{
    color:#333;
    /*opacity: 0.4;*/
    margin-bottom: 1.1vw;
    display: block;
}
.foot-bottom-item a:hover{
    color:#2c6ee5;
    opacity: 1;
}
.foot-bottom-item div:first-child{
    margin-bottom: 1.6vw;
    font-size: 0.9vw;
    font-weight: bold;
}
.foot-friend-links{
    padding-top: 0.5vw;
    max-height: 2vw;
    line-height: 2vw;
    overflow: hidden;
    color: #666;
}
.foot-friend-links a{
    color: #666;
}
.foot-friend-links a:hover{
    color: #999;
}
.foot-friend-links.current{
    max-height: initial;
}
.foot-friend-links .link-list{
    padding-right:1.9vw;
}
.foot-friend-links .link-list:nth-child(2){
    margin-left: 1vw;
}
.foot-friend-links-btn{
    height: 2vw;
    line-height: 2vw;
    padding-bottom: 0.5vw;
    color: #666;
}
.foot-friend-links-btn span{
    cursor: pointer;
}
.foot-icp{
    color:#333;
    padding-left: 18.8vw;
    border-top: 1px solid #eee;
    height: 3vw;
    line-height: 3vw;
    font-size: 0.7vw;
}
.foot-icp a,.foot-icp span,.foot-icp img{
    float: left;
}
.foot-icp a{
    color: #333;
    margin-left: 0.5vw;
}
.foot-icp img{
    margin-top: 0.9vw;
    margin-right: 0.2vw;
}
.foot-erwei{
    display: inline-block;
    width: calc((100% - 1vw - 6px)/3);
    margin-left: 0.43vw;
    text-align: center;
}
.foot-erwei:first-child{
    margin-left: 0;
}
.foot-erwei img{
    width: 5vw;
}
.foot-erwei div{
    text-align: center;
    margin-top:0.5vw;
}
.foot-line{
    margin: 0 2.5vw;
    width: 0.1vw;
    height: 2.7vw;
    background-color: #ffffff;
    opacity: 0.2;
    display: inline-block;
    margin-bottom: 3vw;
}
.foot-icp .foot-bottom-left{
    float: none;
}
.icp{
    padding:1.7vw 0 0 1vw;
    border-top:1px solid #262d4b;
}
.icp a{
    color:#fff;
}
.foot-register{
    width: calc(100% - 37.6vw);
    height: 4.2vw;
    background-color: #333333;
    opacity: 0.8;
    line-height: 4.2vw;
    color: #fff;
    position: fixed;
    bottom: 0;
    font-size: 1.4vw;
    padding: 0 18.8vw;
    z-index: 99;
}
.foot-register p{
    display: inline-block;
}
.foot-register .ask-btn{
    width: 9.4vw;
    height: 2.6vw;
    line-height: 2.6vw;
    background-color: #7f85fb;
    border-radius: 0.2vw;
    color: #fefefe;
    font-size: 1vw;
    float: right;
    border: none;
    margin-top: 0.8vw;
}
.foot-register img{
    width: 0.7vw;
    height: 0.7vw;
    position: fixed;
    bottom:2.9vw;
    right: 17.3vw;
    cursor: pointer;
}

.common-img-word{
    background: #fff;
    padding:5.2vw 18.8vw 2.2vw 18.8vw;
}
.common-img-word .common-img-word-item
{
    margin-bottom: 4vw;
}
.common-img-word .common-img-word-img
{
    display: inline-block;
    width: calc(100% - 23.9vw - 6vw);
    float: left;
}
.common-img-word .common-img-word-img img
{
    width: 100%;
}
.common-img-word .common-img-word-content
{
    display: inline-block;
    width: 23.9vw;
    font-size: 0.9vw;
    color:#7a8ba6;
    line-height: 1.3vw;
    vertical-align: middle;
    float: right;
    margin-top: 5.8vw;
}
.common-img-word-item-left{
    text-align: left;
}
.common-img-word .common-img-word-item-left .common-img-word-img{
    float: right;
}
.common-img-word .common-img-word-item-left .common-img-word-content{
    float: left;
}
.common-img-word-left .common-img-word-item-left .common-img-word-content{
    text-align: right;
}
.common-img-word .common-img-word-title
{
    font-size: 1.5vw;
    color:#000;
    line-height: 2.5vw;
}
.common-img-word .common-img-word-detail
{
    font-size: 0.8vw;
    color: #666;
    line-height: 1.7vw;
    margin-top: 1vw;
}
.study-img-word .common-img-word-item:first-child .common-img-word-content
{
    margin-top: 2.5vw;
}
.study-img-word .common-img-word-item:nth-child(2) .common-img-word-content
{
    margin-top: 2.8vw;
}
.study-img-word .common-img-word-item:nth-child(3) .common-img-word-content
{
    margin-top: 4.2vw;
}
/*产品*/
.product-banner-box{
    text-align: center;
    top:11.9vw;
    width: 36vw;
    left: 50%;
    margin: 0;
    margin-left: -18vw;
}
.product-banner-box .index-banner-top{
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}
.product-banner-box .index-banner-top-content{
    color: #666;
    width: 100%;
}
.crm-banner-box .index-banner-top-title span{
    background-image: linear-gradient(to right, #c052ff 0%, #ff679d 85%, #ff679d 100%), linear-gradient(#c052ff, #c052ff);
    -webkit-background-clip: text;
    color: transparent;
}
.product-content .common-title{
    margin-top: 8.4vw;
    text-align: center;
}
.product-img-word{
    background: url(../img/product/product-img-word-bg.png) no-repeat center;
    background-size: cover;
}
/*crm系统*/
.crm-item{
    background: url(../img/product/crm/crm-item-bg.png) no-repeat center;
    background-size: cover;
    height: 13.7vw;
    padding: 5.1vw 18.8vw 0;
    color: #fff;
}
.crm-item-box{
    width: 26vw;
    margin-left: 8vw;
    float: left;
}
.crm-item-box:first-child{
    margin-left: 0;
}
.crm-item-tit{
    font-size: 1.9vw;
    line-height: 3.1vw;
}
.crm-item-tit span{
    font-size: 3.1vw;
}
.crm-item-content{
    font-size: 0.9vw;
    line-height: 1.6vw;
    margin-top: 1vw;
}
.crm-more{
    padding: 2vw 18.8vw 8.4vw 18.8vw;
    color: #fff;
}
.crm-more-item{
    width: calc(100% / 4);
    float: left;
    text-align: center;
    margin-top: 3.6vw;
    height: 10.9vw;
}
.crm-more-item img{
    width: 3.1vw;
}
.crm-more-item-tit{
    font-size: 0.9vw;
    color: #000000;
    margin: 1.4vw 0 0.7vw 0;
}
.crm-more-item-content{
    font-size: 0.8vw;
    color: #666;
    text-align: left;
    padding: 0 2vw;
    line-height: 1.4vw;
}
/* 广告助手 */
.advert-banner-box{
    top:7.9vw
}
.advert-banner-box .index-banner-top-title span{
    background-image: linear-gradient(to right, #c152fe, #fc66a1);
}
.advert-img-word .common-img-word-item:first-child .common-img-word-content{
    margin-top: 4.5vw;
}
/*方案*/
.plan-banner-box{
    text-align: left;
    top:10.1vw;
}
.plan-item{
    padding: 5.2vw 18.8vw 1vw 18.8vw;
    position: relative;
    min-height: 28.1vw;
}
.plan-item-title{
    font-size: 1.5vw;
    color: #000000;
    margin-bottom: 1.6vw;
    font-weight: bold;
}
.plan-item-content{
    font-size: 0.8vw;
    color: #666666;
    line-height: 1.6vw;
    margin-bottom: 4.3vw;
}
.plan-nav{
    position: absolute;
    right: 6.8vw;
}
.plan-tab-nav{
    width: 8vw;
    height: 2.5vw;
    line-height: 2.5vw;
    margin-bottom: 1.5vw;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0.8vw;
}
.plan-tab-nav img{
    margin-right: 0.3vw;
    width: 1.6vw;
}
.plan-tab-nav span{
    vertical-align: middle;
}
.plan-tab-nav-check{
    background: #7C5EFF;
    border-radius: 2.2vw;
    color: #fff;
}
.plan-tab-nav .plan-tab-nav-check,.plan-tab-nav .plan-tab-nav-nocheck{
    padding-left: 1.4vw;
}
.plan-tab-nav .plan-tab-nav-check,.plan-tab-nav.current .plan-tab-nav-nocheck{
    display: none;
}
.plan-tab-nav .plan-tab-nav-nocheck,.plan-tab-nav.current .plan-tab-nav-check{
    display: block;
}
/*案例*/
.cases-banner-box{
    top:16.8vw;
}
.cases-banner-box .index-banner-top-title{
    color: #000;
}
.case-tab{
    padding: 0 18.8vw;
}
.case-tab-item{
    width: calc(100% / 3);
    text-align: center;
    float: left;
}
.case-tab-item img{
    width: 2.5vw;
}
.case-tab-item-title{
    font-size: 2.3vw;
    margin: 1.6vw 0 0.8vw 0;
}
.case-tab-item-title span{
    font-size: 1.2vw;
    font-weight: bold;
}
.case-tab-item-content{
    font-size: 1.2vw;
    color: #666666;
}
.case-swiper{
    margin-top: 5.6vw;
    height: 39.9vw;
    padding: 0 18.8vw;
    background: url(../img/cases/case-swiper-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
}
.case-swiper .common-title{
    padding: 5.2vw 0 4.2vw 0;
}
.case-swiper-pagination{
    bottom: 4.2vw;
    left: 50%;
    margin-left: -2.4vw;
}
.case-swiper-pagination .swiper-pagination-bullet{
    width: 1.6vw;
    height: 0.5vw;
    background-color: #3158ff;
    border-radius: 0.3vw;
    margin: 3vw 0.5vw 0;
}
.case-list{
    width: calc((100% - 4.2vw) / 3);
    float: left;
    margin-left: 2.1vw;
    position: relative;
}
.case-list:first-child{
    margin-left: 0;
}
.case-list img{
    width: 100%;
}
.case-list span{
    position: absolute;
    top:7.2vw;
    left: 1.4vw;
    display: inline-block;
    width: 16.6vw;
    color: #fff;
    font-size: 0.8vw;
    line-height: 1.6vw;
}
.cases-part3{
    background: #fff;
}

/*版本与价格*/
.homepage-banner{
    /*margin-top:4.2vw;*/
}
.banner-word{
    position: absolute;
    top: 8.5vw;
    left: 18.9vw;
    font-size: 2.2vw;
    color: #fff;
    text-align: center;
    width: calc(100% - 18.9vw * 2);
}

/*新闻资讯*/
.news-content{
    background: #f6f8fa;
    padding:2vw 16.7vw;
}
.news-nav{
    font-size: 1vw;
    color:#333;
    margin:0 0 2vw;
}
.news-detail-left{
    display: inline-block;
    width: 42.9vw;
    vertical-align: top;
    margin-right: 1vw;
    box-shadow: 0vw 0.2vw 0.8vw 0vw rgba(0, 22, 125, 0.08);
    padding:0 2vw 2vw;
    background: #fff;
}
.news-detail-left img{
    width: 100%;
}
.news-detail-right{
    display: inline-block;
    width: calc(100% - 6px - 47.9vw);
    padding: 1vw 0;
    box-shadow: 0vw 0.2vw 0.8vw 0vw rgba(0, 22, 125, 0.08);
    background: #fff;
}
.news-detail-btn{
    margin:3vw 0 7vw;
}
.news-relative-top{
    font-size: 1vw;
    color:#333;
    padding: 0 1vw 1vw;
}
.news-relative-top-hot{
    border-top: 1px solid #e2e7f1;
    margin-top: 1vw;
    padding-top: 1vw;
}
.news-relative-more{
    font-size: 0.7vw;
    color:#7a8ba6;
    background: #f6f8fa;
    text-align: center;
    height: 1.9vw;
    line-height: 1.9vw;
    margin: 0.5vw 1vw 0;
    cursor:pointer;
    display: block;
}
.news-load-more{
    font-size: 0.7vw;
    color:#7a8ba6;
    background: #f6f8fa;
    text-align: center;
    height: 1.9vw;
    line-height: 1.9vw;
    cursor:pointer;
    display: block;
}
.news-relative-nodata{
    text-align: center;
    padding: 1vw 0;
    color: #172b4d;
    border-top: 1px solid #e2e7f1;
}
.news-relative-item{
    border-top: 1px solid #e2e7f1;
    padding:1vw 0;
    cursor:pointer;
    display: block;
    margin: 0 1vw;
}
.news-relative-item-title{
    font-size: 0.8vw;
    color:#333;
    line-height: 1.3vw;
    margin-bottom: 1vw;
}
.news-relative-item:hover .news-relative-item-title,.news-list-item:hover .news-list-title{
    color:#2c6ee5;
}
.news-relative-item-date,.news-relative-item-date span{
    font-size: 0.7vw;
    color:#7a8ba6;
    margin-right: 0.5vw;
}
.news-relative-item-date span:last-child{
    margin:0 0 0 0.5vw;
}
.news-relative-item-date a{
    margin:0 0.5vw 0 0;
    font-size: 0.7vw;
    color:#7a8ba6;
}
.news-list-item{
    border-bottom: 1px solid #e2e7f1;
    padding: 1.5vw 0;
    display: block;
}
.news-list-item:last-child{
    border:none;
}
.news-list-left{
    display: inline-block;
    width: calc(100% - 16.6vw - 4px);
    margin-left: 1vw;
    vertical-align: top;
}
.news-list-right{
    display: inline-block;
    width: 15.6vw;
}
.news-list-right img{
    width: 100%;
    max-height: 7.2vw;
}
.news-list-title{
    font-size: 1vw;
    color:#333;
}
.news-list-desc{
    color: #7a8ba6;
    font-size: 0.7vw;
    line-height: 1.3vw;
    margin: 1vw 0 1vw;
    height: 2.5vw;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list-date{
    color: #7a8ba6;
    font-size: 0.7vw;
}
.news-list-date span{
    float: right;
}
.y-news-detail-title{
    font-size: 1.7vw;
    color:#333;
    margin-top:2.1vw;
}
.y-news-detail-date{
    color:#7a8ba6;
    font-size: 0.7vw;
    margin: 1vw 0 1.1vw;
}
.y-news-detail-content{
    font-size: 0.8vw;
    line-height: 1.6vw;
    color:#333;
}
.left{
    float:left;
}
.right{
    float:right;
}
.y-news-detail-page{
    margin-top:2.1vw;
}
.y-news-detail-page a{
    color:#2c6ee5;
    font-size: 0.8vw;
    max-width: 20vw;
    line-height: 1.6vw;
}
.y-news-detail-page a:hover{
    color:#2c6ee5;
    opacity: 0.8;
}
.news-detail-nav{
    margin-top: 4.2vw;
    font-size: 0.8vw;
    color: #7a8ba6;
}
/*关于我们*/
.about-banner-box{

}
.about-banner-box .index-banner-top{
    margin-top: 11.8vw;
}
.about-banner-box .index-banner-top-title{
    color: #000;
    font-size: 2.1vw;
}
.about-part1 .common-title,.about-part2 .common-title,.about-part3 .common-title{
    font-size: 2.5vw;
    line-height: 2.5vw;
}
.about-part1{
    padding: 6.3vw 18.8vw;
    margin-top: -28vw;
}
.about-part1-box{
    margin-top: 5.3vw;
}
.about-part1-item{
    width: calc(100% / 3);
    float: left;
    text-align: center;
}
.about-part1-tit{
    font-size: 2.5vw;
    color: #000000;
    letter-spacing: 0.1vw;
    font-weight: bold;
    line-height: 2.5vw;
}
.about-part1-tit span{
    font-size: 1.5vw;
    vertical-align: middle;
}
.about-part1-des{
    font-size: 1.5vw;
    color: #666666;
    margin-top: 1vw;
}
.about-part2{
    height: 24.2vw;
    background-color: #f2f5fa;
    padding: 5.2vw 18.8vw;
}
.about-part2-box{
    margin-top: 5.2vw;
}
.about-part2-item{
    width: 24.5vw;
    height: 3.3vw;
    background-color: #ffffff;
    border-radius: 0.5vw;
    float: left;
    margin-left: 2.1vw;
    margin-bottom: 2vw;
    padding: 2vw 2.1vw 2vw 3.1vw;
}
.about-part2-item:nth-child(2n-1){
    margin-left: 0;
}
.about-part2-item img{
    height: 2.8vw;
    float: left;
    vertical-align: middle;
    margin-top: 0.1vw;
}
.about-part2-content{
    float: left;
    vertical-align: middle;
    margin-left: 3.1vw;
}
.about-part2-tit{
    font-size: 1.3vw;
    line-height: 1.3vw;
    color: #000;
}
.about-part2-des{
    font-size: 0.9vw;
    line-height: 0.9vw;
    color: #666;
    margin-top: 1vw;
}
.about-part3{
    margin-top: 6.3vw;
    padding: 0 18.8vw;
    height: 31.3vw;
}
.about-part3 .common-title{
    color: #fff;
}
.about-part3-box{
    background: url(../img/about/about-bg.png) no-repeat center;
    background-size: cover;
    width: calc(100% - 9.4vw);
    height: calc(100% - 10.4vw);
    border-radius: 1vw;
    padding: 5.2vw 4.7vw;
}
.about-part3-item{
    color: #fff;
    font-size: 0.9vw;
    line-height: 2.4vw;
    margin-top: 4vw;
}
.about-info{
    padding:6.3vw 18.8vw;
}
.about-desc{

}
.about-left{
    display: inline-block;
    width: 25vw;
    float: left;
}
.about-desc-title{
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin-bottom: 3.8vw;
    font-weight: bold;
}
.about-desc-item{
    margin-bottom: 1.2vw;
}
.about-name{
    font-size: 0.9vw;
    color: #000000;
    font-weight: bold;
    line-height: 1.9vw;
}
.about-name span{
    display: inline-block;
    vertical-align: middle;
}
.about-desc-item p{
    font-size: 0.9vw;
    line-height: 1.6vw;
    color: #666666;
    width: 21.6vw;
}
.about-map{
    width: 36.5vw;
    height: 21.9vw;
    background-color: #fff;
    border-radius: 1vw;
    float: right;
}
.about-map img{
    width: 100%;
    border-radius: 1vw;
    object-fit:none;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2c6ee5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2c6ee5;
    border-color: #2c6ee5
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.news-page{
    width: 100%;
    text-align: center;
}

.news-page .iconfont{
    font-size: .5vw;
}

.news-page .pagination>li>a,.news-page .pagination>li>span
{
    display: inline-block;
    margin-left: 0;
    margin-right: .5vw;
    width: 1.3vw;
    height: 1.3vw;
    border-radius: 1.3vw;
    line-height: 1.3vw;
    text-align: center;
    padding:0;
    font-size: .6vw;
}

/*APP下载*/
.download-banner-box{
    text-align: center;
}
.download-banner-box .index-banner-top{
    width: 80%;
    margin: 10.2vw auto 0 auto;
    float: none;
}
.download-banner-box .index-banner-top-title{
    background: linear-gradient(111deg, #388CFF 40.673828125%, #7226FC 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.6vw;
    line-height: 2.6vw;
}
.download-banner-box .index-banner-top-content{
    width: 100%;
}

.download-section2{
    padding: 7.8vw 18.8vw;
}

.download-section2 a{
    text-decoration: none;
}

.download-section2 ul{
    font-size: 0;
    text-align: center;
    margin:0;
}

.download-section2 ul li{
    vertical-align: text-top;
    width: 26vw;
    height:20vw;
    text-align: center;
    float:left;
    position: relative;
}
.download-section2 ul li:nth-child(2n){
    float: right;
}
.download-section2 ul li .download-show{
    background: #FAFAFA;
    width:100%;
    height:100%;
    border-radius: 1vw;
}
.download-section2 ul li .download-code{
    display:none;
    box-shadow: 0px 0px 25px 0px rgba(0,60,132,0.1);
    background: #FFFFFF;
    width:100%;
    height:100%;
    border-radius: 1vw;
    cursor: pointer;
}
.download-section2 ul li .download-code img{
    max-width:8.33vw
}
.download-section2 ul li .li-label{
    position: absolute;
    width: 5.2vw;
    height: 5.2vw;
    right: 0;
    top: 0;
    border-top-right-radius: 1vw;
    background: linear-gradient(45deg, #FAFAFA, #FAFAFA 50%, #e6effa 50%, #e6effa 100%);
    line-height:3.2vw;
    cursor: pointer;
}
.download-section2 ul li .li-label img{
    margin-left:2vw;
}
.download-section2 ul li .download-content{
    width:100%;
    height:100%;
    display:flex;
    border-radius: 1vw;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.download-section2 ul li .download-first{
    font-size: 1.1vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.3vw;
    letter-spacing: 0;
    color: #333333;
    margin-bottom: .5vw;
    margin-top:1.5vw;
}

.download-section2 ul li .download-second{
    font-size: 0.8vw;
    font-weight: normal;
    letter-spacing: 0;
    color: #666666;
}
