body {
  background-color: #f5f6f8;
  background-image: linear-gradient(180deg, #afcfff 0%, #fff 50%);
}
.backstretch {
  display: none;
  visibility: hidden;
}
.w_bg {
  background-color: #fff;
}
.hdrl_wrap {
  width: 1200px;
}
.hdrl_row {
  padding: 30px;
  margin: 30px auto;
}
.hdrl_box {
  float: left;
  width: 49%;
}
.hdrl_pic {
  float: right;
  width: 48%;
  height: 510px;
  overflow: hidden;
}

.swiper-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-wrapper {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-property: -webkit-transform, left, top;
  -moz-transition-property: -moz-transform, left, top;
  -o-transition-property: -o-transform, left, top;
  transition-property: transform, left, top;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0, 0, 0);
  -ms-transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.hdrl_pic .swiper-button-prev,
.hdrl_pic .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -53px;
  width: 60px;
  height: 106px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 50px;
  z-index: 4;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  transition: all 0.3s;
}
.hdrl_pic .swiper-button-prev {
  left: 0;
  background-image: url(../images/zz_prev_ico.png);
}
.hdrl_pic .swiper-button-next {
  right: 0;
  background-image: url(../images/zz_next_ico.png);
}
.hdrl_pic:hover .swiper-button-prev,
.hdrl_pic:hover .swiper-button-next {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
}
.hdrl_pic .swiper-button-prev:hover,
.hdrl_pic .swiper-button-next:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
}
.hdrl_pic .swiper-wrapper .swiper-slide {
  height: 510px;
}
.hdrl_pic .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
}
.hdrl_pic .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hdrl_row {
  position: relative;
}
.hdrl_tt {
  position: absolute;
  width: 59px;
  height: 187px;
  background: url(../images/hdrl_tt_bg01.png) left top no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 20px 17px;
  left: -12px;
  top: 20px;
}

.tabtit {
  overflow: hidden;
}
.tabtit .BottomTit {
  float: left;
  width: 31.3%;
  opacity: 0.3;
  cursor: pointer;
}
.tabtit .BottomTit + .BottomTit {
  border-left: 2px solid #0376cf;
  padding: 0 0 0 1.5%;
}
.tabtit .BottomTit.hover {
  opacity: 10;
}
.tab_con {
  height: 0;
  overflow: hidden;
  border-radius: 5px;
}
.tab_con.hover {
  border: 2px solid #0376cf;
  height: auto;
  overflow: visible;
  margin: 1em 0 0 0;
}
.tab_con .tabsTit {
  background: #fff;
  font-size: 20px;
  width: 1200px;
  height: 60px;
  line-height: 60px;
  padding: 0 0 2px 0;
  overflow: visible;
  font-weight: bold;
}
.tab_con .tabsTit .swiper-slide {
  width: 176px;
  text-align: center;
  color: #333;
  position: relative;
  cursor: pointer;
}
.tab_con .tabsTit .swiper-slide.active {
  background: url(../images/hdrl_lb_onbg.png) left top no-repeat;
  top: -17px;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 24px;
}
.tab_con .FWtabCont {
  background: #fff;
  padding: 1em;
  overflow: hidden;
  display: none;
}
.tab_con .FWtabCont li {
  width: 20%;
  margin: 0 0 0 5%;
  float: left;
  display: table;
  height: 3em;
  font-size: 1.25em;
  line-height: 1.5;
}
.tab_con .FWtabCont li a {
  display: table-cell;
  vertical-align: middle;
  color: #000;
}
.tab_con .FWtabCont li span {
  min-width: 6em;
  display: inline-block;
  padding: 0 0 0 1.5em;
  background: url(../images/ZWFW20200825_03.png) left center no-repeat;
  background-size: 1em auto;
}

