@charset "utf-8";

/*  quick menu   */
#quick_menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2000;
}
.set_quick_menu > li {
  margin-bottom: 3px;
  width: 150px;
}
.set_quick_menu > li a {
  display: flex;
  justify-content: space-between;
}
.set_quick_menu > li a span {
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #041e51;
  overflow: hidden;
}
.set_quick_menu > li.on .quickImg_on {
  display: block;
}
.set_quick_menu > li.on .quickImg_off {
  display: none;
}
.set_quick_menu > li a span .quickImg_on {
  display: none;
}

.set_quick_menu > li a h5 {
  position: absolute;
  right: 105px;
  font-size: 16px;
  width: 56px;
  opacity: 0;
  white-space: nowrap;
  padding-left: 10px;
  line-height: 56px;
  color: #ffe8a1;
  border-radius: 20px 0 0 0;
  background: #041e51;
  overflow: hidden;
  transition: 0.5s;
  z-index: -1;
}
.set_quick_menu > li.on a h5 {
  opacity: 1;
  right: 150px;
  width: calc((100% - 56px));
  opacity: 1;
}

.set_quick_menu > li.qm05 a h5 {
  color: #04935f;
}
.set_quick_menu > li.qm06 a h5 {
  color: #fae100;
}
.set_quick_menu > li.qm07 a h5 {
  color: #04935f;
}

.set_quick_menu > li .wrap_qm_cont {
  overflow: hidden;
  position: absolute;
  left: 160px;
  top: 0;
  float: left;
  width: 340px;
  height: 100%;
  padding: 0 30px;
  background-color: #eee;
  visibility: hidden;
  opacity: 0;
  z-index: 2001;
}
.set_qm_cont {
  position: relative;
  height: 530px;
}
.wrap_qm_cont .set_title {
  margin-top: 30px;
  margin-bottom: 40px;
  overflow: hidden;
}
.wrap_qm_cont .set_title h2 {
  float: left;
}
.wrap_qm_cont .set_title > a {
  float: right;
}
.wrap_qm_cont .btn_go {
  position: absolute;
  left: 0;
  bottom: 30px;
}

#qm_map {
  margin-bottom: 10px;
}

.qm04 .qm_cont {
  position: relative;
}
#qm_ev_prev {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
}
#qm_ev_next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

.qm06 .set_title {
  position: relative;
  z-index: 2001;
}
.qm06 .qm_cont {
  position: absolute;
  left: -30px;
  top: -30px;
}

.set_login > li {
  height: 30px;
  background-color: #333;
  border-bottom: 1px solid #444;
}
#quick_menu .quick_top {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #444;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
  text-align: center;
}

.qm_cont .qm_ev_slider li {
  height: 340px;
}
.qm_cont .qm_ev_slider li img {
  width: 340px;
  height: 340px;
}
