

.container {
	width: 100%!important;
	max-width: 1200px
}

ul {
	list-style-type: none
}

body,html,ul {
	margin: 0;
	padding: 0
}

body {
	position: relative;
	font-family: Source Han Sans CN;
	font-size: 16px;
	line-height: 28px
}

a {
	text-decoration: none;
	color: #333
}

a:hover {
	text-decoration: underline
}

h1 {
	font-size: 28px;
	line-height: 48px;
	margin-top: 0
}

h1.clr_topMn {
	margin-top: -12px
}

h1.center {
	margin-bottom: 10px
}

h2 {
	font-size: 24px;
	letter-spacing: 1px
}

h2.title {
	font-size: 28px;
	text-align: center
}

h3 {
	font-size: 18px
}

h3.Subtitle {
	font-size: 14px;
	color: #999
}

h4 {
	font-size: 16px
}

h6 {
	margin-top: 24px
}

#footer .left_inner label,h1,h2,h3,h4,h5,h6 {
	font-family: Source Han Sans CN;
	font-weight: 400
}

.hover {
	cursor: pointer;
	cursor: hand
}



@-webkit-keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		transform: translateY(-145%)
	}

	10% {
		opacity: .5
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	90% {
		opacity: .5
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@-moz-keyframes ball-fall {
	0% {
		opacity: 0;
		-moz-transform: translateY(-145%);
		transform: translateY(-145%)
	}

	10% {
		opacity: .5
	}

	20% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}

	80% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0)
	}

	90% {
		opacity: .5
	}

	to {
		opacity: 0;
		-moz-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@-o-keyframes ball-fall {
	0% {
		opacity: 0;
		-o-transform: translateY(-145%);
		transform: translateY(-145%)
	}

	10% {
		opacity: .5
	}

	20% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}

	80% {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0)
	}

	90% {
		opacity: .5
	}

	to {
		opacity: 0;
		-o-transform: translateY(145%);
		transform: translateY(145%)
	}
}

@keyframes ball-fall {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-145%);
		-moz-transform: translateY(-145%);
		-o-transform: translateY(-145%);
		transform: translateY(-145%)
	}

	10% {
		opacity: .5
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}

	80% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}

	90% {
		opacity: .5
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(145%);
		-moz-transform: translateY(145%);
		-o-transform: translateY(145%);
		transform: translateY(145%)
	}
}



.lg-container {
	width: 100%!important;
	max-width: 1170px;
	margin: -38px auto;
	margin-right: auto;
	margin-left: auto; overflow:hidden

}

.animate-item {
	-webkit-transition: opacity .2s,-webkit-transform 1s cubic-bezier(0,.9,.45,1);
	transition: opacity .2s,transform 1s cubic-bezier(0,.9,.45,1);
	opacity: 0;
	-webkit-transform: translateY(300px);
	-ms-transform: translateY(300px);
	transform: translateY(300px)
}

.animate-item.animate-delay-1,.animate-item.animate-delay-2 {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-duration: 1s,1s;
	transition-duration: 1s,1s
}

.animate-item.animate-delay-3 {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transition-duration: 1s,1s;
	transition-duration: 1s,1s;
	-webkit-transform: translateY(360px);
	-ms-transform: translateY(360px);
	transform: translateY(360px)
}

.animate-item.animate-start {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	filter: alpha(opacity=100)
}

#hw1_card_list .row {
	margin-left: -10px;
	margin-right: -10px
}

#hw1_card_list .col-sm-6,#hw1_card_list .col-sm-12 {
	padding-left: 7px;
	padding-right: 5px;
}

.hw1_multi_img {
	position: relative;
	overflow: hidden  
}

.hw1_img_subinfo {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
	padding: 0
}

.hw1_img {
	width: 100%;
	height: 100%;
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-o-transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1)
}
#hw1_card_list .row {
    margin-left: -10px;
    margin-right: -10px;
}
#hw1_card_list .row .row>.col-sm-12:last-child {
    margin-bottom: 0;
}
.hw1_img.hover,.hw1_img:hover {
	margin-left: -20px
}

.hw1_img img {
	width: 110%;
	max-width: 110%
}

.hw1_img_subinfo a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
	top: 0;
	padding: 20px 40px;
	text-decoration: none
}

.hw1_multi_img:hover a {
	background: rgba(0,0,0,.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8000000",endColorstr="#a8000000",GradientType=0);
	text-decoration: none
}

.hw1_img_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-bottom: 20px;
	min-height: 114px;
	padding: 0 4% 0 40px
}

.hw1_img_wrap1 {
	position: absolute;
	bottom: 0;
	left: 12px;
	width: 100%;
	margin-bottom: 20px;
	min-height: 114px;
	padding: 0 4% 30 40px
}

.hw1_img_subinfo h3 {
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.5;
	position: relative;
	opacity: 1;
	color: #fff;
	-moz-transform: translateY(60%);
	-ms-transform: translateY(60%);
	-webkit-transform: translateY(60%);
	transform: translateY(60%)
}

