﻿/*
┌─────────95A5──────────────────────┐
│ 网站设计制作:≮九五网络≯ QQ:95027066 唯一网址：WWW.25vi.COM     │
│        十余年网页设计制作经验、高端建站美工团队为你服务          │
└───────────────────────────── .Com ─┘
*/
@charset "utf-8";
/* 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:800px;/*这个是调整整体高度*/
  }
.items {
    width: 800px;/*格子总宽度，取决于一行显示多少*/
    left:24%;/*这里调整左右*/
    margin-left:-350px;/*这里调成横向距离*/
	margin-right:-200px;
    margin-top:0;/*全体框距离顶部*/
}
.ab {
    position: absolute;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.items li {
    width:120px;/*图像大小与间隔距离*/
    height:120px;
    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;
}
