* {
	margin: 0;
	padding: 0;
}

body,
html {
	width: 100%;
	min-height: 100vh;
	background: #F5F7F9;
	color: #fff;
	font-size: 16px;
	font-family: "PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}
a{
	text-decoration: none;
}
.flex-x-center {
	display: flex;
	justify-content: center;
}

.flex-xy-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-y-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* titleBar部分 */
.titleBarBox {
	width: 100%;
	height: 64px;
	background: #fff;
	z-index: 1;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
	position: sticky;
	top: 0;
	color: #181818;
}

.titleBarBox .title-wrapper {
	padding: 0 49px 0 52px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}
.title-logo-wrapper *{
	display: inline-block;
	vertical-align: top;
}
.title-logo-wrapper .logoWrapper{
	width:auto;
	height: 33px;
	margin-left: 20px;
}
.titleBarBox .title-wrapper .title-login * {
	display: inline-block;
	vertical-align: middle;
	font-family: "PingFang SC",-apple-system,BlinkMacSystemFont,"Segoe UI","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

.titleBarBox .title-wrapper .title-login img {
	width: 31px;
	height: 30px;
}

.titleBarBox .title-wrapper .title-loginButton {
	width: 97px;
	height: 34px;
	background-color: #1677FF;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
}
.hoverButton:hover{
	opacity: 0.9;
}

/* banner1部分 */
.bannerBox1-wrapper {
	margin-top: 13px;
	width: 100%;
	height: 487px;
	background-image: url(../image/banner1.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerBox1-wrapper .banner1-contentBox {
	width: 100%;
	height: 100%;
	padding-left: 133px;
	padding-top: 128px;
	box-sizing: border-box;
	position: relative;
}

.bannerBox1-wrapper .banner1-contentBox .banner1-h1 {
	font-family: AlibabaPuHuiTi_3_105_Heavy;
	font-size: 34px;
}

.bannerBox1-wrapper .banner1-contentBox .banner1-h2 {
	font-family: AlibabaPuHuiTi_3_65_Medium;
	font-size: 14px;
	line-height: 31px;
	margin-top: 47px;
}

.bannerBox1-wrapper .banner1-contentBox .banner1-h3 {
	font-family: AlibabaPuHuiTi_3_45_Light;
	font-size: 13px;
	line-height: 28px;
	margin-top: 32px;
}

/* banner2部分 */
.bannerBox2-wrapper {
	width: 100%;
	height: 576px;
	background-image: url(../image/banner2.webp);
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerBox2-wrapper .banner2-contentBox {
	width: 100%;
	height: 100%;
	padding-right: 157px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: end;
}

.bannerBox2-wrapper .banner2-contentBox .banner2-h1 {
	width: 421px;
	font-size: 16px;
	color: #000000;
	font-family: AlibabaPuHuiTi_3_45_Light;
	line-height: 31px;
}

.bannerBox2-wrapper .banner2-contentBox .banner-loginButton {
	height: 33px;
	width: 126px;
	background: #1677FF;
	border-radius: 16px;
	text-align: center;
	line-height: 33px;
	text-align: center;
	margin-top: 52px;
	font-size: 16px;
	font-family: PingFangSC-Light;
	cursor: pointer;
}

/* 主要功能部分 */
.bannerBox3-wrapper {
	width: 100%;
	height: 738px;
	background: #FFFFFF;
}

.bannerBox3-wrapper .banner3-contentBox {
	width: 100%;
	height: 100%;
	padding: 94px 55px;
	box-sizing: border-box;
}

.bannerBox3-wrapper .banner3-contentBox .banner3-h1 {
	font-family: AlibabaPuHuiTi_3_105_Heavy;
	color: #181818;
	font-size: 34px;
	text-align: center;
}

.bannerBox3-wrapper .banner3-contentBox .banner3-minBox {
	display: flex;
	/* 使用Flexbox布局 */
	justify-content: space-around;
	/* 水平方向上等间距分布 */
}

.bannerBox3-wrapper .banner3-contentBox .banner3-minBox .banner3-mainCol {
	flex: 1;
	/* 每个盒子均分父容器的空间 */
	margin: 55px;
	/* 设置盒子之间的间距 */
	background: #F6F9FC;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	height: auto;
	text-align: center;
}

.bannerBox3-wrapper .banner3-contentBox .banner3-minBox .banner3-mainCol .mainCol-box {
	width: auto;
	height: auto;
	margin: 0 auto;
	color: #181818;
	padding:70px 20px 60px 20px;
}

.bannerBox3-wrapper .banner3-contentBox .banner3-minBox .banner3-mainCol .mainCol-box .mainCol-img {
	width: 100%;
	height: 67px;
	text-align: center;
	margin-bottom: 51px;
}

.bannerBox3-wrapper .banner3-contentBox .banner3-minBox .banner3-mainCol .mainCol-box .mainCol-img img {
	display: inline-block;
	width: 67px;
	height: 67px;
}
.bannerBox3-wrapper .banner3-contentBox .banner3-minBox .banner3-mainCol .mainCol-box .mainCol-h1 {
	font-family: AlibabaPuHuiTi_3_65_Medium;
	font-size: 25px;
	margin-bottom: 43px;
}

.bannerBox3-wrapper .banner3-contentBox .banner3-minBox .banner3-mainCol .mainCol-box .mainCol-h2 {
	font-family: AlibabaPuHuiTi_3_45_Light;
	font-size: 18px;
	color: #000;
	line-height: 31px;
}
@media screen and (max-width: 1200px) {
	.bannerBox3-wrapper .banner3-contentBox .banner3-minBox .banner3-mainCol {
		flex: 1;
		/* 每个盒子均分父容器的空间 */
		margin: 46px;
		/* 设置盒子之间的间距 */
		background: #F6F9FC;
		box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
		height: auto;
		text-align: center;
	}
	.bannerBox3-wrapper .banner3-contentBox .banner3-minBox .banner3-mainCol .mainCol-box .mainCol-img img {
		display: inline-block;
		width: 56px;
		height: 56px;
	}
	.bannerBox3-wrapper .banner3-contentBox .banner3-minBox .banner3-mainCol .mainCol-box .mainCol-h1 {
		font-family: AlibabaPuHuiTi_3_65_Medium;
		font-size: 22px;
		margin-bottom: 43px;
	}
	
	.bannerBox3-wrapper .banner3-contentBox .banner3-minBox .banner3-mainCol .mainCol-box .mainCol-h2 {
		font-family: AlibabaPuHuiTi_3_45_Light;
		font-size: 15px;
		color: #000;
		line-height: 26px;
	}
}
/* 主要成果 */
.bannerBox4-wrapper {
	height: auto;
}
.bannerBox4-wrapper .zycg_bg-banner{
	width: 100%;
	height: 563px;
	background-image: url(../image/zycgbg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 30px;
}
.bannerBox4-wrapper .zycg_bg-banner .banner4-details{
	width:auto;
	height:400px;
	display: inline-block;
}
.bannerBox4-wrapper .xtztBanner{
	width: 100%;
	height: auto;
}
.bannerBox4-wrapper .xtztBanner .banner4-details{
	margin-top: 90px;
	width:100%;
	height: auto;
	display: inline-block;
}
.bannerBox4-wrapper .banner4-contentBox {
	text-align: center;
	font-family: AlibabaPuHuiTi_3_45_Light;
	color: #000;
	padding: 94px 0 92px 0;
}

.bannerBox4-wrapper .banner4-contentBox .banner4-h1 {
	font-family: AlibabaPuHuiTi_3_105_Heavy;
	color: #181818;
	font-size: 34px;
	margin-bottom: 81px;
}

.bannerBox4-wrapper .banner4-contentBox .banner4-h2 {
	color: #000;
	font-family: AlibabaPuHuiTi_3_45_Light;
	font-size: 18px;
	line-height: 31px;
}
.bannerBox4-wrapper .banner4-contentBox .xtzt{
	line-height: 32px;
}
.bannerBox4-wrapper .banner4-contentBox .banner4-h2.marginItem {
	margin-top: 50px;
	margin-bottom: 51px;
}

.bannerBox4-wrapper .banner4-contentBox .banner4-h2 .blueBold {
	font-family: AlibabaPuHuiTi_3_115_Black;
	color: #1677FF;
	font-size: 18px;
}

/* 国产数据库 */
.bannerBox5-wrapper {
	background: #FFFFFF;
	border-radius: 4px;
	height: auto;
}

.bannerBox5-wrapper .banner5-contentBox {
	width: 971px;
	height: auto;
	padding: 46px 0;
	margin: 0 auto;
	text-align: center;
}

.bannerBox5-wrapper .banner5-contentBox .banner5-h1 {
	font-family: AlibabaPuHuiTi_3_85_Bold;
	color: #181818;
	font-size: 24px;
	margin-bottom: 91px;
}

.bannerBox5-wrapper .banner5-contentBox .banner5-image {
	width: 100%;
}

.bannerBox5-wrapper .banner5-contentBox .banner5-image img {
	width: 100%;
	height: auto;
}

/* 版权部分 */
.Copyright-wrapper {
	height: auto;
	background: #000000;
	border-radius: 4px;
}

.Copyright-wrapper .Copyright-contentBox {
	padding: 73px 121px 72px 121px;
}

.Copyright-wrapper .Copyright-contentBox .footer-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end; /* 设置水平方向（主轴）对齐到底部 */
	align-items: end;
}

.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item {
	display: block;
	flex: 0 0 25%;
	max-width: 25%;
}
.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item.footerItemPadd{
	padding-left: 10px;
	box-sizing: border-box;
}
.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item .footerItem_title{
	font-family: AlibabaPuHuiTi_3_45_Light;
	color:#CFCFD0;
	font-size: 10px;
	margin-bottom: 18px;
}
.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item .footerItem_content{
	font-family: AlibabaPuHuiTi_3_85_Bold;
	color:#FFFFFF;
	font-size: 22px;
}
.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item .footerItem_gzh{
	width:109px;
	height:109px;
}
.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item .footerItem_gzh img{
	width:109px;
	height:109px;
}
.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item .footerItem_gzhTitle{
	font-family: AlibabaPuHuiTi_3_45_Light;
	color:#CFCFD0;
	font-size: 16px;
	margin-top:20px;
}
.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item .footer-logo{
	width:268px;
	height:56px;
}

.Copyright-wrapper .footer-wrapperLine{
	width: 100%;
	height:1px;
	background: #CFCFD0;
	margin-top: 55px;
	margin-bottom: 70px;
}
.Copyright-wrapper .Copyright-detailsCont{
	font-family: AlibabaPuHuiTi_3_45_Light;
	font-size: 12px;
	color:#fff;
}
.Copyright-wrapper .Copyright-detailsContButton a{
	font-family: AlibabaPuHuiTi_3_55_Regular;
	color:#CFCFD0;
	font-size: 18px;
}
@media screen and (max-width: 1200px) {
	.Copyright-wrapper .Copyright-detailsContButton a{
		font-family: AlibabaPuHuiTi_3_55_Regular;
		color:#CFCFD0;
		font-size: 15px;
	}
	.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item .footerItem_gzh{
		width:91px;
		height:91px;
	}
	.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item .footerItem_gzh img{
		width:91px;
		height:91px;
	}
	.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item .footerItem_content{
		font-family: AlibabaPuHuiTi_3_85_Bold;
		color:#FFFFFF;
		font-size: 19px;
	}
	.Copyright-wrapper .Copyright-contentBox .footer-wrapper .footer-item .footer-logo{
		width:200px;
		height:auto;
	}
}