*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.breadcrumb{
	margin-top: 80px;
	width: 1230px;
	height: 60px;
	line-height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.layui-breadcrumb{
	display: block;
	visibility:initial;
}
.layui-breadcrumb a{
	color: #000 !important;
}
.layui-breadcrumb>*{
	font-size: 12px;
}
.layui-breadcrumb a cite{
	border: 1px solid #009688;
	color: #009688;
	padding: 4px 12px;
	border-radius: 2px;
	margin-right: 10px;
}
.contact{
	width: 1230px;
	margin: 0 auto;
	padding: 30px;
	background: white;
}
.map{
	width: 100%;
	height: 480px;
	border:1px solid #ccc;
}
.on_adr{
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	display:-webkit-flex;
}
.on_adrs{
	padding: 30px 0;
	overflow: hidden;
}
.adress{
	flex:1;
}
.on_adrs .tp{
	float: left;
	width: 33.3%;
	margin-bottom: 30px;
}
.adress h4{
	font-size: 20px;
	position: relative;
	padding-left: 15px;
	margin-bottom: 30px;
}
.adress h4:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 4px;
	height: 24px;
	background: #e60012;
}
.adress p{
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
	padding-right: 15px;
}
.codes{
	flex:1;
	position: relative;
}
.codes:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 160px;
	background: #ccc;
}
.codes:after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 160px;
	background: #ccc;
}
.codes span{
	display: block;
	float: left;
	width: 120px;
	text-align: center;
	font-size: 14px;
	margin-left: 50px;
	margin-top: 10px;
}
.codes span img{
	display: block;
	width: 120px;
	height: 120px;
}

.server{
	flex:1;
	text-align: center;
}
.server p{
	font-size: 14px;
	margin-top: 15px;
}
.server span{
	font-size: 36px;
	display: block;
	font-family: arial;
	color: #e60012;
	margin: 10px 0 20px;
}
.server a{
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 19px;
}
.server a:hover{
	background: #e60012;
	color: white;
	border-color:#e60012;
}
.iw_poi_title {color:#e60012;font-size:16px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:14px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word;margin-top: 10px;}