h1,
h2,
h3,
h4,
h5,
h6,
img,
ul,
li,
a,
span,
p,
i,
strong,
b,
em,
form,
input,
label,
div,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* {
  #font-family: 宋体;
}
img {
  vertical-align: middle;
  border: 0;
}
a {
  color: #000000;
  text-decoration: none;
}
body {
  min-width: 1000px;
}
ul {
  list-style: none;
}
body {
  background-color: #164fb6;
}
.main {
  width: 1000px;
  margin: 0 auto;
}
.main .banner {
  width: 100%;
  height: 160px;
  overflow: hidden;
}
.main .banner img {
  width: 100%;
}
.main .top {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background-color: #ae1f25;
}
.main .top ul {
  display: flex;
  float: left;
  height: 35px;
         margin-left: 118px;
}

.main .top ul li {
  float:left;
  text-align: center;
  margin: 0 89px;

  
      margin-left: 132px;
}
.main .top ul li a {
  color: #fff;
  font-weight: 700;
}
.main .center {
  padding: 60px 130px;
  background-color: #fff;
}
.main .center .xuzhi {
  height: 53px;
}
.main .center .xuzhi img {
  height: 53px;
}
.main .center p {
  font-size: 20px;

  line-height: 40px;
  text-indent: 2rem;
}
.main .center .time {
  width: 70px;
  height: 33px;
  background-color: #e1e1e1;
  line-height: 33px;
  text-align: center;
  margin: 0 auto;
}
.main .center .jubao {
  margin-top: 10px;
  text-align: center;
  display: none;
}
.main .center .jubao li {
  width: 130px;
  text-align: center;
}
.main .center input {
  outline: none;
}
.main .center .niming-select {
  width: 130px;
  height: 40px;
  background-image: url('../images/shu-select.png');
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
}
.main .center .niming-selected {
  width: 130px;
  height: 40px;
  background-image: url('../images/ni-selected.png');
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
}
.main .center .shuming-select {
  width: 130px;
  height: 40px;
  background-image: url('../images/ni-select.png');
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
}
.main .center .shuming-selected {
  width: 130px;
  height: 40px;
  background-image: url('../images/shu-selected.png');
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
}
.main .xiangguan {
  height: 40px;
}
.main .xiangguan img {
  height: 40px;
}
.main .xiangguan-center {
  overflow: hidden;
      font-family: 宋体;
}
.main .xiangguan-center ul {
  margin-bottom: 50px;
  margin-top: 10px;
}
.main .xiangguan-center ul li {
  line-height: 30px;
}
.main .xiangguan-center ul li a {
  color: #C15A3A;
  font-size:20px;
}
.main .xiangguan-center ul li a img {
  padding-bottom: 5px;
}
.main .xiangguan-center .go-jubao {
  text-align: center;
}
.main .qitafl {
  margin-bottom: 30px;
}
.main .qitafl img {
  width: 230px;
  margin-left: -10px;
}
.main .qitafl ul {
  margin-top: 10px;
}
.main .qitafl ul li {
  line-height: 40px;
  font-size: 20px;
}
.main .xuzhi {
  height: 45px;
}
.main .xuzhi img {
  height: 45px;
}
.main .footer {
  height: 50px;
  width: 100%;
  background-color: #1a9cfa;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  body{
    background-color: #fff!important;
  }
}