* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

:root {
	/* 主体颜色 */
	--theme: #ffffff;
	--active: rgb(0, 68, 191);
	--button-hover: rgb(0, 68, 191);
}


html {
	font-size: 16px;
	/* font-family: SourceHanSansCN-Light; */
	font-family: GTAmerica-Rg !important; 
	overflow-x: hidden;
}

html {
	font-size: 20px;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}


button {
	padding: 0.4rem 0.5rem;
	border-radius: 0.2rem;
	margin: 0;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #ffffff;
	color: #171717;
	border: 1px solid transparent
}

.default:hover {
	color: var(--active);
}


.primary {
	background-color: var(--active);
	color: var(--text-h);
}

input {
	background: unset;
	border: unset;
	padding: 0 10px;
}

textarea:focus,
select:focus,
select:focus-visible,
input:active,
input:focus,
button:active,
button:focus {
	outline: none;
}

li {
	list-style: none;
}
.mobile_nav li a{font-size:16px;}
.container {
	margin: 0 auto;
	max-width: 1400px;
}
.indexbgcon{position:absolute;top:0;left:calc((100% - 1400px)/2);}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.p_r {
	position: relative;
}

.b_i {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.b_i_c {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pc_hidden {
	display: none;
}

.mobile_hidden {
	display: block;
}

.border {
	border: 1px solid var(--line);
}


.n_b_t {
	border-top: unset;
}

.t_e_2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
	overflow: hidden;
}

.t_e_1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-clamp: 1;
	box-orient: vertical;
	overflow: hidden;
}

.l_h:not(.swiper-button-disabled):hover {
	color: var(--active);
	border-color: var(--active);
}

.h_l {
	color: var(--active);
}

.active {
	color: var(--active);
}

/* 动画 */
.animation {
	opacity: 0;
	transform: translateY(4rem);
}

.l_to_r {
	transform: translate(-4rem, 0);
}

.r_to_l {
	transform: translate(4rem, 0);
}

.ani {
	animation: ani 0.6s ease forwards;
}

@keyframes ani {
	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}


header {
	box-sizing: border-box;
	padding: 1.3rem 3rem;
	display: flex;
	align-items: center;
	font-family: GTAmerica-Rg;
	font-size: 0.7rem;
	color: #ffffff;
	border-bottom: #efefef67 1px solid;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.fixed_nav {
	background-color: #fff;
	
}
.fixed_nav li a{

	color: #171717;

}

.fixed_nav li a.cur{

	color: rgb(234,129,75);;

}
.color_logo {
	display: none;
}

.fixed_nav .white_logo {
	display: none;
}

.fixed_nav .color_logo {
	display: block;
}

.mobile_nav {
	display: flex;
	align-items: center;
	margin-left: 4%;
	flex: 1;
}

header img {
	height: 3.2rem;
	position: relative;
	z-index: 10;
}

header .mobile_nav li:not(:last-child) {
	margin-right: 4%;
}

header .mobile_nav li a:hover {
	color: rgb(234,129,75);;
}
.fixed_nav .mobile_nav li .login:hover {
	color: #fff;
}

header .mobile_nav .right {
	flex: 1;
	text-align: right;
	margin-right: 1.5rem;
}

.login {
	display: block;
	width: 5rem;
	height: 2.2rem;
	text-align: center;
	line-height: 2.2rem;
	background-color: #ffffff;
	border-radius: 1.1rem;
	color: #111111;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.fixed_nav .login {
	background-color: rgb(234,129,75);;
	color: #fff;
}

.top {
	height: 41rem;
}

.top video {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover;
	background: #000;
}

.top_content {
	height: calc(100% - 5rem);
	display: flex;
	align-items: center;
}

.top_article {
	max-width: 28rem;
}

.top_article p {
	font-family: GTAmerica-Rg;
	font-size: 0.9rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 4rem;
	letter-spacing: 0.09rem;
	color: #ffffff;
	opacity: 0.7;
}

.top_article h1 {
	font-family: CardinalPhoto-Regular;
	font-size: 3rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3.4rem;
	letter-spacing: 0rem;
	color: #ffffff;
}

