.swiper-pagination-bullet-active {

    background: #55a8fd;
}




.bannerIMG {
    width: 100%;
    /* float: left; */
    display: block;

}
.bannerIMG .banner {
    width: 100%;
    height: 768px;
    float: left;
    position: relative;
    overflow: hidden;
    background: url(../image/banner.png) no-repeat;
    background-size: cover;

}
.bannerIMG .banner .txt {
    position: absolute;
    width: 100%;
    top: 48%;
    transform: translateY(-40%);
    z-index: 2;
}
.bannerIMG .banner .txt h2{
    color: #fff;
    font-size: 26px;
    margin: 0;
    text-align: center;
}
.bannerIMG .banner .txt strong{
    color: #fff;
    font-size: 14px;
    margin: 20px 0 0 0;
    text-align: center;
    display: block;
    padding: 0 35px;
}
#canvas {
    position: absolute;
    z-index: 1;
    opacity: 0.5;
}





/*关于我们*/
.about{
    padding: 30px 0 0 0;
}
.about .titleAll{
    margin: 0 0 20px 0;
}
.about .swiper-slide{
    text-align: center;
}
.about .swiper-slide p{
    font-size: 12px;
    color: #666;
    text-align: center;
    margin: 4px 0 20px 0;
}
.about .swiper-slide img{
    height: 28px;
}
.swiper-container-horizontal>.swiper-pagination {
    bottom: 0px;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
}
.swiper-pagination-bullet {
    width: 5px;
    height: 5px;

}


/*应用场景*/
.user{
    padding: 0;
}
.user ul{
    display: block;
    overflow: hidden;
}


.user li{
    padding: 0.5px;
    position: relative;
}
.user li p{
    position: absolute;
    top: 50%;
    width: 60%;
    left: 20%;
   /*  height: 40px; */
    padding: 0 0;

    color: #fff;
    font-size: 12px;
    text-align: center;
    background: rgba(152, 152, 152, 0.33);
    margin: -20px 0 0 0;
    line-height: 22px;
}


.user .moreButtonM {
    margin: 16px auto;
    font-size: 13px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    position: relative;
    color: #fff;
    background: rgb(51, 51, 51);
    border-radius: 50px;
    transition: all 0.3s;
    top: 0;
    width: 90px;
    text-align: center;
}
.user .moreButtonM i{
	font-style:normal;
}
.user li{
	position:relative;
}
.user li .moreButtonM {
    position: absolute;
    bottom: 7%;
    left: 50%;
    z-index: 10;
    font-size: 12px;
    margin: 0 0 0 -35px;
    width: 70px;
    height: 20px;
    line-height: 20px;
    transform: scale(0.8);
    top: auto;
}







/*平台下载*/
.down{
    padding: 30px 0;
}
.down li {
    float: left;
    margin-top: 10px;
    width: 100%;
    border: 2px solid #1F2D54;
    border-radius: 2px;
    margin-right: 0;
}
.down a:hover {
    background: #1F2D54;
    color: #fff;
}
.down a {
    width: 100%;
    text-align: center;
    height: 22px;
    float: left;
    font-size: 13px;
    color: #1F2D54;
    transition: all 0.3s;
    font-weight: 700;
    line-height: 22px;
}
.down .titleAll{
    margin: 0 0 20px 0;
}



/*开发技术*/
.kai {
    width: 100%;
    padding: 40px 10px;
    background: url(../image/server_3_bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
}
.kai .titleAll{
    margin: 0 0 20px 0;
}
.kai .txt{
    margin: 30px 0 0 0;
}
.kai .txt li{
    position: relative;
}
.kai .txt li i{
    position: absolute;
    top: -3px;
    left: 0;
}
.kai .txt li .fr{
    padding: 0 0 0 23px;
    display: block;
    overflow: hidden;

}
.kai .txt li b {
    font-size: 14px;
    color: #fff;
}
.kai .txt li p {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 0.5;
}



/*新闻区域*/
#section7{
    padding: 30px 0 10px 0;
}
#section7 .titleAll{
    margin: 0 0 20px 0;
}

