@charset "utf-8";
body,html{
    background: #F2F2F2 !important;
}
.dpynav{
    width: 100%;
    background: #fff;
}
.dpynav ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    height: 130px;
}
.dpynav ul li{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    position: relative;
    padding-right: 20px;
    padding-left: 10px;
    flex:auto;
    -webkit-flex:auto;
    -moz-flex:auto;
    -ms-flex:auto;
    -o-flex:auto;
}
.dpynav ul li:nth-child(1){
    padding-left: 0;
}
.dpynav ul li:nth-last-child(1){
    padding-right: 0;
}
.dpynav ul li:after{
    content: "";
    width: 0;
    height: 75px;
    border-right: 1px solid rgba(112,112,112,.1);
    position: absolute;
    z-index: 20;
    right: 0;
    top: 50%;
    margin-top: -37.5px;
}
.dpynav ul li:nth-last-child(1):after{
    display: none;
}
.dpynav ul li .left{
    display: block;
    width: 96px;
    height: 64px;
    margin-right: 16px;
}
.dpynav ul li .right{
    flex:auto;
    -webkit-flex:auto;
    -moz-flex:auto;
    -ms-flex:auto;
    -o-flex:auto;
}
.dpynav ul li .right h1{
    font-size:16px;
    color: #333;
    margin-bottom: 10px;
}
.dpynav ul li .right p{
    font-size: 12px;
    color: #999;
}
.serve{
    margin-bottom: 70px;
}
.serve .title{
   font-size:24px;
   color: #333;
   text-align: center;
   position: relative;
   border-bottom: 1px solid rgba(112,112,112,.1);
   padding-bottom: 6px;
   margin: 40px 0 65px 0;
}
.serve .title:after{
    display: block;
    content: "";
    width:78px;
    height:7px;
    background: #00ACBB;
    position: absolute;
    z-index: 20;
    bottom: -4px;
    left: 50%;
    margin-left: -39px;
}
.serve ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    background: #fff;
    box-shadow:0px 3px 6px rgba(0,0,0,0.06);
    -webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.06);
}
.serve ul li{
    padding:60px 0;
    border-right: 1px solid rgba(112,112,112,.1);
    border-bottom: 1px solid rgba(112,112,112,.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 300px;
    flex-shrink:0;
    -webkit-flex-shrink:0;
    -moz-flex-shrink:0;
    -ms-flex-shrink:0;
    -o-flex-shrink:0;
}
.serve ul li:nth-child(4n+4){
    border-right: none;
}
.serve ul li:nth-last-child(1),.serve ul li:nth-last-child(2),.serve ul li:nth-last-child(3),.serve ul li:nth-last-child(4){
    border-bottom: none;
}
.serve ul li .serve-icon{
    display: block;
    width: 141px;
    height: 91px;
    margin: 0 auto 30px auto;
}
.serve ul li h1{
    text-align: center;
    color: #333;
    font-size:20px;
    margin-bottom: 10px;
}
.serve ul li p{
    text-align: center;
    font-size: 12px;
    color: #999999;
}
.platform{
    margin-bottom: 100px;
}
.platform .title{
    text-align: center;
    color: #333;
    font-size:24px;
    margin-bottom: 25px;
}
.platform .center{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
}
.platform .center .left{
    width: 432px;
    height: 360px;
    position: relative;
    margin-right: 370px;
}
.platform .center .left .icon-computer{
    display: block;
    width: 432px;
    height: 360px;
}
.platform .center .left .icon-logo{
    display: block;
    width: 69px;
    height: 34px;
    position: absolute;
    z-index: 20;
    left: 29px;
    top: 23px;
}
.platform .center .right h1{
    font-size:20px;
    color: #333;
    margin-bottom: 40px;
}
.platform .center .right h2{
    font-size:20px;
    color: #00ACBB;
    margin-bottom: 20px;
}
.platform .center .right p{
    font-size:14px;
    color: #999;
    border-bottom:1px solid rgba(153,153,153,.5);
    padding-bottom: 15px;
    margin-bottom: 55px;
    width: 340px;
}
.platform .center .right ul li{
    font-size:14px;
    color: #999;
    border-bottom:1px solid rgba(153,153,153,.5);
    padding: 10px 0;
}
.partner{
    width: 100%;
    height: 230px;
    background: url(../images/partner_bj.png) no-repeat center center #fff;
}
.partner .title{
    text-align: center;
    font-size:24px;
    color:#333;
    padding: 33px 0 41px 0;
}
.partner .center ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
}
.partner .center ul li img{
    display: block;
}
.news{
    background: #fff;
    padding-bottom: 50px;
    padding-top: 73px;
}
.news .title{
    text-align: center;
    font-size:24px;
    color: #333;
    margin: 0 0 48px 0;
}
.news ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:flex-start;
    -webkit-align-items:flex-start;
    -moz-align-items:flex-start;
    -ms-align-items:flex-start;
    -o-align-items:flex-start;
}
.news ul li{
    flex-shrink:0;
    -webkit-flex-shrink:0;
    -moz-flex-shrink:0;
    -ms-flex-shrink:0;
    -o-flex-shrink:0;
    width: 348px;
    margin-bottom: 20px;
}
.news ul li dt .cate-icon{
    display: block;
    width: 348px;
    height: 162px;
}
.news ul li dt h1{
   font-size:20px;
   color: #333;
}
.news ul li dd{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    margin-bottom: 10px;
}
.news ul li dd .left{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:flex-start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    -ms-justify-content:flex-start;
    -o-justify-content:flex-start;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
}
.news ul li dd .cate-l-icon{
    width: 11px;
    height: 13px;
    display: block;
    margin-right: 15px;
}
.news ul li dd a{
    display: block;
    white-space: nowrap;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#999;
    font-size:12px;
}
.news a:hover,.news a:hover h1{
    color: #00ACBB;
}
.news ul li dd span{
    color:#999;
    font-size:12px;
    white-space: nowrap;
}
.business{
    padding: 80px 0 52px 0;
}
.business .title{
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 62px;
}
.business ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    border-bottom:1px solid rgba(112,112,112,.3);
    padding-bottom: 80px;
    margin-bottom: 50px;
}
.business ul li{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
}
.business ul li img{
    display: block;
    margin-right: 48px;
}
.business ul li p{
    font-size:24px;
    color: #999;
    white-space: nowrap;
}
.business .btn{
    display: block;
    width:134px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #00ACBB;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 0 auto;
}
.cate-title{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    margin: 5px 0 15px 0;
}
.cate-title span{
    display: block;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
}