/*$${"color":[{"val":"#26334c","title":"标题颜色"},{"val":"#a1a7b2","title":"分类标题颜色"},{"val":"#26334d","title":"分类标题选中颜色"},{"val":"#fff","title":"鼠标滑过/按钮 文字颜色"},{"val":"rgba(255,255,255,.8)","title":"查看更多默认文字颜色"},{"val":"#666e80","title":"简介/查看更多 文字颜色"},{"val":"#6060ea","title":"查看更多鼠标滑过文字颜色"}],"background":[{"val":"#e6e8ed","title":"分类标题底部边框颜色"},{"val":"#9493ff","title":"鼠标滑过边框"},{"val":"#6060ea","title":"背景颜色"},{"val":"#f2f4f7","title":"信息背景色"}],"border":[{"val":"#e6e8ed","title":"查看更多边框颜色"},{"val":"#6060ea","title":"鼠标滑过边框颜色"},{"val":"#bfbfbf","title":"边框"},]}$$*/

#pro {
	padding: 60px 0;
	position: relative;
	background-color: #5ec2c7;
}
.product .title {
	position: relative;
	text-align: center;
	width: 100%;
	height: 45px;
	
}

.product .title-line {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateX(-50%);
	width: 30%;
	height: 2px;
	background-color: #fff;
	z-index: 0;
}
.product .title span {
    position: relative;
    color: #fff;
    font-size: 38px;
    padding-bottom: 5px;
    padding: 0 40px;
    background-color: #fff;
    line-height: 40px;
}

.product .title span::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color:#fff;
}

.product .title span::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color:#fff;
}
.product .title span {
	background-color: #5ec2c7;
}
.product .intro{
	text-align: center;
	color: #fff;
	padding: 40px 0 0;
}
.product .intro p{
	font-size: 16px;
	line-height: 32px;
	
}
.product .content{
	width: 1200px;
	margin: 0 auto;
	overflow:hidden;
	padding: 60px 0 100px 0;
	 transition: .5s;
	
}
.product .content .background-item{
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}
.product .content .swiper-slide {
  padding-bottom: 35%;
  position: relative;
  transition: transform .5s;
  border: 1px solid #fff;
}

.product .content .swiper-slide h2 {
  position: absolute;
  font-size:16px;
  left: 30px;
  top: 30px;
  color: #333;
}

.product .content .swiper-pagination {
  position: absolute;
  bottom: 5vw;
  width: 100% !important;
  left: 0;
}
.product .content .swiper-slide:hover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  box-shadow: 0 0 25px rgba(0, 0, 0, .1);
  z-index: 5;
  transform: translate(-5%, 0) scale(1.1);
}
.product .content .swiper-slide-active:hover {
  transform: translate(10%, 0) scale(1.1) !important;
}

 .swiper-pagination .swiper-pagination-bullet{
	 width: 80px;
	 background-color: #fff;
	 height: 3px;
	 margin: 0 3px;
	 border-radius: 0;
	 opacity: 1;
 }
  .swiper-pagination .swiper-pagination-bullet-active{
	  background-color: #18a4b7 !important;
  }
.product .swiper-containerM{
	display: none;
}
@media screen and (max-width: 767px) {
	.product .title-line{
		width: 80%;
	}
	.product .title span{
		font-size: 24px;
		padding: 0 30px;
	}
	.product .intro{
		padding:25px 0
	}
	.product .intro p{
		font-size: 14px;
		line-height: 28px;
	}
	.product .content{
		width: 94%;
		box-sizing: border-box;
		margin: 0 3%;
		padding: 0 0 5% 0;
	}
	.product .content .swiper-slide:hover{
		transform: translate(0, 0) scale(1);
		
	}
	.product .content .swiper-slide h2{
		left: 5%;
		top: 5%;
		font-size: 14px;
	}
	.product .swiper-containerP{
		display: none;
	}
	.product .swiper-containerM{
		display: block;
	}
	.product .content .swiper-pagination{
		bottom: 40px;
	}
	 .swiper-pagination .swiper-pagination-bullet{
		 width: 35px;
	 }
}
