.navbar-box{
	display: none;
}
.hw-brand{
	background: #fefefe;
	margin-top: 30px;
}
.brand-banner{
	width: 100%;
	height: 310px;
	position: relative;
	overflow: hidden;
}
.brand-banner .slides {
    position: relative;
    z-index: 1;
}
.brand-banner .slides li {
   height: 310px;
}
.brand-banner .slides li a{
    display: block;
    height: 310px;
}
.brand-banner .slides li img{
	display: block;
	width:1280px;
    height: 310px;
}

.brand-banner .flex-control-nav {
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    bottom: 15px;
    z-index: 2;
    text-align:center;
}
.brand-banner .flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}
.brand-banner .flex-control-nav a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/control.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
    transition: all .36s ease;
    position: relative;
}
.brand-banner .flex-control-nav .flex-active{
    background: url('../images/controlon.png') no-repeat;
}
.brand-banner .flex-direction-nav{
    position: absolute;
    z-index: 2;
    top:124px;
    left: 0px;
    width: 100%;
    transition: all .36s ease;
    opacity: 0;
}
.brand-banner:hover .flex-direction-nav{
	opacity: 1;
}
.brand-banner .flex-direction-nav a{
    display: block;
    width: 53px;
    height:67px;
    background: url('../images/jt2.png') center no-repeat;
    background-color: #8e9397;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius:5px;
    overflow: hidden; 
}
.brand-banner .flex-direction-nav a:hover{
    background: url('../images/jt2.png') center no-repeat;
    background-color: #545759;
}
.brand-banner .flex-direction-nav .flex-prev{
    left: 0px; 
}
.brand-banner .flex-direction-nav .flex-next{
    transform: rotate(180deg);
    right: 0px;
}
.brand-type{
	border-bottom: 1px solid #e6e6e6;
	font-size: 12px;
	line-height: 40px;
	padding-top: 30px;
	overflow: hidden;
}
.brand-type h5{
	width: 60px;
	color: #616161;
	font-weight: normal;
	float: left;
	margin-right: 50px;
}
.brand-type ul{
	width: 1170px;
	float:right;
	padding-bottom: 4px;
	
}
.brand-type ul li{
	float: left;
	margin-right: 40px;
}
.brand-type ul li a{
	font-size: 14px;
}
.brand-type ul li.active a{
	color: #b9a37f;
}
.brand-box{
	padding-bottom: 30px;
	padding-top: 30px;
}
.brand-box .brand-list{
	padding-bottom: 60px;
    background: url('../images/block_bg.png') left bottom no-repeat;
}
.brand-box .brand-list .title{
	text-align: center;
	height: 135px;
	padding-top: 40px;
}
.brand-box .brand-list .title h3{
	font-size: 24px;
	color: #313131;
}
.brand-box .brand-list .title p{
	font-size: 14px;
	color: #919191;
	margin-top: 20px;
}
.brand-box .brand-list ul li{
	width: 240px;
	float: left;
	position: relative;
	margin-right:20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.brand-box .brand-list ul li:nth-child(5n){
	margin-right: 0px;
}
.brand-box .brand-list ul li .pic{
	width:240px;
	height: 240px;
	position: relative;
	overflow: hidden;
}

.brand-box .brand-list ul li .pic img{
	display: block;
	width:240px;
	height: 240px;
}
.brand-box .brand-list ul li .txt1{
    height: 60px;
    padding:0 10px;
    color: #313131;
    padding-top: 10px;
    text-align: center;
    overflow: hidden;
}
.brand-box .brand-list ul li .txt1 h3{
    font-size: 16px;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.brand-box .brand-list ul li .txt1 span{
    font-size: 16px;
    display: inline-block;
    padding: 10px 0px;
    font-weight: bold;
    color: #e56a69;
}
.brand-box .brand-list ul li .txt2{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 240px;
	padding: 0 20px;
	background: rgba(255,255,255,0.8);
}
.brand-box .brand-list ul li .txt2 a{
	display: block;
	width: 100%;
	height: 240px;
	padding-top: 120px;
}
.brand-box .brand-list ul li .txt2 .box{
	height: 70px;
	margin: 0 auto;
	border: 6px solid #535353;
	position: relative;
}
.brand-box .brand-list ul li .txt2 .box p{
	width: 100%;
    padding: 0 10px;
    text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 15px;
	color: #373737;
	line-height: 23px;
     display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.brand-box .brand-list ul li .txt3{
	display: none;
	width: 100%;
	height:60px;
	text-align: center;
	line-height: 60px;
	border-top: 1px solid #e6e6e6;
	background: #ffffff;
	font-size: 16px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.brand-box .brand-list ul li .addppt{
	display: block;
    width: 65px;
    height: 20px;
    background: #313131;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
 	display: none;
}
#pages{
	margin: 0;
}
