html {
	font-size: 100%;
}
/* 子页面的样式 */
/*about.html*/
.header {
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s ease-in-out;
	background: #fff;
	height: 70px;
	position: fixed;
	padding: 0 5%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main_top{margin-top: 70px;}
.w1400{
	max-width: 1440px;
	margin: 0 auto;
	width: 100%;
}
.z_banner img{
	width: 100%;
	display: block;
	margin: 0 auto;
}
/* 面包屑 */
.mand{
	background-color: #f0f0f0;
}
.abouts_list{
	display: flex;
	align-items: center;
	height: 100%;
}
.abouts_list .nav_btn{
	height: 100%;
	width: calc(100% - 410px);
	display: flex;
	flex-wrap: wrap;
}
.abouts_list .nav_btn a{
	display: block;
	font-size: 16px;
	padding: 18px 20px;
	height: 100%;
	transition: .5s;
}
.abouts_list .nav_btn a.active,.abouts_list .nav_btn a:hover{
	background-color: #086ee8;
	color: #fff;
}
.abouts_list .text{
	width: 410px;
	text-align: right;
	font-size: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	line-height: 1.7;
	padding: 10px 0;
}
.abouts_list .text a{
	font-size: 16px;
	margin-right: 10px;
}
.abouts_list .text span{
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
}
/* 子页面底部样式 */
.subpage-footer {
    background-color: #2c3e50;
    color: #fff;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1rem;
}
.subpage-footer .copyright a{cursor: default;}
.subpage-footer .copyright a:hover{color:#333;}
/* .subpage-footer .copyright a{color:#fff;} */
/* .subpage-footer .copyright a:hover{color:#ccc;} */
/* 子页面内容区域样式 */
.subpage-content {
    padding: 100px 0 0 0;
    background-color: #fff;
	
}
/* 内容区域样式 */
.content-section {
	padding: 80px 0;
}
/* 子页面标题 */
.section-title {
	text-align: left;
	margin-bottom: 50px;
	position: relative;
}
.section-title h2 {
	font-size: 36px;
	color: #333;
	margin-bottom: 10px;
	font-weight: 200;
}
.section-title::after {
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background: #76e300;
}
/*子页面背景和边距样式*/
.pagebg1{
	background: #f8f8f8;
}
.paddtb{
	padding:3% 0;
}
.paddb{
	padding-bottom:3%;
}
.paddt{
	padding-top:3%;
}
/**** 关于我们 ****/
/* 公司简介 */
#about{
	background: url(../images/abbg.png) no-repeat center center;
	background-size: contain;
}
#about .section-title h2{
	color:#fff;
}
.about-content {
	display: grid;
	margin-bottom: 0px;
}
.about-content:nth-child(even) .about-text {
	order: 2;
}
.about-content:nth-child(even) .about-image {
	order: 1;
}
.about-text h3 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #333;
}
.about-text p {
	margin-bottom: 20px;
	/* color: #666; */
	color:#fff;
	line-height: 1.8;
	font-size: 16px;
	text-indent: 2em;
}
.about-text p span{
	color:#9cf64c;
}

#about .section-title h2{
	color:#fff;
}
#about .about-text {
	width: calc(60%);
	display: flex;
	/* justify-content: flex-end; */
	flex-wrap: wrap;
}
#about .about-content:nth-child(even) .about-text {
	order: 0;
}

#about .about-text p {
	margin-bottom: 20px;
	color: #fff;
	/* color:#fff; */
	line-height: 1.8;
	font-size: 14px;
	text-indent: 2em;
}
#about .about-text p font{
	color:#84ff00;
}
#about .about2-content{
	width: 100%;
	display: flex;
}
#about .sidebar {
    flex: 0 0 40%; /* 侧边栏占据50%的宽度，并且不伸缩 */
   
}

#about2 .about-text {
    flex: 1;       /* 内容区域占据剩余的空间，伸缩以填满 */
}






