h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
  font-family:\5FAE\8F6F\96C5\9ED1;
   font-size: 14px;
   background:#fff; 
   padding: 0;
   margin: 0;
}
ul {
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
img{
	border: 0;
}
body a{
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
body a:hover{
	text-decoration:none;
	text-decoration:none;
		text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	color: #1F499D;
}
.fl{
float: left;
}
.fr{
float: right;
}
.container{
margin:0 auto;
width: 1200px;
}
.container2{
margin:0 auto;
width: 1100px;
}
.container3{
margin:0 auto;
width: 1000px;
}
.align_center{
	text-align: center;
}
.clear:after {clear: both;content: "";overflow: hidden;}
.box{
	position: relative;
}

.bigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;border: 10px solid #fff;}
        .mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
        .mask:hover{cursor:zoom-out}
        .mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
        .mask>img:hover{cursor:pointer}
        .mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}