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

/*.lazyloaded {*/
/*	opacity: 1;*/
/*}*/
@media screen and (min-width: 750px) and (max-width: 1024px) {
  html {
    width: 1440px !important; /* 固定宽度，!important确保优先级不被覆盖 */
    box-sizing: border-box;    /* 宽高包含边距/边框，避免溢出1440px */
    margin: 0 auto;            /* 可选：让html居中，视觉更友好 */
  }
}
/* 可选：非目标尺寸，html宽度自适应（默认也会100%，可根据需求修改） */
html {
  box-sizing: inherit;
  width: 100%;
}
.lazyload[data-bg] {
	background-image: none;
}

.fit_cover {
	object-fit: cover;
}

.xzs {
	width: 100%;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	padding: 50px 0 47px;
	overflow: hidden;
}

.xzs1 {
	display: flex;
}

.xzs1_1 {
	flex: none;
	margin-right: 18px;
	width: 730px;
}

.xzs1_1a {
	display: flex;
	width: fit-content;font-weight: bold;
font-size: 26px;
color: #FFFFFF;
line-height: 39px;
padding-left: 26px;
}

.xzs1_1b {
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 30px;
}

.xzs1_1c {
	margin-top: 40px;
	width: 730px;
	height: 355px;
	overflow: hidden;
	border-radius: 10px;
}

.xzs1_1c img {
	width: 730px;
	height: 355px;
	transition: all 0.5s ease-in-out;
}

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

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

.xzs1_2>p {
	line-height: 30px;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	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: 53px;

	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;
}

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

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

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

	font-weight: 400;
	font-size: 14px;
	
	color: #333;

	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: 49px;
	position: relative;
}

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

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

.xzs2 {
	display: flex;
	justify-content: space-between;
	margin-top: 21px;
}

.xzs2 li {
	width: calc(25% - 15px);
	height: 280px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.3s;
}
.xzs2 li:hover{transform: translateY(-4px);}
.xzs2 li img {
	width: 100%;
	height: 280px;transition: all 0.3s;
}

