@charset "utf-8";
/* CSS Document */

.banner {
	position: relative;
	width: 100%;
}

.banner .p_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .p_img .p_link {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	background-size: cover;
	transition: all ease 3s;
	transform: scale(1.1);
}

.banner .p_img .p_link::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.banner .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	/* transition: all 5s ease 0s;
	transition: filter 1s; */
}

.wBanner.banner .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: 2.5s ease-in-out 0.2s;
	transform: scale(1.1, 1.1);
}

.wBanner.banner .swiper-slide-active img,
.wBanner.banner .swiper-slide-duplicate-active img {
	/* transition: 6s linear; */
	transform: scale(1, 1);
}


.banner .p_info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 22;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 20px;
}

.banner .p_info1 {
	position: absolute;
	top: -30px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 22;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 20px;
}

.banner .p_info .p_fivebox {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
}

.banner .p_info .p_fivebox .p_btitle {
	color: rgba(255, 255, 255, 1);
	line-height: 1.2;
	font-size: max(54px, 4vw);
	font-weight: 900;
	margin-bottom: 10px;
	transition: all ease 0.8s 0.3s;
	opacity: 1;
	/* transform: translateY(40px); */
	margin-bottom: 5vh;
}

.banner .p_info .p_fivebox .p_summary {
	color: #fff;
	font-size: 20px;
	/* text-shadow: 0px 0px 5px #666 !important;*/
	line-height: 1.3;
	transition: all ease 0.6s 1.2s;
	opacity: 0;
	transform: translateX(40px);
	font-weight: normal;
}

.banner .p_info .p_fivebox .bann-en {
	color: #fff;
	font-size: 20px;
	/* text-shadow: 0px 0px 5px #666 !important;*/
	line-height: 1.3;
	transition: transform 1s 0.8s, opacity 1s 0.5s;
	opacity: 0;
	transform: translateX(40px);
	font-weight: normal;
}

.banner .swiper-slide.swiper-slide-active .bann-en {
	opacity: 1;
	transform: translateX(0px);
}

.banner .p_info .p_fivebox .bann-cn {
	color: rgba(255, 255, 255, 1);
	line-height: 1.2;
	font-size: max(20px, 1.8vw);
	font-weight: 400;
	margin-bottom: 10px;
	transition: transform 1s 0.8s, opacity 1s 1s;
	opacity: 1;
	/* transform: translateY(40px); */
}

.banner .swiper-slide.swiper-slide-active .bann-cn {
	opacity: 1;
	transform: translateY(0px);
}

.banner .swiper-slide {
	height: 100vh;
	max-height: 980px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	display: block;
}

.banner .swiper-slide .videoContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .swiper-slide .ban_img {
	display: none;
}

.banner .swiper-slide .videoContent::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.banner .swiper-slide .videoContent video {
	/*	width: auto;
	height: auto;*/
	height: 100vh;
	width: 100%;
}

.banner .swiper-slide.swiper-slide-active .p_btitle {
	opacity: 1;
	transform: translateY(0px);
}

.banner .swiper-slide.swiper-slide-active .p_summary {
	opacity: 1;
	transform: translateX(0px);
}

.banner .swiper-slide.swiper-slide-active .p_img .p_link {
	transform: scale(1);
}

.banner .p_info .p_fivebox .line {
	width: 60px;
	height: 3px;
	line-height: 3px;
	opacity: 0;
	transform: translate3d(0px, 1000%, 0px);
	cursor: pointer;
	background-color: rgb(255, 255, 255);
	padding: 0px;
	margin: 25px 0px;
}

.banner .swiper-slide.swiper-slide-active .line {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transition: transform 1s 0.8s, opacity 1s 0.8s;
}

.banner .banner_swiper .swiper-pagination {
	position: absolute;
	display: flex;
	bottom: 30px;
	right: 0;
	left: auto;
	width: 100%;
	height: auto;
	justify-content: center;
	/*display: none;*/
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px !important;
	background: hsl(0deg 0% 100% / 100%);
	opacity: 1;
	width: 15px;
	height: 15px;
	transition: all ease 0.3s;
}

.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
	width: 15px;
	border-radius: 15px;
	border: 2px solid var(--primary-red);
	background: rgb(255 255 255);
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	color: #ffffff;
	/* background: none;*/
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-size: 0;
}

.banner .swiper-button-next {
	width: 50px;
	height: 50px;
	background-image: url(../img/r-arrow.png);
	/*	display: block !important;*/
	background-color: rgba(0, 0, 0, .5);
	background-size: 28px;
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	border-radius: 50%;
	right: 2.6vw;
	/*display:none*/
}

.banner .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-image: url(../img/l-arrow.png);
	/*	display: block !important;*/
	background-color: rgba(0, 0, 0, .5);
	background-size: 28px;
	-webkit-transition: all ease .35s;
	transition: all ease .35s;
	border-radius: 50%;
	left: 2.6vw;
	/*display:none*/
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
	background-color: var(--primary-red);
	box-shadow: 0px 22px 43px 0px rgb(255 115 39 / 26%);
}

.banner .swiper-pagination-bullet {
	transition: all ease .3s;
}

.banner .swiper-pagination-bullet-active {
	background-color: #e8561a;
	width: 20px;
	border-radius: 20px;
}

/**/
.bann-btn {
	margin-top: 10vh
}

.detail-button {
	display: inline-flex;
	align-items: center;
	padding: 12px 24px;
	background: linear-gradient(135deg, #0d95ff 0%, #0057da 100%);
	color: white;
	text-decoration: none;
	border-radius: 30px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

/* 使用SVG图片作为箭头图标 */
.detail-button::before {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url('../img/bann-btn-icon.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	transition: transform 0.3s ease;
}

/* 悬停效果 */
.detail-button:hover {
	/* background: linear-gradient(135deg, #2980b9 0%, #1a2530 100%);*/
	color: #fff;
	box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
	transform: translateY(-2px);
}

.detail-button:hover::before {
	transform: translateX(3px);
}

/* 点击效果 */
.detail-button:active {
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(52, 152, 219, 0.3);
}

.shubiao-index {
	position: absolute;
	bottom: 58px;
	left: calc(50% - 30px);
	width: 60px;
	z-index: 1;
}

.shubiao {
	width: 14px;
	margin: 40px auto 0;
	position: relative;
}

.shubiao-ncon {
	margin-top: 70px;
}

.shubiao_line {
	width: 1px;
	height: 60px;
	background: #fff;
	margin: 10px auto;
	display: none
}

.shubiao_pinyin {
	width: 20px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
	margin: auto;
	display: none;
}

#shubiao {
	width: 26px;
	margin: 0 auto;
}

.mouse {
	position: relative;
	width: 26px;
	height: 48px;
	border-radius: 30px;
	border: 3px solid #fff;
}

.mouse:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 3px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-animation: scroll 1s infinite alternate;
	animation: scroll 1s infinite alternate;
}

.mouse:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 3px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-animation: scroll 1s infinite alternate;
	animation: scroll 1s infinite alternate;
}

