* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
h3 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
select,
input,
textarea {
  font-family: "微软雅黑", "MicrosoftYaHei";
  font-size: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "微软雅黑", "MicrosoftYaHei" !important;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "微软雅黑", "MicrosoftYaHei";
  font-size: 16px;
  transition: 0.5s all;
}
.banner {
  width: 100%;
  height: 576px;
  background: url(../images/banner.jpg) center center no-repeat;
}
.wrap {
  width: 1200px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.wrap .title {
  width: 1097px;
  height: 38px;
  margin: 40px auto 0;
  background: url(../images/one.jpg) center center no-repeat;
}
.wrap .con {
  width: 1200px;
  height: 419px;
  margin-top: 50px;
}
.wrap .con_tit {
  margin-top: 40px !important;
}
.wrap .two {
  background: url(../images/two.jpg) center center no-repeat;
}
.wrap .three {
  background: url(../images/three.jpg) center center no-repeat;
}
.wrap .four {
  background: url(../images/fore.jpg) center center no-repeat;
}
.wrap .five {
  background: url(../images/five.jpg) center center no-repeat;
}
.wrap .six {
  background: url(../images/six.jpg) center center no-repeat;
}
.wrap .seven {
  background: url(../images/seven.jpg) center center no-repeat;
}
.wrap .eight {
  background: url(../images/eight.jpg) center center no-repeat;
}
.wrap .page {
  margin-top: 30px;
  width: 1200px;
  height: 34px;
  text-align: center;
}
.wrap .page ul {
  width: 152px;
  margin: 0 auto;
}
.wrap .page ul li {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  border: solid 1px #adadad;
  margin-right: 8px;
}
.wrap .page ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .page ul li a:hover {
  background-color: #bd1a2d;
  color: #ffffff;
}
.wrap .page ul .on {
  background-color: #bd1a2d;
}
.wrap .page ul .on a {
  color: #ffffff;
}
