/*
   index.css
   IOT首页样式文件

   Created by lc on 2016-04-25.
   Copyright 2016 lc. All rights reserved.
*/

/*banner*/
.banner_img{
    background-position: top center;
    height:400px ;
    display: block;
    position: relative;
    /* background-size: 100% 100%; */
}
.apply_btn{
    position: absolute;
    width: 300px;
    height: 60px;
    left: 50%;
    margin-left: -150px;
    bottom: 20%;
    font-size: 28px;
    color: #fff;
    background: #EB3373;
    border: none;
    padding: 0;
    line-height: 60px;
}
.apply-new-btn{
    position: absolute;
    width: 300px;
    height: 60px;
    left: 50%;
    margin-left: -150px;
    bottom: 20%;
    font-size: 28px;
    background: #EB3373;
    border: none;
    padding: 0;
    line-height: 60px;
}
.apply_btn:hover,.apply_btn:active,.apply_btn:focus{
    background: #e81960;
    color: #fff;
}
.apply_enter_index{
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	left: 0;
	top: 370px;
}
.apply_indexBtn{
	display: inline-block;
	width: 300px;
	height: 60px;
	background: #EB3373;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
}
.banner_nav{
    *display: block;
    *overflow: hidden;
}
.banner_nav li{
    display: block;
    width: 25%;
    float: left;
    background: #222;
}
.banner_nav .first{
    *margin-left: -1px;
}
.banner_nav .last{
    *margin-right: -1px;
}
.banner_nav a{
    display: block;
    margin: 0 2px;
    border-top: 5px solid #C63465;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.banner_nav .border_color_pink{
    border-top-color:#C63465 ;
}
.banner_nav .border_color_blue{
    border-top-color:#0A9DC9 ;
}
.banner_nav .border_color_pink:hover{
    border-top-color:#eb3372 ;
}
.banner_nav .border_color_blue:hover{
    border-top-color:#00b7ee ;
}

