@charset "gb2312";
/* CSS Document */
dl,dt,dd{margin:0;}
.more_color{color:#ea5504;}
.last{text-align:center;font-size: 19px;
	margin-bottom: 15px;}
.last a{background-color:#ea5504;color:#fff;padding:3px 8px;}
.row{background-color:#fff;padding-top:15px;margin-right: -15px;	margin-left: -15px;overflow:hidden;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.ibrand-img img {
	border-radius: 0 30px 0 30px;
	display:block;
	width:100%;
}
.brand-content h1 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
}
.brand-info dl {
	margin-bottom: 10px;
	border-bottom:1px dotted #dedede;
}
.brand-info dt {
	font-size: 19px;
	margin-bottom: 10px;
	font-weight:bold;
}
.brand-desc span {
	color: #ff6600;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.blockquote-reverse, blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.media-right, .media > .pull-right {
	padding-left: 10px;
}
.pull-right {
	float: right !important;
}
@media (min-width:1890px) {
.brand-desc {
	line-height: 2.0;
	font-size: 15px;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-6 {
	width: 47%;
}
}
@media (max-width : 990px) { 

.ibrand-img {
	
	text-align: center;
	
	
	padding:0 10px 10px 10px;
	width:100%;
	
}
.ibrand-img img {
	float: none!important;
	margin: 0 auto;
	display:block;
	width:100%;
}
.ibrand-desc {
	width: 100%;
	clear: both;
}

}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-6 {
	width: 47%;
}


}
@media screen and (max-width: 767px){
.ibrand-img img {
	float: none!important;
	margin: 0 auto;
	display:block;
	width:100%;
}
}