/*2025年11月*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding:2px 0;
	font-size:16px;
	transition: all .3s;
	transform: translateY(0%);
}



.header-search .lang{
	width:50px;
	height:50px;
	line-height: 50px;
	text-align: center;
	border-radius:50%;
	background-color: rgba(250, 250, 250, 0.1);
}
.header-search .lang a{
	color: #fff;
}

.contac-nav-li a{
	padding: 0 30px;
	color:#fff;
}
.contac-nav-li{
	border-radius: 50px;
	height:50px;
	line-height: 50px;
	margin-left: 36px;
	background-color: #ee0210;
}

.header .img {
	flex: 0 0 150px;
}

.logo-box img:first-child{
	display: initial;
}
.logo-box img:last-child{
	display: none;
}

/* --------- */
.header.block{
	background-color: #fff;
	position: fixed;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
}
.header.block .logo-box img:first-child{
	display: none;
}
.header.block .logo-box img:last-child{
	display: inherit;
}

.header.block  .header-search .lang a{
	color:#333;
}
.header.block  .header-nav-list li a{
	color:#333;
}
.header.block  .header-nav-list li.on>a{
	color: #ee0210;
}

/* --------- */


.header.hide .logo-box img:first-child{
	display: none;
}
.header.hide .logo-box img:last-child{
	display: inherit;
}




.header.hide {
	background-color: #fff;
	position: fixed;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
}

.mask {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	display: none;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .3);
}


.header-nav-list > li > a{
	font-weight: bold;
}

.header-nav-list li.on>a {
	font-weight: bold;
	color: #ee0210;
}


.head_w {
	padding: 0 1rem;
}

.header-nav-list {
	margin: 0 20px;
	white-space: nowrap;
	font-size: 16px;
}

.header-nav-list li {
	position: relative;
	margin-right: 80px;
}

.header-nav-list li.on>div>a {
	color: #ec6b17;
}

.flex {
	display: flex;
}

.fdj-box button {
	width: 50px;
	border: none;
}

.flex-w {
	flex-wrap: wrap;
}

.flex-center {
	justify-content: center;
}

.flex-betweem {
	justify-content: space-between;
}

.header-nav-list li a {
	color: #fff;
}
.hide .header-search .lang a{
	color:#333;
}
.hide .header-nav-list li a{
	color:#333;
}
.hide .header-nav-list li.on>a{
	color: #ee0210;
}

.index-swiper .img {
	position: relative;
	padding-top: 50%;
}

.index-swiper .img img{
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
}

@media screen and (min-width: 768px) {
	
	.header.hide{
		transform: translateY(-100%);
	}

	.header-nav-list>li:hover>.second-list {
		display: block;
	}

	.header-nav-list .second-list li:hover {
		background: #f1212e;
	}

	.header-nav-list .second-list li:hover a {
		color: #fff;
	}
	.header-nav-list .second-list li a{
		color:#333;
	}

	.second-list {
		position: absolute;
		left: -15px;
		display: none;
		bottom: 0px;
		padding-top: 30px;
		transform: translateY(100%);
	}

	.second-list ul li {
		margin-right: 0;
		padding: 0 20px;
	}

	.second-list ul {
		font-size: 14px;
		line-height: 3;
		background: rgba(250, 250, 250, 1);
	}




}


.mid-section-container .item .img {
	position: relative;
	overflow: hidden;

}


.mid-section-container .item:first-of-type .img,
.mid-section-container .item:nth-child(4) .img {
	padding-top: 115%;
}

.mid-section-container .item:nth-child(6) .img,
.mid-section-container .item:nth-child(2) .img {
	padding-top: 158%;
}

.mid-section-container .item:nth-child(3) .img,
.mid-section-container .item:nth-child(5) .img {
	padding-top: 95%;
}

.mid-section-container .item .img .cover-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
}


.mid-section-container .item:after {
	content: "";
	position: absolute;
	height: 30%;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .9));
}


.Facts-wrap {}

