/*# sourceURL=/template/pc/css/brand.css */
/*@ sourceURL=/template/pc/css/brand.css */
.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("http://www.haowuyunji.com/template/pc/css/../images/control.png") no-repeat;
    overflow: hidden;
    cursor: pointer;
    transition: all .36s ease;
    position: relative;
}
.brand-banner .flex-control-nav .flex-active{
    background: url("http://www.haowuyunji.com/template/pc/css/../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("http://www.haowuyunji.com/template/pc/css/../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("http://www.haowuyunji.com/template/pc/css/../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;
	width: 105px;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.brand-type ul li a{
	font-size: 14px;
}
.brand-type ul li.active a{
	color: var(--text_color);
	background-color: var(--main_color);
	padding: 3px 6px;
	border-radius: 10px;
}
.brand-box{
	padding-bottom: 30px;
	padding-top: 30px;
}
.brand-box .brand-list{
}
.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;
}
#pages{
	margin: 0;
}
