html, body{
  font-family: 'yahei', serif !important;
  font-size: 100%;
  background-image:url(../images/bg.jpg);
}
body a:hover,h5.top a:hover,.b-text h5 a:hover,.b-bottom-text h5 a:hover,.b-text h6 a:hover,.b-bottom-text h6 a:hover{
    color:#919191;
	
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"],.port-grid ,.text p,.text h3{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h3,h5,h6,a{
	margin:0;	
	font-family: 'yahei', sans-serif !important;
}	
p{
	font-family: 'yahei', serif !important;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.margin-2{margin-top:-2em}
.height2 {
    height:2em;
}
.height1 {
    height:1em;
}