@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-size: 12px;
  color: #333;
  min-width: 1200px;
  position: relative;
  font-family: "Microsoft YaHei" !important;
}

ul {
  list-style: none;
}

/*清除浮动*/
.clearfix {
  zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

[v-cloak] {
  display: none;
}

.fl{
  float: left;
}
.top_l {
  margin-left: 3%;
}
a, a:link {
  text-decoration: none;
}
.out{
  width: 1200px;
  margin: 0 auto;
}
.out{
  width: 1200px;
  margin: 0 auto;
}

.min_wd{
  min-width: 1200px;
}
.syh1{
  font-size: 28px;
  line-height: 48px;
  text-align: center;
}
.h2{
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
a[title="站长统计"]{
  display: none;
}
.page_header_nav .nav a{
  cursor: pointer;
}