.headwrap{
	box-shadow: 0px 0px 16px rgba(229, 229, 229, 0.7);
	margin-bottom: 60px;
}

.breadWrap{
	margin-bottom: 60px;
}


.partTitle{
	width: 100%;
	height: 48px;
	margin-bottom: 60px;
}
.partTitle img{
	height: 48px;
	width: auto;
	margin: 0 auto;
}

.part1{
	margin: 0 auto 32px;
}
.part1 ul li{
	width: 380px;
	height: 360px;
	float: left;
	margin: 0 30px 48px 0;
	box-sizing: border-box;
	border: 1px solid #ECEFF1;
	cursor: pointer;
}
.part1 ul li:nth-child(3n){
	margin-right: 0;
}
.part1 ul li .imgCover,
.part1 ul li .imgCover img{
	width: 380px;
	height: 280px;
	display: block;
	position: relative;
}
.part1 ul li .pro-title{
	height: 80px;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	letter-spacing: 0.1em;
	color: #555555;
	display: flex;
	justify-content: center;
	align-items: center;
}



.part2{
	width: 1170px;
	margin: 0 auto 40px;
}
.part2 .tabList{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.part2 .tabList span{
	display: block;
	width: 160px;
	height: 80px;
	background-color: #F7F8FA;
	font-size: 14px;
    line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #333333;
	margin-right: 30px;
	cursor: pointer;
}
.part2 .tabList span.active{
	color: #fff;
	background-color: #009EF1;
}

.part2 .tabContent{
	width: 100%;
	display: none;
}
.part2 .tabContent.active{
	display: block;
}
.part2 ul li{
	width: 270px;
	height: 308px;
	float: left;
	margin: 0 30px 40px 0;
}
.part2 ul li:nth-child(4n){
	margin-right: 0;
}
.part2 ul li .imgCover{
	width: 270px;
	height: 270px;
	box-sizing: border-box;
	border: 1px solid #EAEDEF;
	padding: 20px;
	margin-bottom: 20px;
}
.part2 ul li .imgCover img{
	width: 230px;
	height: 230px;
}
.part2 ul li .pro-title{
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #666666;
}
.mouseover{
	border-bottom:2px solid #009EF1!important;
	position: relative;
	top: -30px;
}
.imgTop{
	width:380px;
	height:280px;
	background:rgba(20,39,74,0.5);
	position:absolute;
	top:0;
	display:none
}
.imgBotton{
	width: 160px;
    height: 48px;
    border-radius: 50px;
    background: #FB871C;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    transform: translateX(69%);
}
.imgBotton a{
	color:#fff;
	font-size:20px;
	display: block;
	text-align: center;
	line-height: 48px;
}
