/* 头部start */
.top {
	background: #fff;
	z-index: 100;
	position: relative
}

.top_inner {
	height: 40px;
	font-size: 12px;
}

.top_left a {
	margin-left: 10px;
}

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

.top_right {
	margin-left: auto;
}

.top_right_user {
	position: relative;
	margin-left: 20px;
}

.top_right_user1 {
	height: 40px;
	line-height: 40px;
}

.top_right_user1 i {
	width: 16px;
	height: 16px;
	background: url(../images/down.png) no-repeat center center;
	background-size: 100%;
	display: block;
	/* transition:all 0.5s; */
}

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

.top_right_user1:hover i {
	transform: rotate(180deg);
}

.top_right_nav {
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	border-radius: 4px;
	box-shadow: 0 1px 10px 0 rgba(0, 19, 58, 0.20);
	background: #fff;
}

.top_right_nav1 {
	display: block;
	font-size: 14px;
	width: 120px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}

.top_right_nav1:hover {
	background-color: #f5f5f5;
}

.top_right_nav3 {
	border-top: #E9E9E9 1px solid;
}

.top_right_nav2 {
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 4px;
	background-color: var(--primary-color);
	color: #fff;
	margin: 14px 0;
}

.top_right_nav2:hover {
	color: #fff;
	opacity: 0.8;
}

.top_right_user:hover .top_right_nav {
	display: block;
}

.top_right_user:hover .top_right_user1 {
	color: var(--primary-color);
}

.top_right_user:hover .top_right_user1 i {
	transform: rotate(180deg);
}

.header {
	top: 0;
	left: 0;
	right: 0;
}

.header_inner {
	height: 62px;
}

.header_right {
	margin-left: auto;
}

.header_right_a {
	line-height: 32px;
	font-size: 16px;
	margin-left: 60px;
	position: relative;
	display: block;
}

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

.active {
	color: var(--primary-color);
}

.header_right .active::after {
	content: '';
	width: 32px;
	height: 3px;
	background: var(--primary-color);
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0);
}

.header_right_a:hover::after {
	content: '';
	width: 32px;
	height: 3px;
	background: var(--primary-color);
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 0);
}

.header_right_search {
	height: 42px;
	border-radius: 4px;
	background: #EEF3F7;
	padding: 0 20px 0 0px;
	font-size: 14px;
	margin-left: 100px;
	/* width:250px; */
}

.header .down {
	width: 16px;
	height: 16px;
	background: url(../images/down.png) no-repeat center center;
	background-size: 100%;
	display: block;
	/* transition:all 0.5s; */
}

.header_right_search1 {
	border-right: 1px solid #E9E9E9;
	border-radius: 4px 0 0 4px;
	cursor: pointer;
	padding: 0 10px;
	height: 42px;

}

.header_right_search1:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.header_right_search1:hover .down {
	background-image: url(../images/down-white.png);
}

.header_right_search1_1 {
	height: 42px;
}

.header_right_search2 {
	height: 42px;
	border: none;
	background: none;
	padding: 0 10px;
}

.header_right_search3 {
	border: none;
	background: url(../images/search.png) no-repeat center center;
	background-size: 100%;
	width: 16px;
	height: 17px;
	cursor: pointer;
}

.header_right_search3:hover {
	opacity: 0.8;
}

.xdsetion {

	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 20px;

}

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

.banner {
	width: 920px;
	flex: none;
}

.banner1 {
	width: 920px;
	height: 400px;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 83px;
	padding-left: 80px;
	border-radius: 8px;
}

