*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
a{
    display: block;
    text-decoration: none;
}
a:link,a:visited{
    text-decoration:none;  /*超链接无下划线*/
}
a:hover{
    text-decoration: none;
}
h4{
    margin: 0;
}
p{
    margin: 0;
}
ul{
    margin: 0;
}
body{
    font-family: -apple-system-font,'Helvetica Neue',Helvetica,'Microsoft YaHei',sans-serif;
}
.nav{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    z-index: 99;
    box-shadow:0 0 9px rgba(0 ,0,0,0.13) ;
}

.nav-logo{
    width: 154px;
    height: 38px;
    display: block;
    margin: 10px 0;
}
.nav-tabBar{
    display: flex;
    height: 100%;
}
.nav-tabBar-list{
    height: 100%;
    padding:0  15px ;
    margin: 0 10px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items:center;
    position: relative;
    cursor: pointer;
}
.category{
    font-size: 18px;
    color: #FA8F28 !important;
}
.categorys{

}
.category::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FA8F28;
    left: 0;
    bottom: 0;
}
.nav-login{
    width: 60px;
    height: 20px;
    background: #FA8F28;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    outline: none;
    border: none;
}
.banner{
    position: relative;
}
.banner-h1{
    text-align: center;
    font-size: 60px;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 27%;
}
.banner-h6{
    text-align: center;
    font-size: 32px;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 49%;
}
.banner-button{
    width: 164px;
    height: 44px;
    background: #FA8F28;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto ;
    top: 72%;
    border: none;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    outline: none;
}
.title{
    text-align: center;
    font-size: 40px;
    color: #333333;
    padding: 48px 0 18px 0;
}
.solve ul{
    display: flex;
}
.solve-li{
    width: 25%;
    padding: 30px 38px;
    cursor: pointer;
}
.solve-bac{
    width: 106px;
    height: 123px;
    background: url(../images/index/solve-bac.png) no-repeat center / 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.solve-logo{
    max-width: 67px;
    max-height: 70px;
    display: block;
}
.solve-h6{
    text-align: center;
    font-size: 24px;
    color: #333333;
    padding: 46px 0 32px 0;
}
.solve-p{
    font-size: 14px;
    color: #888888;
    line-height: 18px;
    min-height: 72px;
    margin: 0;
}
.solve-details{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
}
.solve-details p{
    font-size: 14px;
    color: #888888;
    margin: 0;
}
.solve-more{
    width: 14px;
    height: 14px;
    display: block;
    margin-left: 5px;
}
.CRM{
    width: 100%;
    background: #F8F8F9;
}
.CRM-con ul{
    display: flex;
}
.CRM-li{
    width: 33.3%;
    background: #fff;
    padding: 33px  0 65px 0;
    border-left: 1px solid #999999;
    cursor: pointer;
}
.CRM-h6{
    text-align: center;
    font-size: 24px;
    color: #333333;
    padding-top: 47px;
}
.CRM-line{
    width: 20px;
    height: 1px;
    background: #333333;
    margin: 20px auto;
}
.CRM-p{
    margin: 0 auto;
    width: 182px;
    text-align: center;
    font-size: 14px;
    color: #888888;
    line-height: 18px;
}
.CRM-button{
    width: 297px;
    height: 58px;
    background: #FA8F28;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 27px;
    outline: none;
    color: #fff;
    margin: 20px 0 58px 0;
    border: none;
}
.develop{
    width: 100%;
    background: #F8F8F9;
}
.develop-title{
    text-align: center;
    font-size: 40px;
    color: #333333;
    padding: 60px 0 50px 0;
}
.develop-con ul{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.develop-li{
    width: 31%;
    background: #fff;
    padding: 27px 0 56px;
    cursor: pointer;
}
.develop-bac{
    width:136px ;
    height: 154px;
    background: url(../images/index/develop-bac.png) no-repeat center / 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.develop-logo{
    max-width: 96px;
    max-height: 113px;
    display: block;
}
.develop-h6{
    text-align: center;
    font-size: 24px;
    color: #333333;
    padding: 21px 16px;
}
.develop-p{
    font-size: 14px;
    color: #999999;
    width: 211px;
    text-align: center;
    margin: 0 auto;
}
.design{
    width: 100%;
    background: #fff
}
.design-h4{
    text-align: center;
    font-size: 40px;
    color: #333;
    padding: 60px 0 26px 0;
}
.design-p{
    font-size: 24px;
    color: #999999;
    padding-bottom: 67px;
    text-align: center;
    margin: 0;
}
.design-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
}
.design-bac{
    width: 114px;
    height: 131px;
    background: url(../images/index/design-bac.png) no-repeat center / 100% auto ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.design-logo{
    max-width: 69px;
    max-height: 68px;
    display: block;
}
.design-line{
    width: 84px;
    height: 21px;
    display: block;
    margin-bottom: 80px;
}
.design-h6{
    text-align: center;
    font-size: 24px;
    color: #333333;
    padding-top: 40px;
}
.art-h4{
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding: 42px 30px;
}
.art-p{
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding-bottom: 48px;
}
.art{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.art-li{
    width: 31%;
    background: #fff;
    display: flex;
    padding: 37px 20px;
}
.art-img{
    max-width:52px ;
    max-height: 52px;
    display: block;
    margin-right: 10px;
}
.word-title{
    font-size: 40px;
    color: #333333;
    padding: 62px 50px;
    text-align: center;
}
.word{
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px 0;
}

.word-li{
    width: 31%;
    padding: 60px 38px;
    min-height: 400px;
}
.word-h6{
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.word-img{
    width: 97px;
    height: 97px;
    display: block;
    margin: 38px auto;
}
.word-p{
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.footer{
    width: 100%;
    background: #2F3135;
}
.footer-con{
    width: 100%;
    padding: 65px 0 15px 0;
    border-bottom: 1px solid #D2D2D2;
}
.footer-right{
    display: flex;
    width: 65%;
}
dl{
    margin: 0;
}
dt{
    margin: 0;
}
.footer-right  li  {
    padding-right: 10%;
    width: 23%;
}
.footer-right  li dl {
    line-height: 40px;
    display: block;
}
.footer-right  li dl dt{
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.footer-right  li dl dd{
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    padding: 5px 0;
}
.footer-title{
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.footer-left{
    border-left: 1px solid #BFBFBF;
    padding-left: 6%;
}
.footer-p{
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    padding: 5px 0;
}
.footer-name{
    padding: 12px 0;
    line-height: 20px;
}
.name{
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.section{
    position: fixed;
    right: 0;
    top: 50%;
}
.section-li{
    display: flex;
    justify-content: flex-end;

}
.section-icon{
    width: 51px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    border-top: 1px solid #BFBFBF;
}
.phone{
    height: 55px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    background: rgba(0,0,0,0.5);
    padding: 0 10px;
    margin: 0 10px 0 0;
}
.code{
    width: 147px;
    height: 147px;
    display: block;
    margin-right: 10px;
}
.nav-tabBar-display{

    position: absolute;
    left: 0;
    top: 58px;
    padding-top: 10px;
}
.nav-tabBar-displays{
    width: 230px;
    border-radius: 10px;
    padding: 10px 13px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.13) ;
}
.triangle_up{
    position: absolute;
    left: 50px;
    top: 2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #fff;
}
.nav-li{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #333;
}
.nav-tabBar-li{
    padding: 5px 0;
}
.nav-li-img{
    max-width: 16px;
    max-height: 17px;
    display: block;
    margin-right: 15px;
}
.nav-li-p{
    font-size: 12px;
    color: #999999;
    padding-top: 3px;
}
.tabBar{
    width: 100%;
    background: #fff;
}
.tabBar-con{
    display: flex;
    justify-content: space-around;
}
.tabBar-li{
    height: 64px;
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #333;
    cursor: pointer;
    padding: 0 20px;
    position: relative;
}
.box{
    width: 100%;
    padding: 40px 0;
    background: #F8F8F8;
    min-height: 537px;
    display: flex;
    align-items: center;
}
.box-con-h6{
    font-size: 26px;
    color: #333;
}
.boxs{
    display: flex; align-items: center;
    justify-content: space-between;
}
.box-con{
    width: 50%;
}
.box-con-line{
    width: 30px;
    height: 4px;
    background: #FF8E20;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 40px 0;
}
.box-con-p{
    font-size: 16px;
    color: #666;
}
.more{
    width: 100%;
    background: #fff;
}
.more-h6{
    text-align: center;
    font-size: 30px;
    color: #333;
    padding: 30px 0;
}
.more-ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.more-li{
    width: 31%;
}
.more-li-bac{
    width: 116px;
    height: 127px;
    background:url("../images/index/more-bac.png") no-repeat center / 100% auto  ;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}
.more-img{
    max-width: 44px;
    max-height: 45px;
    display: block;
}
.more-li-h6{
    text-align: center;
    font-size: 20px;
    color: #333;
}
.more-li-p{
    font-size: 16px;
    color: #666;
    width: 230px;
    text-align: center;
    margin: 0 auto;
    min-height: 100px;
}
.OA-more{
    width: 100%;
    background: #fff;
    padding-bottom: 50px;
}
.OA-more-h6{
    font-size: 30px;
    color: #333;
    padding: 40px 0;
    text-align: center;
}
.OA-more-con{
    display: flex;
    justify-content: space-between;
}
.OA-more-ul{
    width: 21%;
    background:#fff;
    box-shadow: 0 0 8px rgba(0,0,0,  0.13);
    min-height: 387px;
}
.OA-more-ul-title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#FA8F28 ;
    font-size: 26px;
    color: #fff;
    height: 70px;
    margin-bottom: 35px;
}
.OA-more-ul-li{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #666;
    padding: 8px 0;
}
.OA-more-ul-li-img{
    max-width: 30px;
    max-height: 30px;
    display: block;
    margin-right: 10px;
}
.sla-line{
    width: 47px;
    height: 2px;
    background: #FF8E20;
    margin:24px auto ;
}
.slas{
    width: 100%;
    background: #fff;
    box-shadow: 0 0  16px rgba(0,0,0,0.13);
    margin-bottom: 48px;
}
.sla{
    display: flex;
    width: 100%;
    height: 53px;
}
.sla-heads{
    width: 33.3%;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    padding: 0 0 0 26px;
    border-right: 1px solid #BFBFBF;
}
.sla-head{
    width: 17%;
    border-right: 1px solid #BFBFBF;
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #333333;
    align-items: center;
}
.sla-texts{
    width: 33.3%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    padding: 0 0 0 26px;
    border-right: 1px solid #BFBFBF;
}
.sla-text{
    width: 17%;
    border-right: 1px solid #BFBFBF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #333;
}
.meiweititle{
    background: #EEEEEE;
    width: 200px;
    padding: 12px 13px;
    -webkit-border-radius: 0 0 44px 0;
    -moz-border-radius: 0 0 44px 0;
    border-radius: 0 0 44px 0;
    font-size: 16px;
    color: #666666;
}
.meiweititle text{
    color: #FF6300;
}
.mei-h2{
    font-size: 60px;
    color: #444A55;
    text-align: center;
}
.mei-p{
    font-size: 16px;
    color: #444A55;
    text-align: center;
    line-height: 28px;
    padding-bottom: 30px;
}
.mei-p text{
    color: #FF700B;
}
.mei-h3{
    font-size: 50px;
    color: #515050;
    margin: 0;
    padding: 50px 0  20px 0;
    text-align: center;
}
.mei-h5{
    font-size: 44px;
    color: #515050;
}
.mei-h6{
    font-size: 24px;
    color: #515050;
}
.mei-img{
    display: block;
    margin: 20px 0;
}
.mei-h2s{
    font-size: 54px;
    color: #F7693E;
    padding: 60px;
    text-align: center;
}

.p-customer-list .p-panter-item {
    margin-bottom: 100px;
    /* padding: 0 3.603%; */
    width: 15%;
    max-height: 64px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top
}
.p-customer-list .p-panter-item a {
    display: inline-block
}
.p-customer-list .p-panter-item.p-cursor a {
    cursor: pointer
}
.lianxi {
    display: flex;
}
.lian_title {
    text-align: center;
}