@-webkit-keyframes scroll {
	100% {
		-webkit-transform: translate(-50%, 8px);
		transform: translate(-50%, 8px);
	}
}

@keyframes scroll {
	100% {
		-webkit-transform: translate(-50%, 8px);
		transform: translate(-50%, 8px);
	}
}

.in-xdpro {
	width: 100%;
	background: url(../img/in-pro-bg.png) repeat;
	padding: 6vh 0
}

.in-xdpro-tit1 {
	font-family: Arial;
	font-size: 0.9vw;
	color: #266ff2;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
}

.in-xdpro-tit1:before {
	content: "";
	width: 57px;
	height: 10px;
	background: url(../img/inpro-leftbg.png) no-repeat;
	position: absolute;
	left: 40%;
	top: 10%;
}

.in-xdpro-tit {
	padding-bottom: 5vh
}

.in-xdpro-tit1:after {
	content: "";
	width: 57px;
	height: 10px;
	background: url(../img/inpro-rightbg.png) no-repeat;
	position: absolute;
	right: 40%;
	top: 10%;
}

.in-xdpro-tit2 {
	font-size: 2vw;
	font-weight: bold;
	line-height: 1;
	color: #266ff2;
	padding-top: 5vh
}

.inpro-category-list {
	display: flex;
	flex-wrap: wrap;
	/* 允许换行 */
	gap: 50px;
	/* 分类间距 */
	max-width: 100%;
	margin: 40px auto;
	padding: 0 15px;
}

.inpro-category-item {
	flex: 1 1 0;
	/* 等宽填充 */
	min-width: 120px;
	/* 最小宽度，防止过窄 */
	height: 48px;
	background: #f3f7fb;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1vw;
	color: #000;
	border: 1px solid #d4dcff;
	/*box-shadow:0 2px 6px rgba(0,0,0,.05);*/
}

.inpro-category-list .inpro-category-item a {
	display: inline-block;
}

.inpro-category-list .inpro-category-item:hover {
	color: #fff;
	background: #266ff2;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}

.inpro-category-list .inpro-category-item:hover a {
	color: #fff
}

.inprolits .inp_swiper {
	width: 100%;
	overflow: hidden;
}

.inprolits .carousel-swiper {
	position: relative;
	max-width: 98%;
	margin: 0 auto;
	padding: 0 1%;
}

.inprolits .carousel-swiper_wl {
	padding: 0 30px;
	position: relative;
}

.inprolits .carousel-swiper .swiper {
	padding-top: 20px;
	padding-bottom: 40px;
}

.inprolits .carousel-swiper .swiper-slide {
	width: 25%;
	/*background: #fff;*/
	border-radius: 10px;
	overflow: hidden;
}

.inprolits .carousel-swiper .swiper-slide a {
	text-decoration: none;
}

.inprolits .carousel-swiper .swiper-slide .img_box {
	overflow: hidden;
	border: 1px solid #d4dcff;
	border-radius: 30px;
	background: #f3f7fb;
	transition: all ease .5s;
}

.inprolits .carousel-swiper .swiper-slide img {
	max-width: 100%;
	vertical-align: middle;
	transition: all ease .5s;
}

.inprolits .carousel-swiper .swiper-slide:hover img {
	transform: scale(1.1);
}

.inprolits .carousel-swiper .swiper-slide:hover .img_box {
	background: url(../img/in-pro-imgbg.jpg) no-repeat;
}

.inprolits .carousel-swiper .swiper-slide .text_box {
	padding: 20px 15px;
}

.inprolits .carousel-swiper .swiper-slide .text_box h4 {
	font-size: 1vw;
	color: #000;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inprolits .carousel-swiper .swiper-slide:hover .text_box h4 {
	color: #266ff2
}

.inprolits .carousel-swiper .swiper-slide p {
	margin-top: 12px;
	color: #636363;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: none;
}

.inprolits .carousel-swiper .swiper-pagination {
	display: none;
	width: 100%;
	bottom: 10px;
}

.inprolits .carousel-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	background-color: #ff9d18;
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 20px;
	transition: ease all 0.45s;
	position: relative;
}

.inprolits .carousel-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: transparent;
	border: 1px solid #ff9d18;
	width: 15px;
	height: 15px;
}

.inprolits .carousel-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	left: 3px;
	top: 3px;
	width: 7px;
	height: 7px;
	background-color: #ff9d18;
}

.inprolits .carousel-swiper .swiper-button-prev {
	left: 0px;
	width: 64px;
	height: 64px;
	border: solid 1px #c2c8d0;
	background-position: 0 0;
	background-size: 100%;
	background-image: none;
}

.inprolits .swiper-button-prev:after,
.inprolits .swiper-rtl .swiper-button-next:after {
	content: '<';
}

.inprolits .swiper-button-next:after,
.inprolits .swiper-rtl .swiper-button-prev:after {
	content: '>';
}

.inprolits .carousel-swiper .swiper-button-next,
.carousel-swiper .swiper-button-prev {
	position: absolute;
	color: #666;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 10px 0px #b1abab75;
	top: 40%;
	margin-top: -32px;
}

.inprolits .carousel-swiper .swiper-button-next {
	right: 0px;
	width: 64px;
	height: 64px;
	background-position: 0 -93px;
	background-size: 100%;
	border: solid 1px #c2c8d0;
	background-image: none;
}

.inprolits .carousel-swiper .swiper-button-next::after,
.carousel-swiper .swiper-button-prev::after {
	font-size: 20px;
}

.inprolits .carousel-swiper:hover .swiper-button-next:hover {
	background: #ff901d;
	border: 1px solid #ff901d;
	color: #fff
}

.carousel-swiper:hover .swiper-button-prev:hover {
	background: #ff901d;
	border: 1px solid #ff901d;
	color: #fff
}

/**/
.in-about {
	width: 100%;
	background: url(../img/in-about-bg.jpg) no-repeat;
	background-size: cover;
}

/* 容器：flex 布局，左右两列 */
.inabwrap {
	max-width: 100%;
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding-left: 10%;
	/* padding:0 20px;*/
}

/*  .in-about-rbg{ background: url({HOME_THEME_PATH}web/static/images/gsl-img.png) no-repeat right bottom;   padding:60px auto; }
/* ========= 容器 ========= */
/* ====== 容器 ====== */
.in-about-rbg {
	position: relative;
	overflow: hidden;
	padding-top: 60px;
}

/* ====== 伪元素：不再写任何隐藏代码 ====== */
.drop-bg::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/gsl-img.png) no-repeat right bottom;
	/* 初始就是可见状态，动画里再处理“掉落” */
}

/* ====== 掉落动画（只负责位移） ====== */
/*@keyframes dropIn {
    0%   {
        opacity: 0;
        transform: translateY(-120%) scale(0.85);
    }
    100% {
        opacity: 1;
        transform: translateY(0)      scale(1);
    }
}
*/
@keyframes zoomIn1 {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}

	50% {
		opacity: 0.5;
		transform: scale(1.05);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/* ====== WOW 加类时触发一次，永远保持最后一帧 ====== */
.drop-bg.animated::before {
	animation: zoomIn1 1.2s ease-out forwards;
}

/* 左侧图片列 */
.pic-col {
	flex: 1 1 300px;
	position: relative;
	height: 400px;
	overflow: hidden;
}

.pic-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	position: absolute;
	top: -500px;
	/* 初始在屏幕外 */
	left: 0;
	transition: top 1.2s cubic-bezier(.25, .8, .25, 1);
	/* 掉落 + 回弹 */
}

