
body {
   min-width:1220px;
}

* {
	margin:0px;
	padding:0px;
	outline:none;
}
ul,li,a,input,p,h1,span,i,img,header,nav{
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	border:0px;
}
.header{
  clear:both;
  width:100%;
  height:84px;
  background:#f10180;
}
.header .HDB02{
  width:1180px;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}
.header .HD01{
  width:auto;
  height:auto;
  overflow:hidden;
  float:left;
  font-size:14px;
  color:#ffffff;
  font-family:"Microsoft Yahei";
}
.header .HD01 a{
  color:#ffffff;
  text-decoration:none;
  font-family:"Microsoft Yahei";
}
.header .HD01 img{
 vertical-align:middle;
 display:inline;
 margin-right:30px;
}
.header .HD02{
  width:auto;
  height:84px;
  float:right;
}
.header .HD02 .tit{
   display:block;
   font-size:16px;
   color:#fff;
   font-family:"Microsoft Yahei";
   float:left;
   line-height:84px;
   padding:0 30px;
}
.header .HD02 .tit:hover{
   background:#ff0088;
   text-decoration:none;
}
.header .HD02 .hover{
  background:#ff0088;
}



