@charset "utf-8";
/* CSS Document */
body {
	font-family: Microsoft Yahei, Arial, sans-serif;  
	color: #333;
	margin:0 auto;
	width:640px;
	background:#eaeaea;
}
* {
	padding: 0;
	margin: 0;
}
img {
	display: block;
	border: none;
	max-width: 100%;
	margin:0 auto;
}
em, i {
	font-style: normal;
}
ul, li {
	list-style: none outside none;
}
a{
	text-decoration:none;
	color:#333;
}
h1,h2,h3,h4,h5,h5{
	font-weight:normal;
}

.content{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:100px;
	background:#fff;
}
.blank{
	width:100%;
	height:30px;
	float:left;
}
.blank2{
	width:100%;
	height:120px;
	float:left;
}
.nav{
	width:640px;
	height:auto;
	position:fixed;
	bottom:0;
	z-index: 99999;
	background: #fff;
}
.nav ul{
	width:96%;
	margin:0 auto;
}
.nav li{
	float:left;
	width:19.7%;
	text-align:center;
	padding-bottom:8px;
	font-size:1.2rem;
	border-right:1px #622a05 dashed;
}
.nav li:last-child{
	border-right:none;
}
.nav li a img{
	width:50%;
}
.swt_ri{
	width:70px;
	height:auto;
	position:fixed;
	top:70%;
	right:0;
	z-index: 99999;
}
.swt_ri a{
	display:block;
	width:100%;
}
.swt_ri a img{
	display:block;
	width:100%;
	border-radius:10px;
}
.conc{
	width:100%;
	height:auto;
	float:left;
}
.concb{
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.concb_hd{
	width:35px;
	height:10px;
	position:absolute;
	left:47%;
	bottom:16px;
}
.concb_hd li{
	height:10px;
	width:10px;
	float:left;
	margin-right:9px;
	border-radius:50%;
	background:#ccc;
}
.concb_hd li:last-child{
	margin-right:0;
}
.concb_hd li.on{
	background:#f00;
}


.back{background-color:#003fb0;}


.shebei{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	background:#003fb0;
}

.shebei img{
	width:100%;
	border-radius: 0px;
}

.footer{
	width: 100%;
    float: left;
    margin-top: 18px;
    border-top: 5px #eaeaea solid;
    padding-top: 14px;
}
.footer p{
	font-size:1.2rem;
	line-height:36px;
	width:100%;
	float:left;
	text-align:center;
	color: #666;
}