@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	border: none;
}
img {
	border: none
}
h2, h3 {
	font-weight: normal;
	font-size: 18px;
	color: #fff
}
table, tr, th, td {
	font-weight: normal
}
li {
	list-style: none;
}
body {
	font-family: 'Microsoft YaHei', 'Heiti SC';
	background: #fff;
	font-size: 14px;
	color: #333
}/* CSS Document */
.container {
	width: 100%;
	max-width:1920px;
	height: auto;
	display: table;
	margin: 0 auto;
}
.contairfner {
    background: rgb(255, 255, 255);
    transition: 0.3s linear;
    width: 100%;
    height: auto;position: inherit;
 /*   position: fixed;*/
    z-index: 999;
    box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.2);
    -webkit-transition: linear .3s;
    -moz-transition: linear .3s;
    -o-transition: linear .3s;
}

.contairfner .hearder-bg{
	width: 100%;
	height: 134px;
	background-size: 100% 100%;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.header {
	display: block;
	width: 1100px;
	height: 118px;
	margin: 0 auto;
}
.logo {
	float: left;
	margin-top:25px;
}
.logo {
	float: left;
	margin-top:25px;
}
.phone {
	float: right;
	width:214px;
	margin-top:25px
}
.day {
	font-size: 18px;
	color: #fe0101;
	height: 30px;
	line-height: 30px;
}
.day #show {
	float: right;
	font-weight:bold
}
.nav {
	width: 100%;
	height: 61px;
	background:url(../images/nav-bg.jpg) repeat-x
}
.menu {
	height: 61px;
	display: block;
	width: 1100px;
	margin: 0 auto;
}
.menu ul li {
	position: relative;
	float: left;
	width: 157px;
	overflow: hidden;
	position: relative;
	line-height: 48px;
	text-align: center;
}
.menu ul li a {
	width: 157px;
	height: 48px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	color: #3a3a39
}
.menu ul li a:hover {
	color: #ed0202
}
.menu ul li span {
	position: absolute;
	top: 20px;
	right: 0;
	width: 8px;
	height:8px
}
div.moduletable-banner {
	width: 100%;
	height:auto;
	display:table;
	position: relative;
	background:url(img/banner_loading.png) no-repeat center;
}