/* 团队 */
.team_item{
	display: grid;
	column-gap: 1.6rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: 2.2rem;
}
.team_item li{
	display:flex;
	flex-direction: column;
}
.team_item li .img{
	overflow: hidden;
	transition-duration: .5s;
	width: 100%;
	max-height: 511px;
	height:511px;
}
.team_item li .img img {
	height: 100%;
	width: 100%;
    max-width: 100%;
	transition: all .8s;
	object-fit: cover;
}
.team_item li:hover .img img {
    transform: scale(1.05);
	overflow: hidden;
}
.team_item li .txt {
    flex: 1 1 0%;
    margin-top: 0px;
    padding: 20px 15px;
	background: #fff;
	transition: all 0.66s cubic-bezier(0.17,0.84,0.44,1);
	border-bottom: 1px solid #e1e1e1;
	position: relative;	
	height: 150px;
	overflow: hidden;
}
.team_item li .txt span {
    color: rgba(51,51,51,1);
    display: block;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.team_item li .txt em {
    color: rgba(102,102,102,1);
    display: block;
    font-size: 14px;
    font-style: normal;
    line-height: 1.25;
    margin-top: 5px;
}
.team_item li a:hover .txt span{
	/* color:#086ee8; */
	color:#76e300;
}
/*所获荣誉*/
.hor_item{
	display: grid;
	column-gap: 1.6rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: 3.2rem;
}
.hor_item li{
	display:flex;
	flex-direction: column;
	border:#dddddd solid 1px;
	padding:20px;
}
.hor_item li .img{
	overflow: hidden;
	transition-duration: .5s;
	width: 100%;
	max-height: 280px;
	height: 280px;
}
.hor_item li .img img {
	height: 100%;
	width: 100%;
    max-width: 100%;
	transition: all .8s;
	object-fit: contain;
}
.hor_item li:hover .img img {
    transform: scale(1.05);
	overflow: hidden;
}
.hor_item .txt{
	text-align: center;
	font-size: 1rem;
	color: #666;
	padding-top:20px ;
}

/* 特色优势样式 */
.advan-content h4{
	font-size: 20px;
	margin-bottom: 20px;
	color: #333;
}
.advan-content ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px;
}
.advan-content ul li{
	background: #fff;
	/* border-top-right-radius: 8px;
	border-bottom-right-radius: 8px; */
	padding:10px 20px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	border-radius: 8px;
	width: calc(48%);
}
/* .about-content ul li::before{
	position: absolute;
	content: '';
	top:0;
	left:0;
	height:100%;
	background: #1a63ad;
	width:2px;
	z-index: 2;
} */
/* .about-content ul li::before{
	position: absolute;
	content: '';
	top:0;
	left:0;
	height:100%;
	background: #1a63ad;
	width:50px;
	z-index: 2;
	border-radius: 8px;
} */
.advan-content ul li p{
	position: relative;
}
.advan-content ul li::after {
    border-bottom-color: #1a63ad;;
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: solid;
    border-top-color: transparent;
    border-width: 0 0 18px 18px;
    bottom: -1px;
    content: '';
	opacity: 1;
    height: 0;
    position: absolute;
    right: -1px;
    width: 0;
    z-index: 10;
}
.advan-content ul li p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.advan-content ul li p font{
	color:#ff3c00;
}
.advan-content ul li p span{
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 	40px;
	color: #ccc;
	font-weight: bold;
	font-style: italic;
	padding-right: 15px;
	opacity: .5;
}
.advan-content ul li:nth-child(5){
	width:100%;
}
/**** 团队详情 ****/
.detail-content {
    background: #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; 
    width: 100%;
    height: 754px; /* 固定整体高度 */
    box-sizing: border-box;
}

