*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
body{
	font-size: 16px;
	background: #EFEFEF;
}
.page{
	width: 100%;
}
.page-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 14vh;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    background: url('../img/bjtu.png') no-repeat 10vw center; /* 左侧偏移350px，垂直居中 */
    background-size: auto 100%; /* 背景图片高度自适应容器，高度100%，宽度自动调整 */
    box-shadow: 4px 0 4px 0 #ccc;
    background-color: white; /* 背景颜色，防止图片未加载时显示 */
}


.page-top a{
	font-size: 28px;
	font-weight: bold;
	color: #E98D0A;
}
.page-top p{
	color: #888;
}
.bjtu {
    width: 100%; /* 容器的宽度为 page-top 的 100% */
    max-width: 500px; /* 可选：为图片容器设置最大宽度 */
    margin: 0 auto; /* 水平居中 */
}

.bjtu img {
    width: 100%; /* 图片宽度适应容器 */
    height: auto; /* 保持图片的比例 */
    display: block; /* 去除图片下方的空白间距 */
}
.page-con{
	display: flex;
	height: 91.2vh;
	margin-top: 8.8vh;
}
.pc-nav{
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	width: 10vw;
	height: 89.2vh;
	padding-top: 10.8vh;
	background: #fff;
	box-shadow: 4px 0 4px 0 #ccc;
}
.pc-box{
	width: 84vw;
	margin-left: 13vw;
}
.nav{
	width: 100%;
	margin-top: 6vh;
}
.nav a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	color: #333;
}
.nav .active,.nav a:hover{
	color: #E98D0A;
}
.code{
	width: 100%;
	text-align: center;
	margin-bottom: 3vh;
}
.code img{
	width: 150px;
	height: 150px;
}
.code p{
	color: #666666;
	font-size: 14px;
	margin-top: 8px;
}
.home-top{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
}
.banner{
	margin-top: 35px;
	width: 77%;
	height: 350px;
}
.banner img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.user-info{
	margin-top: 35px;
	width: 20%;
	min-width: 322px;
	height: 350px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 10px 15px -3px rgba(68, 68, 68, 0.25);
}
.ui-img img{
	display: block;
	width: 100%;
	height: 182px;
}
.ui-text {
	text-align: center;
	margin-top: -60px;
}
.ui-text img{
	width: 120px;
	height: 120px;
}
.ui-text h3{
	font-size: 20px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.79);
}
.ui-text p{
	color: #999999;
	font-size: 12px;
	margin: 3px 0 15px 0;
}
.ui-link a{
	display: inline-block;
	width: 72px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	border-radius: 3px;
}
.ui-link a:nth-child(1){
	background: #000000;
	border: 1px solid #000;
	color: #fff;
}
.ui-link a:nth-child(2){
	border: 1px solid #000;
	color: #000000;
}
.zuopin{
	width: 100%;
	margin-top: 20px;
}
.common-title{
	font-size: 22px;
	color: #000000;
	padding-left: 10px;
	border-left: 5px solid #000000;
	margin-bottom: 15px;
}
.zuopin-box ul{
	display: flex;
	flex-wrap: wrap;
}
.zuopin-box ul li{
	list-style: none;
	width: 23%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-right: 2.66%;
}
.zuopin-box ul li:nth-child(4n+4){
	margin-right: 0;
}
.zuopin-box ul li img{
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}
.zuopin-box ul li p{
	padding: 15px 0;
	text-align: center;
	color: #000;
	font-size: 18px;
}
.sheng-box{
	margin: 20px 0;
}
.sheng-box-list{
	display: flex;
	background: #fff;
	border-radius: 10px;
	padding: 25px 30px;
	margin-bottom: 20px;
}
.sbl-img img{
	width: 382px;
	height: 251px;
	border-radius: 10px;
	object-fit: cover;
}
.sbl-text{
	margin-left: 30px;
}
.sbl-text h3{
	font-size: 24px;
	color: #000000;
}
.sbl-text p {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
	margin: 20px 0;
}
.sbl-text span{
	display: flex;
	align-items: center;
	color: #CDCDCD;
	font-size: 18px;
	font-weight: 400;
}
.sbl-text img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.about-page {
    display: flex;
    background-color: white; /* 将 about-page 背景设置为白色 */
    min-height: 100vh; /* 确保最小高度覆盖整个视口高度 */
    align-items: flex-start; /* 确保图片和文字顶部对齐 */
    justify-content: space-between;
    gap: 20px; /* 图片和文字之间的间距 */
    padding: 38px 64px; /* 内边距 */
    margin: 65px 0; /* 上下边距设置为20px，左右不变 */
    border-radius: 20px; /* 设置圆角半径为20px */
    box-sizing: border-box; /* 确保 padding 不影响整体布局 */
}

