.ykbdBanner .swiper-slide img{
	/*border-bottom: .06rem solid #ffd200;*/
}

/* 箭头样式 */
.ykbdBanner .swiper-button-next, .ykbdBanner .swiper-button-prev{
	width: .4rem;
	height: .7rem;
	background: #9b9b9b;
}

.ykbdBanner .swiper-button-next:after, .ykbdBanner .swiper-button-prev:after{
	font-size: .38rem;
	color: #017234;
}

.ykbdBanner .swiper-button-prev, .ykbdBanner .swiper-rtl .swiper-button-next{
	left: 0px;
	border-radius: 0 .1rem .1rem 0;
}
.ykbdBanner .swiper-button-next, .ykbdBanner .swiper-rtl .swiper-button-prev{
	right: 0px;
	border-radius: .1rem 0 0 .1rem;
}

/* 九大美院 */
.schoolTitleBox{
	width: calc(100% - .4rem);
	display: flex;
	flex-direction: row;
	/*align-items: center;*/
	/*justify-content: space-between;*/
	/*height: 1.2rem;*/
	overflow: hidden;
	background: #E5E5E5;
	padding-top: .3rem;
	padding-bottom: .3rem;
	padding-left: .2rem;
	padding-right: .2rem;
}
.schoolTitleBox div.item{
	flex: 1;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.schoolTitleBox div.line{
	width: .04rem;
	height: 100%;
	background: #E5E5E5;
}

.schoolTitleBox div.item a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.schoolTitleBox .item:first-child{
	border-radius: .1rem 0 0 .1rem;
}
.schoolTitleBox .item:last-child{
	border-radius: 0 .1rem .1rem 0;
}
.schoolTitleBox .item img{
	width: .5rem;
	height: .5rem;
}
.schoolTitleBox .item p{
	font-size: .25rem;
	color: #333;
	margin-top: .1rem;
}

.schoolTitleBox .item.hover{
	background: #017234;
	border-color: #017234;
}

.schoolTitleBox .item.hover p{
	color: #ffffff;
}

/* 艺考流程 */
.yklcBox{
	overflow: hidden;
	border-radius: .1rem;
	border: .02rem solid #eaeaea;
	background: #f9f9f9;
}

/* 院校 */
.list-globalTitleBox .item{
	border: 0px;
	margin: 0px .02rem;
	background: #fff;
	border-radius: .1rem !important;
}

/* 所独立设置本科艺术院校名单 */
.schoolList{
	background: #fff;
	border-radius: .1rem;
	overflow: hidden;
}
.schoolList h2{
	width:100%;
	height: .7rem;
	line-height: .7rem;
	font-size: .28rem;
	font-family: "SourceHanSansCN-Medium";
	background: #808080;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.schoolList ul, .schoolList p{
	width: calc(100% - .48rem);
	padding: .3rem .24rem .2rem .24rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
}

.schoolList ul li{
	width: 2.13rem;
	height: .4rem;
	margin-right: .2rem;
	background: #e5e5e5;
	line-height: .4rem;
	text-align: center;
	margin-bottom: 0px;
	border-radius: .1rem;
}

.schoolList ul li a{
	font-size: .24rem;
	color: #333333;
	font-family: "SourceHanSansCN-Medium";
}

.schoolList ul li.disable{
	background: #e5e5e5;

}

.schoolList ul li.disable a{
	color: #9b9b9b;
}
.schoolList ul li:nth-child(3n){
	margin-right: 0px;
}
.schoolList ul li:nth-last-child(n+4){
	margin-bottom: .25rem;
}

.schoolList p{
	color: #333333;
	font-size: .2rem;
	padding-top: 0 ;
	padding-bottom: .3rem ;
}

/* 高分卷 */
.higScoreBox{
	display: flex;
	justify-content: flex-start;
}
.higScoreBox .item{
	width: 2.26rem;
	position: relative;
	margin-right: 0.22rem;
	overflow: hidden;
	border-radius: 0.1rem;
	background: #fff;
	border: .02rem solid #cccbc8;
}
.higScoreBox .item img{
	border-bottom: .06rem solid #ffd200;
}
.higScoreBox .item:last-child{
	margin-right: 0px;
}
.higScoreBox .item p{
	width: calc(100% - .3rem);
	margin: 0px auto;
	color: #333333;
	font-size: .25rem;
	line-height: .32rem;
	padding-top: .05rem;
	padding-bottom: 0;
	margin-bottom: .05rem;
}


/* 联考/校考成绩 */
.achTitleBox{
	height: .6rem;
	display: flex;
	justify-content: space-between;
	border-radius: .1rem;
	overflow: hidden;
}
.achTitleBox .item{
	width: 50%;
	line-height: .6rem;
	text-align: center;
	background: #fff;
	font-size: .28rem;
	font-family: "SourceHanSansCN-Medium";
	color: #909090;
	
}
.achTitleBox .item.hover{
	background: #ffd200;
	color: #333;
}
.achContBox{
	background: #fff;
	border-radius: .1rem;
}
.achContBox ul{
	width: calc(100% - .4rem);
	margin: 0 auto;
	padding: .32rem 0px;
}
.achContBox ul.hide{
	display: none;
}
.achContBox ul li a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: .62rem;
}
.achContBox ul li a::before{
	content: "•";
	color: #333333;
	margin-right: .2rem;
}

