body{
    background: #3828c3;
}
.section{
    width: 1200px;
    margin: 0 auto;
}

.header{
    background-color: #3828c3;
    width: 100%;
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30;
}
.header .header-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .logo{
    width: 154px;
}
.header .logo img{
    width: 100%;
}
.header .menus{
    display: flex;
    align-items: center;
}
.header .menus li{
    float: left;
    padding: 0 26px;
    cursor: pointer;
}
.header .menus a{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
}
.header .menus li.active a{
    color:#fce703
}
.header .menus a.sign-up{
    padding: 8px 12px;
    border-radius: 5px;
    margin-left: 10px;
}
.colours-btn{
    background-image: linear-gradient(127deg , #f44a4a, #4b6cfe);
}

/* banner */
.banner{
    margin-top: 90px;
}
.banner img{
    width: 100%;
    display: block;
}
.banner .banner-wrap{

    position: relative;
}
.banner .btns{
    position: absolute;
    top:0;
    width: 100%;
    text-align: center;
}
.btns .btn{
    padding: 15px 66px;
    display: inline-block;
    color:#fff;
    font-size: 24px;
    border-radius: 5px;
}
.default-btn{
    border: 1px solid #eee;
}
.banner .btns .btn.colours-btn{
    padding: 17px 68px;
    margin-left: 30px;
}


.module-title{
    width: 100%;
    padding:15px 0;
}


/* 议题亮点 */
.highlight-wrap{
    background: url(../images/highlight_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 80px;
}
.highlight-list .item-highlight{
    width: 49%;
    display: flex;
    align-items: center;
    /* align-content: center; */
    /* justify-content: center; */
    /* padding: 0 63px; */
    color:#fff;
    float: left;
    padding: 40px 0;
    border-right: 1px dashed #9481e7;
    height: 86px;
}
.highlight-list .item-highlight:nth-child(even){
    border: 0;
}
.highlight-list .item-highlight .item-highlight-theme{
    text-align: center;
    font-size: 20px;
    padding-left: 60px;
    width: 100px;
}
.highlight-list .item-highlight .item-highlight-theme .item-highlight-theme-image{
    width: 50px;
    margin-bottom:10px
}
.highlight-list .item-highlight .item-highlight-list{
    padding-left: 15px;
    margin-left:15px;
    position: relative;
    flex:1;
}
.highlight-list .item-highlight .item-highlight-list:before{
    content:'';
    width: 1px;
    background: #586dc0;;
    position: absolute;
    top: 7px;
    left: 0;
    bottom: 8px;
}
.highlight-list .item-highlight .item-highlight-list p{
    font-size: 16px;
    color:#afbaff;
    line-height: 30px;
    position: relative;
    padding-left: 10px;
}
.highlight-list .item-highlight .item-highlight-list p:before{
    content:'';
    width: 5px;
    height: 5px;
    background-color: #afbaff;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 12px;left:0;
}


/* 论坛规模 */
.scale-wrap{
    margin-top: 50px;
    margin-bottom:100px;
}
.scale-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.scale-list .item-scale{
    text-align: center;
}
.item-scale img{
    width: 178px;
}
.item-scale .num{
    margin-top: 10px;
    font-size: 34px;
    color:#ffffff;
}
.item-scale .title{
    color:#ffffff;
    font-size: 20px;
}


/* 演讲嘉宾 */
.guest{
    background: url(../images/bg_1.jpg);
    background-size: 100% 100%;
}
.guest .guest-wrap{
    position: relative;
}
.guest .guest-wrap .swiper-button-next, .guest .guest-wrap .swiper-button-prev{
    background: url(../images/arrow.png);
    width: 25px;
    height: 44px;
    background-repeat: no-repeat;
}
.guest .guest-wrap .swiper-button-next{
    right: -36px;
}
.guest .guest-wrap .swiper-button-prev{
    left: -36px;
    transform: rotate(180deg);
}
.guestInfo {
    width: 25%;
    height: 294px;
    position: relative;
    float: left;
}
.guestInfo .figure_info, .guestInfo .speech_theme {
    position: absolute;
    left: 0;
    transition: all 1s;
    top: 0;
}
.guestInfo .figure_info, .guestInfo .speech_theme {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.guestInfo .figure_info {
    transform: perspective(600px) rotateY(0);
    z-index: 9;
}
.guestInfo dl {
    text-align: center;
}
.guestInfo dt {
    display: inline-block;
    height: 130px;
    overflow: hidden;
    margin-bottom: 14px;
    margin-top: 24px;
}
.figure_info dt {
    position: relative;
    overflow: inherit;
}
.guestInfo dt img {
    width: 100%;
}
.guestInfo dt div {
    width: 160px;
    overflow-y: hidden;
    margin: 0 auto;
    height:160px;
    border-radius: 50%;
}
.guestInfo  .figure_info dt img {
	width: 100%;
}
.guestInfo dd {
    color: #333;
}
.guestInfo{
	padding-top:40px;
}
.guestInfo dd .name{
    color: #fff;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 700;
}
.guestInfo dd .title{
        margin-top: 8px;
    font-size: 14px;
    color:#a4f8fa;
}
.guestInfo dd .info {
    font-size: 14px;
    color:#b3b8ce
}
.speech_theme{
	background: #fff;
	border-radius: 9px;
    box-shadow: 0px 2px 3px 4px #cdd1d5
}
.speech_theme dd{
	text-align: left;
    height: 280px;
    overflow: auto;
}
.speech_theme .content{
	margin-top: 18px;
	  line-height: 32px;
	  text-align: justify;
}
.guestInfo .figure_info,
.guestInfo .speech_theme {
    position: absolute;
    left: 0;
    transition: all 1s;
    top: 0
}
.guestInfo .figure_info {
    transform: perspective(600px) rotateY(0);
    z-index: 9
}
.guestInfo .speech_theme {
    transform: perspective(600px) rotateY(180deg);
    opacity: 0;
    z-index: 999;
}
/* .guestInfo:hover .figure_info {
    transform: perspective(600px) rotateY(-180deg);
    opacity: 0
}
.guestInfo:hover .speech_theme {
    transform: perspective(600px) rotateY(0);
    opacity: 1
} */
.speech_theme .title{
	font-weight: 700;
}
.speakers-en .title {
    text-align: left;
    margin-top: 8px;
}
.speakers-en .content{
    text-align: left;
        margin-top: 16px;
    line-height: 24px;
}
.speech_theme dd p{
        font-size: 14px;
    line-height: 28px;
}


/* look-back */
.look-back{
    background: url(../images/bg_2.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 80px;
}
.look-back .item-look-back {
    position: relative;
    box-sizing: border-box;
}
.look-back .item-look-back img {
    width: 100%;
    height: 100%;
    border-top: 1px;
}
.look-back .item-look-back.swiper-slide:nth-child(even) {
    margin-left: -10px !important;
}   
.look-back .swiper-button-prev {
    background: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/button_L.png") no-repeat;
    width: 80px !important;
    height: 50px !important;
    left: 120px !important;
}
.look-back .swiper-button-next {
    background: url("https://res.variflight.com/carnoc/hz/2019QSLT/img/button_R.png") no-repeat;
    width: 80px !important;
    height: 50px !important;
    right: 40px !important;
}


/* testimounials */
.testimounials{
    background: url(../images/bg_3.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 50px 0;
}
.testimounials-wrap{
    margin-top:50px
}
.testimounials .swiper-slide{
    text-align: center;
}
.testimounials .swiper-slide img{
    max-width: 100%;
}
.testimounials .testimounials-wrap .swiper-button-next, .testimounials .testimounials-wrap .swiper-button-prev{
    background: url(../images/arrow.png);
    width: 25px;
    height: 44px;
    background-repeat: no-repeat;
}
.testimounials .testimounials-wrap .swiper-button-prev{
    transform: rotate(180deg);
}



/* past-partners */
.past-partners{
    background: url(../images/bg_4.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 50px;
}


/* sponsors */
.sponsors{
    background: url(../images/bg_5.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 50px;
}


/* venue */
.venue{
    background: url(../images/bg_6.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 50px;
}
.venue .venue-wrap{
    display: flex;
    margin-top:30px;
}
.venue .venue-basic-info .name{
    color:#ffffff;
    font-weight:400;
    font-size: 28px;
}
.venue .venue-basic-info .intro{
    color: #daeafe;
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px;
    text-align: justify;
}
.venue .venue-basic-info .venue-basic-info-tags{
    border-top: 1px solid #5d50ce;
    margin-top: 10px;
    padding-top: 10px;
}
.venue .venue-basic-info .venue-basic-info-tags p{
    color:#fff;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
}
.venue .venue-basic-info .venue-basic-info-tags p::before{
    content:'';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: 0;
}
.venue .venue-basic-info .venue-basic-info-tags .date::before{
    background: url(../../images/icon_date.png) no-repeat;
    background-size: 100% 100%;
}
.venue .venue-basic-info .venue-basic-info-tags .tel::before{
    background: url(../../images/icon_tel.png) no-repeat;
    background-size: 100% 100%;
}
.venue .venue-basic-info .venue-basic-info-tags .addr::before{
    background: url(../../images/icon_map.png) no-repeat;
    background-size: 100% 100%;
}
.venue .venue-map{
    margin-left: 90px;
}
.venue .venue-map img{
    width: 528px;
    border: 8px solid #637ee7;
    border-radius: 5px;
}


/* .join-us */
.join-us{
    background-color: #2d1eb2;;
    padding: 50px 0;
}
.join-us .join-us-wrap{
    display: flex;
    align-items: center;
}
.join-us .join-us-wrap .join-us-picture{
    margin-right: 84px;
}
.join-us .join-us-wrap .join-us-picture img{ 
    width: 520px;
}
.join-us .join-us-wrap .join-us-info{
    flex:1
}
.join-us .join-us-wrap .join-us-info .name{
    font-size: 42px;
    color: #ffffff;
    padding-bottom: 21px;
    margin-bottom: 21px;
    border-bottom: 1px solid #fff;
}
.join-us .join-us-wrap .join-us-info .intro p{
    font-size: 16px;;
    color:#fff;
    line-height: 30px;
    margin-bottom: 35px;
}
.join-us  .btns .btn{
    padding: 12px 60px;
}
.join-us  .btns .btn.default-btn{
margin-right: 15px;
}



/* contact-us */
.contact-us{
    background: url(../images/bg_8.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 50px;
}
.contact-us-wrap{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.contact-us-wrap .item-contact-us{
    display: flex;
    align-items: center;
}
.contact-us-wrap .item-contact-us img{
    width: 65px;
    display: block;
    margin-right: 20px;
}
.contact-us-wrap .item-contact-us .item-contact-us-info span{
    font-size: 16px;
    color:#b9bdcd;
}
.contact-us-wrap .item-contact-us .item-contact-us-info p{
    font-size: 20px;
    margin-top: 5px;
    color:#ffffff;
}
.contact-us-wrap .item-contact-us .item-contact-us-info p a{
    
    color:#ffffff;
}




.page-story .header,  .page-agenda .header{
    box-shadow: 0px 9px 9px 0px rgba(31,22,112, 0.18);
}
.page-story .main, .page-agenda .main{
    min-width: 980px;
    width: 1200px;
    margin: 130px auto;
    background-color: #fff;
    overflow: hidden;
    padding: 0 20px;
}
.page-story .main .title,  .page-agenda .main .title{
    width: 100%;
    font-size: 30px;
    color: #000;
    padding: 30px 20px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}
.page-story .main .content p{
    width: 100%;
    font-size: 18px;
    padding: 20px;
    line-height: 26px;
    text-align: justify;
    box-sizing: border-box;
}
.page-story .main .content p img{
    width: 100%;
    display: block;
}


/* .page-agenda  */
.page-agenda .main .tabs{
    width: 100%;
    font-size: 18px;
    padding: 20px;
    line-height: 26px;
    text-align: justify;
    box-sizing: border-box;
}
.page-agenda .main .tabs .item-tab{
    width: 48%;
    height: 55px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    background-color: #ebebeb;
    margin-right: 15px;
    color: #000;
    cursor: pointer;
}
.page-agenda .main .tabs .item-tab a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333;
    border-radius: 5px;
}
.page-agenda .main .tabs .item-tab.active{
    background-color: #127cd6;
    color: #fff;
}
.page-agenda .main .agenda-wrap{
    /* width: 100%;
    font-size: 18px;
    padding: 20px;
    line-height: 26px;
    text-align: justify;
    box-sizing: border-box; */
    
    text-align: left;
    width: 64%;
    margin: 0 auto;
    display: block;
    background-color: #fff;
    padding-bottom:50px;
    min-height: 500px;
}
.page-agenda .main .agenda-wrap .agenda-list {
    text-decoration: none;
    margin-left: 150px;
    background: url(https://res.variflight.com/carnoc/hz/2019QSLT/img/page/bg-step-v1.png) repeat-y;
}
.page-agenda .main .agenda-wrap .agenda-list li {
    padding-left: 50px;
    background: url(https://res.variflight.com/carnoc/hz/2019QSLT/img/page/bg-step-n1.png) no-repeat;
    background-position: left top;
    min-height: 60px;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    margin: 10px 0;
}
.page-agenda .main .agenda-wrap .agenda-list .timer {
    position: absolute;
    left: -90px;
    top: 0px;
    font-size: 16px;
}
.page-agenda .main .agenda-wrap .agenda-list .tl {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.item-agenda-guest-list{
    /* padding-top: 20px; */
    padding-bottom: 50px;
    line-height: 40px;
}
.item-agenda-guest{
    padding-top: 20px;
}
.item-agenda-guest-picture{
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.item-agenda-guest-picture img{
    width: 100%;
    text-align: center;
}
.item-agenda-guest-info{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.item-agenda-guest-name{
    font-weight: bold;
    line-height: 30px;;
}
.item-agenda-guest-desc{
        line-height: 30px;
}