body {
	height: auto;
}
.amap-icon img{
    width: 25px;
    height: 34px;
}
#mapCon {
	z-index:0;
	height: 60vh;
	width: 70vw;
	margin-top: 50px;
	margin-left: 10vw;
	margin-bottom: 50px;
}
.amap_lib_placeSearch {
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #565656;
    font-size: 12px;
    line-height: 22px;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid silver;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    max-height: 56vh;
    top: 360px;
    left: 80.5vw;
    width: 14.5vw;
}
.amap_lib_placeSearch_list {
	background: #fff;
}
.amap_lib_placeSearch ol, .amap_lib_placeSearch ul {
	list-style: none none;
	margin: 0;
	padding: 0;
}
.amap_lib_placeSearch .poibox {
	border-bottom: 1px solid #eaeaea;
	cursor: pointer;
	padding: 5px 0 5px 10px;
	position: relative;
	min-height: 35px;
}
.amap_lib_placeSearch .poibox .poibox-icon {
	margin-left: 7px;
	margin-top: 4px;
}
.amap_lib_placeSearch .amap_lib_placeSearch_poi {
	position: absolute;
}
.amap_lib_placeSearch_poi {
	height: 31px;
	width: 19px;
	cursor: pointer;
	left: -1px;
	text-align: center;
	color: #fff;
	font: 12px arial,simsun,sans-serif;
	padding-top: 3px;
}
.amap-pl-pc .poi-img {
	float: right;
	margin: 3px 8px 0;
	width: 90px;
	height: 56px;
	overflow: hidden;
}
.amap_lib_placeSearch .poibox .poi-title {
	margin-left: 5px;
	font-size: 13px;
	overflow: hidden;
}
.amap_lib_placeSearch h1, .amap_lib_placeSearch h2, .amap_lib_placeSearch h3, .amap_lib_placeSearch h4, .amap_lib_placeSearch h5 {
	font-weight: 400;
	margin: 0;
}
h3 {
	display: block;
	font-size: 1.17em;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
}
.amap-pl-pc .poi-name {
	vertical-align: middle;
	color: black;
}
.amap-pl-pc .poi-more {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -1000em;
	background: url(https://webapi.amap.com/theme/v1.3/images/newpc/tips.png) center center/85% no-repeat;
	vertical-align: middle;
	cursor: pointer;
	opacity: .5;
	margin: 1px 0 1px 2px;
}
.amap_lib_placeSearch .poi-more {
	color: #0091ff;
	font-size: 12px;
	line-height: 22px;
	white-space: nowrap;
	vertical-align: baseline;
}
.amap_lib_placeSearch .poibox .poi-info {
	word-break: break-all;
	margin: 0 0 0 5px;
	overflow: hidden;
	padding-top: 5px;
}
.amap_lib_placeSearch .poibox .poi-info p {
	color: #000000;
	font-family: Tahoma;
	word-break: break-word;
	line-height: 20px;
}
.amap_lib_placeSearch p {
	margin: 0;
}
user agent stylesheet
p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.amap_lib_placeSearch .clear {
	clear: both;
}
#search-input{
    top: 320px;
    left: 80.5vw;
    width: 14.5vw;
    height: 35px;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    border: none;
    border: 1px solid orange;
    padding-left: 10px;
    position: absolute;
}
header {
	height: 270px;
}
.articles-container {
	/* background: #F2F4F5; */
	padding-top: 20px;
	padding-bottom: 40px;
	box-shadow:0px 2px 4px 0px rgba(0,86,153,0.1);
	border-radius:1px;
}
.article-content {
	background-color: #fff;
	padding: 50px 0;
	min-height: 340px;
}
.article-detial-row {
	/* margin-bottom: 30px; */
	padding: 0 5%;
}
.question {
	font-size: 16px;
	font-weight: bold;
}
.question-row td {
	padding: 0 0 10px;
}
.answer-row td {
	padding: 0 0 20px;
}

.answer-row td p {
	line-height: 24px;
}

body {
	background: #eee url(../images/gfqh/contactus_banner.jpg) no-repeat center top;;
}
.selected {
	background-color: rgba(27,139,208,0.5)
}
.amap_lib_placeSearch_list ul li:hover {
	background-color: rgba(27,139,208,0.3)
}
.tipbox {
    width: 300px;
}
.tip-title {
    margin-top: 16px;
    margin-left: 8px;
    height: 22px;
}
.tip-name{
    width: 188px;
    height: 21px;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    line-height: 19px;
    color: #333333;
    opacity: 1;
    float: left;
    font-weight: bold;
}
.tip-button {
    background: #82c1f5;
    opacity: 1;
    border-radius: 13px;
    height: 21px;
    width: 78px;
    float: left;
    text-align: center;
    margin-left: 10px;
    line-height: 22px;
    cursor: pointer;
}
.tip-button:hover {
	background: #1d97ff;
}
.tip-info {
	float: left;
    margin: 10px 0 8px 0;
}
.tip-addr {
	width: 290px;
	/* height: 57px; */
	background: #e3ecf58f;
	opacity: 1;
	border-radius: 5px;
	margin: 5px 0 5px 0;
	overflow: hidden;
}
.tip-tel {
	width: 290px;
	height: 35px;
	background: #e3ecf58f;
	opacity: 1;
	border-radius: 5px;
	margin: 5px 0 5px 0;
}
.tip-addr-text {
    width: 250px;
    min-height: 36px;
    font-size: 14px;
    font-family: MicrosoftYaHeiLight;
    line-height: 24px;
    color: #333333;
    opacity: 1;
    margin-left: 35px;
    margin-top: 5px;
}
.tip-addr-img {
	float: left;
	margin-top: 2px;
}
.tip-tel-text {
	width: 250px;
	height: 35px;
	font-size: 14px;
	font-family: MicrosoftYaHeiLight;
	line-height: 35px;
	color: #333333;
	opacity: 1;
	margin-left: 35px;
}
.amap-info-content {
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 5px 0px 15px;
}
.amap-info-close {
	right: 5px
}
