ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,body{
    margin:0;
    padding:0;
}
ul,li,ol,dl,dt,dd{
    list-style: none;
}
a{
    text-decoration: none;
    color: #999;
}
img{
    border:none;
}

body {
    font: 14px/1.5 "Regular Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    color: #262229;
    background-color: #fff;
    min-width: 100%;
    max-width: 375px;
}
.clear{
    clear: both;
}
/*导航 start*/
.site-header{
    background-color: #fff;
    width: 100%;
    top:0px;
    transition: top .8s ease;
    box-shadow: 0 2px 3px #ccc;
    position: fixed;
    z-index: 123;
}
.site-inner{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.site-inner .float-left{
    float: left;
}
.site-inner .logo{
    padding: 10px 0px 10px 10px;
    width: 80%;
}
.site-inner .logo a{
    display: flex;
}
.site-inner .logo .logo-bottom{
    font-size: 0.9em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    position: fixed;
    top: 40px;
    left: 62px;
}
.site-inner .logo .logo-right{
    font-size: 0.8em;
    font-family: PingFang SC;
    font-weight: 400;
    color: #376AFF;
    text-align: center;
    border: 1px solid #376AFF;
    border-radius: 20px;
    padding: 2px 5px;
    position: fixed;
    top: 17px;
    left: 133px;
}

.site-inner .float-right{
    float: right;
}
.site-inner .float-right .menu{
    padding: 10px 10px 0 0;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    text-align: center; /* 文本居中 */
}
.site-inner .float-right .menu .menu-text{
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
}

/*导航 end*/

/*公司概况 start*/
.overview{

}
.overview .about{
  margin-top: 60px;
  width: 100%;
  height: 590px;
}

.overview .about .about-content{
    position: relative;
}

.overview .about .about-content .about-jianjie{
    position: absolute;
    top: -65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    background-color: rgba(14, 15, 15, 0.5);
    padding: 12px;
}
.overview .about .about-content .about-jianjie .circle{
    display: inline-grid;
    width: 6px;
    height: 6px;
    background-color: yellow;
    border-radius: 50%;
    margin-right: 5px;
}
.overview .about .about-content .about-jianjie .about-text{
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    width: 52px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 3px solid #FFE306;
    margin-bottom: 20px;
}
.overview .about .about-content .about-jianjie p{
    color: #fff;
    line-height: 28px;
    word-break: break-all;
    font-size: 0.9em;
    font-family: Source Han Sans CN;
    font-weight: 400;
}

.overview .about .about-content .about-img{
    position: relative;
    width: 90%;
    height: 240px;
    margin: -60px auto;
}
.overview .about .about-content .about-img .about-imgs{
    border-radius: 10px;
    background-color: #fff;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.overview .about .about-content .top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.overview .about .about-content .top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.overview .about .about-content .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.overview .about .about-content .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*公司概况 end*/

/* 痛点 */
.pain{
    text-align: center;
    padding-bottom: 30px;
    background-color: #fff;
}
.pain .pain-bg{
    width: 100%;
    margin: 0 auto;
}
.pain .pain-title{
    font-size: 1.6em;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
}
.pain .pain-cont{
    position: relative;
    max-width: 425px;
    margin: 0 auto;
}
.pain .pain-cont .left{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(56,115,245,0.1);
    border-radius: 7px;
    padding: 5px 10px;
    font-size: 0.9em;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: absolute;
    top: 42%;
    left: 4%;
}
.pain .pain-cont .right{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(56,115,245,0.1);
    border-radius: 7px;
    padding: 5px 10px;
    font-size: 0.9em;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: absolute;
    top: 27%;
    right: 5%;
}
.pain .pain-cont .bottom{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(56,115,245,0.1);
    border-radius: 7px;
    padding: 5px 10px;
    font-size: 0.9em;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    width: 70%;
    margin: -35px auto 0px;
}
/* 痛点 end */
/* 特点 */
.point{
    text-align: center;
    padding-top: 30px;
    background-color: #F5F9FF;
    padding-bottom: 40px;
}
.point .point-bg{
    max-width: 425px;
    min-width: 320px;
    margin: 0 auto;
}
.point .point-title{
    font-size: 1.6em;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
}
.point .point-dec{
    font-size: 1.1em;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    padding: 15px 0px;
    width: 82%;
    margin: 0 auto;
}
.point .point-cont{
    position: relative;
    margin-top: 40px;
    text-align: left;
}
.point .point-cont .text_n{
    font-size: 1em;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
}
.point .point-cont .number_1{
    position: absolute;
    top: 30px;
    right: 170px;
}
.point .point-cont .number_2{
    position: absolute;
    top: 87px;
    right: 50px;
}
.point .point-cont .number_3{
    position: absolute;
    top: 148px;
    left: 111px;
}
.point .point-cont .number_4{
    position: absolute;
    top: 212px;
    right: 60px;
}
.point .point-cont .number_5{
    position: absolute;
    bottom: 117px;
    right: 127px;
}
.point .point-cont .number_6{
    position: absolute;
    bottom: 48px;
    right: 37px;
}
.point .point-cont .number_7{
    position: absolute;
    bottom: 111px;
    left: 32px;
    font-size: 1.3em;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
}

.point .point-cont .number_8{
    position: absolute;
    bottom: 130px;
    left: 10px;
    font-size: 1.3em;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
    width: 30px;
}
@media (max-width: 375px) {
    .point .point-cont .number_7{
        bottom: 90px;
        left: 30px;
    }
    .point .point-cont .number_8{
        bottom: 108px;
        left: 10px;
    }
    .point .point-cont .number_1{
        top: 30px;
        right: 155px;
    }
    .point .point-cont .number_2{
        top: 75px;
        right: 30px;
    }
    .point .point-cont .number_3{
        top: 130px;
        left: 83px;
    }
    .point .point-cont .number_4{
        top: 183px;
        right: 40px;
    }
    .point .point-cont .number_5{
        bottom: 105px;
        right: 109px;
    }
    .point .point-cont .number_6{
        bottom: 40px;
        right: 20px;
    }
}

.point .point-cont .number_1 .num,
.point .point-cont .number_2 .num,
.point .point-cont .number_3 .num,
.point .point-cont .number_4 .num,
.point .point-cont .number_5 .num,
.point .point-cont .number_6 .num{
    font-size: 1em;
    font-weight: 600;
    font-family: Source Han Sans CN;
    color: #376AFF;
}
/* 特点 end */
/* 类型 */
.types{
    text-align: center;
    background-color: #fff;
    padding-bottom: 20px;
}
.types .types-bg{
    width: 100%;
    margin: 0 auto;
}
.types .types-title{
    font-size: 1.6em;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
    padding: 15px 0px;
}
.types .types-bg .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-left: 10px;
}

.types .types-bg .box {
    flex: 1;
    margin-right: 10px;
    background: linear-gradient(to right, #2161EF, #5489FD);
    padding: 10px 0px;
    border-radius: 8px;
    color: #fff;
    font-family: Source Han Sans CN;
}
/* 类型 end */
/* 功能 */
.mark{
    text-align: center;
    padding-top: 30px;
    background-color: #F5F9FF;
    padding-bottom: 20px;
}
.mark .mark-bg{
    max-width: 425px;
    margin: 0 auto;
}

.mark .mark-cont{
    position: relative;
    margin-top: 40px;
}
.mark .mark-cont .text_n{
    font-weight: 500;
    height: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(56,115,245,0.1);
    border-radius: 12px;
    line-height: 30px;
    font-size: 1em;
    font-family: Source Han Sans CN;
    color: #333333;
}
.mark .mark-cont .number_1{
    width: 140px;
    position: absolute;
    top: 20px;
    left: 117px;
}
.mark .mark-cont .number_2{
    width: 160px;
    position: absolute;
    top: 90px;
    left: 8px;
}
.mark .mark-cont .number_3{
    width: 145px;
    position: absolute;
    top: 130px;
    right: 15px;
}
.mark .mark-cont .number_4{
    width: 125px;
    position: absolute;
    bottom: 70px;
    left: 30px;
}
.mark .mark-cont .number_5{
    width: 120px;
    position: absolute;
    bottom: 40px;
    right: 65px
}

/* 功能 end */

/* 软件图片 */
.soft{
    text-align: center;
    background-color: #F5F9FF;
    padding-bottom: 40px;
}
.soft .soft-bg{
    width: 95%;
    margin: 0 auto;
}
.soft .soft-bg .title{
    font-size: 1em;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    padding: 5px 0px;
}

.soft .soft-cont{
    position: relative;
}
.soft .soft-bg .soft-mulu .mulu{
    width: 47.5%;
    float: left;
    margin-right: 10px;
}
.soft .soft-bg .soft-mulu .case{
    width: 48%;
    float: left;
}

.soft .soft-bg .soft-four .four-left{
    width: 48%;
    float: left;
    margin-right: 10px;
}
.soft .soft-bg .soft-four .four-right{
    width: 48%;
    float: left;
}
/* 软件图片end */
/* 优势 */
.merit{
    text-align: center;
    padding-top: 30px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}
.merit .merit-bg{
    max-width: 425px;
    margin: 0 auto;
}
.merit .merit-title{
    font-size: 1.6em;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
    padding-bottom: 15px;
}
.merit .letter{
    width: 92%;
    text-align: left;
    background: #F5F9FF;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    margin: 10px auto;
    align-items: center;
}
.merit .letter.youshi1{
    height: 50px;
}
.merit .youshi1 .letter-img{
    width: 160px;
    height: 50px;
}
.merit .letter.youshi1 .letter-img .img-text{
    left: -11px;
    top: -43px;
}

.merit .letter.youshi2{
    height: 50px;
}
.merit .youshi2 .letter-img{
    width: 140px;
    height: 50px;
}
.merit .letter.youshi2 .letter-img .img-text{
    left: -11px;
    top: -43px;
}

.merit .letter.youshi3{
    height: 82px;
}
.merit .youshi3 .letter-img{
    width: 326px;
    height: 82px;
    margin-right: 16px;
}
.merit .letter.youshi3 .letter-img .img-text{
    left: -5px;
    top: -56px;
}
.merit .letter.youshi4{
    height: 50px;
}
.merit .youshi4 .letter-img{
    width: 140px;
    height: 50px;
    margin-right: 5px;
}
.merit .letter.youshi4 .letter-img .img-text{
    left: -11px;
    top: -43px;
}
.merit .letter.youshi4 .letter-text{
    width: 280px;
}
.merit .letter.youshi5{
    height: 70px;
}
.merit .youshi5 .letter-img{
    width: 214px;
    height: 50px;
    margin-right: 19px;
}
.merit .letter.youshi5 .letter-img .img-text{
    left: -11px;
    top: -43px;
}
.merit .letter .letter-img .img-text{
    position: relative;
    display: block;
    left: -2px;
    top: -43px;
    font-size: 1em;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}
.merit .letter .letter-text{
    background: #F5F9FF;
}
/* 优势end */
/* 动态图 */
.gif{
    text-align: center;
    padding-top: 10px;
    background-color: #FFFFFF;
    padding-bottom: 30px;
}
.gif .gif-bg{
    width: 90%;
    margin: 0 auto;
}
.gif .gif-title{
    font-size: 1.6em;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
    padding: 10px 0px;
}
/* 动态图end */

/* 信息 */
.data{
    height: 270px;
    background-image: url('../ketangpc/h5/data_wap_1.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.data .data-img{
    float: left;
    padding: 20px 10px 0px 10px;
}
.data .data-title{
    padding: 20px 10px 20px 10px;
}
.data .data-title .text{
    font-size: 1em;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFF000;
    line-height: 20px;
}
.data .data-title img{
    padding-left: 10px;
}
.data .data-title a{
    background: #FFFFFF;
    opacity: 0.98;
    border-radius: 4px;
    font-size:0.9em;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A78FF;
    line-height: 30px;
    padding: 4px 8px;
    margin-left: 6px;
}
.data .form {
    text-align: center;
}
.data .form input{
    width: 80%;
    height: 35px;
    background: #FFFFFF;
    border-radius: 4px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 1em;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    margin-bottom: 18px;
}
.data .form .sign{
    width: 80%;
    height: 35px;
    background: #F56161;
    border-radius: 4px;
    font-size: 1em;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    border: 1px solid #F56161;
    cursor: pointer;
}
/* 信息 end */

/* 底部 start */
.side{
    background: #292929;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 30px;
}
.side .side-title a{
    color: #fff;
}
/* 底部 end */
/* 侧边栏 */

.sidebar{
    position: fixed;
    top: 70%;
    right: 5px;
    transform: translateY(-50%);
}

.sidebar .bar{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #376AFF;
    margin: 10px 0px;
    cursor: pointer;
    border-radius: 2px;
    text-align: center;
}

.sidebar .bar .qrcode{
    display: none;
    position: absolute;
    right: 50px;
    top: 10px;
    border: 13px solid #376AFF;
    border-radius: 8px;
    background-color: #ffffff;
    width: 150px;
}
.sidebar .bar .qrcode img{
    width: 97%;
}

.sidebar .bar .imga{
    vertical-align: middle;
    width: 80%;
    margin: 10%;
}

.sidebar .s_center span{
	display: none;
	position: absolute;
    right: 50px;
    top: 65px;
    font-size: 20px;
    background: #376AFF;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0px 10px;
    border-radius: 8px;
}
.sidebar .s_top:hover span,.sidebar .s_center:hover span{
	display: block;
}

/* 侧边栏end */
/* 广告条 */
.advert{
    width: 100%;
    background-color: #fff;
    background-image: url('../ketangpc/computer/advert_wap.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
}
.advert .advert-w{
    margin: 0 auto;
    text-align: center;
}

.advert .advert-w .advert-l{
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8px;
}
.advert .advert-w .advert-l .advert-text{
    padding: 0px 15px;
    font-size: 1.4em;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    -webkit-text-stroke: 0px #FFFFFF;
}
.advert .advert-w .bottom{
    display: inline-flex;
    margin-top: 15px;
}
.advert .advert-w .bottom a{
  background-color: #0457F8;
  border-radius: 5px;
  padding: 8px 10px;
  color: #fff;
  font-size: 1em;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
/* 广告条end */