@charset "utf-8";
.fixus{
	height:730px;

}
h3{
	padding:60px 0 20px 0;
}
.fixus h3{
	color:#FF5A5F;
	letter-spacing:1px;
}
.fixus h4{
	color:#489BC2;
}
.inner{

	margin: 0 auto;

}
.fixus > div{
  -webkit-animation: animation 1000ms linear both;
  animation: animation 1000ms linear both;
}
.pic{
	height:150px;
	width:109px;
 	display:inline-block;
 	vertical-align:top;
}
.pic1{
	background: url(images/people.png) center top no-repeat;
}
.pic2{
	height:182px;
	background: url(images/fixed.png) center center no-repeat;
}
.pic3{
	background: url(images/report.png) center top no-repeat;
}

.word{
	width:380px;
	display:inline-block;
	padding:20px 50px 10px 50px;
}
.word2{
	width:380px;
	display:inline-block;
	padding:20px 50px 40px 0;
}

@media screen and (max-width: 768px) {
	.fixus{
		height:1200px;
	}
	.word2{
		padding: 20px 50px 10px 50px;
	}
}

.textlf{
	text-align: left;
}
.fixflow{
		background-color: #E6E6E6;
	}
.fixflow ul{
		margin: 50px 0;
	}
.fixflow li{
		display: inline-block;
		width:230px;
		vertical-align:top;
		margin:0 30px;
	}	
@media screen and (min-width: 1200px) {
	.fixflow{
		height:580px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.fixflow{
		height:800px;
		position: relative;

	}
	.fixflow ul{
		width: 600px;
		position: relative;
		margin: auto;
		
	}
	.fixflow li{
		margin:30px 30px;

	}
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.fixflow{
		height:800px;
		position: relative;

	}
	.fixflow ul{
		width: 600px;
		position: relative;
		margin: auto;
		
	}
	.fixflow li{
		margin:30px 30px;

	}
}
@media screen and (max-width: 768px) {
	.fixflow{
		height:1500px;
		position: relative;

	}
	.fixflow ul{
		width: 300px;
		position: relative;
		margin: auto;
		
	}
	.fixflow li{
		margin:30px 30px;

	}
}
.fixflow li span{
		padding: 3px 4px;
		margin: 6px;
		font-weight: bold;
		font-size: 10px;
		border: 1px solid #222;
	}

h5{
	color: #4588A3;
	letter-spacing:1px;
	margin:30px 0 10px 0;
}