* {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none;
}

.clearfix::after {
	display: block;
	content: "";
	clear: both;
}

/* videobox开始 */
.videobox {
	width: 100%;
	min-width: 1000px;
	height: 659px;
	overflow: hidden;
	background-color: aqua;
	position: relative;
}

.videobox video {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 新增：视频自适应容器 */
}

.videobox .top {
	height: 40px;
	width: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	z-index: 10; /* 提高层级，确保在视频上方 */
}

.videobox .top .nav {
	position: relative;
	height: 40px;
	width: 1000px;
	margin: 0 auto;
}

.videobox .top .nav img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0; /* 修正：只水平居中 */
}

.videobox .top .nav a {
	float: right;
	margin-left: 20px;
	line-height: 40px;
	color: #ffffff;
	transition: color 0.3s; /* 新增：平滑过渡 */
}

.videobox .top .nav a:hover {
	color: #9e8;
}

.videobox .list {
	position: absolute;
	top: 40px;
	width: 100%;
	min-width: 1000px;
	height: 90px;
	background-color: rgba(0, 0, 0, .2);
	border-bottom: 1px #fff solid;
	z-index: 10; /* 提高层级 */
}

.videobox>a {
	display: block;
}

.videobox .list .content {
	padding-top: 28px;
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.videobox .list .slc {
	width: 120px;
	position: relative;
	float: left; /* 新增：确保分类按钮左对齐 */
}

.videobox .list .slc a span {
	font-size: 20px;
	color: #FFFFFF;
}

.videobox .list .slc>a {
	height: 61px;
	width: 110px;
	display: block;
	position: relative;
}

.videobox .slc a span+img {
	position: absolute;
	top: 10px;
	left: 94px;
	width: 10px;
	height: 9px;
}

.videobox .slc .opp {
	z-index: 5;
}

.videobox .slc .opp a:hover {
	color: #6f6;
	transition: color 0.3s; /* 新增：平滑过渡 */
}

.videobox .slc .opp .code {
	padding-left: 59px;
	font-size: 20px;
}

.videobox .slc .opp .coder {
	padding-left: 85px;
	font-size: 20px;
}

.videobox .slc .opp {
	width: 380px;
	height: 580px;
	line-height: 2;
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	display: none;
	top: 62px; /* 调整位置，避免遮挡 */
	left: 0;
}

.videobox .slc:hover .opp {
	display: block;
}

.videobox .slc li a {
	color: #FFF;
	line-height: 64px;
	transition: color 0.3s; /* 新增：平滑过渡 */
}

.videobox .slc #pic a {
	display: inline-block;
	padding: 20px 0;
}

.videobox .slc #pic a img {
	width: 380px;
}

.videobox .slc li a:nth-of-type(even) {
	padding-left: 80px;
}

.videobox .slc li a:nth-of-type(odd) {
	padding-left: 60px;
}

.videobox .list input[type=text] {
	width: 250px;
	height: 32px;
	position: absolute;
	left: 375px;
	color: #FFFFFF;
	top: 29px;
	border: 1px solid #fff;
	text-indent: 2.5em;
	outline: none;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0);
	background: url(../images/search.png)no-repeat;
	background-position: 5px 5px;
	transition: border-color 0.3s; /* 新增：焦点效果 */
}

.videobox .list input[type=text]:focus {
	border-color: #9e8; /* 焦点时边框变色 */
}

.videobox .list .icon {
	width: 280px;
	position: relative;
	bottom: 0px;
}

.videobox .list .icon i {
	width: 40px;
	height: 40px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-left: 10px;
	transition: 1s;
	display: inline-flex; /* 新增：图标居中 */
	align-items: center;
	justify-content: center;
}

.videobox .icon a:hover i {
	box-shadow: 0 0 0 32px #fff inset;
	color: #C1DCC5;
}

.videobox .biao {
	position: absolute;
	bottom: 100px;
	width: 180px;
	height: 54px;
	background-color: rgba(255, 255, 255, .7); /* 修正颜色值错误 */
	transition: all 1s; /* 优化过渡效果 */
	border-radius: 100px;
	font-size: 18px;
	color: #fff;
	font-style: unset;
	line-height: 54px;
	cursor: pointer; /* 新增：鼠标指针 */
}

.videobox .shan {
	left: -200px;
}

.videobox .shan img {
	transform: rotate(-90deg);
	vertical-align: bottom;
	padding: 8px 0 0 20px;
}

.videobox:hover .shan {
	left: 420px;
}

.videobox .xian {
	right: -200px;
}

.videobox:hover .xian {
	right: 420px;
}

