body {
	background: rgba(255, 255, 255, 1);
}
.topbanner{
	/*height:235px;*/
	background:rgba(216,216,216,1);
	position:relative;
	z-index:1;
}
.topbanner img{
	width:100%;
	height:auto;
}
.clearfix {zoom:1;}    /*==for IE6/7 Maxthon2==*/
.clearfix:after {
    clear:both;
    content:'';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;

}   /*==for FF/chrome/opera/IE8==*/ 
 .weixinImg{position: absolute;z-index: -1;opacity: 0; pointer-events: none;display:none;}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none!important;
}