.cal1 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.cal1 .clndr {
  overflow: hidden;
  margin-left: 30px;
}
.cal1 .clndr .clndr-controls {
  text-align: center;
  padding: 20px 0;
}
.cal1 .clndr .clndr-time {
  font-size: 26px;
  color: #333;
  line-height: 1.5em;
  position: relative;
}
.cal1 .clndr .clndr-controls .month,
.cal1 .clndr .clndr-controls .day {
  display: inline;
}
.cal1 .clndr .clndr-controls .time {
  display: none;
}
.cal1 .clndr .clndr-controls .clndr-control-button {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/xzjt.png) center left no-repeat;
  background-size: auto 70%;
  width: 2em;
  height: 1.5em;
  cursor: pointer;
}
.cal1 .clndr .clndr-controls .clndr-control-button p {
  text-indent: -9999px;
}
.cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
  left: auto;
  right: 0;
  background-image: url(../images/xyjt.png);
  background-position: right center;
}
.cal1 .clndr .clndr-sky .KuangCont {
  border: 2px solid #0376cf;
  border-radius: 100%;
  padding: 2em 0 0 0;
  line-height: 1.3;
  font-size: 0.8em;
  margin: 0 auto;
  width: 10em;
  height: 8em;
  margin: 0 auto 1em auto;
}
.cal1 .clndr .clndr-sky .KuangCont p {
  height: 2em;
  overflow: hidden;
}
.cal1 .clndr .clndr-sky .KuangCont h1 {
  color: #0376cf;
  font-weight: normal;
  font-size: 2em;
}
.cal1 .clndr .clndr-sky img {
  max-width: 70%;
}
.cal1 .clndr .clndr-sky img {
  height: 100%;
}

.cal1 .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
  height: 20em;
  margin: 0 3% 0 0;
}
.cal1 .clndr .clndr-table.y2021 {
  background: url(../images/hdrl_2021_bg.png) left bottom no-repeat;
  background-size: 100%;
}
.cal1 .clndr .clndr-table.y2022 {
  background: url(../images/hdrl_2022_bg.png) left bottom no-repeat;
  background-size: 100%;
}
.cal1 .clndr .clndr-table.y2023 {
  background: url(../images/hdrl_2023_bg.png) left bottom no-repeat;
  background-size: 100%;
}
.cal1 .clndr .clndr-table.y2024 {
  background: url(../images/hdrl_2024_bg.png) left bottom no-repeat;
  background-size: 100%;
}
.cal1 .clndr .clndr-table.y2025 {
  background: url(../images/hdrl_2025_bg.png) left bottom no-repeat;
  background-size: 100%;
}
.cal1 .clndr .clndr-table thead {
  font-size: 1.1em;
  line-height: 2.5;
  font-weight: bold;
  overflow: hidden;
  color: #0376cf;
}
.cal1 .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  border: none;
}

.cal1 .clndr .clndr-table tr {
  overflow: hidden;
}
.cal1 .clndr .clndr-table td {
  vertical-align: top;
  font-size: 1.27em;
  font-weight: bold;
}
.cal1 .clndr .clndr-table tr .day {
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
  padding: 15px;
}
.cal1 .clndr .clndr-table tr .day .day-contents {
  text-align: center;
  cursor: pointer;
  padding: 10px;
  color: #4f5f6f;

  margin: 0 auto;
  transition: all 0.4s ease;
}
.cal1 .clndr .clndr-table tr .day:hover .day-contents {
  background-color: #ff5346;
  color: #fff;
  border-radius: 100%;
}
.cal1 .clndr .clndr-table tr .today .day-contents {
  color: #fff;
  background: #0376cf !important;
  border-radius: 100%;
}
.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month {
  width: 100%;
  height: inherit;
}
.cal1 .clndr .clndr-table tr .adjacent-month .day-contents {
  color: #a1b1c2;
}
.cal1 .clndr .clndr-table tr .day.event div,
.cal1 .clndr .clndr-table tr .day.my-event div {
  background: #d3e2f9;
  border-radius: 100%; /*! vertical-align: middle; */
}

.RlTopCont .device {
  width: 40%;
}
.RlTopCont .device img {
  height: 25em;
}
.RlTopCont .device .swiper-pagination span {
  width: 0.8em;
  height: 0.8em;
}

