/*
┌─────────95A5──────────────────────┐
│ 网站设计制作:≮九五网络≯ QQ:95027066 唯一网址：WWW.25vi.COM     │
│        十余年网页设计制作经验、高端建站美工团队为你服务          │
└───────────────────────────── .Com ─┘
*/

/* CSS Document */
* { margin:0; padding:0; }
body,td,th { font-size: 14px; }
body { color:#383838; font-size:14px; font-family:"微软雅黑",Microsoft YaHei,Arial,Verdana; overflow-y:scroll; margin:0px;}

a { font-size: 14px; color:#2b262b; }
a:link { text-decoration: none;}
a:visited { text-decoration: none; color:#2b262b; }
a:hover { text-decoration: none; color:#775145; text-decoration:none;}
a:active { text-decoration: none; color:#775145;}
ul {  margin:0 0 0 0; padding: 0; list-style: none; }
img{ border:0;}


.downcontainer3 {
    height:753px;/*这个是调整整体高度*/
  }
.items {
    width: 1200px;
    position: relative; /* 确保居中定位有效 */
    left: 52%; /* 将左侧定位到页面中心 */
    transform: translateX(-50%); /* 通过偏移自身宽度的50%实现精确居中 */
    margin-top: 220px;
    margin-left: 0; /* 移除原有的负margin */
}
.ab {
    position: absolute;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.items li {
    width:90px;/*图像大小与间隔距离*/
    height:90px;
    float: left;
    list-style: none;
	
	
}

.itemcss {
    position: relative;
    width:74px;/*图像实际大小再到前端代码修改大小相同*/
    height:74px;
    margin: 0 auto;
}


img {
    border: 0;
}
img:hover{
  cursor: pointer;
}
.itemcss a, .itemcss span {
    display: none;
    text-decoration: none;
}
.itemcss span>img{
  position: absolute;
  z-index: 1000;
}
