html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

.blk_banner {
  width: 895px;
}
@media all and (max-width: 1440px) {
  .blk_banner {
    width: 770px;
  }
}
@media all and (max-width: 1280px) {
  .blk_banner {
    width: 100%;
    padding: 0 10px;
  }
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination {
  text-align: left;
  padding-left: 20px;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #cccccc;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}

.swiper-pagination-bullet-active {
  background: #484848;
}

* {
  color: #fff;
}

body {
  background: #000000;
}

section.m_header {
  display: none;
}
@media all and (max-width: 1280px) {
  section.m_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    background: #1b1919;
    width: 100%;
    z-index: 101;
  }
}
section.m_header .reg_mLogo {
  padding: 5px;
}
section.m_header .reg_mLogo img {
  height: 50px;
}
section.m_header .m_menu {
  width: 55px;
}
section.m_header .m_menu li {
  height: 5px;
  width: 40px;
  background: #fff;
  margin: 9px 0;
  border-radius: 2px;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.m_header .m_menu li.ml02 {
  margin-top: 24px;
}
section.m_header .m_menu li.ml03 {
  margin-top: 40px;
}
section.m_header .m_menu.on .ml01 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 27px;
}
section.m_header .m_menu.on .ml02 {
  opacity: 0;
}
section.m_header .m_menu.on .ml03 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 27px;
}

section.sec_header {
  background: #1b1919;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
}
@media all and (max-width: 1280px) {
  section.sec_header {
    display: block;
    top: 60px;
    background: #343131;
    z-index: 101;
  }
}

.sec_top {
  padding-top: 36px;
}
@media all and (max-width: 1280px) {
  .sec_top {
    padding-top: 100px;
  }
}

.reg_online, .reg_date {
  width: 240px;
}
@media all and (max-width: 1440px) {
  .reg_online, .reg_date {
    width: auto;
  }
}
@media all and (max-width: 1280px) {
  .reg_online, .reg_date {
    display: none;
  }
}

.reg_marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
}
@media all and (max-width: 1440px) {
  .reg_marquee {
    width: 950px;
  }
}

.are_marqueeTit {
  width: 50px;
}

.are_marquee {
  width: 100%;
  line-height: 18px;
  height: 16px;
  overflow: hidden;
}
.are_marquee .abgne-news-scroll {
  position: relative;
}
.are_marquee .abgne-news-scroll a marquee {
  color: #d8a85e;
}

.reg_top {
  max-width: 1186px;
  margin: 0 auto;
}
@media all and (max-width: 1440px) {
  .reg_top {
    width: 1000px;
  }
}
@media all and (max-width: 1280px) {
  .reg_top {
    width: 100%;
    max-width: 1000px;
  }
}

.are_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 20px 0;
}
@media all and (max-width: 1280px) {
  .are_top {
    display: block;
  }
}
.are_top .blk_logo {
  width: 256px;
}
@media all and (max-width: 1440px) {
  .are_top .blk_logo {
    width: 219px;
  }
}
@media all and (max-width: 1280px) {
  .are_top .blk_logo {
    display: none;
  }
}
.are_top .blk_logo img {
  width: 100%;
}

.are_ad01 {
  text-align: center;
}
@media all and (max-width: 1280px) {
  .are_ad01 {
    padding: 0 10px;
  }
}
.are_ad01 img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.are_ad01 img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media all and (max-width: 1280px) {
  .are_ad01 img:hover {
    -webkit-transform: none;
            transform: none;
  }
}

