* {
	padding: 0px;
	margin: 0px;
}
body, button, input, select, textarea, a {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #797979;
}
a {
	text-decoration: none;
}
em {
	font-style: normal;
}
li {
	list-style: none;
}
a:hover {
	color: #ff3c3c;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.main {
	width: 1200px;
	margin: 0px auto;
}
.clear {
	clear: both;
}
/*left_nav*/
.left_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #c23131;
}
.hd_allsort_out_box_new .hd_allsort li h3 {
	height: 32px;
	overflow: hidden;
	margin-right: 10px;
	color: #fff;
	background: url(../../static/images/pc/indexhead_sprite.png) no-repeat 190px -1148px;
	font-weight: normal;
	font-size: 14px;
	line-height: 32px;
	transition: all .1s ease-out 0s;
}
.hd_allsort_out_box_new .hd_allsort li h3 a {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
}
.hd_allsort_out_box_new .hd_allsort li h3 .hd_iconfont {
	display: inline-block;
	width: 28px;
	margin-right: 10px;
	text-align: right;
	vertical-align: middle;
	text-decoration: none;
	font-family: "iconfont";
	font-size: 18px;
	font-style: normal;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* background: url(../../static/images/pc/ico_font.png); */
	background-position: 0px 5px;
}
.hd_allsort_out ul li {
	cursor: pointer;
}
.chi {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	/* border: 1px solid #c23131; */
	box-sizing: border-box;
}
.chi_1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	display: none;
}
.chi_1 ul {
	display: none;
}
.chi_1 span {
	display: block;
	width: 100%;
	margin: 0px auto;
	height: 37px;
	line-height: 37px;
	text-align: right;
	color: #575757;
	background: #f0f0f0;
}
.chi_1 span b {
	display: block;
	width: 50%;
	margin: 0px auto;
	background: url(../../static/images/pc/t1.png) left no-repeat;
	font-weight: normal;
	cursor: pointer;
}
.hd_no_pic .cur span b {
	background: url(../../static/images/pc/t2.png) left no-repeat;
}
.chi_1 li {
	display: block;
	width: 66px;
	height: 25px;
	line-height: 25px;
	float: right;
	margin-right: 52px;
	background: url(../../static/images/pc/list3.jpg) left no-repeat;
	text-align: right;
}
/*page*/
 .turn_page {
    width: 600px;
	margin: 0px auto;
	line-height: 14px;
	height: 34px;
	margin-top: 20px;
} 

.turn_page a, .turn_page span {
	float: left;
	width: 34px;
	height: 16px;
	overflow: hidden;
	margin-left: 5px;
	padding: 9px 0;
	border: 1px solid #F2F2F2;
	background: #fafafa;
	color: #999;
	font-size: 16px;
	font-family: Arial;
	text-align: center;
}
.turn_page a:hover, .turn_page span:hover {
	border: 1px solid #F2855F;
	background: #ff8c64;
	color: #fff;
}
.turn_page .page_break {
	border: none;
}
.turn_page .page_break:hover {
	border: none;
	background: #fafafa;
	color: #999;
}

.turn_page .pagination .prev {
	width: 82px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	box-sizing: border-box;
	height: 36px;
	border: 1px solid #F2F2F2;
	background: #fafafa;
	color: #999;
}

.turn_page .pagination .prev:hover {
	border: 1px solid #F2855F;
	background: #ff8c64;
	color: #fff;
}

.turn_page .current {
	border: 1px solid #F2855F;
	background: #ff8c64;
	color: #fff;
}

.turn_page .next {
	width: 82px;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	box-sizing: border-box;
	height: 36px;
}
.turn_page .next:hover b {
	background: url(../../static/images/pc/nexth.png) right no-repeat;
}
.turn_page .next b {
	display: block;
	height: 34px;
	line-height: 34px;
	float: left;
	text-align: left;
	font-weight: normal;
	background: url(../../static/images/pc/next.png) right no-repeat;
	width: 100%;
}
.turn_page .next i {
	margin-left: 5px;
}
.footer{
	margin-top:20px;
}

#activity_pane {
    width: 350px;
    height: 200px;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    padding-top: 200px;
    text-align: center;
}

