@charset "gb2312";

body {
	margin: 0;
	padding: 0;
    }

ul,p,span,a,ol,figure,h1,h2,h3,h4,h5,dl,dt,dd {
	margin: 0;
	padding: 0;
	text-decoration: blink;
	list-style: none;
	display: block;
    }

img, i {
	display: block;
    }

.con-full{
    width: 80%;
    min-width: 980px;
    max-width: 1600px;
    margin: 0 auto;
	
    }
	
.wk-full {
    width: calc(80% + 30px);
    min-width: 1010px; /* +30 */
    max-width: 1630px; /* +30 */
    margin: 0 auto;
}
/*通用*/
.head-padd{
	margin-top: 80px;/*头部padding*/
	}
.head-padd-plus {
	margin-top: 120px;/*头部padding*/
}

.end-padd{
	padding-bottom: 120px;/*尾部padding*/
	}

/* 清除默认样式 */
button{
	all:unset;
}
* {
	font-family: "plantc", "Source Han Serif", "serif", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Nevan RUS", sans-serif !important;
}
	
/*边框*/
.nav-sh {
	line-height: 60px;/*导航*/
	}
	
/*显示/隐藏边框*/
. fot-bg {
	position: fixed;
	left: 0;
	bottom: 0;
	}
	
. con-back{
	margin: 0 60px;/*内容*/
	}
	
. my-con {
	height: 100%;
	position: fixed;
	}

/* nav */
.nav-sh {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
    }

.nav-bg {
	display: flex;
	}
.nav-lg {
	height: 32px;
	margin: 5px 0;
	display: block;
    }

.nav-lg img {
	height:100%;
    }

.nav-lg svg {
	height: 100%;
	fill: #454225;/*SVG fill Color*/
	padding: 9px 0;
	display: block;
    }

.nav-menu {
    }

.nav-menu a {
	margin-left: 68px;
	float: left;
	}
	

/* bar */
.bar-full{
	display: none;
	}
	
.bar-full {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 999;
	}
	
.bar-con{
	height: 48px;
	margin: 16px;
	padding-top: 8px;
	border-radius: 88px;
	display: flex;
	align-items: center;
	box-shadow: 0px 16px 32px rgb(114,116,123,.37);
	}

.bar-con a {
	width: 33.3333%;
	}
	
.bar-con p {
	font-size: 24px;
	text-align: center;
	display: none;
	}
	
.bar-con svg {
	width: 28px;
	height: 28px;
	margin: auto;
	padding-bottom: 8px;
	display: block;
	}

/*To Home*/
.bar-home {
	position: fixed;
	bottom: 60px;
	right: 32px;
	z-index: 999;
	display: none;
	}
	
.bar-home a {
	/* background: #FDF187;*/
	background: #2767FF
	color: rgba(0, 0, 0, .68);
	line-height: 60px;
	padding: 0 24px;
	border-radius: 8px;
	}
/*Home Head Img*/
.my-collection {
	
	}
	
.my-collection img {
	width: 100%;
	}

/* 首页tab  */
.tab-link{
	text-align: center;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 20px;
}

.tabs-filter ul{
	display: flex;
}

.box .content>div{
	display: none;
}

.box .content>div:first-child{
	display: block; /*默认第一个显示*/
}

.tab-link.active {
	background: rgba(39, 103, 255, 0.14);;
	color: #2767FF;
	font-weight: bold;
	transition: all 800ms;
}

/* home work */

.work- {
	padding: 80px 0;
}

.con-app {
	display: flex;
	justify-content: space-between;
}
.left-box, .rig-box {
	width: 50%;
}

.left-box{
	margin-top: 140px;
}

.app-icon {
	height: 60px;
}

.app-icon img {
	height: 100%;
}

.app-icon p {
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.4px;
	text-align: justify;
}

.left-box p {
	width: 50%;
	margin: 44px 0;
	}
	
.rig-box {
	height: 800px;
	position: relative;
}
	
.rig-box img{
	height: 100%;
	position: absolute;
	top: 0;
	right: -140px;
	transition: all 500ms;
}
.rig-box:hover img{
	top: -60px;
	transform:rotate(3deg);
	transition: all 1200ms;
}
.rig-box:hover img:nth-child(2){
	transform:rotate(6deg);
	transition: all 400ms;
}
.rig-box:hover img:nth-child(2){
	transform:rotate(9deg);
	transition: all 800ms;
}

.-down img {
	width: 128px;
}

/*work-column*/
.work-column {
	display: table;
	word-spacing: -1em;
    }

.work-column li {
	width: 33.3333333333%;
	min-width: 160px;
	display: inline-block;
	vertical-align: top;
    }

.wk-lk {
	margin: 20px 15px;
	position: relative;
	overflow: hidden;
	background: rgba(255,255,255,0) url(https://z3.ax1x.com/2021/08/17/fhaSxg.png) left top no-repeat;
	background-repeat: no-repeat; /* 禁止背景重复 */
	background-size: cover; /* 等比例缩放，直到背景完全覆盖容器 */
	background-position: center; /* 重点：让图片中心显示，裁剪四周 */
	transition: all 200ms linear;
    background-size: cover;
    }

.wk-lk:hover::before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.29);/*rgba(255, 206, 82, .8);*/
	content: '';
    }

