
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
}




.container {
	position: relative;
	width: 1188px;
	margin: 0 auto;
}

/*往届回顾*/
.page-contain {
	/* padding: 50px 0 32px 0; */
	height:555px;
	margin-bottom: 30px;
}

#wjhg {
	margin: 0 auto;
}

.review-box {
	margin-top: 35px;
}

.swiper-container {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 98%;

}
.swiper-slide-active{transform: none !important;opacity: 1;}
.swiper-slide {
	width: 70%;
	height: 100%;
	transform-style: preserve-3d;
	opacity: 0.9;
	/* 设置图片透明度 */
	transition: opacity 0.5s;
	/* 添加过渡效果 */
	border-radius: 8px;
}

.swiper-slide-active {
	opacity: 1;
	/* 设置当前活动图片的完全不透明 */
}
.swiper-slide-next .review-tit,.swiper-slide-prev .review-tit{font-size: 28px !important;}

.swiper-slide a {
	display: block;
}

.swiper-slide .review-img {
	position: relative;
	overflow: hidden;
	/* height: 100%; */
	padding: 10px;
	transition: transform 0.5s;
	/* 添加过渡效果，实现3D旋转动画 */
	background: linear-gradient(180deg, #DB0D0D 0%, #F70808 100%);
	box-shadow: 0px 0px 10px 0px #AD0808;
	border: 1px solid #F56A6A;
	border-radius: 8px;
}
.swiper-slide .review-img img {
	width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 8px;
	height: 450px;
}
.swiper-slide .review-tit {
	margin: 20px auto 0;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #000000;
}

.swiper-button {
	position: absolute;
	top: 57%;
	z-index: 9;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-button-prev {
	background: url(//a.mysteelcdn.com/meeting/2025/dzspz/dzsp/pc/images/btn-left.svg) no-repeat center;
	left: -48px;
}

.swiper-button-next {
	background: url(//a.mysteelcdn.com/meeting/2025/dzspz/dzsp/pc/images/btn-right.svg) no-repeat center;
	right: -48px;
}

.swiper-button-prev:hover {
	background: url(//a.mysteelcdn.com/meeting/2025/dzspz/dzsp/pc/images/btn-left-on.svg) no-repeat center;
}

.swiper-button-next:hover {
	background: url(//a.mysteelcdn.com/meeting/2025/dzspz/dzsp/pc/images/btn-right-on.svg) no-repeat center;
}

.swiper-pagination {
	margin: 0 auto;
	width: 100%;
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 58px;
	height: 7px;
	background: red;
	border-radius: 3px;
	margin-right: 15px;
}

.swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.swiper-pagination-bullet-active {
	background: #FA3636;
}

#public-footer {
	margin: 16px auto 0;
}

.go-top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(180deg, #C8E3FF 0%, #FFFFFF 100%);
	box-shadow: 0px 0px 12px 0px rgba(206, 212, 231, 0.5);
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
}

.go-top a {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 25px;
	background: url(//a.mysteelcdn.com/meeting/2025/dzspz/dzsp/pc/images/icon-go-top.svg) no-repeat center;
}

.go-top:hover a {
	background: url(//a.mysteelcdn.com/meeting/2025/dzspz/dzsp/pc/images/icon-go-top-on.svg) no-repeat center;
}

.show {
	display: block;
}

/*改变滚动轴样式*/
::-webkit-scrollbar {
	/* 纵向滚动条宽度 */
	width: 6px;
}

::-webkit-scrollbar-thumb {
	/* 设置滑块的样式 */
	border-radius: 17px;
	background: #B5CDEF;
	height: 199px;
}

::-webkit-scrollbar-track {
	/*设置滚动条轨道的样式*/
	border-radius: 17px;
	background: rgba(255, 255, 255, 0);
}

/* 导航容器 - 红色底色+金色边框 */
.wangjie_nav {
    /* width: 100%; 
    background: #c8102e; */
    padding: 20px 0px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.15); */
}

/* 导航外层（弹性布局） */
.wangjie_nav_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
}

/* 届数筛选容器 */
.session_filter {
    display: flex;
    align-items: center;
    /* 保证动态添加的元素也能正常排列 */
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    width: 100%;
}

.session_filter2 {
    grid-template-columns: repeat(6, 1fr);
}

.session_filter4 {
    grid-template-columns: repeat(4, 1fr);
}


.session_filter3 {
    grid-template-columns: repeat(3, 1fr);
}
/* 下拉按钮通用样式 - 金色底色+红色文字 */
.dropdown_btn {
    padding: 8px 20px;
    /* border: 1px solid #c8102e; */
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    z-index: 1000;
    background: #f5f5f5;
    border-bottom: 2px solid #E51212;
     color: #E51212;
    /* background: #f8c300;
   
    border: 1px solid #e6b800; */
}

.session_filter4 .dropdown_btn{
border: 1px solid #E51212;
}

.dropdown_btn:hover {
    /* background: #ffd700; 
    border-color: #f8c300; */
    /* border: 1px solid #c8102e; */
    box-shadow: 0 2px 6px rgba(248, 195, 0, 0.4);
    /* background: #E51212;
    color: #f8c300;
    border-color: #E51212; */
}
.dropdown_btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(248, 195, 0, 0.2), -2px 0 0 0 rgba(248, 195, 0, 0.2);
}

.fyb_content #typeBtn{
    width: 240px;
}

.cx_content #typeBtn{
    width: 300px;
}

/* 届数选项 - 红色边框+金色文字 */
.session_item {
    padding: 8px 30px;
    background: #fff;
    color: #c8102e;
    /* border: 1px solid #c8102e; */
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    background: #f5f5f5;
    border-bottom: 2px solid #E51212;
}

.session_item.active {
    box-shadow: 0 2px 6px rgba(200, 16, 46, 0.3);
    box-shadow: 0 2px 6px rgba(248, 195, 0, 0.4);
    background: #E51212;
    color: #f8c300;
    border-color: #E51212;
}

.session_item:hover:not(.active) {
    background: #E51212;
    color: #f8c300;
    border-color: #E51212;
}

/* 获选类型容器 */
.type_filter {
    position: relative;
    z-index: 1000;
}

/* 下拉面板通用样式 - 白色底色+红色边框 */
.dropdown_panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #FCF5F5;
    border: 1px solid #FA7179;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(200, 16, 46, 0.2);
    z-index: 9999;
    display: none;
    overflow: hidden;
    max-height: 600px;
    overflow-y: auto;
}

.session_filter .dropdown_width{
    width: 180px;
}
.session_filter2  .dropdown_width{
    width: 135px;
}
.dropdown_panel.show {
    display: block;
    animation: fadeIn 0.2s ease-in-out;
}

/* 下拉选项 */
.dropdown_item {
    padding: 12px 20px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    border-bottom: 1px solid #E59BA0;
}

.dropdown_item:last-child {
    border-bottom: none;
}

.dropdown_item:hover {
    background: #CE0300; /* 主红 */
    color: #f8c300; /* 主金 */
    padding-left: 25px;
}

/* 清除浮动 */
.wangjie_clearfix::after {
    content: "";
    display: table;
    clear: both;
}
/* 搜索框容器 - 移除gap，让搜索框和按钮紧贴 */
.search_wrap {
    display: flex;
    align-items: center;
    gap: 0; /* 关键：移除间距 */
    flex-wrap: nowrap;
}

/* 搜索框样式 - 仅保留左圆角，去掉右侧边框 */
.search_input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-right: none; /* 关键：去掉右侧边框，和按钮无缝衔接 */
    border-radius: 6px 0 0 6px; /* 仅左圆角 */
    font-size: 14px;
    width: 300px;
    outline: none;
    transition: border-color 0.3s ease;
}

