.banner{
	width: 100%;
	height: 400px;
}
.amap-marker-label {
   
    font-size: 16px !important;
    
}
.link .amap-wrapper{
		width: 100%;
		height: 400px;
	}
	.content{
		width: 80%;
		margin: 0 auto;
		padding: 30px 0px;
		text-align: center;
	}
	.title{
		font-weight: bold;
		padding: 20px 0;
	}
	.content .text{
		line-height: 28px;
		text-indent: 2em;
	}
	.listd{
		width: 80%;
		margin: 0 auto;
		padding: 50px 0;
		border-bottom: 1px solid #f2f2f2;
	}
	.listd .li{
		width: 32.3%;
    text-align: center;
	}
	.listd .iconfont {    
    font-size: 82px !important;    
}
	.listd .li:nth-child(1),.listd .li:nth-child(2){
		border-right: 1px solid #f2f2f2;
	}
	.listd .tit{
		font-size: 14px;
		color: #000;
		padding: 10px;
	}
	.listd .con{
		font-size: 14px;
		color: #666;
	}
	
  .link .iconfont{
    font-size: 90px;
    color: #D3D3D3;
  }