@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter/Inter-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans/DMSans-Regular-BF64376d323f095.ttf') format('truetype'); 
}
html {
	font-size: 16px;
}

body {
	font-family: 'Inter', Arial, sans-serif;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #000000;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.overflow-x-hidden{
	overflow-x: hidden;
}
.header{
	width: 100%;
	height: 5.4375rem;
	border-bottom: 2px solid #BAE5FE;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.navbar-brand{
	margin-left: 0.6875rem;
	margin-right: 0;
	padding: 0;
}
.logo{
	width: 18.75rem;
	height: 3.75rem;
}
.logo>img{
	display: block;
	width: 100%;
}
.height100{
	height: 100%;
}
.header-right{
	height: 100%;
}
.nav{
	height: 100%;
}
.nav-item{
	height: 5.3125rem;
}
/* .navbar-nav{
	width: 86.9375rem;
	justify-content: space-around;
} */
.nav-item>a>span{
	font: normal normal normal 1rem/1.1875rem Inter;
	color: #093B63;
	text-align: center;
}
.nav-link{
	padding: 0 2rem !important;
	background-color: #FFFFFF;
	transition: background-color 1s;
	position: relative;
}
.nav-link:hover::after{
	width: 100%;
	left: 0%;
}
.selected-nav::after{
	width: 100% !important;
	left: 0% !important;
}
.last-nav::after{
		display: none;
}
.nav-link::after{
	content: "";
	width: 0;
	height: 0.1875rem;
	background-color: #093B63;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 9;
	transition: width 0.5s, left 0.5s;
}
.blue-nav{
	background-color: #093B63;
}
.blue-nav>i{
	color: #FFFFFF;
	font-size: 1.125rem;
	opacity: 1;
	margin: 0 0.625rem;
}
.blue-nav>span{
	color: #FFFFFF !important;
}
.nav-link:hover{
	/* font-weight: bold; */
}

.language{
	font-size: 1rem;
	line-height: 1.1875rem;
	letter-spacing: 0;
	color: #093B63;
	opacity: 0.33;
	margin: 0 0.625rem;
	padding: 0.3125rem 0;
	border-bottom: 0.125rem solid transparent;
	cursor: pointer;
}
.active-language{
	color: #093B63 !important;
	opacity: 1 !important;
	border-bottom: 0.125rem solid #305A7B !important;
}
.banner-left{
	width: 37.25rem;
}
.banner-right{
	width: 65.625rem;
}

.banner-left-text{
	margin: 2.125rem 0;
}
.banner-left-text>p{
	text-align: left;
	font: normal normal normal 1.125rem/2rem DM Sans;
	letter-spacing: 0;
	color: #1D1D1D;
	opacity: 1;
}

.more-btn{
	
}
.more-btn>a>button{
	width: 9.125rem;
	height: 3.125rem;
	/* UI Properties */
	background: #053257 0% 0% no-repeat padding-box;
	border-radius: 0.3125rem;
	opacity: 1;
	font: normal normal medium 16px/26px Inter;
	letter-spacing: 0;
	color: #FFFFFF;
}
.more-btn>a>button:hover{
	color: #FFFFFF;
}

.banner-change-btn>div{
	width: 3.125rem;
	height: 3.125rem;
	background: transparent 0% 0% no-repeat padding-box;
	opacity: 1;
	position: static;
	box-sizing: border-box;
}
.banner-change-btn>div>img{
	display: block;
	width: 100%;
}
.banner-right>a, .banner-right>a>img{
	display: block;
	width: 100%;
	height: auto;
}
.banner-change-btn>div::after{
	font-family: none;
	content: "";
}
.pagination-wrap{
	width: 30%;
	height: 4.375rem;
	position: absolute;
	left: 0;
	bottom: 6.25rem;
	z-index: 999;
}
/* 移动端 */
@media screen and (max-width: 1680px) {
	.pagination-wrap{
		width: 30%;
		position: relative;
		/* left: 5%; */
		bottom: 1rem;
		z-index: 999;
	}
}
@media screen and (max-width: 1199px) {
	.pagination-wrap{
		width: 90%;
		position: relative;
		bottom: 1rem;
		left: 5%;
	}
}
.swiper-pagination{
	position: static;
	height: 100%;
	width: 100%;
}
.pagination-line{
	width: calc(100% - 4.375rem);
	height: 0.125rem;
	background-color: #DBEAF6;
	position: absolute;
	top: 2.125rem;
	left: 2.1875rem;
	z-index: -1;
}
.swiper-pagination-bullet{
	width: 4.375rem;
	height: 4.375rem;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}
