@charset "gb2312";
.fixed-bottom-box {
	clear: both;
	font-family: "Î¢ÈíÑÅºÚ";
}
.fixed-bottom-box .fixed-bottom-bar {
	height: 106px;
	width: 100%;
	position: fixed;
	z-index: 20;
	bottom: 0;
	left: 0;
	font-size: 14px;
	visibility: hidden;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
.fixed-bottom-box.active .fixed-bottom-bar {
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.fixed-bottom-bar .close_ftbly {
	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;
}
.fixed-bottom-bar .close_ftbly:hover {
	background: #000;
}
.fixed-bottom-bar .container {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.fixed-bottom-bar .shadow {
	background: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.fixed-bottom-bar .box {
	position: relative;
	z-index: 10;
	padding-top: 15px;
	border: none;
}
.fixed-bottom-bar .box .col-xs-5111 {
	width: 500px;
	float: left
}
.fixed-bottom-bar .box .col-xs-2111 {
	width: 200px;
	float: left
}
.fixed-bottom-bar .box .col-xs-6111 {
	width: 190px;
	float: left
}
.fixed-bottom-bar .myform {
	height: 80px;
	padding-right: 110px;
	position: relative;
}
#fixed-bottom-submit {
	position: absolute;
	top: 25px;
	right: 30px;
	width: 80px;
	height: 35px;
	background: #ec3e03;
	font-size: 18px;
	color: #fff;
	border: 0;
	cursor: pointer;
}
#fixed-bottom-submit:hover {
	background: #ec4c26;
}
.fixed-bottom-bar select, .fixed-bottom-bar .input {
	width: 187px;
	height: 35px;
	line-height: 35px;
	border: 0;
	margin-top: 26px;
	margin-bottom: 7px;
	position: relative;
	color: #7d7d7d;
	background: #fff;
	overflow: hidden;
}
.fixed-bottom-bar input {
	width: 150px;
	height: 35px;
	line-height: 35px;
	border: 0 !important;
	margin: 0 5px;
	color: #666;
}
.fixed-bottom-bar .input .placeholder {
	position: absolute;
	left: 5px;
	top: 7px;
	pointer-events: none;
	line-height: 20px;
}
.fixed-bottom-bar .tel-tit {
	font-size: 24px;
	color: #fff;
	margin: 5px 0
}
.fixed-bottom-bar .tel-num {
	font-size: 24px;
	color: #ff5d37;
	margin: 5px 0
}
.fixed-bottom-box .down-bar-btn {
	width: 130px;
	height: 134px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 21;
	background: url(/pyfile/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;
}
.fixed-bottom-box .down-bar-btn p {
	font-size: 16px;
	color: #fff;
	width: 25px;
	text-align: center;
	margin: 20px 0 0 19px;
}
.fixed-bottom-box.active .down-bar-btn {
	visibility: hidden;
	transform: translateX(-130px);
	-webkit-transform: translateX(-130px);
}