.videobox .xian img {
	transform: rotate(-90deg);
	padding: 0px 15px 0 2px;
}

.videobox .xian:hover,
.videobox .shan:hover {
	background-color: #6c6;
	transform: scale(1.05); /* 新增： hover缩放效果 */
}

.videobox .zi {
	position: absolute;
	color: #ffffff;
	left: 50%; /* 修改：使用transform居中更可靠 */
	bottom: 180px;
	transform: translateX(-50%);
	text-align: center; /* 新增：文本居中 */
}

.videobox .pic {
	position: absolute;
	left: 50%; /* 修改：使用transform居中 */
	top: 260px;
	transform: translateX(-50%);
}

/* videobox结束 */
/*  container开始 */
.container {
	width: 100%;
	min-width: 1000px;
	background-color: black;
}

.container .content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.container .content .pic {
	width: 428px;
	height: 106px;
	border-radius: 214px;
	background-color: #f6f6f6;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.container .content .pic>img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto auto;
}

.container .content .shui {
	text-align: center;
	color: #db0067;
	font-size: 14px;
}

.container .content .zong {
	padding: 81.5px 0;
}

.la-container {
	display: flex;
	justify-content: center;
	width: 100%;
}

.container .la {
	width: 1000px;
	margin: 0 auto;
	height: 345px;
	display: flex; /* 新增：使用flex布局 */
	justify-content: space-between; /* 均匀分布 */
}

.container .la .pic1 {
	position: relative;
	width: 250px;
	height: 235px;
	border: 1px solid #ccc;
	background-color: #00FFFF;
	overflow: hidden;
	margin-right: 0; /* 移除固定margin，使用flex布局间距 */
	transition: transform 0.3s; /* 新增：悬浮缩放 */
}

.container .la .pic1:hover {
	transform: translateY(-5px);
}

.container .la .pic1 img {
	width: 250px;
	height: 100%;
	object-fit: cover; /* 新增：图片适应容器 */
}

.container .la .pica {
	position: absolute;
	top: -240px;
	left: -1px;
	width: 250px;
	height: 235px;
	border: 1px solid #ccc;
	background-color: rgba(100, 100, 100, .7);
	transition: .6s;
}

.container .la .pic1:hover .pica {
	top: -1px;
}

.container .la .pic1 .p1 {
	padding-top: 50px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}

.container .la .pic1 .p2 {
	padding-top: 20px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

.container .la .p3 img {
	padding: 20px 114px;
	width: 28px;
}

.container .la .p4 img {
	padding-left: 87px;
	width: 76px;
}

.container .fan {
	height: 245px;
	width: 100%;
	background-color: #ffffff;
}

.container .fan .content {
	    top: -40px;
	width: 1000px;
	margin: 0 auto; /* 新增：居中容器 */
}

.container .list {
	bottom: 80px;
	position: relative;
}

.container .fan .content div:nth-of-type(1) img {
	width: 560px;
	border-radius: 280px;
	margin: 30px auto 0; /* 修改：水平居中 */
	display: block; /* 新增：图片块级化 */
}

.container .fan .content div:nth-of-type(2) {
	color: #333; /* 修改：在白色背景上可见 */
	font-size: 14px;
	padding-top: 18px;
	text-align: center;
}

.container .logo {
	width: 1000px;
	margin: 0 auto;
	height: auto; /* 修改：自适应高度 */
	padding-bottom: 40px; /* 新增：底部留白 */
}

.container .list li {
	position: relative;
	width: 291px;
	height: 251px;
	float: left;
	margin-right: 43px;
	margin-bottom: 40px;
	perspective: 290px;
}

.container .list li img:nth-of-type(1) {
	position: absolute;
	transition: all 0.5s ease-in 0s;
	backface-visibility: hidden;
}

.container .list li img:nth-of-type(2) {
	backface-visibility: hidden;
	transform: rotateX(-180deg);
	width: 291px;
	transition: all 0.5s ease-in 0s;
}

.container .list li:hover img:nth-of-type(1) {
	transform: rotateX(180deg);
}

.container .list li:hover img:nth-of-type(2) {
	transform: rotateX(0deg);
}

.container .list li.you {
	margin-right: 0;
}

.container .logo .banner .zhong {
	position: relative;
	width: 500px;
	height: 95px;
	background-color: #f7f7f7;
	border-radius: 250px;
	margin: 0 auto;
}

.container .logo .zhong img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}

.container .logo .banner p {
	color: #db0067;
	text-align: center;
	font-size: 12px;
	margin-top: 14px;
}

