@import url("bootstrap.min.css");

/*Font*/

/*@font-face {
	font-family: 'ArialMTT';
	font-display: swap;
	src: url('../font/ArialMT.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	}*/
	@font-face {
		font-family: 'AktivGroteskCN';
		font-display: swap;
		src: url('../font/Aktiv Grotesk CN Regular.ttf') format('truetype');
		font-style: normal;
		font-weight: normal;
	} 


	body {
		font-size: 16px;
		padding: 0;
		margin: 0;
		color: rgba(0,0,0,0.8);
	}
	body.cn,
	body.cn p {
		font-family: "Arial","AktivGroteskCN";
	}

	body.en,
	body.en p {
		font-family: "Arial","AktivGroteskCN";
	}

	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: normal;
		font-family: "Arial","AktivGroteskCN";
	}


	a {
		text-transform: inherit;
		text-decoration: none;
		transition: all 0.3s ease;
		font-family: "Arial","AktivGroteskCN";
	}

	img {
		max-width: 100%;
		height: auto;
	}

	p {
		font-size: 16px;
		line-height: 1.6;
		margin-bottom: 15px;
	}


body::-webkit-scrollbar { width:0px; height:0px; background:#ccc; border-radius:10px;/*外层轨道*/}
body::-webkit-scrollbar-thumb{ display:block; width:6px; margin:0 auto; border-radius: 10px; background:red;/*内层轨道*/}

.hide
{
	display: none;
}

.headerpage, iframe{
	overflow: visible;
}
/*nav*/
.navbar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #FFFFFF;
	transition: all 0.3s linear;
	z-index: 10;
}
.navbar .navbar-brand{
	transition: all 0.3s linear;
	cursor: default;
}

.navbar .navbar-brand.pad-hide{
	display: flex;
	align-items: center;
	overflow: hidden;
}
.navbar .navbar-brand img.logo-big{
	position: relative;
	top: 0;
	width: 200px;
	height: 47px;
	transition: all 0.3s linear;
	object-fit: contain;
	-webkit-object-fit: contain;
}
.navbar .navbar-brand.pad-hide img.logo-small{
	position: relative;
	bottom: -60px;
	left: -200px;
	transition: all 0.3s linear;
	width: 22px;
	height: 29px;
}
.navbar .navbar-brand img.logo-small{
	width: 18px;
	height: 27px;
	object-fit: contain;
	-webkit-object-fit: contain;
}
.navbar .navbar-toggler img.icon{
	width: 25px;
	height: 25px;
	font-size: 1.25rem;
}
.navbar-collapse{
	margin-bottom: 35px;
	height: 20px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	/*letter-spacing: 1px;*/
	transition: all 0.3s;
}
.navbar-collapse{
	justify-content: flex-end;
}
.navbar-nav .nav-item{
	padding: 0 20px;
}
.navbar-nav .nav-item .nav-link{
	padding-left: 0;
	padding-right: 0;
	/*width: 34px;*/
	color: rgba(0,0,0,.8);
	text-align: center;
	white-space: nowrap;
	/*transition: all 0.8s;*/
}
.navbar-nav .nav-item.active .nav-link{
	border-bottom: 1px solid #000000;
	padding-bottom: 0;
	color: rgba(0,0,0,.8);
}
.navbar .navbar-text{
	padding-left: 20px;
	cursor: pointer;
	color: rgba(0,0,0,.8);
}
/*nav*/

.footerpage{
	/*margin-top: 60px;*/
}

.footerpage,.footerpage iframe{
	height: 110px;
}

.loading-line{
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	z-index: 100;
}
.loading-line .line-on{
	width: 0;
	height: 2px;
	background-color: rgba(0,0,0,0.8);
	transition: all 0.5s;
}
.container{
	max-width: calc(100vw - 130px)!important;
}
.navbar-toggler{
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl{
		max-width: 1320px;
	}
}
@media (max-width: 992px) {
	.container{
		padding-left: 0;
		padding-right: 0;
	}
	.pad-hide, .nav-mobile-hide{
		display: none!important;
	}
	.navbar{
		height: 80px;
		z-index: 11;
	}
	.navbar.nav-fixed{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #ffffff;
		z-index: 11;
	}
	.navbar-light .navbar-toggler{
		color: rgba(0,0,0,0.8);
		border: none;
	}
	.navbar-collapse{
		position: fixed;
		top: 78px;
		left: 0;
		width: 100vw;
		height: calc(100vh - 78px);
		background-color: #FFFFFF;
		z-index: 10;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.navbar-collapse .navbar-brand{
		margin-right: 0;
	}
	.navbar-collapse .navbar-brand img.logo-big{
		width: 160px;
		height: 38px;
		margin-bottom: 75px;
	}
	.navbar-collapse .navbar-text{
		padding: 0;
		margin-top: 80px;
		margin-bottom: 78px;
		display: flex;
		width: 160px;
		height: 36px;
		border: 1px solid rgba(0,0,0,0.8);
		font-size: 14px;
		align-items: center;
		justify-content: center;
	}
	.navbar-nav{
		position: relative;
	}
	.navbar-nav .nav-item{
		padding: 0;
		position: relative;
	}
	.navbar-nav .nav-item a{
		display: flex;
		margin-bottom: 30px;
		width: 160px;
		padding: 5px 0;
		font-size: 16px;
		line-height: 18px;
		justify-content: space-between;
		align-items: center;
	}
	.navbar-nav .nav-item a img.icon{
		width: 22px;
		height: 22px;
	}
	.navbar-nav.item-menu{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
	}
	.navbar-nav.item-menu .nav-item a{
		justify-content: flex-start;
	}
	.navbar-nav.item-menu .nav-item a img.icon{
		margin-right: 10px;
	}
	.dropdown-toggle::after{
		display: none;
	}
	.navbar-nav .nav-item.active .nav-link{
		border-bottom: none;
	}
	
}
@media (min-width: 992px) {
	.nav-pc-hide{
		display: none;
	}
}
@media (max-width: 576px) {
	.container{
		max-width: calc(100vw - 48px)!important;
		padding-left: 0;
		padding-right: 0;
	}

	.mobile-hide{
		display: none!important;
	}
	.footerpage,.footerpage iframe{
		height: 70px;
	}
}
@media (min-width: 576px) {
	.pc-hide{
		display: none!important;
	}
}

