* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


.main {
	width: 100%;
	background: rgb(10 10 18);
	position: relative;
	min-width: 1200px;
	margin: 0 auto;
}
.listButt1 {
	width: 68px;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
	background-image: url(../images/butt1.png);
	color: #ffffff;
}
header {
	background: linear-gradient(180.00deg, rgb(31, 30, 36), rgb(49, 44, 61) 100%);
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
		background-image: url(../images/gif/top.png);
}

.header {
	height: 75px;
	position: relative;
	width: 1200px;
	display: flex;
	/* 使用Flexbox布局 */
	justify-content: space-between;
	/* 水平间距分配 */
	align-items: center;
}

ul {
	display: flex;
	min-width: 800px;
}

.nav {
    flex: 1;
    height: 67px;
    font-family: 思源宋体;
    font-size: 18px;
    font-weight: 700;
    line-height: 67px;
    /* letter-spacing: 0px; */
    text-align: center;
    margin-top: -7px;

}

.banner {
	position: absolute;
	left: 0;
	right: 0;
	top: 75px;
}

.bannerimg {
	width: 100%;
	height: 290px;
}

.banners {
	position: absolute;
	left: 0;
	right: 0;
	height: 1000px;
	z-index: -1;
}

.banners img {
	width: 100%;
	height: 1000px;
}



.navtxt {
	background: linear-gradient(180.00deg, rgb(255, 252, 235), rgb(255, 226, 86));
	-webkit-background-clip:
		text;
	-webkit-text-fill-color:
		transparent;
	background-clip:
		text;
	text-fill-color:
		transparent;
}

.nav:hover {
	background: linear-gradient(180.00deg, rgb(69, 38, 33), rgb(117, 53, 41) 100%);
	cursor: pointer;
	/* 设置为小手光标 */
}

.actspan {
	background: linear-gradient(180.00deg, rgb(69, 38, 33), rgb(117, 53, 41) 100%);
}

.conng {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;

}

.condiv {
	display: flex;
	justify-content: center;
}

.diva1 {
	flex: 1;
	display: flex;
}

.diva2 {
	flex: 3;
	display: flex;
	justify-content: space-between;
}

.divaa {
	width: 290px;
	height: 260px;
	border-radius: 15px;
	box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
	background: rgb(255, 255, 255);
	position: relative;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none; /* 默认隐藏遮罩层 */
    z-index: 1000;
}

.popup {
    /* background-color: white; */
    width: 50%;
    max-width: 400px;
    padding: 20px;
    margin: 10% auto; /* 居中对齐 */
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#showPopupBtn {
    font-size: 16px;
    cursor: pointer;
}
.icontxt {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0px 10px;
	border-radius: 3px;
	background-color: red;
	color: rgb(255, 255, 255);
	font-family: 思源黑体;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
}

.divaa img {
	width: 100%;
	height: 180px;
}

.divaac {
	color: rgb(0, 0, 0);
	font-family: 思源黑体;
	font-size: 19px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0px;
	text-align: left;
	margin: 8px 10px;
}

.divaat {
	color: rgb(0, 0, 0);
	font-family: 思源黑体;
	font-size: 13px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0px;
	text-align: left;
	margin: 8px 10px;
}

.conngs {
	max-width: 1200px;
	margin: 50px auto;
}

.divstry {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-left: -160px;
}

.tite {
	display: flex;
	justify-content: center;
}

