.section2 {
  background: url(imgs/img2.jpg) 50%;
}
.section3 {
  background: url(imgs/img3.jpg) 50%;
}
.section4 {
  background: url(imgs/img4.jpg) 50%;
}
.section5 {
  background: url(imgs/img5.jpg) 50%;
}
.section6 {
  background: url(imgs/img6.jpg) 50%;
}
.section7 {
  background: url(imgs/img7.jpg) 50%;
}
.section8 {
  background: url(imgs/img8.jpg) 50%;
}
.heater_box {
  position: absolute;
  top: 0;
  transform: translateY(0) !important;
}
.banner_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.banner_img p {
  color: #fff;
  width: 500px;
  margin-top: -50px;
}
.slideBox {
  margin-top: -50px;
  height: 100%;
}
.slideBox > a {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 100px;
  font-size: 50px;
  z-index: 9999;
  color: rgba(255, 255, 255, 0.5);
}
.slideBox > a.next {
  right: 100px;
  left: auto;
}
.slideBox .hd {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.slideBox .hd li {
  float: left;
  width: 20px;
  height: 20px;
  background: #fff;
  margin: 0 10px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.slideBox .hd li.on {
  background: #EFCB53;
  width: 30px;
  transition: width 0.2s;
}
.slideBox .bd {
  height: 100%;
}
.slideBox .bd ul {
  height: 100% !important;
}
.slideBox .bd ul li {
  height: 100%;
}
.slideBox .bd ul li a {
  margin-top: -50px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 9;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
}
.menu_box {
  z-index: 9999;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.menu_box li {
  width: 50px;
  height: 40px;
  background: #EFCB53;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  margin: 4px 0;
  position: relative;
}
.menu_box li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.menu_box li span {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
}
.menu_box li:hover span {
  transition: all 0.2s;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 20px;
  background: #D60403;
  border-radius: 6px;
  color: #fff;
}
.menu_box li:hover img {
  display: none;
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
}
.menu_box .active {
  background: #D60403;
}
.message,
.active_box,
.whg_box,
.video,
.map,
.mass {
  width: 1200px;
  margin: 0 auto 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.message .title h2,
.active_box .title h2,
.whg_box .title h2,
.video .title h2,
.map .title h2,
.mass .title h2 {
  text-align: center;
}
.message .title p,
.active_box .title p,
.whg_box .title p,
.video .title p,
.map .title p,
.mass .title p {
  text-align: right;
}
.message .title p a,
.active_box .title p a,
.whg_box .title p a,
.video .title p a,
.map .title p a,
.mass .title p a {
  text-align: center;
  color: #CE0D0D;
  padding: 0px 10px;
  border: 1px solid #CE0D0D;
  border-radius: 4px;
}
.message .message_left,
.message .message_right {
  float: left;
  margin-top: 20px;
}
.message .message_left {
  width: 540px;
}
.message .message_left li {
  width: 509px;
  box-sizing: border-box;
  padding: 7px;
  background: #fff;
}
.message .message_left li:first-child {
  margin-bottom: 17px;
}
.message .message_left img {
  width: 495px;
  height: 279px;
}
.message .message_right {
  width: 660px;
}
.message .message_right li:last-child a {
  margin-bottom: 0px;
  border-bottom: none;
}
.message .message_right a {
  display: block;
  color: #333;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.message .message_right a:hover h3 strong {
  color: #CE0D0D;
}
.message .message_right a h3 {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
}
.message .message_right a h3 strong {
  display: inline-block;
  width: 480px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.message .message_right a h3 span {
  position: absolute;
  right: 6px;
  bottom: 0;
}
.message .message_right a p {
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.active_box .active_main li {
  margin-top: 20px;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 6px;
  text-align: center;
}
.active_box .active_main li .status_img {
  position: absolute;
  z-index: 99999;
  width: 91px;
  height: 91px;
}
.active_box .active_main li .status_img1 {
  background: url("imgs/kashi.png") no-repeat;
}
.active_box .active_main li .status_img2 {
  background: url("imgs/qidai.png") no-repeat;
}
.active_box .active_main li .status_img3 {
  background: url("imgs/jieshu.png") no-repeat;
}
.active_box .active_main li .active_sub {
  background: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px 5px #ccc;
}
.active_box .active_main li .active_sub img {
  width: 100%;
  height: 100%;
}
.active_box .active_main li .active_sub:hover .status_img1 {
  background: url("imgs/kaishi1.png") no-repeat;
}
.active_box .active_main li .active_sub:hover .status_img2 {
  background: url("imgs/qidai1.png") no-repeat;
}
.active_box .active_main li .active_sub:hover .status_img3 {
  background: url("imgs/jieshu1.png") no-repeat;
}
.active_box .active_main li .active_sub:hover .sub_top a {
  opacity: 1;
  top: 50%;
  transition: all 0.2s;
}
.active_box .active_main li .active_sub:hover .sub_top span {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
  z-index: 1;
}
.active_box .active_main li .active_sub:hover .sub_bot {
  background: #CE0D0D;
  color: #fff;
}
.active_box .active_main li .active_sub:hover .sub_bot h3 {
  color: #fff;
}
.active_box .active_main li .active_sub:hover .sub_bot span {
  background: #fff;
  color: #CE0D0D;
}
.active_box .active_main li .active_sub:hover .sub_bot p {
  color: #fff;
}
.active_box .active_main li .sub_top {
  position: relative;
  overflow: hidden;
}
.active_box .active_main li .sub_top a {
  opacity: 0;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 146px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #CE0D0D;
  color: #fff;
  font-size: 22px;
  border-radius: 6px;
  z-index: 5;
}
.active_box .active_main li .sub_top span {
  position: absolute;
  z-index: 1;
  background: rgba(158, 53, 53, 0.3);
}
.active_box .active_main li .sub_bot {
  font-size: 12px;
}
.active_box .active_main li .sub_bot h3 {
  font-size: 22px;
  color: #333;
}
.active_box .active_main li .sub_bot span {
  display: inline-block;
  background: #CE0D0D;
  color: #ffffff;
  padding: 0 15px;
  margin: 6px 0;
}
.active_box .active_main li .sub_bot p {
  color: #CE0D0D;
  padding-bottom: 8px;
}
.whg_box .whg_left,
.whg_box .whg_right {
  margin-top: 15px;
  float: left;
}
.whg_box .whg_left .whg_cont {
  position: relative;
}
.whg_box .whg_left .topBox {
  width: 353px;
  height: 550px;
  overflow: hidden;
}
.whg_box .whg_left > a {
  display: inline-block;
  margin-left: 120px;
  margin-top: 25px;
}
.whg_box .whg_left li {
  width: 273px;
  padding: 10px 0;
  cursor: pointer;
}
.whg_box .whg_left li.active .cont_left {
  padding: 3px 14px 3px 25px;
}
.whg_box .whg_left li.active .cont_left span {
  border-right: 2px solid #fff;
}
.whg_box .whg_left li.active p {
  background-color: #b10c0c;
  background-image: url("imgs/jiantou_03.png");
}
.whg_box .whg_left .cont_left {
  height: 90px;
  width: 273px;
  background: #CE0D0D;
  box-sizing: border-box;
  padding: 3px 0 3px 25px;
}
.whg_box .whg_left .cont_left span {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-right: none;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 28px;
}
.whg_box .whg_left p {
  position: absolute;
  right: -33px;
  top: 5px;
  width: 33px;
  height: 80px;
  background-color: #ffffff;
  background-image: url("imgs/top.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.whg_box .whg_right {
  width: 847px;
  height: 610px;
  overflow: hidden;
}
.whg_box .whg_right li {
  display: none;
}
.whg_box .whg_right li.active {
  display: block;
}
.whg_box .whg_right .whg_img {
  width: 100%;
  height: 470px;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 2px solid #ffffff;
}
.whg_box .whg_right .whg_img img {
  width: 100%;
  height: 100%;
}
.whg_box .whg_right .whg_info {
  background: #d0979d;
  height: 130px;
  margin-top: 10px;
  box-sizing: border-box;
}
.whg_box .whg_right .whg_info h3 {
  position: absolute;
  width: 197px;
  height: 130px;
  text-align: center;
  background: #d26d71;
}
.whg_box .whg_right .whg_info h3 span {
  display: inline-block;
  margin-top: 8px;
  width: 26px;
  line-height: 28px;
  z-index: 99;
  color: #222;
  font-size: 26px;
}
.whg_box .whg_right .whg_info p {
  margin-left: 257px;
  font-size: 18px;
  color: #222;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.video .video_box li {
  float: left;
  box-sizing: border-box;
  padding: 10px;
  width: 25%;
}
.video .video_sub {
  border-radius: 6px;
  overflow: hidden;
}
.video .video_sub:hover {
  transition: all 0.5s;
  box-shadow: 0 5px 10px #ccc;
  transform: translateY(-5px);
}
.video .video_sub:hover img {
  box-shadow: none;
  transition: all 0.5s;
  border-radius: 6px 6px 0 0;
  width: 110%;
  height: 110%;
  margin-left: -5%;
  margin-top: -5%;
}
.video .video_sub:hover .sub_bot {
  transition: all 0.5s;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.video .video_sub:hover .sub_bot h3 {
  color: #CE0D0D;
}
.video .video_sub:hover .sub_bot span {
  color: #CE0D0D;
}
.video .video_sub:hover .sub_bot span:last-child {
  background-image: url("imgs/yanjing1.png");
  background-position: 95px center;
  background-repeat: no-repeat;
}
.video .video_sub a {
  display: block;
  height: 200px;
  width: 100%;
  position: relative;
  text-align: center;
}
.video .video_sub a span {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url("imgs/play.png") no-repeat;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.video .video_sub a img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 5px 10px #ccc;
}
.video .video_sub .sub_bot {
  height: 90px;
  width: 100%;
}
.video .video_sub .sub_bot h3 {
  text-align: center;
  color: #222;
  font-family: "楷体";
  font-size: 20px;
  padding: 10px 0;
}
.video .video_sub .sub_bot p span {
  display: inline-block;
  width: 50%;
  text-align: center;
  font-size: 14px;
}
.video .video_sub .sub_bot p span:first-child {
  color: #CE0D0D;
}
.video .video_sub .sub_bot p span:last-child {
  background-image: url("imgs/yanjing.png");
  background-position: 95px center;
  background-repeat: no-repeat;
}
.map .map_box {
  position: relative;
  margin-top: 5px;
  width: 100%;
  height: 645px;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 14px;
  border: 2px solid #ccc;
  background: #fff;
}
.map .map_box .map_cont {
  width: 100%;
  height: 100%;
}
.mass_box li {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 8px;
}
.mass_box .mass_sub {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.mass_box .mass_sub:hover .mass_img img {
  transition: all 0.5s;
  width: 110%;
  height: 110%;
  margin-top: -5%;
  margin-left: -5%;
}
.mass_box .mass_sub:hover .mass_img span {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: rgba(158, 53, 53, 0.3);
}
.mass_box .mass_sub:hover .mass_img a {
  transition: all 0.5s;
  position: absolute;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #CE0D0D;
  color: #fff;
  padding: 5px 15px;
  z-index: 5;
  border-radius: 5px;
}
.mass_box .mass_sub:hover .mass_info {
  transition: all 0.5s;
  background: #CE0D0D;
}
.mass_box .mass_sub:hover .mass_info h3,
.mass_box .mass_sub:hover .mass_info p {
  color: #fff;
}
.mass_box .mass_sub .mass_img {
  overflow: hidden;
  height: 165px;
  box-sizing: border-box;
  position: relative;
}
.mass_box .mass_sub .mass_img img {
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0 0;
}
.mass_box .mass_sub .mass_img a {
  position: absolute;
  opacity: 0;
  top: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #CE0D0D;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
}
.mass_box .mass_sub .mass_info {
  height: 150px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 27px;
  line-height: 25px;
  overflow: hidden;
}
.mass_box .mass_sub .mass_info h3 {
  color: #CE0D0D;
  font-size: 20px;
  margin: 5px 0 3px 0;
}
.mass_box .mass_sub .mass_info p {
  font-size: 14px;
  color: #777777;
}
.mass_box .mass_sub .mass_info p span {
  position: absolute;
  width: 174px;
}
.foot {
  position: fixed;
  bottom: -262.2px;
  width: 100%;
}
.foot .up_box {
  display: table;
  top: -32px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  z-index: 999;
}
.foot .up_box > img {
  animation: Up 1s infinite linear;
  -webkit-animation: Up 1s infinite linear;
}
@keyframes Up {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes Up {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*# sourceMappingURL=index.css.map */