/* 设置页面头部标题部分 */
.top-bar img{
    max-width: 100%;
}

/* 统一设置页面主体相同部分 */
.main .main-body{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top: 160px;
    color: #6e0dae;
}
/* 统一设置标题 */
.main .main-body .title{
    position: relative;
    margin-bottom: 50px;
}
.main .main-body .title img{
    width: 140px;
    height: 80px;
    /* background-color: whitesmoke; */
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    margin-top: -30px;
    z-index: -1;
}
.main .main-body .title .title-content{
    font-size: 84px;
    font-weight: bold;
    font-family:'宋体' ;
    color: #6e0dae;
    text-align: center;
    background: url('/img/img-01.png') center no-repeat;
    width: auto;
}

/* 分别设置页面主体各部分 */

/* 01 */
.main .introduction .text-box{
    width: 1200px;
    /* background: url('/img/bg-03.png') no-repeat; */
    /* background-position: 0 10px; */
    background-color: #f6f3f7;
    margin-bottom: 50px;
}
.main .introduction .text-box .text span{
    color: #36136e;
}
.main .introduction .text{
    width: 1150px;
    height: 100%;
    border: 3px whitesmoke solid;
    color: #333;
    padding: 30px 15px;
    font-size: 42px;
    line-height: 64px;
    letter-spacing: 5px;
    text-indent: 2em;
    /* 设置边框渐变 */
    background-color: transparent;
    border:3px transparent solid;
    border-image:linear-gradient(to right,#d12d9c,#5ea2ef) 1 10;
}

/* 设置论坛简介模块照片 */
.main .introduction .photo{
    width: 1190px;
    height: 470px;
    margin: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.main .introduction .photo img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

.main .introduction .photo .photo-c{
    width: 273px;
    height: 470px;
}
.main .introduction .photo .photo-l,
.main .introduction .photo .photo-r{
    width: 446px;
    height: 470px;
}

.main .introduction .photo .photo-l .photo-l-up{
    width: 100%;
    height: 163px;
}
.main .introduction .photo .photo-r .photo-r-up{
    width: 100%;
    height: 222px;
}
.main .introduction .photo .photo-l .photo-l-up .l-left,
.main .introduction .photo .photo-r .photo-r-up .r-left{
    float: left;
}
.main .introduction .photo .photo-l .photo-l-up .l-right,
.main .introduction .photo .photo-r .photo-r-up .r-right{
    float: right;
}

.main .introduction .photo .photo-l .photo-l-down,
.main .introduction .photo .photo-c .photo-c-down,
.main .introduction .photo .photo-r .photo-r-down{
    margin-top: 15px;
}


/* 02 */
.main .agenda .promot{
    text-align: center;
    font-size: 48px;
    margin: 26px 0;
}
.main .agenda .schedule li{
    display: flex;
    flex-wrap: nowrap;
    background-color: #f6f3f7;
}
.main .agenda .schedule li .schedule-l{
    width: 320px;
    font-size: 72px;
    padding: 33px 0;
    text-align: center;
}
.main .agenda .schedule li .schedule-r{
    font-size: 48px;
    font-weight: bold;
    padding: 60px 0;
}
.main .agenda .schedule .list{
    background-color: #e6dfea;

}
.main .agenda .schedule .list .schedule-r{
    font-weight: normal;
    line-height: 84px;
}
.main .agenda .schedule .list .schedule-r p {
    margin: 10px auto;
}
/* 03 */
.main .organizers .list{
    background-color: #f7f7f9;
    color: #24094f;
}
.main .organizers .list img{
    width: 400px;
}
.main .organizers .organizers-content{
    font-size: 42px;
    line-height: 64px;
    padding: 50px 30px;
}
/* 04 */
.main .swiper-wrapper{
    margin-bottom: 100px;
}

.main .swiper-wrapper .swiper-slide{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}
.main .swiper-wrapper .swiper-slide img{
    width: 400px;
}
.main .swiper-wrapper .swiper-slide p{
    line-height: 24px;
}
.main .swiper-wrapper .swiper-slide a{
    color: #333;
}
.main .swiper-wrapper .swiper-slide a:hover{
    color: #6e0dae;
}
.main .previous .swiper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}
.main .previous .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1.3);
}

.main .previous .contact{
    margin: 200px auto;
    text-align: center;
    font-size: 36px;
    line-height: 48px;
}
.main .previous .contact p{
    margin: 40px 0;
    color: #47265e;
}
.main .previous .contact .contact-title{
    font-size: 56px;
    font-weight: bold;
}

/* 设置页面底部 */

footer{
    background: #333;
    width: 100%;
    padding: 40px 0;
}
footer .footbar{
    width: 1010px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    padding: 0 100px;
    display: flex;
    flex-wrap: nowrap;
}

footer .footbar .f-left{
    text-align: center;
    padding-top: 70px;
}

footer .footbar .f-center{
    padding: 20px 20px;
    font-size: 14px;
    line-height: 24px;
}  
footer .footbar .f-center a{
    color: #fff;
}
footer .footbar .f-right{
    margin-top: 50px;
}