.achContBox ul li a span{
	font-size: .28rem;
	color: #333333;
	width: 70%;
	display: block;
	margin-right:auto;
}

.achContBox ul li a span.date{
	color: #666666;
	font-family: "DINPro-Regular";
	width: auto;
	margin-right: 0px;
}

.artRank ul li{
	margin-bottom: .3rem;
	border-radius: .1rem;
	overflow: hidden;
}
.artRank ul li:last-child{
	margin-bottom: .1rem;
}
.artRank ul li img{
	width: 100%;
}

/*尾部置顶菜单*/
.m-foot-link {
	height: 1rem;
	display: flex;
	align-items: center;
	background-color: #267737;
	position: fixed;
	z-index: 999;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.m-foot-link .item {
	width: 33.333%;
	text-align: center;
	font-size: .28rem;
	color: #fff;
	border-right: 1px solid #eee;
	position: relative;
	font-weight: bold;
}
.m-foot-link .item:last-child {
	border: 0;
}
.m-foot-link .item .badge {
	position: absolute;
	width: .2rem;
	height: .2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #E60113;
	color: #fff;
	text-align: center;
	line-height: .2rem;
	font-size: .2rem;
	top: -.08rem;
	left: calc(50% + .52rem);
	font-weight: bold;
}


/*头部导航*/
.m-header {
	width: 100%;
	height: 1rem;
	background-color: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
	z-index: 999;
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
	right: 0px;
}
.m-header .menu {
	display: inline-block;
	padding: 0 0.3rem;
	height: 100%;
	line-height: 1rem;
	position: absolute;
	left: 0;
	top: 0;
}
.m-header .menu i {
	/*font-size: 18px;*/
	color: rgba(51, 51, 51, 0.6);
	font-size: 2em;
	line-height: 1rem;
}
.m-header .menu i.open {
	display: block;
}
.m-header .menu i.close {
	display: none;
}
.m-header .menu.active i.open {
	display: none;
}
.m-header .menu.active i.close {
	display: block;
}
.m-header .logo {
	display: flex;
	align-items: center;
}
.m-header .logo img {
	width: auto;
	height: .7rem;
}
.m-header .logo span {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: 'syhtB';
	display: none;
}
.m-header .tel {
	padding: 0 0.3rem;
	height: 100%;
	line-height: 1rem;
	position: absolute;
	right: 0;
	top: .1rem;
}

.m-header .tel .icon {
	display: inline-block;
	width: 0.3rem;
	height: 0.3rem;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

/*悬浮菜单效果*/
.floatMenu_bj{
	width: 100%;
	height: 0%;
	position: fixed;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
	left: 0px;
	right: 0px;
	top: 1rem;
	transition: all 500ms;
	overflow: hidden;
}
.floatMenu_bj.floatMenu_bjShow{
	height: 100%;
}
.floatMenu_bj .floatMenu{
	width: 2.5rem;
	position: relative;
}
.floatMenu .item{
	line-height: .8rem;
	height: .8rem;
}