.banner{
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.partWrap{
	width: 100%;
	overflow: hidden;
}

.partBox{
	margin: 0 auto;
	box-sizing: border-box;
}
.partBox .partTitle{
	width: 100%;
	margin-bottom: 40px;
}
.partBox .partTitle img{
	height: 100%;
	width: auto;
}
.partBox .partTitle1{
	height: 32px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.partBox .partTitle2{
	height: 53px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}



.part1 .partBox{
	padding: 80px 0;
	position: relative;
}

.part1 .partBg{
	width: 112px;
	height: 497px;
	position: absolute;
	top: 64px;
	left: 1324px;
}
.part1 .partBg img{
	width: 100%;
	height: 100%;
}
.part1 ul{
	width: 1200px;
	margin-bottom: 40px;
}
.part1 ul li{
	width: 400px;
	height: 300px;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	padding: 40px 40px 0 40px;
	border-top: 1px solid #EAEDEF;
	border-right: 1px solid #EAEDEF;
	border-bottom: 1px solid #EAEDEF;
}
.part1 ul li:first-child{
	border-left: 1px solid #EAEDEF;
}
.part1 ul li .imgCover,
.part1 ul li .imgCover img{
	width: 320px;
	height: 200px;
}
.part1 ul li p{
	font-weight: bold;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #333333;
}
.part1 ul li:hover{
	border-bottom: 2px solid #009EF1;
}
.part1 ul li:hover p{
	color: #009EF1;
}

.part1 .arrow{
	width: 100%;
	height: 54px;
	display: flex;
	justify-content: center;
}
.part1 .arrow img{
	width: 54px;
	height: 54px;
	margin: 0 12px;
}



.part2{
	background-color: #F7F8FA;
}
.part2 .partBox{
	padding: 60px 0;
}
.part2 ul{
	width: 1200px;
}
.part2 ul li{
	width: 224px;
	height: 280px;
	float: left;
	cursor: pointer;
	margin-right: 20px;
	position: relative;
}
.part2 ul li:last-child{
	margin-right: 0;
}
.part2 ul li img{
	width: 224px;
	height: 280px;
}
.part2 ul li .txt{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding-top: 212px;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.1em;
}




.part3 .partBox{
	padding: 80px 0;
}
.newsList{
	margin: 0 auto;
}
.topNews{
	width: 100%;
	height: 200px;
	background-color: #14274A;
	display: flex;
	justify-content: flex-start;
}
.topNews img{
	width: 280px;
	height: 200px;
}
.topNews .topNews-right{
	width: 920px;
	height: 200px;
	box-sizing: border-box;
	padding: 0 40px;
	color: #FFFFFF;
}
.topNews .topNews-right .date{
	width: 100%;
	height: 64px;
	box-sizing: border-box;
	padding-top: 24px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1em;
}
.topNews .topNews-right h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
}
.topNews .topNews-right p{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.09em;
	overflow: hidden;
    height: 70px;
}

.newsList .list{
	width: 100%;
	margin: 0 auto;
}
.newsList .list li{
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	border-bottom: 1px solid #EAEDEF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.newsList .list li .left{
	display: flex;
	justify-content: flex-start;
}
.newsList .list li .left .date{
	width: 124px;
	margin-right: 60px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #666666;
}
.newsList .list li .left .title{
	width: 800px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #333333;
}
.newsList .list li img{
	width: 8px;
	height: 12px;
}



.part4 .partBox{
	padding: 60px 0;
}
.part4 .txt{
	width: 100%;
	margin-bottom: 40px;
}
.part4 .txt p{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #555555;
}
.part4 img{
	width: 100%;
	margin-bottom: 48px;
}
.contact{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
.contact-item{
	margin: 0 60px;
}
.contact-item p{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #333333;
	margin-bottom: 20px;
}
.contact-item p span{
	font-weight: bold;
}