﻿@charset "utf-8";
/* CSS Document */
body, html {
  background:#fff;overflow-x:hidden; font-weight:normal; /*display:-webkit-box;-webkit-box-orient:vertical; -webkit-box-align:center;*/
  font: 16px "Microsoft Yahei", "微软雅黑", "Pinghei", Arial, sans-serif; color: #777;  
}

/*轮播*/	
.slider{display:none;}/*用于获取更加体验*/
.focus span{width:6px;height:6px;margin-right:4px;border-radius:50%;background:#666;font-size:0}
.focus span.current{background:#fff}
/*产品列表*/
.product_box{ overflow:hidden;width:100%; margin:0 auto;}
.product_box ul{ color:#585757; overflow:hidden;width:100%; padding:1vw;}
.product_box ul li{ display:block; float:left; position: relative; width: 48%; margin:3vw 1%;overflow: hidden; border-radius: 5px;border: 1px solid #d9d9d9;}
.product_box_case{ height:60vw; width: 100%; display:block; text-align:center; overflow: hidden;}
.product_box_case img{ width: 100%; height: 100%; transition: transform 0.4s ease; transform: translate3d(0, 0, 0);backface-visibility: hidden;transform-style: preserve-3d;}
.product_box ul li:hover .product-jianjie{ 
    display: block; 	
}
.product_box ul li:hover .product_box_case img{ 
    transform: scale(1.04); 
	background-size: cover; 	
}
.product_box .product-jianjie{ display: none; width: 100%; height: 373px; z-index: 2; background:rgba(213,50,46,0.7); position: absolute;top:0; left: 0;padding: 140px 10px 0;}
.product_box .product-jianjie span{ color: #fff; display: block;line-height: 26px; text-align: center; }
.product_box ul li h1{ display:block; width:100%; text-align: center; font-size:16px; line-height:40px;height:40px; overflow:hidden; color: #fff; background: #d5322e}