/* 首页 */
.module-title {
    padding-top: 64px;
    text-align: center;
}
.module-title .topic {
    font-size: 40px;
    color: #15191B;
    margin-bottom: 8px;
}
.module-title .sub-topic {
    font-size: 14px;
    color: #666666;
}
/* banner */
.banner {
    width: 100%;
    /*height: 586px;*/
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.banner.swiper-container .swiper-slide.img {
    width: 100%;
    overflow: hidden;
}
.banner.swiper-container .swiper-slide img {
    width: 100%;
    /*height: 586px;*/
}
.banner.video {
    width: 100%;
    height: 586px;
    overflow: hidden;
    position: relative;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/banner.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 33px;
    box-sizing: border-box;
}
.banner .video-box {
    display: none;
    height: 520px;
}
.banner .video-box.active {
    display: block;
}
.video-box .video-player {
    width: 860px;
    height: 100%;
    background-color: rgba(0, 0 , 0, .6);
    position: relative;
}
.video-play-btn-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 20;
}
.play-btn {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/play_btn.png') no-repeat;
    background-size: 100% 100%;
}
.video-box .video-list {
    width: 340px;
    height: 100%;
    background-color: rgba(255,255,255,0.97);
    box-sizing: border-box;
}
.video-box .video-list .video-list-ul {
    overflow-y: auto;
    height: 100%;
}
.video-box .video-list .video-list-ul::-webkit-scrollbar {
    display: none;
    width: 4px;
    height: auto;
}
.video-box .video-list .video-list-ul:hover::-webkit-scrollbar {
    display: block;
}
.video-box .video-list .video-list-ul::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 2px;
}
.video-box .video-list .video-list-ul::-webkit-scrollbar-thumb {
    background-color: #D1D1D1;
    border-radius: 2px;
    border-right: 3px solid transparent;
}
.video-box .video-list .video-list-ul::-webkit-scrollbar-corner {
    background: #D1D1D1;
    width: 8px;
}
.video-box .video-list .video-list-li {
    height: 80px;
    box-sizing: border-box;
    padding: 19px 24px 0 24px;
    border: 1px solid transparent;
}
.video-box .video-list .video-list-li.active, .video-box .video-list .video-list-li:hover {
    background: #DDF0FF;
    border: 1px solid #0D9BFF;
    box-sizing: border-box;
}
.video-box .video-list .video-list-li.active .video-list-info, .video-box .video-list .video-list-li:hover .video-list-info {
    border-bottom: 1px solid transparent;
}
.video-box .video-list .video-list-li.active .video-list-title,
.video-box .video-list .video-list-li.active .video-list-time,
.video-box .video-list .video-list-li:hover .video-list-title,
.video-box .video-list .video-list-li:hover .video-list-time
{
    color: #0192FE;
}
.video-box .video-list .video-list-info{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 18px;
}
.video-box .video-list .video-list-title {
    font-size: 16px;
    color: #15191B;
}
.video-box .video-list .video-list-time{
    font-size: 13px;
    color: #666666;
}
#video {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

/* 视频查看更多 */
.video-box .video-list .video-more {
    font-size: 14px;
    color: #0D9BFF;
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    margin-top: 8px;
}
.video-box .video-list .video-more:after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    margin-top: -8px;
    left: 112px;
    width: 16px;
    height: 16px;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/select_more.png') no-repeat;
    background-size: 100% 100%;
}


/* 大会嘉宾 */
.guest {
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/bg_top_right.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;
}
.guest-list {
    margin-top: 72px;
}
.guest-list .guest-ul li {
    width: 260px;
}
.g-img {
    width: 260px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 16px;
}
.g-img img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.g-name, .g-intro {
    width: 260px;
    text-align: center;
}
.g-name {
    font-size: 24px;
    color: #15191B;
}
.g-intro {
    font-size: 14px;
    color: #666666;
}
.guest-list {
    position: relative;
}
.g-prev, .g-next {
    width: 48px;
    height: 48px;
    outline: none;
}
.guest .swiper-button-prev, .guest .swiper-button-next {
    margin-top: -60px;
}
.g-next {
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/next.png') no-repeat;
    background-size: 100% 100%;
    right: -25px;
}
.g-prev {
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/prev.png') no-repeat;
    background-size: 100% 100%;
    left: -57px;
}
.show-more {
    text-align: center;
    margin-top: 37px;
}
.show-more a {
    font-size: 14px;
    color: #666666;
    position: relative;
}
.show-more a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: -18px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/jump.png') no-repeat;
    background-size: 100% 100%;
}

