.box {
  position: relative;
  margin: 0 auto;
  overflow-x: hidden;
}
.box .show {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
/*banner 开始*/
.banner {
  height: 447px;
}
.banner img {
  float: left;
}
.table-con {
  margin-top: 63px;
}
.table-con ul {
  width: 100%;
  overflow: hidden;
}
.table-con ul li {
  width: 195px;
  float: left;
  font-weight: 700;
  line-height: 52px;
}
.table-con ul li:nth-of-type(6) {
  width: 213px;
}
.table-con ul.can-h-ul li {
  width: 33%;
}
.table-con ul.can-b-ul li {
  width: 24.5%;
}
.table-con ul.can-y-ul li {
  width: 19.8%;
}
.table-con .table-box {
  overflow: auto;
  height: 1000px;
}
.table-con .table-box table {
  width: 90%;
}
.table-con .table-box table td {
  width: 198px;
}
.table-con .table-box table.can-h-table {
  width: 1194px;
}
.table-con .table-box table.can-b-table {
  width: 1184px;
}
.table-con .table-box table.can-y-table {
  width: 1198px;
}
.table-con li,
.table-con td {
  height: 52px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #a40000;
  color: #b5000b;
}
.old {
  display: block;
  margin: 30px auto;
  width: 100%;
  text-align: center;
  font-size: 35px;
  color: #a40000;
}
.old span {
  margin: 0 5px;
  font-size: 40px;
  font-weight: 700;
}
.pg {
  position: relative;
  margin-top: 126px;
  padding: 1px;
  height: 605px;
  background: #bb000c;
}
.pg img.title {
  position: absolute;
  top: -67px;
  left: 50%;
  margin-left: -337px;
}
.pg form {
  margin: 118px 0 0 16px;
}
.pg form label {
  display: block;
  margin-bottom: 55px;
  overflow: hidden;
  color: #fff;
}
.pg form label p {
  float: left;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.pg form label.xl input {
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 16px;
  margin: 0 5px 0 80px;
}
.pg form label.text p {
  height: 54px;
  line-height: 54px;
}
.pg form label.text input {
  padding: 0 0 0 15px;
  width: 406px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  border: none;
  border-radius: 10px;
  color: #5d5d5d;
}
.pg form .sign {
  margin: 0 auto;
  overflow: hidden;
  width: 650px;
}
.pg form .sign label {
  margin-right: 18px;
  float: left;
}
.pg form .sign label p {
  height: 54px;
  line-height: 54px;
}
.pg form .sign label input {
  padding: 0 0 0 15px;
  width: 206px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  border: none;
  border-radius: 10px;
  color: #5d5d5d;
}
.pg form .tj {
  display: block;
  margin: 0 auto;
  width: 234px;
  height: 73px;
  border: none;
  font-size: 27px;
  color: #bb000c;
  border-radius: 10px;
  background: -webkit-linear-gradient(#f1db93, #e8c552);
}
