html,body{
	min-height:100%;
	overflow: auto;
}
.product_head{
	width:100%;
	height:100%;
	overflow:hidden;
	position: relative;
}
.product_head .header{
	height:1.1rem;
}
.product_head .headerMin{
	height:1.1rem;
}
.prouct_img{
	width:100%;
	height:100%;
	font-size:0;
}
.zuo{
	width:0.31rem;
	height:60px;
	position: absolute;
	top:50%;
	left:0.3rem;
	z-index:103;
}
.you{
	width:0.31rem;
	height:60px;
	position: absolute;
	top:50%;
	right:0.3rem;
	z-index:103;
}
.prouct_img li{
	width:100%;
	height:100%;
	display:inline-block;
	position:relative;
	overflow: hidden;
}
.prouct_img li img{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	transition:all 1.5s linear; 
	-moz-transition:all 1.5s linear; 
	-o-transition:all 1.5s linear; 
	-webkit-transition:all 1.5s linear; 
}
.product_menu{
	position: absolute;
	width:65px;
	height:58px;
	top:0;
	right:0;
	z-index: 101;
	display: none;
}

.prouct_imgBack{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	top:0;
	left:0;
	z-index:1;
}
.product_show{
	width:6rem;
	height:3.6rem;
	position:absolute;
	top:43%;
	margin:auto;
	left:0;
	right:0;
	z-index:3;
	text-align:center;
}
.product_showMin{
	width:2.4rem;
	height:0.8rem;
	margin:0 auto 0.4rem;
	position: relative;
	border-bottom:1px solid rgba(255,255,255,1);
	border-top:1px solid rgba(255,255,255,0.5);
}
/*.product_get{
	width:200px;
	height:70px;
	background:rgba(255,255,255,0.8);
	position: absolute;
	left:0;
	z-index: 4;
	bottom:-90px;
	transition:all 1s linear; 
	-moz-transition:all 1s linear; 
	-o-transition:all 1s linear; 
	-webkit-transition:all 1s linear; 
}*/
.product_showMin h3{
	font:46px/66px "微软雅黑";
	color:#FFFFFF;
	display: none;
}
.product_showMinLight{
	width:2.4rem;
	height:0.8rem;
}
/*.product_showMin p{
	font:36px/70px "微软雅黑";
	color:rgba(50,50,50,0.4);
	margin-top:70px;
	z-index:5;
	position: relative;
	transition:all 1s linear; 
	-moz-transition:all 1s linear; 
	-o-transition:all 1s linear; 
	-webkit-transition:all 1s linear; 
}*/
.product_showList{
	width:100%;
	height:32px;
}
.product_showList p{
	font:36px/0.4rem "微软雅黑";
	color:#FFFFFF;
	margin-top:0.4rem;
	transition:all 1s linear;
	-moz-transition:all 1s linear; 
	-o-transition:all 1s linear; 
	-webkit-transition:all 1s linear; 
}
.product_showMenu{
	width:100%;
	height:1.5rem;
	margin-top:1rem;
}

.product_showMenu p{
	font:32px/0.6rem "微软雅黑";
	color:#FFFFFF;
}
.prouct_img li:hover p{
	margin-top:0;
}
.prouct_img li:hover h3{
	margin-top:-70px;
}
.prouct_img li:hover .product_get{
	bottom:0;
}
.prouct_img li:hover .prouct_imgBack{
	background:rgba(0,0,0,0);
}
.prouct_img li:hover>img{
	width:110%;
	height:110%;
	top:-5%;
	left:-5%;
}
.prouct_img li:hover .product_showMinLight{
	margin:0;
}


