/*头部*/
.head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1400px;
    height: 76px;
    margin: 16px auto 0;
}
.head .logo{
    width: 225px;
    height: 42px;
}
.head .logo a,.head .logo img{
    width: 100%;
    height: 100%;
}
.head .telep{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 228px;
    height: 46px;
}
.head .telep .telepLogo{
    width: 46px;
    height: 36px;
}
.head .telep .telepLogo img{
    width: 100%;
    height: 100%;
}
.head .telep .telepNum{
    width: 168px;
    height: 100%;
}
.head .telep .telepNum p{
    width: 100%;
    height: 23px;
    font-size: 20px;
    line-height: 23px;
    color: #1449F2;
    letter-spacing: 1px;
    text-align: right;
}
.head .telep .telepNum .telepBottom{
    opacity: 0.55;
    transform: rotateX(180deg);
}
.head .telep>img{
    display: none;
}

/*导航栏*/
.nav{
    width: 100%;
    min-width: 1400px;
    height: 64px;
    border-top: 1px solid #E8E8E8;
}
.nav .rail{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}
.nav .navList{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}
.nav .navList li{
    height: 100%;
    margin-left: 25px;
}
.nav .navList li a{
    font-size: 20px;
    line-height: 64px;
    color: #373737;
}
.nav .navList .navAction{
    border-top: 1px solid #1449F2;
    margin-top: -2px;
}
.nav .navList .navAction a{
    color: #1449F2;
}
.nav .navList li:hover{
    border-top: 1px solid #1449F2;
    margin-top: -2px;
}
.nav .navList li:hover a{
    color: #1449F2;
}

/*首页轮播图*/
.banner{
    width: 100%;
    min-width: 1400px;
    min-height: 460px;
    overflow: hidden;
}
#banner{
    width: 100%;
    min-width: 1400px;
    min-height: 460px;
}
#banner a,#banner img{
    width: 100%;
    height: 100%;
}
#banner .swiper-pagination{
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
    opacity: 0.75;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #3F99F7;
    border: 1px solid #3F99F7;
}

/*关于我们*/
.gywm{
    width: 100%;
    min-width: 1400px;
    margin-top: 66px;
}
.gywm .gywmTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
}
.gywm .gywmTitle .gywmTitleMain{
    height: 36px;
    margin: 0 25px;
    font-size: 26px;
    color: #1449F2;
    line-height: 36px;
    letter-spacing: 3px;
}
.lineLeft,.lineRight{
    width: 33px;
    height: 1px;
    background-color: #BFBFBF;
}
.gywm .gywmTitleSub{
    width: 100%;
    height: 20px;
    margin: 30px 0 46px;
    font-size: 14px;
    color: #5A5A5A;
    line-height: 20px;
    text-align: center;
}
.gywm .gywmCon{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 300px;
}
.gywm .gywmCon>div{
    width: 50%;
    height: 100%;
}
.gywm .gywmCon .gywmConLeft{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    background-color: #F5F5F5;
}
.gywm .gywmCon .gywmConLeft .gywmConLeftTitle{
    width: 600px;
    height: 30px;
    margin: 30px 0 -14px;
    font-size: 22px;
    color: #1449F2;
    line-height: 30px;
}
.gywm .gywmCon .gywmConLeft .gywmConLeftCon{
    width: 590px;
    margin-right: 10px;
    font-size: 14px;
    color: #404145;
    line-height: 26px;
    letter-spacing: 1px;
}
.gywm .gywmCon .gywmConRight img{
    width: 100%;
    height: 100%;
}
.gywm .gywmMark{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 284px;
    margin: 0 auto;
}
.gywm .gywmMark li{
    width: 300px;
}
.gywm .gywmMark li img{
    display: block;
    width: 73px;
    height: 73px;
    margin: 0 auto;
}
.gywm .gywmMark li .gywmMarkTitle{
    width: 100%;
    height: 20px;
    margin: 16px 0 12px;
    font-size: 16px;
    color: #404145;
    line-height: 20px;
    text-align: center;
}
.gywm .gywmMark li .gywmMarkCon{
    width: 100%;
    height: 20px;
    font-size: 16px;
    color: #404145;
    line-height: 20px;
    text-align: center;
}

