/* 轮播图 */
.banner{
    width:100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height:476px;
}
.banner li{
    width:100%;
	overflow:hidden;
}
.banner li a{
	display:-webkit-flex;
	display:flex;
	justify-content:center;
	width:100%;
	height:100%;
}
.banner img{
	display:block;
	height:100%;
}  

/* .banner .swiper-slide{
    position:relative;
    text-align:center;
    background-position:center center;
    background-repeat:no-repeat;
}
.banner .swiper-slide img{
    display:block;
    width:100%;
} */


.banner .swiper-pagination{
    position: absolute;
    z-index: 20;
    left: 40%;
    bottom: 17px;
}
.banner .swiper-pagination-bullet {
    display: inline-block;
    width: 45px;
    height: 5px;
    background: #8994a8;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 0;
}
.banner .swiper-visible-switch {
    background: #000;
}
.banner .swiper-pagination-bullet-active {
    background: #fff;
}
/* 媒体云服务首创者 */
.media h2{
    height:46px;
    line-height: 46px;
    color:#333333;
    font-size: 24px;
    margin-top: 24px;
    text-align: center;
    font-weight: normal;
}
.media p.title{
    height:35px;
    line-height: 35px;
    color:#333333;
    font-size: 16px;
    text-align: center;
}
.media-list{
    width:1200px;
    margin: 0 auto;
    margin-top: 36px;
}
.media-list li{
    display: inline-block;
    width:16.6%;
    margin:0 8%;
    text-align: center;
    cursor: pointer;
}
.media-list li.active{
    border-bottom: 4px solid #1b9ed4;
}
.media-list li.active .text{
    color:#1b9ed4;
}
.media-list li span{
    display:block;
}
.media-list li span.text{
    line-height: 59px;
    font-size: 18px;
    color:#333;
}
.media .icon{
    display: inline-block;
    width: 49px;
    height: 49px;
    background-size: 100% 100%;
}
.icon-media-s1{
    background: url(../images/icon-media_02.png) no-repeat;
}
.icon-media-s2{
    background: url(../images/icon-media_04.png) no-repeat;
}
.icon-media-s3{
    background: url(../images/icon-media_06.png) no-repeat;
}

.media-list li.active .icon:after {
    display: inline-block;
}
.icon-media-s1:after {
    background: url(../images/icon-media_01.png) no-repeat;
}
.icon-media-s2:after {
    background: url(../images/icon-media_03.png) no-repeat;
}
.icon-media-s3:after {
    background: url(../images/icon-media_05.png) no-repeat;
}
.media .icon:after {
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100% 100% !important;
}



