/*2025年10月28日14点42分*/
.footer-w {
	width: 74%;
	margin: 0 auto;
}


.color-0054ff {
	color: #0054ff !important;
	border-color: #0054ff !important;
}


.header {
	transition: all .3s;
	transform: translateY(0%);
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	height: 96px;
	display: flex;
	align-items: center;
	box-shadow: 0 0 4px 2px rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(250, 250, 250, .2);
}

.footer-wrap {
	display: flex;
}

.header-search {
	white-space: nowrap;
}

.header-margin {
	margin-top: 96px;
}

.header .img {
	font-size: 0;
	flex: 0 0 2.25rem;
}



.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 {
	white-space: nowrap;
	font-size: 16px;
}

.header-nav-list>li:last-child {
	margin-right: 0px;
}

.header-nav-list li a {
	position: relative;
}
.header-nav-list >li:hover .arrow-down{
	transform: rotate(316deg);
}

.header-nav-list>li.on>a:after {
	display: block;
	border-radius: 6px;
	content: "";
	width: 100%;
	height: 6px;
	position: absolute;
	bottom: -40px;
	background-color: #ce1e1a;
}

.head-w {
	width: 84%;
	margin: 0 auto;
}

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

.flex {
	display: flex;
}


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

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

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


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

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

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

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

.footer-contact {
	width: 34%;
}

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

	.header-search {
		display: none;
	}

	.header .fdj-box img {
		mix-blend-mode: difference;
		vertical-align: middle;
	}

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

	.header-nav-list .second-list li:hover {
		background: #eeeeee;
	}
	
	.second-content:hover .t1 a{
		color:#ce1e1a
	}
	.second-content {
		line-height: 1.5;
		height: 100%;
		justify-content: space-between;
		white-space: normal;
		display: flex;
		flex-direction: column;
	}

	.second-content .t1 {
		font-weight: bold;
		margin-bottom: 4px;
	}

	.second-content .t2 {
		min-height: 6em;
	}

	.second-content .t3 a {
		color: #ce1e1a;
	}

	.second-list {
		position: absolute;
		display: none;
		bottom: 35px;
		width: 86vw;
		left: 7vw;
		overflow: hidden;
		border-radius: 0 0 10px 10px;
		padding-top: 35px;
		transform: translateY(100%);
	}

	.second-list>ul>li {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.second-list ul li {
		margin-right: 0;
		flex: 1;
		width: 33%;
		padding: 0.25rem 0.5rem;
	}

	.second-list ul {
		font-size: 14px;
		line-height: 2;
		display: flex;
		border-top: 4px solid #ce1e1a;
		background: rgba(250, 250, 250, 1);
	}

	.news-list .box.on .more img:first-of-type {
		display: none;
	}

	.news-list .box.on .more img:last-of-type {
		display: inline;
	}

	.news-list .box.on .type {
		opacity: .8;
		color: #fff;
	}

	.news-list .box.on .date {
		color: #fff;
		opacity: 0.8;
	}

	.news-list .box.on .more img {
		mix-blend-mode: plus-lighter;
	}

	.news-list .box.on .news-item-title {
		color: #fff;
	}

	.news-list .box.on:after {
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		right: inherit;
		top: 0;
		left: 0;
		z-index: 0;
		background: #ec6b17;
	}

	.news-list .box.on:after {
		content: "";
		height: 100%;
		width: 100%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
		background: #ec6b17;
	}


}







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




.index-a-more {
	position: relative;
	display: inline-block;
	border: 1px solid #ec6b17;
	font-size: 12px;
	color: #ec6b17;
	line-height: 40px;
	padding: 0 24px;
}

.index-a-more span {
	margin-right: 14px;
}

.index-a-more:hover img {
	mix-blend-mode: plus-lighter;
}

.index-a-more:after {
	z-index: -1;
	content: "";
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	display: block;
	position: absolute;
	background: #ec6b17;
	color: #fff;
	transition: all .3s;
}

.index-a-more:hover {
	color: #fff;
}

