/*.content_box{width: 100%;padding:80px 0;}
.content{width: 1170px;margin:0 auto;}
.tab_nav{float: left;width: 270px;}
.tab_nav li{position: relative;text-align: center;line-height: 50px;background:#f9f9f9;border-bottom: 1px solid #e9e9e9;}
.tab_nav>h3{color:#fff;font-size:20px; text-align: center; width: 100%;height: 80px;line-height: 80px;background: -webkit-linear-gradient(to right, #25bff2 , #25f250);background: -o-linear-gradient(to right, #25bff2 , #25f250);background: -moz-linear-gradient(to right, #25bff2 , #25f250);background: linear-gradient(to right, #25bff2 , #25f250);}
.tab_nav li>div{display: none;}
.tab_nav li>div span{display: block;text-align: center;padding-left: 28px;box-sizing: border-box;}

.tab_cont{width: 864px;float: right;}
.tab_cont>p{box-sizing: border-box;margin-bottom: 30px;font-size: 20px;color:#333;border-bottom: 2px solid #dcdcdc;padding-bottom: 18px;}
.tab_cont>p>span,.det_box>span{padding-left: 10px;border-left:4px solid #25b250;}*/
.product_list{width:100%;float: right;}
.product_item_box{margin-bottom: 45px;display:block;width:265px;position: relative;padding-bottom:15px;cursor: pointer;transition: all .6s ease;margin-right: 34px;}
.product_item_box>i{position: absolute;width:100%;bottom:0;height: 3px;background-color: #e8e8e8;}
.product_item_box:hover>i{background: -webkit-linear-gradient(left top, #25bff2 , #25f250);background: -o-linear-gradient(left top, #25bff2 , #25f250);background: -moz-linear-gradient(left top, #25bff2 , #25f250);background: linear-gradient(left top, #25bff2 , #25f250);}
.product_item{width:100%;border:1px solid #e4e4e4;box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);}
.product_item .imgBox{height: 220px;line-height: 220px;border-bottom: 1px solid #e4e4e4;text-align: center;overflow: hidden;}
.product_item .imgBox>img{vertical-align: middle;max-width: 100%;max-height: 100%;}
.product_item>p{font-size: 14px;color:#1a1a1a;text-align: center;padding:32px 0;width: 90%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.product_item_box{float: left;}
.product_item_box:nth-child(3n+3){margin-right: 0;}

.page_box{width: 100%;}
.page_box>a{padding:4px 12px;display: inline-block;color:#6e6e6e;font-stretch: 12px;border:1px solid transparent;}
.page_box>a.active{background: #6e6e6e;color:#fff;border:1px solid #6e6e6e;}
.page_box>a:hover{border:1px solid #6e6e6e;}

/*产品详情*/
.det_box{width: 100%;}
.img_box{ overflow: hidden;width: 100%;border:1px solid #e4e4e4;text-align: center;height: 410px;line-height: 410px;}
.img_box>img{width:70%;vertical-align: middle;border-radius: 4px;}
.det_box>span{margin:40px 0;display: block;}
.detInfo{width: 100%;overflow: hidden;}
.detInfo img{width: 100% !important;}

@media only screen and (max-width: 1260px){
	.product_item_box{width: 100%;float: none;}

	.det_box{padding:0;}
}

@media only screen and (max-width: 600px){
	.product_item_box{width: 100%;float: none;}
	.det_box {width: 100%; padding:0;}
	.img_box{height: auto;padding:10px 0;}
	.tab_nav li.last_li{display: none;}
}