.detail-img {
    width: calc(35%);
    height: 100%; /* 图片容器高度匹配父容器 */
}
.detail-img img {
    width: 100%; 
    height: 100%;
    object-fit: cover; 
}
.detail-txt {
    width: calc(65%);
    padding: 3% 5%;
    height: 100%;
    box-sizing: border-box; /* 确保padding不增加实际高度 */
    overflow-y: auto; /* 仅纵向内容超出时显示滚动条 */
    overflow-x: hidden; /* 禁止横向滚动 */
}
/* 滚动条样式优化（适配WebKit浏览器） */
.detail-txt::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度 */
}
.detail-txt::-webkit-scrollbar-track {
    background: transparent; /* 轨道透明，未滚动时隐藏 */
}
.detail-txt::-webkit-scrollbar-thumb {
    background-color: #afcb96; /* 滚动条颜色 */
    border-radius: 3px; /* 圆角 */
}
.detail-txt::-webkit-scrollbar-thumb:hover {
    background-color: #999; /* hover状态颜色 */
}

.detailcon-tit h3 {
    font-size: 1.75rem;
    color: #333;
    text-align: left;
    line-height: 2;
    font-weight: normal;
}
.detailcon-tit em {
    color: rgba(102,102,102,1);
    display: block;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.25;
    margin-top: 5px;
}
.detailcon-txt {
    margin-top: 50px;
}
.detailcon-txt h5 {
    font-size: 1.125rem;
    color: #666;
    line-height: 2;
    text-align: left;
}
.detailcon-txt p {
    font-size: 1rem;
    color: #333;
    line-height: 2;
    text-align: left;
}
/* 子页面底部样式 */
.subpage-footer {
    background-color: #fff;
    color: #fff;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: .875rem;
	color:#333
}
/* .subpage-footer .copyright a{color:#666;} */
/* .subpage-footer {
    background-color: #2c3e50;
    color: #fff;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 1rem;
} */
/**** 业务内容 ****/
.subpage-content .service-tit h3{
	font-size: 1.5rem;
	color:#323232;
	line-height: 2;
	text-align: left;
	position: relative;
	font-weight: 200;
}
.subpage-content .service-tit h3::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	bottom: 0;
	left: 0;
}
.service-tit i{color: #76e300; font-size: 1.7rem; padding-top: 5px;}
.service-tit img{display: inline-block; width: 25px;}

/* .service2-txt{
	font-family: "宋体" !important;
} */
.service2-txt{
	font-family: "微软雅黑" !important;
	font-weight: 200;
}


.service-txt{
	margin-top: 30px;
	margin-bottom: 30px;
}
.service-txt p{
	font-size: 1rem;
	color:#4d4d4d;
	line-height: 1.7;
	text-indent: 2em;
}
.service-txt table{
	margin-top: 30px;
}
.service-txt table td{
	border-bottom:#e8e8e8 solid 1px;
	height:50px;
	line-height: 2;
	font-size: 16px;
	font-weight: 200;
	color:#323232;
}
.service-txt table td.tdtit{
	color:#70ca10;
	font-weight: 200;
	width: calc(40%);
}
.service2-txt .service-txt p{
	color:#323232;
	font-family: "微软雅黑" !important;
	font-size: 16px;
	font-weight: 200;
}
.service2-txt .section-title h2{
	font-family: "微软雅黑" !important;
}


/**** 特色 ****/
.tese-content{
	padding-bottom: 30px;
}
.tese-content p font{
	color:#70ca10;
}
.tese-img{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 3%;
}
.teseimg-l{
	width: calc(40%);
}
.teseimg-l .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teseimg-l .txt h4{
	text-align: center;
	font-size: 1.25rem;
	color: #666;
	line-height: 2;
	font-weight: normal;
}
.teseimg-r{
	width: calc(55%);	
}
.testimg-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap:20px;
}
.testimg-item li{
	width: calc(31.3333%);
}
.testimg-item li .img{
	width:100%;
	height: 220px;
	text-align: center;
}
.testimg-item li .img img{
	width: auto;
	height: 100%;
}
.testimg-item li .txt{
	font-size: 1rem;
	color:#666;
	text-align: center;
	line-height: 1.7;
}
.hr{
	border-bottom:#e8e8e8 solid 1px ;
	height:1px;
	width: 100%;
	padding:10px 0;
}
.teseitem2{
	display: flex;
	justify-content: space-between;
	gap:20px;
	text-align: center;
	width: 100%;
}
.teseitem2 li{
	flex:1;
}
.teseitem2 li .img{
	width:100%;
	height: 220px;
	text-align: center;
}
.teseitem2 li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teseitem2 li .txt{
	font-size: 1rem;
	color:#666;
	text-align: center;
	line-height: 1.7;
}
.tesetit{
	padding-top: 30px;
	text-align: left;
	font-size: 1.25rem;
	color: #666;
	line-height: 2;
	font-weight: normal;
	font-weight: 400;
}
.teseitem3{
	display: flex;
	justify-content: space-between;
	gap:20px;
	text-align: center;
	width: 100%;
}
.teseitem3 li{
	flex:1;
}
.teseitem3 li .img{
	width:100%;
	height: 300px;
	text-align: center;
}
.teseitem3 li .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.teseitem3 li .txt{
	font-size: 1rem;
	color:#666;
	text-align: center;
	line-height: 1.7;
}
.teseimg-r .nprorow .pcol-md-3 {
    width: calc(31.333%);
}
.teseimg-r .nprorow .pcol-md-3:nth-of-type(3) a,.teseimg-r .nprorow .pcol-md-3:nth-of-type(4) a,.teseimg-r .nprorow .pcol-md-3:nth-of-type(5) a,.teseimg-r .nprorow .pcol-md-3:nth-of-type(6) a{
	cursor: default !important; 
	pointer-events: none !important; 
}
.teseimg-r .nprorow .pcol-md-3 a .txt {
    font-size: 1rem;
    color: #666;
    text-align: center;
    line-height: 1.7;
}
.teseimg-r .cpzx a .pic{
	background: none;
}
.teselist2 .cfsb{width:100%;}
.teselist2 .nprorow .pcol-md-3{
	 width: calc(23.7%) !important;
}
.teselist2 .nprorow .pcol-md-3:nth-child(4n){
	margin-right: 0;
}
.teselist2 .cpzx a .pic{
	background: none;
}
.teselist2 .nprorow .pcol-md-3 a .txt {
    font-size: 1rem;
    color: #666;
    text-align: center;
    line-height: 1.7;
}
.teselist2 .nprorow .pcol-md-3:nth-of-type(1) a,.teselist2 .nprorow .pcol-md-3:nth-of-type(2) a{
	cursor: default !important; 
	pointer-events: none !important; 
}