.about-page-img {
    width: 20%; /* 控制图片的容器宽度 */
    flex-shrink: 0; /* 防止容器收缩 */
    padding: 10px; /* 给图片容器一些内边距，避免图片直接贴边 */
    border: 2px solid #ddd; /* 添加浅灰色边框 */
    background-color: #fff; /* 图片区域的背景色为白色 */
    margin-right: 100px; /* 确保图片和文字之间有间距 */
    box-sizing: border-box; /* 包括内边距和边框的计算在内 */
}

.about-page-img img {
    width: 100%; /* 让图片占据容器的整个宽度 */
    height: auto; /* 保持图片的宽高比 */
    display: block; /* 避免图片底部有空隙 */
    border-radius: 5px; /* 添加图片的圆角效果 */
}

.about-page-text {
    width: 60%; /* 保持文字区域的宽度 */
    flex: 1; /* 让文本区域占据剩下的空间 */
    padding-left: 20px; /* 给文本和图片之间增加内边距，避免紧贴 */
}

/* 保留原有的文字样式 */
.about-page-text h1 {
    font-size: 40px;
    font-weight: 400;
    color: #333;
}

.about-page-text p {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 29px;
    margin-bottom: 10px;
}

.about-page-text p span {
    margin-right: 20px;
}

.about-page-text h2 + p + p + p {
    margin-left: 151px;
}

.about-page-text h2 + p + p + p + p + p{
    margin-left: 434px;
}
.about-page-text h2 + p + p + p + p + p + p + p{
    margin-left: 394px;
}
.work-page{
	margin-top: 65px;
}
.contact{
	background: #fff;
	border-radius: 10px;
	margin: 65px 0;
	padding: 40px 35px;
}
.ci-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	background: #F7F7F7;
	padding: 25px;
	margin: 65px  0 57px;
}
.cib-left{
	display: flex;
	align-items: center;
}
.cib-left img{
	width: 136px;
	height: 136px;
	border-radius: 50%;
	object-fit: cover;
}
.cib-left span{
	color: #555555;
	font-size: 20px;
	font-weight: 400;
	margin-left: 38px;
}
.cib-right img{
	width: 60px;
	height: 60px;
}
.cib-right ul{
	display: flex;
	align-items: center;
}
.cib-right ul li{
	list-style: none;
	margin-left: 30px;
	font-size: 12px;
	color: #555555;
	text-align: center;
}
.cf form label{
	display: block;
	margin-bottom: 20px;
}
.cf form label span{
	float: left;
	display: inline-block;
	width: 130px;
	text-align: right;
	margin-right: 30px;
	height: 35px;
	line-height: 35px;
}
.cf input{
	outline: none;
	width: 480px;
	height: 35px;
	line-height: 35px;
	border-radius: 6px;
	padding-left: 20px;
	font-family: '黑体';
	font-size: 16px;
	border: 1px solid #999999;
}
.cf textarea{
	outline: none;
	width: 460px;
	padding: 20px;
	height: 120px;
	font-size: 16px;
	font-family: '黑体';
	border: 1px solid #999999;
	border-radius: 6px;
}
.cf form input::placeholder, .cf form textarea::placeholder{
	color: #55555562;
}
.cf-btn{
	margin-left: 160px;
}
.cf-btn button{
	cursor: pointer;
	width: 100px;
	height: 38px;
	border-radius: 10px;
	border: none;
	margin-right: 25px;
	color: #999999;
	background: #EFEFEF;
}
.cf-btn button[type=submit]{
	color: #fff;
	background: #E98D0A;
}
.cf-btn button:hover{
	opacity: 0.6;
}

.publication-page {
    display: flex;
    background-color: white; /* 将 about-page 背景设置为白色 */
    min-height: 100vh; /* 确保最小高度覆盖整个视口高度 */
    align-items: flex-start; /* 确保图片和文字顶部对齐 */
    justify-content: space-between;
    gap: 20px; /* 图片和文字之间的间距 */
    padding: 38px 64px; /* 内边距 */
    margin: 20px 0; /* 上下边距设置为20px，左右不变 */
    border-radius: 20px; /* 设置圆角半径为20px */
    box-sizing: border-box; /* 确保 padding 不影响整体布局 */
}

.publication-page-img {
    width: 20%; /* 控制图片的容器宽度 */
    flex-shrink: 0; /* 防止容器收缩 */
    padding: 10px; /* 给图片容器一些内边距，避免图片直接贴边 */
    border: 2px solid #ddd; /* 添加浅灰色边框 */
    background-color: #fff; /* 图片区域的背景色为白色 */
    margin-right: 100px; /* 确保图片和文字之间有间距 */
    box-sizing: border-box; /* 包括内边距和边框的计算在内 */
}



.publication-page-text {
    width: 60%; /* 保持文字区域的宽度 */
    flex: 1; /* 让文本区域占据剩下的空间 */
    padding-left: 20px; /* 给文本和图片之间增加内边距，避免紧贴 */
}

/* 保留原有的文字样式 */
.publication-page-text h1 {
    font-size: 40px;
    font-weight: 400;
    color: #333;
}

.publication-page-text p {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 29px;
    margin-bottom: 10px;
}




