@charset "UTF-8";
html, body { font-family: 微软雅黑,"FZLTQH",宋体, Arial, sans-serif; }
.z1 { z-index: 1; }
.fl { float: left; }
.fr { float: right; }
.show { display: block !important; }
.hide { display: none !important; }
.noborder { border: 0 !important; }
.flex { display: flex; }
/*@font-face { font-family: "FZLTZH GBK"; src: url("../font/方正兰亭准黑_GBK.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "FZLTQH"; src: url("../font/方正兰亭纤黑.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: "FZLTHJ"; src: url("../font/方正兰亭黑简.ttf") format("truetype"); font-weight: normal; font-style: normal; }*/



.new-article div.col-md-4{
		width:32%;
		height: 300px;
		border: 1px solid #CCCCCC;
		margin-right: 0.3%;
		margin-bottom: 6px;
		padding: 1px;
	}
	.new-article div.col-md-4 img{
		width: 100%;
		max-height: 100%;
	}
	.new-article .products_wrap>div{
		position: relative;
	}
	.cursor{
		position: absolute;
		width: 50px;
		height: 50px;
		background:gold;
        filter:alpha(opacity=50);
        opacity:0.5;
	}
	.big_img_wrap{
		position: fixed;
		width: 400px;
		height: 350px;
		border: 1px solid #CCCCCC;
		background: white;
		overflow: hidden;
		box-shadow: 0px 0px 8px #888888;
	}
	.big_img_wrap img{
		width: 100%;
	}
	.big_img{
		width: 800px;
		height: 700px;
		position: absolute;
	}