body {
  position: relative;
}

.wrapper {
  width: 1206px;
  margin: auto;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 833px;
  background: url(../images/banner.jpg) center no-repeat;
}

.banner .nav-box {
  position: absolute;
  top: 745px;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 88px;
  background-color: #d71e2e;
  box-shadow: 5px 4px 36px 4px rgba(184, 9, 33, 0.63);
}

.banner .nav-box.fix {
  position: fixed;
  top: 0;
}

.banner .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.banner .wrapper .link {
  display: block;
  width: 186px;
  height: 55px;
  color: #fff;
  font-size: 24px;
  line-height: 55px;
  text-align: center;
  background-color: #cb1222;
  border-radius: 28px;
  cursor: pointer;
}

.banner .wrapper .link:hover {
  color: #d71e2e;
  background-color: #ffe400;
}

.banner .wrapper .link.active {
  color: #d71e2e;
  background-color: #ffe400;
}

.videowrapper {
  box-sizing: border-box;
  width: 100%;
  height: 949px;
  padding-top: 38px;
  background: url(../images/b2.jpg) center no-repeat;
}

.videowrapper .video-box {
  width: 1120px;
  height: 630px;
  margin: auto;
  background-color: #ab0014;
}

.videowrapper .video-box .video-js {
  width: 100%;
  height: 100%;
}

.bps {
  width: 100%;
  height: 1056px;
  background: url(../images/b3.jpg) center no-repeat;
}

.ryzs {
  width: 100%;
  height: 485px;
  background: url(../images/b4.jpg) center no-repeat;
}

.Remarks {
  width: 100%;
  height: 760px;
  background: url(../images/b5.jpg) center no-repeat;
}

.Remarks .wrapper {
  position: relative;
  box-sizing: border-box;
  padding-top: 200px;
}

.mySwiper1 {
  width: 1200px;
  height: 550px;
}

.mySwiper1 img {
  display: block;
  width: 1200px;
  height: 505px;
  object-fit: cover;
}

.swiper-pagination1 {
  position: absolute;
  bottom: 50px;
  z-index: 99;
  width: 10px;
  height: 10px;
  text-align: center;

  --swiper-theme-color: #fff;
}

.xx {
  width: 100%;
  height: 569px;
  background: url(../images/b6.jpg) center no-repeat;
}

.xssh {
  width: 100%;
  height: 1046px;
  background: url(../images/b7.jpg) center no-repeat;
}

.means {
  box-sizing: border-box;
  width: 100%;
  height: 885px;
  padding-top: 784px;
  overflow: hidden;
  background: url(../images/b8.jpg) center no-repeat;
}

.bottom_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  width: 1032px;
  height: 100%;
  margin: 0 auto;
}

.bottom_wrapper input:nth-child(1) {
  background-image: url("../images/name.png");
  background-repeat: no-repeat;
  background-position: 15px 12px;
}

.bottom_wrapper input:nth-child(2) {
  background-image: url("../images/tel.png");
  background-repeat: no-repeat;
  background-position: 14px 12px;
}

.bottom_wrapper_select {
  position: relative;
  padding: 0 !important;
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-position: 14px 12px;
  cursor: pointer;
}

.bottom_wrapper_select .list {
  position: absolute;
  top: -229px;
  left: 10px;
  z-index: 10;
  display: none;
  width: 203px;
  max-height: 228px;
  overflow: auto;
  color: #333;
  background-color: #fafafa;
}

.bottom_wrapper_select .option {
  padding-left: 15px;
  transition: all 0.2 ease;
}

.bottom_wrapper_select .option:hover {
  color: #fff;
  background-color: #ffcb00;
}

.bottom_wrapper_select .select-one .list {
  top: -132px;
}

.bottom_wrapper_btn {
  width: 162px;
  height: 48px;
  color: #000;
  font-size: 22px;
  background-color: #ffe000;
  border: solid 1px #dda100;
  border-radius: 8px;
  cursor: pointer;
}

.bottom_wrapper_btn:active {
  transform: scale(0.8);
}

.means .bottom_wrapper_btn {
  width: 191px;
  height: 52px;
  color: #ce152b;
  font-size: 25px;
  line-height: 52px;
  background-color: #ffe000;
  border: solid 1px #dda100;
  border-radius: 10px;
  cursor: pointer;
}

.bottom_wrapper_close {
  position: absolute;
  top: -30px;
  right: -77px;
  cursor: pointer;
}

.bottom_wrapper_select,
.bottom_wrapper input {
  box-sizing: border-box;
  width: 222px;
  height: 48px;
  padding-left: 50px;
  color: #000;
  font-size: 16px;
  line-height: 48px;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  outline: none;
}

.means .bottom_wrapper_select,
.means .bottom_wrapper input {
  box-sizing: border-box;
  width: 260px;
  height: 52px;
  padding-left: 50px;
  color: #000;
  font-size: 16px;
  line-height: 52px;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  outline: none;
}

.current {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-left: 50px;
}

.means .bottom_wrapper_select,
.means .bottom_wrapper input::-webkit-input-placeholder {
  color: #000;
}

.means .bottom_wrapper_select,
.means .bottom_wrapper input:-moz-placeholder {
  color: #000;
}

.means .bottom_wrapper_select,
.means .bottom_wrapper input::-moz-placeholder {
  color: #000;
}

.means .bottom_wrapper_select,
.means .bottom_wrapper input::input-placeholder {
  color: #000;
}

.hlll {
  width: 100%;
  height: 887px;
  background: url(../images/b9.jpg) center;
}

.book {
  width: 100%;
  height: 591px;
  background: url(../images/b10.jpg) center;
}

.school {
  box-sizing: border-box;
  width: 100%;
  height: 593px;
  padding-top: 124px;
  background: url(../images/b11.jpg) center;
}

.hxqg-table {
  width: 1136px;
  height: 433px;
  margin: auto;
  background-color: #fff;
}

.hxqg-table-head {
  display: flex;
  height: 72px;
  color: #fff;
  font-size: 26px;
  line-height: 72px;
  text-align: center;
  background: #ce152b;
}

.hxqg-table-head li {
  flex: 1;
}

.hxqg-table-head li:nth-child(2) {
  flex: 3;
}

.hxqg-table-body {
  width: 100%;
  height: 360px;
  overflow-y: scroll;
}

.hxqg-table-body-info {
  display: flex;
  height: 60px;
  color: #000;
  font-size: 16px;
  line-height: 60px;
}

.hxqg-table-body-info p {
  flex: 0.5;
  text-align: center;
}

.hxqg-table-body-info p:nth-child(2) {
  flex: 1.71;
}

.hxqg-table-body-info-btn {
  display: inline-block;
  width: 90px;
  height: 23px;
  color: #fff;
  line-height: 23px;
  background-color: #ce152b;
  border-radius: 9px;
  opacity: 0.66;
}

.hxqg-table-body-info:nth-child(2n) {
  background-color: #fff5fb;
}

.hxqg-table-body-info:hover {
  color: #ce152b;
  cursor: pointer;
}

.hxqg-table-body-info:hover a {
  color: #fff;
  background-color: #ce152b;
  cursor: pointer;
  opacity: 1;
}

.mfzl.means {
  width: 100%;
  height: 593px;
  padding-top: 504px;
  background: url(../images/b12.jpg) center;
}

.mfzl.means .bottom_wrapper_btn {
  color: #fff;
  background-color: #ce152b;
  border: solid 1px #ce152b;
}

.footer img {
  display: block;
  margin: auto;
}

.footer .zmqx-desc {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
/*# sourceMappingURL=maps/pc.css.map */
