
/*common start*/



body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
	box-sizing: border-box;
}

body {
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	color: #666;
}

a { color: #666; }

p {
	line-height: 1.8em;
	padding: 5px 0;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.wapper1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.tops {
	background-color: #0840CD;
	width: 100%;
}

.tops ul {
	display: flex;
	align-items: center;
}

.tops ul li a {
	font-size: 12px;
	color: #fff;
	line-height: 35px;
}

.tops ul li {
	display: flex;
	margin-right: 15px;
	align-items: center;
}

.tops ul li img { margin-right: 5px; }

.job2 { }

.job2.active { }

.job2 ul li { border-bottom: 1px solid #e8e8e8; }

.job2 ul li:nth-child(1) { border-top: 0; }

.job2 ul li .txt1 {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}

.job2 ul li .txt1 .h2 {/* width:20%;*/
	font-size: 17px;
	line-height: 1.5em;
	font-weight: bold;
	height: 50px;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.job2 ul li .txt1 .h2 span {
	display: block;
	width: auto;
	padding: 0;
	padding-left: 45px;
	color: #000;
}

.job2 ul li .txt1 .h3 {
	width: 72%;
	font-size: 14px;
	line-height: 2.5em;
	padding-right: 60px;
}

.job2 ul li .txt1 .h3 span {
	display: inline-block;
	width: 24%;
}

.job2 ul li.active .txt1 .h2 span { color: #FF4201; }

.job2 ul li .txt1 i {
	position: absolute;
	top: 35%;
	left: 20px;
	transform: rotate(-90deg);
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #333;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 6px;
}

.job2 ul li .txt2 {
	border-top: 0;
	background: transparent;
	padding: 20px;
	display: none;
}

.job2 ul li .txt2 .h4 {
	font-size: 16px;
	line-height: 2em;
}

.job2 ul li.active { box-shadow: none; }

.job2 ul li.active .txt1 {
	background: var(--primary-color);
	color: #fff;
}

.job2 ul li.active .txt1 i { background-image: url(../images/up01.png); }
@media(max-width:999px) {

.job2 ul li .txt1 { display: block; }

.job2 ul li .txt1 .h2 {
	width: 100%;
	font-size: 16px;
	line-height: 1.6em;
	height: 50px;
	border-right: none;
	border-bottom: 1px dashed #DDDDDD;
}

.job2 ul li .txt1 .h2 span {
	width: calc(100% - 40px);
	padding: 0 20px;
}

.job2 ul li .txt1 .h3 {
	width: calc(100% - 40px);
	font-size: 14px;
	line-height: 1.6em;
	padding: 10px 20px;
}

.job2 ul li .txt1 .h3 span {
	display: inline-block;
	width: 49%;
	margin: 5px 0;
}

.job2 ul li .txt1 i {
	width: 40px;
	height: 50px;
	top: 0;
	right: 10px;
	transform: translateY(0);
}

.job2 ul li .txt2 { padding: 10px 20px; }

.job2 ul li .txt2 .h4 {
	font-size: 14px;
	line-height: 2em;
}

.job2 ul li.active .txt1 {
	background: rgba(0, 76, 158, 0.05);
	color: #666;
}

.job2 ul li.active .txt1 .h2 {
	background: var(--primary-color);
	color: #fff;
}
}

.con3lf h1 {
	font-size: 55px;
	color: #000;
}

.con3lf h1 span {
	font-size: 55px;
	color: #6973B7;
}

.con3lf h2 {
	font-size: 21px;
	color: #000;
	margin-bottom: 30px;
}

.con3 .wapper1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.head {
	width: 100%;
	background-color: transparent;
	position: absolute;
	z-index: 9999;
}

.head .wapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.logo { width: 300px; }

.logo { padding: 20px 0; }

.logo img {
	width: 100%;
	display: block;
}

/* .menu{width: 100%;padding-bottom: 20px;} */




.iheader {
	background-color: #0840CD;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.menu ul li {
	line-height: 45px;
	padding: 0;/* text-decoration: underline; */
	border-bottom: 2px solid transparent;
	margin-right: 10px;
}

.menu ul li.on {
	line-height: 45px;
	padding: 0;/* text-decoration: underline; */
	border-bottom: 2px solid #D44500;
	margin-right: 10px;
}

.menu ul li a {
	font-size: 18px;
	font-weight: bold;
	color: #D44500;
	padding: 0 10px;
}

.menu ul {
	display: flex;
	align-items: center;/* justify-content: center; */
	flex-wrap: wrap;
}

.link a {
	display: block;
	width: 120px;
	line-height: 45px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 14px;
}

.snavs ul li {
	width: 40px;
	margin-right: 10px;
}

.snavs { margin-right: 20px; }

.snavs ul li img {
	width: 100%;
	display: block;
}

.snavs ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headrt {
	display: flex;
	align-items: center;
}

.banner {
	position: relative;
	overflow: hidden;
	background: #000;
}

.banner video { /*height: 100vh; */ display: block; }

.banner .swiper-container { }

.banner .swiper-slide {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.banner .swiper-slide.swiper-slide-active { z-index: 2; }

.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 33vw;
	background: #f9f9f9;
	transform: scale(1.1);
	transition: all 4s ease;
}

.banner .swiper-slide.swiper-slide-active img { transform: scale(1); }

.banner .swiper-slide .txtbg {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .swiper-slide .txt {
	color: #fff;
	text-align: center;
}

.banner .swiper-slide .txt .h2 {
	font-size: 80px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}

.banner .swiper-slide .txt .h3 {
	font-size: 28px;
	line-height: 1.4em;
}

.banner .swiper-pagination { height: 10px; bottom:var(--40px);
}

.banner .swiper-pagination span {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 8px;
	background: #fff;
	opacity: 1;
	transition: all .3s ease;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
	width: 20px;
	background: #fff;
	opacity: 1;
}

.banner .swiper-button-prev, .banner .swiper-button-next {
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background-color: rgba(0,0,0,.5);
	background-size: 15px 30px;
	opacity: 0;
	transition: all .3s ease;
	border-radius: 8px;
}

.banner .swiper-button-prev {
	left: 5%;
	transform: translateX(-100%);
}

.banner .swiper-button-next {
	right: 5%;
	transform: translateX(100%);
}

.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next {
	opacity: .7;
	transform: translateX(0) !important;
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover { opacity: 1; }
@media(max-width:999px) {

.banner .swiper-slide img { height: 50vw; }

.banner .swiper-slide .txtbg { width: 90%; }

.banner .swiper-slide .txt .h2 {
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.banner .swiper-slide .txt .h3 {
	font-size: 24px;
	line-height: 1.4em;
}

.banner .swiper-pagination { bottom: 10px; }

.banner .swiper-button-prev, .banner .swiper-button-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
}

.bt {
	width: 100%;
	margin-bottom: 30px;
}

.bt h1 {
	font-size: 28px;
	text-align: center;
	color: #0175C0;
	margin-bottom: 30px;
}

.bt .line {
	width: 220px;
	height: 1px;
	position: relative;
	background-color: #0175C0;
	margin: 0 auto;
}

.bt .line:before {
	width: 60px;
	content: "";
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #216B9C;
}

.con1 {
	width: 100%;
	padding: 60px 0;
	background-color: #000;
}

.con1list { width: 100%; }

.con1list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.con1list ul li {
	float: left;
	width: calc((100% - 60px) / 3);
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	margin-right: 0;
	padding: 30px;
	border-radius: 30px;
	border: 2px solid #C53301;
	align-items: center;
	justify-content: space-between;
}

.con1list ul li img {
	width: 20%;
	margin-right: 20px;
}

.con1listnr { width: calc(80% - 20px); }

.con1listnr h1 {
	font-size: 21px;
	margin-bottom: 10px;
	color: #fff;
}

.con1listnr .nr {
	font-size: 14px;
	color: #fff;
}

.con1list ul li:nth-child(3n) { margin-right: 0; }

.con1list ul li:nth-child(2n) { border-color: #6774CA; }

.con1list ul li:hover { border-color: #fff; }

.con2 {
	width: 100%;
	padding: 60px 0;
	background-color: #000;
}

.con2 h1 {
	font-size: 30px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.lines {
	width: 70px;
	height: 2px;
	background-color: #6973B7;
	margin: 0 auto;
}

.nybanner {
	width: 100%;
	height: 75px;
	background-color: #9D627E;
}

.casedetil {
	width: 100%;
	padding: 60px 0;
	background-color: #000;
}

.casedetil h2 {
	font-size: 45px;
	color: #6973B7;
	margin-bottom: 30px;
}

.slideTxtBox .hd {
	width: 100%;
	padding: 10px;
	border: 1px solid #EF4722;
	border-radius: 10px;
	margin-bottom: 30px;
}

.slideTxtBox .hd ul {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.slideTxtBox .hd ul li {
	flex-grow: 1;
	text-align: center;
	font-size: 12px;
	padding: 15px;
background-color:;
	border-radius: 10px;
	color: #fff;
	margin-right: 15px;
}

.slideTxtBox .hd ul li.on {
	background-color: #EF4722;
	color: #fff;
}

.slideTxtBox .bd {
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
}

.infoList h1 {
	font-size: 28px;
	color: #EF4722;
	margin-bottom: 10px;
}

.infoList .nr {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

.infoList video { width: 70%; }

.foot {
	width: 100%;
	padding: 60px 0;
	padding-bottom: 30px;
	background-color: #EF4722;
}

.footlf {
	width: 49%;
	float: left;
}

.footlftop {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.footlftop img { width: 50%; }

.footlftop ul {
	display: flex;
	align-items: center;
}

.footlftop ul li {
	width: 40px;
	margin-right: 10px;
}

.footlftop ul li img { width: 100%; }

.footlf .nr {
	font-size: 15px;
	color: #fff;
}

.footrt {
	width: 40%;
	float: right;
}

.footrt h2 {
	font-size: 27px;
	color: #fff;
	margin-bottom: 20px;
}

.footrt ul li {
	width: 100%;
	margin-bottom: 10px;
}

.footrt ul li span {
	font-size: 18px;
	font-weight: bold;
	color: #6973B7;
	margin-right: 10px;
}

.footrt ul li a {
	font-size: 16px;
	color: #fff;
}

.footrt ul li a:hover {
	color: #6d6fb4;
	transition: 0.2s ease-in-out;
}

.footrt ul li a:hover span {
	color: #fff;
	transition: 0.2s ease-in-out;
}

.head { }

.banner video { width: 100%; }

.con3lf {
	width: 50%;
	float: left;
}

.con3rt {
	width: 50%;
	float: right;
}

.con3rt img {
	width: 100%;
	display: block;
}

.con4 {
	width: 100%;
	padding: 60px 0;
	background-color: #EF4722;
}

.con4 h1 {
	font-size: 45px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

.con4_list ul {
	display: flex;
	justify-content: flex-start;/* align-items: center;*/
	flex-wrap: wrap;
}

.con4_list ul li {
	width: calc((100% - 8px)/5);
	margin: 2px 0 0 2px;
}

.con4_list ul li:nth-child(5n-4) { margin-left: 0; }

.con4_list ul li .img {
/*	padding-bottom: 50%;
	position: relative;
	overflow: hidden;
	background: #fff;*/       padding: 15px 10px; background: #fff;
}

.con4_list ul li .img img {
	      display: block;
    max-width: 100%;
    aspect-ratio: 5 / 2;
    transform: scale(0.9);
    object-fit: contain;
    padding: 5%;
    transition: transform 0.3s ease;
    max-height: 100%;
}


.con4_list ul li .img img:hover {
    transform: scale(1);
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/*  background: #fff;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	       display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 2;
    padding: 10px;border-radius: 15px;
    object-fit: contain;
    transform: translateX(0px);
    transition: transform 0.3s ease;
    background: #fff;
}
.swiper-slide img:hover {
	 transform: translateY(5px);
}
.con5 {
	width: 100%;
	padding: 60px 0;
	background-color: #000;
}

.con5 h1 {
	font-size: 45px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
}

.sp_header {
	height: 50px;
	overflow: hidden;
	background: #000;
	position: fixed;
	z-index: 10;
	width: 100%;
	display: none;
}

.sp_logo {
	padding: 10px;
	float: left;
	height: 50px
}

.sp_logo img {
	margin: auto;
	max-height: 30px;
}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 15px
}

.sp_nav span {
	display: block;
	background: #c9141e;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) { top: 0px }

.sp_nav span:nth-of-type(2) { top: 10px }

.sp_nav span:nth-of-type(3) { top: 20px }

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) { width: 0 }

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9;
	background: #eee;
	width: 100%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show { top: 50px }

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg { transform: rotate(0deg) }

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav>ul >li:last-child { border-bottom: 1px #ddd solid; }

.sjj_nav ul li ul { display: none }

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg { fill: #c9141e }

.sjj_nav ul li ul li>ul { margin-left: 10px }

.con {
	width: 100%;
	padding: 30px 0;
}

/* 外层容器：固定最大宽度，保证总宽度恒定，从根本上防止抖动 */



.accordion-wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

/* ul 采用 flex 布局，固定总宽度不变，子元素改变 flex 值时总宽度恒定 -> 无抖动 */



.accordion {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 1rem;              /* 卡片之间的间距，美观且不影响宽度计算 */
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

/* 基础 li 样式：默认 flex:1 平均分配剩余空间，收缩与伸展时有平滑过渡 */



.accordion li {
	flex: 1;
	height: 600px;    /* 初始所有项等宽 (1:1:1) */
	position: relative;
	min-width: 0;           /* 防止内容溢出，允许收缩，且对 flex 布局友好 */
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(0px);
	border-radius: 1.75rem;
	overflow: hidden;
	transition: flex 0.45s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s ease, background 0.2s ease, transform 0.2s ease;
	cursor: pointer;
	box-shadow: 0 16px 28px -12px rgba(0, 0, 0, 0.2);
	border: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;/* 保证宽度的变化只由 flex 引起，没有额外的 margin/padding 影响总宽 */
}

/* 核心手风琴宽度特效：悬停时当前项宽度变大 (flex-grow 增大)，其余项自动收缩 */



.accordion li:hover {
	flex: 3.2;              /* 当前卡片宽度变为其他卡片的约3.2倍，效果明显 */
	background: #ffffff;
	box-shadow: 0 28px 38px -14px rgba(0, 0, 0, 0.28);
	border-color: rgba(59, 130, 246, 0.4);
}

/* 标题区域样式，始终可见且美观 */



.card-header {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 0.7rem;
	transition: padding 0.2s ease;
	white-space: nowrap;
	height: 100%;
}

.card-header img {
	width: 100%;
	height: 100%;
	height: 600px;
	object-fit: cover;
	display: block;
}

.accordion li:hover .card-header { /* 微微调整内边距增强视觉效果，但不会影响布局抖动 (因为flex主导宽度已经稳定) */ padding-bottom: 0; }

.card-icon {
	font-size: 1.7rem;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
	transition: transform 0.2s;
}

.accordion li:hover .card-icon { transform: scale(1.02); }

.card-title {
	font-size: 1.3rem;
	font-weight: 700;
	background: linear-gradient(120deg, #1f3b4c, #2a5f7a);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	letter-spacing: -0.2px;
}

.card-badge {
	margin-left: auto;
	background: #eef2ff;
	border-radius: 40px;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 0.25rem 0.75rem;
	color: #2563eb;
	transition: all 0.2s;
	white-space: nowrap;
}

.accordion li:hover .card-badge {
	background: #3b82f6;
	color: white;
}

/* ---------- 隐藏内容区域: 平滑展开与收起并且不影响外部宽度 ---------- */



.hidden-detail {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 1.4rem;
	transition: max-height 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.35s ease, padding 0.3s ease;
	color: #2c3e50;
	font-size: 0.92rem;
	line-height: 1.55;
	background: rgba(248, 250, 254, 0.6);
	margin: 0 0.6rem;
	border-radius: 1rem;
	width: 100%;
	height: 100%;
	background-color: #EF4722A3;
}

.hidden-detail p { margin-bottom: 0.7rem; }

.hidden-detail .meta {
	font-size: 0.75rem;
	color: #5f7f9e;
	border-top: 1px solid #e2e8f0;
	padding-top: 0.65rem;
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
	gap: 0.3rem;
}

/* 悬停展开隐藏内容 -> 配合宽度变化，产生惊艳效果 */



.accordion li:hover .hidden-detail {
	max-height: 100%;
	opacity: 1;
	padding: 0;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	z-index: 99;
	left: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: end;
}

.accordion li h2 {
	width: 100%;
	font-size: 32px;
	color: #fff;
	text-align: center;
}

.sbtns {
	padding: 10px 20px;
	line-height: 20px;
	border: 1px solid #EF4722;
	border-radius: 10px;
	color: #fff;
	margin: 20px 0;
}

.sbtns:hover { background-color: #EF4722; }

/* 保证非悬停卡片内隐藏内容完全不可见，避免残留 */



.hidden-detail {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}
   
   /* 响应式：在平板/手机上仍然保持一行三个，间距和字号微调，宽度动画依然顺滑 */
   @media (max-width: 780px) {

body { padding: 1.2rem; }

.accordion {
	gap: 0.8rem;
	display: flex;
	flex-direction: column;
}

.card-header { padding: 1.2rem 0.8rem 0.6rem 1rem; }

.card-title { font-size: 1.05rem; }

.card-icon { font-size: 1.4rem; }

.card-badge {
	font-size: 0.6rem;
	padding: 0.15rem 0.6rem;
}

.accordion li:hover .hidden-detail {
	max-height: 280px;
	padding: 0.9rem 1rem;
}

.hidden-detail { font-size: 0.85rem; }
}
 @media (max-width: 580px) {

.card-title {
	font-size: 0.9rem;
	white-space: nowrap;
}

.card-badge { display: none;   /* 极致紧凑时隐藏徽章保持干净 */ }

.card-icon { font-size: 1.2rem; }

.accordion li:hover { flex: 3.5;          /* 小屏幕上宽度占比依然明显 */ }

.accordion li:hover .hidden-detail {
	max-height: 320px;
	font-size: 0.8rem;
}
}

.con6 {
	width: 100%;
	padding: 60px 0;
	background-color: #000;
}

.c6lf {
	width: 37%;
	float: left;
}

.c6rt {
	width: 48%;
	float: right;
}

.ipts {
	width: 100%;
	margin-bottom: 30px;
}

.ipts input {
	width: 100%;
	line-height: 50px;
	text-indent: 1rem;
	background-color: transparent;
	border-bottom: 1px solid #EF4722;
	font-size: 16px;
}

.ipts button {
	width: 200px;
	line-height: 45px;
	background-color: #EF4722;
	border-radius: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: 0;
	border: 1px solid #EF471F;
}

.ipts button:hover {
	background-color: #fff;
	color: #EF4722;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.c6rt .nr {
	font-size: 16px;
	color: #fff;    margin-top: 80px;
	margin-bottom: 20px;
}

.c6rt h2 {
	font-size: 27px;
	margin-bottom: 20px;
	color: #fff;
}

.c6rt img {
	max-width: 450px;
	width: 100%;
}
 @media screen and (max-width:768px) {

.prolf { width: 100%; }

.prort { width: 100%; }

.con { padding: 20px 0; }

.head { display: none; }

.sp_header { display: block; }

.nv { height: 50px; }

.con1nr .bd { width: 100%; }

.con1nr .hd {
	width: 100%;
	position: relative;
	top: 0;
	right: 0;
	height: 100%;
}

.con1nr .hd ul li span {
	width: calc(100% - 105px);
	font-size: 12px;
	line-height: 1.5;
	word-break: break-all;
}

.con1nr .hd ul li:nth-child(2), .con1nr .hd ul li:nth-child(3) { width: 100%; }

.con1 {
	width: 100%;
/*	padding: 20px 0;*/
}

.con2 {
	width: 100%;

}

.con3 {
	width: 100%;
	padding: 60px 0;
}

.con4 {
	width: 100%;
	padding: 60px 0;
}

.con5 {
	width: 100%;
	
}

.con6 {
	width: 100%;
	        padding: 60px 0;

}

.bt h1 {
	font-size: 18px;
	margin-top: 30px;
	color: #000;
}

.bt {
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
}

.con2 ul li {
	width: 100%;
	margin-right: 0;
	float: left;
	border-radius: 25px;
	background-color: #FEFEFE;
	margin-bottom: 10px;
}

.c2flow ul li {
	margin: 0 10px;
	width: 30px;
	padding: 5px;
	background-color: #fff;
}

.c2bt h1 {
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}

.c2bt p {
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: normal;
}

.c2bt {
	width: 100%;
	background-image: url(../images/btnbg.png);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px 0;
	border-radius: 60px;
	margin-bottom: 20px;
}

.wapper { width: 95%; }

.newslf { width: 100%; }

.newspic {
	width: 100%;
	margin: 10px 0;
}

.newsrt { width: 100%; }

.con4_list ul li {
	width: 32%;
	margin: 2% 0 0 2%;
}

.con4_list ul li:nth-child(5n-4) { margin-left: 2%; }

.con4_list ul li:nth-child(3n-2) { margin-left: 0; }

.con5 ul li {
	width: 100%;
	margin-right: 0;
	aspect-ratio: 1;
	height: auto;
	background-color: #F2F2F2;
	border-radius: 20px;
	float: left;
	margin-bottom: 10px;
}

.card-header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nr p { word-break: break-all; }

.con5 ul li:nth-child(4) {
	width: 100%;
	background-image: url(../images/btnbg.png);
	background-size: cover;
}

.iptitem {
	width: 100%;
	margin-bottom: 20px;
}

.iptitem input {
	width: 100%;
	height: 33px;
	line-height: 35px;
	text-indent: 1rem;
	border-radius: 20px;
}

.iptitem label {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	display: block;
}

.ipt {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0PX;
}

.iptitem1 label {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	display: block;
}

.iptitem1 button {
	width: 100%;
	border-radius: 20px;
	line-height: 35px;
	background-color: #1201D9;
	color: #fff;
	font-size: 18px;
	margin: 20px 0;
}

.footitem {
	width: 100%;
	margin: 10px 0;
}

.con1list ul li {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
	/*margin-right: 30px;*/
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #C53301;
}

.con2 h1 {
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}

.con3lf {
	width: 100%;
	float: left;
}

.con3lf h1 {
	font-size: 24px;
	color: #000;
}

.con3lf h1 span {
	font-size: 25px;
	color: #6973B7;
}

.job2 ul li .txt1 i {
	width: 10px;
	height: 10px;
	/*background: url(../images/down0.png) center no-repeat;*/
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.con3rt {
	width: 50%;
	float: none;
	margin: 10px auto;
}

.con4 h1 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.con5 h1 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.wapper1 { width: 95% !important; }

.wapper1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.c6rt {
	width: 100%;
	float: right;        text-align: center;
}

.c6lf {
	width: 100%;
	float: left;
}

body { padding: 0 !important; }

.c6rt img { width: 100%; }

.footlf {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}

.footrt {
	width: 100%;
	float: right;
}

.footrt h2 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.footrt ul li {
	width: 49%;
	margin-bottom: 10px;
	display: inline-block;
}
	 .footrt ul li span {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 10px;
}
	 
	 
}
