.sideBar{
	position: fixed;
	width: 100%;
	height:100px;
	background:#000;
	bottom: 0;
	left: 0px;
	transition: all .2s ease-out;
	z-index:999999;
}
.sideBarBox{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	min-width: 1200px;
	overflow: hidden;
	padding-top: 10px;
}
.inputBox{
	    width: 187px;
    height: 35px;
    line-height: 35px;
    border: 0;
    margin-bottom: 7px;
    position: relative;
    color: #7d7d7d;
    background: #fff;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.inputBox input{
	    width: 150px;
    height: 35px;
    line-height: 35px;
    border: 0 !important;
    margin: 0 5px;
    color: #666;
    outline: none;
}
.btnBottom{
	    width: 80px;
    height: 77px;
    background: #ff5d37;
    font-size: 18px;
    color: #fff;
    border: 0;
    cursor: pointer;
    float: left;
}
.tel-tit{
	font-size: 24px;
    color: #fff;
}
.tel-num{
	    font-size: 24px;
    color: #ff5d37;
}
.botomColse{
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 11;
}
.botomColse:hover{
	color: red;
}
.down-bar-btn{
	width: 130px;
    height: 134px;
    position: fixed;
    left: -130px;
    bottom: 0;
    z-index: 21;
    background: url(../images/down-bar-btn.png) no-repeat;
    cursor: pointer;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.down-bar-btn p{
	    font-size: 16px;
    color: #fff;
    width: 25px;
    text-align: center;
    margin: 20px 0 0 19px;
    font-weight: bold;
    padding-top: 10px;
       
}
