@charset "utf-8";
/* CSS Document */
img {
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}  
body
{
	list-style-type:none;/*清除链接首点*/
	text-decoration:none;/*清除链接下划线*/
	font-family: "微软雅黑";
	font-size:16px;
}
a,a:link
{
	text-decoration:none;/*清除链接下划线*/
	color:#000;
}
li 
{
	list-style-type: none;/*清除点*/
}
img{
	border: none;
	-moz-background-inline-policy: bounding-box;
}
.clearboth
{
	clear:both;/*清除浮动*/
}
.container-fullmy
{
	width: 100%;
}
.lr
{
	margin-left: 15px;
	margin-right: 15px;
}
.gy
{
	margin-left:370px;
	margin-right:370px;
}

.containermy
{
/*	width: 100%;
*/	margin: 0 auto;
	overflow: hidden;
}
.containermy_ny
{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.ny_bgcolor
{
	background-color:#FFF;
}
.lo
{
	margin-left:12.495%;
	margin-right:12.495%;

}
.picbox {
	position:relative;
	width:100%;
    display:table;
}

.picbox:after {
  content: '';
  display: block;
  margin-top: 100%; /*margin 百分比相对父元素宽度计算*/
  background-color:#F00;
} 
.picbox .zoompic{
	position:absolute;
}
.picbox img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
	
@media (min-width: 1600px){
.lr
{
	margin-left: 8.3333%;
	margin-right: 8.3333%;
}

}