.media .listbox{
    background: #f7f8fa;
    padding-bottom: 40px;
}
.media-listbox{
    width:1200px;
    margin: 0 auto;
}
.media-listbox li{
    display: none;
    opacity: 0;
    width: 100%;
    transition: opacity 0s ease;
}
.media-listbox li.active{
    display: block;
    opacity: 1;
}
.media-listbox .list{
    display: inline-block;
    width:20%;
    margin-right: 6.2%;
    padding-top: 32px;
}
.media-listbox .list:nth-child(4),.media-listbox .list:nth-child(8){
    margin-right: 0;
}
.media-listbox .list h3{
    line-height: 44px;
    height: 44px;
    font-size: 15px;
    color:#333;
}
.media-listbox .list p{
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    color:#999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* 广告1 */
/* .ad{
    width:100%;
    height:165px;
    overflow: hidden;
}
.ad img{
    width:100%;
    height:100%;
} */
.ad{
    background: url(/images/register_img.png) no-repeat center center /cover;
    height:165px;
}
.ad p{
    text-align: center;
    font-size: 22px;
    color:#fff;
    line-height: 24px;
    padding-top: 52px;
}
.ad p span{
    font-size: 22px;
    color:#fff400;
    font-weight: bolder;
}
.ad .free-register{
    text-align: center;
    font-size: 16px;
    color:#fff;
    width:114px;
    height:34px;
    line-height: 34px;
    margin:0 auto;
    margin-top: 24px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.ad .free-register a{
    color:#fff;
}


/* 千万级平台架构汇聚于此 */
.platform{
    padding:24px 0 34px 0;
}
.platform h2{
    height:46px;
    line-height: 46px;
    color:#333333;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.platform p.title{
    height:35px;
    line-height: 35px;
    color:#333333;
    font-size: 16px;
    text-align: center;
}
.platform-list{
    width:1200px;
    margin:0 auto;
    padding-top: 34px;
}
.platform-list .platform-item{
    display: inline-block;
    vertical-align: top;          
    width: 33%;
    text-align: center;
}
.platform-list .platform-item .item-text{
    display: inline-block;
    width: 100%;
    color: #333;
    font-weight: 500;
    line-height: 61px;
    font-size: 24px;
    padding-bottom: 15px;
}
.platform-list .platform-item .item-list li{
    line-height: 31px;
    color:#999;
    font-size: 16px;
    padding:0 3px;
}
.platform-list .icon-1{
    background: url(../images/platform-icon1.png);
}
.platform-list .icon-2{
    background: url(../images/platform-icon2.png);
}
.platform-list .icon-3{
    background: url(../images/platform-icon3.png);
}
.platform-list .item-icon{
    display: inline-block;
    width: 55px;
    height: 50px;
    background-size: 100% 100% !important;
}
.platform-list .item-list li{
    display: inline-block;
}

/* 行业解决方案 */
.programme{
    background: url(/images/programme.png) no-repeat center center /cover;
    height:637px;
}
.programme h2{
    font-size: 24px;
    color:#fff;
    line-height: 118px;
    padding-bottom: 12px;
    text-align: center;
    font-weight: normal;
}
.programme-info{
    width:1200px;
    margin: 0 auto;
}
.programme-list{
    float:left;
    margin-right: 83px;
    
}
.programme-list li{
    text-align: center;
    width:162px;
    height: 42px;
    line-height: 42px;
    border-right:2px solid #545968;
}
.programme-list li span{
    color:#eaf8fd;
}
.programme-list li.active{
    width:160px;
    background: #0f1118;
    color:#1884b2;
    border-right: 4px solid #1884b2;
    z-index: 9;
    cursor: pointer;
}
.programme-list li.active span{
    color:#1884b2 !important;
}

.programme-listbox{
    width:953px;
    float: left;
}
.programme-listbox li{
    display: none;
    opacity: 0;
    width: 100%;
    transition: opacity 0s ease;
}
.programme-listbox li.active {
    display: block;
    opacity: 1;
}
.programme-listbox h4{
    line-height: 55px;
    padding-bottom: 20px;
    color:#fff;
    font-size: 24px;
    font-weight: normal;
}
.programme-listbox p{
    line-height: 25px;
    color:#fff;
    height:206px;
    width:100%;
    overflow: hidden;
    border-bottom: 1px dashed #545968;
    font-size: 14px;
}

.programme-listbox .item-list img{
    display: inline-block;
    margin-top: 20px;
    margin-right: 20px;
}
.programme-listbox .item-list img:nth-child(5),.programme-listbox .item-list img:nth-child(10){
    margin-right: 0;
}

/* 聚合资源 呈现价值 */
.resources{
    padding-top: 37px;
    padding-bottom: 34px;
    width:1200px;
    margin:0 auto;
}
.resources h2{
    height:46px;
    line-height: 46px;
    color:#333333;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.resources p.title{
    height:34px;
    line-height: 34px;
    color:#333333;
    font-size: 16px;
    text-align: center;
}
.resources .resources-list {
    padding-top: 47px;
}
.resources .resources-list li{
    float:left;
    width:378px;
    margin-right: 33px;
    text-align: center;
    overflow: hidden;
}
.resources .resources-list li:nth-child(3){
    margin-right: 0;
}
.resources .resources-list li img{
    display: block;
    height:192px;
    width:100%;
}
.resources .resources-list li span{
    display: inline-block;
    height:56px;
    line-height: 56px;
    
}

/* 聚现在加速成长 */
.grow{
    padding-top: 35px;
    padding-bottom: 33px;
    background: #f7f8fa;
}
.grow h2{
    height:46px;
    line-height: 46px;
    color:#333333;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
}
.grow p.title{
    height:34px;
    line-height: 34px;
    color:#333333;
    font-size: 16px;
    text-align: center;
}
.grow-list{
    width:1200px;
    margin: 0 auto;
    padding-top: 62px;
    height:246px;
}
.grow-list::after{
    content: '';
    clear: both;
    width: 100%;
    height: 0;
    display: block;
}
.grow-list li{
    width:184px;
    margin-right: 70px;
    float: left;
}
.grow-list li:nth-child(5){
    margin-right: 0;
}
.grow-list li span{
    display: block;
    width:182px;
    height:182px;
    line-height: 182px;
    text-align: center;
    border: 1px solid #a3a3a4;
    border-radius: 50%;
    font-size: 52px;
    color:#333;
    font-family: "Impact";
}
.grow-list li:nth-child(3) span,.grow-list li:nth-child(5) span{
    font-size: 45.88px;
    font-family: "Microsoft YaHei";
    font-weight: bolder;
}
.grow-list li p{
    line-height: 63px;
    font-size: 18px;
    color:#333;
    text-align: center;
}


/* 广告2 */
/* .ad-last{
    width:100%;
    height:165px;
    overflow: hidden;
}
.ad-last img{
    width:100%;
    height:100%;
} */

.ad-last{
    background: url(/images/register_img.png) no-repeat center center /cover;
    height:165px;
}
.ad-last p{
    text-align: center;
    font-size: 22px;
    color:#fff;
    line-height: 24px;
    padding-top: 52px;
}
.ad-last p span{
    font-size: 22px;
    color:#fff400;
    font-weight: bolder;
}
.ad-last .free-register{
    text-align: center;
    font-size: 16px;
    color:#fff;
    width:114px;
    height:34px;
    line-height: 34px;
    margin:0 auto;
    margin-top: 24px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.ad-last .free-register a{
    color:#fff;
}




/* 侧边栏 */
#top{
    position: fixed;
    right:8px;
    bottom:10px;
    width:54px;
    height:54px;
    background: #dadada url(../images/top.png) no-repeat 15px 20px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 11;
    cursor: pointer;
    display: none;
}
.consult{
    position: fixed;
    right:8px;
    bottom:80px;
    width:54px;
    height:95px;
    background: #1b9ed4;
    border-radius: 4px;
    overflow: hidden;
    z-index: 11;
}
.consult a{
    display: block;
    position: relative;
}
.consult a img{
    position: absolute;
    left:13px;
    top:14px;
    width:28px;
    height:29px;
}
.consult a span{
    position: absolute;
    left:13px;
    top:52px;
    font-size: 14px;
    color:#fff;
}
/*入驻品牌*/
.brand{
    padding-bottom: 20px;
    text-align: center;
    background: #f8f8fa;
}
.brand h2{
    height:46px;
    line-height: 46px;
    color:#333333;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    padding:30px 0;
}

.simply-scroll-container { /* Container DIV - automatically generated */
    position: relative;
}

.simply-scroll-clip { /* Clip DIV - automatically generated */
    position: relative;
    overflow: hidden;
}

.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
    
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;

}

.simply-scroll-list li img {
    border: none;
    display: block;
}
.simply-scroll { /* Customisable base class for style override DIV */
    /*width: 576px;*/
    height: 97px;
    margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
    /*width: 576px;*/
    height: 97px;
}
.simply-scroll .simply-scroll-list {}

.simply-scroll .simply-scroll-list li {
    float: left;
    width: 197px;
    height: 97px;
    margin-right: 10px;
}
.simply-scroll .simply-scroll-list li img{
    width: 197px;
    height: 97px;
}
#scroller2 li:nth-child(1){
    padding-left: 50px;
}
/*#scroller1 li:nth-child(1){
    padding-left: 20px;
}
#scroller2 li:nth-child(1){
    padding-left: 10px;
}
#scroller3 li:nth-child(1){
    padding-left: 20px;
}*/