/* 右侧文字列 */
/* 1. 左侧列整体上移 40px（文档流级别） */
.text-col {
	margin-top: -40px;
	/* 关键：负 margin 上移 */
	width: 40%;
	position: relative;
}

/* 2. 把下移的 40px 再用伪元素“顶”回来，父级总高度不变 */
.text-col::after {
	content: '';
	display: block;
	height: 40px;
	/* ② 顶回 40px */
}

/* 3. 右侧图片列绝对不动 */
.pic-col {
	flex: 1 1 300px;
	position: relative;
	height: 400px;
	overflow: hidden;
	/* 不要任何 margin / translate 改动 */
}

.text-col::before {
	content: '';
	display: block;
	height: 40px;
	/* ① 顶高 40px（父级总高度不变） */
}

.text-col .inner {
	/* ② 把所有内容包一层.inner（若已有现成的包裹层可直接用） */
	margin-top: -40px;
	/* ③ 内容整体上移 40px，抵消伪元素高度 */
}

/* 若无.inner，可简写为直接对.text-col子元素统一负margin */
.text-col>* {
	margin-top: -40px;
}

.text-col h2 {
	font-size: 2vw;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
	background: url(../img/in-about-titbg.png) no-repeat left center;
	padding-left: 40px;
}

.text-col p {
	margin-bottom: 10px;
}

.text-col .btn {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 24px;
	background: #005bac;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
}

.text-col h3 {
	font-size: 3vw;
	line-height: 1;
	color: rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
	padding-bottom: 8vh
}

.text-col .in-about-adv {
	color: #000;
	font-size: 1.2vw;
	line-height: 1;
	padding-bottom: 3vh
}

.in-about-con {
	padding: 3vh 0 6vh 0
}

.in-about-con p {
	font-size: 0.8vw;
	line-height: 1.8;
	color: #3c3c3c
}

/* 基础按钮样式 */
.text-col .btn-learn-more {
	display: inline-flex;
	/* 一行内弹性布局 */
	align-items: center;
	/* 垂直居中 */
	justify-content: space-between;
	/* 文字左、箭头右 */
	padding: .5em 1.2em;
	border-radius: 15px 0;
	font-size: 0.8vw;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	/* 渐变背景（可改成自己喜欢的颜色） */
	background: linear-gradient(135deg, #ffb21f, #ff8e30);
	transition: all .3s ease;
}

/* 悬停效果 */
.text-col .btn-learn-more:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .25);
}

/* 箭头图标大小 / 颜色 */
.text-col .btn-arrow {
	width: 1.2em;
	height: 1.2em;
	margin-left: .6em;
	fill: currentColor;
	/* 继承文字颜色 */
	transition: transform .3s ease;
}

/* 悬停时箭头微动画 */
.text-col .btn-learn-more:hover .btn-arrow {
	transform: translateX(3px);
}

.in-about-num {
	background: url(../img/in-num-bg.jpg)repeat-x 0 0;
	/* 图宽必须>=容器宽×2 */
	background-size: auto 100%;
	;
	/*background-size: cover;*/
	overflow: hidden;
}

.e_loop-20 {
	width: 100%;
	/*   max-width: 1600px;*/
	/*padding:0 15px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 5vh 0
		/*        margin-top: 20px;*/
}

.e_loop-20 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%;
	justify-content: space-between;
}

.e_loop-20 .p_list .p_loopitem {
	position: relative;
	margin-right: 0px;
	flex-grow: 0;
	flex-shrink: 0;
	/* flex-basis: calc(20%);*/
}

.e_loop-20 .p_list .p_loopitem .e_scrollNumber-22 {
	height: 60px;
	line-height: 60px;
	font-size: 42px;
	text-align: left;
	/* */
	color: #fff;
	font-weight: normal;
}

.e_loop-20 .p_list .p_loopitem .e_scrollNumber-22 .p_num {
	font-size: 55px;
	font-family: Arial;
	font-weight: bold;
}

.e_loop-20 .p_list .p_loopitem .e_scrollNumber-22 .p_plus {
	font-size: 55px;
	font-family: Arial;
	font-weight: bold;
}

.e_loop-20 .p_list .p_loopitem .e_text-23 {
	line-height: normal;
	text-align: left;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

.in-service {
	background: url(../img/in-fw-bg.jpg) no-repeat;
	padding: 6vh 0;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}

.in-ser-tit {
	padding-bottom: 7vh
}

.in-ser-tit h2.in-ser-tit1 {
	font-size: 2vw;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
	background: url(../img/in-about-titbg.png) no-repeat left center;
	padding-left: 40px;
}

.in-ser-tit h3.in-ser-tit2 {
	font-size: 3vw;
	text-shadow: 0 1px #bdc5cd, 1px 0 #bdc5cd, -1px 0 #bdc5cd, 0 -1px #bdc5cd;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial
}

.in-news-tit2 {
	font-size: 3vw;
	text-shadow: 0 1px #d5e5f8, 1px 0 #d5e5f8, -1px 0 #d5e5f8, 0 -1px #d5e5f8;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.in-ser-adv {
	font-size: 2vw;
	color: #274270;
	font-weight: bold;
	padding-bottom: 6vh
}

/* 1 基础按钮样式 */
.hotline-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background: linear-gradient(135deg, #ffb21f, #ff8e30);
	transition: all .3s ease;
	border-radius: 15px 0;
	border: none;
	cursor: pointer;
	transition: transform .25s;
	user-select: none;
}

.in-ser-more {
	margin-bottom: 4vh
}

/* 2 箭头 SVG 样式 */
.hotline-btn svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	/* 继承文字颜色 */
	transition: transform .25s;
}

/* 3 悬停效果 */
.hotline-btn:hover {
	/* 左右弹一次：先右移2px，再左移2px，再回0 */
	animation: popX .4s ease;
	color: #fff
}

.hotline-btn:hover svg {
	transform: translateX(-4px);
	/* 箭头左移 */
}

/* 4 背景左右弹的 keyframes */
@keyframes popX {
	0% {
		transform: translateX(0);
	}

	25% {
		transform: translateX(2px);
	}

	50% {
		transform: translateX(-2px);
	}

	75% {
		transform: translateX(1px);
	}

	100% {
		transform: translateX(0);
	}
}

/* 2 网格容器：大屏两列，小屏单列 */
.service-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	padding: 1rem;
	max-width: 960px;
	margin: 0 auto;
}

/* 3 卡片：图片+文字水平排列 */
.service-card {
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: 12px;
	border: 1px solid #d4dcff;
	border-radius: 8px;
	padding-left: 12;
	background: #f3f7fb;
	transition: box-shadow .3s;
}

.service-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

