@charset "UTF-8";

.brand_header {
	background:#333;
}
h2.main {
	font-family: Open Sans;
	font-size:24px;
	color: #fff;
	font-weight:600;
	line-height: 30px;
	text-align: left;
	display: block;
	padding: 20px 0px;
	margin:0px auto 20px auto;
	background:#333;
	width:1000px;
}
h2.main span {
	line-height: 30px;
}

#brandBody {
	width:1000px;
	clear:both;
	margin:0px auto 30px auto;
}

.brand_nav {
	color:#666;
	font-size:14px;
}
.made {
	color:#666;
	font-size:14px;
	line-height:40px;
	width:400px;
	float:left;
}
.made li {
	width:200px;
	float:left;
	text-align:center;
	list-style:none;
	margin-bottom:5px;
	border-bottom:2px solid #eee;
	background-color:#fff;
}
.made li a {
	color:#999;
	display:block;
	text-decoration:none;
}
.made li.active,
.made li:hover {
	color:#333;
	border-bottom:2px solid #b71c22;
}
.made li a:hover {
	color:#b71c22;
}

.search {
	width:100%;
	background-color:#eee;
	margin:0px auto 20px auto;
}
.search i {
	font-size:32px;
}
.search input {
	font-size:14px;
	width:50%;
	height:sapx;
	margin:10px 10px 10px 10px;
	padding-left:5px;
	line-height:32px;
	background:#fff;
	float:left;
}
.search button {
	display:block;
	width:32px;
	height:32px;
	line-height:32px;
	margin:10px 10px 10px 0px;
	padding-top:2px;
	border:none;
	float:left;
}
.search button:hover {
	color:#b71c22;
}
.search button span{
	display:block;
}

.view_switch {
	margin:20px auto 0px auto;
}

/* .brand_tabs */
.brand_tabs {
    float: left;
    letter-spacing: 1px;
	list-style:none;
	width:100%;
}
.brand_tabs li {
    float: left;
    position: relative;
	border-left:1px solid #eee;
}
.brand_tabs li.data_on a {
	font-weight: bold;
}
.brand_tabs li:last-child {
	border-right:1px solid #eee;
}
.brand_tabs a {
    color: #333;
	font-size:14px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
    display: block;
    padding: 5px 10px;
    position: relative;
}
.brand_tabs a:hover,
.brand_tabs a.tab_active {
    color: #333;
	background:#eee;
}
.brand_tabs a.tab_active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 37px;
    height: 19px;
    margin-left: -18px;
}


/* .brand_tabsBody */
.brand_tabsBody {
	clear:both;
	list-style:none;
	padding:40px 0px 0px 0px;
	margin:0px 0px 30px 0px;
	display: flex;
	flex-wrap: wrap;
}
.brand_tabsBody div {
    color: #666;
	font-size:12px;
	line-height:16px;
	text-align:center;
	width:16.6%;
	float:left;
	margin:0px 0px 0px 0px;
}
.brand_tabsBody p {
	padding: 10px;
}
.list_view .brand_tabsBody div {
	color:#333;
	font-size:14px;
	text-align:left;
	padding-left:10px;
	margin:5px 0px;
}
.list_view .brand_tabsBody div span {
	font-size:12px;
	margin-left:5px;
}
.list_view .brand_tabsBody div img {
	display:none;
}
.grid_view .brand_tabsBody div {
	color:#666;
	font-size:12px;
	text-align:center;
	padding-bottom:10px;
	margin:10px 0px;
	border-right:1px solid #eee;
}
.grid_view .brand_tabsBody div:nth-child(-n+6) {
	border-top:none;
}
.grid_view .brand_tabsBody div:nth-child(6n+6) {
	border-right:none;
}
.grid_view .brand_tabsBody div span {
	font-size:10px;
	margin-left:5px;
}
.grid_view .brand_tabsBody div img {
	display:table-cell;
}
.brand_tabsBody div a {
    color: #333;
	display:block;
}
.brand_tabsBody div a:hover {
	color:#b71c22;
	opacity:0.8;
}
.brand_tabsBody div img {
	display:table-cell;
	vertical-align:middle;
	margin:auto;
	width: 100px;
}

/*
*/
.brand_tabsBody:after {
    content: "";
    clear: both;
    display: block;
}

.br_sp {
	display:none;
}
/*
*/
.brand_tabsBody:after {
    content: "";
    clear: both;
    display: block;
}





@media screen and (max-width: 480px) {

h2.main {
	width:100%;
	padding:10px 5px;
}
#brandBody {
	width:100%;
	clear:both;
	margin:0px auto 0px auto;
}

.made {
	font-size:14px;
	line-height:40px;
	width:70%;
	float:left;
}
.made li {
	width:50%;
	float:left;
}

.search input {
	font-size:12px;
	width:80%;
	height:sapx;
	margin:10px 10px 10px 10px;
	padding-left:5px;
	line-height:32px;
	background:#fff;
	float:left;
}

.view_switch {
	color:#666;
	font-size:14px;
	float:right;
	width:60px;
	margin:20px auto 0px auto;
}
.view_switch li {
	width:30px;
	float:left;
	text-align:center;
	list-style:none;
	cursor:pointer;
}

.search02{
	width:100%;
	background-color:#eee;
	margin:0px auto 20px auto;
}
.search02 i {
	font-size:32px;
}
.search02 input {
	font-size:14px;
	width:80%;
	height:sapx;
	margin:10px 10px 10px 10px;
	padding-left:5px;
	line-height:32px;
	background:#fff;
	float:left;
}

/* .brand_tabs */
.brand_tabs {
    float: left;
    letter-spacing: 0px;
	list-style:none;
	width:98%;
	margin: 0px 1% 0px 1%;
}
.brand_tabs li {
    float: left;
    position: relative;
	border-left:1px solid #eee;
	width: 9%;
}
.brand_tabs li:last-child {
	border-right:1px solid #eee;
}
.brand_tabs a {
    padding: 5px 5px;
}

/* .brand_tabsBody */
.brand_tabsBody {
	clear:both;
	list-style:none;
	padding:40px 0px 0px 0px;
	margin:0px 0px 30px 0px;
}
.brand_tabsBody div {
    color: #666;
	font-size:12px;
	line-height:16px;
	text-align:center;
	width:46%;
	float:left;
	margin:0px auto 20px auto;
}

.list_view .brand_tabsBody div {
	color:#333;
	font-size:14px;
	text-align:left;
	padding-left:10px;
}
.list_view .brand_tabsBody div span {
	font-size:12px;
	margin-left:5px;
}
.list_view .brand_tabsBody div img {
	display:none;
}
.grid_view .brand_tabsBody div {
	color:#666;
	font-size:12px;
	text-align:center;
	padding-left:10px;
}
.grid_view .brand_tabsBody div span {
	font-size:10px;
	margin-left:5px;
}
.grid_view .brand_tabsBody div img {
	/* display:table-cell; */
	display: block;
}
.brand_tabsBody div a {
    color: #333;
	display:block;
}
.brand_tabsBody div a:hover {
	color:#b71c22;
	opacity:0.8;
}
.brand_tabsBody div img {
	display:table-cell;
	vertical-align:middle;
	margin:auto;
}


/*
*/
.brand_tabsBody:after {
    content: "";
    clear: both;
    display: block;
}

.br_sp {
	display:block;
}

}
