header,section,footer,img {
	display: block;
	margin: 0;
	padding: 0
}

img {
	border: 0
}

a,a:hover {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.c:after {
	display: block;
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
}

.c {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.dn {
	display: none;
}

.bgf {
	background: #fff;
}

.bdt-cd {
	border-top: 1px solid #cdcdcd;
}

.tab {
	border-collapse: collapse;
	background: #fff;
	margin-top: 20px;
}

.tab tr td {
	border: 1px solid #bababa;
	text-align: center;
	height: 55px;
}



/* 分类名称 */
.classify {
	background: #f1f1f1;
	overflow: hidden;
	box-shadow: 0px 1px 5px #ccc inset;
	padding-top: 10px;
}

.sort-all {
	background: #333;
}

.sort-all .menu1 {
	float: left;
	width: 40px;
	padding-left: 35px;
	height: 35px;
	line-height: 35px;
	position: relative;
	color: #898989;
	background-image: url(../img/tb03.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.sort-all .filtrate {
	background-position: 18px 12px;
}

.sort-all .sort {
	background-position: 18px -66px;
}

.menu1 .menu2,.menu1 .menu3 {
	position: absolute;
	display: none;
}

.menu1 .menu2 {
	left: 0px;
}

.menu1 .menu2>li {
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	position: relative;
	color: #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.menu1 .menu2 li:hover {
	background: #ccc;
}

.menu1 .menu3 {
	left: 80px;
	top: 0px;
}

.menu1 .menu3 li a {
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #666;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
}

.menu1 .menu3 li a:hover {
	background: #ccc;
	color: #666;
}

.menu1 .menu3 li .bdt_c {
	border-top: 1px solid #ccc;
}

.bdr67 {
	border-right: 1px solid #676767;
}

.sx-tc {
	color: #252525;
}

.sx-top-ul {
	background: #fff;
    height: 44px;
    width: 100%;
    right: 0;
    position: relative;
    top: 0;
    z-index: 19;
    font-size: 0;
    margin: 0;
    padding: 0;
}

.sx-top-ul li {
	float: left;
	width: 33.333%;
}
.sx-top-ul li.tl {
	text-align: left;
	font-size: 16px;
	color: #252525;
}
.sx-top-ul li.tr {
	text-align: right;
	font-size: 16px;
	color: #252525;
}

.sx-top-ul li a {
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #000;
	font-size: 18px;
}
.sx-top-ul li.tl a{
	text-align: left;
	font-size: 16px;
	color: #252525;
	padding-left: 15px;
}
.sx-top-ul li.tr a{
	text-align: right;
	font-size: 16px;
	color: #252525;
	padding-right: 15px;
}

.sx-top-ul .cur a {
	/*border-bottom: 1px solid #c3c4c6;*/
}

.sx-tab .sx-type-li {
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	font-size: 15px;
	color: #333;
}

.sx-tab li .sx-type-li-ul {
	display: block;
	overflow: hidden;
	padding: 0 9px 5px 9px;
}

.sx-tab li .sx-type-li-ul li {
	margin-top: 0;
	margin-bottom: 6px;
}

.sx-tab li .sx-type-li-ul .cur {
	background: url(../img/tb01.png) -3px -647px no-repeat;
	background-size: 25px;
}

.sx-tab li .sx-type-li-ul .cur a,.sx-tab li .sx-type-li-ul li a:hover {
	background-color: #fff;
	border-color: #ff6a00;
    color: #ff6a00 !important;
}

.sx-tab li .sx-type-li-ul li a {
	color: #252525;
	display: block;

	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*筛选*/

#tcc {
	position: absolute;
	display: none;
	z-index: 1000;
}

#tcc .t_close {
	position: absolute;
	right: 5px;
	top: 4px;
	width: 24px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 24px;
	color: #f00;
	text-decoration: none;
}

#t_title {
	height: 32px;
	line-height: 32px;
	background: #ccc;
	font-size: 16px;
	color: #333;
	cursor: move;
}

#t_wrap {
	overflow: auto;
	padding: 0;
}

