@charset "utf-8";
/* margin and padding */
 *{margin:0; padding:0;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,img,form,applet,fieldset,legend,button,input,textarea,th,table,tr,td{ margin:0px auto;padding:0;border:none;}

/* bady */
body{ 
font: 14px/1.5!important SimSun,sans-serif;
font-family: Arial,黑体;
/*font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande","Helvetica Neue",Helvetica,Arial,黑体,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif;*/
color:#000;
background:#dcdcdc ;
min-height:675px;
min-width:1272px;
}
 
body,div,fieldset,form,h1,h2,h3,h4,h5,h6,html,p{-webkit-text-size-adjust:none}
html{height:100%;  }
input::-ms-clear{display:none;}/*清楚文本框X*/

/* img */
img{padding:0;margin:0;vertical-align:top;border:none}
li,ul{list-style:none;outside:none;}
dl,dt,dd{-moz-transition:all 0.5s;-webkit-transition:all 0.5s;transition:all 0.5s;}
/*全局方向箭头图片*/
.icon {
	background: url(../image/icon.png) no-repeat 0 0;
}
a:focus{outline:none;}
/* float */
.fl{float:left;}
.fr{float:right;}
.auto{margin:0 auto;}

/* div */
ul,li{list-style-type:none; margin:0px; padding:0px;}

/* font */
a{color:#000;text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:none;color:#e60012;}
 
 
/*分页 start */
 .p_page{
 	margin-top:18px;
	width:960px;
	height:30px;
	display:inline-block;
	margin-bottom:15px;
}
.p_page_right{float:right;
	
	}
 .p_page p{
	display:inline-table;
	width:70px;
	height:30px;
	background:#e60012;
	text-align: center;
    line-height: 30px;
	margin-left:8px;
}
.p_page .number{
	display:inline-table;
	height:30px;
	background:#e60012;
	text-align: center;
    line-height: 30px;
	margin-left:6px;
	color:#FFF;
}
.p_page span{
	display:inline-table;
	width:30px;
	height:30px;
	background:#e60012;
	text-align: center;
    line-height: 30px;
	margin-left:6px;
	 
}
.p_page  a{
	color:#fff;
 
}
 .p_page  a:hover{
	color:#e60012;
	background:#fff;
	display:block;
}
/*分页 end */

/*返回顶部*/
#leftsead{width:131px;height:143px;position:fixed;top:728px;right:0px;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:131px;height:53px;}
#leftsead li img{float:right;border-bottom-left-radius:5px;border-top-left-radius:5px;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:131px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-166px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:216px;top:2px;}




/*404*/
.error404{
    width: 960px;
    margin: 0 auto;
	background-color:#FFF;
	height:600px;
	margin-bottom:15px;
}
.error404 span{
	display:block;
	font-size:14px;
	margin:22px 0 5px 0px;
	}
	
.error404 .info {
	display:inline-block;
 	float: left;
	padding-left: 12%;
	 
}
.error404 .info h1 {
	font-size: 102px;
	font-weight: 700;
	margin-top: 130px;
	line-height: 105px;
	color: #ea4848;
	text-transform: uppercase;
}
.error404 .info h2 {
	font-size: 33px;
	line-height: 33px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
}
.error404 .info h3{
	float:left;	
 
	}
.error404 .info p.p1 {
	font-size: 14px;
	margin-left:15px;
}
#sidebar.sticky { float: none; position: fixed; top: 20px; z-index: 6; left: auto; }
 