@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button, input, select, textarea {
	margin: 0;
	padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	color: #333;
	text-decoration: none;
}

body, div, h1, h2, h3, h4, h5, h6, input, li, p, select, textarea, tr, a {
	FONT: 14px/1.6 "\5FAE\8F6F\96C5\9ED1", "微软雅黑", "Arial";
}

a:hover {
	text-decoration: none;
}

fieldset, img {
	border: none;
}

address, cite, dfn, em, var {
	font-style: normal;
}

i {
	font-style: normal;
}

small {
	font-size: 12px;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
	font-size: 0;
	height: 0;
}

.clearit:after {
	content: "";
	display: table;
	clear: both;
	font-size: 0;
	height: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

html {
	-ms-touch-action: none;
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "微软雅黑";
	width: 100%;
	height: 100%;
	min-width: 1200px;
	/* overflow: hidden */
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.tal {
	text-align: left;
	padding-left: 10px;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.bg-white {
	background: #fff;
}

.margin_10 {
	padding: 10px 10px 30px 10px;
}

.center {
	text-align: center;
}

.box_shadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.10);
}

.mingluku_index {
	width: 100%;
	position: relative;
	background-color: #fff;
	height: 100%
}

.mingluku_head {
	padding: 0 75px;
	padding-top: 33px;
	height: 68px;
	line-height: 68px;
}

.mingluku_logo {
	float: left;
	width: 477px;
}

.mingluku_a {
	float: right;
	text-align: right;
	font-size: 18px;
	color: #ff751a
}

.mingluku_a a {
	font-size: 16px;
	color: #ff751a;
	height: 68px;
	line-height: 68px;
}

.mingluku_con {
	width: 738px;
	margin: 0 auto;
	padding-top: 80px;
}

.mingluku_con_t {
	font-size: 58px;
	color: #4b4b4b;
	font-weight: bold;
	text-align: center;
}

.mingluku_search {
	width: 738px;
	margin: 0 auto;
	padding-top: 52px;
	position: relative;
	z-index: 9999;
}

.mingluku_search:after {
	content: '';
	display: block;
	clear: both;
}

.mingluku_search>div {
	float: left;
}

.mingluku_search .logo {
	width: 100%;
	height: 120px;
	margin: 0 auto 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 120px;
}

.mingluku_search .input {
	position: relative;
	width: 100%;
	height: 47px;
	border: 1px solid #e5e5e5;
	border-radius: 23px;
}

.mingluku_search .input>input {
	outline: none;
	border: none;
	padding: 0 80px 0 58px;
	margin: 0;
	height: 44px;
	width: 600px;
	color: #333;
	font-size: 16px;
	border-radius: 4px 0 0 4px;
	background: none
}

.mingluku_search .input>input::-webkit-input-placeholder {
	color: #999;
}

.mingluku_search .input .picker {
	width: 40px;
	padding-right: 30px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	line-height: 44px;
	cursor: pointer;
	color: #999;
	font-size: 12px;
	text-align: right;
	background-image: url("../img/down.png");
	background-position: 50px center;
	background-repeat: no-repeat;
	user-select: none;
}

.mingluku_search .input .picker-list {
	list-style: none;
	padding: 5px 0;
	width: 100px;
	position: absolute;
	right: 0;
	top: 50px;
	margin: 0;
	line-height: 26px;
	font-size: 12px;
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	background-color: #fff;
	display: none;
}

.mingluku_search .input .picker-list>li {
	padding-left: 36px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 16px auto;
}

.mingluku_search .input .picker-list>li:hover {
	background-color: #ebf1f5;
	cursor: pointer;
}

.mingluku_search .input .hot-list {
	padding: 10px 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	margin: 0;
	line-height: 32px;
	font-size: 14px;
	border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	background-color: #fff;
	display: none;
	min-height: 260px;
}

.mingluku_search .input .hot-list>a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0 10px;
	overflow: hidden;
	height: 45px;
	margin-bottom: 5px;
	/* border-bottom: 1px solid #ddd; */
}

.mingluku_search .input .hot-list>a:hover {
	background-color: #f3f3f3;
}

.mingluku_search .input .hot-list>a>div {
	float: left;
}

.mingluku_search .input .hot-list>a>div h2 {
	line-height: 42px;
	height: 42px;
	font-size: 14px;
	color: #333;
	padding-left: 7px
}

.mingluku_search .input .hot-list>a>div h2 span {
	color: #e6232b
}

.mingluku_search .input .hot-list>a>div.number {
	text-align: center;
	width: 34px;
	height: 34px;
	margin-top: 5px
}

.mingluku_search .search {
	width: 22px;
	height: 22px;
	background: url(../../images/mingluku/search.png) no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	position: absolute;
	left: 18px;
	top: 13px;
	border: none;
	outline: none;
}

.mingluku_search .yuyin {
	position: absolute;
	right: 15px;
	top: 10px
}

.mingluku_box {
	margin-top: 63px;
	position: relative;
}

.mingluku_box_list li {
	/*float: left;*/
	width: 20%;
	text-align: center;
	margin-bottom: 37px
}

/*.mingluku_box_list li img {
	width: 64px;
	height: 64px;
}*/
.mingluku_box_list li img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}
.mingluku_box_list li p {
	font-size: 14px;
	color: #333
}