/* 4 图片样式 + 旋转动画 */
.service-card img {
	width: 56px;
	height: 48px;
	object-fit: cover;
	/*  border-radius:50%;*/
	transition: transform .6s ease .1s;
	/* 延时 0.1s 旋转 */
}

.service-card:hover img {
	/*transform: rotate(360deg);*/
	transform:
		/* rotate(360deg)*/
		scale(1.02);
}

.service-card:not(:hover) img {
	/*transform: rotate(0deg);*/
	transform:
		/* rotate(360deg)*/
		scale(1);
}

/* 5 文字样式 */
.service-card p {
	font-size: 1vw;
	line-height: 1.4;
	color: #3c3c3c;
}

.service-card p span {
	font-size: 1.2vw;
	color: #266ff2;
	font-weight: 600;
}

.in-ser-bottom {
	margin-top: 5vh
}

.in-ser-bottom li {
	float: left;
	margin-right: 2%;
	width: calc(94%/4);
	border-radius: 25px;
}

.in-ser-bottom li a {
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(bottom, transparent, #0150aa);
	position: relative;
	border-radius: 25px;
}

.in-ser-bottom li:last-child {
	margin-right: 0
}

.in-ser-bottom li .xs h3 {
	font-size: 1.2vw;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 10px;
}

.in-ser-bottom li .xs p {
	font-size: 0.8vw;
	color: #fff;
	line-height: 1.6;
}

.in-ser-bottom li:nth-child(1) .xs {
	display: block;
	background: url('../img/in-fw-bottom-img1.png') no-repeat left center;
	transition: all ease-in-out .3s;
	position: absolute;
	top: 20px;
	left: 25px;
	width: 90%;
	padding-left: 80px;
}

.in-ser-bottom li:nth-child(2) .xs {
	display: block;
	background: url('../img/in-fw-bottom-img2.png') no-repeat left center;
	transition: all ease-in-out .3s;
	position: absolute;
	top: 20px;
	left: 25px;
	width: 90%;
	padding-left: 80px;
}

.in-ser-bottom li:nth-child(3) .xs {
	display: block;
	background: url('../img/in-fw-bottom-img3.png') no-repeat left center;
	transition: all ease-in-out .3s;
	position: absolute;
	top: 20px;
	left: 25px;
	width: 90%;
	padding-left: 80px;
}

.in-ser-bottom li:nth-child(4) .xs {
	display: block;
	background: url('../img/in-fw-bottom-img4.png') no-repeat left center;
	transition: all ease-in-out .3s;
	position: absolute;
	top: 20px;
	left: 25px;
	width: 90%;
	padding-left: 80px;
}

.in-ser-bottom li:last-child .xs {
	display: block;
	background: url('../img/in-fw-bottom-img4.png') no-repeat left center;
	transition: all ease-in-out .3s;
	position: absolute;
	top: 20px;
	left: 25px;
	width: 90%;
	padding-left: 80px;
}

.in-ser-bottom li:hover a {
	box-shadow: 0px 7px 20px 0px #0e0e0e6b, 0px 0px 5px 0px #0e0e0e59;
}

.in-map-img img {
	width: 100%
}

.in-news {
	background: url(../img/in-news-bg.jpg) no-repeat;
	padding-top: 5vh;
	padding-bottom: 4vh;
	background-size: cover;
	width: 100%
}

/**/
.innewsleft .m-i-news {
	padding: 0 0 85px;
	width: 100%;
}

.innewsleft .m-i-news .index-box {
	max-width: 1400px;
	margin: auto;
	position: relative;
}

.innewsleft .m-i-news a:hover {
	text-decoration: none;
}

.innewsleft .m-i-news .mores {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	background: url(../img/icon21.png) right center no-repeat;
	padding-right: 35px;
	display: block;
	position: absolute;
	right: 10px;
	top: 50px;
	display: none;
}

.innewsleft .news-title {
	font-size: 36px;
	line-height: 36px;
	color: #222;
	font-weight: bold;
	display: none;
}

/*选项卡样式*/
.innewsleft .news-menu {
	width: 100%;
	display: table;
	position: absolute;
	right: 0;
	top: -110px;
	text-align: right;
}

.innewsleft .news-menu ul {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
	align-items: center;
	width: 278px;
	float: right;
	border: 1px solid #d5ddf8;
	border-radius: 30px;
	padding: 6px 0
}

.innewsleft .news-menu li {
	line-height: 26px;
	float: left;
	border-radius: 0;
	margin-right: 10px;
	list-style: none;
}

.innewsleft .news-menu li a {
	padding: 5px 25px;
	display: inline-block;
	font-size: 18px;
	border-radius: 0;
	color: #266ff2;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	/*border: 1px solid #666;*/
	text-decoration: none;
}

.innewsleft .news-menu li:hover a {
	background: #004ea2;
	color: #fff;
	/*border: 1px solid #004ea2;*/
	text-decoration: none;
}

.innewsleft .news-menu li.active a {
	/*background: #004ea2;*/
	color: #fff;
	/*border: 1px solid #004ea2;*/
	background: linear-gradient(90deg, #266ff2, #348eff, #0055d6);
	background-size: 200% auto;
	animation: gradientFlow 3s linear infinite;
	border-radius: 30px;
}

.innewsleft .m-i-news .tabcon {
	position: relative;
}

.innewsleft .news-list-box {
	width: 100%;
	/*margin-top: 40px;*/
	display: inline-block;
	left: 0;
	position: relative;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

.innewsleft .news-list-box .newslist {
	width: 100%;
	float: left;
	display: none;
}

.innewsleft .news-list-box .newslist.on {
	display: block;
}

/*.innewsleft .news-list-box {margin-top: 40px; }*/
.innewsleft .news-list-box .newslist .ncon1 {
	width: 100%;
	/*margin-right: 0.625%;*/
	float: left;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.innewsleft .news-list-box .newslist .ncon1 a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.innewsleft .news-list-box .newslist .ncon1 .img-box {
	width: 100%;
	height: 270px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

.innewsleft .news-list-box .newslist .ncon1 .img-box img {
	height: 100%;
	width: auto;
}

.innewsleft .news-list-box .newslist .ncon1 .text-box {
	width: 100%;
	height: 280px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f7f7;
	padding: 0 30px;
}

.innewsleft .news-list-box .newslist .ncon1 .time {
	color: #999;
	font-weight: bold;
	font-size: 48px;
	line-height: 50px;
	border-bottom: 1px solid #dbdbdb;
	padding: 22px 0 16px;
	background: url(../img/icon21.png) right 54px no-repeat;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.innewsleft .news-list-box .newslist .ncon1 .time span {
	font-size: 16px;
	line-height: 20px;
	font-weight: initial;
	display: block;
}

.innewsleft .news-list-box .newslist .ncon1 .titles {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.innewsleft .news-list-box .newslist .ncon1 .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.innewsleft .news-list-box .newslist .ncon1:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 16px;
}

.innewsleft .news-list-box .newslist .ncon2 {
	width: 100%;
	/*margin-right: 0.625%;*/
	float: left;
	padding-top: 4vh
}

.innewsleft .news-list-box .newslist .ncon2 a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

.innewsleft .news-list-box .newslist .ncon2 .text-box {
	width: 49%;
	float: left;
	/*height: 270px;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0px;
	margin-bottom: 10px;
	-webkit-transition: all ease .5s;
	margin-right: 2%;
	transition: all ease .5s
}

.innewsleft .news-list-box .newslist .ncon2 .text-box:nth-child(2) {
	margin-right: 0
}

.innewsleft .news-list-box .newslist .ncon2 .text-box:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	border-radius: 15px;
	padding: 0 30px;
}

/*.innewsleft .news-list-box .newslist .ncon2 .time {color: #999;font-weight: bold;font-size: 48px;line-height: 50px;border-bottom: 1px solid #dbdbdb;padding: 22px 0 16px;background: url(static/images/icon21.png) right 54px no-repeat;-webkit-transition: all ease .3s;transition: all ease .3s; }*/


/*.innewsleft .news-list-box .newslist .ncon2 .time span {font-size: 16px;line-height: 20px;font-weight: initial;display: block; }*/
.innewsleft .news-list-box .newslist .ncon2 .titles {
	font-size: 1.2vw;
	line-height: 1;
	color: #000;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600
}

.innewsleft .news-list-box .newslist .ncon2 .txts {
	font-size: 0.8vw;
	line-height: 2;
	color: #2f2f2f;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 400
}

.innewsleft .news-list-box .newslist .ncon3 {
	width: 38.75%;
	float: left;
}

.innewsleft .news-list-box .newslist .ncon3 a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
}

.innewsleft .news-list-box .newslist .ncon3 .text-box {
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	background: #f4f4f4 url(../img/icon21.png) 95% 60px no-repeat;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.innewsleft .news-list-box .newslist .ncon3 .text-box:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.innewsleft .news-list-box .newslist .ncon3 .time {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	color: #999;
	float: left;
	margin-right: 30px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.innewsleft .news-list-box .newslist .ncon3 .time span {
	font-size: 16px;
	display: block;
	line-height: 20px;
}

.innewsleft .news-list-box .newslist .ncon3 .titles {
	width: 76%;
	float: left;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.innewsleft .news-list-box .newslist .ncon3 .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: none;
}

.in-djzr {
	margin-top: 7.5vh
}

.in-djzr li img {
	width: 100%
}

/**/
.in-newsc1 li {
	/*  padding: 0 30px;*/
	list-style: none;
	transition: all ease .5s;
	border-radius: 16px;
}

.in-newsc1 .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	padding: 30px 0;
	border-bottom: 1px solid #ececec;
}

.in-newsc1 li .news-img {
	width: 480px;
	overflow: hidden;
}

.in-newsc1 li .news-img img {
	max-width: 100%;
	transition: all ease .5s;
	border-radius: 15px;
}

.in-newsc1 li .news-con {
	width: calc(100% - 480px);
	padding-left: 30px;
}

.in-newsc1 li .news-con h3 {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	padding-top: 5vh
}

.in-newsc1 li .news-con h3 a {
	font-size: 1.2vw;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-decoration: none;
}

.in-newsc1 li .news-con p {
	font-size: 0.9vw;
	font-weight: 400;
	line-height: 2;
	color: #616161;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 20px 0;
	text-align: justify;
}

.in-newsc1 li .news-con span {
	font-size: 0.8vw;
	font-weight: 400;
	line-height: 1;
	color: #b3bfd4;
	/*   margin-right: 20px;*/
}

.innewsleft .news-list-box .newslist .ncon2 .text-box .time {
	line-height: 2;
	margin-bottom: 2.5vh
}

.xdtj-newsdate {
	font-size: 0.7vw;
	color: #b3bfd4;
	font-weight: 400;
	line-height: 2
}

.xdtj-newsmore span {
	font-weight: 400;
	color: #7e7e7e;
	font-size: 0.7vw;
	line-height: 1
}

.in-newsc1 li .news-con .news-more a {
	color: #ff901d;
	font-size: 0.86vw;
	font-weight: 600
}

.in-newsc1 li:hover {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .12);
	padding: 0 30px;
}

.in-newsc1 li:hover .news-img img {
	transform: scale(1.1);
}

.in-newsc1 li:hover h3 a {
	color: #266ff2;
}

.in-newsc1 li .news-con span:nth-of-type(1) {
	/*display: none;*/
}

.innewsleft .news-list-box .newslist .ncon2 .text-box:hover .titles {
	color: #266ff2
}

.innewsleft .news-list-box .newslist .ncon2 .text-box:hover .xdtj-newsmore span {
	color: #ff9120
}

.in-djzr li {
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	/* height: 360px;*/
	border-radius: 20px;
	margin-bottom: 3vh
}

/*.in-djzr li img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}*/
.in-djzr li .npromore {
	/* width: 198px;
    height: 60px;
    background: #fff;*/
	text-align: center;
	/*    line-height: 60px;
    font-size: 16px;
    color: #c80f14;
    border-radius: 10px;*/
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	bottom: 28px;
	font-weight: bold;
	z-index: 9;
	opacity: 1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.in-djzr li.xdzr dd:after {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(38, 111, 242, 0.01), #266ff2);
	background: -o-linear-gradient(bottom, rgba(38, 111, 242, 0.01), #266ff2);
	background: -moz-linear-gradient(bottom, rgba(38, 111, 242, 0.01), #266ff2);
	background: linear-gradient(to bottom, rgba(38, 111, 242, 0.01), #266ff2);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.in-djzr li.xdzr:hover dd:after,
.in-djzr li.xdzr:hover dd .npromore {
	opacity: 1;
}

/* === 左侧文字 === */
.npromore .left-text {
	flex: 1 1 200px;
	/* 占剩余空间，最小宽度 200px */
	font-size: 40px;
	line-height: 1.5;
	color: #ffffff;
	text-align: left;
}

/* === 右侧按钮 === */
.npromore .right-btn {
	/*flex:0 0 auto;        
        display:flex;
        align-items:center;
        gap:6px;*/
	/* padding:8px 14px;
        border:1px solid #0059ff;
        border-radius:4px;
        color:#0059ff;
        font-size:14px;*/
	cursor: pointer;
	transition: background .2s;
	color: #fff
}

/*  .npromore .right-btn:hover{background:#f0f6ff;}*/

/* === 箭头 === */
.npromore .arrow {
	/*
        width:0;
        height:0;
        border-top:4px solid transparent;
        border-bottom:4px solid transparent;
        border-left:6px solid currentColor;*/
	width: 19px;
	height: 15px;
}

.npromore .arrow img {
	width: 19px;
	height: 15px;
}

/**/
/* 左右分栏，同一水平线 */
/* 图片下方整栏左右分栏 */
.npromore {
	display: flex;
	justify-content: space-between;
	/* 社会责任← →箭头+了解更多 */
	align-items: center;
	/* 垂直居中 */
	width: 100%;
	padding: 0 12px;
	/* 左右留一点空隙，可改 */
}

/* 左侧文字 */
.in-djzr .left-text {
	font-size: 30px;
	color: #fff;
}

/* 右侧区域：箭头+文字 */
.in-djzr .right-btn {
	display: flex;
	align-items: center;
	gap: 5px;
	/* 箭头与“了解更多”间距 5px */
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
}

/* 箭头尺寸 */
.in-djzr .arrow {
	width: 19px;
	height: 15px;
}

.in-djzr .arrow img {
	width: 100%;
	height: 100%;
	display: block;
}

/**/




.in-djzr li.indjx dd:after {
	content: "";
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(38, 111, 242, 0.01), #dd3610);
	background: -o-linear-gradient(bottom, rgba(38, 111, 242, 0.01), #dd3610);
	background: -moz-linear-gradient(bottom, rgba(38, 111, 242, 0.01), #dd3610);
	background: linear-gradient(to bottom, rgba(38, 111, 242, 0.01), #dd3610);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	opacity: 1;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.in-djzr li.indjx:hover dd:after,
.in-djzr li.indjx:hover dd .npromore {
	opacity: 1;
}

.in-partner {
	background: url('../img/in-par-bg.jpg') no-repeat;
	padding: 5vh 0;
	background-size: cover
}

.in-part-tit1 {
	font-family: Arial;
	font-size: 0.9vw;
	color: #266ff2;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
}

.in-part-tit1:before {
	content: "";
	width: 57px;
	height: 10px;
	background: url(../img/inpro-leftbg.png) no-repeat;
	position: absolute;
	left: 38%;
	top: 10%;
}

.in-part-tit1:after {
	content: "";
	width: 57px;
	height: 10px;
	background: url(../img/inpro-rightbg.png) no-repeat;
	position: absolute;
	right: 38%;
	top: 10%;
}

.in-part-tit2 {
	font-size: 2vw;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	padding-top: 5vh;
}

/* 容器：3 行 7 列网格 */
.inparlogo-wall {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	/* 一行 7 列 */
	gap: 12px;
	/* 间距 */
	/* max-width:1200px;*/
	margin: 40px auto;
	/* padding:0 15px;*/
}

/* 单个卡片 */
.inprologo-item {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	/* 可根据需要调整 */
	border-radius: 6px;
	transition: transform .3s ease, box-shadow .3s ease;
}

.inprologo-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* 悬停：向上浮动 + 阴影 */
.inprologo-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .25);
}

.in-hztelcon li {
	/*float:left;*/
	width: 100%;
	;
}

.in-hztelcon li:first-child .hztelcon {
	background: url(../img/in-hztel-imgbg1.png) no-repeat center center;
	border-radius: 15px;
	padding: 3vh 0;
	box-shadow: 0 8px 16px rgba(38, 111, 242, .25)
}

.in-hztelcon li:last-child .hztelcon {
	background: url('../img/in-hztel-imgbg2.jpg') no-repeat center center;
	border-radius: 15px;
	padding: 3vh 0;
	box-shadow: 0 8px 16px rgba(38, 111, 242, .25);
	background-size: cover
}

.hztelcons {
	margin-left: 6%;
}

.hztel1 {
	font-size: 1.4vw;
	color: #fff;
	line-height: 1;
	font-weight: 600
}

.hztel2 {
	font-size: 0.9vw;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	padding-top: 2vh
}

.in-hztelcon li:last-child {
	margin-right: 0
}

/* 按钮区域 */
.hztel3 {
	/* text-align: center;*/
	margin-top: 40px;
	display: flex
}

.about-button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 9px 27px 9px 9px;
	background: linear-gradient(135deg, #fad027, #ff564f);
	;
	color: white;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none;
	border-radius: 50px;
	transition: all 0.4s ease;
	position: relative;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(211, 47, 47, 0.4);
	border: none;
	cursor: pointer;
}

.about-button span {
	display: inline-block;
	background: url(../img/in-hztel-more.png) no-repeat center center;
	width: 28px;
	height: 27px;
	margin-right: 10px;
}

.about-button:hover {
	color: #ffffff;
	background-color: #b71c1c;
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(211, 47, 47, 0.6);
}

.about-button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: 0.5s;
}

.about-button:hover::before {
	left: 100%;
}

/* 动画定义 */
@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-40px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(40px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.in-join {
	background: url(../img/in-join-bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	padding: 1.5vh 0 2.5vh;
	border-radius: 15px;

	box-shadow: 0 8px 16px rgba(38, 111, 242, .25);
	margin-top: 5vh
}

.recruitment-container {
	/*  max-width: 1200px;*/
	margin: 0 auto;
	/*background-color: #fff;
            border-radius: 8px;*/
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
	padding: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 6%;
	margin-right: 6%
}

.recruitment-text {
	flex: 1;
	min-width: 300px;
	margin-bottom: 20px;
}

/*.recruitment-text h1 {
            font-size: 28px;
            color: #333;
            margin-bottom: 10px;
        }
        
        .recruitment-text p {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
        }
        */
.in-join-adv .in-join-adv1 {
	font-size: 2vw;
	font-weight: bold;
	line-height: 1;
	color: #fff
}

.in-join-adv .in-join-adv1 span {
	font-size: 1vw;
	color: #ffc015;
	padding-right: 5px;
}

.in-join-adv .in-join-adv2 {
	color: #fff;
	font-size: 1vw;
	line-height: 1;
	padding-top: 3vh;
	font-weight: bold;
}

.recruitment-buttons {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.recruitment-buttons a:first-child.recruitment-btn {
	padding: 12px 20px 11px 8px;
	background: linear-gradient(135deg, #00befa, #0061ea);
	;
	color: white;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	height: 50px;
}

.recruitment-buttons a:last-child.recruitment-btn {
	padding: 12px 20px 12px 8px;
	background: linear-gradient(135deg, #00a2f8, #27ef9f);
	;
	color: white;
	border: none;
	border-radius: 30px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	height: 50px;
}

.recruitment-buttons a:first-child.recruitment-btn span {
	background: url('../img/shzp-jt.png') no-repeat center center;
	margin-right: 10px;
	width: 37px;
	height: 37px;
}

.recruitment-buttons a:last-child.recruitment-btn span {
	background: url('../img/xyzp-jt.png') no-repeat center center;
	margin-right: 10px;
	width: 37px;
	height: 37px;
}

.recruitment-btn:hover {
	background-color: #40a9ff;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.recruitment-btn:active {
	transform: translateY(0);
}

.recruitment-btn.secondary {
	background-color: #fff;
	color: #1890ff;
	border: 1px solid #1890ff;
}

.recruitment-btn.secondary:hover {
	background-color: #e6f7ff;
}

.company-profile {
	display: none
}

.xdser-ing-section {
	display: none
}

@media only screen and (max-width: 1440px) {
	.innewsleft .m-i-news .index-box {
		width: 88%;
		max-width: none;
	}

	.innewsleft .news-list-box .newslist .ncon3 .titles {
		width: calc(100% - 110px);
	}

	.innewsleft .sys_news .mores {
		right: 40px;
	}
}

@media (max-width: 1200px) {
	.innewsleft .m-i-news .index-box {
		width: 95%;
	}

	.innewsleft .sys_case .mores,
	.innewsleft .sys_news .mores {
		top: 10px;
	}

	.innewsleft .news-list-box .newslist .ncon1 .img-box {
		height: 270px;
	}

	.innewsleft .news-list-box .newslist .ncon1 .text-box {
		height: 280px;
	}

	.inparlogo-wall {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
		/* 仍保持 3 行，因为 21 张图 / 7 列 = 3 行 */
	}
}

@media (max-width: 992px) {
	.in-newsc1 li .news-img {
		width: 25%;
	}

	.in-newsc1 li .news-con {
		width: 65%;
		padding-left: 1.5%;
	}

	.in-newsc1 li .news-con p {
		margin: 5px 0;
	}

	.in-newsc1 li .news-more a {
		margin-top: 10px;
	}

	.in-newsc1 li .news-con h3 a {
		display: block;
		padding: 5px 0;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-size: 15px;
		padding: 0;
	}
}

@media (min-width:768px) {
	.inpro-category-item {
		flex: 1 1 calc((100% - 250px) / 6);
		/* 6 列，减去 5 个 gap */
	}
}

.m-banner {
	display: none
}

/**/
@media (max-width:768px) {
	.recruitment-buttons a:last-child.recruitment-btn span {
		width: 28PX;
		height: 28px;
		border-radius: 50%;
		font-size: 14px;
		padding: 12px 10px 12px 8px
	}

	.recruitment-buttons a:first-child.recruitment-btn span {
		width: 28PX;
		height: 28px;
		border-radius: 50%;
		font-size: 14px;
		padding: 12px 10px 12px 8px
	}

	.m-banner {
		display: block;
		margin-top: 60px;
	}

	.banner {
		display: none
	}

	.xdp-inse {
		display: none
	}

	.company-profile {
		display: block
	}

	.xdser-ing-section {
		display: block
	}

	.banner .p_info .p_fivebox {
		width: 100%;
	}

	.banner .swiper-slide {
		overflow: hidden;
		height: 0 !important;
		padding-bottom: 56.25%;
		margin: 0px;
		display: inline-block;
		position: relative;
	}

	.banner .p_img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(1.1) !important;
		width: auto;
		height: 100%;
		overflow: hidden;
		transition: all 5s ease 0s;
	}

	.banner .swiper-slide .ban_img {
		display: block;
	}

	.banner .p_info .p_fivebox .p_btitle {
		font-size: 25px;
	}

	.banner .p_info .p_fivebox .p_summary {
		font-size: 15px;
	}

	.banner .p_info .p_fivebox .line {
		width: 40px;
		margin: 10px 0px;
	}

	.banner .swiper-button-next:after,
	.banner .swiper-button-prev:after {
		font-size: 20px;
	}

	.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}

	.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
		width: 15px;
	}

	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}

	.inpro-category-item {
		flex: 1 1 calc((100% - 20px) / 3);
		/* 3 列，减去 2 个 gap */
	}

	.inprolits .carousel-swiper_wl {
		padding: 0;
	}

	.inprolits .carousel-swiper .swiper-button-next,
	.carousel-swiper .swiper-button-prev {
		display: none;
	}

	.inprolits .carousel-swiper {
		padding: 0 15px;
	}

	.inprolits .carousel-swiper .swiper-pagination {
		height: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.pic-col {
		height: 260px
	}

	.text-col h2 {
		font-size: 24px
	}

	.e_loop-20 .p_list .p_loopitem .e_scrollNumber-22 .p_plus {
		font-size: 22px;
	}

	.e_loop-20 .p_list .p_loopitem .e_text-23 {
		margin-top: 0;
	}

	.e_loop-20 .p_list .p_loopitem .e_scrollNumber-22 {
		margin-top: 10px;
	}

	.e_loop-20 .p_list .p_loopitem {
		flex-basis: calc(48%);
	}

	.e_loop-20 .p_list .p_loopitem .e_scrollNumber-22 .p_num {
		font-size: 30px;
	}

	.innewsleft .m-i-news {
		padding: 0 0 20px;
	}

	.innewsleft .news-menu {
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
		margin-top: 20px;
	}

	.innewsleft .news-menu ul {
		justify-content: flex-start;
		align-items: center;
		padding: 5px 0
	}

	.innewsleft .news-list-box .newslist .ncon1 {
		margin-bottom: 10px;
	}

	.innewsleft .news-list-box .newslist .ncon1 .text-box {
		height: auto;
	}

	.innewsleft .news-list-box .newslist .ncon1,
	.innewsleft .news-list-box .newslist .ncon2,
	.innewsleft .news-list-box .newslist .ncon3 {
		width: 100%;
		margin-right: 0;
	}

	.innewsleft .sys_case .mores,
	.innewsleft .sys_news .mores {
		right: 4px;
		top: 5px;
	}

	.news-title {
		font-size: 18px;
	}

	.innewsleft .news-list-box .newslist .ncon1 .time {
		display: none;
	}

	.innewsleft .news-list-box .newslist .ncon1 .titles {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 0;
		line-height: 22px;
	}

	.innewsleft .m-i-news .index-box {
		padding: 0 10px;
	}

	.innewsleft .news-list-box .newslist .ncon1 .txts {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}

	.innewsleft .news-list-box .newslist .ncon3 .titles {
		width: 100%;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.innewsleft .news-list-box .newslist .ncon2 .text-box,
	.innewsleft .news-list-box .newslist .ncon3 .text-box {
		padding: 17px 15px;
		height: auto;
	}

	.innewsleft .news-list-box .newslist .ncon1 .text-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 17px 15px;
	}

	.innewsleft .news-list-box .newslist .ncon2 a,
	.innewsleft .news-list-box .newslist .ncon3 a {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.innewsleft .news-list-box .newslist .ncon2 .time,
	.innewsleft .news-list-box .newslist .ncon3 .time {
		display: none;
	}

	.innewsleft .news-list-box .newslist .ncon3 .txts {
		display: -webkit-box;
	}

	.innewsleft .news-list-box .newslist .ncon2 .titles,
	.innewsleft .news-list-box .newslist .ncon3 .titles {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 0;
		line-height: 22px;
		padding-top: 0;
	}

	.innewsleft .news-list-box .newslist .ncon2 .txts,
	.innewsleft .news-list-box .newslist .ncon3 .txts {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		font-size: 14px;
		line-height: 25px;
		margin-top: 10px;
	}

	.innewsleft .news-list-box .newslist .ncon3 .text-box {
		background: #f4f4f4;
	}

	.jdnnewslis .page-wrap .news-wrap li {
		padding: 15px;
		width: 49%;
		float: left;
		margin-right: 2%;
	}

	.in-newsc1 li:nth-child(2n) {
		margin-right: 0;
	}

	.in-newsc1 li .news-con h3 a {
		font-size: 15px;
		margin-top: 10px;
	}

	.in-newsc1 li .news-img {
		width: 100%;
		text-align: center;
	}

	.in-newsc1 li .news-con {
		width: 100%;
		padding: 0;
	}

	.recruitment-container {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px;
	}

	.recruitment-text {
		width: 100%;
		margin-bottom: 20px;
	}

	.recruitment-buttons {
		width: 100%;
		justify-content: center;
	}

	.recruitment-btn {
		flex: 1;
		justify-content: center;
		min-width: 120px;
	}


	.inpro-category-list {
		gap: 16px;
		max-width: 100%;
		margin: 0px auto;
		padding: 0 4px;
	}

	.inpro-category-item {
		font-size: 16px;
	}

	.inprolits .carousel-swiper .swiper-slide .text_box h4 {
		font-size: 16px;
		font-weight: bold
	}

	.text-col {
		width: 100%
	}

	.text-col .in-about-adv {
		font-size: 20px;
		line-height: 2
	}

	.in-about-con p {
		font-size: 16px;
	}

	.inabwrap {
		max-width: 100%;
		padding: 60px 0;
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
		padding-left: 5%;
		padding-right: 5%;
		/* padding: 0 20px; */
	}

	.text-col .btn-learn-more {
		font-size: 14px;
	}

	.in-ser-tit h2.in-ser-tit1 {
		font-size: 20px;
	}

	.in-ser-adv {
		font-size: 18px;
	}

	.service-card p span {
		font-size: 18px;
	}

	.service-card p {
		font-size: 18px;
	}

	.banner {
		margin-top: 56px;
	}

	.shubiao-index {
		display: none
	}

	.banner .swiper-button-next:after,
	.banner .swiper-button-prev:after {
		content: '' !important
	}

	.in-newsc1 li .news-con span {
		font-size: 14px;
	}

	.in-newsc1 li .news-con h3 {
		padding-top: 0
	}

	.in-newsc1 li .news-con p {
		font-size: 14px;
		line-height: 1.8
	}

	.in-newsc1 li .news-con .news-more a {
		font-size: 14px;
	}

	.innewsleft .news-list-box .newslist .ncon2 .text-box {
		width: 100%;
		margin-right: 0
	}

	.innewsleft .news-list-box .newslist .ncon2 .titles {
		font-size: 18px;
	}

	.in-djzr .left-text {
		color: #fff
	}

	.inparlogo-wall {
		grid-template-columns: repeat(auto-fill, minmax(31.3%, 1fr));
	}

	.inprologo-item {
		height: auto
	}

	.in-join-adv .in-join-adv1 span {
		font-size: 20px;
	}

	.in-join-adv .in-join-adv2 {
		font-size: 20px;
	}

	.in-join-adv .in-join-adv1 {
		font-size: 30px;
	}

	.in-xdpro-tit2 {
		font-size: 20px;
	}

	.in-xdpro-tit1 {
		font-size: 16px;
	}

	.hztel1 {
		font-size: 20px;
	}

	.hztel2 {
		font-size: 16px;
		line-height: 1.6
	}

	.in-part-tit2 {
		font-size: 20px;
	}

	.in-part-tit1 {
		font-size: 18px;
	}

	.in-djzr {
		width: 90%;
		margin: 0 auto
	}


	.in-ser-bottom li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
		height: 160px !important
	}

	.in-ser-bottom li:nth-child(2n) {
		margin-right: 0
	}

	.in-ser-tit {
		padding-bottom: 0
	}

	.channel-box {
		--gap: 10px
	}

	.channel-item img {
		width: 110px;
		height: 110px;
	}

	.channel-item span {
		font-size: 14px;
	}

	.listall li {
		font-size: 16px;
		padding: 0 5%;
		width: 90%
	}

	.in-ser-bottom li .xs h3 {
		font-size: 17px;
	}

	.in-ser-bottom li .xs p {
		font-size: 12px;
	}

	.in-ser-bottom li .xs {
		background-size: 40px 40px !important;
		top: 16px !important;
		left: 10px !important;
		padding-left: 50px !important;
	}

	.in-about-rbg {
		display: none
	}

	.in-about-num {
		display: none
	}

	.in-ser-adv {
		padding-bottom: 3vh;
		padding-left: 10px;
		padding-top: 20px;
	}

	.in-ser-tit {
		padding-left: 10px;
	}

	.in-ser-more {
		display: none
	}

	.in-xdpro-tit1:after {
		right: 5%
	}

	.in-xdpro-tit1:before {
		left: 5%
	}

	.in-xdpro-tit2 {
		padding-top: 2vh
	}

	.in-part-tit1:after {
		right: 5%
	}

	.in-part-tit1:before {
		left: 5%
	}

	.in-part-tit2 {
		padding-top: 2vh
	}
}

@media(max-width:600px) {
	.text-col .btn-learn-more {
		width: 100%;
		justify-content: center;
		/* 小屏可改为居中显示 */
	}

	.service-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width:440px) {
	.in-newsc1 li {
		width: 100%;
		margin-right: 0;
	}

	.in-newsc1 li:nth-child(2n) {
		margin-right: 0;
	}
}

/* ===== 文字覆盖 ===== */
.m-banner .txt-cover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 20px 30px;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .7) 100%);
	color: #fff;
	pointer-events: none;
}

.m-banner .txt-cover h3 {
	font-size: 22px;
	margin-bottom: 6px;
}

.m-banner .txt-cover p {
	font-size: 15px;
	opacity: .9;
}

/* ===== 分页器 ===== */
.m-banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, .6);
	opacity: 1;
}

.m-banner .swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 4px;
	background: #fff;
}

/* ===== 导航按钮 ===== */
.m-banner .swiper-button-next,
.m-banner .swiper-button-prev {
	color: #fff;
	background-color: rgba(0, 0, 0, .35);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size: 20px
}

.m-banner .swiper-button-next:after,
.m-banner .swiper-button-prev:after {
	font-size: 20px;
}


.m-banner .swiper-button-next {
	display: block !important;
	background-image: url(../img/r-arrow.png);
}


.m-banner .swiper-button-prev {
	background-image: url(../img/l-arrow.png);
	display: block !important;
}

.m-banner .swiper-button-next:after,
.m-banner .swiper-button-prev:after {
	content: '' !important;
}

/* 已经存在的 .video-box 再加两行即可 */
.video-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/* 关键：让 X5 知道这是普通文档流 */
	-webkit-object-fit: cover;
	object-fit: cover;
}

/* 可选：把 QQ 浏览器自带的控制栏也隐藏 */
video::-webkit-media-controls {
	display: none !important;
}

/* ===== 层级修复 ===== */
.m-banner .video-box,
.m-banner .img-box {
	z-index: 0;
}

.m-banner .swiper-button-next,
.m-banner .swiper-button-prev,
.m-banner .txt-cover,
.m-banner .swiper-pagination {
	z-index: 1;
}

/*.m-banner .txt-cover { z-index: 1; }*/

/* 关闭按钮 */
.close-video {
	/*position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,.5) url(../img/close.png) center/14px no-repeat;
  border-radius: 50%;
  z-index: 15;
  cursor: pointer;*/
}

.video-mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	/* 比视频高，比按钮/文字低 */
	cursor: pointer;
}