@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	text-decoration:none;
}
.body{width:1000px;}
.wapper{
				width:1050px; 
				height:auto; 
				margin: 0 auto;
				margin-top:18px;
		}
.header{	
				margin-bottom:10px;
		}
.header #logo{
				float: none;
				margin-top:17px;
				margin-bottom:13px;
			}

.flash{
				
				width:1024px;
				height:545px;
				background-image:url(../images_temp/background.png);
				text-align:center;
				}

.flash .info {	background-color:#ffffff;
				width:314px;
				height:505px;
				float:left;
				margin-top:20px;
				margin-left:20px;
				margin-bottom:20px;
				box-shadow: 2px 6px 8px 2px rgba(0,0,0,0.6);
}

.flash .info .office {
						margin-top:10px;
						margin-left:10px;
						margin-right:10px;
}

.flash .info .text {
						text-align:justify;
						font-family:Tahoma, Geneva, sans-serif;
						font-size:12px;
						font-weight:lighter;
						margin-top:15px;
						margin-left:15px;
						margin-right:16px;
                                                line-height: 1.8;
                                                word-spacing: -1.5px;						
}
.flash .info .sign a{
	background-color: #b3b3b3;
	font-family:Tahoma, Geneva, sans-serif;
        border: none;
        color: #ffffff;
   	padding: 3px 30px;
   	text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
         float:center;
	margin-top: 13.5px;
        -webkit-transition-duration: 0.4s; /* Safari */
         transition-duration: 0.4s;
        cursor: pointer;
}
.flash .info .sign a:hover{
	background-color: #f26522;
    color: white;
}
.flash .location {
					float:right;
					margin-top:27px;
					margin-right:37px;
					opacity:10%;
}