.index-a-more:hover:after {
	z-index: -1;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: inherit;
	display: block;
	position: absolute;
	background: #ec6b17;
	color: #fff;
	transition: all .3s;
}


.news-wrap {
	position: relative;
	z-index: 1;
}

.news-list {
	margin-top: 30px;
}

.news-list .box {
	line-height: 1.5;
	padding: 20px;
	background: #fff;
	position: relative;
}

.news-list .box:after {
	content: "";
	height: 100%;
	width: 0%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background: #ec6b17;
	transition: width .3s;
}



.news-list .box>div {
	z-index: 1;
	position: relative;
}


.news-list .box .more {
	position: absolute;
	right: 30px;
	bottom: 20px;
}


.news-list .type {
	color: #ec6b17;
	margin-bottom: 4px;
	font-size: 12px;
}

.news-list .rt .more {
	bottom: 20px;
}

.news-list .news-item-title {
	font-weight: bold;
	font-size: 18px;
	max-width: 98%;
	line-height: 1.5;
	max-height: 3em;
}

.news-list .rt .news-item-title {
	font-size: 14px;
	max-width: 100%;
}

.news-list .date {
	margin-top: 24px;
	color: #999999;
	font-size: 14px;
}

.news-list .on .des {
	color: #fff;
}

.news-list .des {
	color: #999999;
	font-size: 14px;
	width: 100%;
	line-height: 1.5;
	height: 3em;
	margin-top: 10px;
}


.news-list .rt .date {
	font-size: 12px;
	margin-top: 10px;
}

.news-list .rt {
	width: 49%;
}

.news-list .img {
	position: relative;
	padding-top: 42%;
	overflow: hidden;
}

.news-list .n-item:hover .img img {
	transform: scale(1.1);
}

.news-list .img img {
	transition: all .3s;
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
}


.news-list .n-item {
	width: 48%;
	margin-bottom: 4%;
}

.news-list .n-item:nth-child(3),
.news-list .n-item:nth-child(4) {
	margin-bottom: 0%;
}

.news-list .lf {
	width: 49%;
	background: #fff;

}

