.icon_12-1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;

}
a.icon_12-1 {
	color: #666666;
}
a.icon_12-1:hover{
	color: #cc0000;
}

.txt_12-1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;

}
.txt_12-2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;


}

.txt_12-3 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;


}
.dashed{
	padding:3pt;
	border-top-color:#ffffff;
	border-right-color:#ffffff;
	border-bottom-color:#ffffff;
	border-left-color:#ffffff;
	border-width:0px 0px 0px 0px;
	border-style:dotted;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
}
.dashed TH,.dashed TD	{
    padding:3pt;
    border-top-color:white;
	border-right-color:white;
	border-bottom-color:#cccccc;
	border-left-color:white;
	border-width:0px 0px 1px 0px;
	border-style:dotted;
}

.dashed TH a,.dashed TD	a{
   color:#000000;
   text-decoration:none;
}


.dashed-2{
	padding:3pt;
	border-top-color:#ffffff;
	border-right-color:#ffffff;
	border-bottom-color:#ffffff;
	border-left-color:#ffffff;
	border-width:0px 0px 0px 0px;
	border-style:dashed;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #000000;
}
.dashed-2 TH,.dashed-2 TD	{
    padding:3pt;
    border-top-color:white;
	border-right-color:white;
	border-bottom-color:#cccccc;
	border-left-color:white;
	border-width:0px 0px 1px 0px;
	border-style:dashed;
}


.dashed-3{
	padding:3pt;
	border-top-color:#ffffff;
	border-right-color:#ffffff;
	border-bottom-color:#ffffff;
	border-left-color:#ffffff;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
}
.dashed-3 TH,.dashed-3 TD	{
    padding:3pt;
    border-top-color:white;
	border-right-color:white;
	border-bottom-color:#cccccc;
	border-left-color:white;
	border-width:0px 0px 1px 0px;
	border-style:solid;
}

.dashed-3 TH a,.dashed-3 TD	a{
	color: #666666;
	text-decoration:none;
}
.homebanner{
	position:relative;
	width:100%;
	height:371px;
}
.homebanner .banner{
	position:absolute;
		top:0;
	left:0;
}
.homebanner .txt{
	position:absolute;
		top:70px;
	right:154px;
	animation-duration: 3s;
}
.homebanner .img1{
	position:absolute;
    top: 117px;
    right: 41px;
	animation-duration: 3s;
	animation-delay: 0.5s;

}
.homebanner .img2{
	position:absolute;
      top: 190px;
    right: 54px;
	animation-duration: 3s;
	animation-delay: 1s;

}
.homebanner .img3{
	position:absolute;
    top: 240px;
    right: 160px;
	animation-duration: 3s;
	animation-delay: 2s;
}
.homebanner .img4{
	position:absolute;
        top: 233px;
    left: 586px;
	animation-duration: 4s;
	animation-delay: 3s;
}
.homebanner .img5{
	position:absolute;
        top: 0px;
    left: 0px;	
}
.homebanner .img6{
	position:absolute;
      top: 90px;
    left: 77px;
	animation-duration: 3s;
	animation-delay: 2s;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.8;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0.8;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
