@charset "UTF-8";
*{
	font-size:15px;
}

#wrapper{
	background-image: url("/img/about/brand_bg.png");
	background-repeat: repeat-x;
	
	background-color: #FFF9BF;
}
.title{
	margin-top:54px;
}
.content_01{
	background-repeat:repeat-x;
	
	overflow:hidden;
	
    margin-bottom: 24px;
}
.content_01 .row{
    width: 750px;
    margin: 40px auto 0;
    overflow: hidden;
    text-align: center;
}
.content_01 .left{
	float:left;
    width: 375px;
	margin-top: 20px;
    line-height: 40px;
}

.center_box{
	width:804px;
	margin:0 auto;
}


.box{
    background-image: url(/img/about/brand_box.png);
    background-repeat: no-repeat;
    width: 780px;
    height: 250px;
    overflow: hidden;
    padding: 12px 13px 12px 11px;
    margin: 0 auto 34px;
}
.content_05{
	margin-bottom:62px;
}
.box .left{
	float:left;
}
.box .right{
    float: right;
    width: 364px;
}
.box .right img{
    margin: 0 auto;
    display: block;
}
.box .right p{
	font-size:12px;
}
.content_02 .right img{
	margin-top: 22px;
    margin-bottom: 20px;
}
.content_03 .right img{
    margin-top: 42px;
    margin-bottom: 30px;
}
.content_04 .right img{
    margin-top: 18px;
    margin-bottom: 20px;
}
.content_05 .right img{
	margin-top: 40px;
    margin-bottom: 38px;
}

.bottom_nav{
	width:804px;
    margin: 24px auto 0;
	overflow: hidden;
	height:112px;
}
.bottom_nav .left{
	float:left;
}
.bottom_nav .right{
	float:right;
}