/*.flexslider start (轮播图)*/
.flexslider{
	position:relative;
	overflow:hidden;
	overflow:hidden;
}
.slides{
	position:relative;
	z-index:1; 
	overflow:hidden; 
}
.slides li{
	overflow:hidden;
}
.slides li img{
	width: 100%;
}
.flex-control-nav{
	position:absolute;
	bottom:20px;
	z-index:2;
	width:100%;
	text-align:center;
}
.flex-control-nav li{
	display:inline-block;
	width:17px;
	height:17px;
	margin:0 8px;
	*display:inline;
	zoom:1;
}
.flex-control-nav a{
	display:inline-block;
	width:17px;
	height:17px;
	line-height:50px;
	overflow:hidden;
	background:url(../images/dot1.png) right 0 no-repeat;
	cursor:pointer;
	border-radius: 100px;
}
.flex-control-nav .flex-active{
	background-position:0 0;
}

.flex-direction-nav{
	position:absolute;
	z-index:3;
	width:100%;
	top:45%;
}
.flex-direction-nav li a{
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}
.flex-direction-nav li a.flex-prev{
	left:40px;
	background:url(images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next{
	right:40px;
	background:url(images/next.png) center center no-repeat;
}
/*.flexslider end (轮播图)*/

/*.box1 start (明星产品)*/
.box1 .title{
	font-size: 28px;
	color: #000;
	line-height: 36px;
	margin-bottom: 20px;
}
.box1 .title i{
	font-size: 22px;
	font-style: normal;
	text-transform: Uppercase;
	margin-left: 10px;
	position: relative;
	top: 4px;
}
.box11{
	padding: 50px 0;
}
.scroll_horizontal{
	position:relative;
	width:100%;
	height:350px;
	overflow: hidden;
}
.scroll_horizontal .pic_box{
	overflow:hidden;
	position:relative;
	width:100%;
	height:350px;
	margin:0 auto;
}
.box1 .list{
	overflow:hidden;
	width:9999px;
}
.box1 .list li{
	float:left;
	width:285px;
	padding-right: 20px;
}
.box1 .list li .img{
	display: block;
	width: 283px;
	height: 283px;
	max-width: 283px;
	max-height: 283px;
	text-align: center;
	border: 1px solid #d0d0d0;
	overflow: hidden;
}
.box1 .list li .img img:hover{
	animation: scaleA 1s forwards;
	-moz-animation: scaleA 1s forwards;	/* Firefox */
	-webkit-animation: scaleA 1s forwards;	/* Safari 和 Chrome */
	-o-animation: scaleA 1s forwards;	/* Opera */
}
.box1 .list li .txt{
	padding: 12px 0;
	line-height: 26px;
	overflow: hidden;
}
.box1 .list li .txt a{
	font-size: 16px;
	color: #000;
	display: block;
	width: 220px;
	height: 26px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}
.box1 .list li .txt a:hover{
	color: #f00;
}
.box1 .list li .txt p{
	font-size: 16px;
	color: #f00;
	text-align: left;
}
.box1 .list li .txt .fr{
	padding-top: 6px;
}
.box1 .list li .txt .fr a{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/car.png) no-repeat;
}
.box1 .list li .txt .fr a:hover{
	background-image: url(../images/car-cur.png);
}
/*.scroll_horizontal .plus,
.scroll_horizontal .minus{
	position:absolute;
	top:50px;
	width:30px;
	height:60px;
	background:#f90;
	cursor:pointer;
}
.scroll_horizontal .plus{
	left:10px;
}
.scroll_horizontal .minus{
	right:10px;
}
.scroll_horizontal .plus:hover,
.scroll_horizontal .minus:hover{
	background:#f60;
}*/
/*.box1 end (明星产品)*/

/*.box2 start (当季热销)*/
.box2 .hot{
	padding: 18px 0;
	background: #f6f6f6;
}
.box2 .hot ul{
	position: relative;
	width: 1200px;
	height: 900px;
}
.box2 .hot li{
	float: left;
	border-bottom: 5px solid #e1e1e1;
	background: #fff;
	margin-right: 21px;
	margin-bottom: 21px;
	text-align: center;
}
.box2 .hot li:hover{
	animation: guideTop 1s forwards;
    -moz-animation: guideTop 1s forwards;
    -webkit-animation: guideTop 1s forwards;
    -o-animation: guideTop 1s forwards;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.box2 .hot li:nth-child(1),.box2 .hot li:nth-child(5){
	width: 284px;
	height: 574px;
}
.box2 .hot li:nth-child(2),.box2 .hot li:nth-child(4),.box2 .hot li:nth-child(7),.box2 .hot li:nth-child(6){
	width: 284px;
	height: 274px;
}
.box2 .hot li:nth-child(3),.box2 .hot li:nth-child(8){
	width: 589px;
	height: 274px;
}
.box2 .hot li:nth-child(3),.box2 .hot li:nth-child(6),.box2 .hot li:nth-child(7){
	margin-right: 0px;
}
.box2 .hot li:nth-child(8){
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.box2 .hot li .img{
	display: block;
	padding-top: 80px;
	width: 237px;
	height: 237px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 36px;
}
.box2 .hot li .img img{
	width: 100%;
	height: 100%;
}
.box2 .hot li .img img:hover{
    animation: scaleA 1s forwards;
    -moz-animation: scaleA 1s forwards;
    -webkit-animation: scaleA 1s forwards;
    -o-animation: scaleA 1s forwards;
}
.box2 .hot li .txt{
	padding: 0 20px;
}
.box2 .hot li h3{
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.box2 .hot li h3 a{
	font-size: 22px;
	line-height: 30px;
	color: #000;
}
.box2 .hot li h3 a:hover{
	color: #f00;
}
.box2 .hot li p{
	font-size: 16px;
    color: #f00;
	margin: 16px 0;
}
.box2 .hot li a.car{
	display: block;
    width: 40px;
    height: 40px;
    background: url(../images/car.png) no-repeat;
    margin: 0 auto;
}
.box2 .hot li a.car:hover{
	background-image: url(../images/car-cur.png);
}

.box2 .hot li:nth-child(2) .img,
.box2 .hot li:nth-child(4) .img,
.box2 .hot li:nth-child(7) .img,
.box2 .hot li:nth-child(6) .img{
	padding-top: 6px;
	width: 200px;
	height: 200px;
	margin-bottom: 6px;
}
.box2 .hot li:nth-child(2) .txt,
.box2 .hot li:nth-child(4) .txt,
.box2 .hot li:nth-child(7) .txt,
.box2 .hot li:nth-child(6) .txt{
	overflow: hidden;
	position: relative;
}
.box2 .hot li:nth-child(2) h3,
.box2 .hot li:nth-child(4) h3,
.box2 .hot li:nth-child(7) h3,
.box2 .hot li:nth-child(6) h3{
	float: left;
	text-align: left;
	width: 200px;
}
.box2 .hot li:nth-child(2) h3 a,
.box2 .hot li:nth-child(4) h3 a,
.box2 .hot li:nth-child(7) h3 a,
.box2 .hot li:nth-child(6) h3 a{
	font-size: 16px;
}
.box2 .hot li:nth-child(2) p,
.box2 .hot li:nth-child(4) p,
.box2 .hot li:nth-child(7) p,
.box2 .hot li:nth-child(6) p{
	float: left;
	text-align: left;
	width: 200px;
	margin: 0px;
}
.box2 .hot li:nth-child(2) .car,
.box2 .hot li:nth-child(4) .car,
.box2 .hot li:nth-child(7) .car,
.box2 .hot li:nth-child(6) .car{
	position: absolute;
	right: 20px;
	top: 8px;
}
.box2 .hot li:nth-child(3) .img,.box2 .hot li:nth-child(8) .img{
	float: left;
	padding-top: 18px;
	padding-left: 40px;
	margin: 0px;
}
.box2 .hot li:nth-child(3) .txt,.box2 .hot li:nth-child(8) .txt{
	float: left;
	margin-right: 10px;
	width: 300px;
	padding: 0px;
	padding-top: 66px;
}
.box2 .hot li:nth-child(8) .txt h3{
	padding: 0 5%;
	width: 90%;
}
/*.box2 end (当季热销)*/

/*.box3 start (热门推荐)*/
.box3{
	padding-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
}
.box3 .box3-fl{
	width: 282px;
	height: 713px;
	border: 1px solid #d0d0d0;
	overflow: hidden;
}
.box3 .box3-fl:hover{
	animation: guideTop 1s forwards;
    -moz-animation: guideTop 1s forwards;
    -webkit-animation: guideTop 1s forwards;
    -o-animation: guideTop 1s forwards;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
.box3 .box3-fl a{
	display: block;
	width: 100%;
	height: 100%;
}
.box3 .box3-fl .txt{
	padding: 12px 20px 2px;
	line-height: 36px;
	overflow: hidden;
}
.box3 .box3-fl .txt span{
	font-size: 24px;
	color: #000;
	display: block;
	width: 180px;
	height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.box3 .box3-fl .txt span:hover{
	color: #f00;
}
.box3 .box3-fl .txt p{
	font-size: 18px;
	color: #f00;
	text-align: left;
}
.box3 .box3-fl .txt .fr{
	padding-top: 16px;
}
.box3 .box3-fl .txt .fr span{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/car.png) no-repeat;
}
.box3 .box3-fl .txt .fr span:hover{
	background-image: url(../images/car-cur.png);
}
.box3 .list{
    overflow: hidden;
    width: 895px;
}
.box3 .list li:nth-child(3n){
	padding-right: 0px;
}
/*.box3 .list li:hover{
	animation: guideTop 1s forwards;
    -moz-animation: guideTop 1s forwards;
    -webkit-animation: guideTop 1s forwards;
    -o-animation: guideTop 1s forwards;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}*/
/*.box3 end (热门推荐)*/

/*.box4 start (紫砂壶)*/
.box4{
	margin-bottom: 50px;
	overflow: hidden;
}
.box4-main ul li{
	float: right;
	width: 225px;
	height: 220px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.box4-main ul li img{
	width: 100%;
	height: 100%;
}
.box4-main ul li:nth-child(1){
	width: 495px;
	height: 450px;
	margin-right: 0px;
}
.box4-main ul li:nth-child(3){
	width: 460px;
	height: 220px;
}
.box4-main ul li:hover{
	animation: guideTop 1s forwards;
    -moz-animation: guideTop 1s forwards;
    -webkit-animation: guideTop 1s forwards;
    -o-animation: guideTop 1s forwards;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
}
/*.box4 end (紫砂壶)*/
/* 修改 2019-05-10 start */
.box3 .list li img{
	width: 100%;
	height: 100%;
}
.box3 .box3-fl .img img{
	width: 100%;
}
/* 修改 2019-05-10 end */
.box2.w{
	width: 100%;
}
.box2 .title{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.festival_add{
	display: none;
}