﻿#clock
{
	position: relative;
	width: 130px;
	height: 85px;
	list-style: none;
	margin: 5px auto;
	background: url(clock.png) no-repeat center;
	
}
#seconds,
#minutes,
#hours
{
	position: absolute;
	width: 3px;
	height: 85px;
	left: 65px;
	top:0px;
}
#timedigital
{
	position: absolute;
	top: 90px;
	color: #000;
	left: 23px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 16px;
	text-align:center;
}

#timedigitalsecond
{
	position: absolute;
	top: 90px;
	color: #000;
	right: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 16px;
	text-align:center;
}

#date
{
	position: absolute;
	top: 110px;
	color: #000;
	right: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 16px;
	text-align:center;
}
#hours
{
	background: url(hour.png);
	z-index: 1000;
}
#minutes
{
	background: url(minute.png)  ;
	z-index: 2000;
}

#seconds
{
	background: url(second.png) ;
	z-index: 3000;
}

#kefu_pannel .kefu_box {
	display: none;
}
#kefu_pannel .kefu_box:nth-child(1) {
        display: block;
	width: 124px;
	height: 124px;
	background: url(bdthwx.jpg) center center no-repeat;
	background-size: 100% 100%;
}
#kefu_pannel .kefu_box:nth-child(1) span{
        display: none;
}