@charset "utf-8";
/*margin的样式初始化*/
body,h1,h2,h3,h4,h5,h6,p,ol,ul,input {
	margin:0;
}
/*padding的样式初始化*/
ol,ul,th,td,input {
	padding:0;
}
/*列表点点的样式初始化*/
ul,ol {
	list-style: none;
}
/*下划线的样式初始化*/
a {
	text-decoration: none;
}
/*字体样式初始化*/
em {
	font-style:normal;
}
/*图片的初始化*/
img {
	border:none;
}

/*表格的间隙样式初始化*/
table {
	border-collapse: collapse;
}

/*清除a标签的默认样式*/
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
a{blr:expression(this.onFocus=this.blur());}     /*ie*/
a:focus{outline:none;}   /*ff*/
a.hidefocus{outline:none;}
a{ iPanel.defaultFocusWidth:0;iPanel.focusWidth:0;}

/*表单*/
input,textarea{
	outline: none;
}
textarea {
	resize:none;
}

/*清浮动 BFC*/
.clear:after {
	content: "";display: block;clear: both;
}
clear {
	zoom:1;
}
/*左浮动*/
.fl{
	float: left;
}
/*右浮动*/
.fr{
	float: right;
}
/*页头*/
.nav{ width: 1180px; height: 61px; padding: 39px 0 0 3%; border-bottom: 1px solid #ddd; background: #fff; font-size: 16px;}
@media screen and (min-width:1180px) and (max-width:2000px){ .nav{ width: 97%;}}
.nav .logo{ height: 100%; width: 187px;}
.nav .logo h1{ font-size: 0;}
.nav .logo a{ width: 166px; height: 23px; display: block;}
.nav .logo img{ width: 100%; height: 100%;}
.nav .classify{ height: 100%; width: 82%;}
.nav .classify li{ float: left; width: 10%;/*11月8日修改，调整li宽度*/ height: 58px; text-align: center;}
.nav .classify li a{ width: 100%; height: 100%; display: block; color: #646464;}
.nav .classify li .color{ border-bottom: 3px solid red; color: red; font-weight: bold;}
.nav .classify li .selector{ border-bottom: 3px solid red; color: red; font-weight: bold;}

/*页尾*/
.footer{ width: 100%; height: 210px; background: #373737; font-size: 12px; color: #646464; position: relative;}
.footer .txt{ width: 780px; height: 135px; padding-top: 42px; text-align: center; position: absolute; left: 50%; margin-left: -390px;}
.footer .txt ul { margin-top: 11px;}
.footer span{ display: block; margin-top: 11px;}
.footer li{ display: inline; padding: 0 6px; border-right: 1px solid #646464;}
.footer .paddingNone{ padding-left: 6px; border: none;}
.footer li a{ color: #646464;}
