@charset "utf-8";
/* CSS Document */

@media all {

.stageSliderBig .jcarousel-wrapper {
	margin: 0 auto 20px auto;
	position: relative;
	z-index: 0;
	width: 100%;
}

.stageSliderBig  .jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.stageSliderBig .jcarousel ul {
	width: 15000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.stageSliderBig .jcarousel ul li{
    float: left;
	position: relative;
	display: inline-block;
	width: 1904px;
	height: 850px;
}

.stageSliderBig .jcarousel ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.stageSliderBig .jcarousel-pagination {
	display: inline;
	position: absolute;
	left: 10px;
	bottom: 0px;
	z-index: 1000;
}

.stageSliderBig .jcarousel-pagination.right {
	left: auto;
	right: 10px;
}

.stageSliderBig .jcarousel-pagination.centered{
	left: 0px;
}

.stageSliderBig .jcarousel-pagination a {
	float: left;
	text-decoration: none;
}

.stageSliderBig .jcarousel-pagination.dots {
	bottom: 13px;
}

.stageSliderBig .jcarousel-pagination.dots a {
	width: 10px;
    height: 10px;
    background: #959595;
    text-indent: -9999px;
	overflow: hidden;
    margin: 0px 3px;
    border-radius: 10px;
}

.stageSliderBig .jcarousel-pagination.dots a.active {
    background-color: #cc0000;
}

.stageSliderBig .jcarousel-pagination.numbers {
	bottom: 0px;
}

.stageSliderBig .jcarousel-pagination.numbers a {
	width: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.3);
	margin: 0px 1px;
}
.ie8 .stageSliderBig .jcarousel-pagination.numbers a,
.ie7 .stageSliderBig .jcarousel-pagination.numbers a {
	filter: alpha(opacity=40);
}

.stageSliderBig .jcarousel-pagination.numbers a.active {
	background-color : transparent;
	background-color: #DD0202;
}

.ie8 .stageSliderBig .jcarousel-pagination.numbers a.active,
.ie7 .stageSliderBig .jcarousel-pagination.numbers a.active {
	filter: alpha(opacity=100);
}



#stageSliderBigContainer{
	position: absolute;
	width: 100%;
}

.stageSliderBig img {
	width: 100%;
	height: 850px;
}

.stageSliderBig .title-container {
	position: absolute;
	width: 50%;
	height: 200px;
	top: 30%;
	right: 0;
}


.stageSliderBig .slidertitle {
	position: absolute;
	width: auto;
	height: auto;
	background: rgba(0, 36, 93, 0.75);
	top: 0%;
	left: 45px;
	font-family: "corporate_s_bold",Arial,"Microsoft Yahei","微软雅黑", sans-serif;
	font-size: 32px;
	line-height: 23px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 20px 8px 0;
	z-index: 50;
}

.stageSliderBig .slidertitle.subtitle {
	top: 25%;
	font-weight: normal;
	left: 0%;
	font-family: "corporate_s",Arial, "Microsoft Yahei","微软雅黑",sans-serif;
}

.stageSliderBig .slidertitle:before {
	width: 0px;
	height: 0px;
	content: '';
	position: absolute;
	top: 0px;
	left: -43px;
	display: block;
	border-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 0 0 43px 43px ;
	border-color: transparent transparent rgba(0, 36, 93, 0.75) transparent;
}

.stageSliderBig .teaserlist {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
	bottom: 15%;
}

.stageSliderBig .teaserlist-inner {
	width: 100%;
	max-width: 974px;
	margin: 0 auto;
}

.stageSliderBig .teaserlist .teaser {
	width: 24%;
	height: 210px;
	margin-right: 1.3333%;
	background-color: rgba(255, 255, 255, 0.75);
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	font-family: hktype, Arial, "Microsoft Yahei","微软雅黑",sans-serif;
	font-size: 16px;
	bottom: 10%;
	float: left;
}

.stageSliderBig .teaserlist .teaser p {
	line-height: 20px;
}

.stageSliderBig .teaserlist .teaser.active {
	background-color: rgba(231, 179, 0, 0.9);
	color: #fff;
}

.stageSliderBig .teaserlist .teaser.last {
	margin-right: 0;
}

.stageSliderBig .teaserlist .teaser h3 {
	font-family: hktype_cond, Arial, "Microsoft Yahei","微软雅黑",sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.stageSliderBig .teaserlist .teaser a {
	color: #00245e;
	text-decoration: underline;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#stageSliderBigContainer .scrollDown img {
	cursor: pointer;
}

}

@media screen and (max-width: 1400px){

.stageSliderBig .teaserlist .teaser p {
	display: none;
}

.stageSliderBig .teaserlist .teaser h3 {
	margin-bottom: 30px;
}

.stageSliderBig .teaserlist .teaser {
	height: auto;
}



@media screen and (max-width: 1230px){

.stageSliderBig .title-container {
	display: none;
}

@media screen and (max-width: 974px){
	#stageSliderBigContainer {
		position: relative;
	}

	.stageSliderBig .teaserlist {
		position: relative;
		float: left;
		top: auto;
		bottom: auto;
		margin-top: -12px;
		margin-bottom: 20px;
	}

	.stageSliderBig .teaserlist .teaser {
		background-color: rgba(0,36,93,0.75);
		padding: 8px;
	}

	.stageSliderBig .teaserlist .teaser a,
	.stageSliderBig .teaserlist .teaser  h3,
	.stageSliderBig .teaserlist .teaser {
		color: #fff;
	}

	.stageSliderBig .teaserlist .teaser a {
		left: 8px;
	}

	.stageSliderBig .teaserlist .teaser p {
		font-size: 13px;
		line-height: 16px;
	}

	.stageSliderBig .teaserlist .teaser a {
		font-size: 13px;
	}

	.stageSliderBig .teaserlist .teaser h3 {
		font-size: 16px
	}

}

@media screen and (max-width: 478px){
	.stageSliderBig .teaserlist .teaser {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.stageSliderBig .teaserlist .teaser:nth-child(2n) {
		margin-right: 0%;
	}



}


}
