﻿@charset 'utf-8';
*{ margin:0; padding:0; }
body{ font: 14px "Microsoft Yahei hei"; background: #ffffff; color: #333333; }
h1, h2, h3, h4, h5, h6, table, td, tr, th { font-size: 14px; font-weight:normal; }
ol,ul,li{ list-style: none; }
img{ border:0; }
a:link { color:#333; text-decoration:none; }
a:visited { color:#333; text-decoration:none; }
a:hover { color:#e92032; text-decoration:none; }
a:active { color:#333; text-decoration:none; }
.clear{ clear:both; }
.fix:after {content:'.';display:block;clear:both;visibility:hidden;height:0px;}
/* .fix {zoom:1;} */
.fl{ float:left; }
.left li{ float:left; }
.fr{ float:right !important; }
#layout { width:100%; margin: 0 auto; }
.warp960{width: 960px; margin: 0 auto;}
.w_1673{ width: 1673px; margin: 0 auto; }
.w_1163{ width: 1163px; margin: 0 auto; }
.mt_10{ margin-top: 10px; }
*{ -webkit-margin-before: 0em; -webkit-margin-after: 0em; }
.nor{ margin-right: 0; }
/*隐藏设置*/
.hide{ display: none !important; }
.mian_navs{margin: 20px 0;}
@charset "utf-8";

body {
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #242424;
	background:#fff;
}

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, form, p {
	margin: 0;
	font-weight: normal;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

em, var {
	font-style: normal;
}

ul, ol {
	padding: 0;
	list-style-type: none;
}

.fix:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}

.fix {
	zoom: 1;
}

input, textarea, a, button {
	outline: none;
}

input::-moz-focus-inner {
	border: 0;
}

input, textarea, button {
	border: 0 none;
	background: #fff;
}

/* 公用css */



.w_1200 {width: 1200px;margin: 0 auto;}
.fl {float: left;}
.fr {float: right;}
.f_l {float: left;}
.f_r {float: right;}
.c_b {clear: both;}
.fllist li{float: left;}
.frlist li{float: right;}