.swiper-pagination-bullet>span{
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #8DB2CF;
	cursor: pointer;
}
.swiper-pagination-bullet-active{
	width: 4.375rem;
	height: 4.375rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border: 0.0625rem solid #CFE3F3;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	
}
.banner-thumbnail{
	width: 3.125rem;
	height: 3.125rem;
	display: block;
	border-radius: 50%;
}

.title-h2{
	font: normal normal bold 3rem/4.0625rem DM Sans;
	letter-spacing: 0;
	color: #0F0F0F;
	opacity: 1;
}
.title-h5{
	font: normal normal bold 2.25rem/3rem DM Sans;
	letter-spacing: 0;
	color: #0F0F0F;
	opacity: 1;
}
.title-h3{
	font: normal normal bold 2.6875rem/3.5rem DM Sans;
	letter-spacing: 0;
	color: #0F0F0F;
	opacity: 1;
}
.text-p{
	font: normal normal normal 1rem/1.625rem Inter;
	letter-spacing: 0;
	color: #0F0F0F;
	opacity: 1;
}

.team-item{
	height: auto;
	position: relative;
}
.team-img{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 0.3125rem;
}
.team-img:hover img{
	transform: scale(1.1);
}
.team-img>img{
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s;
}
.team-msg{
	width: 85%;
	margin-left: 15%;
	transform: translateY(-3.125rem);
	height: auto;
	overflow: hidden;
	z-index: 9;
	background-color: #FFFFFF;
	border-radius: 0.3125rem 0 0.3125rem 0.3125rem;
}
.team-msg>h6{
	font-size: 1.25rem;
	line-height: 3.125rem;
	letter-spacing: 0;
	color: #000000;
	opacity: 1;
}
.team-msg>ul>li{
	font-size: 1rem;
	line-height: 1.375rem;
	color: #000000;
}

.about-grandbridge-img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about-grandbridge-img>img{
	display: block;
	width: 100%;
}

.about-grandbridge-msg{
	transform: translateY(-8.5rem);
	z-index: 9;
	background-color: transparent;
}
.about-back-color{
	background-color: #FFFFFF;
	border-bottom: 1px solid #ECECEC;
	padding-top: 5.6875rem;
}
.more-btn2{
	width: 10.6875rem;
	height: 2.75rem;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #81B0D6;
	opacity: 1;
}
.more-btn2>a, .more-btn2>a>button{
	width: 100%;
}
.more-btn2>a>button>span{
	font: normal normal normal 1rem/1.625rem DM Sans;
	letter-spacing: 0;
	color: #030303;
	opacity: 1;
}
.more-btn2>a>button>i{
	font-size: 1rem;
}
.about-text{
	width: 70%;
}
.about-text>p{
	font-size: 1rem;
	line-height: 1.625rem;
	letter-spacing: 0;
	color: #000000;
	opacity: 1;
}
.investment-item{
	background-color: #F5F4F0;
	display: block;
	border-radius: 0.3125rem;
	width: 23.125rem;
	height: 23.125rem;
	box-sizing: border-box;
	padding: 2.625rem 2.25rem 2.25rem 2.25rem;
}
.investment-item>h4{
	font: normal normal medium 1.75rem/2.25rem DM Sans;
	color: #000000;
}
.investment-item>div>img{
	display: block;
}
.investment-item>div>span{
	width: 2.75rem;
	height: 2.75rem;
	/* UI Properties */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 0.3125rem;
	opacity: 1;
	
}
.investment-item>div>span>i{
	font-size: 1rem;
	color: #3A5E7B;
}

