﻿@charset 'gb2312';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style-type: none;
}

.zhanshi_header{
	position: relative;
}
#zhanshi{
	width:1920px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#img img{
	width: 20%;
	height: auto;
	padding: 0px;
	float: left;
}
#img{
	width: 500%;
}

#dianji {
    position: absolute;
    bottom: 20px;
    left: 47.2%;
}

#dianji li{
	list-style: none;
	float: left;
	width: 12px;
	height: 12px;
	margin-left:7px;
	border-radius: 6px;

}
.checked{
	background-color: #e50019;
}
.mochecked{
	background-color: white;
}



.block_home_slider {
	padding: 1px;
	position: relative;
	background-color: #ffffff;
	border: 0px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../img/pie.htc); /*��͸������*/
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto;
}  /*�ײ�Сͼ��*/
.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute; left:0px; right:0px; bottom:0px;text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;}
.block_home_slider .flex-direction-nav a {width:25px; height:25px; margin-top:-27px; display:block; position:absolute; top:50%; background-repeat:no-repeat; background-image:url(../img/sprite_arrow_2.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:6px; background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-next {right:6px; background-position:right top;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right bottom;}
.block_home_slider .flex-control-paging { display:none;}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a {width:12px; height:12px; display:block; background-repeat:no-repeat; background-image:url(../img/sprite_nav_3.png); text-indent:-9000px; cursor:pointer;}
.block_home_slider .flex-control-paging li a.flex-active {background-position:right top;}

.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}


.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;}
.pagination li{width:30px;height:30px;border-radius:50%;border:1px solid #ECECEC;flex:none;display:flex;align-items:center;justify-content:center;margin:10px;}
.pagination span,.pagination a{color:#999;font-size:14px;}
.pagination .active,
.pagination li:hover{background:#e70012;border:1px solid #e70012;}
.pagination li:hover a,
.pagination .active a,
.pagination .active span{color:#fff;}
.pagination .disabled{background:#fff !important;border:1px solid #ECECEC !important;}
#sliderA .slide-dragcontainer{padding-bottom:30%;position:relative;overflow:hidden;overflow:hidden;padding-bottom:46.4%;height:0;}
#sliderA .slide-container{position:absolute !important;top:0;left:0;right:0;bottom:0;width:100%;height:100% !important;}
/*#sliderA .slide{position:relative;overflow:hidden;width:100%;padding-bottom:20%;height:0;}*/
/*#sliderA .slide img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:auto;display:block;}*/
@media screen and (max-width:700px){
.block_home_slider .caption {
    
    display: none;
}}


@media (max-width: 1366px){
	#dianji {
    left: 46.2%;
}
@media (max-width: 1024px){
	#dianji {
    left: 45.2%;
}
}
@media (max-width: 768px){
	#dianji {
    left: 44.2%;
}
}
@media (max-width: 640px){
	#dianji {
		bottom: 5px;
    left: 42.2%
}
#dianji li {
    list-style: none;
    float: left;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    border-radius: 6px;
}
}