#yc-mod-slider .wrapper {width:100%;margin:0 auto;}
.box_skitter { position: relative; background: none;}
    .box_skitter ul { display: none;}
    .box_skitter .container_skitter { overflow: hidden; position:relative;}
    .box_skitter .image { overflow: hidden;}
        .box_skitter .image img { display: none;}
    .box_skitter .box_clone { position: absolute; top: 0; left: 0; width: 100px; overflow: hidden; display: none; z-index: 20;}
        .box_skitter .box_clone img { position: absolute; top: 0; left: 0; z-index: 20;}
    .box_skitter .prev_button { position: absolute; top: 50%; right: 10px; z-index: 100; width: 57px; height: 62px; overflow: hidden; text-indent: -9999em; margin-top: -25px; background:   no-repeat left top !important;}
    .box_skitter .next_button { position: absolute; top: 50%; left: 10px; z-index: 100; width: 57px; height: 62px; overflow: hidden; text-indent: -9999em; margin-top: -25px; background:  no-repeat left top !important;}
    .box_skitter .label_skitter { z-index: 150; position: absolute; display: none;}
.loading { position: absolute; top: 50%; right: 50%; z-index: 10000; margin: -16px -16px; color: #fff; text-indent: -9999em; overflow: hidden; background:   no-repeat left top; width: 31px; height: 31px;}
#slideshow { width: 100%; height: 37px; font-family:"Lucida Sans Unicode","Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
#slideshow img { vertical-align: top;}
#slideshow ul { display: none;}
#slideshow .slide-month { width: 100%; height: 37px; line-height: 37px; position: absolute; left: 0; bottom:0; z-index: 998; background: none; color: #fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
opacity: 0.9;}
.slide-month .month-nav { display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; color: #fff; font-family: '\u5b8b\u4f53'; font-weight: bold; font-size: 16px; position: absolute; top: 50%; margin-top: -17px; cursor: pointer;}
.slide-month .month-nav:hover { background: #333;}
#prev-month { left: 0;}
#next-month { right: 0;}
.month-text { display: inline-block;  float: left; margin:0 10px 0 0; padding: 0 28px; height: 100%; color: #fff; font-size: 16px; background: #940818;}
#cur-month { font-size: 16px;  color: #fff;}
#cur-year { display: none;}
.month-days { height: 100%; overflow: hidden;}
.month-days a { display: inline-block; font-size: 16px; width: 3.2%; line-height: 37px; text-align: center; color: rgba(255,255,255,0.6); cursor: text; float:left;}
.month-days a.has-event { color: #fff; cursor: pointer;}
.month-days a.has-event:hover { background: #707070;}
.month-days a.cur-event { color: #ffc600; cursor: pointer;}


@media screen and (max-width:1024px) {
	.month-days a{
		font-size: 14px;
	}
	.month-text, #cur-month{
		font-size: 14px;
	}
	.month-text{
		padding: 0 15px;
	}
}
@media screen and (max-width:768px) {
	.section1{
		display: none;
	}
}