.xzs2 li div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 52px;
	background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	text-indent: 20px;
	line-height: 52px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.xzs2 li p {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 76px;
	height: 29px;
	background: linear-gradient(137deg, #F5A81C 0%, #F5471C 100%);
	border-radius: 0px 8px 0px 8px;
	line-height: 29px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}

.d_qy {
	width: 100%;
	padding: 50px 0 50px;
	background: #F2F4F5;
	overflow: hidden;
}

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

.qy_header_1 {
	display: flex;
	align-items: center;
}

.dtit {
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	line-height: 39px;
}

.beforetit {
	position: relative;
}

.beforetit::after {
	content: '';
	width: 5px;
	height: 16px;
	background: linear-gradient(180deg, #008CD7 0%, #91DAFF 100%);
	position: absolute;
	top: 12px;
	right: -16px;
}

.beforetit::before {
	content: '';
	width: 5px;
	height: 12px;
	background: linear-gradient(180deg, #008CD7 0%, #91DAFF 100%);
	position: absolute;
	top: 14px;
	right: -26px;
}

.beforetit1 {
	position: relative;
}

.beforetit1::after {
	content: '';
	width: 5px;
	height: 16px;
	background: #fff;
	position: absolute;
	top: 12px;
	right: -16px;
}

.beforetit1::before {
	content: '';
	width: 5px;
	height: 12px;
	background: #fff;
	position: absolute;
	top: 14px;
	right: -26px;
}
.aftertit {
	position: relative;
}

.aftertit::after {
	content: '';
	width: 5px;
	height: 16px;
	background: #fff;
	position: absolute;background: linear-gradient( 180deg, #008CD7 0%, #91DAFF 100%);
	top: 12px;
	left: 10px;
}

.aftertit::before {
	content: '';
	width: 5px;
	height: 12px;
	background: #fff;
	position: absolute;background: linear-gradient( 180deg, #008CD7 0%, #91DAFF 100%);
	top: 14px;
	left: 0px;
}
.aftertit1 {
	position: relative;
}

.aftertit1::after {
	content: '';
	width: 5px;
	height: 16px;
	background: #fff;
	position: absolute;
	top: 12px;
	left: 10px;
}

.aftertit1::before {
	content: '';
	width: 5px;
	height: 12px;
	background: #fff;
	position: absolute;
	top: 14px;
	left: 0px;
}

.qy_header_1 span {
	display: block;
	margin-left: 46px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.qy_more {
	font-weight: 500;
	font-size: 14px;
	color: #2D7DE4;
	line-height: 18px;
	text-decoration: none;
	transition: all 0.3s;
	display: flex;
	align-items: center;
}

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


.qy_list {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.qy_card {
	width: calc(20% - 16px);
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
}

.qy_card:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.qy_card_img {
	width: 100%;
	height: 170px;
	position: relative;
	overflow: hidden;
}

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

.qy_card:hover .qy_card_img img {
	transform: scale(1.1);
}

.qy_tag {
	height: 28px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px 10px;
	background: linear-gradient(0deg, #FF654A 0%, #EFAB00 100%);
	border-radius: 8px 0px 8px 0px;
	font-weight: 500;
	font-size: 12px;
	color: #FEF3E9;
	line-height: 28px;
}

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

.qy_card_content1 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.qy_card_content1 div {
	width: 44px;
	height: 44px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 10px;
	border: 1px solid rgba(163, 163, 163, 0.2);
	box-sizing: border-box;
}

.qy_card_content1 img {
	width: 42px;
	height: 42px;
}

.qy_card_content1 span {
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.qy_card_desc {
	line-height: 21px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.qy_card_btn {
	display: flex;
	align-items: center;

	font-weight: 400;
	font-weight: 500;
	font-size: 14px;
	color: #008CD7;
	line-height: 21px;

	text-decoration: none;
	transition: all 0.3s;
}

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

.qy_card_btn:hover {
	color: #40A9FF;
}

.qy_excellent {
	width: 100%;
	height: 348px;
	border-radius: 8px;
	background-image: url(../images/qybg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	box-sizing: border-box;

	display: flex;
}

.qy_excellent_title {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.excellent_icon {
	width: 6px;
	height: 20px;
	background: #FFFFFF;
	margin-right: 10px;
}

.qy_excellent_title span:last-child {
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 26px;
}

.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;
	border-radius: 4px 4px 4px 4px;
	border-radius: 4px;
	transition: all 0.3s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.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 img {
	width: 100%;
	/*max-width: 134px;*/
	/*height: 56px;*/
	object-fit: contain;
	display: block;
}

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

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

.company_col {
	width: 350px;
	flex: none;
	box-sizing: border-box;
	padding: 7px 50px 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;
}

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

.d_tit_1 {
	flex: none;
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	margin-right: 136px;
	line-height: 39px;
}

.d_ul {
	flex: 1;
	display: flex;
	justify-content: end;
	border-bottom: 1px solid #C5C8D0;
}

.d_news3 .d_ul {
	justify-content: start;
	margin: 13px 20px 21px 20px;
}

.d_news3 .d_ul li {
	width: 100px;
	margin-left: 6px;
}

.d_ul li {
	width: 120px;
	height: 31px;
	margin-left: 10px;
	box-sizing: border-box;
	padding-bottom: 10px;
	line-height: 21px;
	font-weight: 400;
	color: #666666;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.d_ul a {
	display: block;
	width: 120px;
	height: 31px;
	margin-left: 10px;
	box-sizing: border-box;
	padding-bottom: 10px;
	line-height: 21px;
	font-weight: 400;
	color: #666666;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.d_ul li:first-child {
	margin-left: 0;
}

.d_ul li.on {
	font-weight: bold;
	color: #008CD7;
	position: relative;
}

.d_ul li.on::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #008CD7;
	z-index: 1;
}

.d_news {
	width: 100%;
	padding: 0 0 50px;
	overflow: hidden;
	background: #F2F4F5;
}

.d_news_w {
	display: flex;
	gap: 20px;
}

.d_news1 {
	width: 440px;
	flex-shrink: 0;
}

.d_news1_1 {
	margin-bottom: 20px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

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

.d_news1_1 img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
	transition: all 0.3s;
}

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

.d_news1_1 p {
	position: absolute;
	bottom: 0;
	left: 0;

	width: 440px;
	height: 90px;
	background: rgba(51, 51, 51, 0.6);
	border-radius: 0px 0px 0px 0px;
	padding: 20px;

	box-sizing: border-box;

	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}



.d_news1_2 {
	width: 100%;
	height: 442px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
	padding: 24px 0px 0px;
	box-sizing: border-box;
}

.d_news1_2>p {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	padding-left: 36px;
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid #EEEEEE;
}

.d_news1_2>p::before {
	content: '';
	position: absolute;
	left: 16px;
	top: 3px;
	width: 6px;
	height: 20px;
	background: linear-gradient(180deg, #008CD7 0%, #91DAFF 100%);
}

.d_news1_2a {
	margin-bottom: 15px;
	padding: 0 20px;
	transition: all 0.3s;
}

.d_news1_2a:nth-child(2) {
	margin-top: 15px;
}

.d_news1_2a:last-child {
	margin-bottom: 0;
}


.d_news1_2a a {
	display: flex;
	align-items: flex-start;
	transition: all 0.3s;
}

.d_news1_2a span {
	flex: none;
	display: block;
	width: 36px;
	font-weight: bold;
	font-size: 16px;
	color: #008CD7;
	line-height: 21px;
}

.d_news1_2a:nth-child(1) span,
.d_news1_2a:nth-child(2) span,
.d_news1_2a:nth-child(3) span,
.d_news1_2a:nth-child(4) span {
	color: #F5471C;
}

.d_news1_2a div {
	font-weight: 400;
	font-size: 14px;
	color: #1F1D1D;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}

.d_news1_2a a:hover div {
	color: #008CD7;
	text-decoration: underline;
}

.d_news2 {
	flex: none;
	width: 500px;
	height: 782px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	box-sizing: border-box;
	padding: 24px 30px 0;
}

.d_news2_1 {
	border-bottom: 1px solid #EEEEEE;
	transition: all 0.3s;
	padding-bottom: 20px;
}


.d_news2_1 a {
	display: flex;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	transition: all 0.3s;
}
.d_news2_1 a:hover{
    text-decoration: underline;
}
.d_news2_1 img {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-right: 10px;
}

.d_news3 .d_news2_2 {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.d_news2_2 {
	transition: all 0.3s;
	margin-bottom: 15px;
}

.d_news2 .d_news2_2:nth-child(2) {
	margin-top: 20px;
}
.d_news2_1:hover a{
    color: #008CD7;
	text-decoration: underline;
}

.d_news2_2:hover div {
	color: #008CD7;
	text-decoration: underline;
}

.d_news2_2 a {
	display: flex;
	align-items: center;
}

.d_news2_2 div {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 21px;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	margin-right: 42px;
	padding-left: 16px;
	position: relative;
}

.d_news2_2 div::after {
	width: 6px;
	height: 6px;
	background: #008CD7;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.d_news2_2 span {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #008CD7;
	line-height: 21px;
	flex-shrink: 0;
	display: none;
}



.d_news3 {
	flex: none;
	width: 460px;
	height: 782px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	flex-shrink: 0;
	padding-top: 24px;
	box-sizing: border-box;
}

.d_news3_1 {
	padding-left: 36px;
	padding-right: 20px;
	box-sizing: border-box;
	font-weight: bold;

	position: relative;
	padding-bottom: 20px;

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

	border-bottom: 1px solid #EEEEEE;
}

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

.d_news3_1 a {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: #666666;
	line-height: 18px;

}
.d_news3_1 a:hover {
	color: #008CD7;
	text-decoration: underline;
}
.d_news3_1 a:hover img{
	content: url('../images/djt1.svg');
}
.d_news3_1 a img {
	margin-left: 10px;
	width: 10px;
	height: 10px;
	display: block;
}

.d_news3_1::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 3px;
	width: 6px;
	height: 20px;
	background: linear-gradient(180deg, #008CD7 0%, #91DAFF 100%);
	border-radius: 0px 0px 0px 0px;
}

.dad{
	overflow: hidden;
}
.dzs {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	padding: 50px 0 0;
	height: 960px;
	box-sizing: border-box;
	overflow: hidden;
}

.dzs_w {
	position: relative;
}

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

.dzs_t1 {
	display: flex;
	align-items: center;
}

.dzs_t1_1 {
	box-sizing: border-box;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 39px;
	position: relative;
	padding-left: 26px;
	margin-right: 46px;
}


.dzs_t1_2 {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	line-height: 21px;
}

.dzs_t2 {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	cursor: pointer;
	transition: all 0.3s;
}

.dzs_t2 img {
	width: 10px;
	height: 10px;
	transition: all 0.3s;
	margin-left: 10px;
}
.dzs_t2 a{
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.dzs1 {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.dzs1_1 {
	width: 380px;
	height: 428px;
	flex-shrink: 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}


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

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

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

.dzs1_1blur div {
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 10px;
}

.dzs1_1blur p {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 25px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dzs1_2 {
	box-sizing: border-box;
	width: 510px;
	height: 428px;
	flex: 1;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 24px 0 0;
	box-sizing: border-box;
}

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

.dzs1_2t::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 3px;
	width: 6px;
	height: 20px;
	background: linear-gradient( 180deg, #E52020 0%, #F99090 100%);
	border-radius: 0px 0px 0px 0px;
}

.dzs1_2ta::before {
	background: linear-gradient(180deg, #008CD7 0%, #91DAFF 100%);
}

.dzs1_2_1 {
	box-sizing: border-box;
	padding: 20px 0;
	margin: 0 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	transition: all 0.3s;
}

.dzs1_2_1:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.dzs1_2_1 div {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	color: #333333;
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}

.dzs1_2_1 a:hover div {
	text-decoration: underline;
	color: #1890FF;
}

.dzs1_2_1 p {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

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

.dzs2_li {
	width: calc(20% - 16px);
	height: 344px;
	background: #FFFFFF;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
}

.dzs2_li:hover {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.dzs2_li1 {
	width: 100%;
	height: 170px;
	overflow: hidden;
}

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

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

.dzs2_li2 {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	padding: 0 20px;
	margin: 20px 0 10px 0;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.dzs2_li3 {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dzs2_li4 {
	display: flex;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #1890FF;
	font-weight: 500;
	font-size: 14px;
	transition: all 0.3s;
	width: 124px;
	height: 40px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid rgba(0, 140, 215, 0.6);
	overflow: hidden;
	margin: 12px 0 0 20px;
}

.dzs2_li4 img {
	width: 8px;
	height: 8px;
	margin-left: 20px;
	display: block;
	transition: all 0.3s;
}

.dzs2_li:hover .dzs2_li4 {
	color: #fff;
	background-color: #008CD7;
}

.dzs2_li:hover .dzs2_li4 img {
	content: url('../images/djt2.svg');
}

.dzh {
	width: 100%;
	padding: 60px 0;
	background: #FFFFFF;
	overflow: hidden;
}

.dzh_w {
	display: flex;
	gap: 30px;
}

.dzh1 {
	width: 580px;
	flex-shrink: 0;
}

.dzh1_1 {
	margin-bottom: 20px;
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}



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

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

.dzh1_1 div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	box-sizing: border-box;
	background: rgba(51, 51, 51, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
}

.dzh1_2 {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.dzh1_2 li {
	width: 180px;
	transition: all 0.3s;
	cursor: pointer;
}

.dzh1_2 li>div {
	width: 180px;
	height: 120px;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
}

.dzh1_2 li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

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

.dzh1_2 li p {
	font-weight: 400;
	font-size: 14px;
	color: #1F1D1D;
	line-height: 21px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.dzh1_2 li:hover p {
	color: #008CD7;
}

.dzh2 {
	flex: none;
	width: 460px;
}
.dzh3 {
	flex: none;
	width: 340px;
}
.dzh2_1 {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	padding-left: 16px;
	position: relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #EEEEEE;
}

.dzh2_1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 6px;
	height: 20px;
	background: linear-gradient(180deg, #008CD7 0%, #91DAFF 100%);
	border-radius: 0px 0px 0px 0px;
}

.dzh2_2 {
	margin-top: 12px;
	transition: all 0.3s;
	box-sizing: border-box;
	padding-left: 16px;
	position: relative;
}

.dzh2_2::after {
	content: '';
	width: 6px;
	height: 6px;
	background: #008CD7;
	position: absolute;
	top: 7px;
	left: 0;
}

.dzh2_2 div {
	font-weight: 400;
	font-size: 14px;
	color: #1F1D1D;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}

.dzh2_2 a:hover div {
	color: #008CD7;
	text-decoration: underline;
}

.dzh2_2 p {
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	margin-top: 4px;
	line-height: 18px;
}

.dzh3 {
	width: 340px;
	flex-shrink: 0;
}

.dzh3_2:nth-child(2){
	margin-top: 12px;
}
.dzh3_2 {
	margin-bottom: 20px;
}

.dzh3_2:last-child {
	margin-bottom: 0;
}

.dzh3_2 a {
	display: flex;
	align-items: center;
}

.dzh3_2a {
	width: 70px;
	height: 70px;
	border-radius: 8px;
	flex-shrink: 0;
	text-align: center;
	padding-top: 11px;
	box-sizing: border-box;
	margin-right: 20px;background: #EAEAEA;
}

.dzh3_2a div {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.dzh3_2a p {
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin-top: 5px;
	color: #666666;
}
.dzh3_2:hover .dzh3_2a {
	background: #008CD7;

}
.dzh3_2:hover .dzh3_2a div {
	color: #FFFFFF;
}

.dzh3_2:hover .dzh3_2a p {
	color: #FFFFFF;
}

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

.dzh3_2b div {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}

.dzh3_2:hover .dzh3_2b div {
	color: #008CD7;
}

.dzh3_2b p {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 21px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.xft {
	background: #2B2F31;
	width: 100%;
	padding: 50px 0 40px 0;
}

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

.xft1 a img {
	width: 196px;
	/*height: 34px;*/
	display: block;
}

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

.xft1_1 img {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.xft1_1 p {
	line-height: 39px;
	font-family: 'DIN';
	font-weight: 400;
	font-size: 32px;
	color: #FFFFFF;
}

.xft2 {
	margin-top: 43px;
	margin-bottom: 20px;
	padding: 50px 0 92px 0;
	display: flex;
	justify-content: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.xft2 ul {
	margin-left: 100px;
}

.xft2 ul:first-child {
	margin-left: 0;
}

.xft2 li {
	font-weight: 400;
	font-size: 12px;
	line-height: 28px;
}
.xft2 li a{
	color: rgba(255, 255, 255, 0.4);
}
.xft2 li:first-child {
	line-height: 22px;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.xft2 li:first-child a {
	color: #FFFFFF;
}
.xft3{
font-weight: 400;
font-size: 12px;
color: rgba(255,255,255,0.3);
line-height: 22px;
text-align: center;
}

.xdmore1 {
	flex: none;
	width: 154px;
	height: 48px;
	line-height: 48px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	border-radius: 40px 40px 40px 40px;
	background: #C82B2C;
	box-sizing: border-box;

	display: flex;
	justify-content: center;
	align-items: center;
}

.xdmore1 img {
	margin-left: 30px;
	width: 8px;
	height: 8px;
	color: #fff;
}

.xdmore1:hover {
	border: 1px solid #DF2725;
	background: #DF2725;
}

.xcont {
	width: 100%;
	height: 800px;
	box-sizing: border-box;
	padding: 100px 0 0 0;
	background-image: url(../images/cont2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.xcont_t {
	line-height: 55px;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-align: center;
	position: relative;
}

.xcont_t::after {
	display: block;
	content: '';
	width: 80px;
	height: 4px;
	background: #DF2725;
	margin: 0 auto;
	margin-top: 20px;
}

.xcont_t::before {
	display: block;
	content: '';
	width: 590px;
	height: 72px;
	background-image: url(../images/tit7.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.xcont_w {
	margin-top: 76px;
	display: flex;
	justify-content: space-between;
}

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

.xcont1_2 {
	width: 320px;
	height: 60px;
	box-sizing: border-box;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 8px 8px 8px 8px;
	outline: none;
	text-indent: 20px;
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	margin-top: 30px;
}

.xcont1_2::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}

.xcont1_1 {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 27px;
}

.xcont1_3 {
	border-radius: 8px 8px 8px 8px;
	margin-top: 20px;
	width: 100%;
	height: 220px;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	display: block;
	outline: none;
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	padding: 20px;
	resize: none;
}
.xcont1_3::placeholder{
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}
.xcont1_4{
	width: 154px;
	height: 48px;
	margin-top: 30px;
	position: relative;
}
.xcont1_4 input{
	width: 154px;
	height: 48px;
	display: block;
	border: none;
	outline: none;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 11;
	cursor: pointer;
}

.xcont2 {
	flex: none;
	width: 700px;
	height: 460px;
	overflow: hidden;
	margin-left: 80px;
	border-radius: 8px;
}

.xcont2 img {
	width: 700px;
	height: 460px;
}