.banner1_1 {
	font-weight: bold;
	font-size: 48px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	background: linear-gradient(0deg, #0159CC 0%, #009DFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 10px;
}

.banner1_2 {
	font-family: 'AlibabaPuHuiTi-Medium';
	line-height: 38px;
	font-weight: 500;
	font-size: 28px;
	color: var(--primary-color);
	margin-bottom: 80px;
}

.banner1_3 {
	width: 166px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid var(--primary-color);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 12px;
	color: var(--primary-color);
}

.banner1_3 img {
	width: 8px;
	height: 8px;
	display: block;
	margin-left: 10px;
}
.banner1_3:hover {
	color: #fff;
	background-color: var(--primary-color);
}
.banner1_3:hover img{
	content: url(../images/jt4.svg);
}
.banner2 {
	border-radius: 8px;
	background: #F8FAFE;
	width: 240px;
	height: 560px;
	flex: none;
	position: relative;
	z-index: 10;
}

.banner2_1 {
	padding: 20px 30px;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	height: 26px;
	background: var(--primary-color);
	display: block;
	border-radius: 8px 8px 0 0;
}

.banner2_1:hover {
	opacity: 0.8;
	color: #fff;
}

.banner3 {
	padding: 30px 60px 30px 30px;
	/* border-bottom:#EAEAEA 1px solid; */
	position: relative;
	width: 270px;
	box-sizing: border-box;
	/* box-sizing:border-box; */
}

.banner3::after {
	content: '';
	display: block;
	width: 206px;
	height: 1px;
	background: #EAEAEA;
	position: absolute;
	left: 30px;
	bottom: 0;
}

.banner3:last-child::after {
	display: none;
}

.banner3_1 {}

.banner3_1 span {
	font-size: 16px;
	line-height: 22px;
}

.banner3_1 .cat-iconfontA {
	font-size: 20px;
	margin-right: 10px;
}

.banner3_2 {
	width: 100%;
	margin-top: 4px;
	box-sizing: border-box;
	padding-left: 30px;
}

.banner3_2 a {
	font-size: 12px;
	color: #999;
	margin-right: 14px;
}

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

.banner3_3 {
	position: absolute;
	top: 0;
	left: 246px;
	z-index: 11;
	transform: translateX(6px);
	border-radius: 4px;
	background: linear-gradient(90deg, #F4FAFD 0%, #FFF 100%);
	box-shadow: 0 0 10px 0 rgba(0, 19, 58, 0.10);
	min-height: 100px;
	min-width: 600px;
	padding-right: 20px;
	display: none;
	flex-wrap: wrap;
}

.banner3_3 a {
	display: block;
	word-break: keep-all;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-left: 20px;
}

.banner3_3 a:first-child {
	font-size: 14px;
	color: #333;
	/* margin-left:0; */
}

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



.banner3:hover .banner3_3 {
	display: flex;
}

.banner3:hover .banner3_1 {
	color: var(--primary-color);
}

.banner3:hover .banner3_1 .cat-iconfontA {
	color: var(--primary-color);
}

.banner3:hover .banner3_2 a {
	color: var(--primary-color);
}

.banner3_more {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: var(--primary-color);
	cursor: pointer;
}

.banner3_more img {
	width: 8px;
	height: 8px;
	display: block;
	margin-left: 10px;
}

.banner_title {
	margin-top: 160px;
	margin-left: 40px;
}

.banner_title1 {
	font-size: 42px;
	color: var(--primary-color);
	line-height: 58px;
}

.banner_title2 {
	font-size: 32px;
	line-height: 46px;
	height: 92px;
	color: var(--primary-color);
	opacity: 0.7;
}

.banner_title3 {
	margin-top: 34px;
	width: 154px;
	height: 48px;
	font-size: 14px;
	color: #fff;
	background: var(--primary-color);
	border-radius: 4px;
}

.banner_title3 .cat-iconfontA {
	color: #fff;
	font-size: 10px;
	margin-left: 30px;
}

.banner_title3:hover {
	background: #fff;
	color: var(--primary-color);
}

.banner_title3:hover .cat-iconfontA {
	color: var(--primary-color);
}

.banner_use {
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, #FFF 70%);
	backdrop-filter: blur(2px);
	box-shadow: 0px 0px 10px 0px rgba(0,19,48,0.04);
	width: 240px;
	height: 560px;
	box-sizing: border-box;
	padding: 20px;
}

.banner_use1 {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}

.banner_use2 {
	text-align: center;
	margin-top: 8px;
	font-size: 14px;
}

.banner_use3 {
	margin-top: 10px;
	padding-bottom: 14px;
	border-bottom: #E9E9E9 1px solid;
}

.banner_use3 a {
	margin: 0 5px;
	font-size: 12px;
	width: 68px;
	height: 22px;
	line-height: 22px;
	border-radius: 4px;
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
	text-align: center;
	color: #fff;
	display: block;
}

.banner_use3 a:last-child {
	background: none;
	color: #333;
	border-color: #E9E9E9;
}

.banner_use3 a:hover {
	opacity: 0.8;
}

.banner_use4 {
	padding:20px 0 14px 0;
}

.banner_use4_1 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}

.banner_use4 a {
	font-size: 12px;
	color: #666;
	line-height: 16px;
	margin-top: 10px;
}

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

.banner_use4_2 {
	flex-wrap: wrap;
}

.banner_use5 {
	padding-top: 20px;
	border-bottom: #E9E9E9 1px solid;
	padding-bottom: 20px;
}

.banner_use5 .banner_use4_1 {
	margin-bottom: 0;
}

.banner_use4_2 a {
	margin-top: 12px;
	margin-right: 20px;
	display: block;
}

.banner_use4_2 a:nth-child(3n) {
	margin-right: 0;
}

.banner_use4_2 img {
	width: 20px;
	height: 20px;
}

.banner_use4_2 p {
	margin-top: 8px;
	font-size: 12px;
	color: #666;
}

.banner_use4_2 a:hover p {
	color: var(--primary-color);
}

.index_ad {
	width: 920px;
	height: 140px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
	box-shadow: 0px 0px 10px 0px rgba(0, 19, 48, 0.04);
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0 60px 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index_ad1 {
	flex: none;
}

.index_ad1 a {

	display: flex;
	align-items: center;
}

.index_ad1_1 {
	width: 52px;
	height: 52px;
	overflow: hidden;
	margin-right: 12px;
}

.index_ad1_2 p {
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 10px;
	font-family: 'AlibabaPuHuiTi-Medium';
}

.index_ad1_2 span {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
}

/* 头部end */
.lazyload {
	/*opacity: 0;*/
	transition: opacity 0.5s;
}

.lazyloaded {
	opacity: 1;
}

.lazyload[data-bg] {
	background-image: none;
}


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

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

.z_tit img {
	width: 20px;
	height: 20px;
	display: block;
	margin-left: 20px;
}

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

.z_qy1 {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.z_qy1_1 {
	width: 1075px;
	flex: none;
}

.z_qy1_2 {
	box-sizing: border-box;
	width: 345px;
	background: linear-gradient(180deg, #F1F8FC 0%, #FFFFFF 18.75%);
	border-radius: 8px;
	padding: 20px 20px 0;
	border: 1px solid #F0F6FC;
}

.z_qy1_1a {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}


.z_qy1_1a div {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	line-height: 48px;
	max-width: 288px;
}

.z_qy1_1a a {
	display: flex;
	justify-content: space-between;
	width: 160px;
	height: 48px;
	box-sizing: border-box;
	padding: 0 20px;
	align-items: center;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
	background-color: var(--primary-color);
	border-radius: 4px;
	overflow: hidden;
}

.z_qy1_1a a:hover {}

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

/* 企业列表 */
.z_qy1_ul {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	padding: 0;
	margin: 0;
    /*border-radius: 8px;*/
    overflow: hidden;
}
.z_qy1_ul li:nth-child(1){
    border-radius: 8px 0 0 0;
}
.z_qy1_ul li:nth-child(4){
    border-radius: 0 8px  0 0;
}
.z_qy1_ul li:nth-child(5){
    border-radius:  0 0 0 8px ;
}
.z_qy1_ul li:nth-child(8){
    border-radius:  0 0  8px 0;
}
.z_qy1_ul li {
	width: 25%;
	box-sizing: border-box;
	height: 200px;
	background: #fff;
	overflow: hidden;
	transition: all 0.3s;
	border-left: 1px solid #F0F6FC;
	border-top: 1px solid #F0F6FC;
	padding: 20px;
}

.z_qy1_ul li:nth-child(n+5) {
	border-bottom: 1px solid #F0F6FC;
}

.z_qy1_ul li:nth-child(4n) {
	border-right: 1px solid #F0F6FC;
}

.z_qy1_ul li:hover {}


.z_qy1_ul li a {
	display: block;
	text-decoration: none;
}

.z_qy1_li1 {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.z_qy1_li1 div {
	width: 44px;
	height: 44px;
	border-radius: 4px;
	overflow: hidden;
	flex: none;
	margin-right: 8px;
}

.z_qy1_li1 p {
	font-family: 'AlibabaPuHuiTi-Medium';
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.z_qy1_li2 {
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 20px;

}

.z_qy1_li3 {
	font-family: 'AlibabaPuHuiTi-Medium';
	margin-top: 20px;
	width: 104px;
	height: 27px;
	box-sizing: border-box;
	background: #F0F6FC;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
	font-weight: 500;
	font-size: 14px;
	color: var(--primary-color);
	margin-left: auto;
}

.z_qy1_ul a:hover .z_qy1_li3 {
	color: #fff;
	background: var(--primary-color);
}

.z_qy1_ul a:hover .z_qy1_li3 img {
	content: url('../images/jt4.svg');
}

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

.z_qy1_li1 div img {
	width: 44px;
	height: 44px;
}

.z_tit2 {
	font-family: 'AlibabaPuHuiTi-Medium';
	font-size: 18px;
	font-weight: 500;
	color: #333;
	position: relative;
	line-height: 26px;
	box-sizing: border-box;
	padding-left: 16px;
}

.z_tit2::after {
	content: '';
	width: 6px;
	height: 20px;
	background: linear-gradient(0deg, #2D7DE4 0%, #6CACFF 100%);
	border-radius: 14px;
	position: absolute;
	left: 0;
	top: 3px;
}


.z_qy1_2ul li {
	padding: 20px 0;
	border-top: 1px solid #E9E9E9;
}

.z_qy1_2ul li:first-child {
	border-top: none;
}

.z_qy1_2ul li div {
	font-family: 'AlibabaPuHuiTi-Medium';
	font-size: 14px;
	color: #333;
	font-weight: 500;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;

}

.z_qy1_2ul li p {
	font-size: 12px;
	color: #666;
	font-weight: 400;
	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 32px;
}

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

.z_qy1_2ul li:hover p {
	color: var(--primary-color);
}

.z_qy1_2a {
	font-family: 'AlibabaPuHuiTi-Medium';
	width: 100%;
	height: 40px;
	background: #F0F6FC;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	color: var(--primary-color);
}



.z_qy1_2a img {
	width: 8px;
	height: 8px;
	margin-left: 20px;
	display: block;
}

/* 企业轮播图 */
.z_qy2 {
	display: flex;
	gap: 24px;
}

.z_qy2 li {
	flex: none;
	width: 220px;
	height: 90px;
	box-shadow: 0px 6px 10px 0px rgba(135, 147, 196, 0.1);
	border-radius: 10px;
	overflow: hidden;
}

.z_qy2 li img {
	width: 100%;
	height: 100%;
}

/* 在线商城区域 */
.z_sp {
	margin-top: 80px;
}

.z_sp1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.z_sp1 ul {
	display: flex;
	gap: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.z_sp1 ul li {
	font-family: 'AlibabaPuHuiTi-Medium';
	width: 112px;
	height: 46px;
	background: #FFFFFF;
	border-radius: 4px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	text-align: center;
	line-height: 46px;
}

.z_sp1 ul li:hover {
	color: var(--primary-color);
}

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


/* 商城内容区 */
.z_sp2 {
	margin-top: 40px;
	display: flex;
	margin-bottom: 20px;
}

.z_sp2_1 {
	flex: none;
	background-size: cover;
	background-position: center;
	width: 380px;
	height: 440px;
	box-sizing: border-box;
	padding: 78px 50px 0;
	position: relative;
	overflow: hidden;
}

.z_sp2_1 p {
	font-family: 'AlibabaPuHuiTi-Medium';
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	color: #333;
	margin-bottom: 40px;
}

.z_sp2_1 div {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-bottom: 40px;
}

.z_sp2_1a {
	width: 124px;
	height: 40px;
	background: var(--primary-color);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}


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

.z_sp2_2 {
	flex: 1;
	height: 440px;
	overflow: hidden;
}

.z_sp2_2 img {
	width: 100%;
	height: 100%;
}

.z_sp3 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.z_sp3 li {
	width: 272px;
	height: 380px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s;
}

.z_sp3 li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 24, 34, 0.1);
}

.z_sp3 li a {
	display: block;
	text-decoration: none;
}

.z_sp3_li1 {
	width: 100%;
	height: 272px;
	overflow: hidden;
	position: relative;
}

.z_sp3_li1 img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s;
}

.z_sp3 li:hover .z_sp3_li1 img {
	transform: scale(1.05);
}

.z_sp3_li2 {
	margin: 16px 0 10px;
	padding: 0 20px;
	font-size: 16px;
	color: #333;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
}

.z_sp3_li3 {
	padding: 0 20px;
	font-size: 22px;
	color: #E52020;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 10px;
}

.z_sp3_li3 span {
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	line-height: 22px;
	text-decoration: line-through;
}

/* 行业展会区域 */
.z_zh {
	width: 100%;
	background-position: center top;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	padding: 80px 0 0;
	background-repeat: no-repeat;
}

.z_zh .z_tit {
	color: #fff;
}

/* 上方大卡片 */
.z_zh1 {
	margin-top: 41px;
	display: flex;
	gap: 30px;
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
}

.z_zh1 li {
	flex: 1;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s;
}

.z_zh1 li a {
	display: block;
	text-decoration: none;
}

.z_zh1_1 {
	width: 100%;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.z_zh1_1 img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s;
}

.z_zh1 li:hover .z_zh1_1 img {
	transform: scale(1.05);
}

.z_zh1_2 {
	box-sizing: border-box;
	width: 100%;
	height: 214px;
	padding: 30px 30px 0;
}

.z_zh1_2a {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.z_zh1_2b {
	font-weight: 400;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
	margin-bottom: 30px;
}

.z_zh1_2c {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #CCDEF5;
	box-sizing: border-box;
	background: #fff;
	font-weight: 400;
	font-size: 12px;
	color: var(--primary-color);
	transition: all 0.3s;
}

.z_zh1_2c img {
	width: 8px;
	height: 8px;
	margin-left: 10px;
	display: block;
}

.z_zh1 li:hover .z_zh1_2c {
	background: var(--primary-color);
	color: #fff;
}

.z_zh1 li:hover .z_zh1_2c img {
	content: url('../images/jt4.svg');
}

/* 下方小卡片 */
.z_zh2 {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}

.z_zh2 li {
	width: calc(50% - 10px);
	height: 154px;
	margin-top: 20px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px 20px 0;
	box-sizing: border-box;
	transition: all 0.3s;
}

.z_zh2 li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 24, 34, 0.1);
}

.z_zh2 li a {
	display: block;
	text-decoration: none;
}

.z_zh2_1a {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.z_zh2_1b {
	font-weight: 400;
	font-size: 14px;
	color: #999;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	margin-bottom: 20px;
}

.z_zh2_1c {
	margin-left: auto;
	align-items: center;
	width: fit-content;
	display: flex;
	font-weight: bold;
	font-size: 14px;
	color: 999;
	transition: all 0.3s;
}

.z_zh2_1c img {
	width: 8px;
	height: 8px;
	margin-left: 20px;
	display: block;
}

.z_zh2 li:hover .z_zh2_1c {
	color: var(--primary-color);
}

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

/* 行业新闻区域 */
.z_news {
	width: 100%;
	background-position: center top;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	padding: 80px 0;
	background-repeat: no-repeat;
}

.z_news1 {
	margin-top: 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 402px;
	padding: 0 150px 0 80px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.z_news1_bg {
	width: 100%;
	height: 322px;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: -1;

}

/* 左侧选项卡列表 */
.z_news1_1 {
	flex: none;
	width: 460px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.z_news1_1 li {
	box-sizing: border-box;
	height: 126px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 20px 20px 0;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}

.z_news1_1 li.on {}

.z_news1_1 li div {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

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

.z_news1_1 li p {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

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

.z_news1_1 li span {
	font-weight: 400;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
}

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

/* 右侧内容卡片区 */

.z_news1_2 {
	width: 420px;
	height: 286px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 40px 40px 0;
}


.z_news1_2a span {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.z_news1_2a p {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 40px;
}

.z_news1_2a div {
	width: 160px;
	height: 40px;
	background: var(--primary-color);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}


.z_news1_2a div img {
	width: 8px;
	height: 8px;
	margin-left: 10px;
	display: block;
}

/* 右侧列表区域 */
.z_news2 {
	margin-top: 30px;
	display: flex;
}

.z_news2 li {
	width: 25%;
	height: 366px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	transition: all 0.3s;
}

.z_news2 li:hover {
	background-image: url(../images/new2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
}

.z_news2 li a {
	display: block;
	padding: 50px;
	box-sizing: border-box;
}

.z_news2 li a p {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.z_news2 li:hover a p {
	color: #fff;
	padding-left: 12px;
	box-sizing: border-box;
}

.z_news2 li:hover a p::after {
	content: '';
	width: 4px;
	height: 16px;
	background: #FFFFFF;
	border-radius: 90px;
	position: absolute;
	left: 0;
	top: 3px;
}

.z_news2 li a div {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-bottom: 40px;
}

.z_news2 li:hover a div {
	color: #fff;
}

.z_news2 li a img {
	width: 20px;
	height: 20px;
	display: block;
	transition: all 0.3s;
}

.z_news2 li:hover a img {
	transform: translateX(4px);
	content: url('../images/jt7.svg');
}

/* 表单区域 */
.z_fm {
	width: 100%;
	background-position: center top;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	padding: 60px 0 52px 0;
	background-repeat: no-repeat;
}

.z_fm .z_tit {
	color: #fff;
	margin-bottom: 26px;
	line-height: 44px;
	font-size: 32px;
}

.z_form {
	box-sizing: border-box;
	padding: 50px 0 0;
	height: 532px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 84, 210, 0.5) 100%);
	border-radius: 10px 10px 10px 10px;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.z_form_c {
	width: 570px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}

.z_form1 {
	margin-top: 14px;
	position: relative;
	width: 100%;
}

.z_form1.z_form2 {
	width: calc(50% - 10px);
}

.z_form1 p {
	font-family: 'AlibabaPuHuiTi-Medium';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	font-weight: 500;
	font-size: 14px;
	color: #333;
	line-height: 19px;
}

.z_form3.z_form1 p {
	top: 16px;
	transform: translateY(0);
}

.z_form1 input {
	width: 100%;
	height: 62px;
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #EDEDED;
	border: none;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
	outline: none;
	padding-left: 96px;
}

.z_form1.z_form2 input {
	height: 50px;
}

.z_form1 input::placeholder {
	color: #666;
	font-weight: 500;
}
.z_form3{
    height: 140px;
	background: #FFFFFF;
	border-radius: 6px;
	
	box-sizing: border-box;
	padding: 45px 10px 20px 20px;
}
.z_form3 textarea {
    border: none;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	resize: none;
	outline: none;
	font-family: inherit;
}

.z_form1 textarea::placeholder {
	color: #666;
	font-weight: 500;
}


.z_submit {
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}

.z_submit input[type="submit"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 2;
}

.z_submit>div {
	font-family: 'AlibabaPuHuiTi-Medium';
	width: 154px;
	height: 48px;
	background: var(--primary-color);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	pointer-events: none;
	transition: all 0.3s;
}

.z_submit>div img {
	width: 8px;
	height: 8px;
	margin-left: 30px;
	display: block;
}

.z_submit:hover>div {
	box-shadow: 0px 4px 12px 0px rgba(45, 125, 228, 0.4);
}

/* 底部区域 */
.z_ft {
	width: 100%;
	background: #001041;
	padding: 80px 0;
	box-sizing: border-box;
}

.z_ft_w {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.z_ft1 {
	flex: none;
}

.z_ft1 a {
	display: block;
}

.z_ft1 img {
	height: 40px;
	display: block;
}

.z_ft2 {
	display: flex;
	gap: 80px;
}

.z_ft2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.z_ft2 ul li {
	line-height: 30px;
}

.z_ft2 ul li:first-child {
	margin-bottom: 20px;
	line-height: 22px;
}

.z_ft2 ul li:first-child a {
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
}

.z_ft2 ul li a {
	font-weight: 400;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 30px;
	transition: all 0.3s;
	text-decoration: none;
}

.z_ft2 ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.z_ft3 {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 22px;
	padding: 20px 0 0;
}

.z_ft3 a {
	color: rgba(255, 255, 255, 0.4);
}


/*---------------增加板块的样式----------------*/
   .index3{
    padding:80px 0;
}
.news_tab{
    margin-left:auto;
    /*width:1074px;*/
    border-bottom:#C5C8D0 1px solid;
    justify-content:flex-end;
    height:38px;
    align-self: flex-end;
}
.news_tab1{
    line-height:22px;
    padding-bottom:16px;
    width:200px;
    text-align:center;
    cursor: pointer;
    font-size:16px;
    position: relative;
}
.news_tab1:hover{
    color: var(--primary-color);
}
.news_tab1.on{
    color: var(--primary-color);
}
.news_tab1.on::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background:var(--primary-color);
    position: absolute;
    bottom: 0px;
    left: 0;
}
.news_list1{
    display: block;
    width:460px;
    margin-right:30px;
    margin-top:40px;
}
.news_list1_img{
    width:100%;
    height: 368px;
    border-radius:10px;
    overflow: hidden;
    margin-bottom:20px;
}
.news_list1_1{
    margin-top:30px;
}
.news_list1_2{
    font-size:14px;
    color:#999;
}
.news_list1_3{
    margin-left:auto;
    width:106px;
    height:36px;
    line-height:36px;
    color:#666;
}
.news_list1_3 .cat-iconfontA{
    font-size:10px;
    margin-left:10px;
}
.news_list1:hover{
    color:var(--primary-color);
}
.news_list1:hover img{
    transform:scale(1.1);
}
.news_list1:hover .cat-iconfontA{
     color:#fff;
}
.news_list2{
    flex:1;
    margin-top:10px;
}
.news_list2_1{
    margin-top:30px;
    display: block;
}
.news_list2_1 .news_list1_1{
    margin-top:12px;
}
.news_list2_1:hover{
    color:var(--primary-color);
}
.news_list1_4 {
    margin-left:auto;
    font-size:12px;
    line-height:20px;
    color:#999;
}
.news_list1_4 .cat-iconfontA{
    font-size:10px;
    margin-left:10px;
}
.news_list2 a:hover .cat-iconfontA{
    color:var(--primary-color);
}
.news_list2 a:hover .news_list1_4{
    color:var(--primary-color);
}
.news_list1:hover .news_list1_3{
    background:var(--primary-color);
    border-radius:4px;
    color:#fff;
}
.index4{
    padding:60px 0;
    background:url('') top center no-repeat ;
}
.index4_1{
    width:50%;
    position:relative;
    z-index:2;
}
.index4_2{
    font-size:18px;
    line-height:26px;
    margin-top:60px;
}
.index4_3{
    font-size:14px;
    color:#666;
    line-height:19px;
    margin-top:60px;
    width:450px;
}
.index4_4{
    font-size:14px;
    color:#2C2A7B;
    line-height:20px;
    margin-top:60px;
}
.index4_4 .cat-iconfontA{
    font-size:10px;
    margin-left:10px;
}
.index4_4:hover{
    opacity:0.8;
    color:#2C2A7B;
}
.index4_5{
    padding:0px 80px 40px;
    font-size:26px;
    font-weight:700;
    line-height:36px;
}
.index4_6{
    padding:50px 40px 30px;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(200, 215, 255, 0.20) 7.05%, rgba(202, 191, 255, 0.20) 100%);
    backdrop-filter: blur(2px);
    margin-left:80px;
    flex-wrap:wrap;
    justify-content:space-between;
}
.index4_7{
    font-size:14px;
    line-height:20px;
    padding:16px 20px;
    border-radius: 6px;
    border: 1px solid #EDEDED;
    background: #FFF;
    margin-bottom:14px;
    width:100%;
}
.index4_7:-internal-autofill-selected{
    background: #FFF;
}
.index4_7 span{
    font-size:14px;
    display: block;
    width:76px;
}
.index4_7 input{
    height:20px;
    border:none;
    background:none;
}
.index4_8{
    width:calc(50% - 10px);
    box-sizing: border-box;
}
.index4_7 textarea{
    line-height:20px;
    border:none;
    background:none;
    margin-top:10px;
    height:80px;
    width:100%;
}
.index4_9{
    margin:0 auto;
    width:154px;
    height:48px;
    background:var(--primary-color);
    margin-top:26px;
    border:none;
    color:#fff;
    border-radius:4px;
}
.index4_9 .cat-iconfontA{
    font-size:10px;
    margin-left:30px;
}
.index4_9:hover{
    opacity:0.8;
}
.index5{
    padding:40px 0;
}
.index5_1{
    margin-left:115px;
    flex:1;
    overflow: hidden;
}
.index5_3{
    margin-right:24px;
    width:220px;
    height:90px;
    background:rgba(255,255,255,0.9);
    border-radius: 8px;
    overflow: hidden;
    padding:0 50px;
}
.index5_3:hover{
    background:#fff;
}
.index_title{
    margin-top: 50px;
}
.index_title h2 {
    font-size: 36px;
    line-height: 52px;
    color: #333;
    text-align: center;
}
.index_title p {
    font-size: 14px;
    color: rgba(102, 102, 102, 0.60);
    margin-top: 10px;
}
.tradeShow_list_text1 {
    font-size: 18px;
    line-height: 26px;
}
.tradeShow_list_text2 {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    opacity: 0.9;
    margin-top: 10px;
}
.index5_2 img{
    object-fit:contain;
}
.index5_b{
    margin-top:24px;
}