/* 仅修改pct列表部分，其他样式完全保留 */
.container .logo .pct {
	margin-top: 40px;
	padding: 0;
	display: flex; /* 启用弹性盒布局 */
	flex-wrap: wrap; /* 自动换行 */
	justify-content: space-between; /* 每行均匀分布 */
}

/* 竖版图片容器 - 一行5张 */
.container .logo .pct li.pct1 {
	float: none; /* 清除原浮动 */
	margin-right: 0; /* 清除原右侧margin */
	width: 180px; /* 竖版宽度 */
	height: 300px; /* 竖版高度（3:5比例） */
	border: 1px solid #ccc;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px; /* 上下间距 */
	transition: transform 0.3s; /* 新增：悬浮效果 */
}

/* 容器总宽度1000px，一行5个元素，计算间距和宽度 */
.container .logo .pct {
    margin-top: 40px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 均匀分布元素 */
}

/* 1000px容器中放5个元素：左右间距总和=1000 - (180*5) = 100px → 左右各10px */
.container .logo .pct li.pct1 {
    float: none;
    margin: 0 16px 20px 0; /* 清除左右margin，由容器justify-content分配 */
    width: 180px;      /* 固定宽度 */
    height: 300px;     /* 固定高度确保对齐 */
    border: 1px solid #ccc;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
/* 竖版图片适配 */
.container .pct li.pct1 img {
	position: absolute;
	top: 0; /* 初始位置：顶部对齐容器 */
	left: 0;
	width: 100%;
	height: auto; /* 保持长图比例 */
	transition: transform 2s ease-out; /* 2秒平滑过渡 */
}

/* 鼠标悬停时图片向下滑动（显示下方内容） */
.container .pct li.pct1:hover img {
	/* 滑动距离 = 图片高度 - 容器高度（300px为容器固定高度） */
	transform: translateY(calc(-100% + 300px));
}
/* 图片描述样式 */
.container .pct li.pct1 {
    overflow: hidden; /* 确保描述框不会超出容器 */
}

.container .pct li.pct1 .img-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.7); /* 半透明黑色背景 */
    color: #fff; /* 白色文字 */
    font-size: 14px;
    text-align: center;
    z-index: 2; /* 确保在图片上方显示 */
}
/* footer结束 */
.footer {
	width: 100%;
	min-width: 1000px;
	background-color: #545860;
}

.footer .foot {
	width: 1000px;
	height: 350px;
	margin: 0 auto;
	padding-top: 30px; /* 新增：顶部留白 */
}

.footer .foot .pic {
	height: 100px;
	width: 1000px;
	position: relative;
	border-bottom: 1px solid #82878e;
}

.footer .foot .pic img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}

.footer .foot .list {
	width: 500px;
	padding-left: 30px;
	float: left; /* 新增：左浮动 */
}

.footer .foot .list li {
	margin-right: 30px;
	float: left; /* 新增：列表项横向排列 */
}

.footer .foot .list p,
.footer .foot .duo p {
	margin-top: 10px;
	color: #f7e6ab;
}

.footer .foot input {
	height: 30px;
	width: 200px;
	margin: 10px 0 10px 0;
	border-radius: 7px;
	border: none;
	outline: none;
	text-indent: 1em;
	transition: box-shadow 0.3s; /* 新增：焦点效果 */
}

.footer .foot input:focus {
	box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
}

.footer .foot input[type=submit] {
	width: 120px;
	height: 40px;
	border: none;
	background: url(../images/but.jpg) no-repeat;
	cursor: pointer; /* 新增：鼠标指针 */
	transition: transform 0.2s; /* 新增：点击效果 */
}

.footer .foot input[type=submit]:active {
	transform: scale(0.95);
}

.footer .foot .duo {
	float: right; /* 新增：右浮动 */
	width: 400px; /* 新增：固定宽度 */
}

.footer .foot .duo textarea {
	margin: 9px 0 10px 0;
	outline: none;
	width: 100%; /* 新增：宽度适应 */
	border-radius: 7px; /* 新增：圆角 */
	text-indent: 1em;
	padding: 8px 0;
	transition: box-shadow 0.3s;
}

.footer .foot .duo textarea:focus {
	box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
}

.wei {
	margin-top: 1px;
	width: 100%;
	min-width: 1000px;
	background-color: #333;
}

.wei p {
	width: 1000px;
	margin: 0 auto;
	height: 60px;
	text-align: center;
	line-height: 60px;
}

.wei p>a {
	color: #898989;
	text-align: center;
	font-size: 12px;
	transition: color 0.3s; /* 新增：平滑过渡 */
}

.wei p>a:hover {
	color: #fff;
}