﻿/*左边客服窗*/

.floatBox-bar {
	border: 1px solid rgba(224, 224, 224, 1);
	border-bottom: none;
	width: 70px;
	height:320px;
	background: rgba(255, 255, 255, 1);
	position: fixed;
	z-index: 99;
	right: 2%;
	top: 50%;
}

.floatBox-bar a {
	display: block;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	width: 100%;
	height: 79px;
	color: rgba(57, 57, 57, 1);
	border-bottom: 1px solid rgba(224, 224, 224, 1);
}

.floatBox-bar a:hover {
	background: #ffa200;
	color: #fff;
}

.floatBox-bar i {
	display: block;
	width: 100%;
	height: 55px;
}

.floatBox-bar p {
	margin: 0;
	padding: 0;
}

.floatBox-bar span {
	top: 0;
	right: 0;
}

.floatBox-bar .talk-bar i {
	background: url(../images/01.png) center center no-repeat;
}

.floatBox-bar a.talk-bar:hover i {
	background: url(../images/001.png) center center no-repeat;
}

.floatBox-bar .ctr-bar i {
	background: url(../images/02.png) center center no-repeat;
}

.floatBox-bar a.ctr-bar:hover i {
	background: url(../images/002.png) center center no-repeat;
}

.floatBox-bar .hx-bar i {
	background: url(../images/03.png) center center no-repeat;
}

.floatBox-bar a.hx-bar:hover i {
	background: url(../images/003.png) center center no-repeat;
}

.floatBox-bar .hx-bar {
	position: relative;
}

.floatBox-bar .hx-bar img {
	width: 120px;
	height: 140px;
	display: none;
	position: absolute;
	left: -125px;
	top: 0px;
}

.floatBox-bar .wx-bar:hover img {
	display: block;
}

.floatBox-bar .qq-bar i {
	background: url(../images/04.png) center center no-repeat;
}

.floatBox-bar a.qq-bar:hover i {
	background: url(../images/004.png) center center no-repeat;
}

.floatBox-bar .gotop-bar i {
	background: url(../images/05.png) center center no-repeat;
}

.floatBox-bar a.gotop-bar:hover i {
	background: url(../images/005.png) center center no-repeat;
}


/* 新添加的全局css */

.main {
	width: 1200px;
	margin: 0 auto;
}