* {
	margin: 0;
	padding: 0;
}

button {
	border: none;
	outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

textarea,
input {
	outline: none;
	resize: none;
}

li {
	list-style: none;
}


/* 联系我们 */
.about_banner {
	height: 321px;
	background: url(../img/about_banner.png) no-repeat;
	background-position: center center;
}

.about_top_left{
	display: flex;
	align-items: center;
	font-size: 0;
	
}
.about_top_left_img{
	width: 234px;
	margin: 0 10px;
}
.about_top_left_img img{
	width: 100%;
}
.about_top_left_img img:first-child{
	margin-bottom: 10px;
}
.about_title{
	text-align: center;
	line-height: 178px;
	font-size: 50px;
}
.about_top_body{
	display: flex;
	align-items: flex-start;
	margin-bottom: 110px;
		
}
.about_top_right{
		line-height: 32px;
		margin-left: 28px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 250px;
	
}
.about_lianxi{
		
		background-color: #f9f9f9;
		margin-bottom: 55px;
		padding: 0 60px 40px;
		box-sizing: border-box;
}
.about_lianxi_top,.about_lianxi_right{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about_ditu{
	
	margin-top: 30px;
}
.about_lianxi_img{
	margin-left: 70px;
	text-align: center;
}
.about_lianxi_qq{
	display: flex;
	align-items: center;
}
.about_lianxi_qq p{
	margin-right: 120px;
	cursor: pointer;
}
.about_lianxi_time{
	margin: 30px 0;
}
.about_lianxi_arry{
	display: flex;
	align-items: center;
}
.about_lianxi_item{
	margin-right: 126px;
	display: flex;
	align-items: center;
}
.about_lianxi_item img{
	margin-right: 12px;
}
	
.about_lianxi_img img{
		width: 103px;
		height: 103px;
		vertical-align: bottom;
}
.about_lianxi_img_title{
	margin: 10px 0 6px;
}


/* 收费标准 */
.shoufei_banner{
	background: url(../img/shoufei_banner.png) no-repeat;
	background-position: center center;
	height: 321px;
}
.shoufei_box{
	
		background-color: #ffffff;
		box-shadow: 0px -1px 24px 0px 
			rgba(39, 39, 39, 0.1);
			margin: 40px 0;
			padding: 0 50px 40px;
			box-sizing: border-box;
}
.shoufei_box_title{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 156px;
}
.shoufei_xian{
	display: inline-block;
	height: 1px;
		background-color: #00c6c9;
		width: 76px;
	
}
.shoufei_txt{
	margin: 0 28px;
}
table {
	 border-collapse:collapse; 
	  border-spacing:0px; 
	  border: none;
}
.shoufei_tr_top td{
	height: 90px;
}
.shoufei_box td{
	border: 1px solid #e1e1e1;
	text-align: center;
	
}
.shoufei_tr td{
	height: 75px;
}
.shoufei_tr td:nth-child(1){
	
}
/* 帮助中心 */
.help_banner{
	background: url(../img/help_banner.png) no-repeat;
	background-position: center center;
		height: 321px;
}
.help_body{
	display: flex;
	align-items: flex-start;
	margin: 40px auto;
}
.help_left{
	width: 200px;
		border: solid 1px #eeeeee;
}
.help_left p{
	text-align: center;
		height: 60px;
		line-height: 60px;
		cursor: pointer;
}
.help_right{
	width: 920px;
	margin-left: 60px;
		line-height: 50px;
}
.help_ative{
		background-color: #00c6c9;
		color: #FFFFFF;
}

/* 城市选择 */
.city_body{
	background-color: #FFFFFF;
	padding: 0 30px 40px;
	box-sizing: border-box;
	margin: 30px auto 40px;
}
.city_shaixuan{
	height: 90px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
}
.city_hot,.city_zuijin {
	display: flex;
	align-items: flex-start;
	
	padding: 30px 0 10px;
	border-bottom: 1px solid #e5e5e5;
}
.city_hot p,.city_zuijin p{
	width: 90%;
	color: #666666;
	margin-left: 25px;
}
.city_hot p,.city_zuijin p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.city_hot p span,.city_zuijin p span{
	margin-right: 35px;
}
.city_pinyin{
	height: 80px;
	display: flex;
	align-items: center;
}
.city_pinyin p{
	margin-left: 20px;
}
.city_pinyin p span{
	margin-right: 22px;
	font-size: 14px;
	cursor: pointer;
}
.city_item{
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.city_item_pinyin{
		width: 40px;
		height: 40px;
		background-color: #00c6c9;
		border-radius: 100%;
		text-align: center;
		line-height: 40px;
}
.city_item_arry{
	margin-left: 18px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 90%;
	margin-top: 10px;
}
.city_item_arry span{
	margin: 0 35px 20px 0;
	cursor: pointer;
	
}
.city_sousuo{
	margin-left: 58px;
	position: relative;
	
}
.city_sousuo input{
		width: 220px;
		height: 40px;
		background-color: #ffffff;
		border-radius: 5px;
		border: solid 1px #e5e5e5;
		padding-left: 10px;
		box-sizing: border-box;
		margin-left: 20px;
		
}
.city_xiala{
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.city_sousuo_list{
	position: absolute;
	top: 40px;
	right: 0;
	width: 220px;
	background-color: #FFFFFF;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	border-top: none;
	    border-radius: 5px;
		display: none;
		max-height: 300px;
		overflow: auto;
}
.city_sousuo_list p{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	padding-left: 10px;
	cursor: pointer;
}
.city_sousuo_list p:hover{
	background-color:#EEEEEE ;
}

/* 公告详情 */
.ggxq{
	background-color: #FFFFFF;
	margin:  20px auto 56px;
	padding: 40px;
	box-sizing: border-box;
}
.ggxq_top{
	text-align: center;
	margin-bottom: 30px;
}
.ggxq_title{
	margin-bottom: 10px;
}
.ggxq_body{
	line-height: 40px;
}
.ggxq_time{
	margin-top: 50px;
	text-align: right;
}
.ggxq_time_riqi{
	margin-top: 20px;
}
.yinsi{
	background-color: #FFFFFF;
}
.yinsi_tab{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.yinsi{
	padding: 0 44px 30px;
	box-sizing: border-box;
	margin: 20px auto 38px;
}
.shengming_txt{
	line-height: 40px;
}
.yinsi_tab_active{
	color: #00c6c9;
	position: relative;
	font-weight: bold;
}
.yinsi_tab_active::before{
	content: '';
	display: inline-block;
	width: 100%;
		height: 3px;
		background-color: #00c6c9;
		border-radius: 2px;
		position: absolute;
		bottom: -10px;
		
	
}
.yinsi_tab span{
	cursor: pointer;
}
.yinsi_tab span:first-child{
	margin-right: 90px;
}
.yinsi_txt{
	line-height: 40px;
	display: none;
}
.yonghu_table table{
	width: 100%;
}
.rezhao_item_gongsi img,.shanguang_item img,.job_item_gongsi img{
	border-radius: 5px;
}
.about_ditu{
	height: 428px;
	background: url(../img/about_ditu3.png) no-repeat;
	background-size: 100% 100%;
	padding: 80px 0 0 220px;
	box-sizing: border-box;
}
.about_ditu_dizhi{
	padding: 0px 20px;
	background-color: #ffffff;
	border-radius: 10px;
	line-height: 50px;
	display: inline-block;
	box-shadow: 0px 1px 6px 0px 
			rgba(0, 0, 0, 0.09);
			min-width: 400px;
			max-width: 800px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
}
.about_ditu_dizhi img{
	margin-right: 8px;
}