@charset "utf-8";
/* CSS Document */

li{
	list-style:none;
}
.f_banner_box{
	width: 100%;
	max-width: 1920px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: top center;
}
.f_banner{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.f_banner img{
	display: block;
	width: 100%;
}
.f_porduct_box{
	width:100%;
	max-width: 1920px;
	margin: auto;
	background-color: #f5f5f5;
	overflow: hidden;
}
.f_porduct{
	width:100%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}
.f_porduct li{
	width:33.3%;
	float: left;
	padding-bottom: 23px;
}
.f_box{
	width: 100%;
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
}
.f_title{
	width:100%;
	max-width: 1920px;
	text-align: center;
	color: #000000;
	font-size: 35px;
	line-height: 110px;
	overflow: hidden;
	display: block;
}
.product_content{
	width:95%;
	max-width: 376px;
	margin: auto;
	border: solid 1px #d0d0d0;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 28px;
}
.product_img{
	width:100%;
	overflow: hidden;
}
.product_img img{
	width: 100%;
}
.product_title{
	height: 50px;
	width: 90%;
	margin: auto;
	text-align: left;
	font-size: 16px;
	padding: 10px 0;
	line-height: 1.2;
	overflow: hidden;
}
.product_title a{
	color: #000;
}
.product_img img{overflow: hidden;}
.product_img img{transitaion:0.5s; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; -webkit-transition:0.5s;}
.product_img img:hover{transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05);}	
.product_price{
	font-family: Arial;
	width: 60%;
	float: left;
	font-size: 16px;
	color: #000000;
	text-decoration: line-through;
}
.product_price p{
	display: inline-block;
	color: #d10707;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 14px;
}
.product_buy{
	width: 40%;
	float: left;
}
.product_buy a{
	display: block;
	margin: auto;
	text-align: center;
	width: 94px;
	background-color: #000;
	font-size: 16px;
	line-height: 31px;
	color: #fff;
}
.product_discount{
	display: none;
	width: 0;
	height: 0;
}
.f_bottom{
	width: 100%;
	max-width: 1169px;
	margin: auto;
	font-size: 24px;
	text-align: right;
	line-height: 16px;
}
.f_bottom a{
	color: #000000;
}
.f_zx{
	width: 100%;
	max-width: 1200px;
	margin:30px auto 0;
	position: relative;
}
.f_zx img{width:100%;}
.f_zx01{
	position:absolute;
	left: 0%;
	top: 0%;
	width: 61%;
	height: 47%;
}
.f_zx02{
	position: absolute;
    left: 0%;
    top: 49%;
    width: 62%;
    height: 49%;
}
.f_zx03{
	    position: absolute;
    left: 63%;
    top: 0%;
    width: 36%;
    height: 97%;
}


@media(max-width:639px){ 

	.f_title{
		font-size: 14px;
line-height: 48px;
	}
.product_title {
    height: 48px;
    width: 90%;
    margin: auto;
    text-align: left;
    font-size: 10px;
    padding: 10px 0;
    line-height: 1.2;
    overflow: hidden;
}
	.product_price{
		 font-size: 4px;
	}
	.product_price p {
    display: inline-block;
    color: #d10707;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 2px;
}
	.product_buy a {
    display: block;
    margin: auto;
    text-align: center;
    width: 40px;
    background-color: #000;
    font-size: 6px;
    line-height: 18px;
    color: #fff;
}
	.product_content {
    width: 95%;
    max-width: 376px;
    margin: auto;
    border: solid 1px #d0d0d0;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 10px;
}
	.f_porduct li {
    width: 33.3%;
    float: left;
    padding-bottom: 8px;
}
	.f_bottom {
    width: 100%;
    max-width: 1169px;
    margin: auto;
    font-size: 12px;
    text-align: right;
    line-height: 16px;
}
	
	
}