@charset "gb2312";
/*手机站公共样式*/
* {
    margin: 0;
    padding: 0;
}
body{
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    font: 16px/1.5 'XinGothic-SinaWeibo','Microsoft Yahei','helvetica','arial';
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size:18px
}
h2 {
	font-size:16px
}
h3 {
	font-size:14px
}
h4 {
	font-size:12px
}
form {
    display: inline;
}
ul, ol {
    list-style: none outside none;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
img {
    border: 0 none;
    vertical-align: middle;
}
.info img {
	/*max-width:300px;*/
	height:auto;
	width:95%;
}
button, input, select, textarea {
    font-size: 100%;
    outline: medium none;
    vertical-align: middle;
}
textarea {
    resize: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    -moz-appearance: button;
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.mt20 { margin-top:20px !important;}
.mt10 { margin-top:10px !important;}
.wap { min-width:320px; max-width:640px; height:100%; margin:auto; position:relative; padding-bottom:70px;}
.boxs {-moz-box-shadow:0px 0px 3px #ccc;-webkit-box-shadow:0px 0px 3px #ccc; box-shadow:0px 0px 3px #ccc;}
/*首页banna图*/

.swipe {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
.swipe_pic {
	position: relative;
	overflow: hidden;
	background-color: #efefef;
	background-image: url(/wapimg/sina_ico.png);
	background-position: center center;
	background-size: 60px auto;
	background-repeat: no-repeat;
}
.swipe_pic img {
	width: 100%;
}
.swipe_h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 14px;
	font-size: 14px;
	font-weight: normal;
	background: rgba(0,0,0,0.6);
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	width: 292px
}
.swipe_num {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.swipe_num li {
	width: 20px; height: 20px; background:url(/wapimg/nanner-bt.png) no-repeat 0 -50px; float: left; cursor:pointer;
	overflow: hidden;
}
.swipe_num li.active {
	background:url(/wapimg/nanner-bt.png) no-repeat -20px -50px;width: 20px;height: 20px;
}
