/*style.css*/
*, a, h1, h2, h3, h4, body {
	font-family: 'Open Sans',Arial,Helvetica,sans-serif; 
}

html, body{
	margin: 0;
	padding: 0;
	color: #5f6775;
	background: #fff;
	font-size: 14px;
	min-width: 1024px;
	width: 100%;
	background: url("../img/bg.jpg");
}

a {
	color: #888;
}

h1 {
	text-align:left;
	font-size: 22px;
	color: #888;
	text-shadow: 0 2px 1px #fff;
	margin: 0 0 20px 0;
	font-weight: normal;
}

section {
	padding: 0 50px;
}

ul {
	list-style: none;
	margin: 50px 0;
	padding: 0;
	width: 100%;
	position: relative;
	display: table;
}


ul li{
	width: 20%;
	width: calc(100% / 5); 
	box-sizing: border-box;
	margin: 0;
	padding: 90px 0;
	border-left: 1px dashed #b5b5b5;
	text-align: center;
	position: relative;
	float: left;
}

ul li.last{
	border-right: 1px dashed #b5b5b5;
}

ul li a{
	display: block;
}

ul li i{
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/sprite.png") no-repeat top right;
	position: absolute;
	display: block;
	top: 0;
	right: 10%;
}

ul li span{
	width: 105px;
	height: 120px;
	background: url("../img/sprite.png") no-repeat top left;
	position: relative;
	display: block;
	margin: 0 auto;
}

ul li span#ch{
	width: 119px;
	background-position: 0 -120px;
}

ul li span#fox{
	width: 123px;
	background-position: 0 -243px;
}

ul li span#op{
	width: 110px;
	background-position: 0 -370px;
}

ul li span#saf{
	width: 111px;
	background-position: 0 -496px;
}

ul li h2{
	margin: 70px 0;
	position: relative;
	font-size: 20px;
	color: #888;
	text-shadow: 0 2px 1px #fff;
	font-weight: normal;
}

ul li h2 em {
	padding: 5px 15px;
	background: #fff;
	position: absolute;
	display: block;
	margin: 0 auto;
	top: -35px;
    right: 10%;
    font-size: 12px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-style: normal;
	font-weight: normal;
}

.erptxt {
	margin: 0 0 50px 0;
}

.erptxt p {
	text-align:left;
	font-size: 14px;
	color: #888;
	text-shadow: 0 2px 1px #fff;
}