body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr{
    margin:0;padding:0; 
}
a{outline:none;text-decoration:none;}
a,button{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    &:active{
        -webkit-tap-highlight-color:rgba(0,0,0,0);
    }
    cursor: pointer;
}
body{
	background:#3a4e69;
	min-height:100%;
	min-width:800px;
	font-size:14px;
	color:#323232;
	overflow: hidden;
}
.wrp{
	width:900px;
	margin:0 auto;
	background: #fff url(../../images/common/land-head.png) no-repeat 0 0;
	color:#323232;
	box-shadow: 0 0 14px rgba(0,2,3,.6);
	-webkit-box-shadow: 0 0 14px rgba(0,2,3,.6);
}
.wrp .tips{
	width:630px;
	margin:0 auto 33px;
	text-align:justify;
	line-height:26px;
	padding-top:294px;
}
.wrp .list{
	width:715px;
	margin:0 auto;
	overflow: hidden;
}
.wrp .list div{
	float: left;
	width:320px;
	padding-top:60px;
	background-repeat: no-repeat;
}
.wrp .list div p{
	width:236px;
	text-align:justify;
	line-height:25px;
	color:#616062;
	margin:10px 0 0 43px;
}
.wrp .list div.left{
	background-image: url(../../images/common/n-1.png);
}
.wrp .list div.right{
	margin-left:60px;
	background-image: url(../../images/common/n-2.png);
}
.wrp .list div.right p{
	width:256px;
}
.wrp .bot{
	padding-bottom:50px;
}
.wrp .bot .ercode{
	width:175px;
	height:173px;
	margin:45px auto 0;
	background-image: url(../../images/common/ercode.png);
}
.wrp .bot .text{
	font-size:16px;
	margin-top:15px;
	text-align: center;
}