@charset "utf-8";

.LineHide {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.clearfix {
	zoom: 1;
}

/* .main {
  width: 100%;
  background-color: #F5F7FA;
}
.main .layout {
  width: 1200px;
  margin: 0 auto;
} */
.layout {
  width: 1200px;
  margin: 0 auto;
}
body a:hover {
	cursor: pointer;
	color: #1f42f5 !important;
}

header {
	min-width: 1200px;
	height: 956px;
	position: relative;
	overflow: hidden;
}

header .bar {
	position: relative;
	/* max-height: 956px; */
}

header .bar img {
	display: block;
}

header .bar img.background-image {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	
	
	
}

header .bar img.foreground-image {
	position: absolute;
	top: 190px;
	/* 调整为需要的值 */
	left: 50%;
	/* 调整为需要的值 */
	transform: translateX(-50%);
	z-index: 1;
	/* 设置较高的z-index值确保显示在其他图片之上 */
	width: 1000px;
}

header .content-study {
	width: 236px;
	height: 60px;
	background: #39A0FF;
	border-radius: 30px 30px 30px 30px;
	position: absolute;
	top: 655px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}

header .content-study a {
	display: flex;
    justify-content: center;
    align-items: center;
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 400;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 60px;
	/* text-align: center; */
}

footer {
	min-width: 1200px;
	margin-top: -400px;
}

footer .footer-image {
	background: url(../images/footer.png) no-repeat;
	background-size: 100% 100%;
	height: 851px;
	padding-top: 570px;
}

footer .footer-link {
	/* background-color: #ffffff; */
	padding: 20px 0;
}

footer .footer-link h3 {
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	display: block;
	color: #fff;
	line-height: 22px;
	margin-bottom: 11px;
}

footer .footer-link a {
	font-size: 14px;
	display: block;
	float: left;
	text-align: left;
	margin-right: 25px;
	color: #fff;
	line-height: 20px;
}

footer .footer-link a:hover {
	color: #999 !important;
}

footer .info-wrap {
	text-align: center;
	/* background-color: #1f42f5; */
	padding-top: 55px;
	padding-bottom: 55px;
}

footer .info-wrap span {
	font-size: 14px;
	color: white;
	display: inline-block;
	line-height: 29px;
}

footer .info-wrap span.last {
	margin-right: 0;
}

footer .info-wrap a {
	display: inline-block;
	font-size: 14px;
	color: white;
	margin-right: 17px;
	line-height: 29px;
}

footer .info-wrap a:hover {
	color: #fff !important;
}

footer .info-wrap a i {
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url(../images/icp-logo.png) no-repeat;
	vertical-align: -3px;
}

footer .info-wrap div:nth-child(3)>span a:nth-child(1) {
	margin-right: 0;
}