.product_top{
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #4e2925;
	margin: 0px 3.125% 0;
}
.product_top_sx{
	margin: 24px 3.125% 50px;
}
.product_top_sx img{
	display: block;
	width: 100%;
}
.main .product{margin: 20px 3.125% 50px;}
.main .product .product-left{width: 130px;float: left;/*padding-left: 80px;*/}
.main .product .product-left .product-left-1:hover,.main .product .product-left .product-left-1.active{background: url(../img/product/bg1.jpg) no-repeat 0 center;color: #4e2925;background-size: 27px;}
.main .product .product-left .product-left-1{
	margin:30px 0;
	background: url(../img/product/bg.png) no-repeat 3px center; 
	background-size: 9px;}
.main .product .product-left .product-left-1 img{float: left;}
.main .product .product-left .product-left-1 p{font-size: 18px;float: left;padding: 4px 0;margin-left: 54px;}
.main .product .product-left .product-left-1 p:hover{color:#4e2925;}
.main .product .product-right{
	width: calc(100% - 220px);
	float: right;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	/* overflow-y: scroll; */ 
}

.main .product .product-right::-webkit-scrollbar {
	width: 8px;

  }
  /* <!--修改 滚动条的 下面 的 样式--> */
  .main .product .product-right::-webkit-scrollbar-track {
	width: 2px;
	background-color: #fff7eb;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
  }
  /* <!--修改 滑块 --> */
  .main .product .product-right::-webkit-scrollbar-thumb {
	background-color: #fff3e0;
	width: 8px;
	height: 36px;
  }

.product-left-1 .product-left-ewm{
	width: 125px;
}
.product-left-1 .product-left-ewm img{
	display: block;
	width: 100%;
}

.pic img{width: 100%;  }
.pic{width: 20%;box-sizing: border-box;position: relative;cursor: pointer;padding: 15px;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

.txt{background: rgba(255, 252, 247, 0.85);top:0;right:0;left:0;bottom:0;position:absolute;opacity: 0;display: block;font-size: 12px;  color: #4e2925;text-align: center;}
.txt h2{padding-bottom: 5px; padding-top: 10px;}
.txt span{display: block;}
.txt h1{padding-top: 45px;padding-bottom:0px;}
.txt a{
	display: block;
	text-decoration: none;
	padding-top: 40px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #4e2925;
}
.fenye{
	width: 100%;
	
}
.fenye table{
	text-align: center;
	margin: 0 auto;
}
/*.txt p{text-align: center;}*/
.pic:hover .txt{opacity: 1;}

.list{width:190px;margin:0 auto;display:none;position: relative;}
.list .title>p{width:190px; line-height:36px; text-align:center; font-size:18px;  border:1px solid #4e2925; cursor:pointer;}
.list-go{width:190px; display:none;position: absolute;  background: #fffcf7;  border: 1px solid #4e2925;top: 35px;  border-top-color: #fffcf7;z-index: 10;}
.list-go li{width:100%;text-align:center;font-size:16px;line-height:32px;}
@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	}
}


@media screen and (max-width:1200px){
	.pic{width: 25%;}
}
@media screen and (max-width:1200px){
	.pic{width: calc(100%/3);}
}
@media screen and (max-width:769px){
	  body{overflow-x:hidden;}
	  html{overflow-x:hidden;}
	 .product-left{ display:none;}
	 .list{ display:block;margin:30px auto;}
	 .main .product{width:96%;margin: 0 auto;}
	 .main .product .product-right{width:100%;margin:40px auto;float:none;overflow: hidden;}
	.pic{width: 50%;}
	 .txt{ position:inherit;}
	 .pic .txt{opacity:1;}
}
@media screen and (max-width:600px){
	.pic{width:50%;float:none; position: inherit;       margin-top: 10px;
		padding-bottom: 40px;}
	.product_top{
		margin: 100px 3.125% 50px;
		font-size: 18px;
	}
	.product_top p{
	
		font-size: 18px;
	}
	
}
@media screen and (max-width:414px){
	.txt h1{
		padding-top: 0;
	}
	.txt a{
		padding-top: 10px;
	}
}