/***
*
* 5101 首页内容样式 V fang 1.0.0
* 
* **/

/* --- banner --- */

.banner{
	/*padding-bottom: 20px;*/
	background-color: #fff;
	/*margin-bottom: 40px;*/
}
.banL {
	width: 876px;
}
.banR {
	width: 392px;
}
.swiper-slide {
	height: 168px !important;

}
.swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#swiper-container>.swiper-pagination-bullets{
	height: 16px;
    bottom: 10px;
    left: 50%;
 	width: auto; 
    transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, .5);
    padding: 0 10px;
	border-radius: 20px;
}
#swiper-container>.swiper-pagination-bullets>span {
	position: relative;
	top: -3px;
}
.swiper-pagination-bullets>.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullets>.swiper-pagination-bullet-active{
	background: #ff6633;
}
/* --- 日历 --- */

.calendar{
	padding-bottom: 34px;
	padding-top: 35px;
	width: 100%;
	background-color: #f7f8fa;
}
.rlL {
	width: 945px;
}
.rlMenu {
	width: 100%;
	height: 34px;
}
.rlTitle {
	width: 154px;
	height: 34px;
}
.rlTitle img {
	position: relative;
	left: -5px;
	top: -5px;
}
.rlTitle span {
	font-size: 24px;
	color: #222;
	line-height: 34px;
}
.rlMenu li {
	position: relative;
	float: left;
	width: 78px;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #e5e9ef;
	color: #000000;
	text-align: center;
	cursor: pointer;
}
.rlMenu li.on{
	border-bottom: 1px solid #ff7769;
	color: #ff7769;
}

