﻿@charset "utf-8";
/* CSS Document */
.brand_w span , .safety span ,.stable span{color:#b7292d;}

/*品牌*/
.brand_w span{
	display: block;
	float: left;
	clear: both;
	margin-top: 23px;
}
.exper{
	float: right;
	height: auto;
	margin-top: 23px;
}
.brand_w{
	margin: 20px auto 0 auto;
}

/*安全*/
.safety{
	height: 170px;
	margin: 20px auto 50px auto;
	font-size: 20px;
}
.safety img{
	float: left;
	margin-top: 10px;
	clear: both;
}
.safety span{
	line-height: 35px;
	font-weight: bold;
}
.letter{
	float: right;
	line-height: 32px;
}

/*安稳如山*/
.stable{
	margin: 20px auto 30px auto;
	font-size: 20px;
}
.stable span{
	line-height: 45px;
	font-weight: bold;
}
