/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;list-style-type: none;}
div, a {box-sizing: border-box}
img {
    border: 0;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.clean {
	clear: both !important;
}
.menu-hidden,
.hide {
	display: none !important;
}
.bg-F5F5F5 {
	background-color: #F5F5F5 !important;
}
@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../font/Avenir-Heavy.otf') format('truetype');
}
@font-face {
    font-family: 'Avenir-Medium';
    src: url('../font/Avenir-Medium.otf') format('truetype');
}
@font-face {
    font-family: 'Avenir-Roman';
    src: url('../font/Avenir-Roman.otf') format('truetype');
}
@font-face {
    font-family: 'Avenir-MediumOblique';
    src: url('../font/Avenir-MediumOblique.ttf') format('truetype');
}
@font-face {
    font-family: 'Avenir-HeavyOblique';
    src: url('../font/Avenir-HeavyOblique.ttf') format('truetype');
}

#pc-menu2 {
display:none
}
/* header */
.header-box {
	width: 100%;
	height: 72px;
	padding: 0 60px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
    z-index: 9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: url('../img/header_bg.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}
.header-box .logo-box {
	display: flex;
	align-items: center;
	position: relative;
}
.header-box .logo-box a {
	margin-right: 20px;
	cursor: pointer;
	position: relative;
}
.header-box .logo-box a:last-child {
	margin-right: 0;
}
.header-box .logo-box img {
	height: 40px;
	display: block;
	object-fit: cover;
}
.header-box .logo-box a:last-child img {
	height: 36px;
	margin-right: 0;
}

.header-box .menu-box {
	flex: 1;
	height: 100%;
    display: flex;
	align-items: center;
    justify-content: flex-end;
}
.header-box .menu-box ul {
	height: 100%;
	display: flex;
    margin-left: 36px;
padding-top: 20px;
    box-sizing: border-box;
}
.header-box .menu-box ul li {
	display: flex;
	align-items: center;
	justify-content: center;
  	margin-right: 32px;
	cursor: pointer;
	position: relative;
}
.header-box .menu-box ul li:last-child {
	margin-right: 0;
}
.header-box .menu-box ul li a {
	color: rgba(0, 0, 0, .85);
  	text-decoration: none;
  	font-family: Avenir-Medium;
	font-weight: bold;
  	font-size: 16px;
}
.header-box .menu-box li a:hover {
	color: rgba(0, 0, 0, .65);
}
.header-box .menu-box li a img {
	width: 11px;
	height: 11px;
	margin-left: 6px;
}
.header-box .menu-box li:hover .childList {
	display: block;
}
.header-box .menu-box .childList {
	position: absolute;
	top: 72px;
    left: 0;
	z-index: 9;
	width: 240px;
	height: auto;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	display: none;
}
.header-box .menu-box .childList::before {
	position: absolute;
	content: "";
	background-color: #FF8600;
	width: 100%;
	height: 2px;
	left: 0;
    top: 0;
}
.header-box .menu-box .childList li {
	padding: 0 28px;
	line-height: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin-right: 0;
	justify-content: flex-start;
}
.header-box .menu-box .childList li a {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Avenir-Roman;
	line-height: 48px;
	text-align: center;
}
.header-box .menu-box .childList li a::before,
.header-box .menu-box .childList li a::after {
	display: none;
}
.header-box .menu-box .childList li.childActive a,
.header-box .menu-box .childList li a:hover {
	color: #F28D00
}
.header-box .language-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 24px;
    margin-top: 20px;
	height: 32px;
	cursor: pointer;

}
.header-box .language-box img {
	width: 24px;
	height: 24px;
	display: block;
}
.header-box .language-box span {
	margin-left: 6px;
	font-family: Avenir-Medium;
	font-weight: 500;
	font-size: 16px;
	color: rgba(0, 0, 0, .65);
	padding-top: 4px;
}




/* footer */
.footer-box {
	width: 100%;
	height: 116px;
	padding: 0 60px;
	background-color: #08214D;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-box .logo-box {
	/* width: 550px;*/
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.footer-box .logo-box img {
	/* width: 146px; */
	height: 36px;
	display: block;
}
.footer-box .logo-box img:nth-child(2) {
	/*width: 269px;*/
height: 40px;
	margin-left: 8px;
}
.footer-box .labInfo-box {
	width: fit-content;
    margin-left: 15px;
}
.footer-box .labInfo-box p {
	font-size: 12px;
	line-height: 18px;
	font-family: Avenir-Roman;
	color: #FFFFFF;
	margin-top: 4px;
}
/* .footer-box .labInfo-box p:nth-child(2) {
	margin-top: 0;
} */
.footer-box .labInfo-box p span {
	font-family: Avenir-Medium;
	font-weight: 500;
}
.footer-box .labInfo-box a {
	width: 63px;
    height: 23px;
    line-height: 25px;
    display: block;
    text-align: center;
    border-radius: 15px;
    background-color: #fff;
    font-size: 13px;
    font-family: Avenir-Heavy;
	font-weight: 800;
    text-decoration: none;
    color: #2157A8;
	float: right;
}
.footer-box .filings-box {
	/* width: 297px; */
    margin-left: 15px;
}
.footer-box .filings-box p {
	margin-top: 6px;
	font-size: 11px;
    font-family: Avenir-Medium;
	font-weight: 500;
	color: rgba(255, 255, 255, .4);
	line-height: 17px;
}
.footer-box .filings-box p:first-child {
	margin-top: 0;
}
.footer-box .filings-box p>a {
	text-decoration: none;
	color: rgba(255, 255, 255, .4);
}

/* banner */
.banner-box {
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 72px;
}
.bannerSwiper{
	width: 100%;
    height: 100%;
}
.banner-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
}
.banner-box .banner-content {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-box .banner-content .txt-box {
	width: 100%;
    height: 100%;
	padding: 30px 60px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.banner-box .banner-content .txt-box h6 {
	font-size: 26px;
	color: #FFFFFF;
	font-family: Avenir-Medium;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 16px;
}
.banner-box .banner-content .txt-box p {
	font-size: 20px;
	color: rgba(255, 255, 255, .85);
	font-family: Avenir-Roman;
	line-height: 27px;
	margin-top: 8px;
}

/* swiper */
.swiper-button-prev {
    background-image: url(../img/icon_swiperBtn_prev.png);
}
.swiper-button-next {
    right: 20px;
    background-image: url(../img/icon_swiperBtn_next.png);
}
.swiper-button-prev::after,
.swiper-button-next::after {
	display:none
}

/* 移动端汉堡菜单按钮 */
.mobile-menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: space-around;
	width: 24px;
	height: 24px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1001;
}

.mobile-menu-toggle span {
	display: block;
	height: 2px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	border-radius: 1px;
	transition: all 0.3s ease;
}

.mobile-menu-toggle.active span {
	background-color: #fff;
}

.mobile-menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -6px);
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
	/* 移动端菜单样式 */
	.header-box .menu-box {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(44, 62, 80, 0.55);
		backdrop-filter: blur(10px);
		z-index: 1000;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 0;
		transform: translateX(100%);
		transition: transform 0.3s ease;
		z-index: 99;
	}
	
	.header-box .menu-box.active {
		transform: translateX(0);
	}
	
	.header-box .menu-box ul {
		flex-direction: column;
		height: auto;
		margin: 0;
		padding: 0;
		width: 100%;
		max-width: 400px;
	}
	
	.header-box .menu-box ul li {
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		justify-content: center;
	}
	
	.header-box .menu-box ul li:last-child {
		border-bottom: none;
	}
	
	.header-box .menu-box ul li a {
		display: block;
		padding: 20px 30px;
		color: #fff;
		font-size: 20px;
		font-weight: 500;
		text-align: center;
		transition: all 0.3s ease;
	}
	
	.header-box .menu-box ul li a:hover,
	.header-box .menu-box ul li.active a {
		background-color: rgba(255, 255, 255, 0.1);
		color: #F28D00;
		width: 100%;
	}
	
	.header-box .language-box {
		        margin-top: 5px;
        margin-left: 15px;
        position: relative;
        z-index: 99;
	}
	
	/* 显示移动端菜单按钮 */
	.mobile-menu-toggle {
		display: flex;
        margin-top: 5px;
	}
	
	/* 调整头部布局 */
	.header-box {
		padding: 0 10px;
		height: 60px;
	}

	.header-box .logo-box img {
		height: 26px;
	}
	
	.header-box .logo-box a:last-child img {
		height: 24px;
	}
	
	/* 调整banner高度 */
	.banner-box {
		margin-top: 60px;
		height: 180px;
	}
	
	.banner-box .banner-content .txt-box {
		padding: 30px 20px;
	}
	
	.banner-box .banner-content .txt-box h6 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 12px;
	}
	
	.banner-box .banner-content .txt-box p {
		font-size: 16px;
		line-height: 22px;
	}
	
	/* 调整footer */
	.footer-box {
		flex-direction: column;
		height: auto;
		padding: 20px;
		text-align: center;
	}
	
	.footer-box .logo-box {
		margin-bottom: 15px;
		justify-content: center;
    	flex-direction: column;
	}
	.footer-box .logo-box img {
		height: 36px;
		object-fit: contain;
	}

	.footer-box .logo-box img:nth-child(2) {
height: 36px;
		margin-top: 15px;
		margin-left: 0;
	}
	
	.footer-box .labInfo-box {
		margin-left: 0;
	}

	.footer-box .labInfo-box a {
		float: none;
		margin: 10px auto 0;
	}
	
	.footer-box .filings-box {
		margin: 15px 0 0;
	}


	/* 移动端菜单打开时的样式 */
	body.menu-open{
		overflow: hidden;
	}
	body.menu-open .header-box .logo-box {
		z-index: 100;
	}


}