.news-list .lf .n-item {
	width: 100%;
	margin-bottom: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.news-list .lf .box {
	flex: 1;
}

.news-list .lf .n-item .img {
	padding-top: 44%;
}


.news-list .box .more img {
	width: 100%;
}

.news-list .box .more img:last-of-type {
	display: none;
}



.news-list .rt .more {
	width: 20px;
	top: inherit;
	height: 20px;
}





/*footer*/

.footer {
	background: #ce1e1a;
	color: #fff;
	padding: 5% 0;
}



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

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

.footer-nav-wrap ul li {
	margin-bottom: 4%;
	font-size: 0.15rem
}

.footer-nav-wrap .h {
	font-size: 0.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1;
}


.web-element {
	display: none;
}

.code-wrap h6 {
	text-align: center;
	font-size: 0.2rem;
}

.code-wrap {
	font-size: 0;
	width: 24%;
}

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

	.header-search .lang {
		font-size: 14px;
	}

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



@media screen and (max-width: 768px) {

	.header-search {
		font-size: 0;
	}

	.header .img {
		flex: 0 0 6rem;
	}

	.footer-wrap>.flex-1 {
		display: none;
	}

	.code-wrap {
		width: 50%;
		margin: 0 auto;
	}

	body,
	html {
		overflow-x: hidden;
	}

	.black-num:after {
		display: none;
	}

	.black-num {
		width: 120px;
		font-size: 30px;
	}

	.orange-num {
		width: 120px;
		margin-bottom: 0;
		font-size: 30px;
		text-align: left;
	}

	.black-num {
		margin-right: 0px;
		color: #ec6b17;
	}

	.h6 {
		font-size: 24px;
	}

	.numCount {
		margin: 0 4%;
	}

	.Facts-wrap {
		margin-top: 4%;
		transform: translateX(0%) scale(1);
	}

	.news-wrap .title .a {
		display: none;
	}

	.news-wrap .title {
		justify-content: center;
	}

	.Facts-wrap .item {
		width: 100%;
	}

	.Facts-wrap .item .img {
		display: none;
	}

	.Facts-wrap .rt-box .item {
		padding: 14px 10px;
		width: 100%;
		border-bottom: 1px solid #eee;
		display: flex;
		justify-content: flex-start;
	}

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

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

	.orange-num i {
		position: static;
	}

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

	.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: 100%;
		margin-top: 0;
		align-items: center;
	}

	.Facts-wrap .rt-box .item:nth-child(4)>div:first-child,
	.Facts-wrap .rt-box .item:nth-child(5)>div:first-child,
	.Facts-wrap .rt-box .item:nth-child(6)>div:first-child,
	.Facts-wrap .rt-box .item:nth-child(7)>div:first-child {
		width: 120px;
		text-align: left;
	}

	.black-num i {
		position: static;
		font-size: 20px;
		font-style: normal;
		/* line-height: 0; */
		vertical-align: top;
		/* position: absolute; */
		right: inherit;
		transform: translate(14px, 6px);
	}

	.Facts-wrap:last-child {
		margin-top: 0;
	}

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

	.Facts-wrap .item .c {
		letter-spacing: .012em;
		max-width: none;
		flex: 1;
		text-align: left;
	}

	.Facts-wrap .item .c br {
		display: none;
	}

	.Facts-wrap .rt-box .item.borderNone {
		border-bottom: 1px solid #eee !important;
	}


	.news-list {
		/*  display: none;*/
	}

	.news-list .rt {
		width: 100%;
	}

	.news-list .n-item {
		width: 100%;
	}

	.web-element {
		display: block;
	}

	.pc-element {
		display: none;
	}

	.swiper {
		--swiper-theme-color: #ec6b17;
		--swiper-pagination-color: #ec6b17;
		/* 两种都可以 */
	}

	.news-web-container {
		overflow: hidden;
	}

	.news-list .rt .news-item-title {
		height: 3em;
		font-size: 16px;
	}

	.news-wrap {
		margin-bottom: 24px;
	}

	.index-a-more span {
		margin-right: 4px;
	}

	.index-about-wrap .swiper-pagination {
		bottom: 266px !important;
	}

	.news-web-container .swiper-pagination {
		bottom: -11px !important;
	}

	.video-wrap .h6 {
		text-align: center !important;
	}


	.footer .bottom>ul {
		width: 100%;
	}

	.footer .bottom>ul:nth-child(2) {
		display: none;
	}

	.footer .bottom {
		margin-top: 8%;
		flex-direction: column;
	}

	.footer .bottom dl dd {
		width: 38px;
		margin-right: 16px;
	}

	.footer .bottom dl {
		justify-content: center;
	}

	.footer .top img {
		width: 50px;
	}

	.footer .top {
		font-size: 16px;
		padding: 30px 0;
	}

	.footer .bottom ul li {
		font-size: 14px;
		max-width: 100%;
		margin-bottom: 15px;
	}

	.footer .bottom .or {
		margin-bottom: 20px;
	}

	.footer .bottom br {
		display: none;
	}

	.index-mission-container .c {
		width: 90%;
		margin-top: 5%;
	}

	.index-mission-wrap .a {
		text-align: center;
	}

	.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: 11;
		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>div>a {
		color: #454545;
		font-size: 18px;
	}

	.second-list a {
		display: block;
	}

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

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

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


	.section {
		margin-top: 66px;
	}

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



	.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 .lang {
		display: none;
	}


	.index-mission-container {
		padding: 10% 0;
		text-align: left;
	}

	.index-mission-container .c br {
		display: none;
	}

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

	.second-list ul {
		display: block
	}

	.statutes-title {
		font-size: 0.6rem;
	}

	.member-wrap .content-wrap {
		display: block;
	}

	.member-wrap .content-wrap .imgs-box {
		width: 100%;
	}

	.member-wrap .content-wrap .content-1 {
		margin-top: 5%;
		padding-left: 0%;
		width: 100%;
	}
}