
body {
   min-width:1180px;
   background:#f2f2f2;
}

* {
	/*margin:0px;
    padding:0px;*/
	outline:none;
}
ul,li,a,input,h1,span,i,img,header,nav{
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	border:0px;
}
.header{
  clear:both;
  width:100%;
  height:36px;
  background:#ffffff;
}
.header .menu-top{
 clear:both;
 width:1180px;
 height:36px;
 margin:0 auto;
 line-height:36px;
}
.header .menu-top .l,
.header .menu-top .r
{
 float:left;
 width:auto;
 height:36px;
 overflow:hidden;
}
.header .menu-top .r{
 float:right;
}
.header .menu-top .l .link-title,
.header .menu-top .l .line,
.header .menu-top .r .link-title,
.header .menu-top .r .line
{
 display:block;
 float:left;
 font-size:14px;
 color:#333333;
 font-family:"Microsoft Yahei";
}
.header .menu-top .l .link-title,
.header .menu-top .l .line
{
 margin-right:5px;
}
.header .menu-top .r .link-title,
.header .menu-top .r .line
{
 margin-left:5px;
}
.header .menu-top .link-title:hover{
 color:#f10180;
}

.floatRight{
  width:240px;
  height:auto;
  overflow:hidden;
  position:fixed;
  bottom:0px;
  left:0px;
  z-index:100;
}
.floatRight .image{
 width:240px;
 height:auto;
 overflow:hidden;
 position:relative;
}
.floatRight .image a{
  display:block;
  width:100%;
  height:auto;
  overflow:hidden;
}
.floatRight .image a .img{
 display:block;
 width:100%;
}
.floatRight .floatClose{
 display:block;
 width:10px;
 height:10px;
 position:absolute;
 top:2px;
 right:2px;
 z-index:101;
 cursor:pointer;
 opacity:0.7;
}