/*软件下载*/
.rjxz{
    width: 100%;
    min-width: 1400px;
    height: 660px;
    background-color: #476F93;
    border-top: 1px solid transparent;
}
.rjxz .rjxzTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    margin: 82px 0 30px;
}
.rjxz .rjxzTitle .rjxzTitleMain{
    height: 36px;
    margin: 0 25px;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 36px;
    letter-spacing: 3px;
}
.rjxz .lineLeft,.rjxz .lineRight{
    background-color: #FFFFFF;
}
.rjxz .rjxzTitleSub{
    width: 100%;
    height: 20px;
    margin-bottom: 62px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.rjxz .rjxzCon{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 334px;
    margin: 0 auto;
}
.rjxz .rjxzCon li{
    width: 268px;
    height: 100%;
    background-color: #fff;
}
.rjxz .rjxzCon li>img{
    display: block;
    width: 268px;
    height: 243px;
}
.rjxz .rjxzCon li .rjxzConTitle{
    display: block;
    width: 100%;
    height: 46px;
    font-size: 16px;
    color: #272727;
    line-height: 46px;
    text-align: center;
}
.rjxz .rjxzCon li .rjxzConDeta{
    display: block;
    width: 135px;
    height: 28px;
    margin: 0 auto;
    border-radius: 14px;
    border: 1px solid #A6A6A6;
}
.rjxz .rjxzCon li .rjxzConDeta a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.rjxz .rjxzCon li .rjxzConDeta span{
    font-size: 12px;
    color: #969595;
    line-height: 28px;
}
.rjxz .rjxzCon li .rjxzConDeta i{
    display: inline-block;
    width: 25px;
    height: 8px;
    background: url(../images/ljxq.png) no-repeat 0 0 / 100% 100%;
}
.rjxz .rjxzCon li .rjxzConDeta:hover{
    border-color: #1449F2;
}
.rjxz .rjxzCon li .rjxzConDeta:hover span{
    color: #1449F2;
}
.rjxz .rjxzCon li .rjxzConDeta:hover i{
    background-image: url(../images/ljxqact.png);
}

/*解决方案*/
.jjfa{
    width: 100%;
    min-width: 1400px;
    border-top: 1px solid transparent;
}
.jjfa .jjfaTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    margin: 84px 0 30px;
}
.jjfa .jjfaTitle .jjfaTitleMain{
    height: 36px;
    margin: 0 25px;
    font-size: 26px;
    color: #1449F2;
    line-height: 36px;
    letter-spacing: 3px;
}
.jjfa .jjfaTitleSub{
    width: 100%;
    height: 20px;
    margin-bottom: 44px;
    font-size: 14px;
    color: #5A5A5A;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.jjfa .jjfaCon{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    height: 495px;
    margin: 0 auto;
}
.jjfa .jjfaCon li{
    display: flex;
    justify-content: space-between;
    width: 560px;
    height: 240px;
}
.jjfa .jjfaCon li .jjfaConLeft{
    width: 295px;
    height: 100%;
}
.jjfa .jjfaCon li .jjfaConLeft img{
    width: 100%;
    height: 100%;
}
.jjfa .jjfaCon li .jjfaConRight{
    position: relative;
    width: 265px;
    height: 100%;
    background-color: #F5F5F5;
}
.jjfa .jjfaCon li .jjfaConRight .jjfaConTitle{
    width: 100%;
    height: 30px;
    margin: 43px 0 13px;
    font-size: 22px;
    line-height: 30px;
    color: #1449F2;
    text-align: center;
}
.jjfa .jjfaCon li .jjfaConRight .jjfaConTitleSub{
    width: 224px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    color: #404145;
    text-align: center;
}
.jjfa .jjfaCon li .jjfaConRight a{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 34px;
    height: 34px;
    margin: auto;
}
.jjfa .jjfaCon li .jjfaConRight a div{
    width: 100%;
    height: 100%;
    background: url(../images/qianwang.png) no-repeat 0 0 / 100% 100%;
}
.jjfa .jjfaCon li .jjfaConRight a div:hover{
    background-image: url(../images/qianwangact.png);
}

/*客户之声*/
.khzs{
    position: relative;
    width: 100%;
    min-width: 1400px;
    height: 518px;
    margin: 88px 0 108px;
    overflow: hidden;
}
.khzs .khzsBg{
    position: absolute;
    z-index: -1;
    width: 1920px;
    height: 518px;
}
.khzs .khzsTitle{
    width: 100%;
    height: 42px;
    margin-top: 52px;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    text-align: center;
}
.khzs .khzsTitleSub{
    width: 100%;
    height: 34px;
    margin-bottom: 80px;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}