.tab_conRL .RlContTabTit {
  padding: 0 8em 0 0;
  position: relative;
  height: 3em;
  overflow: hidden;
  font-size: 1.15em;
  font-weight: bold;
}
.tab_conRL .RlContTabTit ul {
  overflow: hidden;
}
.tab_conRL .RlContTabTit ul li {
  float: left;
  width: auto;
  margin: 0 20px 20px 0;
  line-height: 3;
  font-size: 1em;
}
.tab_conRL .RlContTabTit ul li a {
  display: block;
  background: #fff;
  color: #666;
  border-radius: 5px;
  text-align: center;
  padding: 0 0.5em;
  min-width: 6.5em;
}
.tab_conRL .RlContTabTit ul li a:hover,
.tab_conRL .RlContTabTit ul li a.active {
  color: #fff;
  background: #0376cf;
  text-decoration: none;
}
.tab_conRL .RlContTabTit .moreBtn {
  background: #eee;
  border-radius: 5px;
  text-align: center;
  width: 8em;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 3;
  color: #0376cf;
  cursor: pointer;
}
.tab_conRL .RlContTabTit .moreBtn span {
  background: url(../images/hdrldj20200903_07.png) right center no-repeat;
  padding: 0 1em 0 0;
  background-size: 0.8em auto;
}
.tab_conRL {
  height: 637px;
  overflow: visible;
  margin-top: 40px;
  padding-bottom: 40px;
  background: url(../images/hdrl_hdsj_bg.jpg) center bottom no-repeat;
}
.tab_conRL .hdrl_bm {
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.hdrl_con {
  margin: 30px 60px 0 60px;
  position: relative;
}
.hdrl_con .swiper-container {
  width: 100%;
  overflow: hidden;
}
.hdrl_con .swiper-slide {
  width: 366px;
  float: left;
  position: relative;
}

.hdrl_con .swiper-slide .hd_sj {
  font-size: 17px;
  text-align: center;
  padding-bottom: 40px;
  font-weight: bold;
  color: #000;
}
.hdrl_con .swiper-slide .dot {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cccccc;
  top: 54px;
  left: 50%;
  margin-left: -6px;
}
.hdrl_con .swiper-slide:hover .dot {
  background: #307fe0;
}
.hdrl_con .swiper-slide:hover .dot:after {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -13px;
  left: 50%;
  margin-left: -21px;
  border: 1px solid #307fe0;
  background: rgba(48, 127, 224, 0.2);
  content: '';
  display: block;
}
.hdrl_con .swiper-slide .hd_main_con {
  margin: 60px auto 0;
  width: 94%;
  border: 1px solid #d8dce6;
  padding: 30px;
  background: #fff;
  min-height: 380px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  transition: all 0.4s ease;
  position: relative;
  background-image: linear-gradient(315deg, #caddff 0%, #fff 80%);
}
.hdrl_con .swiper-slide:hover .hd_main_con {
  background: url(../images/hd_main_con_bg.jpg) center center no-repeat;
  background-size: 100% 106%;
  transform: scale(1.01);
}
.hdrl_con .swiper-slide .hd_main_con:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #d8dce6;
  top: -16px;
  left: 50%;
  margin-left: -15px;
  transition: all 0.4 ease;
}
.hdrl_con .swiper-slide .hd_main_con:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
  border-bottom: 14px solid rgba(255, 255, 255, 0.85);
  top: -14px;
  left: 50%;
  margin-left: -14px;
  transition: all 0.4 ease;
}
.hdrl_con .swiper-slide:hover .hd_main_con:after {
  border-bottom-color: #89a6f6;
}

.hdrl_con .swiper-slide .hd_main_con div {
  padding-bottom: 15px;
  font-size: 18px;
  color: #2a2e33;
  line-height: 1.6;
  text-align: center;
}
.hdrl_con .swiper-slide:hover .hd_main_con div {
  color: #fff;
}
.hdrl_con .swiper-slide .hd_main_con .hd_tt {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  height: 82px;
  overflow: hidden;
}
.hdrl_con .swiper-slide:hover .hd_main_con .hd_tt {
  color: #fff;
}
.hdrl_con .swiper-slide .hd_main_con .hd_zz {
  height: 42px;
  border-radius: 21px;
  background: #fff;
  line-height: 42px;
  position: absolute;
  width: 280px;
  bottom: 30px;
  margin-left: -140px;
  left: 50%;
  transition: all 0.4s ease;
}

.hdrl_con .swiper-slide .hd_main_con .hd_zz.past {
  background-color: #b3b3b3;
}

.hdrl_con .swiper-slide .hd_main_con .hd_zz.ing {
  background-color: #4eb3fc;
  color: #fff;
}

.hdrl_con .swiper-slide .hd_main_con .hd_zz.will {
  background-color: #41cb50;
  color: #fff;
}
.hdrl_con .swiper-slide:hover .hd_main_con .hd_zz {
  /* background: #ef4848; */
  color: #fff;
}
.hdrl_con .swiper-wrapper {
  margin: 0 auto;
}
.hdrl_con .swiper-container:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 3px dashed #85898b;
  position: absolute;
  top: 60px;
}

