/*行业背景 css*/
.con_box_ibg {
	width: 100%;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 8.32rem;
}

.con_box_ibg .nav_info {
	width: 100%;
	height: 9.0rem;
}

.con_box_ibg .profile {
	background: url(../img/03_0.png) no-repeat scroll;
	background-size: 100% 100%;
}

.con_box_ibg .nav_info>div {
	width: 70rem;
	margin: 0 auto;
}

.con_box_ibg .info_title {
	padding-left: 1rem;
	padding-top: 1.6rem;
	color: white;
	font-size: 1rem;
}

.con_box_ibg .nav_info .info_title_text {
	font-size: 2rem;
	height: 2.4rem;
	display: flex;
	align-items: center;
}
.con_box_ibg .nav_info .info_title_text img{
	width: 2.2rem;
	height: 2.2rem;
	margin-top: 0.3rem;
	margin-right: 0.4rem;
	border: 0px solid #ffffff;
}
.con_box_ibg .nav_info .info_bar_car{
	font-size: 1.0rem;
	padding-top: 1.4rem;
	padding-left: 2.7rem;
}

/* 项目内容简介*/
.con_box_ibg .sw_industry_background {
	width: 100%;
	/*设置背景图,不重复*/
	background-size: 50% 50%;
	/*将图片放大至整个容器*/
	overflow: hidden;
	background-color: rgb(244, 244, 244);
	background: url(../img/page_card_bg.jpg) no-repeat scroll bottom;
}

.con_box_ibg .sw_industry_background  .profile_title>div {
	margin: 0 auto;
	width: 11rem;
	padding: 50px 0 50px 0;
}

.con_box_ibg .sw_industry_background  .profile_title h3 {
	width: 11rem;
	text-align: center;
}

.con_box_ibg .sw_industry_background  .profile_title hr {
	border: 3px rgb(255, 137, 1) solid;
}

.con_box_ibg .sw_industry_background .profile_title {
	width: 70rem;
	margin: 0 auto;
}

.con_box_ibg .sw_industry_background .profile_title {
	font-size: 26px;
}

.con_box_ibg .sw_industry_background .profile_content {
	height: 12rem;
}

.con_box_ibg .sw_industry_background .background_img {
	width: 70rem;
	height: 30rem;
	overflow: hidden;
	background-color: black;
	margin: 0 auto;
}

.con_box_ibg .sw_industry_background .industry_content {
	width: 83rem;
	margin-left:auto;
	margin-right: auto;
	margin-bottom: 100px;

}

.industry_content_one,
.industry_content_two,
.industry_content_three,
.industry_content_four {
	margin: 0 auto;
	width: 80rem;
	height: 6.0rem;
	background-color: rgb(251,251,251);
	border-bottom: 0.02rem solid #dddddd;
	box-shadow: 0px 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
}

.industry_content_one {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding: 2rem;
	margin-top: 10px;
}

.industry_content_four {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 2rem;
	margin-top: 0px;
	border-bottom: 0.02rem solid transparent;
	border-bottom: none;
}

.industry_content_two {
	padding: 2rem;
	margin-top: 0px;
}

.industry_content_three {
	padding: 2rem;
	margin-top: 0px;
}


.item_info {
	display: inline-block;
	padding-top: 6px;
	width: 60rem;
	height: 8rem;
	margin-left: 1rem;
	overflow: hidden;
}

.item_info a {
	display: block;
	font-size: 20px;
	margin: 0rem 1rem;
}

.item_info a {
	color: black;
	padding: 2px;
	border: 0px solid white;
	border-radius: 0px;
	text-decoration: none;
}

.info_span {
	display: inline-block;
	height: 5.8rem;
	overflow: hidden;
	margin: 1rem 1rem 0 1rem;
	color: #333333;
}

/*雪碧图*/

.wizard_map {
	background-image: url(../img/CssSatyr.png);
	display: inline-block;
}

.wizard_pic1 {
	float: left;
	background-position: -0px -10px;
	width: 5.2rem;
	height: 79px;
}

.wizard_pic2 {
	float: left;
	background-position: -72px -10px;
	width: 5.2rem;
	height: 79px;
}

.wizard_pic3 {
	float: left;
	background-position: -143px -4px;
	width: 5.2rem;
	height: 79px;
}

.wizard_pic4 {
	float: left;
	background-position: -216px -12px;
	width: 5.2rem;
	height: 79px;
}