@charset "UTF-8";
html, body, .body_container, .slide_container, .slide_container ul, .slide_item {
  height: 100%;
  overflow: hidden; }

.unslider {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0; }

.unslider-wrap {
  position: relative; }

.unslider-wrap.unslider-carousel > li {
  float: left; }

.unslider-vertical > ul {
  height: 100%; }

.unslider-vertical li {
  float: none;
  width: 100%; }

.unslider-fade {
  position: relative; }

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8; }

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10; }

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none; }

.unslider-arrow {
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 2;
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: #332c2b url(../images/icon_arrow_left.png) center no-repeat;
  background-size: 50% auto;
  border-radius: 2px;
  text-indent: -9999px;
  -webkit-transition: background .3s;
          transition: background .3s; }

.unslider-arrow.next {
  left: auto;
  right: 0;
  background-image: url(../images/icon_arrow_right.png); }

.unslider-arrow:hover {
  background-color: #222; }

.unslider-nav {
  display: none; }

.unslider-nav ol {
  list-style: none;
  text-align: center; }

.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff;
  cursor: pointer; }

.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default; }

.slide_item {
  position: relative;
  float: left;
  width: 100%;
  background: center no-repeat;
  background-size: cover; }
.slide_item a {
  display: block;
  position: relative;
  height: 100%; }
.slide_item .txt {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 55%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
.slide_item img {
  display: block;
  width: auto;
  height: 100%; }
.slide_item .fr {
  float: right; }

/* 设计宽度 1200px */
@media screen and (max-width: 1200px) {
  .slide_item .txt {
    height: auto; }
  .slide_item img {
    width: 100%;
    height: auto; } }
/* 设计宽度 800px */
@media screen and (max-width: 800px) {
  .unslider-arrow {
    bottom: 120px;
    width: 90px;
    height: 90px;
    border-radius: 5px; } }