.wk-lk img {
	width: 100%;
	filter: grayscale(1);
	transition-property: filter;
	transition-duration: 100ms;
	transition: all 100ms linear;
    }

.wk-lk:hover img {
	/*transform: scale(1.04);*/
	transition: all 600ms linear;
	filter: grayscale(0);
	transition-duration: 300ms;
    }

.wk-lk:hover {
    margin: 10px 15px 30px 15px;
	transition: all 600ms linear;
    }
.-infor {
	width: 100%;
	height:0%;
	padding-top:4px;
	position: absolute;
	left: 0;
	z-index:3;
	bottom: -120px;
	transition-duration: 200ms;
    }

.wk-lk:hover .-infor {
	height:55%;
	bottom: 0;
	/*background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.37));*/
	transition-duration: 1200ms;
    }

.-infor p {
	color: white;
	text-align: center;
	line-height:32px;
    }

/*work-column end*/


/*Life*/
.-con{
	width: 24px;
	height: 3px;
	margin-bottom: 8px;
	}
.life-modul {
	padding: 80px 0;
	}
.life- {
	/* padding-bottom: 30px; */
	}
.life- ul { 
	list-style: decimal;
    padding-left: 12px;
	}

.life- ol {
	list-style: inside;
	}

.life- ul ,.life- dt{
	padding-bottom: 12px;
	}

.undergo-lnk{
	margin-top: 44px;
	}

.undergo-lnk:hover{
	box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.12);
	transition: all 400ms linear;
}
.undergo-details {
    margin-top: 8px 
	
}
.undergo-details li {
	line-height: 36px;
}
.undergo-lnk dt {
	font-weight: 400;
	}
.undergo-lnk dt, .undergo-lnk dd {
	font-size: 16px;
	display: inline;
	font-weight: 600;
    }
	
.undergo-lnk p{
	padding: 4px 0;
    }
	
.undergo-lnk a{
	display: inline-block;
    }

.skill-infor {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.skill-infor li {
	padding: 40px 0;
}
.skill-infor li h4{
	padding: 12px 0;
}
.exhibitio-color-back {
	width: 48px;
	height: 2px;
	margin: 12px 0;
}
.skill-infor img {
	width: 48px;
	height: 48px;
}

/* Contact */
.con-from {
	margin-top: 118px;
    }

.baeis {
	display: flex;
	justify-content: space-between;
}

.baeis-infor {
    display: flex; /* 新增：替换原来的display: contents */
    width: 100vw; /* 新增：占满屏幕宽度，解决整体偏左 */
    gap: 40px; /* 新增：清除子元素之间的默认间距 */
    margin: 0; /* 新增：清除父容器自身外边距 */
    }

.baeis-l {
	width: 80%;
    box-sizing: border-box; /* 新增：确保宽度计算准确 */
    height: 100%; /* 新增：和右侧盒子高度对齐 */
	padding-right: 80px;
    }

.-name a {
	line-height: 34px;
    }

.-name {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	}

.name-img{
	display: none;
	}

.-name h3, .-name p {
	font-size: 32px;
	padding: 0 20px;
	line-height: 72px;
	}

.-name h3{
	padding: 0 32px;
	}

.my-tel {
	margin-top: 20px;
	}
.my-tel button {
	font-size: 14px;
    border-radius: 2px;
}
.my-infor a{
	display: inline-block;
	font-size: 16px
	}

.my-details {
	margin-top: 32px;
	margin-bottom: 0;
    }

.my-details p {
	line-height: 1.6;
	text-overflow: ellipsis;
	letter-spacing: 0.4px;
	text-align: justify;
	margin-top: 12px;
    }
.my-details a {
	color: #3C8BFF;
	display: contents;
    }

.my-details a:hover {
	text-decoration: underline;
    }

.m-qr {
	display: none;
	}

.my-qr {
	margin-top: 40px;
	padding: 0;
	display: flex;
    }

.my-ecological {
	margin-top: 32px;
	margin-right: 60px;
	position: relative;
    }

.my-ecological a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
    }

.my-ecological img {
	width: 100%;
    }

.my-ecological:hover a {
	background: # FDF187;
    }

.bor-ius {
	border-radius: 8px;
	overflow: hidden;
    }

.contact-qr {
	background: #fff;
	position: absolute;
	left: -68px;
	top: -14px;
    transform: scale(0);
    transition: all 400ms linear;
    z-index: 1;
    }

.my-ecological a:hover .contact-qr {
	top: 46px;
	opacity:1;
    transform: scale(1);
	display: block !important;
    transition: all 300ms linear;
    }

.my-ecological div {
    width:168px;
    }
	
.baeis-r img {
	width: 100%;
    }