.Facts-wrap .rt-box {
	width: 75%;

}

.Facts-wrap .items-center {
	text-align: center;
}

.black-num {
	font-size: 56px;
	font-weight: bold;
	display: inline-block;
	position: relative;
}

.black-num i {
	position: absolute;
	right: -30px;
	top: 10px;
	font-size: 20px;
	font-style: normal;
}

.orange-num {
	color: #ec6b17;
	font-weight: bold;
}

.orange-num i {
	font-size: 20px;
	font-style: normal;
	vertical-align: top;
	position: absolute;
	transform: translate(14px, 6px);
}

.black-num:after {
	display: block;
	background: #ec6b17;
	content: "";
	height: 4px;
	width: 100%;
}

.Facts-bottom-wrap {
	margin-top: 4%;
}

.Facts-wrap .item .c {
	line-height: 1.4;
	font-weight: bold;
}

.Facts-wrap .item {
	padding: 10px;
	box-sizing: border-box;
	width: 25%;
	position: relative;
}

.Facts-wrap .item.borderNone:after {
	display: none;
}

.Facts-wrap .item:after {
	content: "";
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	width: 1px;
	top: 50%;
	opacity: 0.4;
	transform: translateY(-50%);
	background-color: #efefef;
}

.Facts-wrap>.item:after {
	height: 90%;
}

.Facts-wrap .item .img {
	margin-top: 60px;
}

.Facts-wrap .rt-box .item {
	width: 33.33%;
}

.Facts-wrap .rt-box .item:nth-child(4),
.Facts-wrap .rt-box .item:nth-child(5),
.Facts-wrap .rt-box .item:nth-child(6),
.Facts-wrap .rt-box .item:nth-child(7) {
	width: 25%;
	margin-top: 5%;
}

.Facts-wrap .rt-box .item:nth-child(4) .black-num {
	margin-right: 50px;
}

.Facts-wrap .rt-box .item:nth-child(5) .black-num {
	margin-right: 50px;
}



.margin0 {
	margin: 0 !important;
}

.borderNone {
	border: none !important;
}




/*footer*/

.code-container {
	display: none;
	position: absolute;
	left: 50%;
	width: 150px;
	transform: translateX(-50%);
	margin-top: 30px;
	text-align: center;
}

.code-container:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.code-container img {
	width: 150px;
}

.footer {
	background: #1c1f1f;
	color: #909090;
	line-height: 1.5;
	padding: 5% 0 0 0;
}

.footer-wrap {
	display: flex;
}

.footer-logo-address {
	font-size: 16px;
	width: 36%;
	margin-top:-3%;
}

.footer-logo-address .box {
	padding: 10% 0;
	max-width: 300px;
}

.footer-nav-wrap {
	display: flex;
	flex-wrap: wrap;
}

.footer-nav-wrap ul {
	width: 25%;
	margin-bottom: 100px;
}

.footer-nav-wrap ul li:not(.h) a:hover {
	text-decoration: underline;
}

.footer-nav-wrap ul li {
	margin-bottom: 20px;
	max-width: 250px;
}

.footer-copy {
	padding: 2% 0;
	border-top: 1px solid rgba(250, 250, 250, .2);
}

.footer-nav-wrap .h {
	color: #fff;
	font-size: 18px;
	min-height: 54px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 2px;
}

.footer-share ul {
	display: flex;
	font-size: 0;
}

.footer-share ul li:hover img {
	filter: brightness(300%) contrast(0%);
}

.footer-share ul li:hover {
	background: #333;
	box-shadow: 0px 0px 2px 0px #fff;
}

.footer-share ul li img {
	width: 14px;
	height: 20px;
	object-fit: contain;
}

.footer-share ul li {
	margin-right: 20px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 34px;
	height: 34px;
	background: #fff;
	border-radius: 50px;
}


.footer-contact .abox img{
	margin-right: 10px;
}
.footer-contact .abox {
	width: 36%;
}

.web-element {
	display: none;
}

.footer-contact {
	padding-bottom: 2%
}

