
body{
	padding-top:0.8rem;
	background:#f2f2f2;
}
.ad-banner{
	padding-bottom: 24%;
	background-size:100%;
	background-position:center top;
}
.title-box{
	margin-top: -20%;
	padding-bottom: 6%;
}
.page_title{
	line-height: 40px;
	font-size:48px;
	text-align: center;
	font-weight: normal;
	color:#003997;
}
.page_title_eng{
	text-transform: uppercase;
	font-size:72px;
	color:#003997;
	text-align: center;
	opacity:0.1;
	line-height:70px;
	font-family: "Nirmala UI";
	margin-top:-10px;
}
.content{
	padding-bottom: 0.1rem;
	position:relative;
}

.tabs_nav{
	width:2.4rem;
	position: absolute;
	left:0;
	top:0;
	background:#fff;
}

.tabs_nav a{
	display: block;
	color:#4D4D4D;
	font-size: 0.24rem;
	text-decoration: none;
    line-height:0.26rem;
	padding-top:0.3rem;
	padding-bottom: 0.3rem;
	color:#999999;
	text-indent: 0.38rem;
	position: relative;
	background-color: #f2f2f2;
}
.tabs_nav a::before{
	content:"";
	position: absolute;
	left:0.3rem;
	top: 0.3rem;
	height:0.26rem;
	display: block;
	width:2px;
	background:#f2f2f2;
}
.tabs_nav a.active::before{
	background:#003997;
}

.tabs_nav a.active{
	background:#fff;
	color:#003997;
}
.tabs_nav a.active+ a{
	border-top-right-radius: 0.3rem;
}
.tabs_nav a.active-prev{
	border-bottom-right-radius: 0.3rem;
}

.nav_content{
	margin-left:2.4rem;
	background:#fff;
	padding-bottom: 1rem;
	padding-top:0.2rem;
}
.one_contnt{
	min-height:100vh;
	padding:0rem 0.3rem 0 0;
	margin-left:0.2rem;
	overflow: hidden;
	display: none;
}
.one_contnt li{
	float:left;
	width:4.6rem;
	margin-bottom: 0.2rem;
}

.one_contnt.slide2 li{
	width:2.2rem;
}
.one_contnt.slide2 li:nth-child(2n){
	margin-left:0.2rem;
}


.one_contnt li .img-box{
	width:4.6rem;
	height:3rem;
	position: relative;
	overflow: hidden;
}
.one_contnt.slide2 li .img-box{
	width:2.2rem;
	height:1.5rem;
}

.one_contnt li img{
	width: 100%;
	object-fit: cover;
	position:absolute;
	left:0;
	top:0;
}
.one_contnt li h4{
	color:#4D4D4D;
	font-size:0.24rem;
	text-align: center;
	font-weight: normal;
	height:0.5rem;
	line-height: 0.5rem;
	color:#999999;
	background:#f2f2f2;
}
.viewer-canvas>img{
	padding:0;
}
.viewer-title{
	opacity: 1;
}