.fw_show{width: 1200px; margin:0 auto;}
.fw_show h1{font-size: 20px;}
.fw_show_box{width: 100%;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;}
.fw_show_box .fw_show_left{width: 360px;}
.fw_show_box .fw_show_left img{width: 100%; height: 240px;}
.fw_show_box .fw_show_right{width: 840px; padding-left:20px; font-size: 16px;}
.fw_show_box .fw_show_right li{width: 100%;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;padding-bottom: 10px;}
.fw_show_box .fw_show_right .btn{width: 130px; height: 40px; line-height: 40px; background: #17766B; font-size: 14px; border-radius: 5px;}
.fw_show_box .fw_show_right .btn a{display: flex; justify-content: center;align-items: center; color: #fff;}
.fw_show_box .fw_show_right .btn img{margin-right: 5px;}

.fw_box1{ width: 1200px; margin:0 auto; margin-top: 30px;}
.fw_box1 .hd{width: 100%; font-size: 18px;background: #fafafa; border-bottom: 1px solid #f0f0f0; line-height: 45px;  }
.fw_box1 .hd ul{height:45px;display:flex;}
.fw_box1 .hd ul li{ padding:0 20px; cursor:pointer;}
.fw_box1 .hd ul li.on{ height:45px;  background:#fff; border-top:2px solid #17766B; }
.fw_box1 .bd ul{ padding:20px;  zoom:1;  }

.bd_box1{width: 100%}
.bd_box1 dl{font-size: 16px; font-weight: bold;}
.bd_box1 dl img{margin-right: 5px;}
.bd_box1 dd{padding-left: 30px; padding-top: 5px; font-size: 14px; line-height: 30px;}

.bd_box2{width: 100%; margin-top: 30px;}
.bd_box2 dl{font-size: 16px; font-weight: bold;}
.bd_box2 dl img{margin-right: 5px;}
.bd_box2 dd{padding-left: 30px; padding-top: 5px; font-size: 14px; line-height: 30px;}
.bd_box2 .pic{padding-left: 30px;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;width:100%; margin-top: 15px;}
.bd_box2 .pic dd{width: 19%; margin-right: 1.25%; border:1px solid #f0f0f0; padding:5px; margin-bottom: 10px;}
.bd_box2 .pic dd img{width: 100%;}
.bd_box2 .pic dd:nth-child(5n){margin-right: 0;}

.fw_box1 .bd ul .bd_empty{width: 100%; padding-top: 30px; padding-bottom: 30px;}
.fw_box1 .bd ul .bd_empty .null_img{ text-align: center; }
.fw_box1 .bd ul .bd_empty .null_txt{ text-align: center;  font-size: 18px; color: #999; padding-top: 20px;}


.search-result{width: 1200px; margin:0 auto;}
.search-form{width: 100%;}
.search-form select {
	border: 1px solid #dedede;
	padding: 7px;
	border-radius: 4px;
	font-size: 15px;
	color: #666;
	margin-right: 10px;
}

.search-box {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-right: 10px;
}

.search-box input {
	border: 1px solid #dedede;
	padding: 8px 8px;
	font-size: 15px;
	width: 365px;
	border-radius: 4px;
	display: inline-block;
	margin-right:10px;
}

.search-box a {
	display: inline-block;
	line-height: 38px;
	background: #17766B;
	vertical-align: top;
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	border-radius: 4px;
}

.time-input {
	display: inline-block;
	position: relative;
	width:245px;
}

.time-input input {
	padding: 8px 40px 8px 8px;
	font-size: 15px;
	border: 1px solid #dedede;
	border-radius: 4px;
	width:100%;
}

.time-input i {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	vertical-align: top;
	background: url(../images/icons_02.png) no-repeat;
	background-position:12px 11px;
}

.search-form .reset {
	font-size: 16px;
	color: #999;
	margin: 0 10px;
}

.center-table {
	width: 100%;
	margin: 20px 0;
}

.center-table th,
.center-table td {}

.center-table th {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 12px 0; text-align: center;
}

.center-table td {
	border-bottom: 1px dashed #e3e3e3;
	padding: 10px 10px;
	text-align: center; font-size: 14px;
}

.search-result .center-table a:hover {
	color: #ee198c;
}
/*page*/
.pages{ width:100%;text-align:center; margin:5px auto; height:50px; line-height:50px; margin-bottom:10px;}
.pages ul{ display:table;margin:10px auto; }
.pages ul li{background:#e6e6e6;text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:5px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px;}
.pages ul li.disabled{background:#17766B;text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:5px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px; color:#fff;}
.pages ul li a.on{ background:#17766B; height:40px;width:auto; line-height:40px; color:#fff; text-align:center; display:block;}
.pages ul li a{ color:#232323; display:block}