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: #FFFFFF;
    min-width: 1200px;
}
.clear{
    clear: both;
}
/*导航 start*/
.site-inner{
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}
.clearFix:after {
    content: '';
    clear: both;
    display: block;
}
.site-inner .float-left{
    float: left;
}
.site-inner .logo{
    padding-top: 9px;
}
.site-inner .logo .logo-bottom{
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    position: relative;
    top: 20px;
    left: -87px;
}
.site-inner .logo .logo-right{
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #376AFF;
    text-align: center;
    border: 1px solid #376AFF;
    border-radius: 20px;
    position: relative;
    left: -180px;
    top: -9px;
    padding: 2px 5px;
}

.float-right{
    float: right;
}
.site-header{
    background-color: #fff;
    width: 100%;
    top:0px;
    transition: top .8s ease;
    box-shadow: 0 2px 3px #ccc;
    position: fixed;
    z-index: 123;
}
.navigation-list li{
    width: 96px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    box-sizing: border-box;
    border-bottom:3px solid transparent;
    transition: all 0.5s ease;
}
.navigation-list li a{
    display: inline-block;
    width:100%;
    height: 100%;
    font-size: 14px;
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu a {
    text-decoration: none;
    color: #333;
}

/* 隐藏二级导航 */
.menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 0;
}

/* 鼠标悬停在一级导航上时显示二级导航 */
.menu li:hover > ul {
    display: block;
}

.menu ul li {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    transition: all 0.5s ease;
}

.menu ul a {
    color: #333;
}

.menu ul a:hover {
    background-color: #f5f5f5;
}
/*导航 end*/


/*概况 start*/
.overview{
    padding-bottom: 20px;
}
.overview .about{
  margin-top: 83px;
  width: 100%;
  height: 600px;
}

.overview .about .about-content{
    width: 1200px;
    margin: -370px auto;
    position: relative;
}

.overview .about .about-content .about-jianjie{
    width: 540px;
    height: 165px;
    background-color: rgba(14, 15, 15, 0.5);
    padding: 40px 30px 0px 35px;
}
.overview .about .about-content .about-jianjie .circle{
    display: inline-grid;
    width: 6px;
    height: 6px;
    background-color: yellow;
    border-radius: 50%;
    margin-right: 15px;
}

