/* CSS Document */
/*通用*/

/**menu end*/
/*top**/

/**Banner 结束**/
/**banner js 样式**/
.flickerplate {
	position:relative;
	z-index:1;
	float:left;
	width:100%;
	height:450px;
	overflow:hidden;
}
.flickerplate ul.flicks {
	width:10000%;
	height:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.flickerplate ul.flicks>li {
	float:left;
	width:1%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:table;
}

.dot-navigation {
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:999;
}
.dot-navigation ul {
	text-align:center;
	list-style:none;
	padding:0px 15px;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.dot-navigation ul li {
	display:inline-block;
	float:right;	}
.dot {/*小圆点*/
	width:14px;
	height:14px;
	margin:0px 6px;
	background-color:#fff;
	-webkit-transition:background-color 0.2s ease-out;
	-moz-transition:background-color 0.2s ease-out;
	-o-transition:background-color 0.2s ease-out;
	-ms-transition:background-color 0.2s ease-out;
	transition:background-color 0.2s ease-out;
	z-index:999;
	position:relative;
}
.dot:hover /*小圆点 悬浮*/{
	cursor:pointer;
	background-color:rgba(179, 17, 20, 0.5)
}
.dot.active {
	border:1px #e6e6e6 solid;
	background-color:#b31114;
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color:rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color:#000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective:1000;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0%, 0px, 0px);
	-webkit-transform:translate3d(0%, 0px, 0px);
	-webkit-transition:-webkit-transform 0.6s;
	-o-transition:-o-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position:relative;
	left:0%;
	-webkit-transition:left 0.4s ease-out;
	-moz-transition:left 0.4s ease-out;
	-o-transition:left 0.4s ease-out;
	-ms-transition:left 0.4s ease-out;
	transition:left 0.4s ease-out
}
.Z_ConH1{
	float: left;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 6px;
}
.Z_ConH2{
	float: left;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	padding-bottom: 10px;
	padding-top: 6px;
	margin-bottom: 8px;
}
.Z_ConImg{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	height: auto;
	width:50%;
}
.Z_ConImgCenter{
	width: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;	
}