.banner{
	width: 1900px;
	/*height: 866px;*/
	margin:0px auto;
	background-color:#f9f9f9;
}


.body{
	width:1900px;
	margin:0 auto;
	padding:0px;
	position:relative;
}

/* ÒµÎñ·¶Î§ */
.body div.business{	
	position:relative;
	background-color:#f9f9f9;
	padding-bottom:80px;
}
.body div.business div.cont{
	position:relative;
	/*
	top:80px;
	left:200px;
	*/
	margin:0px auto;
	width:1510px;	
	padding-top:80px;
}
.body div.business div.cont div.title{
	position:relative;
	padding-left:108px;
}
.body div.business div.cont div.title::before{
	content:"";
	position:absolute;
	width: 96px;
	height: 4px;
	background: #DD2020;
	border-radius: 0px 0px 0px 0px;
	top:22px;
	left:0px;
}
.body div.business div.cont div.title div.en{
	width: 500px;
	height: 48px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 300;
	font-size: 32px;
	color: #1D1D1D;
	line-height: 48px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.body div.business div.cont div.title div.cn{
	width: 300px;
	height: 72px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 48px;
	color: #1D1D1D;
	line-height: 72px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}



.body div.business div.cont div.info{
	padding-left:108px;
}
.body div.business div.cont div.info h5
{
	width: 96px;
	height: 36px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 24px;
	color: #112788;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.body div.business div.cont div.info div.lists{
	position:relative;
	padding:10px 0px 10px 0px;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:0px 0px;
}
.body div.business div.cont div.info div.lists div.ite{
	border:1px solid #EEEEEE;
	text-align:center;
	padding:2px 2px;
	height:173px;
	padding:70px;
	text-align:left;
}
.body div.business div.cont div.info div.lists div.ite .img{
	width:53px;
	height:53px;
	border:1px dashed #999;
}

.body div.business div.cont div.info div.lists div.ite .tit{
	height: 60px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #191B30;
	line-height: 60px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.body div.business div.cont div.info div.lists div.ite .intr li{
	height: 24px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}


.detail ul, .detail ul, .detail li{
	margin:20px;
}
.detail p{
	margin-bottom:20px;
}