.top_article button {
	margin-top: 1.5rem;
	padding: 0 3rem;
	height: 2.6rem;
	background-color: rgb(234,129,75);;
	font-family: GTAmerica-Rg;
	font-size: 0.7rem;
	color: #ffffff;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.top_article button:hover {
	color: rgb(234,129,75);;
	background-color: #fff;
}

.next_page {
	position: absolute;
	bottom: 2rem;
	left: calc(50% - 1rem);
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	border-radius: 50%;
	background-color: #ffffff;
	color: #111111;
	transition: box-shadow ease 0.3s;
}

.next_page:hover {
	box-shadow: 0 0 1rem rgba(255, 255, 255, 0.575);
}

footer .links {
	display: flex;
	justify-content: space-between;
	padding: 4.4rem 0;
	color: #ffffff;
	border-bottom: 1px #ffffff6e solid;
}

footer .container img {
	height: 4rem;
}

footer .contact h4 {
	font-family: CardinalPhoto-Regular;
	font-size: 0.9rem;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	margin-bottom: 1rem;
}

footer .contact p {
	font-family: GTAmerica-Rg;
	font-size: 0.8rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.8rem;
	letter-spacing: 0.01rem;
	color: #ffffff81;
}

footer .contact p i {
	margin-right: 0.6rem;
}

footer .third .iconfont {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
	border-radius: 50%;
	border: solid 0.05rem #ffffff;
	opacity: 0.4;
	font-size: 1.2rem;
	margin-right: 1rem;
}

footer .third img {
	height: 1.4rem;
	margin-top: 3rem;
}

.copyRight {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: GTAmerica-Rg;
	font-size: 0.7rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.6rem;
	letter-spacing: 0rem;
	color: #ffffff81;
	padding: 2rem 0;
}

.copyRight ul {
	display: flex;
	align-items: center;
}

.copyRight ul li:not(:last-child) {
	margin-right: 1rem;
}

.copyRight ul li a {
	border-bottom: 1px transparent solid;
	transition: border 0.3s ease;
}

.copyRight ul li a:hover {
	border-color: #97999D;
}

.s_title {
	padding: 2.5rem 0 2rem;
	font-family: CardinalPhoto-Regular;
	font-size: 2.4rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.8rem;
	letter-spacing: 0.025rem;
	color: #111111;
	position: relative;
}

.s_title::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 1.1rem;
	height: 0.1rem;
	background-color: #111111;
}

.section_bg::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1rem;
	width: 9.05rem;
	height: 8.5rem;
	background-image: url(../static/images/bg.png);
	background-size: contain;
	background-position: center;
}

.scale_img {
	overflow: hidden;
	font-size: 0;
}

.flex {
	flex: 1;
}

.scale_img img {

	transition: transform 0.5s ease;
}

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



