html,body{
	width:100%;height:100%;
}
.coat{
	width:100%;min-height:100%;
	background:#f5f5f5;
}
.content{
	padding-top:115px;
	word-wrap:break-word;
}
.fixed{
	width:750px;height:95px;
	text-align: center;
	line-height:95px;
	font-size:32px;
	position:fixed;
	left:0;top:0;
	background: white;
}
.fixed1{
	width:750px;height:95px;
	position: relative;
}
.fixed1_1{
	width:80px;height:95px;
	position: absolute;
	left:0;top:0;
	box-sizing: border-box;
	padding-top:33px;
	left:0;top:0;
	display: block;
}
.fixed1_1 img{
	width:16px;height:29px;
	display: block;
	margin:0 auto;
}
.content1{
	width:750px;
	background:white;
	padding:20px 20px;
	box-sizing: border-box;
	background: white;
}
.content1 li{
	margin-left:30px;
}
.content1 img{
    width:100%;
    display:block;
}
.content1>p{
    font-size:24px;
} 
.content1>p:nth-of-type(1){
    font-size:30px;
}
