.bootstrap_table_box {
	width: 350px;
	height: 110px;
	float: left;
	margin: 15px 0 0 163px
}
.bootstrap_table {
	width: 350px;
	height: 35px;
	margin-bottom: 20px;
	float: left;
	background: url(http://www.hjgcd.com/public/active/20210302/html/img/bootstrap_table.gif) no-repeat;
	border: #dfdfdf 1px solid
}
.bootstrap_table_text {
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	height: 20px;
	color: #999;
	margin: 6px 0 0 10px;
	font-family: "微软雅黑"
}
.tj {
	width: 355px;
	height: 40px;
	background-color: #f84323;
	color: #FFF;
	border: none;
	border-radius: 20px;
	font-size: 18px;
	font-family: "微软雅黑";
}
.tj:hover {
	background-color: #f51d1c;
	color: #FFF;
}
.tj:active {
	background-color: #bf0100;
	color: #FFF;
}
/*在线预约*/
.bootstrap02 {
	width: 100%;
	float: left;
}
.modal-content01 {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	width: 676px;
	height: 607px;
	background: url(../images/zaixianyuyue.png)
}
.modal-content01_text {
	width: 100%;
	height: 100px;
	font-size: 41px;
	color: #333;
	text-align: center;
	margin-top: 90px;
	float: left;
	font-weight: bold
}
.modal-footer01 {
	padding: 10px 0 0 160px;
	text-align: right;
	float: left;
}
.tj01 {
	width: 355px;
	height: 40px;
	background-color: #fec735;
	color: #333;
	border: none;
	border-radius: 20px;
	font-size: 18px;
	font-family: "微软雅黑";
}
.tj01:hover {
	background-color: #f9ba14;
	color: #333;
}
.tj01:active {
	background-color: #f9ba14;
	color: #333;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	background-color: #FFF
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}
.btn-group-sm>.btn, .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-group-xs>.btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	width: 20px;
	height: 20px;
	background-color: #900
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}
.modal-open {
	overflow: hidden
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
	width: 676px;
	height: 575px;
	background: url(http://www.hjgcd.com/public/active/20210302/html/img/modal_img.png)
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}
.modal-header {
	padding: 270px 0 0 130px;
}
.modal-header .close {
	margin-top: -214px;
	margin-right: 5px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-size: 23px;
	color: #4d4c4a;
	text-align: left
}
.modal-body {
	position: relative;
	padding: 15px 0 15px 0;
	font-size: 16px;
	color: #5d5c5b;
	width: 676px;
	float: left;
	text-align: center
}
.modal-footer {
	padding: 10px 0 0 160px;
	text-align: right;
	float: left;
}
.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
	margin-left: 0
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
.modal-dialog {
	width: 740px;
	margin: 30px auto
}
.modal-sm {
	width: 300px
}
}

@media (min-width:992px) {
.modal-lg {
	width: 900px
}
}
/*局部翻新*/
.btn01 {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: #FFF 1px solid;
	padding: 0;
	height: 83px
}
.btn02 {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	border: #fff 1px solid;
	padding: 0;
	height: 53px;
}
.btn03 {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: #e15150 1px solid;
	padding: 0;
	height: 49px
}
/*右侧浮动*/ 
.btn05 {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: #FFF 1px solid;
	padding: 0;
	height: 83px;
	background-color: #fff
}