@media (max-width: 1380px) {
	html {
		font-size: 18px;
	}
	.container {
		width: 1170px;
	}

	.indexbgcon{position:absolute;top:0;left:calc((100% - 1170px)/2);}
	.mobile_nav{
		margin-left: 12%;
		justify-content: space-between;
	}

	.mobile_nav li a{font-size:0.7rem;}
	
}
@media (max-width: 1199px) {
	html {
		font-size: 16px;
	}
	.container {
		width: 970px;
	}

	.indexbgcon{position:absolute;top:0;left:calc((100% - 970px)/2);}
	.mobile_nav{
		margin-left: 5%;
	}
	header img{
		height: 50px;
	}
	header .mobile_nav li:not(:last-child){
		margin-right: 4%;
	}
}
@media (max-width: 768px) {
	*{
		-webkit-tap-highlight-color: rgba(255,0,0,0);
		-webkit-appearance:none;
		box-sizing: border-box;
	}
	.top{
		height: 70vh !important;
	}
	html {
		font-size: 16px;
		background-image: none;
	}
	.container {
		padding: 0 5% ;
		width: auto;
		overflow-x: hidden;
		max-width: none;
	}
	.mobile_nav{
		margin: 0;
	}
	footer .container{
		padding-bottom: 0;
	}
	footer .links{
		padding: 4rem 0%;
	}
	header {
		padding: 0.3rem 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-family: GTAmerica-Rg;
		font-size: 1.3rem;
		color: #ffffff;
		border-bottom: #efefef67 1px solid;
	}
	.indexbgcon{
		left: 0;
		width: 100%;
		height: 100%;
	}
	.top_content{
		height: 100%;
	}
	.top_article{
		max-width: auto;
	}
	.top_article h1{
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.top_article h3 {
		font-family: CardinalPhoto-Medium;
		font-size: 2.4rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 3.4rem;
		letter-spacing: 0rem;
		color: #ffffff;
	}

	.mobile_hidden {
		display: none;
	}

	.pc_hidden {
		display: block;
	}

	.bg {
		background-image: none;
	}

	.mobile_menu {
		width: 2rem;
		height: 1.6rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		z-index: 10;
	}

	.mobile_menu span {
		width: 100%;
		flex: unset;
		height: 0.15rem;
		border-radius: 0.075rem;
		background-color: var(--theme);
		transition: transform ease 0.3s;
		transform-origin: right;
	}

	.fixed_nav .mobile_menu span {
		background-color: rgb(234,129,75);;
	}

	.menu_active .top_line {
		transform: rotate(-45deg);
	}

	.menu_active .center_line {
		opacity: 0;
	}

	.menu_active .bottom_line {
		transform: rotate(45deg);
	}

	.mobile_nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 6;
		margin: 0;
		background: #97999D;
		padding-top: 5rem;
	}

	header .mobile_nav .right {
		text-align: left;
		margin-right: 0;
	}

	.mobile_nav li {
		padding: 0.6rem 2rem;
		white-space: nowrap;
	}

	.login {
		width: 10rem;
		height: 4rem;
		line-height: 4rem;
		border-radius: 2rem;
		background-color: rgb(234,129,75);;
		color: #fff;
	}

	footer .links {
		flex-direction: column;
	}

	footer .contact {
		padding: 4rem 0;
	}

	footer .contact p {
		display: flex;
		line-height: 1.2rem;
		padding: 1rem 0;
	}

	.copyRight {
		flex-direction: column;
		align-items: center;
	}

	.links_logo {
		text-align: center;
	}

	.copyRight ul {
		margin-top: 1rem;
	}

	.next_page {
		font-size: 1.6rem;
		position: absolute;
		bottom: 3rem;
		left: calc(50% - 1.5rem);
		width: 3rem;
		height: 3rem;
		text-align: center;
		line-height: 3rem;
		border-radius: 50%;
		background-color: #ffffff;
		color: #111111;
		transition: box-shadow ease 0.3s;
	}

	.s_title {
		padding: 2.5rem 0 2rem;
		font-family: CardinalPhoto-Regular;
		font-size: 2rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 2.8rem;
		letter-spacing: 0.025rem;
		color: #111111;
		position: relative;
	}
	button {
		height: 3.5rem !important;
		padding: 0 1.5rem !important;
		font-size: 16px !important;
	}
	.mobile_nav li{
		margin: 0;
		margin-bottom: 20px;
	}
	.mobile_nav li a{
		font-size: 20px;
	}
	header .mobile_nav .right .lan{
		position: static !important;
		margin-top: 20px;
	}
	header .mobile_nav .right .lan li{
		margin-bottom: 0;
		padding: 10px 0;
	}
	header .mobile_nav .right .lan li a{
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	p{font-size: 16px !important;}
	footer .contact{
		margin: 0 auto;
		width: 70%;
	}
	footer .contact h4{
		text-align: center;
		font-size: 20px;
	}
	footer .contact p{
		font-size: 15px;
		line-height: 24px;
		font-weight: 400;
		text-align: center;
		display: block;
	}
	footer .contact i{
		display: none;
	}
	footer .third{
		text-align: center;
	}
	.Funds_sections .content h3{font-size: 1.3rem !important;font-weight: bold !important;}
}

.botline{border-bottom: 1px solid #eee;}