/*详情*/
.product_box{
	width:100%;
	min-height:100%;
	overflow:auto;
	background:rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left:0;
	z-index: 102;
	display: none;
}
.product_boxMin{
	width:100%;
	min-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#FFFFFF;
} 
.product_boxLeft{
	width:0.51rem;
	height:0.75rem;
	position: absolute;
	left:0;
	background:rgba(0,0,0,0.6);
	top:40%;
	margin:0 0 0 0;
	z-index:106;
}
.product_boxRight{
	width:0.51rem;
	height:0.75rem;
	position: absolute;
	right:0;
	background:rgba(0,0,0,0.6);
	top:40%;
	margin:0 0 0 0;
	z-index:106;
}
.product_ul{
	width:100%;
	margin-top:0.8rem;
	font-size:0;
}
.product_ul li{
	width:9.8rem;
	display:inline-block;
	position: relative;
}
.product_del{
	position: absolute;
	width:35px;
	height:35px;
	top:-17px;
	right:50px;
	z-index:106;
	display: none;
}
.product_inLeft{
	width:9.8rem;
	height:7.4rem;
	display:none;
}
.product_inRight{
	width:100%;
	height:auto;
	background:#FFFFFF;
	position:relative;
}
.product_auto{
	width:100%;
	height:auto;
	margin-top:0.3rem;
	text-align: center;
	position: relative;
	padding-bottom:0.6rem;
	margin-bottom:0.02rem;
}
.product_auto h4{
	font:32px/32px "微软雅黑";
	color:#000000;
}
.product_inMin{
	width:80%;
	height:4.1rem;
	text-align:center;
	margin:0.4rem auto 0.5rem;
	border:1px solid #EEEEEE;
}
.product_inMin img{
	width:5.4rem;
	height:3.7rem;
	margin:0.2rem 0;
}
.product_fixed{
	width:100% !important;
	height:0.64rem;
	padding-top:33px;
	padding-bottom:1px;
	position:absolute;
	bottom:0;
	left:0;
	font-size:0;
	background:#FFFFFF;
}
.product_fixed li{
	width:33%;
	margin-left:0.25%;
	height:0.64rem;
	background:#1171d3;
	color:#FFFFFF;
	text-align:center;
	font:22px/0.64rem "微软雅黑";
}
.product_fixed li a ,.product_fixed li:hover a{
	color:#fff;
}
.product_fixed li:hover{
	background:#000000;
}
.product_table{
	width:80%;
	margin:0 auto;
}
.product_table td{
	height:0.8rem;
	padding-left:16px;
	background:#ccd6df;
	color:#48494c;
	font:22px/0.3rem "微软雅黑";
}
.product_table h4{
	font:22px/0.6rem "微软雅黑";
	color:#FFFFFF;
	margin:0;
}
.product_table tr:nth-of-type(1){
	height:0.8rem;
}
.product_table tr:nth-of-type(1) td{
	height:0.8rem;
	background:#3797cc;
}

.product_table td:nth-of-type(1){
	width:30%;
}
.product_spa{
	width:100%;
	height:64px;
}
.foot {
	width:100%;
	height:1.7rem;
	position:absolute;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	z-index: 1000;
	bottom: 0;
	left: 0;
	padding-top:0.3rem;
}

.foot .footMin {
	width:100%;
	height:1.7rem;
	margin:0 auto;
	text-align:center;
}

.footMin p {
	font: 22px/0.5rem "微软雅黑";
	color: #FFFFFF;
	display: inline-block;
	margin-right: 30px;
}

.footMin span {
	font: 22px/0.5rem "微软雅黑";
	color: #FFFFFF;
	display: block;
}
.footer_right{
	width:1.8rem;
	height:0.3rem;
	margin:0.1rem auto 0;
	font-size:0;
}
.footer_right li{
	width:0.3rem;
	height:0.3rem;
	margin:0 0.15rem;
	display:inline-block;
	text-align:center;
}
.footer_right li:nth-of-type(1) img{
	width:0.15rem;
	height:0.3rem;
}
.footer_right li:nth-of-type(2) img{
	width:0.33rem;
	height:0.3rem;
}
.footer_right li:nth-of-type(3) img{
	width:0.34rem;
	height:0.3rem;
}