.search form.search{
	padding-bottom: 36px;
}
.main{
	background: #f5f7fa;
	padding: 0;
}
.main .product{
	background: #fff;
}
.main .pinner{
	width: 1210px;
	margin: 0 auto;
}
.main .product{
	padding: 25px 0 50px 0;
}
.main .floor{
	width: 1200px;
	height: 411px;
	box-shadow: 0 2px 10px #ddd;
	margin-bottom: 20px;
}
.main .floor .a{
	width: 300px;
}
.main .floor .a .classify{
	position: relative;
	margin-bottom: 2px;
}
.main .floor .a .classify h3{
	height: 59px;
	line-height: 59px;
	color: #fff;
	background: #5b9dff;
	padding-left: 60px;
	font-size: 17px;
	font-weight: normal;
}
.main .floor .a .classify .numWrap{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transform: rotate(180deg);
}
.main .floor .a .classify .num{
	width: 70px;
	height: 70px;
	transform: rotate(45deg);
	background: #fd7c7c;
	box-shadow: 0 0px 5px 2px #5b6db1;
	margin: 20px;
}
.main .floor .a .classify p{
	position: absolute;
	top: 0;
	left: 3px;
	line-height: 39px;
	font-size: 18px;
	color: #fff;
}
.main .floor.tenf .a .classify p{
	left: 0;
}
.main .floor .a .imgWrap{
	width: 300px;
	height: 350px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.main .floor .right{
	height: 327px;
	border-bottom: solid 1px #f5f5f5;
	border-top: solid 3px #5b9dff;
	position: relative;
}
.main .floor .right:before{
	content: "";
	width: 1px;
	height: 1px;
	border-radius: 50%;
	background: #fff;
	border: solid 1px #fff;
	box-shadow: 0 0 10px 5px #fff;
	position: absolute;
	top: -3px;
	left: 0;
	opacity: 0;
}
.main .floor .right:hover:before{
	left:905px;
	transition: left 2s,opacity 0.2s;
	opacity: 1;
}

.main .floor .right .b{
	position: relative;
	height: 328px;
	width: 300px;
	border-right: solid 1px #f5f5f5;
	padding-left: 28px;
}
.main .floor .right .b>a{
	position: absolute;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #e0e0e0;
	bottom: 20px;
	right: 20px;
}
.main .floor .right .b>a:hover{
	background: #5b9dff;
}
.main .floor .right .b ul{
	margin-top: 53px;
}
.main .floor .right .b li{
	float: left;
}
.main .floor .right .b li a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	color: #888;
	padding-right: 30px;
}
.left.imgWrap{
	font-size: 0;
	transition: 1s;
}
.main .floor .right .c{
	width: 228px;
	height: 328px;
	border-right: solid 1px #f5f5f5;
	overflow: hidden;
}
.main .floor .right .c p{
	margin: 30px 17px;
}
.main .floor .right .c p a{
	display: block;
	color: #666;
	line-height: 24px;
	font-size: 14px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main .floor .right .c .imgWrap{
	margin:0 auto;
	width: 200px;
	height: 200px;
}
.main .floor .right .c .imgWrap a img{
	width: 100%;
	height: 100%;
}
.left.imgWrap:hover{
	transform:translateX(-10px);
}
.main .floor .right .d{
	width: 342px;
}
.main .floor .right .d .top{
	height: 165px;
	border-bottom: solid 1px #f5f5f5;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .floor .right .d .top p{
	width: 125px;
	margin: 0 20px 0 30px;
}
.main .floor .right .d .top p a{
	display: block;
	color: #666;
	line-height: 24px;
	font-size: 14px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.main .floor .right .d .top .imgWrap{
	margin: 11px 33px 11px 0;
	width: 140px;
	height: 140px;
}
.main .floor .right .d .top .imgWrap a img{
	width: 100%;
	height: 100%;
}
.main .floor .right .d .top.bot{
	border: none;
}
a{
	cursor: pointer;
}
.main .floor .brand{
	width: 900px;
	height: 80px;
	/*margin-left: 300px;*/
}
.main .floor .brand li{
	float: left;
	width: 138px;
	position: relative;
}
.main .floor .brand li.text{
	line-height: 80px;
	color: #333;
	text-align: center;
	width: 210px;
}
.main .floor .brand li a{
	display: block;
	margin-top: 15px;
	font-size: 0;
}
.main .floor .brand li span{
	position: absolute;
	top: 26px;
	right: 18px;
	color: #dedfe0;
	font-size: 22px;
}
.main .floor .brand li img{
	border: solid 1px #f5f5f5;
}
.main .floor .a .imgWrap a:before{
	content:"";
	height:350px;
	width:80px;
	background-image:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
	background-image:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 100%);
	position:absolute;
	left:-200px;
	top:0;
	transform:skewX(-25deg);
}
.main .floor .a .imgWrap a:hover:before{
	left:500px;
	transition:1s;
}
.floorList{position:fixed;top:100px;left:50%;margin-left:-690px; display: none;}
.floorList li{
	height:47px; width:46px; cursor:pointer;color: #fff;background: #b2b2b2;margin-bottom: 1px;
	
}
.floorList li p{
	line-height: 18px;
	width: 34px;
	position: relative;
	left: 50%;
	top: 50%;
	right: 50%;
	bottom: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.floorList li.ac{background: #368ffd; width: 54px;box-shadow: 1px 5px 6px -1px #202b53;}
.floorList li:hover{background: #368ffd; width: 54px;transition: 0.2s;}

.correction{
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: url(img/correction_03.jpg) no-repeat;
	box-shadow: 0 3px 8px 1px #afb0b2;
}
.correction>a{
	display: block;
	width: 60px;
	height: 60px;
}
.slideUp{
	position: fixed;
	background: url(img/top_03.png) no-repeat center 8px #FF0000 ;
	bottom: 50px;
	right: 50%;
	margin-right: -690px;
}
.slideUp>a{
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 58px;
	font-size: 12px;
}





/* banner部分 */
.productBanner{
	width: 1200px;
	height: 401px;
	margin: 0 auto;
	display: flex;
	align-items: end;
}
.productBanner .bannerLeft{
	box-sizing: border-box;
	padding: 20px 5px 18px;
	width: 160px;
	height: 401px;
	background: #FFFFFF;
}
.productBanner .bannerLeft p{
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #333333;
	position: relative;
	margin-bottom: 12px;
}
.productBanner .bannerLeft p::after,.productBanner .bannerLeft p::before{
	content: "";
	position: absolute;
    top: 10px;
	width: 35px;
	height: 1px;
	background: #EBEBEB;
}
.productBanner .bannerLeft p::before{
	left: 0;
}
.productBanner .bannerLeft p::after{
	right: 0;
}
.productBanner .bannerLeft ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 10px;
	height: 145px;
	overflow: hidden;
}
.productBanner .bannerLeft ul li{
	margin-right: 10px;
	margin-bottom: 10px;
}
.productBanner .bannerLeft ul li a{
	display: block;
	/* height: 12px; */
	font-size: 14px;
	color: #666666;
}
.productBanner .bannerLeft ul li a:hover,.productBanner .bannerRight ul li a:hover{
	color: #1290fe;
}
.productBanner .bannerLeft .operate a{
	display: block;
	box-sizing: border-box;
	width: 120px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	height: 70px;
	background: #F4FAFF;
	border-radius: 10px;
}
.productBanner .bannerLeft .operate a span{
	display: block;
	height: 12px;
	font-size: 14px;
	color: #666666;
}
.productBanner .bannerCenter{
	width: 700px;
	height: 390px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
.productBanner .bannerRight{
	box-sizing: border-box;
	padding: 0 15px 41px;
	width: 320px;
	height: 390px;
	background: #FFFFFF;
	margin-left: 10px;
}
.productBanner .bannerRight .title{
	display: flex;
	justify-content: space-evenly;
	height: 72px;
	line-height: 68px;
}
.productBanner .bannerRight .title p{
	text-align: center;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
}
.productBanner .bannerRight .title .active{
	font-weight: bold;
	color: #333333;
	position: relative;
}
.productBanner .bannerRight .title .active::before{
	content: "";
	position: absolute;
	left: 12px;
	bottom: 24px;
	width: 40px;
	height: 2px;
	background: #1290FE;
}
.productBanner .bannerRight ul{
	display: none;
}
.productBanner .bannerRight ul:nth-child(2){
	display: block;
}
.productBanner .bannerRight ul li{
	margin-bottom: 14px;
}
.productBanner .bannerRight ul li a{
	display: block;
	width: 281px;
	font-size: 14px;
	color: #666666;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productTitle{
	position: relative;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 83px;
	display: flex;
    align-items: baseline;
}
.productTitle p{
	display: inline-block;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	margin-right: 20px;
}
.productTitle span:nth-child(2){
	font-size: 14px;
	color: #999999;
}
.productTitle a:nth-child(3){
	position: absolute;
	cursor: pointer;
    right: 20px;
	font-size: 14px;
	color: #868686;
}

.productTitle a:nth-child(3) img {
	position: relative;
  top: 4px;
	width: 20px;
	height: 20px;
}
.hotProduct,.qualityProduct,.productInfo,.productRecommend{
	width: 1200px;
	margin: 20px auto 0;
	background: #FFFFFF;
}
.hotProduct .hotProduct_ul{
	height: 302px;
    box-sizing: border-box;
	margin: 0 20px;
	overflow: hidden;
	position: relative;
}
.hotProduct .hotProduct_ul ul{
	position: absolute;
    left: 0;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.hotProduct .hotProduct_ul ul li{
	width: 224px;
	margin-right: 10px;
	flex-shrink: 0;
	cursor: pointer;
}
.hotProduct .hotProduct_ul ul li a span{
	display: block;
	font-size: 14px;
	color: #333333;
}
.hotProduct .hotProduct_ul ul li a img{
	display: block;
	margin-bottom: 20px;
	box-sizing: border-box;
	width: 223px;
	height: 223px;
	background: #FFFFFF;
	border: 1px solid #EDEDED;
}
.hotProduct .hotProduct_ul ul li a span , .qualityProduct .quality_ul .left li a span , .qualityProduct .quality_ul .right li a span{
	display: block;
	text-align: center;
	padding: 0 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hotProduct .hotProduct_ul .left , .hotProduct .hotProduct_ul .right{
	position: absolute;
	top: 88px;
	width: 28px;
	cursor: pointer;
	text-align: center;
	height: 48px;
	line-height: 48px;
	background: #373737;
	opacity: 0.5;
}
.hotProduct .hotProduct_ul .left img, .hotProduct .hotProduct_ul .right img{
	width: 11px;
	height: 21px;
	margin-top: 13px;
}
.hotProduct .hotProduct_ul .left {
	border-radius: 0px 4px 4px 0px;
	left: 0px;
}
.hotProduct .hotProduct_ul .right {
	border-radius:4px 0px 0px 4px;
	right: 0px;
}
.qualityProduct .quality_ul{
	display: flex;
}
.qualityProduct .quality_ul .left{
	border: 1px solid #EDEDED;
	border-left: none;
	border-bottom: none;
	display: flex;
	flex-wrap: wrap;
	width: 960px;
	/* height: 493px; */
}
.qualityProduct .quality_ul .left li{
	box-sizing: border-box;
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	width: 240px;
	height: 240px;
}
.qualityProduct .quality_ul .left li:nth-child(4),.qualityProduct .quality_ul .left li:nth-child(8){
	border-right: none;
}
.qualityProduct .quality_ul .left li:nth-child(5),.qualityProduct .quality_ul .left li:nth-child(6),.qualityProduct .quality_ul .left li:nth-child(7),.qualityProduct .quality_ul .left li:nth-child(8){
	border-bottom: none;
}
.qualityProduct .quality_ul .left li a img{
	width: 200px;
	height: 200px;
	display: block;
	margin: 5px auto;
	object-fit: cover;
}
.qualityProduct .quality_ul .left li a span{
	display: block;
	font-size: 15px;
	color: #333333;	
}

.qualityProduct .quality_ul .right{
	width: 237px;
}
.qualityProduct .quality_ul .right li{
	box-sizing: border-box;
	width: 240px;
	height: 120px;
	border-top: 1px solid #EDEDED;
}
.qualityProduct .quality_ul .right li a img{
	display: block;
	width: 80px;
	height: 80px;
	margin: 5px auto;
	object-fit: contain;
}
.qualityProduct .quality_ul .right li a span{
	padding: 0 20px;
	color: #333333;	
}
.productInfo .info_ul ul{
	padding: 0 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap:63px;
	/* grid-row-gap:41px; */
}
.productInfo .info_ul ul li{
	margin-bottom: 41px;
	display: flex;
	/* align-items: center; */
}
.productInfo .info_ul ul li img{
	display: inline-block;
	flex-shrink: 0;
	margin-right: 10px;
	width: 180px;
	height: 120px;
	border-radius: 6px;
	object-fit: cover;
}
.productInfo .info_ul ul li div p:first-child{
	width: 353px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productInfo .info_ul ul li div p:last-child{
	width: 353px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 为你推荐 */
.productRecommend .info_ul{
	padding: 0 35px 43px;
}
.productRecommend .info_ul ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap:15px;
}
.productRecommend .info_ul ul li{
	cursor: pointer;
	box-sizing: border-box;
	width: 214px;
	height: 341px;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin-bottom: 15px;
}
.productRecommend .info_ul ul li img:first-child{
	display: block;
	width: 200px;
	height: 200px;
	margin: 10px auto 10px;
}
.productRecommend .info_ul ul li .box{
	padding: 0px 10px 16px;
	border-top: 1px solid #E8E8E8;
}
.productRecommend .info_ul ul li .box div{
	height: 43px;
	line-height: 43px;
}
.productRecommend .info_ul ul li .box div span:first-child{
	font-size: 16px;
	color: #FF0000;
}
.productRecommend .info_ul ul li .box div span:last-child{
	font-size: 12px;
	color: #999999;
}
.productRecommend .info_ul ul li .box div img{
	width: 10px;
	height: 15px;
	margin-top: 16px;
	margin-right: 5px;
}
.productRecommend .info_ul ul li .box p:nth-child(2) {
	height: 40px;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-bottom: 9px;
}
.productRecommend .info_ul ul li .box p:nth-child(3) {
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.bannerCenter .box {
    position: relative;
    width: 700px;
    height: 390px;
    overflow: hidden;
}
.bannerCenter .box ul {
    list-style: none;
    width: 20000px;
    height: 390px;
    position: absolute;
    top: 0;
    left: 0;
}
.bannerCenter .box .left,.box .right {
    text-decoration: none;
    color: #fff;
}

.bannerCenter .box li {
    position: relative;
    float: left;
    width: 700px;
    height: 390px;
}

.bannerCenter .box ul img {
    width: 700px;
    height: 390px;
	object-fit: cover;
}
/* .bannerCenter .box ul img:hover{
  transform: scale(1.08);
} */

.bannerCenter .box span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #DCDCDC;
    border-radius: 50%;
}

.bannerCenter .box .cir {
    position: absolute;
    bottom: 15px;
	left: 50%;
	transform: translate(-50%);
}
.bannerCenter .box .cir span{
    margin-right:8px;
    cursor: pointer;
}
.bannerCenter .box .cir span:last-child{
    margin-right:0;
}
.bannerCenter .box .active {
	background: #388EFC;
}
