@charset "utf-8";
html,body{
		/*overflow-x:hidden;*/
}
#wrap {
	overflow: hidden;
	width: 100%;
	min-width:1200px;
	
}
#header {
	height: 80px;
	width: 100%;
	min-width: 1210px;
	position: relative;
	top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #64c484;
	/*border-bottom-color: rgb(100,196,132);*/
	z-index: 100;
}
#header .topline {
	background-color: #f6f6f4;
	height: 3px;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
}
#header .wb {
	background-color: #f6f6f4;
	height: 80px;
	width: 400px;
	position: absolute;
	z-index: 2;
	margin-left: -400px;
}
#header .tbox{
	height: 80px;
	width: 1210px;
	margin-right: auto;
	margin-left: auto;	
}
#header .logo {
	position: absolute;
	z-index: 10;
	height: 80px;
	width: 333px;
}
#header .topmenu {
	margin-top: 3px;
	margin-left: 308px;
	position: absolute;
	width:900px;
	z-index: 11;
}
#header .topmenu ul li {
	float: left;
	height: 77px;
	width: 203px;
	margin-left: -56px;
	background-image: url(../images/menulil2.png);
	background-repeat: no-repeat;
	background-position: right;
	/*filter: Alpha(Opacity=0);
	opacity:0;*/
}
#header .topmenu ul li:last-child{
	background-image:none;
}
#header .topmenu ul li .mbg {
	position: absolute;
	/*filter: Alpha(Opacity=0);
	opacity: 0;*/
	z-index: 5;
	display: none;
}

#header .topmenu ul li a {
	display: block;
	height: 100%;
	width: 100%;
	transition: 0.3s ease-out;
	position: relative;
	z-index: 20;
}
#header .topmenu ul li a.m1{
	background-image: url(../images/menuli1c.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header .topmenu ul li a.m1:hover{
	background-image: url(../images/menuli1.png);
}
#header .topmenu ul li a.m2{
	background-image: url(../images/menuli2c.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header .topmenu ul li a.m2:hover{
	background-image: url(../images/menuli2.png);
}
#header .topmenu ul li a.m3{
	background-image: url(../images/menuli3c.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header .topmenu ul li a.m3:hover{
	background-image: url(../images/menuli3.png);
}
#header .topmenu ul li a.m4{
	background-image: url(../images/menuli4c.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header .topmenu ul li a.m4:hover{
	background-image: url(../images/menuli4.png);
}
#header .topmenu ul li a.m5{
	background-image: url(../images/menuli5c.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header .topmenu ul li a.m5:hover{
	background-image: url(../images/menuli5.png);
}
#header .topmenu ul li a.m6{
	background-image: url(../images/menuli6c.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#header .topmenu ul li a.m6:hover{
	background-image: url(../images/menuli6.png);
}
#path {
	background-color: #FFF;
	height: 25px;
	width: 100%;
	min-width:1210px;
	position: relative;
	box-shadow: 0 4px 4px -2px rgba(154,154,154,0.6);
	z-index:2;
}
#path .pathway {
	font-size: 14px;
	line-height: 25px;
	color: #000;
	height: 25px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#path .pathway a{
	color: #707070;
	transition: 0.2s ease-out;
	text-decoration: none;
}
#path .pathway a:hover{
	color:#000;
}

#content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*#header .topmenu ul li a:hover{
	background-image: url(../images/mbg.png);
	background-repeat: no-repeat;
}*/
/*#header .topmenu ul li a img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	top: 15px;
	padding-top: 15px;
}*/
#footer{
	position: relative;	
}
