﻿@charset 'utf-8';

body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul,div,caption{
	margin: 0;
	padding: 0;
	box-sizing: content-box !important;
}
img{
	border: none;
}
pre{
	border: none;
}
a{
	text-decoration: none !important;
	color: #333;
}
ul,li,ol,dl,dd,dt{
	list-style: none;
}
body{
	color: #3C3C3C;
    -webkit-font-smoothing: antialiased;
    background-color: #e2e2e2;
    font-size: 12px;
    font-family: "宋体",simsun;
}
article,aside,dialog,header,section,footer,nav,figure,menu{
	display: block;
}
.crumbs{
	width: 1170px;
	margin: 0 auto;
	height: 42px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	line-height: 42px;
	background-color: #fff;
	color: #999;
	font-size: 12px;
	margin-top:5px;
	padding-left: 22px;
	box-sizing: border-box !important;
	font-family: "微软雅黑",Microsoft YaHei;
}
.crumbs a{
	font-family: "微软雅黑",Microsoft YaHei;
}
.crumbs a:hover{
	color: #d2284d;
	text-decoration: underline;
}
.crumbs span{
	color: #333;
}
.nav_left:hover .slide{
    display: block;
}
/*清除浮动代码*/ 
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1} 