#top_header{
	width: 100%;
	height: 698px;
	margin: 0 auto;
}
.gsy_header{
	width: 100%;
	height: 698px;
	position: relative;
	display: flex;
	justify-content: center;
	overflow: hidden;
	background: url('../images/page/jc_banner.png')  no-repeat;
	background-size: 100% 100%;
	/*background-position: center;*/
}
.header_text{
	/* width: 1200px;
	margin: auto; */
	position: absolute;
	left: 50%;
	top: 177px;
	text-align: center;
	transform: translateX(-50%);
}
.dyhang{
	font-size: 40px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(255,255,255,0.99);
	text-shadow: 1px 1px 5px rgba(33,69,101,0.78);
}
.dehang{
	font-size: 30px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(255,255,255,0.99);
	text-shadow: 1px 1px 3px rgba(33,69,101,0.78);
	position: relative;
	top: 15px;
}
.gsy_nav{
	height: 55px;
	/* background: #d2303b; */
	max-width: 1920px;
	/* margin: 70px auto; */
	margin-top: 70px;
	/* position: absolute; */
}
.gsy_nav_content{
	height: 100%;
	width: 1320px;
	margin: 0 auto;
}
.gsy_header img{
	/*width: 100%;*/
	height: 100%;
	object-fit: fill;
}
.gsy_hd_content{
	position: absolute;
	height: 100%;
	width: 1320px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.gsy_search {
	position: absolute;
	top: 3%;
	right: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255,255,255,0.6);
    width: 280px;
    height: 36px;
    border-radius: 18px;
	padding: 0 15px;
}
.gsy_search #headerKeyword{
	color: #999999;
	font-size: 16px;
}
.gsy_search #headerKeyword::placeholder{
	color: #999999;
	font-size: 16px;
}
.gsy_search .searchEx{
	color: #999999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}
.gsy_search .searchEx i{
	margin: 0;
}
.gsy_logo{
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	width: 33%;
}
.herderTop2{
	width: 100%;
	/* background: #1772C3; */
	background: url('../images/page/kbbanner.png')  no-repeat;
	height: 139px;
	background-size: 100% 100%;
}
.gsy_logo a{
	width: 100%;
}
.gsy_logo a img{
	width: 100%;
}

.zbTitle{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	background: rgba(27,89,146,0.6);
	font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
