* {

	margin: 0;

	padding: 0;

	border: none;

	zoom: 1;

}

ul li {

	list-style: none;

}

.linshibox {

	width: 80px;

	height: 80px;

	border: 1px solid #ccc;

	margin-left: 30%;

	margin-top: 10%;

	position: fixed;
        top: 120px;
        right: 0;

}

.linshibox ul li {

	width: 80px;

	display: block;

	height: 80px;

	padding: 2px;

	overflow: hidden

}

.dc {
height: 100%;
    width: 100%;
   background: url(dc_text.png) no-repeat !important;
	

    background-size:100% 100% !important;
	/*background-position: 0 87%;*/

	-webkit-transition: all .3s;

	-moz-transition: all .3s;

	-ms-transition: all .3s;

	-o-transition: all .3s;

}

.dc:hover {
height: 100%;
    width: 100%;
	background: url(dc.png) no-repeat !important;
    background-size:100% 100% !important;
	box-shadow: 1px 1px 2px #888888;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;

}

.dc:hover .weixin-logo {

	width: 300px;

	height: 356px;


}


.weixin-logo {
	box-shadow: 1px 1px 2px #888888;
	background: url(ewm.png) no-repeat;
    width:100%;
    height:100%;
    background-size:100% 100%;
	background-position: 0 0;

	width: 0px;

	height: 0px;

	overflow: hidden;

	position: absolute;

	top: 0px;

	left: -300px;

	-webkit-transition: all .3s;

	-moz-transition: all .3s;

	-ms-transition: all .3s;

	-o-transition: all .3s;
}