h4.h4_title {
  background: url(../images/bg_title.png) center center no-repeat;
  text-align: center;
  padding: 30px;
  font-size: 1.9rem;
  color: #e4d07f;
}
@media all and (max-width: 900px) {
  h4.h4_title {
    padding: 20px;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media all and (max-width: 1280px) {
  .nav {
    display: none;
  }
}
.nav .li_nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 5px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav .li_nav a.lnk_nav {
  width: 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 10px 0;
}
.nav .li_nav a.lnk_nav:hover {
  color: #f6b34f;
}
.nav .li_nav:hover {
  border-bottom: 5px solid #f6b34f;
}

.reg_m_menu {
  display: none;
}
@media all and (max-width: 1280px) {
  .reg_m_menu {
    position: fixed;
    z-index: 101;
    background: #242121;
    width: 100%;
    top: 60px;
    height: calc(100vh - 60px);
    overflow-y: scroll !important;
  }
}
.reg_m_menu .m_nav li {
  border-top: 1px solid #343434;
  border-bottom: 1px solid #000000;
}
.reg_m_menu .m_nav li a {
  display: block;
  padding: 10px;
  text-align: center;
}
.reg_m_menu .are_online, .reg_m_menu .are_date {
  padding: 10px;
  text-align: center;
  background: #242121;
}
.reg_m_menu .are_online {
  border-top: 1px solid #343434;
}
.sec_lnkBox {
  padding: 30px 0;
  background: url(../images/bg.jpg) center center;
}
@media all and (max-width: 900px) {
  .sec_lnkBox {
    background-size: auto 100%;
  }
}
.sec_lnkBox .reg_lnkBox {
  max-width: 1200px;
  margin: 0 auto;
  background: #000;
  border: 5px solid #f6b34f;
  padding: 30px;
}
@media all and (max-width: 1440px) {
  .sec_lnkBox .reg_lnkBox {
    width: 1000px;
  }
}
@media all and (max-width: 1280px) {
  .sec_lnkBox .reg_lnkBox {
    width: 100%;
    max-width: 1000px;
  }
}
@media all and (max-width: 900px) {
  .sec_lnkBox .reg_lnkBox {
    width: calc(100% - 20px);
  }
}
@media all and (max-width: 640px) {
  .sec_lnkBox .reg_lnkBox {
    padding: 20px;
  }
}
.sec_lnkBox .txt_boxTitle {
  text-align: center;
  padding-bottom: 30px;
}
.sec_lnkBox .txt_boxTitle span {
  color: #f6b34f;
  font-size: 20px;
  padding: 0 20px 5px;
  background: #000;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(to right, #a36909 0%, #ead46d 50%, #dbd9a5 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(#a36909), color-stop(50%, #ead46d), to(#dbd9a5));
     border-image: linear-gradient(to right, #a36909 0%, #ead46d 50%, #dbd9a5 100%);
  border-image-slice: 1;
}
.sec_lnkBox .are_lnkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.sec_lnkBox .blk_lnkbox {
  width: calc(33.3% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  margin-right: 60px;
}
.sec_lnkBox .blk_lnkbox:nth-child(3n+3) {
  margin-right: 0;
}
@media all and (max-width: 900px) {
  .sec_lnkBox .blk_lnkbox {
    width: calc(50% - 30px);
  }
  .sec_lnkBox .blk_lnkbox:nth-child(3n+3) {
    margin-right: 60px;
  }
  .sec_lnkBox .blk_lnkbox:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (max-width: 640px) {
  .sec_lnkBox .blk_lnkbox {
    width: 100%;
    margin-right: 0;
  }
  .sec_lnkBox .blk_lnkbox:nth-child(3n+3) {
    margin-right: 0;
  }
  .sec_lnkBox .blk_lnkbox:nth-child(2n+2) {
    margin-right: 0;
  }
}
.sec_lnkBox .blk_lnkbox .txt_lnkName {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px 0;
  margin: 5px 0;
}
.sec_lnkBox .blk_lnkbox .panel_lnk {
  padding: 0 5px;
}
.sec_lnkBox .blk_lnkbox .panel_lnk .lnk_manage {
  display: block;
  color: #000;
  font-weight: bold;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #dbd9a5;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #dbd9a5), color-stop(50%, #ead46d), to(#a36909));
  background: linear-gradient(to right, #dbd9a5 1%, #ead46d 50%, #a36909 100%);
}
.sec_lnkBox .blk_lnkbox .panel_lnk .lnk_manage:hover {
  margin: 0px 0px 10px;
}
.sec_lnkBox .blk_lnkbox .panel_lnk .lnk_member {
  display: block;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 5px;
  margin: 5px 0;
  border-radius: 5px;
  background: url(../images//bg_btn02.jpg);
  background-size: 100% 100%;
}
.sec_lnkBox .blk_lnkbox .panel_lnk .lnk_member:hover {
  margin: 0px 0px 10px;
}

.sec_lnkAd {
  background: url(../images//bg.jpg) center center;
}

.reg_lnkAd {
  max-width: 1200px;
  padding: 30px 0;
  margin: 0 auto;
}
@media all and (max-width: 1440px) {
  .reg_lnkAd {
    width: 1000px;
  }
}
@media all and (max-width: 1280px) {
  .reg_lnkAd {
    width: 100%;
    max-width: 1000px;
  }
}
@media all and (max-width: 640px) {
  .reg_lnkAd {
    padding: 20px 0;
  }
}
.reg_lnkAd .are_lnkAd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 480px) {
  .reg_lnkAd .are_lnkAd {
    display: block;
  }
}
.reg_lnkAd .are_lnkAd .blk_lnkAd {
  width: calc(33.3% - 7px);
}
@media all and (max-width: 480px) {
  .reg_lnkAd .are_lnkAd .blk_lnkAd {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .reg_lnkAd .are_lnkAd .blk_lnkAd:last-child {
    margin-bottom: 0;
  }
}
.reg_lnkAd .are_lnkAd .blk_lnkAd img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reg_lnkAd .are_lnkAd .blk_lnkAd img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
@media all and (max-width: 1280px) {
  .reg_lnkAd .are_lnkAd .blk_lnkAd img:hover {
    -webkit-transform: none;
            transform: none;
  }
}

@media all and (max-width: 1280px) {
  .reg_columnAd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 10px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.are_leftAd, .are_rightAd {
  position: fixed;
  top: 50px;
}
@media all and (max-width: 1280px) {
  .are_leftAd, .are_rightAd {
    position: relative;
    top: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.are_leftAd .blk_columnAd, .are_rightAd .blk_columnAd {
  margin-bottom: 8px;
}
@media all and (max-width: 1280px) {
  .are_leftAd .blk_columnAd, .are_rightAd .blk_columnAd {
    width: 50%;
    text-align: center;
  }
}
@media all and (max-width: 900px) {
  .are_leftAd .blk_columnAd, .are_rightAd .blk_columnAd {
    padding: 0 5px;
  }
}
@media all and (max-width: 640px) {
  .are_leftAd .blk_columnAd, .are_rightAd .blk_columnAd {
    width: 100%;
  }
}
.are_leftAd .blk_columnAd img, .are_rightAd .blk_columnAd img {
  width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.are_leftAd .blk_columnAd img:hover, .are_rightAd .blk_columnAd img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media all and (max-width: 1280px) {
  .are_leftAd .blk_columnAd img:hover:hover, .are_rightAd .blk_columnAd img:hover:hover {
    -webkit-transform: none;
            transform: none;
  }
}
@media all and (max-width: 1440px) {
  .are_leftAd .blk_columnAd img, .are_rightAd .blk_columnAd img {
    width: 150px;
  }
}
@media all and (max-width: 1280px) {
  .are_leftAd .blk_columnAd img, .are_rightAd .blk_columnAd img {
    width: 100%;
    max-width: 220px;
  }
}
@media all and (max-width: 640px) {
  .are_leftAd .blk_columnAd img, .are_rightAd .blk_columnAd img {
    max-width: none;
  }
}

.are_leftAd {
  left: 30px;
}
@media all and (max-width: 1440px) {
  .are_leftAd {
    left: 10px;
  }
}
@media all and (max-width: 1280px) {
  .are_leftAd {
    left: 0;
  }
}

.are_rightAd {
  right: 30px;
}
@media all and (max-width: 1440px) {
  .are_rightAd {
    right: 10px;
  }
}
@media all and (max-width: 1280px) {
  .are_rightAd {
    right: 0;
  }
}

.backTop {
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: fixed;
  background: url(../images/backTop.png) center center/100% 100%;
  bottom: 10px;
  right: 10px;
  z-index: 99;
}
@media all and (max-width: 480px) {
  .backTop {
    width: 30px;
    height: 30px;
    right: 5px;
  }
}

.sec_lnkBox01 {
  background: url(../images/bg01.jpg) center center no-repeat;
}
@media all and (max-width: 640px) {
  .sec_lnkBox01 {
    padding-top: 0;
  }
}

.sec_lnkBox03 {
  background: url(../images/bg02.jpg) center center no-repeat;
}

.sec_lnkBox05 {
  background: url(../images/bg04.jpg) center center no-repeat;
}

.sec_lnkBox07 {
  background: url(../images/bg06.jpg) center center no-repeat;
}

.sec_lnkBox09 {
  background: url(../images/bg08.jpg) center center no-repeat;
}

.sec_lnkBox10 {
  background: url(../images/bg10.jpg) center center no-repeat;
}