/* 公共样式 */
.clear {
	clear: both;
}

.container {
	width: 90%;
	margin: 0 auto;
}

.biaoti {
	font-size: 20px;
	text-align: center;
	margin: 40px 0 30px 0;
}
.king{
	font-size: 30px;
	margin: 0 0 10px 0;
}
/* 导航 */
nav {
	padding: 10px;
	height: 50px;
	background: #333;
	color: #fff;
}

.banner img {
	width: 100%;
	/* 	margin: 0 auto; */
}

/* 产品展示 */
.show {
	margin: 80px 0;
}

.qr {
	border: 2px solid rgba(12, 17, 153, 0);
	background: #fff;
	border-radius: 10%;
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
	transition: .5s;
	-webkit-transition: 0.5s;
}

.qr_img:hover {
	border: 1px solid #000000;
}

.introduce {
	/* float: left; */
	font-size: 18px;
	width: 180px;
	margin:0 auto;
	padding-top: 20px;
}

/* 产品介绍 */
.recommend {
	width: 100%;
	background: #eee;
	height: 500px;
	margin: 80px 0;
	padding-top: 20px;
	
}

.pic_left {
	width: 35%;
	float: left;
	margin: 60px 0 0 30px;
	position: relative;
}

.adorn {
	position: absolute;
	top: 20px;
	left: 40px;
	transition: .5s;
	-webkit-transition: 0.5s;
}

.recommend:hover .adorn{
	top: 0px;
	left: 0px;

}

.word_right {
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0 0 0px;
}

.word_right p {
	margin: 30px 0;
}

/* 功能展示 */
.function_one,
.function_two,
.function_three,
.function_four
{
	height: 250px;
	text-align: center;
	transition: .5s;
	-webkit-transition: 0.5s;
}

.xiao {
	margin: 20px 0;
	text-align: center;
	font-size: 18px;
}

.function_more {
	height: 150px;
	text-align: center;
	background: url(../img/更多_白底.png) no-repeat;
	transition: .5s;
	-webkit-transition: 0.5s;
}
.img_one:hover{
	content: url(../img/企业服务_蓝底.png);
}
.img_two:hover{
	content: url(../img/风险识别_蓝底.png);
}
.img_three:hover{
	content: url(../img/隐患排查_蓝底.png);
}
.img_four:hover{
	content: url(../img/整改验收蓝底.png);
}
.function_more:hover {
	content: url(../img/更多_蓝底.png);
}

footer {
	width: 100%;
	background: #333;
	height: 400px;
	padding: 20px;
	color: #fff;
	width: 100%;
}

footer li {
	font-size: 14px;
}

.find {
	margin: 20px 5px 0 5px;
	float: left;
}

footer ul {
	padding: 30px 0 0 10px;
}
footer ul li{
	padding-bottom: 15px;
}

/* 地图 */
.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