.contt {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.divList {
	position: relative;
	width: 1200px;
	margin: 50px auto;
	/*background-color: black;*/
}

.role1 {
	position: absolute;
	top: -150px;
	left: -350px;
	z-index: -1;
}

.role2 {
	position: absolute;
	top: -150px;
	right: -300px;
	z-index: -1;
}

.divlistnav {
	height: 80px;
	display: flex;
	align-items: center;

}

.lxtxt {
	color: #ffffff;
	font-size: 18px;
	font-weight: 900;
	position: absolute;
	top: 60px;
	left: 35px;
}

.listButt1 {
	width: 68px;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
	text-align: center;
	margin-right: 10px;
	background-image: url(../images/butt1.png);
	color: #ffffff;
}

.listButt1hover {
	background-image: url(../images/butt2.png);
}

.listButt1:hover {
	background-image: url(../images/butt2.png);
	cursor: pointer;
	/* 设置为小手光标 */
}

.inputc {
	position: absolute;
	left: 80px;
	top: 3px;
	height: 40px;
	width: 280px;
	padding: 0 10px;
}

.divListArry {
	width: 1200px;
	margin: 50px auto;
	display: flex;
	flex-wrap: wrap;
}

.fexlitem {
	flex: 0 0 calc(33.33% - 20px);
	/* 计算每个项目的宽度 */
	margin: 10px;
	/* 背景颜色 */
	text-align: center;
	/* 内边距 */
	box-sizing: border-box;
	/* 确保外边距和内边距不增加元素的总宽度 */
}

.fexlitem img {
	width: 100%;
}

.dotted-underline {
	text-decoration: none;
	/* 移除默认的下划线 */
	position: relative;
	/* 使::after伪元素相对于该元素定位 */
	margin: 10px 0;
	padding: 10px 0;
	color: #FFEA66;
}

.dotted-underline::after {
	content: "";
	/* 必须设置content属性，即使为空 */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px dotted #f6f6f6;
	/* 虚线颜色和宽度 */
}


.dotted-underlines {
	text-decoration: none;
	/* 移除默认的下划线 */
	position: relative;
	/* 使::after伪元素相对于该元素定位 */
	margin: 0px 15px;
	padding: 8px 0;
	text-align: left;
	display: flex;
	color: #FFEA66;
}

.dotted-underlines::after {
	content: "";
	/* 必须设置content属性，即使为空 */
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px dotted #f6f6f6;
	/* 虚线颜色和宽度 */
}

.other {
	color: #ffffff;
}





.listButt5 {
	width: 74px;
	height: 24px;
	line-height: 24px;
	border-radius: 4px;
	text-align: center;
	margin-right: 10px;
	background-image: url(../images/butt.png);
	color: #ffffff;
}
.multi-line-truncate {
    /* 定义 span 的最大宽度 */
    max-width: 290px; /* 根据需要调整宽度 */

    width: 100%; /* 确保 span 占据最大宽度 */

    /* 设置文本不换行 */
    white-space: nowrap;

    /* 设置溢出隐藏 */
    overflow: hidden;

    /* 设置文本溢出时显示省略号 */
    text-overflow: ellipsis;
}

.gradient-tex {
	font-size: 28px;
	font-weight: 700;
	color: #FFB82C;
	margin: 5px 0;
	color: transparent;
	background-image: linear-gradient(to bottom, rgb(255, 234, 154),rgb(255, 176, 0));
	-webkit-background-clip: text;
	background-clip: text;
}

.gradient-text {
	font-size: 20px;
	font-weight: 700;
	color: transparent;
	background-image: linear-gradient(to bottom, rgb(255, 252, 235), rgb(255, 226, 86));
	-webkit-background-clip: text;
	background-clip: text;
}
.imgaaa  div{
	transition: transform 0.3s ease-in-out;
}

.imgaaa  div:hover {
    transform: scale(1.1); /* 放大1.1倍 */
	position: relative;
	z-index: 999;
  }
  .dotted-underline::after {
        content: "";
        /* 必须设置content属性，即使为空 */
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 1px dotted #f6f6f6;
        /* 虚线颜色和宽度 */
}

.scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #555;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    display: none; /* 默认隐藏 */
}
 .imgaaa  div{
	transition: transform 0.3s ease-in-out;
}

.imgaaa  div:hover {
    transform: scale(1.1); /* 放大1.1倍 */
	position: relative;
	z-index: 999;
  }
   .listButt2 {
        width: 202px;
        height: 51px;
        line-height: 51px;
        text-align: center;
        background-image: url(/static/index/new_pc/images/dlqxz_.png);
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
}

.listButt2:hover {
        background-image: url(/static/index/new_pc/images/dlqxz.png);
        cursor: pointer; 
}

.listButt3 {
        width: 131px;
        height: 51px;
        line-height: 51px;
        text-align: center;
        background-image: url(/static/index/new_pc/images/jrgw_.png);
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
}
.listButt3:hover {
        background-image: url(/static/index/new_pc/images/jrgw.png);
        
}