* {
  padding: 0;
  margin: 0;
  border: none;
  font-family: 微软雅黑, serif;
}
fieldset,
img {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  min-width: 1200px;
}
li {
  list-style: none;
}
.hide {
  display: none;
}
.clearfix {
  /* 触发 hasLayout */
  zoom: 1;
}
.clearfix:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.main {
  margin: 0 auto;
  background: url("../images/main_bg.jpg") no-repeat top center #FFFFFF;
  background-size: 100% auto;
  padding: 1px 0;
}
.location{
  line-height: 52px;
  margin: 20px auto 0;
  width: 1200px;
}
.main .con {
  margin: 0 auto 20px;
  width: 1200px;
}
.main .con .pic {
  cursor: pointer;
  width: 388px;
  margin: 20px 17px 10px 0;
  background: #9d2023;
  height: 320px;
}
.main .con .pic .photo {
  width: 100%;
  height: 236px;
  overflow: hidden;
}
.main .con .pic .photo img{
  width: 100%;
  height: auto;
  min-height: 100%;
}
.main .con .pic p {
  padding: 10px 10px 0;
  color: #FFFFFF;
  font-size: 16px;
}
.main .con .pic:nth-child(3n) {
  margin-right: 0;
}