@charset "gb2312";
/* CSS Document */

*{
	padding:0;
	margin:0;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none
}

body{
	min-width:300px;
	max-width:640px;
	margin:0 auto;
	font-size:24px;
}


.banner{
	width:100%;
}

.banner img{
	width:100%;
	display:block;
}


.btitle{
	width: 100%;
	height: 3em;
	margin: 0 auto;
	margin-top: 1em;
	line-height: 3em;
	text-align: center;
	font-size: 1.6em;
	font-weight:bold;
}


.liucheng{
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 1em;
	flex-wrap:wrap;
}


.libox{
	width: 180px;
	height: 180px;
	border-radius: 90px;
	border: 1px solid #00BFFF;
	display: flex;
	justify-content:center;
	align-items: center;
	position: relative;
	margin-bottom:60px;
}


.libox p{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50px;
	bottom: -40px;
	border-radius: 40px;
	text-align: center;
	vertical-align: bottom;
	line-height: 30px;
	font-size: 24px;
	background: #00BFFF;
	color: #fff;
}

.libox p span{
	display: block;
	padding-top: 9px;
}

.libox img{
	width:70%;
	display: block;
	margin: 0 auto;
}

.xukuang{
	width: 94%;
	height:220px;
	margin:0 auto;
	border: 1px dashed #00BFFF;
	margin-top: 2em;
}

.xukuang p{
	padding: .4em;
	line-height: 1.6em;
}


.jiance{
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-top: 1em;
}

.jiance p{
	width:48.5%;
	margin-bottom:.8em;
}

.jiance p img{
	width:100%;
	display:block;
}


.xiaodu{
	width: 94%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	margin-top: 1em;
}


.xiaodu ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xiaodu ul li{
	width: 32%;
}

.xiaodu ul li img{
	width: 100%;
	display: block;
	margin-bottom:.44em;
}



.xianchuan-t{
	width: 80%;
	margin: 0 auto;
	margin-top: 3em;
}


.xianchuan-t img{
	width: 100%;
	display: block;
}




.fhlist{
	width: 94%;
	height: auto;
	margin: 0 auto;
	margin-top: 1em;
}


.fhlist2{
	width: 94%;
	height: 33em;
	margin: 0 auto;
	margin-top: 2em;
}


.fhlist2 dl{
	width: 100%;
	margin-bottom: .6em;
	display: none;
	border: 1px solid #FF7A4D;
	padding-top: .6em;
	box-shadow: 0 0 8px #ccc;
	border-radius: 10px;
}

.fhlist2 dl dd{
	font-size: 1em;
	line-height: 30px;
	padding: .6em;
}

.fhlist2 dl dd img{
	width: 96%;
	display: block;
	margin: 0 auto;
	margin-bottom: .6em;
}


.fhlist ul{
	width: 100%;
	margin-bottom: .6em;
	display: none;
	border: 1px solid #FF7A4D;
	padding-top: .6em;
	box-shadow: 0 0 8px #ccc;
	border-radius: 10px;
}


.fhlist ul li{
	margin-bottom: .6em;
	font-size: 1em;
}


.fhlist ul li span{
	width: 10%;
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
}

.fhlist ul li p{
	width: 90%;
	display: inline-block;
	line-height: 30px;
	vertical-align: top;
}


.fhtag{
	width: 94%;
	margin: 0 auto;
	margin-top: 2em;
}


.fhtag ol{
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.fhtag ol li{
	width: 44%;
	height: 2.4em;
	line-height: 2.4em;
	font-size: 1em;
	text-align: center;
	border-radius: 1.2em;
	background: #CCCCCC;
	color: #000;
}


.fhtag ol li.on{
	background: #FF7A4D;
	color: #fff;
}


.zixun{
	width: 94%;
	height: 3em;
	margin: 0 auto;
	margin-top: 2em;
	margin-bottom:2em;
	display: flex;
	justify-content: space-between;
}

.zixun a{
	width: 90%;
	height: 3em;
	margin: 0 auto;
    background: #FF950A;
	border-radius: 1.5em;
	font-size: 1.2em;
	line-height: 3em;
	text-align: center;
	transition: 1s;
	color: #fff;
}

