select {
	outline:none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    
}
select::-ms-expand { display: none; }

/*banner*/
.banner_box{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_box li img{
	width: 100%;
}
.banner_box .bx-pager.bx-default-pager{
	position: absolute;
	left: 0;bottom: 26px;
	width: 100%;
	text-align: center;
}
.banner_box .bx-pager-item{
	display: inline-block;
}
.banner_box .bx-pager-item a{
	display: block;
	width: 10px;
	height: 10px;
	overflow: hidden;
	color: #fff;
	margin: 0 10px;
	border-radius: 20px;
	background: #FFFFFF;
}
.banner_box .bx-pager-item a.active{
	color: #951111;
	background: #951111;
}
/*列表*/
.main{
	width: 1060px;
	margin:70px auto;
}
.main .select{
	width: 1060px;
	overflow: hidden;
	margin-bottom: 30px;
}
.main .select li{
	float:left ;
	width: 219px;
	height: 38px;
	margin-right: 12px;
	overflow: hidden;
	border: 1px #dadada solid;
}
.main .select li select{
	margin-top: -1px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    background:none;
	background:url("../images/select_bj.jpg") no-repeat center right 20px;
	border: none;
	width: 240px;
	padding-left: 6px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;cursor:pointer;
}
.main .select li select option{
	width: 220px;
	padding-left: 6px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.main .select li input{
	width: 220px;
	padding-left: 6px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border: none;
}
.main .select li.search {
	float: right;
	width: 123px;
	margin-right: 0;
}
.main .select li.search .sub{
	width: 123px;
	height: 40px;
	display: block;
	background: #ce221c;
	color: #fff;
	font-size:16px;
	border: none;
}
.main .select li.search .sub:hover{
	cursor: pointer;
	background: #b80701;
}
.main dl{
	width: 1060px;
}
.main dl dt{
	width: 1060px;
	height: 52px;
	background: #ce221c;
	line-height: 50px;
}
.main dl dt span{
	display: inline-block;
	font-size: 18px;
	color: #fff;
}
.main dl dd{
	width: 1060px;
	height: 60px;
	line-height: 60;
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
}
.main dl dd:hover span{
	color: #ce221c;
}
.main dl dd span{
	display: inline-block;
	font-size: 16px;
	color: #666666;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.main dl dd span a{
	font-size: 16px;
	color: #666666;
	height: 60px;
}
.main dl dd span.active a{
	display: inline-block;
	font-size: 14px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #ce221c;
	
	border-radius: 203px;
	color: #ce221c;
	overflow: hidden;
	margin-top: 13px;
}
.main dl dd span.active a:hover{
	cursor: pointer;
	background: #ce221c;
	color: #fff;
}
.main a.more{
	width: 102px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	background: #ce221c;
	font-size: 16px;
	color: #fff;
	margin: auto;
	border-radius: 3px;
	margin-top: 30px;
}
.main a.more:hover{
	cursor: pointer;
	background: #b80701;
}


















