

/*ttgg*/
.ttgg {
	margin-top: 20px;
	padding: 0 20px;
	background-color: #fff;
}

.search_wrap input[type="text"] {
	background: url(../images/bzqk/inp_bg1.png) no-repeat;
    background-size: cover;
}

.til_wrap  {
	padding: 20px 0;
}
.til_wrap h3 {
	display: inline-block;
	line-height: 38px;
	font-size: 24px;
	color: #333;
}
.til_wrap img {
	margin-right: 15px;
	vertical-align: middle;
}
.til_wrap .search_inp {
	margin-left: 30PX;
	display: inline-block;
	width: 242px;
	height: 38px;
	position: relative;
	vertical-align: top;
	background: url(../images/ttgg/xwdt_inp.png) no-repeat;
	background-size: cover;
}
.til_wrap .search_inp input {
	width: 100%;
	height: 100%;
	padding: 0 30px 0 15px;
}
.til_wrap .search_inp input::-webkit-input-placeholder {
    color: #9a6721;
}
.til_wrap .search_inp input:-moz-placeholder {
    color: #9a6721;
}
.til_wrap .search_inp input:-ms-input-placeholder {
    color: #9a6721;
}
.til_wrap .search_inp .search {
	width: 14px;
	height: 14px;
	background: url(../images/ttgg/search.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 16px;
	top: 12px;
}

.tab_box {
	float: right;
	width: 321px;
}
.tab_box ul li {
	float: left;
	height: 38px;
	line-height: 38px;
	width: 107px;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	position: relative;
}
.tab_box ul li:nth-child(1):after,.tab_box ul li:nth-child(2):after {
	display: block;
	content: '';
	width: 2px;
	height: 20px;
	background: url(../images/ttgg/tab_shu.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: -1px;
	top: 9px;
}
.tab_box ul li a {
	display: inline-block;
	width: 83px;
	color: #333;
	border-radius: 3px;
	position: relative;
}
.tab_box ul li.on a {
	background-color: #c6995e;
	color: #fff;
}
.tab_box ul li.on a:after {
	display: block;
	content: '';
	width: 15px;
	height: 8px;
	background: url(../images/ttgg/sanjiao.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	margin-left: -7.5px;
	bottom: -8px;
}