/*公用的内容模块*/
.index_content{
    margin-top: 80px;
    text-align: center;
}
.index_content header{
    margin-bottom: 45px;
}
.index_content .content_title{
    display: block;
    font-size: 24px;
    margin-bottom:25px ;
    font-weight: 100;
}
.index_content .content_des{
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.index_content p.content_des{
    color: #666;
}

/*公用无缝向左滚动模块*/
.j-mqrquee{
    overflow: hidden;
    /* margin-bottom: 86px; */
}
.j-marquee-box{
    display: block;

    zoom: 1;
    width: 1000%;
}
.j-marquee-ul{
    float: left;

}
.j-marquee-box li{
    display: block;
    float: left;
}
.j-marquee-box img{
    margin: 0 15px;
    width: 180px;
    height: 50px;
}
/*行业报告及大会资料banner*/
.enterprise_banner{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.enterprise_banner .btn{
    position: absolute;
    bottom: 10%;
    width: 270px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    color: #fff;
    border: none;

}
.enterprise_banner .btn .icon_arrow_right{
    display:inline-block;
    display /*\**/: block\9;
    float /*\**/: right\9;
    width: 0;
    height: 0;
    overflow: hidden;
    margin-left: 45px;
    margin/*\**/: 20px 40px 0 0\9;
    *margin-top:-30px;
    border: 5px solid rgba(0,0,0,0);
    border/*\**/:5px solid  #EB3373\9;
    border-left: 8px solid #fff;
    border-right: none;

}
.enterprise_banner .btn_color_pink .icon_arrow_right{
    border/*\**/:5px solid  #EB3373\9;
    border-left/*\**/: 8px solid #fff\9;
    border-right/*\**/: none;
}
.enterprise_banner .btn_color_blue .icon_arrow_right{
    border/*\**/:5px solid  #00B8EE\9;
    border-left/*\**/: 8px solid #fff\9;
    border-right/*\**/: none\9;
}
.enterprise_banner .btn_color_pink{
    background:#EB3373 ;
    left: 25%;
    margin-left: -135px;
}
.enterprise_banner .btn_color_blue{
    background: #00B8EE;
    right: 25%;
    margin-right: -135px;
}
.enterprise_banner .btn_color_pink:hover{
    background:#e81960 ;

}
.enterprise_banner .btn_color_blue:hover{
    background: #02aadd;
}
/*颁奖典礼*/
   .award_lists{
       background: #F4F4F4;
       padding: 40px 0;
   }
  .award_li{
      display:block;
      float: left;
      margin:0 0 15px 15px;
      width: 370px;
      padding:0 10px;
      background: #fff;
      line-height: 50px;
  }
  .award_li.line_first{
      margin-left: 0;
  }
  .award_list_logo{
      width: 74px;
      height: 40px;
      border-right:1px solid #ddd ;
      float: left;
      padding: 5px 0;
      overflow: hidden;
  }
  .award_list_logo img{

      width: 100%;
      margin-right: 5px;
  }
  .award_list_name{
      float: left;
      text-align: left;
      margin: 0 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width/*\**/: 170px/9;
      max-width: 170px;
  }
  .award_list_btn{

      border: 1px solid #E81960;
      background: none;
      width: 98px;
      float: right;
      vertical-align: middle;
      margin-top: 10px;
      color: #E81960;
      font-size: 12px;
  }
  .award_list_btn:hover,.award_list_btn:active,.award_list_btn:focus{
      background: #E81960;
      color: #fff;
       border: 1px solid #E81960;


  }
  .award_list_btn[disabled],.award_list_btn[disabled]:hover{
      background: #999999;
      border-color: #999999;
      color: #fff;
      font-size: 12px;
  }
  .award_look_more{
      margin-top: 30px;
      width: 180px;
      height: 48px;
      line-height: 48px;
      padding: 0;
      background: #EAEAEA;
  }
  .award_look_more:hover{
      background: linear-gradient(to bottom, #fff 0%,#EAEAEA 100%);
  }



/*轮播插件样式 */
#lecturers_list .slid-ovflow-warpper{
    overflow: hidden;

}
#lecturers_list .slid-items{
    display: block;
    float: left;
}
#lecturers_list .slid-control{
    display: block;
    padding-top: 45px;
    text-align: center;
    line-height: 20px;
}
#lecturers_list .slid-control a{
    color: #ccc;
    font-size: 20px;
    margin: 0 15px;

}
#lecturers_list .slid-control a:hover{
    color: #666;
}
#lecturers_list .slid-control i{
    display: inline-block;
    padding: 6px;
    *line-height: 0;
    *padding:0 6px;
    *font-size: 9px;
    *vertical-align: middle;
    background: #ccc;
    margin: 0 15px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#lecturers_list .slid-control i.active{
    background: #EB3373;
}
/*轮播插件样式 end*/
/*演讲者陈容*/
.lecturer_ul{
    display: block;
}
.lecturer_li{
    display: block;
    float: left;
    width: 224px;
    text-align: left;
    padding: 0 0 20px 20px;
}
.lecturer_ul .line_first{
    padding-left: 0;
}
.lecturer_li .img_box{
    height: 225px;
}
.lecture_li_info{
    display: block;
    padding:10px 20px ;

    background: #EEECED;
}
.lecture_li_info big,.lecture_li_info small{
    display: block;
    line-height: 20px;
    color: #666;
}
.lecture_li_info big{
    font-size: 16px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    color: #000;
}
.lecturer_li small{
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.lecturer_li:hover .lecture_li_info {
    background: #00B8EE;
}
.lecturer_li:hover *{
    color: #fff;
}

/*分论坛*/
.bbs_ul{
    text-align: center;
}
.bbs_li{
    display: inline-block;
    width:190px ;
    padding:0 5px;
    margin-bottom: 20px;
    height: 160px;
    line-height: 20px;

}
.bbs_li a{
    color: #333;
}
.bbs_ico{
    display: block;
    width: 101px;
    height: 101px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/*参会理由*/
#join_reason{
    color:#fff;
    text-align: center;
}
.reason_title{
    display: block;
    position: relative;
    overflow: hidden;
    height: 120px;
    line-height: 120px;
    font-size: 24px;
}
.reason_title .layer_bg{
    background: #000;
    width: 100%;
    height: 100%;
    filter/*\**/: alpha(opacity=80)\9;
    -moz-opacity: .8;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;

    z-index: 1;

}
.reason_title span{
    position: absolute;
    width: 90%;
    padding: 0 5%;
    height: 100%;
    font-weight: 100;

    left: 0;
    top: 0;
    z-index: 2;
}
.reason_li{
    display: block;
    float:left;
    width: 20%;
    position: relative;
    overflow: hidden;

}
.reason_li .layer_bg{
    background: #000;
    width: 100%;
    height: 100%;
    filter/*\**/: alpha(opacity=30)\9;
    -moz-opacity: .3;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.reason_li p{
    display: block;
    position: absolute;
    width: 90%;
    padding:0 5%;
    font-size: 20px;
    z-index: 2;
    left: 0;
    bottom: 10%;
}
#partner li{
	float: left;
	margin-left: 16px;
}

/**响应式样式*****************************************************************/

@media (max-width: 1200px){
    .reason_li p{
        font-size: 18px;
    }
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
    /*连续滚动模块*/
    .j-marquee-box{
        width: auto;
    }
    .j-marquee-box li{
        float: none;
        display: inline-block;
        margin-bottom: 15px;
    }
     /*行业报告及大会资料banner*/
    .enterprise_banner{
       width: auto;
    }
    /*颁奖典礼*/

    .award_li{
        width: 48%;
        padding: 0 5px;
        margin: 0 0 15px 0;
        box-sizing: content-box;

    }
    .award_li:nth-child(odd){
        float: left;
    }
    .award_li:nth-child(even){
        float: right;
    }
    /*演讲者阵容*/
    #lecturers_list .slid-items{
        display: none;
    }
    #lecturers_list .slid-items:first-child{
        display: block;
    }
    #lecturers_list .slid-ovflow-warpper{
        margin: 0 5px;
    }
    .lecturer_ul .lecturer_li{
        box-sizing: border-box;
        width: 20%;
        padding: 5px;
    }

    .lecturer_li .img_box{
        height: auto;
    }
    .lecture_li_info{
        padding: 5px 10px;
    }
    /*分论坛*/

    .bbs_li{
        display: inline-block;
        float: none;
        width:19% ;
        padding:0 5px;
        box-sizing: border-box;
        vertical-align: top;

    }
    /*参会理由*/
    .reason_li p{

        top: 60%;

    }


}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    /*banner*/
    .banner_img{
        background-size: auto 100%;
        height: 400px;
    }
    .apply_btn{
        bottom: 15%;
    }
    .banner_nav a{
        line-height: 40px;
        font-size: 16px;
        border-top-width: 3px;
    }
    .apply_enter_index{
    	display: none;
    }
    /*公用的内容模块*/
    .index_content{
        margin-top: 40px;
    }
    .index_content header{
        margin-bottom: 20px;
    }
    .index_content .content_title{

        font-size: 20px;
        margin-bottom:15px ;
    }
    .index_content .content_des{
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }
    /*连续滚动模块*/
    .j-mqrquee{
        margin-bottom: 40px;
    }
   .j-marquee-box{
        width: auto;
    }
    .j-marquee-box li{
        float: none;
        display: inline-block;
        max-width: 28%;
        margin: 0 5px;
        margin-bottom: 25px;
    }
    .j-marquee-box img{
        margin: 0;
        width: 100%;
        height: auto;
        margin: 0;
    }
    /*行业报告及大会资料banner*/
    .enterprise_banner{
        width: auto;
    }
    .enterprise_banner .btn{
        width:180px;
        height: 40px;
        line-height: 40px;
    }
    .enterprise_banner .btn .icon_arrow_right{
        margin-left: 10px;
    }
    .enterprise_banner .btn_left{
        margin-left: -90px;
    }
    .enterprise_banner .btn_right{
        margin-right: -90px;
    }
    /*颁奖典礼*/
    .award_li{
        width: 48%;
        padding: 0 5px;
        margin: 0 0 15px 0;
        box-sizing: content-box;

    }
    .award_li:nth-child(odd){
        float: left;
    }
    .award_li:nth-child(even){
        float: right;
    }
    .award_list_name{
        font-size: 12px;
        max-width: 120px;
    }
    /*演讲者阵容*/
    #lecturers_list .slid-items{
        display: none;
    }
    #lecturers_list .slid-items:first-child{
        display: block;
    }
    #lecturers_list .slid-ovflow-warpper{
        margin: 0 5px;
    }
    .lecturer_ul .lecturer_li{
        box-sizing: border-box;
        width: 20%;
        padding: 5px;
    }

    .lecturer_li .img_box{
        height: auto;
    }
    .lecture_li_info{
        padding: 5px 10px;
    }
    /*分论坛*/

    .bbs_li{
        display: inline-block;
        float: none;
        width:19% ;
        padding:0 5px;
        box-sizing: border-box;
        vertical-align: top;

    }
    /*参会理由*/
   .reason_title{
        height: 80px;
        line-height: 80px;
        font-size: 18px;
    }
    .reason_li p{
        font-size: 18px;
        top: 60%;
    }

}

