/*头部*/
#top{
	width:100%;
	height:74px;
	background: url(../image/bg-header.png);
	position: fixed;
	top: 0;
	z-index: 99;
}
#top ul{
	width: 900px;
	padding-left: 30px;
}
#top ul li{
	width:84px;
	height:74px;
	text-align: center;
	margin-left: 20px;
	line-height: 74px;
	float:left;
	list-style: none;
}
#top ul li a{
	font-size: 14px;
	text-decoration:none;
	color: #ddd;
}
#top ul li.on a{
	color: #fff;
}
#top ul li:nth-child(1){
	height:74px;
	line-height: 74px;
}
#top ul li:nth-child(1) img{
	position: relative;
	top:3px;
}
#top .border{
	width:56px;
	height: 5px;
	border-bottom: 2px solid #fff;
	position: absolute;
	left:60px;top: 50px;
	z-index: 98;
}

/*kefu*/
.kefu{
	width:120px;
	height:130px;
	text-align: center;
	position: fixed;
	top: 70%;right: 0;
	padding: 10px 0;
	background: #fff;
	display: none;
	z-index: 9997;
}
.kefu1{
	width:28px;
	height:120px;
	text-align: center;
	border: 1px solid #4886ee;
	color:#4886ee ;
	border-radius: 6px;
	position: fixed;
	top: 70%;right: 0;
	padding: 10px 6px;
	background: #fff;
	z-index: 9998;
}
.kefu img{
	width: 70px;
	vertical-align:middle;
	margin-bottom: 10px;
}
.kefu p{
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin-top: 8px;
}
/*版权*/
.bq{
	color: #000;
	width: 380px;
	font-size: 12px;
	position: fixed;
	bottom: -3px;left: 50%;
	margin-left: -190px;
}
.bq a{
	color: #000000;
	margin-right: 20px;
}
img{
	border: none;
}
#PTT{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
#PTT img{
	display: inline-block;
}