.head-top {
	width: 100%;
	height: 255px;
	background: url(../image/head-top.png) no-repeat center;
}

header nav{
	width: 100%;
	height: 40px;
	background: #b50a1c;
}

.head-nav-box{
	margin: 0 auto;
	width: 1100px;
}

.head-nav-box ul li {
	float: left;
	margin-right: 40px;
	line-height: 40px;
}

.head-nav-box ul li a{
	color: #fff;
}

.service-right{
	position: fixed;
	right: 0;
	top: 35%;
	width: 150px;
	height: 311px;
	background: url(../image/service-right.png) no-repeat;
}

.service-right img{
	margin: 0 auto;
	width:120px;
}

.service-right-btn{
	position: absolute;
	top: 3px;
	right: 2px;
	width: 18px;
	height: 17px;
	cursor: pointer;
}

.service-add{
	margin-top: 50px;
}

.service-qq{
	margin-top: 27px;
}

.service-call{
	margin-top: 18px;
}

.service-call p{
	color: #fff;
}

.bottom-text{
	padding-top: 60px;
	width: 100%;
	height: 76px;
	color: #fff;
	background: url(../image/bottom-bg.png) no-repeat;
}