@media (max-width: 620px) {
     /*颁奖典礼*/
    .award_li{

        padding: 0 5px;
        margin: 0 0 15px 0;
        box-sizing: content-box;
        width: auto;
    }
    .award_li:nth-child(odd),.award_li:nth-child(even){
        float:none;
    }
    .award_li:nth-of-type(n+6){
        display: none;
    }

    .award_list_name{
        font-size: 12px;
        max-width:240px ;
    }

    #lecturers_list .slid-ovflow-warpper{
        margin: 0 5px;
    }
    .lecturer_ul{
    	display: flex;
    	display: -webkit-flex;
    	-webkit-flex-flow: wrap;
    	flex-flow: wrap;
    }
    .lecturer_ul .lecturer_li{
        box-sizing: border-box;
        width: 50%;
        padding: 5px;
    }
    /*分论坛*/

    .bbs_li{
        width:24% ;
    }
     /*参会理由*/
    .reason_title{
       width: 50%;
       float: left;
       height: 192px;

       line-height: 20px;
    }
    .reason_title img{
        width: auto;
        height: 100%;
    }
    .reason_title span{
        margin-top: 76px;
    }
    .reason_li{
        width: 50%;
        height: 192px;
    }
    .reason_li p{
        top: auto;
        bottom: 10%;
    }



}

