@charset "UTF-8";
.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #f39801;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 15px;
  outline: none;
  background: #f39801;
  width: 50px;
  height: 4px;
  opacity: 1;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
  background: #fff;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}

/*右侧浮窗*/
.right-side {
  position: fixed;
  right: 12px;
  top: 40%;
  z-index: 300;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.right-item {
  width: 70px;
  height: 70px;
  border-radius: 0px;
  background: #d7d7d7;
  margin-bottom: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rwchat-wrap {
  position: absolute;
  top: 148px;
  height: 70px;
  width: 70px;
}

.rwchat-img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  background: #d7d7d7;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rwchat-wrap.on {
  width: 173px;
}

.rnews-wrap {
  margin-top: 74px;
}

.right-wchat {
  position: absolute;
  right: 73px;
  top: 0px;
  width: 150px;
  height: 150px;
  border: 6px solid #fff;
  display: none;
}

.rwchat-wrap.on .right-wchat {
  display: block;
}

.right-wchat img {
  width: 100%;
  display: block;
}

.wx-img {
  display: none;
  position: absolute;
  right: 61px;
  top: 10px;
  width: 110px;
  height: 110px;
}

.wx-img img {
  display: block;
  width: 100%;
}

@media (max-width: 599px) {
  .right-side {
    display: none;
  }
}

.right-item:hover, .rwchat-img:hover {
  background: #bca066;
}

.dc-ftell {
  display: none;
  position: absolute;
  right: 75px;
  background: #bca066;
  color: white;
  font-size: 24px;
}

#ftell:hover .dc-ftell {
  display: block;
}
