.crisis{
	width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
	margin: 0 auto;
}
.crisis-title{
	padding-top: 70px;
	height: auto;
	text-align: center;
	margin-bottom: 40px;
}
.crisis-title h2{
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333333;
}
.crisis-title p{
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	color: #6c8293;
}
.crisis-top ul li{
	width: 270px;
	height: 330px;
	float: left;
	margin: 10px 15px;	
	cursor: pointer;
}
.crisis-top-im{
	width: 100%;
	height: 135px;
	line-height: 135px;
	text-align: center;
	padding: 30px 86px;
}
.crisis-top-text{
	width: 100%;
	height: 252px;
	padding: 0px 24px;
}
.crisis-top-text h2{
	text-align: center;
	font-size: 25px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}
.crisis-top-text P{
	font-size: 14px;
	line-height: 26px;
	color: #919191;
}

.crisis-top-im2{
	display: none;
}
.crisis-top ul li:hover{
	box-shadow: 0px 0px 22px rgba(34,151,189,0.4);
	background-image: linear-gradient(to right top, rgb(5,168,218) 0, rgb(29,199,193) 65%, rgb(53,230,168) 100%);
	transform: 0.8s;
}
.crisis-top ul li:hover .crisis-top-im2{
	display: block;
}
.crisis-top ul li:hover .crisis-top-im1{
	display: none;
}

.crisis-top ul li:hover .crisis-top-text P,.crisis-top ul li:hover .crisis-top-text h2{
	color: #fff;
}




.whole{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
	background: #f7f8fa;
}
.whole-title{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	height: auto;
	text-align: center;
	margin-bottom: 40px;
}
.whole-title h2{
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333333;
}
.whole-title p{
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	color: #6c8293;
}


.whole-top{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.whole-top ul li{
	float: left;
	border: 1px solid #e8e8e8;
	width: 400px;
	height: 265px;
	background: #fff;
	text-align: center;
	padding-top: 65px;
	cursor: pointer;
	transition: all 0.5s;
}
.whole-top ul li img{
	margin-bottom: 50px;
}
.whole-top ul li h2{
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

.whole-top ul li:hover{
	box-shadow: 0px 0px 22px rgba(23,52,91,0.22);
	transform: scale(1.05);
}



.rebuild{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
}
.rebuild-title{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	height: auto;
	text-align: center;
	margin-bottom: 40px;
}
.rebuild-title h2{
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333333;
}
.rebuild-title p{
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	color: #6c8293;
}
.rebuild-im{
	width: 1200px;
	height: auto;
	margin: 20px auto;
	text-align: center;	
}

.rebuild-top{
	width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	margin: 0 auto;
}
.rebuild-top ul li{
	float: left;
	width: 300px;
	height: 103px;
	margin: 0px 50px;
}
.rebuild-top-im{
	float: left;
	margin-right: 24px;
}
.rebuild-text{
	padding-top: 14px;
}
.rebuild-text h2{
	font-size: 26px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: normal;
}
.rebuild-text p{
	font-size: 18px;
	color: #999999;
}

.monitor{
	width: 100%;
	min-width: 1200px;
	height: auto;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 50px;
	background: #f7f8fa;
}
.monitor-title{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	height: auto;
	text-align: center;
}
.monitor-title h2{
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333333;
}
.monitor-title p{
	width: 800px;
	margin: 0 auto;
	font-size: 18px;
	color: #6c8293;
}
.monitor-top{
	width: 1200px;
	height: 648px;
	margin: 60px auto 0px;
}
.monitor-top ul li{
	width: 400px;
	height: 216px;
	text-align: center;
	float: left;
	padding: 0px 20px;
}
.monitor-top ul li img{
	margin-bottom: 24px;
}
.monitor-top ul li h2{
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 20px;
	color: #858585;
}
.monitor-top ul li P{
	
	font-size: 15px;
	color: #858585;
}