.wechat{
	
	display:inline-block;
	font-size:10px;
	position: relative;
}
.wechat:hover .wechat-code{
	display:block;
}
.wechat .wechat-code{
	display:none;
	position:absolute;
	width: 150px;
	text-align: center;
	top:50px;
	left:50%;
	transform: translateX(-50%);
}

@media screen and (max-width:1400px) {
	.header-nav-list {
		font-size: 14px;
	}

	.header-nav-list li {
		margin-right: 30px;
	}
}

@media screen and (max-width: 768px) {
	.header .img {
		flex: 0 0 100px;
	}
	
	.logo-box img:first-child{
		display:none;
	}
	.logo-box img:last-child{
		display:inherit;
	}

	body,
	html {
		overflow-x: hidden;
	}


	.header-nav-list {
		position: fixed;
		width: 100%;
		right: 0;
		top: 0;
		transform: translateX(100%);
		margin: 0 auto;
		box-sizing: border-box;
		padding-top: 80px;
		height: 100vh;
		z-index: 1000;
		background: #fff;
		transition: all .3s;
	}

	.header-nav-list.show {
		transform: translateX(0);
	}

	.header-nav-list li {
		margin-right: 0;
		line-height: 3;
		padding: 0 20px;
		border-bottom: 1px solid #e6e6e6;
	}

	.header-nav-list li a {
		color: #333;
	}

	.second-list a {
		display: block;
	}

	.header-nav-list li.on:after {
		display: none;
	}

	.header {
		padding: 0;
		height: 66px;
		display: flex;
		z-index: 1001;
		align-items: center;
		background: #fff;
		position: fixed;
	}

	.header .header-nav-list {
		display: none;
	}


	.section {
		margin-top: 66px;
	}

	.index-swiper {
		font-size: 0;
	}

	.mid-section-container {
		background-image: url(../img/bg0.jpg);
		background-size: 60%;
	}

	.index-a-more {
		line-height: 30px;
		padding: 0 22px;
	}

	.second-list {
		display: none;
		font-size: 14px;
	}

	.second-list li:last-child {
		border-bottom: none;
	}

	.header-nav-list li.open- .arrow-right {
		transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
	}


	.header-search .fdj-box img {
		filter: invert(1);
		margin-right: 14px;
	}
	.header-search .lang {
		width: 40px;
		height: 40px;
		line-height: 40px;
		background: transparent;
		margin-right: 10px;
	}
	.header-search .lang a {
		color: #333;
		font-weight: bold;
	}


	.index-video-container {
		padding: 10% 0;
	}

	.index-video-container .video-box {
		margin-top: 6%;
	}


	.footer {
		padding: 12% 0 0 0;
		text-align: center;
	}

	.footer-wrap {
		display: block;
		margin-bottom: 6%;
	}

	.footer-logo-address {
		width: 100%;
		margin-bottom: 8%;
		text-align: center;
	}

	.footer-logo-address img {
		max-width: 100px;
	}

	.footer-nav-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 8%;
	}

	.footer-nav-wrap ul {
		width: 48%;
		margin-bottom: 20px;
	}

	.footer-nav-wrap .h {
		font-size: 16px;
		min-height: 0;
		margin-bottom: 10px;
	}

	.footer-nav-wrap ul li {
		margin-bottom: 8px;
		max-width: none;
	}

	.footer-contact {
		flex-wrap: wrap;
		text-align: left;
		padding-bottom: 8%;
	}

	.footer-contact .abox {
		width: 100%;
		margin-bottom: 8%;
	}

	.footer-contact .flex-1 {
		flex: 0 0 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 24px;
	}

	.footer-qr-m {
		display: none;
	}

	.footer-copy {
		flex-direction: column;
		align-items: center;
		gap: 8px;
		text-align: center;
		padding: 8% 0;
	}

	.wechat .wechat-code {
		top: 40px;
	}

	.web-element{
		display: block;
	}
	.contac-nav-li{
		display: none;
	}
	
	
}