.hw1_img_subinfo a,.hw1_img_subinfo h3,.hw1_img_subinfo p {
        font-family: Source Han Sans CN;
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-o-transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1)
}

.hw1_img_subinfo p {
	position: relative;
	-moz-transform: translateY(80%);
	-ms-transform: translateY(80%);
	-webkit-transform: translateY(80%);
	transform: translateY(80%);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	color: #fff;
	line-height: 1.5;
	width: 100%
}

.hw1_multi_img:hover a button,.hw1_multi_img:hover a h3,.hw1_multi_img:hover a p {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.hw1_img_subinfo a:after,.hw1_img_subinfo a:before {
	content: " ";
	display: table
}

.hw1_img_subinfo a:after {
	clear: both
}

@media only screen and (max-width:767px) {
	.hw1_img_wrap {
		padding: 0
	}

	.hw1_img_subinfo p {
		padding-right: 0
	}

	.hw1_multi_img:hover a {
		background-color: inherit
	}

	#hw1_card_list .row .row>.col-sm-12,#hw1_card_list [class*=col-],#hw1_stage {
		margin-bottom: 30px
	}

	#hw1_card_list [class*=col-] {
		margin-top: 0
	}

	.hw1_img.hover,.hw1_img:hover {
		margin-left: 0
	}

	.hw1_img_subinfo {
		position: relative;
		padding: 0;
		width: auto;
		height: auto
	}

	.hw1_img_wrap {
		position: relative;
		min-height: 100%;
		margin-bottom: 0
	}

	.hw1_img_subinfo a {
		padding: 10px 0;
		-moz-transition: initial;
		-o-transition: initial;
		-webkit-transition: initial;
		transition: initial
	}

	.hw1_img_subinfo a:hover {
		background-color: #fff
	}

	.hw1_img_subinfo h3 {
		font-size: 22px;
		margin: 0
	}

	.hw1_img_subinfo p {
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 5px
	}

	.hw1_img_subinfo h3,.hw1_img_subinfo p {
		opacity: 1;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		color: #333
	}
}

.video_box {
	width: 100%;
	position: relative;
	z-index: 99;
	overflow: hidden
}

.video_box a.js_video_icon,.video_box a.js_video_player {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.video_box a.js_video_player:before {
	content: "";
	width: 69px;
	height: 71px;
	
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -35px
}

.video_box a.video_player {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.video_box a.video_player:before {
	
}



.index-video {
	position: relative;
	padding: 0;
	border-bottom: 0;
	margin-bottom: 24px
}

.index-video .index-video-box {
	background: 50% no-repeat;
	background-size: cover;
	height: 340px
}

.index-video h2,.index-video h3 {
	color: #fff
}

.index-video h2 {
	margin: 0
}

.index-video h3 {
	max-width: 475px;
	margin: 0 auto
}

#hw1_card_list [class*=col-], #hw1_stage, .index-video {
    margin-bottom: 10px;
}
.index-video h2 {
	font-size: 40px;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px
}

.index-video h3 {
	font-size: 20px;
	line-height: 30px;
	max-width: 60%;
	margin: 20px auto
}

#player_wrapper {
	height: 540px;
	width: 960px;
	display: block;
	overflow: hidden
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none
}


@media only screen and (max-width:767px) {
	.index-video {
		margin-bottom: 45px
	}

	#fancybox-wrap {
		left: 0!important;
		margin-top: -20%
	}

	#player_wrapper {
		width: 100%;
		height: auto
	}

	#fancybox-content,#fancybox-wrap {
		width: 100%!important
	}
}

@media only screen and (max-width:480px) {
	.index-video h2 {
		font-size: 20px!important;
		width: 60%;
		margin: 0 auto!important
	}

	.index-video h3 {
		font-size: 14px!important;
		width: 70%;
		line-height: 1.4!important;
		height: 82px;
		overflow: hidden
	}
}

.hw1_common_box {
	padding-bottom: 10px
}

.hw1_common_box li {
	padding-bottom: 12px;
	line-height: 1.6
}

.hw1_common_box li .date {
	display: block;
	font-size: 14px;
	color: #999
}

.hw1_common_box p {
	margin-top: 5px
}

.hw1_common_box h3 {
	margin-bottom: 0;
	margin-top: 10px
}

.hw1_common_box .col-sm-8 .col-sm-6:nth-child(2),.hw1_common_box .col-sm-8 .col-sm-12 {
	padding-left: 45px
}

.hw1_common_box .col-sm-8 .col-sm-6:nth-child(3) {
	padding-right: 45px
}

@media only screen and (max-width:767px) {
	.hw1_common_box li {
		margin-bottom: 15px
	}

	.hw1_common_box li:last-child {
		margin-bottom: 0;
		padding-bottom: 0
	}

	.hw1_common_box .col-sm-6 {
		margin-bottom: 30px
	}

	.hw1_common_box .col-sm-8 .col-sm-6:nth-child(2),.hw1_common_box .col-sm-8 .col-sm-6:nth-child(3),.hw1_common_box .col-sm-8 .col-sm-12 {
		padding-left: 15px;
		padding-right: 15px
	}
}
