@charset "UTF-8";

.bx-wrapper {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* 控制按钮的样式 */
.control-box {
  width:126px;
  height:63px;
  background: url(../images/jt-bg.jpg) no-repeat center top;
}

.control-box div {
  background: 0 0;
  text-indent: 0;
  top:0px;
  position: absolute;
  width: 50%;
  text-align: center;
  height: 100%;
}

.control-box div.wine-prev {
  left: 0; }

.control-box div.wine-next {
  right: 0; }

.control-box div i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 36px; 
 }

.control-box div:hover i {
  color: #fff; 
 }
.wine-slide-box {
  margin:110px auto 0px;
  height: 520px;
  width:1200px;
  position: relative; 
}

.wine-slide-box .slide-left {
  width: 400px;
  height:530px;
  margin-top: -70px;
  padding: 75px 40px 0px;
  background: #fff url("../imgs/slide-left-bg.png") left bottom no-repeat;
  float: left;
  position: relative;
  -webkit-box-shadow: 0 0 30px #eee;
  box-shadow: 3px 3px 30px #878787;
  z-index: 1; }

.wine-slide-box .slide-left .top {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 0 0 30px #eee;
  box-shadow: 0 0 30px #eee; }

.wine-slide-box .slide-left .top2 {
  width: 60px;
  height: 60px;
  background-color: red;
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -30px;
  top: -30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center; }

.wine-slide-box .slide-left .top3 {
  text-align: center;
  position: absolute;
  z-index: 4;
  height: 60px;
  width: 100%;
  left: 0;
  top: -42px; }

.wine-slide-box .slide-left .top3 i {
  color: #fff;
  font-size: 60px;
  display: inline-block; }



.wine-slide-box .slide-left::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: #fff;
  top: 0;
  left: 0; }

.wine-slide-box .slide-right {
  margin-left: 400px;
  height: 100%;
  position: relative;
  /*z-index: 2; */
}

.wine-slide-box .slide-right li {
  height: 520px;
  background: url("../imgs/slide-right-1.jpg") center center no-repeat;
  background-size: cover; }

.wine-slide-box .control-box {
  position: absolute;
  left:274px;
  bottom: 0;
 /* z-index: 99; */
}

.bottle-box {
  height: 430px;
  width: 100%;
 /* background-color: red;*/
}

.bottle-box li {
  height: 430px;
  text-align: center; 
  
}
.bottle-box li:hover .pic a{
	color: #d71224;
}
.bottle-box li .pic {
    width: 325px;
    text-align: left;
    color: #333333;
    font-size: 20px;
    margin-top: 40px;
   }
.bottle-box li .pic p{
	line-height: 36px;
	font-size: 16px;
	color: #333333;
	margin-top: 40px;
}
.bottle-box li .pic img {
  height: 100%;
  display: block;
  margin: 0 auto; 
}

.bottle-box li p {
  height: 30px;
  line-height: 30px;
  font-size: 16px; }

.go-top {
  text-align: center;
  width: 990px;
  color: #555555;
  font-size: 16px;
  position: relative;
  margin: 0 auto 30px;
  cursor: pointer;
  height: 24px;
  line-height: 24px; }

.go-top span {
  display: block;
  width: 42%;
  height: 1px;
  position: absolute;
  top: 11px; }

.go-top span::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  background-color: red;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.go-top span.l {
  background: -webkit-gradient(linear, right top, left top, from(red), to(#fff));
  background: -webkit-linear-gradient(right, red, #fff);
  background: -o-linear-gradient(right, red, #fff);
  background: linear-gradient(to left, red, #fff);
  left: 0; }

.go-top span.r {
  background: -webkit-gradient(linear, left top, right top, from(red), to(#fff));
  background: -webkit-linear-gradient(left, red, #fff);
  background: -o-linear-gradient(left, red, #fff);
  background: linear-gradient(to right, red, #fff);
  right: 0; }

.go-top span.l::before {
  right: -10px; }

.go-top span.r::before {
  left: -10px; }



/*# sourceMappingURL=../maps/style.css.map */
