@charset "utf-8";
/* CSS Document */

body{ 
       margin:0px;
       padding:0px;
	   
	
}

.wrapper{
	width:1000px;
	margin:0px auto;
}

h1,h2,h3,h4,h5,ul,a,span,li,p{
				margin:0px;
				padding:0px;
}


.top_section{
				width:1057px;
				height:170px;
				margin:0px;
				padding:0px;
				float:left;
			
				border-radius:3px;
				
}


.top_section1{
				width:1057px;
				
				margin:0px;
				padding:0px;
				float:left;
				/*background:url(../img/abc.png) repeat-x;*/
				margin-top:10px;
				border-radius:3px;
				 z-index:-1;
}



.box1{ width:960px;
     float:left;
	margin-top:5px;
	
 }
 
 
.left_part{ width:960px;
float:left;
/*background:#069;
*/
margin-top:6px;
/*border-radius:3px;
border:1px #FFCC00 solid;
 box-shadow:0px 4px 4px 0px #000000;   	*/
}


.right_part{ width:350px;
float:right;
/*background:#9FF;*/
margin-top:6px;
border-radius:3px;
 border:1px #FFCC00 solid;
 box-shadow:0px 4px 4px 0px #000000;  	
}


.contain2{
	width:700px; 
	float:left; 
	height:50px;
	 margin-top:10px;
	 margin-bottom:10px;
	  border:1px #FF3300 solid;
	   box-shadow:0px 4px 4px 0px #000000; 
	   margin-left:180px;
	    border-radius:10px;
		background:#036;
/*		background:url(../img/menu_bg.png) repeat;*/
	
}
.contain2 h4{
color:#fff; 
font-size:20px;
 margin-top:15px;
 text-align:center;
 }
 
 .contain2 h4:hover{ color:#6F0; }
 
 
 
 
 .footer_btn{ background:#003399;
 border:1px #FFCC00 solid;
  margin-top:10px;
   float:left;
    width:960px;
	 height:40px;
	   border-radius:3px;
	     opacity:0.9;
}

.footer_btn h1{font-size:16px; 
font-family:Arial Regular; 
text-align:center;
 margin-top:10px;
  margin-bottom:20px;
   color:#F00;
  }
  
.footer_btn a{
	text-decoration:none;
      color:#FFC;    
  }  
 
 
 
 


.blink_me {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

