.details-bg{
  width: 100%;
  padding: 200px 0 80px;
  background: url("../../images/product/details_bg.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-content{
  width: 1200px;
  color: #fff;
}
.details-content .title{
  font-size: 30px;
}
.details-content .title .current{
  color: #a6a6a6;
  font-size: 26px;
}
.product{
  margin-top: 40px;
}
.product .left{
  float: left;
}
.product .right{
  float: right;
  width: 50%;
}
.product .right .headline{
  padding: 0 0 20px;
  font-size: 48px;
  border-bottom: 2px solid #373737;
}
.product .conn{
  font-size: 18px;
  padding-top: 20px;
}
	.product .conn p{
		line-height:30px;
	}

/* 焦点图 */
.pc-slide {
	width: 500px;
	margin: 0 auto;
}
.view .swiper-container {
	width: 500px;
	height: 500px;
}
.view .arrow-left {
	background: url(../../images/product/swiper/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}
.view .arrow-right {
	background: url(../../images/product/swiper/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}
.view .swiper-slide{
  background: url("../../images/product/box_bg.jpg") 0 0 no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view .swiper-slide a{
  height: 100%;
  display: flex;
  align-items: center;
}

.preview {
	width: 100%;
	margin-top: 20px;
	position: relative;
}
.preview .swiper-container {
	width: 410px;
	height: 120px;
	margin-left: 50px;
}
.preview .swiper-slide {
	width: 140px;
	height: 120px;
  /*background: url("../../images/product/box_bg.jpg") 0 0 no-repeat;
  background-size: cover;*/
}
.preview .slide6 {
	width: 120px;
}
.preview .arrow-left {
	background: url(../../images/product/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -12px;
	width: 14px;
	height: 24px;
	z-index: 10;
}
.preview .arrow-right {
	background: url(../../images/product/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	width: 14px;
	height: 24px;
	z-index: 10;
}
.preview .img-border {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #373737;
}
.preview .active-nav .img-border{
  border-color: #e9c63e;
}
.m-pagination{
  display: none;
}



@media screen and (max-width: 1440px) {
	.details-bg {
		padding-top:150px;
	}
	.details-content .title {
		font-size: 22px;
	}
	.details-content .title .current{
		font-size:20px;
	}
	.product .right .headline {
		font-size: 20px;
	}
	.product .conn p{
		font-size:14px;
	}
	.product .right {
		width:49%;
	}
	.view .swiper-container {
		width: 400px;
		height: 400px;
	}
	.preview .swiper-container {
		width: 400px;
	    margin-left: 50px;
		
	}
}

@media screen and (max-width: 768px){
  .details-content .title{
    background: url("../../images/news/banner.jpg") center center no-repeat;
    background-size: cover;
    height: 144px;
    padding-top: 44px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .details-content .title .current{
    font-size: 16px;
  }
  .details-bg{
    padding: 0 0 50px;
  }
  .details-content{
    width: 100%;
  }
  .product{
    padding: 0 15px;
  }
  .product .right{
    width: 100%;
    margin-top: 20px;
  }
  .product .right .headline{
    font-size: 16px;
    padding-bottom: 8px;
  }
  .product .conn{
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
  }
  .pc-slide {
    width: 340px;
    margin: 0 auto;
  }
  .view .swiper-container {
    width: 340px;
    height: 340px;
    position: relative;
  }
  .product .left{
    width: 100%;
  }
  .preview{
    display: none;
  }
  .m-pagination{
    display: block;
    color: #888;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
  }
  .m-pagination .current{
    color: #fff;
    font-size: 16px;
  }
}
@media screen and (max-width: 710px) {
	.logo-mobile {
		height: auto;
	}

		.logo-mobile .logo {
			width: 65%;
			padding: 5% 0;
		}
}