@media (max-width:640px){
   .banner{
     height:180px;
   }
   .media-list{
     width:100%;
   }
   .media-list li {
    width: 16%;
   }
   .media-listbox .list {
      width: 96%;
      margin-right: 0;
      padding: 0 2%;
      margin-top: 10px;
    }
   .media-listbox .list h3 {
     line-height: 30px;
     height: 30px;
   }
   .media-listbox .list p {
     height: auto; 
   }
   .media-list li span.text {
    line-height: 45px;
    font-size: 16px;
   }   
   
   .ad {
    height: 120px;
   }
   .ad p {
    font-size: 18px;
    line-height: 23px;
    padding-top: 21px;
   }
   .ad p span {
     font-size: 18px;
   }

   .media-listbox{
    width:100%;
   }
  .media p.title{
   padding:0 10px;
   font-size:15px;
  }  

  .programme-info{
     width:100%;
   }
  .programme-list {
    float: left;
    margin-right: 0;
    width: 96%;
    padding:0 2%;
   }
   .programme-listbox {
    float: left;
    width: 96%;
    padding:0 2%;
   }
   .programme-list li {
    text-align: center;
    width: 23%;
    height: 42px;
    line-height: 42px;
    border-right: none;
    float: left;
    margin-right:2%;
    overflow: hidden;
    }
    .programme-list li.active {
     width: 23%;
     background: #0f1118;
     color: #1884b2;
     border-right: none;
     z-index: 9;
     cursor: pointer;
    }
   .programme-list li span {
     font-size:14px;
    }
   .programme-listbox p{
      height:auto;  
      padding-bottom: 10px;
    }
   .programme-listbox h4 {
    line-height: 36px;
    padding-bottom: 15px;
    font-size: 20px;
   }
   .programme h2{
     line-height:55px;
   }
   .programme-listbox .item-list img {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    height: 30px;
   } 

  .platform-list{
    width:100%;
  }
  .platform-list .platform-item {
    width: 32%;
  }
  .platform-list .platform-item .line{
    display:none;
  }
  .platform-list .platform-item .item-list li {
    line-height: 25px;
    font-size: 15px;
    width: 100%;
  }
 .platform-list .platform-item .item-text{
    font-size:20px;
    padding-bottom:0;
  }
  

  .resources{
    width:100%;
  }
  .resources .resources-list li {
    width: 96%;
    margin-right: 0;
    padding:0 2%;
   }
   .resources p.title{
    padding:0 10px;
    height: 26px;
    line-height: 26px;
   }
  .grow-list{
    width:100%;
    height:auto;
  }
  .grow-list li {
    width: 20%;
    margin-right: 0;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .grow-list li span {
    display: block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    /* border: none; */
    border-radius: 50%;
    font-size: 18px;
  }
  .grow-list li:nth-child(3) span, .grow-list li:nth-child(5) span {
     font-size: 18px;
  }
  .grow-list li p {
    line-height: 28px;
    font-size: 14px;
    padding: 0 4px;
  }
 .grow p.title{
   padding: 0 10px;  
   height: 26px;
   line-height: 26px;
  }  

  .simply-scroll {
    height: 58px;
  }
  .simply-scroll .simply-scroll-clip {
    height: 58px;
  }
  .simply-scroll .simply-scroll-list li {
    width: 120px;
    height: 58px;
  }
  .simply-scroll .simply-scroll-list li img {
    width: 120px;
    height: 58px;
  }



}




