﻿/*程序员新增的样式*/
/*限制内容中图片的大小*/
.P_content img {
    max-width:750px;/*IE7及Firefox用*/
    width: expression(this.width > 750 ? 750: true); /*IE6用*/
}
.P_contact img{
    max-width:520px;/*IE7及Firefox用*/
    width: expression(this.width > 520 ? 520: true); /*IE6用*/
}
.P_pro img{
    max-width:540px;/*IE7及Firefox用*/
    width: expression(this.width > 540 ? 540: true); /*IE6用*/
}
