@charset "utf-8";
/* CSS Document */
.case{ border-top:1px solid #e5e5e5; background:#f2f2f2; padding-bottom:20px;}
.pop_tit { width:320px; height:45px;padding:0 9px;font-size:14px; line-height:45px; /*position:absolute; left:5px; top:5px; z-index:29;*/ background:#82ae51; color:#FFF; display:none;}
.pop_tit span{ width:32px; height:19px; margin-top:13px; background:url(../images/caseeye.png) no-repeat top right; float:right;}	

.case .ul{ width:100%;}
.case .ul li{ width:16%; margin-right:2.5%; float:left; padding:1%; background:#FFF; margin-bottom:20px;}
.case .ul li img{ width:100%;}
.case .ul li p{ height:24px; overflow:hidden; text-align:center;}
.case .ul li p:hover{ background:#ef7e1a; color:#FFF;}
.footer3 .left span a {
    display: block;
    color: #FFF;
}


.caseList2 {
    margin: 0px auto;
    overflow: hidden;
	width:90%;
}
.caseList2 li {
    width: 295px;
    height: 220px;
    float: left;
    display: inline;
    padding: 10px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
.caseList2 li a {
    width: 295px;
    height: 220px;
    display: block;
    background: #FFF none repeat scroll 0% 0%;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 1;
}
.caseList2 li a:hover {
    background: #82ae51 none repeat scroll 0% 0%;
    transition: all 0.5s ease 0s;
}
.caseList2 li p {
    width: 275px;
    height: 165px;
    display: block;
    overflow: hidden;
    padding: 10px;
}
.caseList2 li p img {
    width: 275px;
    height: 165px;
}
.caseList2 li span {
    display: block;
    clear: both;
    background: #FFF none repeat scroll 0% 0%;
    overflow: hidden;
    text-align: center;
    line-height: 38px;
}
.caseList2 li a div {
    position: absolute;
    background: #F2F2F2 none repeat scroll 0% 0%;
    width: 275px;
    height: 165px;
    display: block;
    overflow: hidden;
    padding: 9px;
    margin: 1px;
}
.caseList2 li a div img {
    display: block;
    width: 275px;
    height: 165px;
}
.caseList2 li a:hover span {
    color: #FFF;
    background: #F90 none repeat scroll 0% 0%;
}

/************/
.casePage {
    height: 41px;
    clear: both;
    margin: 0px auto;
}
.casePage a.pre, .casePage a.next {
    font-size: 18px;
}
.casePage a {
    line-height: 41px;
    height: 41px;
    padding: 0px 16px;
    background: #FFF none repeat scroll 0% 0%;
    display: block;
    float: left;
    margin: 0px 1px 0px 0px;
}
.casePage a.hover {
    background: #2056C5 none repeat scroll 0% 0%;
    color: #FFF;
}
.casePage span {
    height: 41px;
    line-height: 41px;
    background: #FFF none repeat scroll 0% 0%;
    display: block;
    float: left;
    color: #A7A7A7;
    text-align: center;
    padding: 0px 0px 0px 8px;
}
.casePage input.pageDetail {
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #FFF none repeat scroll 0% 0%;
    border: medium none;
    display: block;
    font-size: 14px;
    color: #4D4D4D;
}
.casePage input {
    vertical-align: middle;
    height: 20px;
}

.caseSearch2 {
    width: 280px;
    float: right;
    display: inline;
    overflow: hidden;
    padding: 10px 0px 0px;
}
.caseSearch2 .inputtxt {
    width: 225px;
    line-height: 25px;
    padding: 3px 5px;
    height: 25px;
    border: medium none;
    background: #F3F3F3 none repeat scroll 0% 0%;
    float: left;
}
.caseSearch2 .search_case {
    display: block;
    width: 42px;
    cursor: pointer;
    color: #BBB;
    line-height: 31px;
    background: #E7E7E7 none repeat scroll 0% 0%;
    float: left;
    border: medium none;
    font-size: 14px;
    font-family: "microsoft yahei";
}
input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}



