*{
	margin: 0;
	padding: 0;
}
li,ul{
	list-style: none;
}
.sfgdOnePart{
	position: relative;
	background:url(../images/sfgd_01.png) no-repeat center; 
	width:100%; 
	height: 843px;
	margin-top: -168px;
	z-index: 999;
}
.swiper-container{
	width: 100% !important;
}
.swiper-slide{
	-webkit-transform: scale(1) !important;
	 transform: scale(1) !important;
	 margin: 0 !important;
}
.swiper-slide-active,
.swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 1002;
}
.sfgdTwoPart{
	width: 1500px;
	height: auto;
	background: #fff;
	margin: 0 auto 16px;
	padding: 64px 50px;
	box-sizing: border-box;
}
.sfgdTwoPart>h3,
.sfgdTreePart>h3,
.sfgdTwoPart>p,
.sfgdTreePart>p,
.sfgdTwoPart>span{
	display: block;
	text-align: center;
	color: #333;
}
.sfgdTwoPart>h3,
.sfgdTreePart>h3{
	font-size: 42px;
}
.sfgdTwoPart>p,
.sfgdTreePart>p{
	font-size: 24px;
	padding: 10px 0 14px;
}
.sfgdTwoPart>span{
	font-size: 14px;
	color: #666;
}
.sfgdTwoPart_List,
.sfgdTwoPart_Project{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sfgdTwoPart_List>li{
	width: 694px;
	height: 506px;
	margin-bottom: 10px;
	border: 1px #eee solid;
	text-align: center;
	
}
.sfgdTwoPart_List>li>div{
	width: 694px;
	height: 440px;
	overflow: hidden;
}
.sfgdTwoPart_List>li>div>img:hover,
.sfgdTwoPart_Project>li>div>img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: linear .5s;
	-webkit-transition: linear .5s;
}
.sfgdTwoPart_List>li>p,
.sfgdTwoPart_Project>li>p{
	line-height: 66px;
	font-size: 16px;
	color: #333;
}
.sfgdTwoPart_Project>li{
	width: 460px;
	height: 350px;
	margin-bottom: 10px;
	border: 1px #eee solid;
	text-align: center;
}
.sfgdTwoPart_Project>li>div{
	width: 460px;
	height: 285px;
	overflow: hidden;
}
.sfgdTreePart{
	width: 1500px;
	height: auto;
	background: #fff;
	margin: 0 auto 16px;
	padding-top: 64px;
	box-sizing: border-box;
}
.sfgdjm{
	background:url(../images/sfgdimg_03.jpg) no-repeat center;
	width:100%; 
	height: 546px;
	margin-top: 40px;
}
.sfgdjm:hover{
	background: url(../images/sfgdimg_higl.jpg) no-repeat center;
	width:100%;
	height: 546px;
	margin-top: 40px;
}