		body{background-color:#fff;font-family:helvetica,Arial;text-align:justify;}
		*{margin:0;padding:0;}
		a{text-decoration:none;}
		a:hover {cursor:pointer;}
		a img{border:none;}
		
		/*Hangbanguanjia*/
		.header{background:#2f3e51;height:62px;width:100%;top:0;_border-bottom:1px solid #356695;*border-bottom:1px solid #356695;}
		.nav{height:62px;width:1000px;margin: 0 auto;}
		.nav h1{float: left;width:350px;}
		.nav h1 a{display:block;width:322px;height: 31px;margin:13px 0 0;background: url(../images/bannertext.png) no-repeat top center;text-indent: -100000em;}
		.nav div{float: right;height:27px;margin-top:18px;}
		.nav div a{display:inline-block;width:110px;margin-left:90px;color:#303e51;}
		
		.wrapper{
						width:100%;height:404px;
						position: relative;
						background:url(../images/bg.jpg);background-size:100% 100%;
						box-shadow: inset 0 5px 5px -1px #315d88;/*opera或ie9*/
						-moz-box-shadow: inset 0 5px 5px -1px #315d88;/*firefox*/
						-webkit-box-shadow: inset 0 5px 5px -1px #315d88;/*webkit*/
						_border-top:1px solid #315d88;
						*border-top:1px solid #315d88;
		}
		
		.focus{margin: 0 auto;width:1000px;height:100%;position:relative;}
		.focus p{display:block;float:left;width:359px;height:374px;margin-top:30px;}
		.focus div{float:right;}
		.focus div h3{display:block;margin-top:95px;}
		.focus div a{display:inline-block;margin:40px 55px 0 0;}
	
	    .introduction{
	    				background:#fff;width:100%;height:432px;
	    				box-shadow: inset 0 5px 5px -1px #a7a7a7;
						-moz-box-shadow: inset 0 5px 5px -1px #a7a7a7;/*firefox*/
						-webkit-box-shadow: inset 0 5px 5px -1px #a7a7a7;/*webkit*/
						_border-top:1px solid #c5c5c5;
						*border-top:1px solid #c5c5c5;
	    }
	    
	    .introduction ul{list-style: none;display:block;width:1000px;height:100%;margin:0px auto;padding-top:72px;}
	    .introduction li{float:left;width:50%;}
	    .introduction li img{float:left;width:120px;height:106px;margin:0 0 67px 105px;}
	    .introduction li p{margin:27px 0 67px 240px;color:#635d5d;font-size:16px;font-weight:bold;line-height:20px;}

		.footer{width:100%;height:82px;background:#fff;text-align:center;}
		.footer p{
			color:#181c26;font-size:12px;line-height:18px;
		}
		.footer .footerguohuibox{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
		}
		.footer .footerguohuibox a{
			color:#181c26;font-size:12px;line-height:18px;
		}
		.footer p a{
			color:#181c26;font-size:12px;line-height:18px;
		}
		.footer p img{vertical-align: -8px;margin:0 2px;}
	