.search_input:focus {
    border-color: #f8c300;
    box-shadow: 0 0 0 2px rgba(248, 195, 0, 0.2);
    box-shadow: 0 0 0 2px rgba(248, 195, 0, 0.2), -2px 0 0 0 rgba(248, 195, 0, 0.2);
}

/* 搜索按钮 - 仅保留右圆角，左侧边框和搜索框对齐 */
.search_btn {
    background: #c8102e;
    color: #fff;
    border: 1px solid #c8102e; /* 边框和背景同色，衔接更自然 */
    border-radius: 0 4px 4px 0; /* 仅右圆角 */
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    height: 38px;
    line-height: 38px;
    width: 68px;
    outline: none;
}

.search_btn:hover {
    background: #a80e27;
    border-color: #a80e27; /* hover时边框同步变色 */
    box-shadow: 0 2px 6px rgba(200, 16, 46, 0.3);
}



/* 下拉淡入动画 */
@keyframes fadeIn {
    from {
opacity: 0;
transform: translateY(5px);
    }
    to {
opacity: 1;
transform: translateY(0);
    }
}

/* 动态添加的届数选项动画 */
@keyframes slideIn {
    from {
opacity: 0;
transform: translateX(5px);
    }
    to {
opacity: 1;
transform: translateX(0);
    }
}


