.aImg,.aImg img{
    display: block;
    width: 100%;
    height: 100%;
}
a:hover{
    color: #0075d1 !important;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
/* 文字居中功能样式 */
.textwrap {display:table;width:100%;height:100%;*position:relative;overflow:hidden;}
.textsubwrap {vertical-align:middle;display:table-cell;*position:absolute;*top:50%;*left:0;*width:100%;*display:block;} 
.textcontent {*position:relative;*top:-50%;*left:0;*cursor:pointer;} 
/* 文字居中功能样式 */
/* 图片放大效果 */
img{
    transition: all 0.5s;
}
.bigImg img:hover{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}