
.daos-uul>li {
 
    line-height: 30px;
	font-family:"微软雅黑";
    margin-right: 30px;
	margin-bottom:-20px;
	    color: #C6010B;
    font-size: 21px;
	font-weight:100;
	text-align:center;
}

.daos-uul {
       color: #C6010B;
	   	font-family:"微软雅黑";
    font-size: 21px;
	text-align:center;
	font-weight:100;
    width: 94%;
    margin: 30px auto;
}

.daos-uul>li a {
    color: #C6010B;
	font-weight:100;
		font-family:"微软雅黑";
    font-size: 21px;
	text-align:center;
    
}

.daos-uul>li.active a {
    color: #C6010B;
	font-weight:100;
		font-family:"微软雅黑";
	 
    font-size: 21px;
	text-align:center;
}

.daos-uul>li a:hover{
    color: #C6010B;
	font-weight:100;
		font-family:"微软雅黑";
    font-size: 21px;
	text-align:center;
	}
.daos-uul>li.active a {
    color: #C6010B;
    font-size: 21px;
	font-weight:100;	font-family:"微软雅黑";
	text-align:center;
}
/*案例墙*/

.box {
    width: 1200px;
	text-align:center;
    position:inherit;
    z-index: 10;
 
}

.box ul li {
    width: 33.1%;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0.1%;
}

.box ul li img {
    width: 100%;
    height: auto;

    display: block;
}

.box ul li:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}

.box .case-summary {
    width: 100%;
    height: 65%;
    bottom: 0;
    opacity: 1;
    position: absolute;

    bottom: 200%;
}

.box ul li:hover .case-summary {
    top: 0px;

    -webkit-transition: all .5s;
    transition: all .5s;
    color: #FFF;

}

.box .case-summary p {
    color: #FFF;
    left: 0;
    font-size: 20px
}

.box .case-summary span {
    font-size: 20px;
}

.box .case-summary .title {
    background: url("../image/title.png")/*tpa=http://www.wanobrand.com/t/wanguo/image/title.png*/ no-repeat left bottom;
    padding-bottom: 5%;
    font-size: 20px;
	font-weight:bold;
 
    transition: all .5s;
    margin-bottom: 5%;
}

.box .case-summary .introduce {
    font-size: 18px;
    font-weight: normal;
    width: 75%;
    line-height: 160%;
}

.box .case-summary div {
    width: 100%;
    height: 100%;
    padding: 0%;
    display: block;
    position: absolute;
    transition: all .5s;
}

.box .case .bg {
    background: url("../image/black.png") repeat;
 
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s;
    top: 100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.box .case .bg2 {
    background: url("../image/black.png") repeat;
 
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s;
    top: 110%;
    -webkit-transition: all .5s;
    transition: all .5s
}
.box ul li{  color:#000000 ; }
.box ul li:hover{  color:#FFFFFF ; }
.box ul li:hover .bg {
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.box .case-more {
    display: block;
    width: 148px;
    height: 40px;
    margin: 100px auto;
    border: 2px solid #959595;
    text-align: center;
    line-height: 40px
}



 









/*案例墙*/

.box1888 {
    width: 325px;
	text-align:center;
    position:inherit;
    z-index: 10;
 
}

.box1888 ul li {
    width: 245px;
	height:130px;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0.1%;
}

.box1888 ul li img {
    width: 245px;
	height:130px;

    display: block;
}

.box1888 ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}

   
.box1888 .case .bg {
    background:url(../../../../pic/more1.png)/*tpa=http://www.wanobrand.com/t/wanguo/image/black.png*/ repeat;
    /* background: rgba(229, 0, 74, .4); */
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transition: all .5s;
    top: 110%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.box1888 ul li:hover .bg {
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}
 























.readmore{
	position: relative;
	padding: 7px 40px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 20px;
	border: 1px solid #CCC;
	margin-top: 30px;
    display: inline-block;
	line-height:15px;
}

.readmore:after,
.readmore
{
 transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;

}

.readmore{ overflow: hidden; }


.readmore:after
{
content: '';
position: absolute;
left: -100%;
top: 0;
width: 100%;
height: 100%;
background: #fff;
z-index:-2;
border-radius: 20px;

}

.readmore:hover{
z-index:1;
background:transparent;
color:#FFF;
border: 1px solid #9A0000;

}

.readmore:AFTER {

background: #9A0000;
z-index:-1;


}

.readmore:hover:after {
left: 0;
}