/* 懒加载背景图片规则 */
.lazyload {
	/*opacity: 0;*/
	/*transition: opacity 0.5s;*/
}

.lazyloaded {
	opacity: 1;
}

/* 处理lazysizes的背景图片 */
.lazyload[data-bg] {
	background-image: none;
}

.xtit1 div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.xsup_item_t{height:75px;overflow:hidden;}
.xtit1 p {
	line-height: 53px;
	font-weight: 600;
	font-size: 38px;
	color: #FFFFFF;
	margin: 0 30px;
}

.xtit1 img {
	width: 23px;
	height: 14px;
}

.xtit1 span {
	text-align: center;
	display: block;
	line-height: 20px;
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.z_tit div {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
	font-size: 38px;
	font-weight: bold;
	color: #333;
	line-height: 53px;
}

.z_tit img {
	width: 23px;
	display: block;
}

.z_tit img:nth-child(1) {
	margin-right: 20px;
	margin-left: 0;
}

.z_tit p {
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}

.xcts .z_tit div {
	color: #FFFFFF;
}

.xcts .z_tit p {
	color: #FFFFFF;
}

.xqy {
	width: 100%;
	padding: 80px 0;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

.xqy_ul {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.xqy_li {
	width: 345px;
	height: 355px;
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.5s;
}

.xqy_li:hover {
	box-shadow: 0px 0px 10px 0px rgba(29, 46, 67, 0.2);
}

.xqy_li:hover .xqy_li2 {
	color: var(--primary-color);
}

.xqy_li1 {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.xqy_li2 {
	margin-top: 20px;
	line-height: 25px;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
}

.xqy_li3 {
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.xqy_li3>div {
	margin: 0 5px;
	width: 80px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
}

.xmore1 {
	width: 124px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid rgba(45, 125, 228, 0.4);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: var(--primary-color);
}

.xmore1 img {
	width: 8px;
	height: 8px;
	margin-left: 20px;
}

.xmore1:hover {
	color: #FFFFFF;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.xmore1:hover img {
	content: url('../images/jt2.svg');
}

.xmore1.xmore2 {
	color: #FFFFFF;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.xmore3 {
	width: 154px;
	height: 48px;

}

.xsup_tabbot .xmore2 {
	margin: 0 auto;
	margin-top: 50px;
}

.xvid2 .xmore2 {
	margin: 0 auto;
}

.xad1 {
	background-color: #f1f3f6;
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.xad1_w {
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 0 220px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xad1_w div {
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 48px;
}

.xad1_w p {
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 21px;
	margin-top: 10px;
	width: 534px;
	opacity: 0.7;
}

.xad1_w a {
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	width: 190px;
	height: 48px;
	background: var(--primary-color);
	border-radius: 300px;
}

.xad1_w a img {
	width: 24px;
	height: 24px;
}

.xsup {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 80px 0;
	overflow: hidden;
}

.xsup_top {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.xsup_tabtop {
	width: 1073px;
	display: flex;
	justify-content: end;
	align-items: baseline;
	border-bottom: 1px solid #C5C8D0;
}

.xsup_tabtop li {
	width: 200px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	color: #333333;
	line-height: 21px;
	position: relative;
	padding-bottom: 18px;
	cursor: pointer;
}

.xsup_tabtop li::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: transparent;
	position: absolute;
	bottom: -1px;
	z-index: 1;
	left: 0;
}

.xsup_tabtop li.on {
	color: var(--primary-color);
}

.xsup_tabtop li.on::after {
	background-color: var(--primary-color);
}

.xsup_tabbot1 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.xsup_tabbot1_1 {
	flex: none;
	box-sizing: border-box;
	width: 345px;
	height: 535px;
	background: linear-gradient(180deg, #E5F1FF 0%, #FFFFFF 14.57%);
	border-radius: 8px;
	border: 1px solid #FFFFFF;
	overflow: hidden;
	padding: 20px 20px 0;
}

.xsup_tabbot1_2 {
	flex: 1;
	margin-left: 20px;
}

.xsup_t {
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	box-sizing: border-box;
	padding-left: 16px;
	position: relative;
	margin-bottom: 20px;
}

.xsup_t::after {
	content: "";
	display: block;
	width: 6px;
	height: 20px;
	background: linear-gradient(0deg, #2D7DE4 0%, #6CACFF 100%);
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.xsup_tabbot1_1a {
	line-height: 26px;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}

.xsup_tabbot1_1a::after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.xsup_tabbot1_1b {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.xsup_tabbot1_1b1 {
	display: block;
	padding: 0 20px;
	height: 32px;
	background: rgba(107, 107, 107, 0.1);
	border-radius: 4px;
	overflow: hidden;
	line-height: 32px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}

.xsup_tabbot1_1b1:hover {
	background: rgba(45, 125, 228, 0.1);
	color: var(--primary-color);
}

.xsup_tabbot1_1c {
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
	color: #333333;
}

.xsup_tabbot1_1c span {
	color: #C82B2C;
}

.xsup_tabbot1_1d {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xsup_tabbot1_1d li {
	margin-top: 10px;
	width: 145px;

}

.xsup_tabbot1_1d li div {
	width: 100%;
	height: 90px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
}

.xsup_tabbot1_1d li img {}

.xsup_tabbot1_1d li p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	line-height: 20px;
}

.xsup_tabbotswp {
	padding-bottom: 40px;
	border-bottom: 1px solid #D3DFDF;
	margin-bottom: 20px;
}

.xsup_tabbotswp .swiper-pagination-bullets {
	bottom: 20px !important;
}

.xsup_tabbotswp .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(45, 125, 228, 0.4);
	border-radius: 50%;
	opacity: 1;
}


















.qy_excellent .xsup_t {
	color: #fff;
}

.qy_excellent {
	width: 100%;
	height: 206px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	background: linear-gradient(88deg, #003170 0%, #2D7DE4 100%);
}


.qy_excellent_list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.excellent_item {
	transition: all 0.3s;
}

.excellent_item div {
	width: 145px;
	height: 90px;
	background: #FFFFFF;
	transition: all 0.3s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
}

.excellent_item:hover {
	transform: translateY(-3px);
}

.excellent_item:hover div {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.excellent_item:hover p {
	text-decoration: underline;
}

.excellent_item p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	margin-top: 10px;
}

.qy_excellent_companies {
	display: flex;
	margin-left: 20px;
}

.company_col {
	width: 270px;
	flex: none;
	box-sizing: border-box;
	padding: 7px 20px 0;
	border-left: 1px dashed rgba(255, 255, 255, 0.4);
}

.company_col a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	padding-left: 0;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 12px;
}

.company_col a:hover {
	text-decoration: underline;
}

.xsup_tabbot1_2b {
	margin-top: 20px;
}

.xsup_tabbot1_2b_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 19px;
}

.xsup_tabbot1_2b_list li {
	margin-top: 1px;
	width: 254px;
	height: 292px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
}
.xsup_tabbot1_2b_list li:hover .xsup_tabbot1_2b_list2 div{
	color: var(--primary-color);
}
.xsup_tabbot1_2b_list1 {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.xsup_tabbot1_2b_list2 {
	box-sizing: border-box;
	padding: 14px 14px 0;
}

.xsup_tabbot1_2b_list2 div {
	line-height: 22px;
	font-weight: 600;
	font-size: 16px;
	color: #333333;
}

.xsup_tabbot1_2b_list2 p {
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	color: #E52020;
	line-height: 20px;
}

.xne {
	background-color: #fff;
	padding: 60px 0 20px 0;
	overflow: hidden;
}

.xne_w {
	margin-bottom: 60px;
}

.xne1 {
	display: flex;
	gap: 30px;
	margin-top: 40px;
}

.xne1_1 {
	flex: none;
	width: 460px;
	background-color: #fff;

}

.xne1_1a {
	width: 100%;
	height: 368px;
	border-radius: 10px;
}

.xne1_1b {
	box-sizing: border-box;
	padding: 20px 0 0;
}

.xne1_1b1 {
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
}

.xne1_1b2 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.xne1_1b3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.xne1_1b3 p{
	color: #999;
	font-size: 14px;
	line-height: 20px;
}
.xne1_1b3 a {
	width: 106px;
	height: 37px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DED9D9;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	color: #666666;
}

.xne1_1b3 a img {
	display: flex;
	width: 8px;
	height: 8px;
	margin-left: 10px;
}

.xne1_2 {
	flex: none;
	width: 460px;
}

.xne1_2 li {
	margin-top: 30px;
}

.xne1_2 li:nth-child(1) {
	margin-top: 0;
}

.xne1_2 .xne1_1b2 {
	margin-top: 12px;
}

.xne1_2 .xne1_1b3 {
	margin-top: 32px;
}

.xne1_2 .xne1_1b3 a {
	line-height: 20px;
	width: fit-content;
	height: 18px;
	border: none;
}

.xne1_1:hover .xne1_1b1 {
	color: var(--primary-color);
}

.xne1_1:hover .xne1_1b3 a {
	color: var(--primary-color);
	border-color: var(--primary-color);
}

.xne1_1:hover .xne1_1b3 img {
	content: url(../images/jt1.svg);
}

.xne1_2 li:hover .xne1_1b1 {
	color: var(--primary-color);
}

.xne1_2 li:hover .xne1_1b3 a {
	color: var(--primary-color);
}

.xne1_2 li:hover .xne1_1b3 a img {
	content: url(../images/jt1.svg);
}



.X_video {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column
}

.X_video_c {
	width: 100%;
	height: 100%;
	object-fit: fill;
	border: none;
	outline: none;
	flex: none
}

.X_video_b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center
}

.xvid {
	padding: 60px 0 83px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}

.xvid_w {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.xvid1 {
	flex: none;
	box-sizing: border-box;
	width: 720px;
	height: 480px;
	border-radius: 10px;
	border: 1px solid #E4F0FD;
	background: #F8FDFF;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.xvid1_1 {
	width: 100%;
	height: 365px;
	flex: none;
}

.xvid1_2 {
	flex: 1;
	box-sizing: border-box;
	padding: 30px 30px 0;
}

.xvid1_2 a:hover .xvid1_2a {
	color: var(--primary-color);
}

.xvid1_2a {
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}

.xvid1_2b {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	line-height: 20px;
}

.xvid2 {
	width: 680px;
	height: 480px;
	background: linear-gradient(180deg, #EBF4FF 0%, #F8FDFF 100%);
	border-radius: 10px;
	border: 1px solid #E4F0FD;
	box-sizing: border-box;
	padding: 30px 30px 0;
}

.xvid2 li {
	margin-bottom: 40px;
}

.xvid2 li div {
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}

.xvid2 li p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	line-height: 20px;
}

.xvid2 li a:hover div {
	color: var(--primary-color);
}

.xcts {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 80px 0;
	overflow: hidden;
}

.xzs1 {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.xzs1_1 {
	flex: none;
	margin-right: 30px;
	width: 720px;
}

.xzs1_1b{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px; 
	margin-top: 40px;
	color: rgba(255, 255, 255, 0.7);
}

.xzs1_1c {
	width: 720px;
	height: 528px;
	overflow: hidden;
	border-radius: 10px;
}

.xzs1_1c img {
	transition: all 0.5s ease-in-out;
}

.xzs1_1c img:hover {
	transform: scale(1.05);
}

.xzs1_2 {
	flex: 1;
	border-radius: 10px;
	border: 1px solid rgba(251, 253, 255, 0.2);
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	padding: 50px 35px 0;
}

.xzs1_2>p {
	line-height: 19px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 40px;
	text-align: center;
}

.xzs1_2a {
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 36px;
	margin-bottom: 40px;
	text-align: center;
}

.xdfm {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
}

.xdfm1 {
	width: calc(50% - 5px);
	box-sizing: border-box;
	height: 51px;

	border-radius: 6px;
	position: relative;
	margin-bottom: 14px;
	overflow: hidden;
}

.xdfm1 input {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 96px;
	border: none;
	outline: none;
	background: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	border: 1px solid #EDEDED;
	color: #333;
	box-sizing: border-box;
}

.xdfm1 input::placeholder {
	color: #CCCCCC;
	font-size: 14px;
}

.xdfm1 p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 56px;
	line-height: 19px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	z-index: 1;
	font-family: 'AlibabaPuHuiTi-Medium';
}

.xdfm2 {
	width: 100%;
	height: 62px;
}

.xdfm3 {
	width: 100%;
	box-sizing: border-box;
	height: 140px;
	background: #FFFFFF;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	padding: 45px 10px 5px 20px;
	border: 1px solid #EDEDED;

}

.xdfm3 textarea {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;

	font-weight: 400;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	position: relative;
	resize: none;
}

.xdfm3 p {
	position: absolute;
	top: 16px;
	left: 20px;
	width: 56px;
	line-height: 19px;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	z-index: 1;
}

.xdfm3 textarea::placeholder {
	color: #CCCCCC;
	font-size: 14px;
}

.xdfm4 {
	margin: 0 auto;
	margin-top: 40px;
	width: 154px;
	height: 48px;
	position: relative;
}

.xdfm4 input {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	opacity: 0;
	cursor: pointer;
}


.xjs {
	padding: 80px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-image: url(../images/xjs.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.xjs_title {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.xjs_tit {
	display: flex;
	align-items: center;
	gap: 30px;
}

.xjs_tit span {
	font-weight: 700;
	font-size: 38px;
	color: #333;
	line-height: 57px;
}

.xjs_tit img {
	width: 23px;
	height: 14px;
}

.xjs_more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	transition: all 0.3s;
}

.xjs_more img {
	width: 10px;
	height: 10px;
}

.xjs_more:hover{
    color: #FFFFFF;
}


.xjs_news_line2 {
	width: 100%;
	height: 1px;
	background: #EEEEEE;
}

/* 底部区域 */
.xjs_bottom {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.xjs_ad {
	flex: none;
	width: 380px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.xjs_ad_bg {
	width: 100%;
	height: 423px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.xjs_ad_content {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px;
	background: rgba(51, 51, 51, 0.1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.xjs_ad_content div {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	margin-bottom: 12px;
}

.xjs_ad_content p {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 24px;
}

.xjs_news {
	flex: 1;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.xjs_news .xjs_news_item:hover  .xjs_news_date div{
	color: var(--primary-color);
}

.xjs_news .xjs_news_item:hover .xjs_news_info div{
	color: var(--primary-color);
}
.xjs_news_line2:last-child{
    display: none;
}
.xjs_news_item {
	display: flex;
	align-items: center;
	gap: 20px;
}
.xjs_news_date {
	flex: none;
	width: 51px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.xjs_news_day {
	font-weight: 500;
	font-size: 28px;
	color: var(--primary-color);
	line-height: 42px;
}

.xjs_news_year {
	font-weight: 350;
	font-size: 12px;
	color: var(--primary-color);
	line-height: 18px;
}

.xjs_news_item .xjs_news_year,
.xjs_news_item .xjs_news_day {
	color: #666;
}



.xjs_news_line {
	flex: none;
	width: 1px;
	height: 40px;
	background: #EEEEEE;
}

.xjs_news_info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.xjs_news_info div {
	font-weight: 500;
	font-size: 16px;
	color: #333;
	line-height: 22px;
}

.xjs_news_info p {
	font-weight: 400;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.red6_1 {
	display: flex;
	margin-top: 60px;
	overflow: hidden;
}

.red6_1item {
	overflow: hidden;
	flex: none;
	width: 130px;
	height: 450px;
	margin-right: 10px;
	background-position: center;
	background-size: auto 100%;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border-radius: 10px;
	position: relative;
}

.red6_1item:last-child {
	margin-right: 0;
}

.red6_1item.active {
	width: 740px;
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
}

.red6_1item::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 450px;
	background: linear-gradient(0deg, rgba(8, 10, 9, 0.50) -4.67%, rgba(8, 10, 9, 0.30) 98.67%);
	pointer-events: none;
	z-index: 1;
}

.red6_1item.active::after {
	height: 100%;
	z-index: 1;
}

.red6_1item.active .red6_1item0 {
	display: none;
}

.red6_1item.active .red6_1item1 {
	font-weight: 500;
	font-size: 28px;
	line-height: 42px;
	text-align: left;
	padding-top: 102px;
	position: relative;
	z-index: 3;
}

.red6_1item.active .red6_1item_num {
	display: none;
}

.red6_1item.active .red6_1item2 {
	display: none;
}

.red6_1item.active .red6_1item3 {
	display: none;
}

.red6_1item.active .red6_1item4 {
	opacity: 1;
	position: relative;
	z-index: 2;
}

.red6_1item.active .red6_1item5 {
	display: flex;
	position: relative;
	z-index: 2;
}

.red6_1item0 {
	height: calc(100% - 103px);
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-family: 'SourceHanSerifCN-Regular';
	line-height: 20px;
	letter-spacing: 6px;
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 92px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.red6_1item0::after {
	content: "";
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
}

.red6_1item1 {
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 39px;
	padding-top: 97px;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
	z-index: 2;
}

.red6_1item_num {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 400;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 3;
}

.red6_1item3 {
	margin: 0 auto;
	margin-top: 26px;
	width: 36px;
	height: 6px;
	display: block;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.red6_1item4 {
	margin-top: 20px;
	width: 500px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	opacity: 0;
	text-align: justify;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.red6_1item5 {
	margin-top: 78px;
	display: none;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 14px 30px;
	background: var(--primary-color);
	border-radius: 40px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	width: fit-content;
	transition: all 0.3s;
	cursor: pointer;
}

.red6_1item5 img {
	width: 8px;
	height: 8px;
}

.red6_1item5:hover {
	background: #1F8F68;
	color: #FFFFFF;
}




.y_gy_w {
	margin-top: 30px;
	display: flex;
}

.y_gy1 {
	width: 440px;
	height: 545px;
	flex: none;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}

.y_gy1_1 {
	width: 440px;
	height: 545px;
	overflow: hidden;

}

.y_gy1_1 img {
	width: 440px;
	height: 545px;
}

.y_gy1_mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 440px;
	height: 142px;
	box-sizing: border-box;
	padding: 30px 30px 0;
	background: rgba(51, 51, 51, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.y_gy1_mask div {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
}

.y_gy1_mask p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 12px;
}


.y_gy2 {
	flex: 1;
	height: 550px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
}

.y_gy2_item {
	height: 33.3333%;
	box-sizing: border-box;
	padding: 0px 50px 0px 0;
	border-bottom: 1px solid #EEEEEE;
}

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

.y_gy2_item a:hover .y_gy2_item_1 div {
	color: #C82B2C;
}

.y_gy2_item a:hover .y_gy2_item_2 div {
	color: #C82B2C;
}

.y_gy2_item a:hover .y_gy2_item_1 p {
	color: #C82B2C;
}

.y_gy2_item a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.y_gy2_item_1 {
	flex: none;
	margin-right: 50px;
	width: 151px;
	height: 80px;
	text-align: center;
	border-right: 2px solid #EEEEEE;
}

.y_gy2_item_1 div {
	line-height: 52px;
	font-family: "DINPro";
	font-weight: 500;
	font-size: 40px;
	color: #666;
}

.y_gy2_item_1 p {
	line-height: 17px;
	font-weight: 400;
	font-size: 12px;
	color: #666;
}

.y_gy2_item_2 {
	flex: 1;
}

.y_gy2_item_2 div {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}

.y_gy2_item_2 p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 25px;

	margin-top: 12px;
}


.j_footer {
	width: 100%;
	background: #1E2225;
	padding: 70px 0 30px 0;
}

.j_footer1 {
	justify-content: space-between;
}

.flex{
    display: flex;
}

.j_footer1_1 {
	margin-top: 7px;
}

.j_footer1_1 img{
	width: 150px;
	display: block;
}
.j_footer1_1 a {
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 34px;
	display: block;
}

.j_footer1_2 div {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}

.j_footer1_2 div img {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.j_footer1_2 p {
	line-height: 44px;
	font-family: 'DINPro';
	font-weight: 500;
	font-size: 34px;
	color: #FFFFFF;
	margin-top: 6px;
}

.j_footer2 {
	display: flex;
	gap: 130px;
	justify-content: center;
	margin: 38px 0 20px 0;
	padding: 50px 0 62px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}



.j_footer2 li:nth-child(1) {
	margin-bottom: 20px;
}

.j_footer2 a {
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 28px;
}

.j_footer2 li:nth-child(1) a {
	line-height: 22px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.j_footer3 {
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.3);
	line-height: 22px;
	text-align: center;
}

.j_footer3 a {
	color: rgba(255, 255, 255, 0.3);
}

/* 企业大全模块样式 */
.xsup_box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px;
	margin-top: 40px;
}

.xsup_tit {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
}

.xsup_tit_icon {
	width: 6px;
	height: 20px;
	background: var(--primary-color);
	border-radius: 3px;
}

.xsup_tit_icon.blue {
	background: #276BD0;
}

.xsup_tit span {
	font-weight: 700;
	font-size: 24px;
	color: #333333;
	line-height: 26px;
}

.xsup_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.xsup_item {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.3s;
}

.xsup_item:hover {
	transform: translateY(-5px);
	box-shadow: 0px 5px 30px 0px rgba(127, 174, 155, 0.3);
}
.xsup_item:hover .xsup_item_t div{
	color: var(--primary-color);
}
.xsup_item_img {
	width: 100%;
	height: 228px;
	overflow: hidden;
	background: #323232;
}

.xsup_look{
    width: 100%;
    text-align: center;
}

.xsup_item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.xsup_item:hover .xsup_item_img img {
	transform: scale(1.05);
}

.xsup_item_info {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.clamp_1_name{
    font-weight: 500; font-size: 18px; color: #333; line-height: 27px; margin-bottom: 12px;
}

.xsup_item:hover .xsup_item_t > .clamp_1{
	color: var(--primary-color);
}


.xsup_item_btn {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	gap: 20px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: var(--primary-color);
	line-height: 21px;
	width: fit-content;
	transition: all 0.3s;
	margin-top: 38px;
}

.xsup_item_btn img {
	width: 8px;
	height: 8px;
}



.xsup_item_tag {
	position: absolute;
	top: 0;
	left: 0%;
	padding: 4px 10px;
	background: linear-gradient(180deg, rgba(255, 101, 74, 1) 0%, rgba(239, 171, 0, 1) 100%);
	border-radius: 8px 0px 8px 0px;
	font-weight: 500;
	font-size: 12px;
	color: #FEF3E9;
	line-height: 20px;
}

/* 建筑相关板块 */
.xsup_box2 {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	align-items: stretch;
}

.xsup_left {
	flex: none;
	width: 345px;
	display: flex;
}

.xsup_left_box {
	background: linear-gradient(220deg, rgba(57, 154, 115, 1) 3%, rgba(58, 191, 133, 1) 98%);
	border-radius: 10px;
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.xsup_left_box .xsup_t {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}

.xsup_left_box .xsup_t::after {
	background: #FFFFFF;
}

.xsup_left_box .xsup_tabbot1_1b {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 20px;
}

.xsup_left_box .xsup_tabbot1_1b1 {
	background: rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	font-weight: 400;
	padding: 4px 18px;
	height: auto;
	line-height: 20px;
	border-radius: 4px;
	transition: all 0.3s;
}

.xsup_left_box .xsup_tabbot1_1b1:hover {
	background: #FFFFFF;
	color: var(--primary-color);
	font-weight: 500;
}

.xsup_left_box .xsup_tabbot1_1c {
	color: #FFFFFF;
	margin-bottom: 16px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.xsup_left_box .xsup_tabbot1_1c span {
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.xsup_left_box .xsup_tabbot1_1d {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.xsup_left_box .xsup_tabbot1_1d li {
	width: calc(50% - 10px);
}

.xsup_left_box .xsup_tabbot1_1d li a {
	display: block;
}

.xsup_left_box .xsup_tabbot1_1d li div {
	width: 100%;
	height: 110px;
	border-radius: 8px;
	overflow: hidden;
}

.xsup_left_box .xsup_tabbot1_1d li p {
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.xsup_right {
	flex: 1;
}

.xsup_right_box {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 30px;
}

.xsup_right_list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.xsup_name_list {
	display: flex;
	gap: 40px;
}

.xsup_name_list li {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

.xsup_name_list li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	bottom: 0;
	width: 0;
	border-right: 1px dashed #EAEAEA;
}

.xsup_name_list li a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	transition: all 0.3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.xsup_name_list li a:hover {
	color: var(--primary-color);
	text-decoration: underline;
}
.xsup_card_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.xsup_card {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #F9F9F9;
	border-radius: 10px;
	transition: all 0.3s;
	height: 300px;
	overflow: hidden;
}

.xsup_card:hover {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
}

.xsup_card_img {
	width: 100%;
	height: 130px;
	border-radius: 4px;
	overflow: hidden;
	background: #D5D5D5;
	margin-bottom: 16px;
}

.xsup_card_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.xsup_card:hover .xsup_card_img img {
	transform: scale(1.05);
}

.xsup_card_info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height:70px;
	overflow:hidden;
	margin-bottom: 16px;
}

.xsup_card_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 10px 20px;
	background: var(--primary-color);
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	width: fit-content;
	transition: all 0.3s;
}

.xsup_card_btn.border {
	background: transparent;
	border: 1px solid rgba(31, 143, 104, 0.2);
	color: var(--primary-color);
}

.xsup_card_btn img {
	width: 8px;
	height: 8px;
}

.xsup_card_btn:hover {
	background: #1F8F68;
	color: #FFFFFF;
	border-color: #1F8F68;
}
.xsup_card_btn:hover img{
	content: url(../images/jt2.svg);
}


.index1{
    width:100%;
    background:url('') no-repeat;
    background-size:100% 100%;
    padding:80px 0;
}
.index_title{
    flex-direction: column;
}
.index_title h2{
    font-size:36px;
    line-height:50px;
    /* font-weight: 700; */
    color:#333;
    text-align:center;
}
.index_title h2::before{
    content: '';
    display: block;
    width: 33px;
    height: 24px;
    background:url('../images/title1.png');
    margin-right:30px;
}
.index_title h2::after{
    content: '';
    display: block;
    width: 33px;
    height: 24px;
    background:url('../images/title2.png');
    margin-left:30px;
}
.index_title p{
    font-size:14px;
    color:rgba(102, 102, 102, 0.60);
    margin-top:10px;
}
.index_title_white h2{
    color:#fff;
}



