/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:'微软雅黑';
	}
body{
     width:100%;
	/* height:945%;*/
	height:auto;
	 background:url(../images/1_02.jpg);
	} 
	
a{
	text-decoration:none ;
	display:block;
	}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:active{
text-decoration:none;
}	
input{
    -webkit-tap-highlight-color:rgba(0,0,0,0，0)	;
	-webkit-user-modify:read-write-plaintext-only;
	outline:none;
	}
		
ul li{
	list-style-type:none;
	}

.hd{
	position:absolute;
	width:100%;
	top:65%;
	
	}
	
.hd ul{
	position:absolute;
	width:90%;
/*	background:red;*/
	margin:5% 5%;
	}	
.hd ul li{
	float:left;
	width:18%;
	margin-left:1.5%; ;
	/*background:#fff;*/
	overflow:hidden;
	}
/*ul.zt{
	width:92%;
	height:92%;
	background:red;
	margin:auto;
	}		
 ul.zt li{
	float:left;
	width:28%;
	height:32%
	background-color:pink;
	margin:2em 2em 2em 2em;
	overflow:hidden;
	}*/
.tu{
	float:left;
	margin-top:5rem;
	background:#FFFFFF;
	height:100%;
	width:24%;
	height:32%;
	margin-left:7%;
	position:relative;
	overflow:hidden;
	/*border:1px solid red;*/	
	}
.nr{
	clear:both;
	height:93%;
	width:90%;
	position:absolute;
	margin:5% 5%;
	position:relative;
	overflow:hidden;
	/*border:1px solid blue;*/
	}
	
		
img{
	border:none;
	}


.qrcode {
    display: inline-block;
    vertical-align: middle;
}
.qrcode .icon {
    display: inline-block;
   /* width: 25px;
    height: 25px;*/
    vertical-align: middle;
}

.qrcode .large {
    display:none;
    position: absolute;
    top:2.4em;
	
    left:10%;
    padding: 5rem 0;
    z-index: 10;
    padding: 2rem;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 6px 0 #999;
    width: 80%;
    height: auto;
}
/*.qrcode:hover img {
    display: block;
	cursor:pointer;
}*/


/*.mask1{
	 position: absolute;
     top:0;
     left:0;
     width: 100%;
     height:72%;
	}*/
.mask{
	 position: absolute;
     top:0;
     left:0;
     width: 100%;
     height:79%;
	 display:none;
	 background-color: rgba(0, 0, 0, .3);
	}	
	
/*.qrcode:hover .mask{
	 cursor:pointer;
	 background-color: rgba(0, 0, 0, .3);    
     }
 */
	 
	 
