@charset "UTF-8";
.main_box{
	width: 100%;
	background: #f5f8ff;
}
.main {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 20px;
}

.main .left {
	width: 580px;
	float: left;
}
.main .left h6{
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}
.main .left p{
	font-size: 22px;
	line-height: 38px;
	font-size: 18px;
}
.main .left div{
	font-size: 22px;
	line-height: 28px;
	font-size: 18px;
}
.main .right {
	width: 580px;
	line-height: 38px;
	font-size: 18px;
	text-indent: 2em;
	float: right;
}
.main .right img{
	width: 580px;
	height: 400px;
}

.product_box {
	padding: 30px 0;
	width: 100%;
}
.product_box h6{
	margin: 0;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.product {
	width: 1200px;
	margin: auto;
}
.product .box{
	display: flex;
	justify-content: space-between;
}
.product .box .item{
	width: 360px;
	background: #f5f8ff;
	border-radius: 15px;
	padding: 10px;
}
.product .box .item .top{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}
.product .box .item .top .left{
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
	background: #0583f7;
	border-radius: 10px;
	padding: 5px;
}
.product .box .item .top .left img{
	width: 60px;
	height: 60px;
}
.product .box .item .top .right{
	width: 250px;
	float: right;
}
.product .box .item .top .right div:first-child{
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding: 0 10px;
	margin-bottom: 15px;
}
.product .box .item .top .right div:last-child{
	color: #0583f7;
	background: #f5f8ff;
	font-size: 14px;
	padding: 3px 10px;
	border-radius: 5px;
	font-weight: bold;
}

.product .box .item .bottom{
	font-size: 16px;
	line-height: 32px;
	margin-top: 10px;
}

.map_box {
	float: right;
	width: 600px;
	height: 300px;
	border: #ccc solid 1px;
	font-size: 12px;
}
.huoban_box{
	width: 1200px;
	margin: auto;
	margin-bottom: 20px;
}
.huoban_box .huoban{
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}
.huoban_box img{
	border: 1px solid #e3e3e3;
	width: 180px;
	height:80px;
}