
			body{
				
				margin: 0;
				padding: 0;
			}
			a{
				color: #000000;
				text-decoration: none;
			}
			a img{
			border: none;
			
			}
						
			.header{
			width: 100%;
			height: 80px;
			position: fixed;
			z-index: 999;
			margin: -20px auto;
		    box-shadow: 0px 2px 8px #888;
              
			}
			.header .header_bg{
			width: 100%;
			height: 80px;
			background-color: #eeeeee;
			opacity:0.95;
			}
			.header_logo{
				width: 100%;
				margin-left: 30px;
			}
			.header .header_logo img{
				width: 200px;
				height: 65px;
				left: 60px;
				top: -70px;
				position: relative;
				float: left;
				margin: 10px;
				z-index: 999;
			}

			.header .header_menu{
				margin-left: 35%;
				width: 100%;
				
			}
			.header .header_menu ul{
				position: relative;
				top: -50px;
				left: 40px;
				}
			.header .header_menu ul li{
				float: left;
				list-style: none;
				display: block;
				padding: 10px;
				font-size: 14px;
				
			}
			
			.header .header_menu ul li a:hover{
				
				color: red;
			}
			.header .header_menu ul li a:visited{
				background:#000;
			}
			.header .header_menu .nav_title .nav_chilren {
				position: absolute;
				z-index: 999;
				text-align: center;
				opacity:0.95;
				width: 100px;
				background-color: #eee;
				margin: 10px 0px 0px -20px;				
				display: none;
			}
			.header .header_menu .nav_title:hover .nav_chilren
			{
				z-index: 999;				
				display: block;
			}
			.header .header_menu .nav_title .nav_chilren p{
				width: 100%;
				height: 20px;
				margin: 10px 0;
			}
			.header .header_menu .nav_title .nav_chilren p:hover{
				background-color:#fff;
				
			}
		
			.foot{
				position:relative;								
				height: 320px;	
				background-color:rgba(8, 146, 234, 0.38);
				padding-top: 10px;
				min-width: 1180px;
              text-align:center;
			}
			.foot_up{
				height: 270px;
				text-align: center;
			}
			.foot_up h1{
				font-size: 20px;
				font-weight: bold;
              color:#000;
              margin-bottom:10px;
			}
			.foot .foot_up .left{
				float: left;
				width: 33.3%;
              display:block;
			}
			.foot .foot_up .left img{
				width:130px;
			}
			.foot .foot_up .left p{
				
				
				font-size: 13px;
				margin: 5px 0; 
			}
			.foot .foot_up .left p img{
				width: 175px;
				height: 175px;
			}
			.foot .foot_up .center{
				float: left;
				width: 33.3%;
              display:block;
			}
			.foot .foot_up .center a{
				position: relative;
				top:-30px;
				color: white;
			}

			.foot .foot_up .center table{
				margin: 20px auto;
			}
			.foot .foot_up .center td{
				width: 50%;
				height:45px;
			}
			.foot .foot_up .center td a{
				color: #000;
			}
			.foot .foot_up .center td img{
				width: 75%;
			}
			.foot .foot_up .right{
				display:block;
				float: left;
				width: 33.3%;
			}
			
			.foot .foot_up .right p{
				font-size:15px;
              font-weight:bold;
				margin-top: 30px;             
			}


			.foot_down{
                  width: 100%;
                  text-align: center;
                  background:#002060;
                  padding: 10px 0;		
			}
            .foot_down span{
              	font-size: 14px;
                color: #FFF;
                display: inline-block;
                zoom: 1;
                margin: 0 10px;
            }
			.btn-circle {  
			  width: 50px;  
			  height: 50px;  
			  text-align: center;  
			  padding: 6px 0;  
			  font-size: 12px;
			  color: #eee;  
			  line-height: 3;  
			  border-radius: 25px;  
			}  

			.clear{
				clear: both;
			}
			