/*设计人素质*/
.service-team ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px;
	align-items:stretch;
}
.service-team ul li{
	width: calc(48%);
	background: #f8f8f8;
	border-radius: 10px;
	padding:2%;
	border-left: #70ca10 solid 3px;
	display: flex;
	flex-wrap: wrap;
	align-items: self-start;
	align-content: normal;
}
.service-team ul li h4{
	color: rgba(51, 51, 51, 1);
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 10px;
	color:#333;
	font-weight: 550;
}
.service-team ul li p{
	font-size: 1rem;
	color: #666;
	line-height: 1.5;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;				
	text-overflow: ellipsis;		
	display: -webkit-box;			
	-webkit-line-clamp: 5;			
	line-clamp: 5;					
	-webkit-box-orient: vertical;
}
.service-team ul li span a{
	font-size: .875rem;
	color:#70ca10;
	
}
.service-team ul li span a:hover{
	color:#6e883a;
}
/*材料采购*/
.tesecon3 .service-txt p{
	line-height: 2;
}
.service-txt .img3{
	margin-top: 50px;
}
/*先进技术*/
.tese-technology p{
	border-left: #70ca10 solid 3px;
	background: #f8f8f8;
	border-radius: 10px;
	margin:15px 0;
	padding:2% 2%;
	
}
.tesecon5 .service-txt p:first-child{
	text-indent: 0 !important;
}
.tese-technology p span{
/* 	text-decoration: underline;
	text-decoration-color: #70ca10;	
	text-decoration-thickness: 2px; */
}
.tese-technology p em{
	font-size: 2rem;
	font-style: italic;
	color:#70ca10;
	font-weight: 700;
}
/*生态建筑*/
.teseitem6-1{
	display: flex;
	justify-content: space-between;
	gap:20px;
	text-align: center;
	width: 100%;
}
.teseitem6-1 li{
	flex:1;
}
.teseitem6-1 li .img{
	width:100%;
	height: 100%;
	text-align: center;
	object-fit: contain;
}
.teseitem6-1 li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teseitem6-1 li .txt{
	font-size: 1rem;
	color:#666;
	text-align: center;
	line-height: 1.7;
}
.teseitem6-2{
	display: flex;
	justify-content: space-between;
	gap:20px;
	text-align: center;
	width: 100%;
}
.teseitem6-2 li{
	flex:1;
}
.teseitem6-2 li .img{
	width:100%;
	height: 400px;
	text-align: center;
	object-fit: contain;
}
.teseitem6-2 li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teseitem6-2 li .txt{
	font-size: 1rem;
	color:#666;
	text-align: center;
	line-height: 1.7;
}
.tese-stcon34{
	padding-top:20px;
	padding-bottom: 20px;
}
.tese-stcon34 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tese-stcon34 ul li{
	width: calc(50%);
}
.teseitem6-6{
	display: flex;
	justify-content: space-between;
	gap:10px;
	text-align: center;
	width: 100%;
	flex-wrap: wrap;
}
.teseitem6-6 li{
	width: calc(19%);
	margin-bottom: 8px;
}
.teseitem6-6 li .img{
	width:100%;
	height: 220px;
	text-align: center;
	object-fit: contain;
	background: #f8f8f8;
}
.teseitem6-6 li .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.teseitem6-6 li .txt{
	font-size: 1rem;
	color:#666;
	text-align: center;
	line-height: 1.7;
}
/*图片点击放大*/
.nprorow{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.nprorow .pcol-md-3{
	width: calc(18%);
	margin-right: 1.16%;
	padding: 0;
	overflow: initial;
	float: none;
}
.nprorow .pcol-md-3:nth-child(5n){
	margin-right: 0%;
}
.cpzx { color:#181815; text-align:center; margin-bottom:20px;}
.cpzx a .pic { width:100%; height:220px; overflow:hidden; position:relative; transition: all 400ms ease 0s;background: #f8f8f8;}
.cpzx a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; object-fit: contain;}
.cpzx a:hover .pic .img { transform: scale(1.05); }

/**参考房型**/
.profl{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}
.profl li{
	width: auto;
	background: #f8f8f8;
	border: #ededed solid 1px;
	padding:10px 20px;
	text-align: center;
	margin-right: 10px;
	
}
.profl li a{
	font-size: 1rem;
	color: #333;
	display: block;
}
.profl li:hover,.profl li.current{
	background: #70ca10;
}
.profl li:hover a,.profl li.current a{
	color:#fff;
}
/* 分页 */
.page {text-align: center;margin-bottom: 2.6vw;display: flex;justify-content: center;margin-top: 30px;}
.page .pagination{width:100%; display:flex;align-items: center;}
.page .pagination li {display:flex;padding: 5px 13px;margin:0 5px;color: #666;border-radius: 3px;transition: all 0.3s ease;font-size:16px;}
.page .pagination li a {text-align: center;}
/* .page .pagination li.active,
.page .pagination li:hover {background-color: #70ca10;color: #fff;border-color: #70ca10;}
.page .pagination li:hover a{color:#fff;} */
.page .pagination li.active span,.page .pagination li:hover a{ color:#70ca10;}
/*联系我们*/
.pagecontent{
	margin-top: 3%;
}


@media (max-width: 1550px) {
	/*about.html*/
	.w1440 {max-width: 1440px;padding-left: 0;padding-right: 0;width: 66rem;}
	#about {background: url(../images/abbg.png) no-repeat center center; background-size: 100%;}
	#about .sidebar {flex: 0 0 40%;height: 200px;}
	#about .about-text {width: calc(60%);padding-bottom: 40px;}
	#about .about-text p {font-size: .75rem;}
	#about .about-text p{margin-bottom: 10px;}
	#about .section-title{margin-bottom: 10px;}
	.section-title h2{font-size: 27px;}
	#team{margin-top: -30px;}
	.team_item li .img{height:360px;max-height: 360px;}
	/*tech.html*/
	.cpzx{margin-bottom: 0;}
	.cpzx a .pic{height:150px;}
}
@media (max-width:1440px){
	.w1400{padding-left: 20px;padding-right: 20px;}
}
@media (max-width: 1300px) {
	/*about.html*/
	.about-text p{font-size: .875rem;}
	.container {max-width: 1440px;padding-left: 0;padding-right: 0;width: 66rem;}
	.w1440 {max-width: 1440px;padding-left: 0;padding-right: 0;width: 66rem;}
	.team_item li .txt{height:121px;}
	.team_item li .txt span{font-size: 1rem;}
	.team_item li .txt em{font-size: .65rem;}
	.hor_item .txt{font-size: .65rem;}
	.team_item li .img{height:360px;max-height: 360px;}
	.detail-txt{height:520px; }
	#about {background: #000 url(../images/abbg.png) no-repeat center center; background-size: 100%;}
	#about .sidebar {flex: 0 0 40%;height: 200px;}
	#about .about-text {width: calc(60%);padding-bottom: 40px;}
	#about .about-text p {font-size: .75rem;}
	#about .about-text p{margin-bottom: 10px;}
	#about .section-title{margin-bottom: 10px;}
	.section-title h2{font-size: 27px;}
	#team{margin-top: -30px;}
	/*tech.html*/
	.testimg-item li{width: calc(29.33333%);}
	.testimg-item li .img{height:140px;}
}
@media (max-width:1024px){
	/* 底部 */
	.footer_1 .text1{max-width: 410px;width: 100%;margin: 0 auto;}
	.footer_1 .uls{width: 100%;}
	.footer_1 .uls>li{width: 100%;}
	.footer_1 .uls li h3 span{display: block;cursor: pointer;}
	.foot_ul_s{display: none;}
	.footer_1 .uls li h3{justify-content: space-between;padding-bottom: 10px;}
	.foot_ul_s li{padding: 0 0 10px 20px;}
	.footer_1 .text2{width: 100%;}
	.footer_1 .text2 .txt2{font-size: 20px;text-align: center;padding-bottom: 10px;}
	.footer_1 .text2 .img{width: 100%;}
	.footer_1 .text2 .img img{margin: 0 auto;}
	.footer_1 .text2 .img p{padding-top: 10px;}
	.footer_1{padding: 50px 0;}
	.footer_1 .text1>.img{padding: 0 0 10px;}
	.footer_2 .foot{padding: 0;}
	.footer_1 .uls{padding: 0;}
	.footer_1 .uls{display: none;}
	/* 居中显示 */
	.footer_1 .text1>.img a{margin: 0 auto;display: block;}
	.footer_1 .text1 .txt{text-align: center;justify-content: center;}
	.footer_2 .foot p{text-align: center;}
}
@media (max-width:993px) {
	/* 子页面的样式 */
	.main_top{padding-top: 56px;}
	/*about.html*/
	.container{width:96%;max-width: 100%;padding:0 2%;overflow: hidden;}
	.about-content {grid-template-columns: 1fr;}	
	.about-content:nth-child(even) .about-text,	.about-content:nth-child(even) .about-image {order: initial;}	
}
@media (max-width:820px){
	/* 关于我们 */
	.padds{padding: 40px 0 30px;}
	/*about.html*/
	.section-title{margin-bottom: 20px;}
	.section-title h2 {font-size: 1.75rem;}	
	.about-text p{font-size: 16px;}
	.team_item{grid-template-columns: repeat(2, minmax(0, 1fr));}
	.team_item li .txt span{font-size: 16px;}
	.team_item li .txt em{font-size: 14px;}
	.hor_item{grid-template-columns: repeat(2, minmax(0, 1fr));}
	.hor_item .txt{font-size: 16px;}
	.copyright{font-size: 12px;}
}
