﻿/*左边客服窗*/
.position-r{
	position: relative;
}
.position-a{
	position: absolute;
}
.floatBox-bar {
    width: 70px;
	height: 398px;
	padding-top: 34px;
    position: fixed;
    z-index: 99;
    right: 2%;
    top: 30%;
	background: url(/Application/Home/Public/tczt/images/floatBox-bg.png) no-repeat;
	
}
.floatBox-bar a {
	display: block;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 72px;
	padding-top:10px;
	color: #333;
}

.floatBox-bar i {
	display: block;
	width: 100%;
	height: 35px;
}
.floatBox-bar p {
	margin: 0;
	padding: 0;
}
.floatBox-bar span{
	top:0;
	right:0;
}
.floatBox-bar .talk-bar i {
	background: url(/Application/Home/Public/tczt/images/01.png) center center no-repeat;
}

.floatBox-bar .ctr-bar i {
	background: url(/Application/Home/Public/tczt/images/02.png) center center no-repeat;
}

.floatBox-bar .hx-bar i {
	background: url(/Application/Home/Public/tczt/images/03.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(/Application/Home/Public/tczt/images/04.png) center center no-repeat;
}

.floatBox-bar .gotop-bar i {
	background: url(/Application/Home/Public/tczt/images/05.png) center center no-repeat;
}

.floatBox-bar a.qq-bar .gzh{
	display:none;
	top:0;
	left:-109px;
}
.floatBox-bar a.qq-bar:hover .gzh{
	display: block;
}



#bottonMenu {
	width: 100%; 
	background: #018dee;
	position:fixed;
	bottom:0;
	display: -webkit-box; /* mate8 支持 */
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	z-index: 99999;
}
#bottonMenu a {
	 display: block;
    -webkit-box-flex: 1; /* mate8 支持 */
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	display: -webkit-box; /* mate8 支持 */
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-direction:column;
	-webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    -webkit-flex-direction:column;
	-webkit-justify-content:center;
	justify-content:center;
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
	align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	padding: 5px 0;
}
#bottonMenu a span:first-child{
	height: 22px;
}
#bottonMenu a:first-child img{
	width: 22px;
	height: 20px;
}
#bottonMenu a:nth-child(2) img,
#bottonMenu a:nth-child(3) img{
	width: 20px;
	height: 20px;
}
#bottonMenu a:nth-child(4) img{
	width: 20px;
	height: 20px;
}
#bottonMenu a span:last-child{
	font-size: 11px;
	color: #fff;
}