/* CSS Document */

.case_type h1{ text-align:center; line-height:90px; font-family:'Microsoft YaHei'; font-weight: normal;}
.ui-s-cover {
    background: #000;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=40);
    opacity: 0.4;
    transition: all 0.2s ease-in-out;
    z-index: 99;
	height:140px;
}
.ui-s-cover:hover {
    filter: alpha(opacity=0);
    opacity: 0;
}
.case_type ul li{ float:left; width:280px; height:240px; color:#666; margin:0px 0 25px 60px; line-height:20px;     background: #fff; position:relative; overflow:hidden;}
.case_type ul li a{display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.case_type .hangye_type{ width:280px; height:100px; background: #fff; position:absolute; bottom:0;transition:bottom 0.5s; -moz-transition:bottom 0.5s; /* Firefox 4 */ -webkit-transition:bottom 0.5s; /* Safari and Chrome */ -o-transition:bottom 0.5s; /* Opera */}
.case_type .hangye_type .hangye_img{ position:absolute; top:-40px;left:100px; width:80px; height:80px; border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%; text-align: center; line-height:80px; background: #fff;}
.case_type .hangye_type .hangye_img img{margin-top:16px;}
.case_type .hangye_type h3{line-height:100px; text-align:center; color:#f47712; font-size:16px;font-family:'Microsoft YaHei';}
.hangye_detail{position:absolute; bottom:-75px; width:100%; background:#fff; height:75px;transition:bottom 0.5s;
-moz-transition:bottom 0.5s; /* Firefox 4 */ -webkit-transition:bottom 0.5s; /* Safari and Chrome */ -o-transition:bottom 0.5s; /* Opera */}
.case_type ul li:hover .hangye_type{bottom:40px;}
.case_type ul li:hover .hangye_detail{bottom:0px;}

.case_type ul li p{padding:15px 15px; font-family:'Microsoft YaHei';}
.case_type ul li .hangye{ position:absolute; width:125px; height:30px; top:110px; left:82px; background:#fff; text-align:center; line-height:30px; color:#f47712; font-size:16px; font-weight:bold;font-family:'Microsoft YaHei'; z-index:100;}