/* my轮播图 */
.baeis-r {
	width: 20%;
	min-height: 520px;
	max-height: 640px;
	aspect-ratio: 3/4;
	position: relative;
	overflow: hidden;
}
.slides img {
	width: 100% !important;
	height: 100% !important;
}
.swiper-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	transition: transform 0.4s ease;
}
.swiper-slide {
	flex: 0 0 100%;
	height: 100%;
	display: block;
	aspect-ratio: inherit; /* 继承父级比例！*/
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.swiper-slide, .swiper-slide img{
	
}
.swiper-pagination {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
}
.swiper-pagination span {
	display: inline-block;
	width: 4%;
	aspect-ratio: 4/1;
	background: rgba(255,255,255,0.5);
	margin: 0 3px;
	cursor: pointer;
}
.swiper-pagination span.active {
	background: #fff;
}

/* details */
.-tit h1 {
	font-size: 36px;
	line-height: 1.25;
    }

.-ele i {
	width: 128px;
	height: 1px;
	margin: 8px 0 12px 0;
    }

.-ele span {
	margin-top:20px;
    }

.details-con {
	margin-top: 20px;
	}

.details-con p {
    /*text-indent:2em; 棣?琛?缂╄? */
    }

.details-con span, .details-con a {
	display: contents;
	}
	
.con-infor img,figure {
	width: 100%;
	padding-bottom: 2px;
    }
	
figure {
	padding: 5px 0;
    }

/* 详情页弹窗板块 */
/* 原始图片展示区 */
.details-con img:hover {
  opacity: 0.95;
  cursor: pointer;
}

/* 手机端：取消点击指针 */

/* 遮罩层 */
.preview-modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9998;
  display: none;
}

/* 预览弹窗 */
.preview-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
  z-index: 9999;
  display: none;
}

/* 关闭按钮 */
.close-btn {
  position: absolute;
  top: 40px;
  right: calc(var(--thumb-width, 320px) + 40px);
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg) scale(1); /* 旋转90度 + 放大1倍 */
  transition: transform 500ms ease;
}
.close-btn svg {
	width: 14px;
	height: 14px;
}
.close-btn path {
	fill: rgba(255,255,255,0.6);;
}
.close-btn:hover {
	background: rgba(255,255,255,0.4);
	transform: rotate(90deg) scale(1.5); /* 旋转90度 + 放大1倍 */
	/* 关键：过渡时间设为500ms，仅作用于transform属性 */
	transition: transform 500ms ease;
}

/* 轮播大图区域 —— 渐显动画 */
.preview-main {
  flex: 1;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.preview-main.show {
  opacity: 1;
}

/* 轮播图容器 */
.preview-img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 轮播大图 */
.preview-img {
  width: 90%;
  /* max-width: 90%; */
  /* max-height: 90%; */
  object-fit: contain;
  display: none;
}
.preview-img.active {
  display: block;
}

/* 左右切换按钮 */
.preview-btn {
	position: absolute;
	top: 50%;   
	padding: 14px;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.2);
	border: none;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	transition: background 0.5s;
	opacity: .4;
	transition: opacity 0.5s ease;
	border-radius: 50%;
}
.preview-btn.prev { 
	left: 20px;
}
.preview-btn.next { 
	right: 20px;
}
.prev img, .next img{
	width: 32px;
}
.preview-btn:hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* ====================== 右侧缩略图 ====================== */
.preview-thumb {
  width: 320px;
  height: 100%;
  background: rgba(0,0,0,0.85);
  flex-shrink: 0;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column; /* 垂直布局：标题固定 + 列表滚动 */
}
.preview-thumb.show {
  transform: translateX(0);
}

/* 标题 —— 固定不动 */
.project-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(255,0,0,0.8);
  color: #fff;
  padding: 0 10px;
  flex-shrink: 0;
}

/* 缩略图列表 —— 只有这里滚动！！ */
.thumb-list {
  flex: 1;
  padding: 10px;
  display: grid;
  align-content: start;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  overflow-y: auto; /* ✅ 滚动只在这里 */
}

/* 仿微信朋友圈缩略图 */
.thumb-item {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 4px;
  transition: all 0.3s;
}
.thumb-item.active {
  opacity: 1;
  border: 2px solid #fff;
  box-sizing: border-box;
}
/* 弹窗板块 end */

/* PDF */
.ppt iframe {
	width: calc(100% - 4px);
	height: 700px;
	border:  2px rgba(255, 255, 255, 0) solid;
	transition: all 300ms linear;
    }
	
.ppt iframe:hover {
	border: 2px #454225 solid;
	transition: all 300ms linear;
    }
	
.ppt-remind {
	font-size: 30px;
	text-align: center;
	color: white;
	margin-top: 120px;
	display: none;
	}

/* PDF END */

/* Footer */
.fot-bg {
	width: 100%;
	text-align: center;
    }

.fot-bg .con-full {
	line-height: 60px;
	display: flex;
	justify-content: space-between;
	}
		
.foot-btm {
    display: inline;
	}
	
.foot-btm a, .foot-btm span {
	font-size: 12px;
	text-transform:uppercase;
	/*text-transform:capitalize; 首大写*/
	margin-right: 12px;
	display: initial;
    }




