.home {
  /* min-width: 1440px; */
  height: 911px;
  overflow: hidden;
  position: relative;
  background: #0b0b0b;
}
body {
  padding-top: 0 !important;
}
.header,.header-content {
  background: transparent !important;
}

.home-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.home-slide_left {
  width: 42px;
  height: 76px;
  background: url("../images/3_03_3.png") no-repeat 0 0;
  transform: rotate(180deg);
  background-size: contain;
  position: absolute;
  top: 372px;
  left: 100px;
  z-index: 999;
}

.home-slide_left:hover {
  background: url("../images/2_03.png") no-repeat 0 0;
  transform: rotate(0);
}

.home-slide_left-unactive {
  background: url("../images/3_03_3.png") no-repeat 0 0;
  transform: rotate(180deg);
}

.home-slide_right {
  width: 42px;
  height: 76px;
  background: url("../images/3_03_3.png") no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 372px;
  right: 100px;
  z-index: 999;
}

.home-slide_right:hover {
  background: url("../images/2_03.png") no-repeat 0 0;
  transform: rotate(-180deg);
}

.home-slide_right-unactive {
  background: url("../images/3_03_3.png") no-repeat 0 0;
  transform: rotate(0deg);
}

.home-big-pics {
  width: 100%;
  height: 100%;
}

.home-big-pics_item {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}

.home-big-pics_item_active {
  opacity: 1;
  z-index: 0;
}

.home-big-pics_item > img {
  float: right;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-coner-bottom {
  width: 333px;
  height: 311px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/44_05.png") no-repeat 0 0;
}

.home-coner-top {
  width: 208px;
  height: 253px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/33_03.png") no-repeat 0 0;
}

.home-carsoul {
  width: 100%;
  height: 170px;
  position: absolute;
  bottom: 140px;
  left: 0;
}

.home-carsoul_list {
  height: 100%;
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -490px;
  top: 0;
  transition: all 0.5s ease;
}

.home-carsoul_list-item {
  width: 262px;
  height: 162px;
  float: left;
  border: 4px solid #535353;
  margin-right: 50px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.home-carsoul_list-item_active {
  border-color: #ec3737;
}

.home-carsoul_list-item > img {
  object-fit: cover;
}
