/*轮播图*/

.ck-slide {
    height: 520px;
}

.ck-slide ul.ck-slide-wrapper {
    height: 520px;
    width: 100%;
}

.ck-slidebox ul li em {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.ck-slidebox ul li.current em {
    background-color: #F29200;
}

.ck-slide ul.ck-slide-wrapper li {
    overflow: hidden;
    height: 520px;
    width: 100%;
}

.ck-slide ul.ck-slide-wrapper li.bg_1 {
    background: url(../img/index/index_top1.jpg) no-repeat center;
}

.ck-slide ul.ck-slide-wrapper li.bg_2 {
    background: url(../img/index/index_top2.jpg) no-repeat center;
}

.ck-slide ul.ck-slide-wrapper li.bg_3 {
    background: url(../img/index/index_top3.jpg) no-repeat center;
}


/*第二章轮播图*/

.ck-slide ul.ck-slide-wrapper li.bg_2 .btn-orange {
    z-index: 4;
    display: block;
    position: absolute;
    margin-left: -162px;
    right: 12%;
    bottom: 90px;
    /*background: url(../img/index/bg_btn_orange.png) no-repeat center;*/
    background: #F29200;
    text-align: center;
    width: 288px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
}


/*第三张轮播图*/

.ck-slide ul.ck-slide-wrapper li.bg_3 .btn {
    display: block;
    border: 1px solid #fff;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 17%;
    bottom: 184px;
}

.ck-slidebox {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    right: 50%;
    bottom: 25px;
}


/*轮播图上面的内容*/

.index-banner {
    position: relative;
}

.date-time {
    z-index: 2;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    left: 112px;
    top: 20px;
    color: #ccc;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .date-time {
        background-color: #000000;
        filter: Alpha(opacity=60);
    }
    .date-time * {
        position: relative;
        /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

.day {
    margin: 0 6px;
    font-size: 24px;
    color: #fff;
    line-height: 43px;
}

.banner-img-word {
    z-index: 2;
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner-img-word a {
    color: #fff;
}

.banner-img-word .title a:hover {
    text-decoration: underline;
}

.banner-img-word .title {
    font-size: 40px;
}

.banner-img-word .other {
    font-size: 22px;
}

.banner-img-word .btn-container {
    margin-top: 390px;
}

.banner-img-word .btn-container a {
    display: inline-block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    background-color: #F29200;
    margin-right: 20px;
    font-size: 18px;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.banner-img-word .btn-container a.btn-blue {
    background-color: #0099FF;
}

.banner-img-word .btn-container a.btn-blue:hover {
    background-color: #0A91CD;
}

.banner-img-word .btn-container a.btn-orange:hover {
    background-color: #D7680E;
}


/*主题会议*/

.index-module-meetting {
    background-color: #F1F1F1;
    padding-bottom: 55px;
}

.index-module .module-head {
    background: url(../img/index/head-bg.png) repeat-x center;
}

.module-head {
    padding: 40px 0;
    text-align: center;
}

.module-head-title {
    display: inline-block;
    color: #333;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    background-color: #F1F1F1;
    padding: 0 20px;
}

.img-container {
    position: relative;
    font-size: 0;
}

.img-container img {
    width: 100%;
}


/*防止主题展图片过长*/

.img-content {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}


/*ie6,7,8的半透明效果*/

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .img-content {
        background-color: #000;
        filter: Alpha(opacity=50);
        /*position:static;  IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
    .img-content p,
    .img-content div {
        position: relative;
        /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}


/*大会主报告*/

.img-container-report {
    border-radius: 6px;
    overflow: hidden;
}

.img-content-report {
    top: 45px;
    right: 65px;
    height: 235px;
    min-width: 440px;
    padding: 38px 45px;
    text-align: center;
}

.img-content-report h1 {
    font-size: 34px;
    padding-bottom: 10px;
    /*letter-spacing: 5px;*/
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
    border-bottom: 1px solid #fff;
}

.img-content-report p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}

.index-module-meetting .img-banner {
    overflow: hidden;
    height: 242px;
}

.img-banner-roll {
    position: absolute;
    left: 0;
}

.img-banner {
    margin-left: -14px;
    margin-top: 20px;
    position: relative;
}

.img-banner .btn-img {
    position: absolute;
    z-index: 2;
    margin-top: -30px;
    top: 50%;
    cursor: pointer;
}


/*向左向右的按钮*/

.img-banner .btn-right {
    right: 20px;
}

.img-banner .btn-left {
    left: 30px;
}

.img-banner .img-container {
    cursor: pointer;
    width: 390px;
    float: left;
    margin-left: 14px;
    border-radius: 6px;
    overflow: hidden;
}

.img-banner .img-content {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 75px;
    font-size: 14px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.img-banner .img-content * {
    color: #fff;
}

.img-banner .img-content h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.img-banner .img-content h1,
.img-banner .img-content p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*主题展览*/


/*.index-module-show{
    height: 480px;
    padding-bottom: 60px;
}
.index-module-show .module-content{
    position: relative;
    left: 0;
}
.index-module-show .poster-btn{
    position: absolute;
    top: 160px;
    cursor: pointer;
    width: 62px;
    height: 63px;
    z-index: 2;
}
.index-module-show .poster-prev-btn{
    left: 60px;
    background: url("../img/index/icon-arrow-left.png") no-repeat center center;
}
.index-module-show .poster-next-btn{
    right: 50px;
    background:  url("../img/index/icon-arrow-right.png") no-repeat center center;
}

.index-module-show .img-banner .img-container{
    position: relative;
    width: 358px;
    height: 220px;
    margin-left: 0;
    float: left;
    margin-left: 14px;
    margin-top: 20px;
    transition: all 0.5s;
   -moz-transition: all 0.5s; 
   -webkit-transition: all 0.5s;  
   -o-transition: all 0.5s;  
}
.index-module-show .img-banner{
    overflow: hidden;
    height: 340px;
    padding-top: 40px;
    margin-top: 0;
}
.index-module-show .img-banner .img-container:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
@media \0screen\,screen\9 {
  .index-module-show .img-banner .img-container:before{
    background-color:#ffffff;
    filter:Alpha(opacity=50);
  }
}
.index-module-show .img-banner .img-content h1{
    font-weight: normal;
    color: #7F7F7F;
}

.index-module-show .img-banner .current-img-container{
    width: 456px;
    height: 279px;
    margin-top: -16px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.5);
}
.index-module-show .img-banner .current-img-container h1{
    color: #fff;
}
.index-module-show .img-banner .current-img-container:before{
    background-color: transparent;
}
.index-module-show .current-img-container .img-content h1{
    font-size: 20px;
}
.index-module-show .img-content{
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
    text-align: center;
}
/*主题展新*/

.index-module-shownew {
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 50px;
}

.index-module-shownew .module-content {
    margin-left: -15px;
}


/*上面三个*/

.index-module-shownew .module-content-part {
    font-size: 14px;
    color: #fff;
    width: 288px;
	height: 288px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    background: #24a5de url(../img/index/module-show-1.png) no-repeat right top;
    padding: 27px;
    border-radius: 6px;
    float: left;
    margin-left: 15px;
    margin-bottom: 18px;
}

.index-module-shownew .module-content-part.flexible {
    background: #006ab6 url(../img/index/module-show-2.png) no-repeat right top;
}

.index-module-shownew .module-content-part.ddd {
    background: #174276 url(../img/index/module-show-3.png) no-repeat right top;
}

.index-module-shownew .module-content-part.NAA {
    background: #b64a42 url(../img/index/module-show-5.png) no-repeat right top;
}

.index-module-shownew .module-content-part .part-head {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    width: 100%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.index-module-shownew .part-content>div:after {
    content: "";
    clear: both;
    display: block;
}

.index-module-shownew .part-content .label {
    width: 78px;
    text-align: left;
    margin-right: 2px;
}

.index-module-shownew .module-content-part_top .part-content .content-host div~div,
.index-module-shownew .module-content-part_top .part-content .content-scope div~div {
    width: 250px;
    text-align: left;
}

.index-module-shownew .module-content-part_top .part-content .content-scope {
    margin-top: 10px;
}

.index-module-shownew .module-content-part_top .part-content {
    /* height: 46px;
    overflow: hidden; */
    line-height: 22px;
    text-align: justify;
    text-justify: justify;
}


/*下面两个*/

.index-module-shownew .module-content-part_bottom {
    height: 230px;
    width: 592px;
    background: #ad78b1 url(../img/index/module-show-4.png) no-repeat right top;
}

.index-module-shownew .module-content-part_bottom .part-content .content-host div~div,
.index-module-shownew .module-content-part_bottom .part-content .content-scope div~div {
    width: 450px;
}

.index-module-shownew .module-content-part_bottom .part-content .content-scope {
    margin-top: 10px;
}

.index-module-shownew .module-content-part_bottom .part-content {
    width: 100%;
}

.index-module-shownew .module-content-part_bottom .part-head {
    padding-bottom: 24px;
    margin-bottom: 24px;
    padding-top: 0;
}

.index-module-shownew .module-content-part_bottom.NAA {
    background: #b64a42 url(../img/index/module-show-5.png) no-repeat right top;
}


/*大会动态*/

.index-module-dynamic {
    background: url(../img/index/dynamic-bg.jpg) no-repeat center;
    height: 523px;
}

.index-module-dynamic .module-head {
    margin-bottom: 30px;
}

.index-module-dynamic .guest-part .img-container {
    width: 126px;
    height: 169px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}

.guest-container-content .img-container img {
    display: block;
    border-radius: 6px;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.guest-container-content .img-container:hover img {
    border-radius: 6px;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index-module-dynamic .guest-container {
    /* margin-right: 40px; */
    position: relative;
    /* margin-left: 16px; */
}


/*大会动态的标题*/

.index-module-dynamic .container-head {
    position: absolute;
    color: #ccc;
    font-size: 22px;
    top: -50px;
    left: -40px;
    width: 100%;
}

.index-module-dynamic .guest-part {
    font-size: 14px;
    color: #ccc;
    width: 140px;
    float: left;
    margin-left: 12px;
    cursor: pointer;
}

.index-module-dynamic .guest-part p {
    padding: 0 4px;
}

.index-module-dynamic .guest-part .name {
    margin-bottom: 6px;
}

.index-module-dynamic .img-container img {
    width: 100%;
    height: 100%;
}

.index-module-dynamic .btn-container:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.index-module-dynamic .guest-btn {
    width: 30px;
    height: 34px;
    float: left;
    /* margin-right: 10px; */
    background-color: #00a0e9;
    /* margin-top: 30px; */
}

.index-module-dynamic .guest-pre {
    background: url('../img/MainReporters/darkblue-left.png') no-repeat center;
    cursor:pointer;
}

.index-module-dynamic .guest-pre:hover {
    background: url('../img/MainReporters/blue-left.png') no-repeat center;
}

.index-module-dynamic .guest-next {
    background: url('../img/MainReporters/darkblue-right.png') no-repeat center;
    cursor:pointer
}

.index-module-dynamic .guest-next:hover {
    background: url('../img/MainReporters/blue-right.png') no-repeat center;
}

.index-module-dynamic .content-container {
    position: relative;
    color: #fff;
    width: 570px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
    padding: 0 8px;
    border-left: 1px dashed #999;
    padding-left: 20px;
}

.index-module-dynamic .content-container .ui-list {
    padding: 0;
    padding-bottom: 20px;
}

.index-module-dynamic .ui-list-item {
    margin-bottom: 10px;
    font-size: 14px;
}

.index-module-dynamic .ui-list-item:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.index-module-dynamic .icon-square {
    font-size: 12px;
    vertical-align: bottom;
    margin-right: 5px;
}

.index-module-dynamic .ui-list-item a {
    color: #eee;
    max-width: 332px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}


/*全球合作伙伴*/

.index-module-partners {
    background: #f1f1f1 url(../img/index/partners-bg.jpg) no-repeat center;
}

.index-module-partners .module-head {
    color: #015976;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 34px;
}

.index-module-partners .module-content {
    
    padding-bottom: 40px;
}

.index-module-partners img {
    cursor: pointer;
    margin: 0px 20px;
}


/*指导单位*/

.index-module-company {
    background-color: #fff;
    padding: 50px;
    font-size: 16px;
    color: #666;
}

/* .index-module-company .wrapper {
    width: 1220px;
} */

.index-module-company .company-part {
    float: left;
    height: 100px;
    margin-bottom: 40px;
    padding-left: 20px;
}

/* .index-module-company .company-part img {
    margin-right: 20px;
} */

.index-module-company .part-head {
    margin-bottom: 20px;
}

.index-module-company .part-head-title {
    font-weight: bold;
    color: #555;
}

.index-module-company .part-content:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

.companyimg-container {
    width: 280px;
    float: left;
}

/* .companyimg-container.small {
    width: 220px;
    float: left;
} */

.companyimg-container.auto {
    width: 266px;
    float: left;
}

.companyimg-container.auto~.companyimg-container.auto {
    margin-left: 28px;
}


/************** 大会动态-演讲嘉宾标题 begin *************/

.run-top-banner {
    display: inline;
}

.pic-btn-container {
    float: right;
}


/************** 大会动态-演讲嘉宾标题 end *************/


/************** 大会动态-演讲嘉宾滚动内容 begin *************/

.pic-run-banner {
    overflow: hidden;
}

.pic-run {
    top: 30px;
    width: 600px;
    height: 255px;
    overflow: hidden;
    position: relative;
}

.guest-container-content {
    position: absolute;
}


/************* 大会动态-演讲嘉宾滚动内容 end  *************/


/*.bg_black{
    position: relative;
}
.bg_black:after{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}*/
