* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5;
}

body {
	width: 100%;
	height: 100%;
	font-family: '苹方';
	font-size: 20px;
	color: #333;
	background: #eee;
}

img {
	width: 100%;
	display: block;
	pointer-events: none;
	-wekit-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select: none;
}

b {
	color: #ff6400;
	font-weight: normal;
}

a{
	color: #333;
	text-decoration: none;
}

/*主体*/

main{
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	
}

section p{
	font-size: 1rem;
	text-align: left;
	padding-bottom: 1rem;
}

section img{
	padding-bottom: 1rem;
}

.ctr{
    padding: .8rem 1rem 0;
	margin-bottom: 10px;
	background: #fff;
}

footer {
	position: fixed;
	bottom: 0;
	background: #141d1a;
	width: 100%;
	padding: .6rem 0;
	max-width: 560px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

footer p {
	text-align: center;
	font-size: 1.2rem;
	padding: 0 .6rem;
}

footer p:first-child{
	padding-bottom: .4rem;
}

footer u{
	color: #ffd200;
}

.bq{
	color: #999;
	text-align: center;
	text-indent: 0;
	font-size: 14px;
	opacity: .5;
}

.logo-bg{
    background: #fff;
}

.logo{
	width: 34%;
	padding: .6rem 1rem;
}

.news{
	font-size: 1rem;
	text-align: left;
	border-bottom: 1px solid #eee;
	padding-bottom: .6rem;
}

.news img{
	width: 6%;
	display: inline-block;
	padding: 0;
	margin-right: .4rem;
	vertical-align: bottom;
}

.icon ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 1rem 0;
}

.icon ul li img{
	width: 80%;
	margin: 0 auto;
	padding-bottom: .4rem;
}

.icon ul li span{
	text-align: center;
	font-size: 1rem;
}

.title{
	text-align: left;
	font-size: 1.4rem;
	color: #096e93;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	margin-bottom: 1rem;
}

.title:before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 20px;
	background-color: #096e93;
	vertical-align: middle;
	margin-right: .6rem;
}

.title span{
	font-size: .9rem;
	font-style: italic;
}

@media only screen and (min-width: 750px){
	section p{
		font-size: 1.2rem;
	}
}