/* .mingluku_box_list li p a{
	color:#ee7551
} */

.foot {
	background-color: #ededed;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.foot_xq {
	background-color: #ededed;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 16px;
	color: #000000;
}

.clearboth {
	clear: both;
	font-size: 0;
	height: 0;
	display: block
}

.mingluku_head1 {
	padding: 0 75px;
	/*height: 88px;*/
	padding-top: 16px;
}

.muluku_xq_t {
	height: 80px;
	line-height: 80px;
	background-color: #ff751a;
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
}

/* 服务组织详情 */

.fuwu_head {
	padding-top: 16px;
	height: 89px;
	border-bottom: 1px solid #fd914b
}

.fuwu_contaniter {
	width: 1290px;
	margin: 0 auto
}

.fuwu_title {
	text-align: center;
	height: 72px;
	line-height: 72px;
	font-size: 24px;
	color: #333333;
	border-bottom: 1px solid #dddddd
}

.fuwu_box1 {
	height: 244px;
	margin-top: 13px;
}

.fuwu_box1_tu {
	position: relative;
	width: 308px;
	height: 245px;
	overflow: hidden;
	border: 2px solid #dddddd;
	float: left
}

.fuwu_box1_tu img {
	width: 308px;
	height: 245px;
	transition: all 0.5s
}

.fuwu_box1_tu:hover img {
	transform: scale(1.1)
}

.fuwu_box1_tu:after {
	content: '';
	background: url(../images/renzheng_t.png)no-repeat;
	width: 77px;
	height: 78px;
	left: 0px;
	top: 0px;
	position: absolute;
	;
}

.fuwu_box1_wen {
	float: right;
	width: 961px;
}

.fuwu_box1_list li {
	float: left;
	padding-left: 16px;
	width: 357px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	color: #868686;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	height: 47px;
	line-height: 47px;
}

.fuwu_box1_list li:nth-child(2n) {
	width: 572px;
}

.fuwu_box1_list li span {
	font-size: 16px;
	color: #333333
}

.fuwu_box1_list1 li {
	float: left;
	margin: 0px 55px 0px 16px;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	color: #333333;
}

.fuwu_box1_list1 li span {
	color: #ee7551;
	font-weight: bold;
}

.fuwu_box2 {
	margin-top: 20px;
}

.fuwu_box2_t {
	position: relative;
	padding-left: 26px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #141414;
	border-bottom: 1px dashed #ddd
}

.fuwu_box2_t:after {
	content: '';
	width: 4px;
	height: 18px;
	background-color: #ee7551;
	position: absolute;
	top: 15px;
	left: 11px;
}

.fuwu_box2_tt {
	margin: 20px 0px
}

.fuwu_box2_tt p {
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.zhuti_xq_box1_fr_list {}

.zhuti_xq_box1_fr_list li {
	float: left;
	text-align: center;
	width: 115px;
	margin-top: 13px;
	overflow: hidden;
}

.zhuti_xq_box1_fr_list li img {
	width: 59px;
	height: 58px;
}

.zhuti_xq_box1_fr_list li:hover img {
	transform: translateY(-58px);
	filter: drop-shadow(#fa7951 0 58px);
}

.zhuti_xq_box1_fr_list li h4 {
	text-align: center;
	font-size: 12px;
	color: #fa7951;
	margin-top: 10px
}

.fuwu_box4 {
	margin-top: 11px;
}

.fuwu_table {
	margin-top: 19px;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ddd
}

.fuwu_table thead tr th {
	background-color: #ee7551;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	border-right: 1px solid #ddd;
}

.fuwu_table tbody tr td {
	height: 49px;
	line-height: 49px;
	border: 1px solid #ddd;
	border-top: none;
	font-size: 14px;
	color: #333333;
	text-align: center
}

.fuwu_table tbody tr td span {
	color: #ee7551;
}

.fuwu_table tbody tr:nth-child(2n) {
	background-color: #f9f9f9
}

#change_page1 {
	float: right;
	margin: 10px 0px;
}

.fuwu_box5 {
	margin-bottom: 20px
}

.fuwu_box5_list li {
	float: left;
	width: 307px;
	margin-right: 20px
}

.fuwu_box5_list li a.img1 {
	overflow: hidden;
	width: 307px;
	height: 180px;
	display: block;
}

.fuwu_box5_list li a.img1 img {
	width: 307px;
	height: 180px;
	transition: all 0.5s
}

.fuwu_box5_list li:hover a.img1 img {
	transform: scale(1.1)
}

.fuwu_box5_list li h2 {
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.fuwu_box5_list li h2 a {
	font-size: 16px;
	color: #141414;
}

.fuwu_box5_list li p {
	padding-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 14px;
	color: #868686;
	line-height: 30px;
	background: url(../../images/renzheng_icon1.png)no-repeat left center
}

.fuwu_box5_list li p span {
	color: #141414
}

.fuwu_box5_list li p.p1 {
	background: url(../../images/renzheng_icon2.png)no-repeat left center
}

.fuwu_Xqfoot {
	height: 68px;
	line-height: 68px;
	background-color: #ededed;
	text-align: center;
	font-size: 18px;
	color: #000000
}