.khzs .khzsBanner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
.khzs .khzsBanner #khzsBanner{
    width: 1000px;
    height: 100px;
}
.khzs .khzsBanner #khzsBanner .swiper-slide{
    padding: 0 50px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.khzs .khzsBanner #khzsBanner .swiper-cube-shadow{
    background: #293B4B;
}
.khzs .khzsBanner img{
    display: block;
    width: 20px;
    height: 34px;
    opacity: 0.5;
}
.khzs .khzsBannerBtn{
    display: flex;
    justify-content: center;
    height: 200px;
    margin: 0 auto;
}
.khzs .khzsBannerBtn li{
    width: 58px;
    margin: 60px 15px 0;
}
.khzs .khzsBannerBtn li img{
    width: 100%;
    height: 58px;
}
.khzs .khzsBannerBtn li p{
    display: none;
    width: 100%;
    height: 20px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}
.khzs .khzsBannerBtn li span{
    display: none;
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.khzs .khzsBannerBtn li.khzsAction{
    width: 87px;
    margin-top: 42px;
}
.khzs .khzsBannerBtn li.khzsAction img{
    height: 87px;
}
.khzs .khzsBannerBtn li.khzsAction p{
    display: block;
}
.khzs .khzsBannerBtn li.khzsAction span{
    display: block;
}

/*合作伙伴*/
.hzhb{
    width: 100%;
    min-width: 1400px;
}
.hzhb .hzhbTitle{
    width: 100%;
    height: 42px;
    font-size: 32px;
    color: #010101;
    line-height: 42px;
    text-align: center;
}
.hzhb .hzhbTitleSub{
    width: 100%;
    height: 34px;
    font-size: 24px;
    color: #969696;
    line-height: 34px;
    text-align: center;
}
.hzhb .hzhbCon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1300px;
    height: 316px;
    margin: 72px auto 154px;
}
.hzhb .hzhbCon>img{
    width: 20px;
    height: 34px;
}
.hzhb .hzhbCon .hzhbConCenView{
    position: relative;
    width: 1196px;
    height: 100%;
    overflow: hidden;
}
.hzhb .hzhbCon .hzhbConCen{
    display: flex;
    justify-content: flex-start;
    width: 1196px;
    height: 100%;
    transform: translateX(0);
    transition: all 1s;
}
.hzhb .hzhbCon .hzhbConCen li{
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    width: 266px;
    height: 100%;
    margin-left: 44px;
}
.hzhb .hzhbCon .hzhbConCen li:nth-child(1){
    margin-left: 0;
}
.hzhb .hzhbCon .hzhbConCen li a{
    position: relative;
    display: block;
    width: 266px;
    height: 136px;
    border: 1px solid #D9D9D9;
}
.hzhb .hzhbCon .hzhbConCen li img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 230px;
    max-height: 100px;
    margin: auto;
}

/*底部*/
.foot{
    width: 100%;
    min-width: 1400px;
    background-color: #2F3539;
}
.foot .footCon{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1030px;
    height: 300px;
    margin: 0 auto;
}
.foot .footCon .footConLeft{
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}
.foot .footCon .footConLeft li{
    width: 300px;
}
.foot .footCon .footConLeft li p{
    width: 100%;
    height: 24px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.foot .footCon .footConLeft li span{
    display: block;
    width: 100%;
    height: 40px;
}
.foot .footCon .footConLeft li a{
    font-size: 14px;
    line-height: 40px;
    color: #DBDBDB;
}
.foot .footCon .footConLeft li a:hover{
    font-weight: bold;
    color: #fff;
}
.foot .footCon .footConRight{
    width: 130px;
    margin-top: 46px;
}
.foot .footCon .footConRight p{
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}
.foot .footCon .footConRight img{
    display: block;
    width: 130px;
    height: 130px;
    margin: 10px auto;
}
.foot .footInfo{
    display: flex;
    justify-content: space-between;
    width: 1030px;
    height: 80px;
    margin: 0 auto;
}
.foot .footInfo li{
    display: flex;
    justify-content: flex-start;
    height: 28px;
    font-size: 0;
}
.foot .footInfo li img{
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.foot .footInfo li span{
    display: block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.foot .footBeian{
    width: 100%;
    height: 40px;
    background-color: #232527;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}