.rlMenu li.on:after{
    position: absolute;
    left: 37px;
    bottom: 0px;
    content: '';
    width: 0;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 3px solid #ff7769;
}
.rlMenu li:hover{
	color: #ff7769;
	border-bottom: 1px solid #ff7769;
}
.rlMenu li:hover::after{
	position: absolute;
    left: 37px;
    bottom: 0px;
    content: '';
    width: 0;
    height: 0;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 3px solid #ff7769;
}
.rlList{
	margin-top: 15px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.rlBox{
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.rlBox a:hover span {
	color: #c49c52;
	text-decoration: none;
}
.rlBox .imgBox{
	margin-top: 12px;
	height: 160px;
	overflow: hidden;
	position: relative;
	background-color: #fff;

}
.rlBox .imgBox img {
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.rlBot{
	width: 100%;
	height: 112px;
	background-color: #fff;
	margin-bottom: 12px;
	padding: 10px;
	-moz-transition: all .2s ease;       /* Firefox 4 */
    -webkit-transition: all .2s ease;   /* Safari 和 Chrome */
    -o-transition: all .2s ease;       /* Opera */
    transition: all .2s ease;
}
.rlBot>span{
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #333;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rlBot>p{
	display: block;
	width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a8a8a8;
    margin: 5px 0 3px 0;
}
.rlBox:hover{
	background-color: #fff;
	box-shadow: 0 0 10px #bbb;
}
.rlBox:hover .rlBot {
	background-color: #f7f8fa;
}

/* --- 推荐视频 --- */

.spR {
	width: 320px;
	/*padding-left: 18px !important;*/
}
.spTitle{
	width: 100%;
	height: 32px;
}
.spTitle img {
	position: relative;
	top: -5px;
}
.spTitle span {
	font-size: 24px;
	color: #222;
	line-height: 32px;
	margin-left: 5px;
}
.spBox{
	margin-top: 15px;
	
}
.spList{
	position: relative;
	display: block;
	/*margin-bottom: 10px;*/
	width: 100%;
	padding: 12px 12px 0 12px;
}
.spList:hover{
	background-color: #fff;
    box-shadow: 0 0 10px #bbb;
}
.spImg {
	width: 100%;
	height: 146px;
	overflow: hidden;
	position: relative;
}
.spImg img{
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.spBot {
	width: 100%;
	height: 36px;
	padding: 0 10px;
}
.spBot span {
	line-height: 32px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 55%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.spBox a {
	text-decoration: none;
}
.spBox a:hover span {
	color: #c49c52;
	text-decoration: none;
}
.spList .play{
	position: absolute;
	bottom: 12px;
	right: 30px;
}

/* --- 活动 --- */
.active {
	background-color: #fff;
	padding-bottom: 30px;
}
.hdTitle {
	position: relative;
	width: 100%;
	height: 32px;
	margin-top: 30px;
}
.hdTitle img {
	position: relative;
    left: -5px;
    top: -5px;
}
.hdTitle .span1 {
    font-size: 24px;
    color: #222;
    line-height: 32px;
}
.hdTitle .span2 {
	display: inline-block;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -4px;
	left: 8px;
	color: #666;
	padding: 0 5px;
	background-color: #fff;
}
.hdTitle .span2:after, .hdTitle .span2:before {
    border: solid transparent;
    content: ' ';
    height: 0;  
    position: absolute;
    width: 0;
} 
.hdTitle .span2:after {
    border-width: 4px;
    border-right-color: #fff;
    top: 7px;
    left: -8px;
}

.hdTitle .span2:before {
    border-width: 5px;
    border-right-color: #e6e6e6;
    top: 6px;
    left: -10px;
}
.hdTitle .span3{
	color: #ff7769;
}
.hdTitle a {
	position: absolute;
	right: 10px;
	top:7px;
	color: #666;
}
.hdTitle a:hover {
	color: #c49c52;
	text-decoration: none;
}
/*分类列表*/
.hdTab{
	width: 100%;
	height: 80px;
	margin-top: 18px;
}
.hdTab li {
	position: relative;
	float: left;
	width: 200px;
	height: 80px;
	margin-left: 11px;
	-moz-transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.hdTab li:first-child {
	margin-left: 0;
}
.hdTab li.on:after{
    position: absolute;
    left: 95px;
    bottom: -6px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #c49c52;
}
.hdTab li:hover:after{
    position: absolute;
    left: 95px;
    bottom: -6px;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #c49c52;
}
.hdTab li.act1 {
	background-image: url('../img/act1.jpg');
	background-size: 100%;
}
.hdTab li.on.act1{
	background-image: url('../img/act11.jpg');
}
.hdTab li.act1:hover{
	background-image: url('../img/act11.jpg');
}
.hdTab li.act2 {
	background-image: url('../img/act2.jpg');
	background-size: 100%;
}
.hdTab li.on.act2{
	background-image: url('../img/act22.jpg');
}
.hdTab li.act2:hover{
	background-image: url('../img/act22.jpg');
}
.hdTab li.act3 {
	background-image: url('../img/act3.jpg');
	background-size: 100%;
}
.hdTab li.on.act3{
	background-image: url('../img/act33.jpg');
}
.hdTab li.act3:hover{
	background-image: url('../img/act33.jpg');
}
.hdTab li.act4 {
	background-image: url('../img/act4.jpg');
	background-size: 100%;
}
.hdTab li.on.act4{
	background-image: url('../img/act44.jpg');
}
.hdTab li.act4:hover{
	background-image: url('../img/act44.jpg');
}
.hdTab li.act5 {
	background-image: url('../img/act5.jpg');
	background-size: 100%;
}
.hdTab li.on.act5{
	background-image: url('../img/act55.jpg');
}
.hdTab li.act5:hover{
	background-image: url('../img/act55.jpg');
}
.hdTab li.act6 {
	background-image: url('../img/act6.jpg');
	background-size: 100%;
}
.hdTab li.on.act6{
	background-image: url('../img/act66.jpg');
}
.hdTab li.act6:hover{
	background-image: url('../img/act66.jpg');
}
/*活动列表*/
.hdList{
	margin-top: 15px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.hdmain {
	margin-right: -12px !important;
    margin-left: -12px !important;
}
.hdBox{
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.hdBox a:hover .span1 {
	color: #c49c52;
	text-decoration: none;
}
.hdBox .imgBox{
	margin-top: 12px;
	height: 160px;
	overflow: hidden;
	position: relative;
	background-color: #fff;

}
.hdBox .imgBox img {
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    
}
.hdBot{
	width: 100%;
	height: 112px;
	background-color: #f7f8fa;
	margin-bottom: 12px;
	padding: 10px;
	-moz-transition: all .2s ease;       /* Firefox 4 */
    -webkit-transition: all .2s ease;   /* Safari 和 Chrome */
    -o-transition: all .2s ease;       /* Opera */
    transition: all .2s ease;
}
.hdBot .span1{
	display: block;
	height: 40px;
	color: #333;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hdBot .span2 {
	display: inline-block;
	font-size: 12px;
	background-color: #c49c52;
	line-height: 20px;
	padding: 0 5px;
	color: #fff;
	border-radius: 4px;
}
.hdBot .span3 {
	font-size: 16px;
	/*color: #333;*/
	line-height: 40px;
}
.hdBot>p{
	display: block;
	width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a8a8a8;
    margin: 5px 0 3px 0;
}
.hdBox:hover{
	background-color: #fff;
	box-shadow: 0 0 10px #bbb;
}
.hdBox:hover .hdBot {
	background-color: #f7f8fa;
}

/* --- 文化视频 --- */
.whsp {
	width: 100%;
	background-color: #f7f8fa;
	padding-bottom: 40px;
}
.whTitle {
	position: relative;
	width: 100%;
	height: 32px;
	margin-top: 30px;
}
.whTitle img {
	position: relative;
    left: -5px;
    top: -5px;
}
.whTitle .span1 {
    font-size: 24px;
    color: #222;
    line-height: 32px;
}
.whTitle .span2 {
	display: inline-block;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -4px;
	left: 8px;
	color: #666;
	padding: 0 5px;
	background-color: #fff;
}
.whTitle .span2:after, .whTitle .span2:before {
    border: solid transparent;
    content: ' ';
    height: 0;  
    position: absolute;
    width: 0;
} 
.whTitle .span2:after {
    border-width: 4px;
    border-right-color: #fff;
    top: 7px;
    left: -8px;
}

.whTitle .span2:before {
    border-width: 5px;
    border-right-color: #e6e6e6;
    top: 6px;
    left: -10px;
}
.whTitle .span3{
	color: #ff7769;
}
.whTitle .span4 {
	color: #dddddd;
	line-height: 32px;
	position: absolute;
	right: 98px;
	font-size: 16px;
}
.whTitle a {
	position: absolute;
	right: 10px;
	top:7px;
	color: #666;
}
.whTitle a:hover {
	color: #c49c52;
	text-decoration: none;
}
.whTitle ul{
	display: inline-block;
	position: absolute;
	height: 24px;
	right: 120px;
	top: 4px;
}
.whTitle ul li {
	float: left;
	line-height: 24px;
	margin-left: 10px;
	background-color: #fff;
	padding: 0 8px;
	border-radius: 20px;
	cursor: pointer;
	color: #666;
}
.whTitle ul li.on {
	background-color: #c49c52;
	color: #fff;
}
.whTitle ul li:hover {
	background-color: #c49c52;
	color: #fff;
}
/*列表*/
.whList{
	margin-top: 15px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.whmain {
	margin-right: -12px !important;
    margin-left: -12px !important;
}
/*max*/
.whMax {
    padding-left: 12px !important;
    padding-right: 12px !important;
	
}
.whMax .maxBox {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	height: 220px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.whMax .maxBox>img {
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.whMax a:hover {
	color: #333;
}
.whMax .info{
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}
.maxBox .play {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.maxBox .play img {
	-webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.maxBox .bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    filter: Alpha(opacity=90);
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*加个背景框*/
.maxBox .titleBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.05);
    filter: Alpha(opacity=90);
    z-index: 1;
}
.maxBox .title {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-left: 10px;
}
.maxBox .titlebg {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, .4);

}
.maxBox .title .spTag {
	display: inline-block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	margin-right: 8px;

	padding: 0 5px;
	border-radius: 3px;
	color: #fff;

}
.maxBox:hover .play,.maxBox:hover .bg {
	opacity: 1;
}
.maxBox:hover .play img{
 	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.maxBox:hover .title {
	color: #fff;
	z-index: 5;
}
.whMax:hover {
	background-color: #fff;
	box-shadow: 0 0 10px #bbb;
}
/*小的*/
.whBox{
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.whBox a:hover .span1 {
	color: #c49c52;
	text-decoration: none;
}
.whBox .imgBox{
	margin-top: 12px;
	height: 160px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.whBox .imgBox img{
   	width: 100%;

}
.whBox .imgBox .info {
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
}

.whBox .imgBox .play {

    position: absolute;

    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.whBox .imgBox .play img {
	-webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.whBox .imgBox .bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    filter: Alpha(opacity=90);
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.whBox .imgBox:hover .play,.whBox .imgBox:hover .bg {
	opacity: 1;
}
.whBox .imgBox:hover .play img{
 	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}


.whBot{
	width: 100%;
	height: 80px;
	background-color: #fff;
	margin-bottom: 12px;
	padding: 5px 10px 10px 10px;
	-moz-transition: all .2s ease;       /* Firefox 4 */
    -webkit-transition: all .2s ease;   /* Safari 和 Chrome */
    -o-transition: all .2s ease;       /* Opera */
    transition: all .2s ease;
}
.whBot .span1{
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #333;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.whBot>p{
	display: block;
	width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    margin: 2px 0 3px 0;
    font-size: 12px;
}
.whBot>p>.spTag {
	display: inline-block;
	color: #fff;
	background-color: #6ebd6b;
	margin-right: 5px;
	padding: 0px 3px;
	border-radius: 3px;
}
.whBox:hover{
	background-color: #fff;
	box-shadow: 0 0 10px #bbb;
}
.whBox:hover .whBot {
	background-color: #f7f8fa;
}

/* --- 场馆 --- */
.venue {
	background-color: #fff;
	padding-bottom: 60px;
}
.cgsp {
	width: 100%;
	background-color: #f7f8fa;
	margin-top: 30px;
	padding-bottom: 40px;
}
.cgTitle {
	position: relative;
	width: 100%;
	height: 32px;
	margin-top: 30px;
}
.cgTitle img {
	position: relative;
    left: -5px;
    top: -5px;
}
.cgTitle .span1 {
    font-size: 24px;
    color: #222;
    line-height: 32px;
}

.cgTitle .span4 {
	color: #dddddd;
	line-height: 32px;
	position: absolute;
	right: 98px;
	font-size: 16px;
}
.cgTitle a {
	position: absolute;
	right: 10px;
	top:7px;
	color: #666;
}
.cgTitle a:hover {
	color: #c49c52;
	text-decoration: none;
}
.cgTitle ul{
	display: inline-block;
	position: absolute;
	height: 24px;
	right: 120px;
	top: 4px;
}
.cgTitle ul li {
	float: left;
	line-height: 24px;
	margin-left: 10px;
	background-color: #fff;
	padding: 0 8px;
	border-radius: 20px;
	cursor: pointer;
	color: #666;
}
.cgTitle ul li.on {
	background-color: #c49c52;
	color: #fff;
}
.cgTitle ul li:hover {
	background-color: #c49c52;
	color: #fff;
}
/*列表*/
.cgList{
	margin-top: 15px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.cgBox{
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.cgBox a:hover span {
	color: #c49c52;
	text-decoration: none;
}
.cgBox .imgBox{
	margin-top: 12px;
	height: 130px;
	overflow: hidden;
	position: relative;
	background-color: #fff;

}
.cgBox .imgBox img {
	width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.cgBot{
	width: 100%;
	height: 80px;
	background-color: #f7f8fa;
	margin-bottom: 12px;
	padding: 5px 10px 10px;
	-moz-transition: all .2s ease;       /* Firefox 4 */
    -webkit-transition: all .2s ease;   /* Safari 和 Chrome */
    -o-transition: all .2s ease;       /* Opera */
    transition: all .2s ease;
}
.cgBot>span{
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #333;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cgBot>p{
	display: block;
	width: 98%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #a8a8a8;
    margin: 2px 0 3px 0;
}
.cgBox:hover{
	background-color: #fff;
	box-shadow: 0 0 10px #bbb;
}
.cgBox:hover .cgBot {
	background-color: #f7f8fa;
}

/* --- 区域切换 --- */
.newCol {
	margin-bottom: 50px;
}
.newCol .col-xs-2 {
	width: 14.28571428%;
	margin-top: 24px;
}