*{
    margin:0;
    padding:0;
}
body{
	min-width:1280px;
    height:auto;
    width:100%;
    margin:0 auto;
    background:#f0f0f0;
    font-family:Microsoft YaHei;
}
ul{
    list-style-type:none;
}
ul li{
    list-style-type:none;
}
a{
    text-decoration:none;
}
img{
    border:none;
}
.clear_fix:after{
    display: block;
    content: '';
    width: 100%;
    clear: both;
}

/* 放大图片*/
.scale-hover-parent{
    overflow: hidden;
}
.scale-hover{
    transition: 0.1s transform;
    transform: translateZ(0);
}
.scale-hover:hover{
    transform: scale(1.2, 1.2);
    transition: 2s transform;
}
.bnnerin .seach form [name='contentKey']{color:#000000}

