
/* CSS Document */

*{
	padding:0;
	margin:0;
}

ul,li{
	list-style:none;
}



body{
	min-width:300px;
	max-width:640px;
	margin:0 auto;
	font-size:24px;
}


.banner{
	width:100%;
}

.banner img{
	width:100%;
	display:block;
}

.title{
	width:94%;
	margin:0 auto;
	margin-top:1em;
}

.title h3{
	width:100%;
	text-align:center;
	border-bottom:1px solid #ccc;
	font-size:2em;
	padding:.4em 0;
}


.title h3 span{
	color:#F00;
}


.dengji{
	width:94%;
	margin:0 auto;
	margin-top:1em;
}

.bigimg{
	width:100%;
	margin-bottom:1em;
}

.bigimg ul{
	width:60%;
	margin:0 auto;
}

.bigimg ul li{
	width:100%;
	display:none;
	text-align:center;
	font-size:1.2em;
	line-height:1.8em;
}

.bigimg ul li img{
	width:100%;
	display:block;
}



.smallimg{
	width:100%;
	display:flex;
	justify-content:space-between;
}

.smallimg dl{
	width:19%;
}

.smallimg dl.on dt{
	background:#FF5C26;
}

.smallimg dl.on dd{
	color:#FF5C26;
	font-weight:bold;
}


.smallimg dl dt{
	width:4em;
	height:4em;
	border-radius:2em;
	margin:0 auto;
	background:#eee;
	overflow:hidden;
}

.smallimg dl dt img{
	width:70%;
	display:block;
	margin:0 auto;
	margin-top:.92em;
}

.smallimg dl dd{
	text-align:center;
	line-height:2.4em;
	font-size:1em;
}

.youzhi{
	width:94%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:1em;
}

.youzhi dl{
	width:30%;
	height:8em;
	border:1px solid #eee;
}


.youzhi dl dt{
	width:4em;
	height:4em;
	margin:1em auto;
}

.youzhi dl dt img{
	width:100%;
	display:block;
}

.youzhi dl dd{
	text-align:center;
	font-size:1em;
}

.fanwei{
	width:94%;
	margin:0 auto;
	margin-top:1em;
}

.fanwei ul{
	width:90%;
	margin:0 auto;
}

.fanwei ul li{
	width:100%;
	height:3em;
	line-height:3em;
	border:1px solid #eee;
	margin-bottom:1em;
	font-size:1em;
	text-indent:2em;
	border-radius:1.5em 0 0 1.5em;
	display:flex;
	justify-content:flex-strat;
}


.fanwei ul li em{
	width:2.6em;
	height:2.6em;
	display:inline-block;
	border-radius:1.3em;
	margin:.2em;
	background:#eee;
}

.fanwei ul li em img{
	width:70%;
	display:block;
	margin:15%;
}


.zixun{
	width:80%;
	height:3em;
	line-height:3em;
	background:#D90000;
	border-radius:1.5em;
	margin:0 auto;
	margin-top:2em;
}

.zixun a{
	width:100%;
	height:100%;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:1.2em;
}

.zxmark{
	width:50%;
	margin:0 auto;
	margin-top:1em;
}

.zxmark p{
	text-align:center;
}

.zxmark p img{
	width:100%;
	display:block;
}

.mgb{
	margin-bottom:2em;
}