#section7 .top{
    display: block;
    margin: 0 0 0px 0;
    text-align: center;
}
#section7 .title{
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff;
}
#section7 .title p:nth-child(1){
    color: #fff;

}
#section7 .swiper-container{
    padding: 0  0 20px 0;
}


#section7 .swiper-slide{
    padding: 10px;
}

#section7 .swiper-slide a{
    display: inline-block;
    width: 100%;
    box-shadow: 0 2px 10px #b1b1b1;
    background: #fff;
    height: auto;
    padding:12px 10px ;
    transition: all 0.2s;
}

#section7 .swiper-slide a h1{
    color: #000;
    font-size: 14px;
    margin: 5px 0 0px 0;
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;/*规定段落中的文本不进行换行 */
}
#section7 .swiper-slide a img{
    width: 100%;
}


#section7 .swiper-slide a p.time{
    font-size: 12px;
    color: #333;
    display: block;
    margin:  4px 0;
}
#section7 .swiper-slide a p.say{
    color: #929292;
    line-height: 19px;
    height: 76px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    margin: 6px 0 4px 0;
}
#section7 .swiper-slide a:hover{
    text-decoration: none;
    color: #fff;
    background: #393e61;
    box-shadow: 0 2px 10px #393e61;
    transform: translate(0px,-10px);/* 只写一个值，默认y=0 */
}
#section7 .swiper-slide a:hover h1,
#section7 .swiper-slide a:hover p{
    color: #fff;
}
#section7 .swiper-container-horizontal>.swiper-pagination {
    bottom: 0;
}





/*关于我们*/
#section9{
    width: 100%;
    height: auto;
    padding: 30px 10px;
    background: #f8f8f8;
    overflow: hidden;
    margin-top: 10px;
}
#section9 .container{
    margin: 0 auto;
    display: block;
}
#section9 .container .title {
    height: 40px;
    line-height: 40px;
    position: relative;
    font-size: 30px;
    color: #1F2D54;
    border-left: 2px solid;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    padding: 0 0 0  20px;
}
#section9 .container .title span {
    background: #1F2D54;
    color: #fff;
    border-radius: 0.2rem;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 5px;
}

#section9 .container .textInfo{
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 6px;
    position: relative;
}
#section9 .container .textInfo .txt{
    display: inline-block;
    background: #fff;
    padding: 18px 18px 0 18px;
    box-shadow: 0 1px 3px #eaeaea;
}
#section9 .container .textInfo .txt h2{
    margin: 0 0 14px 0;
    color: #333;
    font-size: 17px;
    font-weight: 800;
}
#section9 .container .textInfo .txt  p {
    width: 100%;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

#section9  .moreButtonM {
    margin: 0 0 10px 0;
    font-size: 13px;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    color: #fff;
    background: rgb(51, 51, 51);
    border-radius: 50px;
    transition: all 0.3s;
    top: 0;
}
#section9  .moreButtonM  i{
	font-style:normal;
}






/*合作伙伴*/
#dome5 {
    padding: 20px 0 30px 0;
}
#dome5 .titleAll{
    margin: 0 0 20px 0;
}
#dome5 .container{
    padding: 0 3px;
}
#dome5 .swiper-container {
    padding:0px 0 35px 0;
}
#dome5 .swiper-container .swiper-slide{
    padding: 6px;
}
#dome5 .swiper-container .swiper-slide img{
    border: 1px #e6e6e6 solid;
    padding:2px 6px;
}
#dome5 .swiper-container .swiper-slide  a{
    box-shadow: 0 2px 4px #c3c3c3;
    display: block;
    overflow: hidden;
}






/*媒体查询*/
@media screen and (max-width: 1000px) {










}


