/* 会议日程 */
.meet-box {
    width: 100%;
    background-color: #F8FCFF;
    padding-bottom: 80px;
    position: relative;
}
.meet-use {
    position: relative;
    z-index: 10;
}
.meet-box:before {
    display: block;
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    top: -120px;
    right: 52px;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/meet_top_right.png') no-repeat;
    background-size: 100% 100%;
}
.meet-box:after {
    display: block;
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    bottom: -91px;
    left: 52px;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/meet_bottom_left.png') no-repeat;
    background-size: 100% 100%;
}
.meet-time {
    margin-top: 64px;
    text-align: center;
    font-size: 0;
    margin-bottom: 41px;
}
.meet-time .meet-num {
    display: inline-block;
    width: 140px;
    height: 48px;
    line-height: 48px;
    background-color: #FFFFFF;
    border: 1px solid #E0E6EA;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: #666666;
    margin-right: 32px;
}
.meet-time .meet-num:last-child {
    margin-right: 0;
}
.meet-time .meet-num.active, .meet-time .meet-num:hover {
    color: #FFFFFF;
    border: none;
    background: #0057FF;
    background: linear-gradient(to right, #12EEF3, #0057FF);
    background: -moz-linear-gradient(to right, #12EEF3, #0057FF);
    background: -webkit-linear-gradient(to right, #12EEF3, #0057FF);
    background: -o-linear-gradient(to right, #12EEF3, #0057FF);
    background: -ms-linear-gradient(to right, #12EEF3, #0057FF);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12EEF3', endColorstr='#0057FF',GradientType=0 );
}
.meet-time .meet-num.active:hover {
    background: #0083E0;
    border: none;
    background: linear-gradient(to right, #00C2E5, #0083E0);
    background: -moz-linear-gradient(to right, #00C2E5, #0083E0);
    background: -webkit-linear-gradient(to right, #00C2E5, #0083E0);
    background: -o-linear-gradient(to right, #00C2E5, #0083E0);
    background: -ms-linear-gradient(to right, #00C2E5, #0083E0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C2E5', endColorstr='#00C2E5',GradientType=0 );
}
.meet-ul {
    display: none;
    border-top: 1px solid #E0E6EA;
}
.meet-ul.active {
    display: block;
}
.meet-ul li {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E6EA;
}
.meet-ul li .meet-top {
    height: 63px;
    line-height: 63px;
}
.meet-title {
    font-size: 18px;
    color: #333333;
}
.drop-btn {
    width: 44px;
    height: 16px;
    text-align: right;
    font-size: 14px;
    color: #999999;
    position: relative;
    margin-left: 38px;
}
.drop-btn:after {
    display: block;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/drop_down.png') no-repeat;
    background-size: 100% 100%;
    top: 22px;
    left: 0;
}
.drop-btn.active:after {
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/drop_up.png') no-repeat;
    background-size: 100% 100%;
}
.show-btn {
    width: 86px;
    height: 32px;
    box-sizing: border-box;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    margin-top: 14px;
    margin-left: 30px;
}
.show-btn.order-btn {
    border:1px solid #00AFFF;
    color: #00AFFF;
}
.show-btn.order-btn:hover {
    border:1px solid #0095FF;
    color: #0095FF;
}
.show-btn.order-success {
    color: #ffffff;
    background: #0057FF;
    background: linear-gradient(to right, #00D8FF, #0095FF);
    background: -moz-linear-gradient(to right, #00D8FF, #0095FF);
    background: -webkit-linear-gradient(to right, #00D8FF, #0095FF);
    background: -o-linear-gradient(to right, #00D8FF, #0095FF);
    background: -ms-linear-gradient(to right, #00D8FF, #0095FF);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00D8FF', endColorstr='#0095FF',GradientType=0 );
}
.show-btn.order-success:hover {
    background: #0083E0;
    background: linear-gradient(to right, #00C2E5, #0083E0);
    background: -moz-linear-gradient(to right, #00C2E5, #0083E0);
    background: -webkit-linear-gradient(to right, #00C2E5, #0083E0);
    background: -o-linear-gradient(to right, #00C2E5, #0083E0);
    background: -ms-linear-gradient(to right, #00C2E5, #0083E0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C2E5', endColorstr='#0083E0',GradientType=0 );
}
.show-btn.online-show-btn {
    color: #ffffff;
    background: #0057FF;
    background: linear-gradient(to right, #ED12F3, #0057FF);
    background: -moz-linear-gradient(to right, #ED12F3, #0057FF);
    background: -webkit-linear-gradient(to right, #ED12F3, #0057FF);
    background: -o-linear-gradient(to right, #ED12F3, #0057FF);
    background: -ms-linear-gradient(to right, #ED12F3, #0057FF);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ED12F3', endColorstr='#0057FF',GradientType=0 );
}
.show-btn.online-show-btn:hover {
    background: #AC04B0;
    background: linear-gradient(to right, #AC04B0, #0049D5);
    background: -moz-linear-gradient(to right, #AC04B0, #0049D5);
    background: -webkit-linear-gradient(to right, #AC04B0, #0049D5);
    background: -o-linear-gradient(to right, #AC04B0, #0049D5);
    background: -ms-linear-gradient(to right, #AC04B0, #0049D5);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#AC04B0', endColorstr='#0049D5',GradientType=0 );

}
.meet-online-time {
    font-size: 14px;
    color: #666666;
}
.meet-bottom {
    width: 100%;
    background-color: #EFF7FE;
    box-sizing: border-box;
    padding-left: 79px;
    border-top: 1px solid #E0E6EA;
    display: none;
}
.meet-bottom.active {
    display: block;
}
.meet-bottom  .meet-brief {
    font-size: 14px;
    color: #666666;
    height: 48px;
    box-sizing: border-box;
    padding-top: 23px;
}
.meet-bottom-ul li {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #E0E6EA;
    box-sizing: border-box;
}
.meet-bottom-ul li:last-child {
    border-bottom: none;
}
.meet-bottom-ul .meet-bottom-li-title {
    width: 649px;
    font-size: 16px;
    color: #333333;
}
.meet-bottom-li-comment {
    font-size: 16px;
    color: #333333;
}

/* 最新资讯 */
.lasted-news {
    padding-bottom: 50px;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/bg_top_right.png') no-repeat;
    background-size: 100% 100%;
}
.news-list {
    margin-top: 72px;
}
.news-ul .news-li {
    width: 384px;
    margin-right: 24px;
    position: relative;
    height: 335px;
}
.news-ul .news-li:last-child {
    margin-right: 0;
}
.news-li .news-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.news-li .news-img img{
    width: 100%;
    height: 240px;
}
.news-li .new-info {
    width: 352px;
    height: 150px;
    background: #FFFFFF;
    box-shadow:0 6px 6px 0 rgba(14,53,155,0.06);
    position: absolute;
    left: 16px;
    top: 185px;
    padding: 17px 21px;
    box-sizing: border-box;
}
.new-info-title {
    font-size: 16px;
    color: #15191B;
    width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-info-time {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}
.new-info-more a {
    font-size: 14px;
    color: #666666;
    position: relative;
}
.new-info-more a:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background-color: #919191;
}
.new-info-more a:hover:after {
    background: #0057FF;
    background: linear-gradient(to right, #00D8FF, #0095FF);
    background: -moz-linear-gradient(to right, #00D8FF, #0095FF);
    background: -webkit-linear-gradient(to right, #00D8FF, #0095FF);
    background: -o-linear-gradient(to right, #00D8FF, #0095FF);
    background: -ms-linear-gradient(to right, #00D8FF, #0095FF);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00D8FF', endColorstr='#0095FF',GradientType=0 );
}

/* 会议介绍 */
.meet-intro {
    width: 100%;
    background-color: #F8FCFF;
    padding-bottom: 94px;
    position: relative;
}
.meet-intro:before {
    display: block;
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    top: 95px;
    right: 269px;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/intro_top_right.png') no-repeat;
    background-size: 100% 100%;
}
.meet-intro:after {
    display: block;
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    bottom: -100px;
    left: 50px;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/intro_bottom_left.png') no-repeat;
    background-size: 100% 100%;
}
.meet-content {
    margin-top: 71px;
    position: relative;
}
.meet-content-img {
    width: 799px;
    height: 372px;
    overflow: hidden;
}
.meet-content-img img {
    width: 100%;
    height: 372px;
}
.meet-intro-box {
    width: 564px;
    height: 322px;
    position: absolute;
    font-size: 16px;
    color: #ffffff;
    left: 637px;
    top: 25px;
    z-index: 99;
    padding: 27px 30px 0 30px;
    line-height:30px;
    box-sizing: border-box;
    background: #146EE1;
    background: linear-gradient(to right, #146EE1, #54DCE5);
    background: -moz-linear-gradient(to right, #146EE1, #54DCE5);
    background: -webkit-linear-gradient(to right, #146EE1, #54DCE5);
    background: -o-linear-gradient(to right, #146EE1, #54DCE5);
    background: -ms-linear-gradient(to right, #146EE1, #54DCE5);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146EE1', endColorstr='#54DCE5',GradientType=0 );
}

/* 大会活动 */
.meet-activity {
    padding-bottom: 62px;
}
.meet-activity .activity-list {
    margin-top: 58px;
}
.activity-li {
    width: 208px;
    margin-right: 126px;
}
.activity-li+li {
    margin-right: 121px;
}
.activity-li:last-child {
    margin-right: 0;
}
.activity-li-img {
    width: 200px;
    height: 200px;
    margin-bottom: 14px;
}
.activity-li-title p {
    width: 208px;
    text-align: center;
    font-size: 16px;
    color: #15191B;
}

/* 历届峰会 */
.previous-summit {
    background-color: #F8FCFF;
    padding-bottom: 52px;
}
.previous-summit-box { margin-top: 46px;}
.picMarquee{ width:100%;  overflow:hidden; position:relative; }
.picMarquee .bd ul{ overflow:hidden; zoom:1; }
.picMarquee .bd ul li{ padding: 12px; float:left; width: 400px; height: 250px;}
.picMarquee .bd ul li:nth-child(2n) .shadow{background-color: #0087D7; opacity: 0.8;}
.picMarquee .bd ul li:nth-child(2n+1) .shadow{background-color: #0078BF; opacity: 0.8;}
/*.picMarquee .bd ul li:nth-child(3n+2) .shadow{background-color: #A413C6; opacity: 0.8;}*/
.picMarquee .bd ul li a{display: block;position: relative;}
.picMarquee .bd ul li img{width: 100%;}
.picMarquee .bd ul li .shadow{position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-align: center;z-index: 100;transition: .4s;}
.picMarquee .bd ul li .shadow:hover{background: rgba(255,255,255,0);transition: .4s;}
.picMarquee .bd ul li .shadow p{color: #fff;font-size: 18px;}
.picMarquee .bd ul li .shadow p:first-child{padding-top: 97px;}
.tempWrap { width: 100% !important;}

/* 合作伙伴 */
.cooperation { padding-bottom: 37px;}
.cooperation .cooperation-list {
    margin-top: 72px;
}
.cooperation-list .type-list {
    margin-bottom: 16px;
}
.cooperation-list .type-name {
    margin-bottom: 16px;
    font-size: 16px;
    color: #15191B;
}
.type-list-logo {
    font-size: 0;
}
.type-list-logo span {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 24px;
}

/* 嘉宾详情 */
.guest-detail {
    width: 600px;
    height: 400px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -300px;
    box-sizing: border-box;
    padding: 40px 48px;
}
.guest-detail .top-info {
    height: 183px;
    margin-bottom: 35px;
}
.guest-detail .guest-img {
    width: 170px;
    height: 183px;
    overflow: hidden;
    margin-right: 38px;
}
.guest-detail .guest-img  img {
    width: 100%;
    height: 183px;
}
.guest-detail .guest-info .guest-name{
    font-size: 24px;
    color: #15191B;
    margin-top: 16px;
    margin-bottom: 16px;
}
.guest-detail .guest-info .guest-other-info {
    font-size: 14px;
    color: #15191B;
    margin-bottom: 10px;
}
.guest-detail .guest-info .guest-other-info .label{
    color: #666666;
}
.guest-detail .bottom-info .speak-topic {
    font-size: 16px;
    color: #15191B;
    margin-bottom: 8px;
}
.guest-detail .bottom-info .speak-intro {
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}
.guest-detail .close-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    background: url('https://cdn-ali.aecichina.com/aecichina_web/home/images/2020/v02/close.png') no-repeat;
    background-size: 100% 100%;
}


/*搜索栏*/
.search-container {
    width: 100%;
    height: 70px;
    background-color: #f5f5f5;
    padding-top: 30px;
    margin-bottom: 60px;
}
.search-input {
    width: 650px;
    height: 40px;
    line-height: 40px;
    margin-left: 275px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 14px;
}
.search-input img {
    margin-top: 11px;
    margin-right: 11px;
}
/*搜索无结果*/
.NR-content{
    height: 620px;
    text-align: center;
    display: block;
}
.NR-middle{
    display: inline-block;
    margin-top: 140px;
}
.NR-fon1{
    margin-top: 36px;
    font-size:16px;
    font-family:PingFang;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:24px;
}



.new_tit{text-align: center;padding: .55rem 0 0;}
.new_tit h1{font-size: 28px;color: #333;line-height: 28px;}
.new_tit span{display: block;width:60px;height:5px;margin:0.1rem auto 0; background: -webkit-linear-gradient(left,#25c9fc,#0060ff);background: -o-linear-gradient(right,#25c9fc,#0060ff);background: -moz-linear-gradient(right,#25c9fc,#0060ff);background: linear-gradient(right,#25c9fc,#0060ff);}