/* 下拉箭头：用伪元素实现 */
.dropdown_btn::after {
    content: "";
    /* 箭头样式（三角形） */
    position: absolute;
    right: 10px; /* 距离按钮右侧15px */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    /* 箭头颜色：和按钮文字同色（红色） */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c8102e; /* 向下的箭头（上边框为实色） */
    /* 过渡动画，hover时旋转 */
    transition: transform 0.3s ease;
}

/* 下拉面板展开时，箭头保持旋转状态 */
.dropdown_btn.open::after {
    transform: translateY(-50%) rotate(180deg);
    border-top-color: #a80e27;
}


.wangjie h3{
    margin: 20px 0px;
    height: 50px !important;
    font: bold 24px / 40px "Arial" !important;
    color: #333333 !important;
    padding: 0 10px;
    line-height: 50px !important;
}

.logo_list.active {
    display: block;
}

.logo_list{
	
	display: none;
	margin-top: 30px;
    flex: 1 1 0;
    min-width: 0;
    background: transparent;
    border: 1px solid var(--partners-group-lister-border);
    border-left: none;
    border-radius: 0 .6rem .6rem 0;
}

.logo_div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 22px;
    /* width: 100%; */
    height: 100%;
    padding: 20px 10px;
    background-image: url(https://img.gzjimg.com/www/100_integrity/images/bg_logo.jpg);
    background-repeat: no-repeat;
    background-size: 1200px 3200px;
    margin-top: 30px;
}

.qy-item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    max-width: 100%;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #555;
    text-align: center;
    word-break: break-all;
    background: #fff;
    border: none;
    border-radius: 8px;
	min-height: 84px;
    position: relative;
    overflow: hidden;
}


.ellipse-content {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 30px;
}

.qy-logo-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 285px;
    overflow: hidden;
    background-color: var(--agenda-logo-bg);
    border: 1px solid var(--agenda-logo-border);
    border-radius: .5rem;
    transition: .2s;
	width: 100%;
    height: 85px;
    padding: 0;
    background: #fff;
    border: none;
}

.qy-logo-item-height{height: 96px;}
.qy-logo-item-height2{height: 80px;}
.qy-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.qy-logo-img {
	height: 42px;
	clip-path: inset(2px 2px 2px 2px);
    margin: 10px 0px;
}

.qy-logo-item-height2 .qy-logo-img {
	height: 46px;
	clip-path: inset(2px 2px 2px 2px);
    margin: 10px 0px;
}

.qy-logo-name {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}

.qy-logo-hover:hover {
	opacity: 0.6;
}

.qy-logo-hover {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: .5rem;
    opacity: 0;
    transition: opacity .3s ease;
}

.qy-logo-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}




/* 清除默认样式 */
.wangjie_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 父容器：flex布局 + 两端对齐 + 占满宽度 */
.wangjie_nav #wangjie_rankNav {
  display: flex;
    width: 100%;
    /* justify-content: space-between; */
    align-items: center;
    /* flex-wrap: nowrap; */
    /* box-sizing: border-box; */
    background: #CE0300;
    /* width: 100%; */
    /* margin: 0 auto; */
    height: 42px;
}

/* 所有li：统一padding + 宽度自适应 */
.wangjie_nav #wangjie_rankNav li {
  /* padding: 12px 16px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer; */

    color: #fff;
    text-decoration: none !important;
    display: block;
    padding: 0 19.4px;
    font-size: 17px;
	    height: 42px;
    line-height: 42px;
	margin-right: 2px;
}

.wangjie_nav ul li.active {
    background: #FFDA68;
    color: #CE0300 !important;
}

/* 可选：hover样式优化 */
.wangjie_nav #wangjie_rankNav li:hover {
   background: #FFDA68;
    color: #CE0300 !important;
}

/* 保留clearfix2 */
.wangjie_clearfix::after {
  content: "";
  display: table;
  clear: both;
}



@media screen and (max-width:1400px){
	.swiper-slide .review-img img {
		height: 364px;
		width: 648px;
	}
	.swiper-slide .review-img{width: 658px;}
	.swiper-slide {
    	width: 82.7%;
	}
	.page-contain{height: 476px;}
	.swiper-container-3d{perspective: 1000px !important;}
    .session_item{padding: 8px 20px;}
}