/*底部浮动*/
.fixeleft.on{height:0px;overflow:hidden;}
.fixeleft{width:100%;height:82px;background:url(../Images/bgs.png);position:fixed;bottom:0;left:0;z-index:1000;-webkit-transition:all 0.3s;}
.fixeleft_box{width:1200px;height:82px;margin:0 auto;position:relative;-webkit-transition:all 0.3s;}
.fixeleft_left{position:absolute; left:0; top:-43px;-webkit-transition:all 0.3s; overflow:hidden;}
.fixeleft_center{margin:0 0 0 460px;position:relative; padding-top:23px;-webkit-transition:all 0.3s;overflow:hidden;}
.fixeleft_center input{display:inline-block;*display:inline;*zoom:1;vertical-align:top; margin-right:10px; padding:0 15px; height:40px; line-height:40px; font-size:14px; color:#555; border:0px; width:200px; }
.fixeleft_center button{display:inline-block;*display:inline;*zoom:1;vertical-align:top; border:0px; margin:0; padding:0; background:#BD1921; width:167px; height:40px; line-height:40px;cursor:pointer; font-size:16px; color:#FFF}
.fixeleft_max{display:none;position:absolute;left:0px;top:0px;-webkit-transition:all 0.3s;}
.fixeleft.in{width:160px;height:110px;bottom:50px;border-radius:0 135px 135px 0;cursor:pointer;}
.fixeleft.in .fixeleft_box{width:160px;height:110px;}
.fixeleft.in .fixeleft_left,.fixeleft.in .fixeleft_center{width:0;height:0;}
.fixeleft.in .fixeleft_max{display:block;}
.fixeleft_close{ display:none;width:33px;position:fixed;bottom:32px;left:50%;margin-left:570px;height:50px;z-index:1001;}
.fixeleft_close img{float:left; margin-top:25px; width:33px;height:33px;cursor:pointer;}
/*底部浮动*/
/*右侧浮层样式开始*/
.fixeRight {position: fixed;right: 10px;width: 80px;top: 26%;z-index: 11;}
.fixeRight a {
	cursor:pointer;margin-top:5px;
	transition:all .2s ease-in-out;
	position: relative;color:#BD1921;font:12px/18px;
	border-radius:5px;display: block;text-align: center;}
.fixeRight a:nth-child(1) {background:#BD1921 url(../Images/fixe-call.png) top center no-repeat; padding: 40px 0 10px 0; color:#FFF}
.fixeRight a:nth-child(2) {background:#BD1921 url(../Images/fixe-time.png) top center no-repeat; padding: 40px 0 10px 0; color:#FFF}
.fixeRight a:nth-child(3) {background:#BD1921 url(../Images/fixe-price.png) top center no-repeat; padding: 40px 0 10px 0; color:#FFF}
.fixeRight a:nth-child(4) {background:#BD1921 url(../Images/fixe-ma.png) top center no-repeat; padding:30px 0}
.fixeRight a:nth-child(1):hover,.fixeRight a:nth-child(2):hover,.fixeRight a:nth-child(3):hover,.fixeRight a:nth-child(4):hover { background-color:#FFA31F  }
.fixeRight a:nth-child(4) > div {
    position: absolute;
    left: -5px;
    top: -38px;
    width: 355px;
    height: 140px;
    background:#FFF;
    box-shadow: rgba(163, 163, 163, 0.15) 0px 0px 52px;
    padding-top: 8px;
    text-align:center;
    opacity: 1;
    letter-spacing:2px;
    display: none;
}
.fixeRight a:nth-child(4) > div > p {display:inline-block; width:115px}
.fixeRight a:nth-child(4) > div img{ width:110px;}
.fixeRight a:nth-child(5) {background:#f1f1f1 url(../Images/fixe-top.png) center center no-repeat; padding:20px 0}
.fixeRight a:nth-child(5):hover {background:#BD1921 url(../Images/fixe-tophover.png) center center no-repeat; }
/*右侧浮层样式结束*/
