*{
	font-family:"微软雅黑";
}
.products_bigbox{
	width:1200px;
	margin:29px auto 45px;
}
.products_box{
	width:882px;
	margin:0 auto 50px;
	font-size:0;
}
.products_box .switch{
	display:inline-block;
	width:107px;
	height:auto;
	margin:0 20px;
	color:#666666;
}
.switch .products_img{
	display: block;
}

.pimg{
	width:107px;
	height:107px;
	border-radius:50%;
	margin-bottom:8px;
	
}
.products_text{
	font-size:16px;
	line-height:32px;
	display:block;
	text-align:center;
	cursor:pointer;
}
.products_smallbox{
	display:block;
	width:1128px;
	margin:0 auto;
}
.products_smallbox ul{
	overflow:hidden;
}
.products_smallbox ul li{
	display:block;
	float:left;
	width:33.3%;
	padding:0 33px;
}
.products_iimgi{
	width: 321px;
    margin: 0 auto;
    position: relative;
    height: 225px;
    overflow: hidden;
	
}
.products_iimgi img{
	display:block;
	width:100%;
}
.products_smallbox ul li span{
	display:block;
	text-align:center;
	font-size:16px;
    color:#666666;
    line-height:54px;
    margin-bottom:25px;
}
.u-paging{
	text-align:center;
	overflow:hidden;
	width:272px;
	margin:0 auto;
	margin-bottom:96px;
}
.u-paging .goahead{
	float:left;
	width:34px;
	height:34px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border:1px solid #dddddd
}
.u-paging span{
	float:left;
	width:34px;
	height:34px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:1px solid #dddddd
}
.u-paging li{
	float:left;
    width:34px;
    height:34px;
    background-color: #fff;
    border: solid 1px #dddddd;
    font-family: "simsun";
   font-size: 16px;
color: #666666;
text-align:center;
line-height:34px;
transition: background-color .3s;
}
.u-paging li.active{
	background-color:#5b473b;
	color:#FFFFFF;
	border:none;
}
.u-paging li:hover{
	background-color:#5b473b;
	color:#FFFFFF;
	border:none;
}
@-webkit-keyframes btnRotate {
0% {
    -webkit-transform: rotateZ(0deg);
    }
100% {
    -webkit-transform: rotateZ(360deg);
    }
}

.products_bigbox .switch:hover .products_img{
	-webkit-animation: btnRotate 1.5s linear infinite;
}
.products_bigbox .switch:hover .products_text{
	color:#935d42;
}
.products_iimgi img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.products_iimgi:hover  img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