.hdrl_con .swiper-button-prev2,
.hdrl_con .swiper-button-next2 {
  position: absolute;
  top: 30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 50px;
  z-index: 4;
  border-radius: 50%;
  box-shadow: 0 0 12px #d0d0d0;
}
.hdrl_con .swiper-button-prev2 {
  left: -50px;
  background-image: url(../images/hdrl_zjt01.png);
}
.hdrl_con .swiper-button-next2 {
  right: -50px;
  background-image: url(../images/hdrl_yjt01.png);
}

.hdrl_zwhd {
  text-align: center;
  padding: 4em;
  font-size: 1.5em;
  font-weight: bold;
  display: none;
  height: 477px;
  margin: 30px 60px 0 60px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
}

.xz_date .day-contents {
  border-radius: 100%;
  background: #ff5346 !important;
  color: #fff !important;
}
.aside-nav {
  display: none;
}

@media (min-width: 1465px) {
  .hdrl_con {
    width: 1463px;
    margin: 30px auto 0;
  }
}

@media (max-width: 1199px) {
}

@media (max-width: 780px) {
  .hdrl_wrap {
    width: 100%;
  }
  .tab_con .tabsTit {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  /*--活动日历--*/
  .RlTopCont {
    margin: 4em 3% 1em 3%;
  }
  .RlTopCont .device {
    display: none;
  }
  .RlTopCont .device,
  .tab_conRL .RllistCont {
    width: 100%;
  }
  .RlTopCont .device img {
    height: auto;
  }
  .tab_conRL .swiper-wrapper {
    padding: 0;
  }
  .tab_conRL .tabsTit .swiper-slide {
    padding: 0 0.5em;
  }

  .hdrl_box {
    width: 100%;
    float: none;
  }
  .hdrl_pic {
    width: 100%;
    float: none;
    margin-top: 20px;
    display: none;
  }
  .tab_con .tabsTit .swiper-slide {
    width: auto;
    padding: 0 20px;
  }
  .tab_con .tabsTit .swiper-slide.active {
    background: #0376cf;
  }
}

@media (max-width: 560px) {
  .device .swiper-slide p {
    padding: 0 0 1.5em 0;
    width: 100%;
  }
  .device .swiper-pagination {
    text-align: center;
  }
  .conter .tit {
    font-size: 1.3em;
  }
  .tabCont ul li {
    font-size: 1.2em;
  }

  /*--活动日历--*/
  .cal1 .clndr .clndr-controls,
  .cal1 .clndr .clndr-table {
    float: none;
    width: 90%;
    margin: 0 5%;
    padding: 2em 0 0 0;
  }
  .cal1 .clndr .clndr-sky {
    display: none;
  }
  .RlTopCont .TopTit {
    padding: 1.3em;
  }
  .RlTopCont .TopTit em {
    font-size: 1.8em;
  }
  .RlTopCont .TopTit span {
    font-size: 1.6em;
  }
  .tab_conRL .RlContTabTit ul li a {
    min-width: 2em;
  }
}

@media (max-width: 480px) {
  .cal1 .clndr .clndr-controls,
  .cal1 .clndr .clndr-table {
    width: 100%;
    margin: 0;
  }
  .hdrl_row {
    padding: 20px 15px;
  }
  .hdrl_tt {
    position: static;
    background: #0376cf;
    width: auto;
    height: auto;
  }
  .cal1 .clndr {
    margin-left: 0;
  }
  .cal1 .clndr .clndr-table td {
    font-size: 18px;
  }
  .cal1 .clndr .clndr-table tr .day {
    padding: 2px 0;
  }

  .hdrl_pic {
    height: 350px;
  }
  .hdrl_pic .swiper-wrapper .swiper-slide {
    height: 350px;
  }
  .hdrl_con .swiper-slide {
    width: 300px;
  }
  .hdrl_con {
    margin: 30px 0 0 0;
  }
  .hdrl_con .swiper-button-prev2 {
    left: 0;
  }
  .hdrl_con .swiper-button-next2 {
    right: 0;
  }
}

@media (max-width: 320px) {
}

.nr-zw {
  border-bottom: 0;
}

#allmap {
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 380px;
  margin-bottom: 30px;
}