.market-wrap{
	margin-top: 6.6875rem;
	/* min-height: 60.3125rem; */
	background: url("../images/market-insights-back.png") no-repeat;
	aspect-ratio: 1.99/1;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	padding-bottom: 8.375rem !important;
}
.swiper-scrollbar{
	background-color: #FFFFFF;
}
.swiper-scrollbar .swiper-scrollbar-drag{
	background-color: #6196CE;
}
.market-item{
	width: 25.625rem;
	height: 32.4375rem;
	position: relative;
}
.market-img{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 0.3125rem;
}
.market-img:hover img{
	transform: scale(1.1);
}
.market-img>img{
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s;
}
.market-msg{
	width: 100%;
	height: 16.1875rem;
	/* UI Properties */
	background: transparent linear-gradient(180deg, #01346E00 0%, #011A37 100%) 0% 0% no-repeat padding-box;
	border-radius: 0.3125rem;
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.market-msg>p{
	font: normal normal medium 1.125rem/1.75rem DM Sans;
	color: #FFFFFF;
}
.market-msg>div>span:first-of-type{
	width: 2.375rem;
	height: 2.375rem;
	/* UI Properties */
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 0.3125rem;
	opacity: 1;
	color: #005FC4;
}
.market-msg>div>span:nth-of-type(2){
	font: normal normal normal 1.125rem/1.5rem Inter;
	color: #FFFFFF;
}


.footer{
	background-color: #132948;
}
.footer-logo{
	margin-top: 3.5625rem;
	margin-bottom: 3.375rem;
}
.footer-nav-item{
	margin-bottom: 2.5rem;
}
.footer-nav-item>span:first-of-type{
	text-transform: uppercase;
	font: normal normal normal 0.625rem/0.8125rem DM Sans;
	color: #6287BB;
}
.footer-nav-item>span:last-of-type{
	font: normal normal normal 1.125rem/1.5rem DM Sans;
	color: #FFFFFF;
}
.footer-txt-font{
	font: normal normal normal 1.125rem/1.5rem DM Sans;
	color: #FFFFFF;
}
.footer-txt-font:hover,.footer-bottom-txt:hover{
	color: #ffffff;
}
.footer-label-txt{
	font: normal normal medium 1rem/1.3125rem DM Sans;
	color: #6287BB;
}
.footer-bottom-txt{
	font: normal normal normal 0.875rem/1rem DM Sans;
	color: #ffffff;
}
.icon-animation{
	transition: 0.5s;
}
.icon-animation:hover{
	transform: rotate(360deg);
}


/* about */
.public-content>p{
	font: normal normal medium 1.125rem/4rem DM Sans;
	letter-spacing: 1.8px;
	color: #104C8D;
	opacity: 1;
	margin-bottom: 1.625rem;
}
.public-content{
	width: 39.5625rem;
	position: relative;
	margin-left: 3.125rem;
	min-height: 28.75rem;
}
.page-tags{
	position: absolute;
	bottom: 0.625rem;
	left: 0;
	z-index: 9;
}
.page-tags>a{
	font: normal normal normal 1rem/1.625rem Inter;
	color: #0F0F0F;
}
.page-tags>a::after{
	content: "/";
	display: inline-block;
	margin: 0 0.625rem;
}
.page-tags>a:last-of-type::after{
	content: "";
}

.title-h3-blue{
	font: normal normal bold 3rem/4.0625rem DM Sans;
	letter-spacing: 0;
	color: #005BC6;
	text-transform: uppercase;
	opacity: 1;
}

.grandbridge-wrap{
	background: url("../images/grandbaridge-back.png") no-repeat;
	border-radius: 0.625rem;
	background-position: center;
	background-size: cover;
	margin-bottom: 6.5625rem;
	padding-top: 7.5625rem;
	padding-bottom: 6.0625rem;
}
.grandbridge-item>div{
	width: 4.375rem;
	height: 4.375rem;
}
.grandbridge-item>div>img{
	transition: 0.5s;
}
.grandbridge-item>div:hover img{
	transform: scale(1.1);
}
.grandbridge-item>p{
	font: normal normal bold 1.125rem/1.625rem Inter;
	color: #ffffff;
	margin-top: 3.1875rem;
	text-align: center;
}
.mission-wrap{
	background-position: center !important;
	background-size: cover !important;
	aspect-ratio: 2.47/1;
	height: auto;
}
.mission-content>span{
	font: normal normal bold 1.125rem/1.125rem DM Sans;
	color: #F9DB64;
	display: block;
}
.mission-content>h2{
	margin-bottom: 1.8125rem;
	margin-top: 2.125rem;
}

.title-h1{
	text-align: left;
	font: normal normal bold 9.3125rem/7.3125rem DM Sans;
	letter-spacing: -0.3125rem;
	color: #FBF4E7;
	text-transform: uppercase;
	opacity: 1;
	margin-left: -1.5625rem;
}

.img-scale{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 0.625rem;
}
.img-scale img{
	display: block;
	width: 100%;
	transition: 0.5s;
}
.img-scale:hover img{
	transform: scale(1.1);
}

.icon-div{
	width: 4.125rem;
	height: 4.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.investment-item2{
	height: 100% !important;
	padding: 3.25rem 2.625rem 3.4375rem;
}
.investment-item2>h4{
	min-height: 3.6875rem;
	margin-top: 4.8125rem;
	margin-bottom: 1.5rem;
/* 	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden; 
	text-overflow: ellipsis; */
}
.investment-item2>p{
	min-height: 5.8125rem;
	line-height: 1.4375rem;
	/* display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 4;
	overflow: hidden; 
	text-overflow: ellipsis; */
}

.investment-item3{
	height: 100% !important;
	padding: 3.3125rem 2.4375rem 1.5rem;
}
.investment-item3>h4{
	min-height: 3.6875rem;
	margin-top: 4.8125rem;
	margin-bottom: 1.5rem;
/* 	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis; */
}
.investment-item3>p{
	min-height: 11.8125rem;
	line-height: 1.4375rem;
	/* display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
	text-overflow: ellipsis; */
}


.section-item{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 3.875rem 3.75rem;
}
.section-item>h4{
	font: normal normal bold 1.875rem/2.5rem DM Sans;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
.section-item>.text-p{
	line-height: 1.375rem;
}
.section-wrap{
	margin: 4.5rem 0;
}
.section-wrap:nth-of-type(odd) .section-item{
	background-color: #F5F9FD;
}
.section-wrap:nth-of-type(odd) .section-item>h4{
	color: #005BC6;
}
.section-item>ul{
	margin-top: 7.3125rem;
}
.section-item>ul>li{
	font-size: 1.5rem;
	line-height: 2.6875rem;
	color: #0F0F0F;
}
.section-item>ul>li:before{
	content: "";
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 50%;
	margin-right: 0.625rem;
	
}
.section-wrap:nth-of-type(odd) .section-item>ul>li:before{
	background-color: #005BC6;
}
.section-wrap:nth-of-type(even) .section-item{
	background-color: #F5F4F0;
}
.section-wrap:nth-of-type(even) .section-item>h4{
	color: #FF661A;
}
.section-wrap:nth-of-type(even) .section-item>ul>li:before{
	background-color: #FF661A;
}

.section-wrap:nth-of-type(odd) .section-col{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.section-wrap:nth-of-type(even) .section-col{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}
.accordion-item, .accordion-button{
	background-color: transparent !important;
}
.accordion-item{
	border: none;
}
.accordion-header{
	border-bottom: 1px solid #E1DFDC;
}
.accordion-button{
	font-size: 1.5rem;
	line-height: 1.9375rem;
	font-weight: bold;
	color: #262626 !important;
}
.accordion-button:not(.collapsed)::after{
	background-image: url('../images/minus-icon.png');
}
.accordion-button::after{
	background-image: url('../images/add-icon.png');
}
.title-h4-blue{
	font: normal normal bold 1.5rem/1.75rem DM Sans;
	letter-spacing: 0;
	color: #005BC6;
	text-transform: uppercase;
	opacity: 1;
}
.title-h4{
	font: normal normal normal 1.5rem/1.75rem DM Sans;
	letter-spacing: 0;
	color: #000000;
	opacity: 1;
}
.excellence-item{
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	border-radius: 0.625rem;
}
.excellence-item>a{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.excellence-item-content{
	padding: 2.75rem 3.125rem 4.1875rem;
}
.excellence-item-content>h3{
	margin-top: 1.9375rem;
	margin-bottom: 1.125rem;
}
.excellence-item-content>p:last-of-type{
	min-height: 7.3125rem;
	line-height: 1.4375rem;
}
.our-core-section-content>ul>li{
	background: #F9F8F8 0% 0% no-repeat padding-box;
	border-radius: 1.5rem;
	padding: 0.5rem 1.875rem;
	font-size: 1rem;
	color: #000000;
	margin-right: 1.25rem;
	margin-bottom: 1.25rem;
}

.our-team-content{
	margin-top: 6.75rem;
	margin-bottom: 5.375rem;
}
.about-wrap{
	margin-top: 6.875rem;
}

.content-margin1{
	margin-top: 7.25rem;
	margin-bottom: 7rem;
}
.content-margin2{
	margin-top: 8.75rem;
	margin-bottom: 7.875rem;
}
.content-margin3{
	margin-top: 8.25rem;
	margin-bottom: 5.125rem;
}
.content-margin4{
	margin-bottom: 7.6875rem;
}
.content-margin5{
	margin-top: 8.125rem;
	margin-bottom: 3.4375rem;
}
.content-margin6{
	margin-top: 7.8125rem;
	padding: 3.3125rem 0;
}
.accordion-body{
	padding: 1.0625rem 2.5rem 1.875rem 0;
}
.accordion-button{
	padding: 1.0625rem 0;
}
.content-margin7{
	padding-top: 6.6875rem;
	padding-bottom: 6.4375rem;
}
.content-margin8{
	margin-top: 3.25rem;
}




.content-margin9{
	margin-top: 7.25rem;
	margin-bottom: 8.4375rem;
}
.content-margin10{
	margin-bottom: 8.125rem;
}
/* 移动端 */
@media screen and (max-width: 576px) {
		.banner-left-text{
			margin: 1rem 0;
		}
		.pagination-wrap{
			margin-top: 1rem;
		}
		.our-team-content {
		    margin-top: 3rem;
		    margin-bottom: 2rem;
		}
		.about-wrap {
		    margin-top: 0rem;
		}
		.about-back-color {
		    padding-top: 2rem;
		}
		.about-text>p{
			margin-bottom: 3rem !important;
		}
		.title-h2{
			margin-bottom: 1rem !important;
			font: normal normal bold 2rem/2.5rem DM Sans !important;
		}
		.market-wrap {
		    margin-top: 1rem;
		    padding-bottom: 3rem !important;
		}
		.market-wrap>.container{
				margin-top: 2rem !important;
				margin-bottom: 2rem !important;
		}
		.market-wrap>.container>.row>div:first-of-type{
			margin-bottom: 0 !important;
		}
		.public-content{
			min-height: auto;
			height: auto;
		}
		.public-content>.title-h3{
			margin-bottom: 4rem;
			font: normal normal bold 2rem/2.5rem DM Sans
		}
		.public-content>p{
			margin: 2rem 0 1rem;
		}
		.content-margin1 {
		    margin-top: 3rem;
		    margin-bottom: 3rem;
		}
		.grandbridge-wrap {
		    margin-bottom: 3rem;
		    padding-top: 3rem;
		    padding-bottom: 0rem;
		}
		.grandbridge-item>p {
		    margin-top: 1rem;
		}
		.content-margin2 {
		    margin-top: 3rem;
		    margin-bottom: 3rem;
		}
		.content-margin3 {
		    margin-top: 3rem;
		    margin-bottom: 2rem;
		}
		.content-margin4 {
		    margin-bottom: 3rem;
		}
		.footer-logo {
		    margin-top: 2.5rem;
		    margin-bottom: 2.5rem;
		}
		.footer-nav-item {
		    margin-bottom: 2rem;
		}
		.content-margin5 {
		    margin-top: 3rem;
		    margin-bottom: 1rem;
		}
		.investment-item2>h4 {
		    margin-top: 2rem;
		    margin-bottom: 1rem;
		}
		.investment-item3>h4 {
		    margin-top: 2rem;
		    margin-bottom: 1rem;
		}
		.section-wrap {
		    margin: 2rem 0;
		}
		.content-margin6 {
		    margin-top: 1rem;
		    padding: 1rem 0 2rem;
		}
		.content-margin7 {
		    padding-top: 3rem;
		    padding-bottom: 1rem;
		}
		.excellence-item-content {
		    padding: 2.75rem;
		}
		.content-margin9{
			margin-top: 3rem;
			margin-bottom: 3rem;
		}
		.content-margin9 .text-p{
			height: auto !important;
		}
		.content-margin10{
			margin-bottom: 0rem;
		}
}


/* xs 超小屏 */
@media (min-width: 0) {
	.about-text{
		width: 100%;
	}
	.title-h2{
		font: normal normal bold 2rem/3rem DM Sans;
		letter-spacing: 0;
		color: #0F0F0F;
		opacity: 1;
	}
	.title-h3-blue{
		font: normal normal bold 2rem/3rem DM Sans;
		letter-spacing: 0;
		color: #005BC6;
		text-transform: uppercase;
		opacity: 1;
	}
	.title-h1{
		text-align: left;
		font: normal normal bold 3rem/2rem DM Sans;
		letter-spacing: 0;
		color: #FBF4E7;
		text-transform: uppercase;
		opacity: 1;
		margin-left: -0.625rem;
	}
	.section-wrap:nth-of-type(odd) .section-col{
		position: relative;
	}
	.section-wrap:nth-of-type(even) .section-col{
		position: relative;
	}
	.banner-left{
		width: 90%;
		margin: 1.25rem auto;
	}
	.banner-right{
		width: 100%;
	}
	.about-grandbridge-msg{
		transform: translateY(-3.5rem);
	}
	.investment-item{
		width: 100%;
		height: 23.125rem;
		margin-bottom: 1.25rem;
	}
	.market-item{
		width: 100%;
		height: auto;
	}
	.public-content{
		width: 95%;
		margin: 0 auto;
		/* min-height: 20.75rem; */
	}
	.public-content-width100{
		width: 95% !important;
	}
	.public-content-img{
		width: 100%;
	}
	.section-item{
		padding: 1.5rem 1.5rem;
		margin: 1.25rem 0;
	}
	.section-item>ul{
		margin-top: 2rem;
	}
	.accordion-wrap{
		width: 100%;
	}
	.nav-item:nth-last-of-type(2){
		margin-top: 1.875rem;
	}
	.navbar-collapse{
		box-shadow: 0 5px 10px #cccccc;
		max-height: 80vh;
	}
	.sectors-mission-wrap{
		position: relative;
	}
	.sectors-mission-wrap::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.sectors-mission-wrap>.container{
		position: relative;
		z-index: 9;
	}
}

/* sm 小屏 */
@media (min-width: 576px) {
	
	.about-text{
		width: 70%;
	}
	.title-h2{
		font: normal normal bold 2rem/3rem DM Sans;
		letter-spacing: 0;
		color: #0F0F0F;
		opacity: 1;
	}
	.title-h3-blue{
		font: normal normal bold 2rem/3rem DM Sans;
		letter-spacing: 0;
		color: #005BC6;
		text-transform: uppercase;
		opacity: 1;
	}
	.title-h1{
		text-align: left;
		font: normal normal bold 3rem/2rem DM Sans;
		letter-spacing: -0.3125rem;
		color: #FBF4E7;
		text-transform: uppercase;
		opacity: 1;
		margin-left: -0.625rem;
	}
	.section-wrap:nth-of-type(odd) .section-col{
		position: relative;
	}
	.section-wrap:nth-of-type(even) .section-col{
		position: relative;
	}
	.banner-left{
		width: 90%;
		margin: 1.25rem auto;
	}
	.banner-right{
		width: 100%;
	}
	.about-grandbridge-msg{
		transform: translateY(-8.5rem);
	}
	.investment-item{
		width: 100%;
		height: 32.25rem;
	}
	.market-item{
		width: 100%;
		height: auto;
	}
	.public-content{
		width: 95%;
		margin: 0 auto;
		/* min-height: 23.75rem; */
	}
	.public-content-width100{
		width: 95% !important;
	}
	.public-content-img{
		width: 100%;
	}
	.section-item{
		padding: 1.5rem 1.5rem;
		margin: 1.25rem 0;
	}
	.section-item>ul{
		margin-top: 2rem;
	}
	.accordion-wrap{
		width: 100%;
	}
	.nav-item:nth-last-of-type(2){
		margin-top: 1.875rem;
	}
	.navbar-collapse{
		box-shadow: 0 5px 10px #cccccc;
		overflow-y: scroll;
		max-width: 100%;
	}
	.sectors-mission-wrap{
		position: relative;
	}
	.sectors-mission-wrap::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.sectors-mission-wrap>.container{
		position: relative;
		z-index: 9;
	}
}


/* md 中屏 */
@media (min-width: 768px) {
	.about-text{
		width: 70%;
	}
	.title-h2{
		font: normal normal bold 2.5rem/3.5rem DM Sans;
		letter-spacing: 0;
		color: #0F0F0F;
		opacity: 1;
	}
	.title-h3-blue{
		font: normal normal bold 2.5rem/3.5rem DM Sans;
		letter-spacing: 0;
		color: #005BC6;
		text-transform: uppercase;
		opacity: 1;
	}
	.title-h1{
		text-align: left;
		font: normal normal bold 5rem/3rem DM Sans;
		letter-spacing: -0.3125rem;
		color: #FBF4E7;
		text-transform: uppercase;
		opacity: 1;
		margin-left: -0.6rem;
	}
	.section-wrap:nth-of-type(odd) .section-col{
		position: relative;
	}
	.section-wrap:nth-of-type(even) .section-col{
		position: relative;
	}
	.banner-left{
		width: 90%;
		margin: 1.25rem auto;
	}
	.banner-right{
		width: 100%;
	}
	.about-grandbridge-msg{
		transform: translateY(-8.5rem);
	}
	.investment-item{
		width: 100%;
		height: 23.125rem;
		margin-bottom: 1.25rem;
	}
	.market-item{
		width: 100%;
		height: auto;
	}
	.public-content{
		width: 39.5625rem;
		margin-left: 2.125rem;
		/* min-height: 23.75rem; */
	}
	.public-content-width100{
		width: 100% !important;
	}
	.public-content-img{
		width: 100%;
	}
	.section-item{
		padding: 3rem;
		margin: 1.25rem 0;
	}
	.section-item>ul{
		margin-top: 3rem;
	}
	.accordion-wrap{
		width: 100%;
	}
	.nav-item:nth-last-of-type(2){
		margin-top: 1.875rem;
	}
	.navbar-collapse{
		box-shadow: 0 5px 10px #cccccc;
		overflow-y: scroll;
		max-width: 100%;
	}
	.sectors-mission-wrap{
		position: relative;
	}
	.sectors-mission-wrap::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.sectors-mission-wrap>.container{
		position: relative;
		z-index: 9;
	}
}

/* lg 大屏 */
@media (min-width: 992px) {
	.about-text{
		width: 70%;
	}
	.col-lg-5col {
		width: 20%;
		flex: 0 0 auto;
	}
	.title-h2{
		font: normal normal bold 3rem/4.0625rem DM Sans;
		letter-spacing: 0;
		color: #0F0F0F;
		opacity: 1;
	}
	.title-h3-blue{
		font: normal normal bold 3rem/4.0625rem DM Sans;
		letter-spacing: 0;
		color: #005BC6;
		text-transform: uppercase;
		opacity: 1;
	}
	.title-h1{
		text-align: left;
		font: normal normal bold 6rem/4rem DM Sans;
		letter-spacing: -0.3125rem;
		color: #FBF4E7;
		text-transform: uppercase;
		opacity: 1;
		margin-left: -0.6rem;
	}
	.section-wrap:nth-of-type(odd) .section-col{
		position: relative;
	}
	.section-wrap:nth-of-type(even) .section-col{
		position: relative;
	}
	.banner-left{
		width: 90%;
		margin: 1.875rem auto;
	}
	.banner-right{
		width: 100%;
	}
	.about-grandbridge-msg{
		transform: translateY(-8.5rem);
	}
	.investment-item{
		width: 100%;
		margin-bottom: 1.25rem;
		height: 28.75rem;
	}
	.market-item{
		width: 100%;
		height: auto;
	}
	.public-content{
		width: 39.5625rem;
		margin-left: 2.125rem;
		min-height: 28.75rem;
	}
	.public-content-width100{
		width: 100% !important;
	}
	.public-content-img{
		width: 100%;
	}
	.section-item{
		padding: 3rem;
		margin: 1.25rem 0;
	}
	.section-item>ul{
		margin-top: 4rem;
	}
	.accordion-wrap{
		width: 100%;
	}
	.nav-item:nth-last-of-type(2){
		margin-top: 1.875rem;
	}
	.navbar-collapse{
		box-shadow: 0 5px 10px #cccccc;
		overflow-y: scroll;
		max-width: 100%;
	}
	.sectors-mission-wrap{
		position: relative;
	}
	.sectors-mission-wrap::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.sectors-mission-wrap>.container{
		position: relative;
		z-index: 9;
	}
}

/* xl 超大屏 */
@media (min-width: 1200px) {
	.about-text{
		width: 70%;
	}
	.title-h2{
		font: normal normal bold 3rem/4.0625rem DM Sans;
		letter-spacing: 0;
		color: #0F0F0F;
		opacity: 1;
	}
	.title-h3-blue{
		font: normal normal bold 3rem/4.0625rem DM Sans;
		letter-spacing: 0;
		color: #005BC6;
		text-transform: uppercase;
		opacity: 1;
	}
	.title-h1{
		text-align: left;
		font: normal normal bold 9.3125rem/6rem DM Sans;
		letter-spacing: -0.3125rem;
		color: #FBF4E7;
		text-transform: uppercase;
		opacity: 1;
		margin-left: -1rem;
	}
	.section-wrap:nth-of-type(odd) .section-col{
		position: absolute;
	}
	.section-wrap:nth-of-type(even) .section-col{
		position: absolute;
		
	}
	.banner-left{
		width: 90%;
		margin: 0 auto;
	}
	.banner-right{
		width: 100%;
	}
	.about-grandbridge-msg{
		transform: translateY(-8.5rem);
	}
	.investment-item{
		width: 100%;
		margin-bottom: 0;
		height: 16.875rem;
	}
	.market-item{
		width: 100%;
		height: auto;
	}
	.public-content{
		width: 90%;
		margin: 0;
		min-height: 100%;
	}
	.public-content-width100{
		width: 90% !important;
	}
	.public-content-img{
		width: 100%;
	}
	.section-item{
		padding: 2rem;
		margin: 0;
	}
	.section-item>ul{
		margin-top: 3rem;
	}
	.accordion-wrap{
		width: 87%;
	}
	.nav-item:nth-last-of-type(2){
		margin-top: 1.875rem;
	}
	.navbar-collapse{
		box-shadow: none;
		overflow-y: scroll;
		max-width: 100%;
	}
	.sectors-mission-wrap{
		position: relative;
	}
	.sectors-mission-wrap::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0);
	}
	.sectors-mission-wrap>.container{
		position: relative;
		z-index: 9;
	}
}

/* xxl 特大屏 */
@media (min-width: 1400px) {
	.about-text{
		width: 70%;
	}
	.title-h2{
		font: normal normal bold 3rem/4.0625rem DM Sans;
		letter-spacing: 0;
		color: #0F0F0F;
		opacity: 1;
	}
	.title-h3-blue{
		font: normal normal bold 3rem/4.0625rem DM Sans;
		letter-spacing: 0;
		color: #005BC6;
		text-transform: uppercase;
		opacity: 1;
	}
	.title-h1{
		text-align: left;
		font: normal normal bold 9.3125rem/6rem DM Sans;
		letter-spacing: -0.3125rem;
		color: #FBF4E7;
		text-transform: uppercase;
		opacity: 1;
		margin-left: -1rem;
	}
	.section-wrap:nth-of-type(odd) .section-col{
		position: absolute;
	}
	.section-wrap:nth-of-type(even) .section-col{
		position: absolute;
	}
	.banner-left{
		width: 90%;
		margin: 0;
	}
	.banner-right{
		width: 100%;
	}
	.about-grandbridge-msg{
		transform: translateY(-8.5rem);
	}
	.investment-item{
		width: 100%;
		height: 20.125rem;
		margin-bottom: 0;
	}
	.market-item{
		width: 100%;
		height: auto;
	}
	.public-content{
		width: 90%;
		margin: 0;
		min-height: 100%;
	}
	.public-content-width100{
		width: 90% !important;
	}
	.public-content-img{
		width: 100%;
	}
	.section-item{
		padding: 2.5rem 2.5rem;
		margin: 0;
	}
	.section-item>ul{
		margin-top: 5.3125rem;
	}
	.accordion-wrap{
		width: 87%;
	}
	.nav-item:nth-last-of-type(2){
		margin-top: 0;
	}
	.navbar-collapse{
		box-shadow: none;
		overflow-y: hidden;
		max-width: calc(100% - 18.75rem);
	}
	.sectors-mission-wrap{
		position: relative;
	}
	.sectors-mission-wrap::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0);
	}
	.sectors-mission-wrap>.container{
		position: relative;
		z-index: 9;
	}
}


/* xxl 特大屏 */
@media (min-width: 1800px) {
	.container{
		max-width: 98.75rem;
	}
	.about-text{
		width: 70%;
	}
	.title-h2{
		font: normal normal bold 3rem/4.0625rem DM Sans;
		letter-spacing: 0;
		color: #0F0F0F;
		opacity: 1;
	}
	.title-h3-blue{
		font: normal normal bold 3rem/4.0625rem DM Sans;
		letter-spacing: 0;
		color: #005BC6;
		text-transform: uppercase;
		opacity: 1;
	}
	.title-h1{
		text-align: left;
		font: normal normal bold 9.3125rem/6rem DM Sans;
		letter-spacing: -0.3125rem;
		color: #FBF4E7;
		text-transform: uppercase;
		opacity: 1;
		margin-left: -1.25rem;
	}
	.section-wrap:nth-of-type(odd) .section-col{
		position: absolute;
	}
	.section-wrap:nth-of-type(even) .section-col{
		position: absolute;
	}
	.banner-left{
		width: 37.25rem;
		margin: 0;
	}
	.banner-right{
		width: 65.625rem;
	}
	.about-grandbridge-msg{
		transform: translateY(0);
		position: relative;
		top: -8.5rem;
		left: 0;
		z-index: 10;
	}
	.investment-item{
		width: 23.125rem;
		height: 23.125rem;
	}
	.market-item{
		width: 25.625rem;
		height: 32.4375rem;
	}
	.public-content{
		width: 39.5625rem;
		margin-left: 0;
		min-height: 100%;
	}
	.public-content-width100{
		width: 100% !important;
	}
	.public-content-img{
		width: 60rem;
	}
	.section-item{
		padding: 3.875rem 3.75rem;
		margin: 0;
	}
	.section-item>ul{
		margin-top: 7.3125rem;
	}
	.accordion-wrap{
		width: 87%;
	}
	.nav-item:nth-last-of-type(2){
		margin-top: 0;
	}
	.navbar-collapse{
		box-shadow: none;
		overflow-y: hidden;
		max-width: calc(100% - 18.75rem);
	}
	.sectors-mission-wrap{
		position: relative;
	}
	.sectors-mission-wrap::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0);
	}
	.sectors-mission-wrap>.container{
		position: relative;
		z-index: 9;
	}
}
@media (min-width: 2000px) {
	.public-content-img{
		width: 100%;
	}
	.banner-right{
		width: 100%;
	}
	.market-item{
		width: 100%;
		height: auto;
	}
	.section-item{
		padding: 3.875rem 3.75rem;
		margin: 0;
	}
	.section-item>ul{
		margin-top: 7.3125rem;
	}
	.accordion-wrap{
		width: 87%;
	}
	.nav-item:nth-last-of-type(2){
		margin-top: 0;
	}
	.navbar-collapse{
		box-shadow: none;
		overflow-y: hidden;
		max-width: calc(100% - 18.75rem);
	}
	.sectors-mission-wrap{
		position: relative;
	}
	.sectors-mission-wrap::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0);
	}
	.sectors-mission-wrap>.container{
		position: relative;
		z-index: 9;
	}
}