body
{
	font-size:100%;
	font-family: "微软雅黑";
}
*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img{
	width: 100%;
	display:block;
	position: relative;
}
.container{
	width: 100%;
	position: relative;
	word-break: break-all;
	word-wrap: break-word;
	background-image: url(../img/back.jpg);
	background-repeat-x: no-repeat;
	background-position: center;
	background-size: contain;
	height: auto;
}
.inner_container
{
	/*position: absolute;*/
	top: 0px;
	padding-left: 5%;
	padding-right: 0.3%;
	font-size: 0.7em;
	box-sizing: border-box;
	line-height: 1.9em;
}

.inner_container p{
	font-size: 1.2em;
	color: #E60013;
    padding: 1% 0;
    display: inline-block;
    font-weight: bold;
}

.fl
{
	float: left;
}
.step
{
	overflow: hidden;
}

.inner_container li
{
	list-style: none;
	text-indent: 2%;
}
.left_div
{
	width: 80%;
}
.right_div
{
	width: 20%;
}
.brand:hover
{
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
}
