/*fullscreen*/
.full-bg:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(73,73,73,.4);
	z-index: 2;
}
.full-bg>*{
	position: relative;
	z-index: 5;
}
.full-page{
	overflow: hidden;
}
.full-page .swiper-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.menuTop{
	position: absolute;
	top: 15px;
	left: 10px;
	right: 10px;
	z-index: 999;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.menuTop .logo img{
	margin-right: 10px;
	height: 48px;
}
.btn-change a{
	display: inline-block;
	font-size: 16px;
	text-align: center;
	padding: 5px 12px;
	background-color: rgba(198,0,57,.85);
	color: #fff;
	border-radius: 16px;
	line-height: 1;
	margin-left: 10px;
	min-width: 46px;
	text-align: center;
}


.full-dba .menuTop{
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 3;
}
.full-dba .menuTop .logo-dba{
	height: 60px;
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}
.full-dba .menuTop .logo-dba img{
	max-height: 60px;
}

.full-dba .dba-text{
	position: absolute;
	top: 90px;
	left: 10px;
	right: 10px;
	bottom: 191px;
	z-index: 2;
}
.full-dba .absolute{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}

.ibba-text{
	position: absolute;
	top: 10px;
	right: 0px;
	left: 0;
	z-index: 2;
}




.menuGrid{
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 999;
	text-align: center;
	color: #4a4a4a;
}
.menuGrid .item{
	background: rgba(255,255,255,.85);
	padding: 10px;
}
.menuGrid .item a{
	display: block;
}
.menuGrid .iconfont{
	color: #C60039;
	font-size: 26px;
	margin-bottom: 5px;
	display: inline-block;
}

.menuGrid .border-l{
	border-left: 1px solid rgba(0,0,0,.1)
}
.menuGrid .border-b{
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.program_nav.menuGrid .item{
	opacity: .95;
}
.program_nav.menuGrid .item.bg_red{
	background-color: rgba(198,0,57,.75)!important;
}
.program_nav.menuGrid .item.bg_yellow{
	background-color: rgba(230,168,61,.95)!important;
}
.program_nav.menuGrid .item.bg_blue{
	background-color: rgba(101,174,159,.95)!important;
}
.program_nav.menuGrid .item.bg_pink{
	background-color: rgba(233,99,99,.75)!important;
}
.program_nav.menuGrid a,
.program_nav.menuGrid .iconfont{
	color: #eee;
}
.program_nav.menuGrid .flex-item{
	opacity: .95;
	margin: 0.625%;
	width: auto;
	display: block;
    padding: 10px;
    border-radius: 2px;
    width: 32.5%;
}
.program_nav.menuGrid .aui-flex-col .flex-item:first-child{
	margin-left: 0;
}
.program_nav.menuGrid .aui-flex-col .flex-item:last-child{
	margin-right: 0;
}
.program_nav.menuGrid .aui-flex-col{
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}


.mba-text{
	position: absolute;
	z-index: 999;
	top: 12rem;
	left: 10px;
	font-size: 20px;
}
.mba-text .big{
	font-size: 28px;
}
.mba-text img{
	position: relative;
	/*left: 2px;*/
	top: -10px;
}


/*fullscreen end*/

/*top-bar*/
.top-bar{
	height: 50px;
	line-height: 51px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	display: flex;
	width: 100%;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.top-bar .pull-left,.top-bar .pull-right{
	padding: 0 15px;
    z-index: 2;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    flex: 1;
}
.top-bar .pull-left a,.top-bar .pull-right a{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: rgba(0,0,0,.3);
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	cursor: default;
}
.top-bar .pull-left{
    text-align: left;
}
.top-bar .pull-right {
    text-align: right;
}
.top-bar .iconfont{
    font-size: 14px;
}
.top-bar .pull-right .iconfont{
	font-size: 16px;
}
/*.top-bar.bg{
	background: #f2f2f2;
	border-bottom: 1px solid #e4e4e4;
}*/

/*navigation-bar*/
.navigation-bar{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid #e4e4e4;
	background: #fff;
	padding: 3px 0;
	color: #888;
	font-size: 12px;
	z-index: 99;
}
.navigation-bar .swiper-slide{
	text-align: center;
}
.navigation-bar .iconfont{
	font-size: 22px;
}
.navigation-bar a{
	color: #999;
	display: block;
	padding: 0 2px;
}
.navigation-bar .slide-active a{
	color: #C60039;
}
.navigation-bar.program_nav a{
	color: #eee;
}
.program_nav_red{
	background: #C60039 !important;
	border-top: #A00531;
}


/*fixed-block*/
.fixed-block{
	position: fixed;
	bottom: 80px;
	right: 5px;
	z-index: 99;
}
.fixed-block .contact{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	background: rgba(74,74,74,.85);
	color: #fff;
	font-size: 24px;
	text-align: center;

}
/*banner*/
.banner .swiper-container {
	width: 100%;
	height: 100%;
}
.banner .swiper-slide{
	max-height: 240px;
	overflow: hidden;
}
.banner .swiper-container img{
	width: 100%;
}

.banner .swiper-pagination{
	text-align: right;
	padding-right: 15px;
}
.banner .swiper-pagination-bullet {
    width: 14px;
    height: 5px;
    border-radius: 0;
    background: #eee;
    opacity: .5;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #C60039;
}
.banner .banner-text{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
}
.banner .banner-text h2{
	color: #fff;
	font-size: 24px;
	padding-bottom: 10px;
	position: relative;
}
.banner .banner-text h2:after{
	content: "";
	position: absolute;
	bottom: 0px;
	width: 50px;
	height: 4px;
	background: #C60039;
	left: 50%;
	margin-left: -25px;
}


/*about-page*/
.about-page{
	padding: 5px;
}
.about-page .item{
	padding: 25px 15px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.about-page .item .iconfont{
	font-size: 24px;
	padding-right: 10px;
}

.about_list {
	font-size: 16px;
}
.about_list .iconfont{
	font-size: 22px;
	margin-bottom: 5px;
}

/*inner style*/
.page-content{
    font-size: 14px;
	color: #555;
    line-height: 180%;
}
.page-content.has-navigationBar{
	padding-bottom: 55px;
	position: relative;
}
.padding-text{
	padding-left: 15px;
	padding-right: 15px;
}
.page-content .title{
	color: #4a4a4a;
}
.page-content p {
    margin: 12px 0;
}
.page-content a{
	color: #C60039;
}


.page-content ul li:before{
	background: #C60039;
}
.page-content ol li:before{
	color: #C60039;
}
.page-content .padding-text>*:first-child{
	margin-top: 0;
}
.page-content .padding-text>*:last-child{
	margin-bottom: 0;
}
.page-content h2,
.page-content h3{
	font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 1.5;
}
.page-content h2{
	border-bottom: 1px dashed #e0e0e0;
}
.page-content h3:after {
	content: "";
    background: #C60039;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 4px;
}

.page-content h4{
	font-size: 18px;
    color: #4a4a4a;
	margin: 20px 0 12px;
	font-weight: 700;
}

/*table*/
table{
	width: 100%;
	table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
}
table td,table th{
    border: 1px solid #e0e0e0;
    padding: 10px 3px;
}
tr:nth-child(odd) td {
    background: #f7f7f7;
}

.full-table td{
	padding: 10px 15px;
    vertical-align: top;
}
.full-table tr:nth-child(odd) td{
	background: none;
}
.full-table tr>td:first-child{
	border-left: 0;
}
.full-table tr>td:last-child{
	border-right: 0;
}

.full-table p{
	color: #888;
}


/*post-list*/
.post-category{
	height: 50px;
	line-height: 50px;
	list-style: none;
	background: #efefef;
	border-bottom: 1px solid #d0d0d0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
}

.post-category .swiper-container{
	width: 100%;
}
.post-category .swiper-slide {
	width: auto!important;
	padding: 0 10px;
	position: relative;
}
.post-category .swiper-slide span{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #888;
	text-align: center;
}
.post-category .slide-active:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #C60039;
}
.post-category .slide-active a{
	color: #C60039;
}
.post-category .bar{
	width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px;
}
.post-category .bar .color {
    width: 100%;
    margin: 0 auto;
    height: 3px;
    background: #C60039;
    margin: 0 auto;
}

.post-container{
	margin-top: 50px;
}
.post-container .swiper-container-autoheight,.post-container .swiper-container-autoheight .swiper-slide{
	min-height: calc(100vh - 50px)
}
.post-container .post{
	display: none;
}
.post-container .post.active{
	display: block;
}
.post-container .panel{
	border-top-width: 15px;
}
.post-container .panel:first-child{
	border-top-width: 0;
}
.post-item{
	padding: 15px 15px 10px;
}
.post-item .post-title{
	color: #555;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.post-item .post-date-view{
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.post-item .post-date,.post-item .post-view{
	align-items: center;
	justify-content: center;
}
.post-item .post-date-view .iconfont{
	margin-right: 3px;
	vertical-align: middle;
}
.post-item .post-view .iconfont{
	font-size: 20px;
}

/*post-detail*/
.post-detail-title{
	margin-bottom: 20px;
	border-bottom: 1px dashed #d0d0d0;
	padding-bottom: 10px;
	position: relative;
}
.post-detail-title:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 5px;
	background: #C60039;
	width: 50px;
}
.post-detail-title .post-title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}
.post-detail-title .post-author-date{
	font-size: 14px;
	color: #999;
}
.post-detail-title .post-author-date span{
	margin-right: 15px;
}


/*programmes*/
.programmes{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 30px;
	/*top: 240px;*/
	z-index: 99;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
}
.programmes .flex-item{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
}
.programmes .programme{
	padding: 40px 10px;
	margin: 4px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
	height: 50%;
	border-radius: 5px;
}
.programmes .programme.bg_red{
	background-color: rgba(198,0,57,.8)!important;
}
.programmes .programme.bg_yellow{
	background-color: rgba(230,168,61,.8)!important;
}
.programmes .programme.bg_blue{
	background-color: rgba(101,174,159,.8)!important;
}
.programmes .programme.bg_pink{
	background-color: rgba(233,99,99,.8)!important;
}
/*.programmes .flex-item:first-child .programme:first-child{
	height: 40%;
}
.programmes .flex-item:first-child .programme:last-child{
	height: 60%;
}
.programmes .flex-item:last-child .programme:first-child{
	height: 60%
}
.programmes .flex-item:last-child .programme:last-child{
	height: 40%
}*/
.programmes .programme .program-icon{
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.programmes .flex-item:last-child .programme:first-child .program-title{
	height: 44px;
}
.programmes .programme .program-title{
	font-size: 16px;
	line-height: 140%;
}
.programmes .programme .iconfont{
	font-size: 36px;
}
.programmes .programme a{
	color: #fff;
}
.programmes .programme-item a{
	display: block;
	padding: 10px;
	background: rgba(198,0,57,.75);;
	border-radius: 5px;
	height: 98px;
	text-align: center;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #fff;
}

.programmes .programme-item .iconfont{
	font-size: 24px;
	padding-right: 5px;
}



.program-informations .informations{
	padding: 12px 0;
	display: flex;
	flex-direction: row;
	/*align-items: center;*/
	border-bottom: 1px solid #eaeaea;
}
.program-informations .informations:last-child{
	border-bottom: 0;
}
.program-informations .informations-title{
	font-size: 16px;
	color: #C60039;
	margin-right: 10px;
	width: 54px;
}
.program-informations .informations-text{
	flex: 1;
}

/*折叠面板*/
.slide-door{
    border-bottom: 20px solid #efefef;
    padding: 15px;
    position: relative;
    margin-left: -15px;
	margin-right: -15px;
}
.slide-door .accordion-title{
    color: inherit;
    margin: 0;
    position: relative;
    font-weight: normal;
}
.slide-door .accordion-title .title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}
.slide-door .accordion-content{
    display: none;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
}
.slide-box .slide-door .accordion-title{
    border-left: 0;
}
.slide-door .accordion-toggle{
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin: -35px;
	width: 70px;
	border: 1px solid #e0e0e0;
	background: #fff;
	text-align: center;
}



/*主题theme*/
.theme_blue .page-content a,
.theme_blue .program-informations .informations-title,
.theme_blue .navigation-bar .slide-active a,
.theme_blue .page-content ol li:before,
.theme_blue .character-top .character-title,
.theme_blue .article_key-numbers_number,
.theme_blue .artical_key-numbers_label,
.theme_blue fieldset legend{
	color: #65AE9F;
}
.theme_yellow .page-content a,
.theme_yellow .program-informations .informations-title,
.theme_yellow .navigation-bar .slide-active a,
.theme_yellow .page-content ol li:before,
.theme_yellow .character-top .character-title,
.theme_yellow .article_key-numbers_number,
.theme_yellow .artical_key-numbers_label,
.theme_yellow fieldset legend{
	color: #E6A83D;
}
.theme_pink .page-content a,
.theme_pink .program-informations .informations-title,
.theme_pink .navigation-bar .slide-active a,
.theme_pink .page-content ol li:before,
.theme_pink .character-top .character-title,
.theme_pink .article_key-numbers_number,
.theme_pink .artical_key-numbers_label,
.theme_pink fieldset legend{
	color: #E96363;
}

.theme_blue .banner .swiper-pagination-bullet-active,
.theme_blue .page-content h3:after,
.theme_blue .agenda .day_top,
.theme_blue .btn,
.theme_blue .banner .banner-text h2:after{
	background: #65AE9F;
}
.theme_yellow .banner .swiper-pagination-bullet-active,
.theme_yellow .page-content h3:after,
.theme_yellow .agenda .day_top,
.theme_yellow .btn,
.theme_yellow .banner .banner-text h2:after{
	background: #E6A83D;
}
.theme_pink .banner .swiper-pagination-bullet-active,
.theme_pink .page-content h3:after,
.theme_pink .agenda .day_top,
.theme_pink .btn,
.theme_pink .banner .banner-text h2:after{
	background: #E96363;
}
.theme_blue ul li,
.theme_blue .agenda .agenda_view li:after{
    background-image: url(../images/icon-star-blue.png);
}
.theme_yellow ul li,
.theme_yellow .agenda .agenda_view li:after{
    background-image: url(../images/icon-star-yellow.png);
}
.theme_pink ul li,
.theme_pink .agenda .agenda_view li:after{
    background-image: url(../images/icon-star-pink.png);
}

.theme_blue .agenda .day_top:after{
	border-top-color: #65AE9F;
}
.theme_yellow .agenda .day_top:after{
	border-top-color: #E6A83D;
}
.theme_pink .agenda .day_top:after{
	border-top-color: #E96363;
}

.theme_blue .block-contributeur{
	border-color: #65AE9F;
}
.theme_yellow .block-contributeur{
	border-color: #E6A83D;
}
.theme_pink .block-contributeur{
	border-color: #E96363;
}




/*index-new*/
.menuTop-new .logo{
	width: 120px;
	margin: 25px auto;
	margin-bottom: 10px;
}
.menu-new ul{
	padding-left: 0;
}
.menu-new ul,.menu-new ul li{
	list-style: none!important;
}
.menu-new .menu-item{
	text-align: center;
}
.menu-new .menu-item a{
	width: 120px;
	padding: 16px 0;
	padding-left: 28px;
	border-bottom: 1px solid rgba(221,229,248,.85);
	font-size: 16px;
	color: #fff;
	text-align:justify;
   	text-align-last:justify;
    display:block;
	position: relative;
	margin: 0 auto;
}

.menu-new .menu-item a img{
	position: absolute;
	left: 0;
	width: 18px;
	top: 50%;
	margin-top: -9px;
}

.index-new .btn-change{
	text-align: center;
	margin-top: 20px;
}
.index-new .btn-change a{
	border-radius: 10px;
	font-weight: bold;
}

.index-bottom{
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	text-align: center;
}
.index-bottom img{
	height: 22px;
	opacity: .75;
}