.overview .about .about-content .about-jianjie .about-text{
    color: #fff;
    text-align: center;
    border-bottom: 5px solid #FFE306;
    margin-bottom: 20px;
    width: 90px;
    height: 30px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    line-height: 0;
}
.overview .about .about-content .about-jianjie p{
    color: #fff;
    text-indent: 12px;
    line-height: 28px;
    font-weight: lighter;
}
.overview .about .about-content .about-img{
    height: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.overview .about .about-content .about-img .about-imgs{
    border-radius: 10px;
    background-color: #fff;
    border: 10px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/*概况 end*/
/* 痛点 */
.pain{
    text-align: center;
    padding-bottom: 30px;
    background-color: #fff;
    padding-top: 30px;
}
.pain .pain-bg{
    width: 1200px;
    margin: 0 auto;
}
.pain .pain-title{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
}
.pain .pain-cont{

    position: relative;
}
.pain .pain-cont .left{
    width: 270px;
    height: 38px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(56,115,245,0.1);
    border-radius: 12px;
    line-height: 38px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: absolute;
    top: 175px;
    left: 140px;
}
.pain .pain-cont .right{
    width: 300px;
    height: 38px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(56,115,245,0.1);
    border-radius: 12px;
    line-height: 38px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: absolute;
    top: 110px;
    right: 150px;
}
.pain .pain-cont .bottom{
    width: 570px;
    height: 38px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(56,115,245,0.1);
    border-radius: 12px;
    line-height: 38px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: absolute;
    bottom: 45px;
    left: 320px;
}
/* 痛点 end */
/* 特点 */
.point{
    text-align: center;
    padding-top: 30px;
    background-color: #F5F9FF;
    padding-bottom: 40px;
}
.point .point-bg{
    width: 1200px;
    margin: 0 auto;
}
.point .point-title{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
}
.point .point-dec{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    padding: 15px 0px;
}
.point .point-cont{
    position: relative;
    margin-top: 40px;
}
.point .point-cont .text_n{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
}
.point .point-cont .number_1{
    position: absolute;
    top: 145px;
    left: 50px;
}
.point .point-cont .number_2{
    position: absolute;
    top: 0px;
    left: 255px;
}
.point .point-cont .number_3{
    position: absolute;
    top: 130px;
    left: 470px;
}
.point .point-cont .number_4{
    position: absolute;
    top: 0px;
    left: 610px;
}
.point .point-cont .number_5{
    position: absolute;
    top: 130px;
    right: 270px;
}
.point .point-cont .number_6{
    position: absolute;
    top: -38px;
    right: 100px;
}
.point .point-cont .number_7{
    position: absolute;
    bottom: 90px;
    right: 480px;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 50px;
}
.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: 20px;
    font-weight: 600;
    font-family: Source Han Sans CN;
    color: #376AFF;
}
/* 特点 end */
/* 类型 */
.types{
    text-align: center;
    padding-top: 30px;
    background-color: #fff;
    padding-bottom: 40px;
}
.types .types-bg{
    width: 1200px;
    margin: 0 auto;
}

/* 类型 end */
/* 功能 */
.mark{
    text-align: center;
    padding-top: 30px;
    background-color: #F5F9FF;
    padding-bottom: 20px;
}
.mark .mark-bg{
    width: 1200px;
    margin: 0 auto;
}

.mark .mark-cont{
    position: relative;
    margin-top: 40px;
}
.mark .mark-cont .text_n{
    font-weight: 500;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(56,115,245,0.1);
    border-radius: 12px;
    line-height: 45px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    color: #333333;
}
.mark .mark-cont .number_1{
    width: 185px;
    position: absolute;
    top: 10px;
    left: 480px;
}
.mark .mark-cont .number_2{
    width: 205px;
    position: absolute;
    top: 160px;
    left: 230px;
}
.mark .mark-cont .number_3{
    width: 180px;
    position: absolute;
    top: 230px;
    right: 290px;
}
.mark .mark-cont .number_4{
    width: 160px;
    position: absolute;
    bottom: 85px;
    left: 260px;
}
.mark .mark-cont .number_5{
    width: 150px;
    position: absolute;
    bottom: 50px;
    right: 400px;
}

/* 功能 end */

/* 软件图片 */
.soft{
    text-align: center;
    background-color: #F5F9FF;
    padding-bottom: 40px;
}
.soft .soft-bg{
    width: 1200px;
    margin: 0 auto;
}
.soft .soft-bg .title{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    padding: 15px 0px;
}

.soft .soft-cont{
    position: relative;
}
.soft .soft-bg .soft-mulu .mulu{
    width: 46.5%;
    float: left;
    margin-right: 15px;
}
.soft .soft-bg .soft-mulu .case{
    width: 52%;
    float: left;
}

.soft .soft-bg .soft-four .four-left{
    width: 49%;
    float: left;
    margin-right: 15px;
}
.soft .soft-bg .soft-four .four-right{
    width: 49%;
    float: left;
}
/* 软件图片end */
/* 优势 */
.merit{
    text-align: center;
    padding-top: 30px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}
.merit .merit-bg{
    width: 1200px;
    margin: 0 auto;
}
.merit .merit-title{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
    padding-bottom: 15px;
}
.merit .letter{
    width: 43%;
    float: left;
    margin: 20px 40px;
    text-align: left;
    height: 78px;
    background: #F5F9FF;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
}
.merit .letter .letter-img{
    float: left;
}
.merit .letter .letter-img .img-text{
    position: relative;
    display: table-caption;
    width: 123px;
    left: 30px;
    top: -60px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}
.merit .letter .letter-text{
    float: left;
    width: 260px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 78px;
    background: #F5F9FF;
    padding-left: 10px;
}
/* 优势end */
/* 动态图 */
.gif{
    text-align: center;
    padding-top: 10px;
    background-color: #FFFFFF;
    padding-bottom: 30px;
}
.gif .gif-bg{
    width: 1200px;
    margin: 0 auto;
}
.gif .gif-title{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
    padding: 15px 0px;
}
/* 动态图end */
/* 信息 */
.data{
    height: 205px;
    background-image: url('../xzzpc/data_1.png');
    background-repeat: no-repeat;
}
.data .data-c{
    width: 1200px;
    margin: 0 auto;
    height: 205px;
}
.data .data-c .data-img{
    float: left;
    margin-left: -50px;
}
.data .data-c .data-title{
    float: left;
    padding: 50px 20px;
}
.data .data-c .data-title .top .text{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFF000;
    line-height: 30px;
    padding-right: 15px;
}
.data .data-c .data-title .top a{
    background: #FFFFFF;
    opacity: 0.98;
    border-radius: 4px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1A78FF;
    line-height: 30px;
    padding: 8px 16px;
    margin-left: 15px;
}
.data .data-c .data-title .form {
    margin-top: 25px;
}
.data .data-c .data-title .form input{
    width: 270px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    margin-right: 20px;
}
.data .data-c .data-title .form .sign{
    width: 143px;
    height: 44px;
    background: #F56161;
    border-radius: 4px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    border: 1px solid #F56161;
    cursor: pointer;
}
/* 信息 end */

/* 底部 start */
.side{
    background: #292929;
    height: 40px;
    text-align: center;
    padding: 30px 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: 45px;
    height: 45px;
    background: #376AFF;
    margin: 10px 0px;
    cursor: pointer;
    border-radius: 2px;
}
.sidebar .bar .imga{
    width: 80%;
    height: 80%;
    margin: 10%;
}
.sidebar .s_top span{
	display: none;
	position: absolute;
    right: 50px;
    top: 10px;
    border: 15px solid #376AFF;
    border-radius: 8px;
    text-align: center;
}

.sidebar .s_top span img{
    width: 150px;
    height: 150px;
}
.sidebar .s_top span p{
    line-height: 40px;
    background: #fff;
}

.sidebar .s_center span{
	display: none;
	position: absolute;
    right: 50px;
    top: 65px;
    font-size: 18px;
    background: #376AFF;
    color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    width: 230px;
    text-align: center;
}
.sidebar .s_center span .tip{
    font-size: 13px;
}
.sidebar .s_top:hover span,.sidebar .s_center:hover span{
	display: block;
}

/* 侧边栏end */
/* 广告条 */
.advert{
    height: 120px;
    width: 100%;
    background-color: #fff;
    background-image: url('../ketangpc/advert.png');
    background-repeat: no-repeat;
}
.advert .advert-w{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advert .advert-w .advert-l{
    width: 900px;
    font-weight: 400;
}
.advert .advert-w .advert-l .advert-text{
    padding: 0 25px;
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 88px;
    -webkit-text-stroke: 0px #FFFFFF;
}
.advert .advert-w .bottom{
    flex: 1;
    text-align: left;
}
.advert .advert-w .bottom a{
  background-color: #0457F8;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
/* 广告条end */