@charset "gb2312";
/*-----------------------------------------------------------------
文件名称：诚信鸡东 - 全站公用样式
编辑日期：2017/8/23 
文件说明：全站公用样式文件
-----------------------------------------------------------------*/

/*以下为初始化代码*/

body,ul,li,span,a,h1,h2,h3,h4,h5,h6,p,ol,dt,dd,img,label,form,div {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font: normal 100% Arial, Helvetica, sans-serif;
	margin: 0 auto;
	font-family: "微软雅黑";
	-webkit-tap-highlight-color: transparent;
}

ul {
	list-style: none;
}

img {
	border: none;
	max-width: 100%;
	width: 100%;
}

p {
	text-align: justify;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #353535;
}

a,img {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	line-height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
/*初始化结束*/

.header,
.nav,
.container {
	width: 1000px;
	margin: 0 auto;
}

.nav{
	/*background: -webkit-linear-gradient(#df2115, #931e0a);
	background: -moz-linear-gradient(#df2115, #931e0a);
	background: -ms-linear-gradient(#df2115, #931e0a);
	background: linear-gradient(#df2115, #931e0a);*/
	
	background: url(imagesnavbg.jpg) repeat-x;
	height: 50px;
}
.nav>ul{
	/*display: flex;
	justify-content: space-around;	*/
}
.nav>ul>li{
	height: 50px;
	line-height: 80px;
	float: left;
}
.nav>ul>li>a{
	color: #FFFFFF;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding: 0 37px;
}
.nav>ul>li>img {
	width: 2px;
}

.container {
	margin-top: 20px;
}
footer {
	margin-top: 70px;
	width: 100%;
}

footer>.foo_bottom {
	background: #e7e7e7;
	text-align: center;
	font-size: 12px;
	height: 170px;
	padding-top: 20px;
	line-height: 20px;
	color: #888;
}

footer>.foo_bottom>span {
	color: #4d4d4d;
}