/*搜索*/
.ts_sou{
	/*border: 1px solid red;*/
	margin-bottom: 30px;
	margin-top: 10px;
}
.ts_sou_img{
	/*border: 1px solid red;*/
}
.ts_sou_img img{
	margin-top: 17%;
}

.sou_navul{
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
}
#sou_navul{
	display: block;
}
#sou_navul_mobile{
	display: none;
}
.sou_navul li{
	float: left;
	width: 50%;
	text-align: center;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom:2px solid #ccc;
}
.sou_navul li a{
	text-decoration: none;
	color: #666;
}
.sou_navul li a:hover{
	display: block;
	color: #C4000E;
	text-decoration: none;
}

.sou_navul li.zc_tab_li_active{
	color: #C4000E;
	border-bottom: 2px solid #C4000E;
}
.sou_navul li.zc_tab_li_active a{
	color: #C4000E;
}

/*#qiye{
	background: url(../../image/tuisong_qy_red.png)36% center no-repeat;
	color: #C4000E;
	border-bottom: 2px solid #C4000E;
}
#qiye a{
	color: #C4000E;
}
#geren{
	background: url(../../image/tuisong_gr.png)36% center no-repeat;
}
*/
.ts_sou_div{
	/*border: 1px solid red;*/
	background: #fafafa;
	height: 210px;
	padding-top: 10px;
}
.ts_sou_text{
	/*border: 1px solid red;*/
	text-align: center;
	margin-top: 8%;
	font-size: 24px;
	color: #FC4349;
}
.ts_sou_input{
	/*border: 1px solid red;*/
}
.ts_sou_select{
	/*border: 1px solid red;*/
	width: 100%;
	margin-top: 40%;
}
.btn_primary{
	border: 0px solid #4CC9CB;
	background:#BD0B17;
	color: #fff;
	height:35px;
	line-height:35px;
	width:90%;
	/*margin-top: 30px;*/
	font-size: 16px;
	margin-top: 60%;
}
.ts_sou_form{
	/*border: 1px solid red;*/
	height: auto;
	overflow: hidden;
}


.zc_tab_a{
	text-decoration: none;
}
.zc_tab_a:hover{
	text-decoration: none;
}

.ts_sou_form{
	display: none;
}

.ts_sou_form:nth-child(1){
	display: block;
}



@media(max-width: 768px){
	#sou_navul{
		display: none;
	}
	#sou_navul_mobile{
		display: block;
	}
	.ts_sou_div{
		display: none;
	}
	.moblie_ts_sou_div{
		display: block;
	}
	.ts_sou_img img{
		margin-top: 1%;
	}
	#qiye{
		background: url(../../image/tuisong_03.png)15% center no-repeat;
	}
	#geren{
		background: url(../../image/tuisong_05.png)15% center no-repeat;
	}
	.ts_sou_text{
		/*border: 1px solid red;*/
		text-align: center;
		margin-top: 5%;
		font-size: 24px;
		color: #FC4349;
	}
	.ts_sou_input{
		/*border: 1px solid red;*/
	}
	.ts_sou_select{
		/*border: 1px solid red;*/
		width: 100%;
		margin-top: 10%;
	}
	.btn_primary{
		height:40px;
		width:40%;
		/*margin-top: 30px;*/
		margin-top: 10%;
		margin-left: 30%;
	}

}