/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
    /*公用的内容模块*/
    .index_content{
        margin-top: 20px;
    }

    .index_content .content_title{
        display: block;
        font-size: 18px;
        margin-bottom:10px ;
    }

    /*banner*/
    .banner_img{
        background-size: auto 100%;
        height: 200px;
    }
    .apply_btn{
        height: 30px;
        width: 250px;
        margin-left: -125px;
        line-height: 30px;
        font-size: 16px;
    }
    .banner_nav{
        display: none;
    }
    /*连续滚动模块*/
    .j-mqrquee{
        margin-bottom: 20px;
    }
   .j-marquee-box{
        width: auto;
    }
    .j-marquee-box li{
        float: none;
        display: inline-block;
        margin-bottom: 15px;
        max-width: 28%;
        margin: 0 5px 15px 5px;
    }
    .j-marquee-box img{
        margin: 0;
        width: 100%;
        height: auto;
    }
    /*行业报告及大会资料banner*/
   .enterprise_banner .btn{
        font-size: 14px;
        line-height: 30px;
        height: 30px;

        width:120px;
    }
    .enterprise_banner .btn .icon_arrow_right{
        display: none;
    }
    .enterprise_banner .btn_left{
        margin-left: -60px;
    }
    .enterprise_banner .btn_right{
        margin-right: -60px;
    }
   /*颁奖典礼*/
    .award_lists {
        padding: 10px 0;
    }
    .award_list_logo{
        width: 50px;
        height: 30px;
        padding: 5px 0;
    }
    .award_li{
        margin: 5px 0;
        width: 100%;
        padding:0 5px;
        box-sizing: border-box;
        line-height: 40px;
    }
    .award_list_name{

        max-width:120px ;
    }



    .award_list_btn{
        margin-top: 3px;
    }

    .award_look_more{
        margin-top: 10px;
        height: 35px;
        line-height: 35px;


    }
    /*参会理由*/

    .reason_li p{

        bottom: 24%;
    }
    /*分论坛*/
    .bbs_ul{
        margin: 0 5px;
    }
    .bbs_li{
        width:32.4% ;
        height: 95px;
        margin-bottom: 5px;
        font-size: 12px;


    }
    .bbs_ico{
        width: 50px;
        height: 50px;
        background-size: 100% auto;
        margin-bottom: 5px;
    }
}
