/*面包屑导航+banner共用CSS*/
body{
	background-image: url(imagesbackground.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #effdff;
}
.cn_conten_nav{
	width: 1200px;
	margin: 0 auto;
	background-color: white;
	margin-top: 15px;
	padding: 15px 0 25px;
}
.cn_conten_nav>p{
	padding-left: 20px;
	margin-left: 20px;
	border-left: 6px solid #0169ba;
}
.cn_conten_nav span{
	color: #0169ba;
	font-weight: 600;
}
.cn_conten_nav a{
	text-decoration: none;
	color: #0169ba;
	font-weight: 600;
}
.cn_banner{
	width: 1200px;
	margin: 0 auto;
}
.cn_banner img{
	width: 100%;
}




.cn_xnmy_content{
	width: 1200px;
	padding-bottom: 150px;
	margin: 0 auto;
	background-color: white;
}
.cn_xnmy_content:after{
	content: ".";
	visibility: hidden;
	display: block;
	clear: both;
}
.cn_xnmy_content_detail{
	float: left;
	width: 600px;
	box-sizing: border-box;
	padding: 20px 50px 50px;
}
.cn_xnmy_content_detail img{
	display: block;
	margin: 0 auto;
}
.cn_xnmy_content_detail h3{
	font-weight: 600;
	font-size: 17px;
	margin: 15px 0;
	text-align: center;
}
.cn_xnmy_content_detail p{
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #585858;
	text-align: center;
	width: 285px;
	margin: 0 auto;
}