@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
*,:after,:before {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

*,a,div,h1,h2,h3,h4,h5,html,img,li,p,span {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header,footer,section,hgroup,nav,article,aside,details,figcaption,figure,menu {
	display: block;
}

input {
	font-size: 0.12rem;
	line-height: 0.16rem;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

textarea {
	resize: none;
	overflow: auto;
}

.cur {
	cursor: pointer;
}

/* 颜色链接 */
a:link,a:visited {
	text-decoration: none;
}

a:hover {
	transition: all 0.3s ease-in-out 0s;
}

textarea,input,select,button {
	outline: none;
	border: 0;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
	display: none;
}

/* HTY Common Reset*/
html {
	overflow-x: hidden;
	font-family: 'oppoR';
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

input,button,textarea,select,option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

fieldset {
	border: 0;
}

iframe {
	background-image: none;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.show {
	display: block;
}
/* HTY Common Atom*/
.clearfix:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/*隐藏*/
.flexL{
	display: flex;
	align-items: center;
	justify-content: left;
}
.flexC{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flexCol{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.textOverflow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.textOverflow2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
@font-face {
	font-family:'ali';
	src:url(../font/AlimamaFangYuanTiVF-Thin.ttf);
	font-display: swap;
	font-weight: bold;
} 
@font-face {
	font-family: 'siyuan';
	src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}
@font-face {
	font-family: 'siyuanM';
	src: url(../font/SOURCEHANSANSCN-MEDIUM.OTF);
}
@font-face {
	font-family: 'siyuanL';
	src: url(../font/SOURCEHANSANSCN-LIGHT.OTF);
}
.nav{
	width: 100%;
	height: .78rem;
	background: rgba(62,73,95,.3);
	position: fixed;
	left: 0;
	top:0;
	z-index: 100;
}
.navBox{
	width: 100%;
	max-width: 14rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .16rem;
	height: 100%;
}
.navBox .navList{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.navBox .navtit{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
	height: 100%;
}
.navBox .navtit i{
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.navBox .navtit i::before{
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: .02rem;
	background: url(../images/nav_titbg.png) no-repeat center;
	background-size: 100% .02rem;
	opacity: 0;
	transition: all .5s;
}
.navBox .navtit:hover i::before{
	opacity: 1;
}
.navBox .navtit:hover,.navBox .navtit.active{
	color: #033dd6;
}
.navBox .logo{
	width: 2rem;
}
.navBox .tell{
	width: 2.4rem;
	text-align: right;
	color: #fff;
}
.navBox .tell span{
	background: url(../images/tell02.png) no-repeat left center;
	background-size: 0.21rem .21rem;
	padding-left: .3rem;
}
.navBox .logo{
	width: 2.1rem;
	height: 100%;
}

/* 移动端菜单按钮默认隐藏 */
.mobile-menu-btn {
	display: none;
	width: 0.3rem;
	height: 0.3rem;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}

.mobile-menu-btn span {
	width: 100%;
	height: 0.02rem;
	background: #fff;
	transition: all 0.3s ease;
}

.mobile-menu-btn span:nth-child(1) {
	transform-origin: left top;
}

.mobile-menu-btn span:nth-child(2) {
	opacity: 1;
}

.mobile-menu-btn span:nth-child(3) {
	transform-origin: left bottom;
}

.mobile-menu-btn.active span:nth-child(1) {
	transform: rotate(45deg);
}

.mobile-menu-btn.active span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
	transform: rotate(-45deg);
}
.navBox .navList{
	display: flex;
	align-items: center;
}
.navBox .navList li{
	padding: 0 0.2rem;
	position: relative;
}
/* 导航栏滚动效果 */
.nav {
	transition: all 0.3s ease;
}
.nav.scrolled {
	background: rgba(255, 255, 255, 0.95) !important;
	backdrop-filter: blur(0.1rem);
	box-shadow: 0 0.02rem 0.2rem rgba(0, 0, 0, 0.1);
}
.nav.scrolled .navBox .navtit {
	color: #333 !important;
}
.nav.scrolled .navBox .navtit:hover,
.nav.scrolled .navBox .navtit.active {
	color: #033dd6 !important;
}
.nav.scrolled .navBox .tell {
	color: #333 !important;
}
.nav.scrolled .navBox .tell span {
	background: url(../images/tell01.png) no-repeat left center;
	background-size: 0.21rem 0.21rem;
	padding-left: 0.3rem;
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
/* Logo切换效果 */
.nav .logo img {
	transition: all 0.3s ease;
}
.nav.scrolled .logo img {
	content: url('../images/icon_logo03.png');
}
  
.levelNav{
	width: 100%;
	background: #e7eef9;
	height: 2.4rem;
	opacity: 0;
	display: none;
	transition: all 0.3s ease;
}
.levelNav.show{
	opacity: 1;
	display: block;
}
.levelNav .levelBox{
	display: flex;
	width: 8.25rem;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	gap: .25rem;
}
.levelItem{
	flex: 1;
	font-size: .14rem;
	padding-right: .38rem;
	position: relative;
	opacity: 0;
	transition: opacity 0.3s ease;
	display: none;
}
.levelItem.active{
	opacity: 1;
	display: block;
}
.levelItem::after{
	content: "";
	width: .01rem;
	height: 1.28rem;
	background: #6e6e6e;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.levelNav_tit{
	width: 100%;
	color: #6e6e6e;
	display: block;
	text-align: right;
	line-height: .38rem;
	cursor: pointer;
	position: relative;
}
.levelNav_tit::after{
	content: "";
	width: .08rem;
	height: .1rem;
	background: url(../images/icon_play07.png) no-repeat;
	background-size:100%;
	position: absolute;
	right: -.23rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all .5s;
}
.levelNav_tit:hover::after,.levelNav_tit.active::after{
	opacity: 1;
}
.levelNav_tit:hover,.levelNav_tit.active{
	color: #033dd6;
}
.levelNav .levelImg{
	width:6.15rem;
	height: 100%;
	position: relative;
}
.levelNav .levelImg img{
	width: 100%;
	height: 1.28rem;
	object-fit: cover;
}
.nav-img{
	opacity: 0;
	transition: opacity 0.3s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.nav-img.active{
	opacity: 1;
}
.footerBox{
	width: 100%;
	background: #1f2631;
}
.footInner{
	width: 100%;
	max-width: 14rem;
	margin: 0 auto;
	padding:.3rem 0 .4rem;
}
.footInner .logo{
	width: 100%;
	height: 1rem;
}
.footCont{
	width: 100%;
	display: flex;
}
.footNav{
	flex: 1;
	display: flex;
}
.footNav dl{
	flex: 1;
}
.footNav dt{
	color: #fafafa;
	font-size: .18rem;
	font-weight: bold;
	line-height: .42rem;
	position: relative;
}
.footNav dt::after{
	content: "";
	width: .15rem;
	height: .02rem;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footNav dt a{
	color: #fafafa;

}
.footNav dd{
	color: #98b4dd;
	font-size: .14rem;
	line-height: .38rem;
}
.footNav dd a{
	color: #98b4dd;
}
.footNav dd:hover a{
	color: #ffffff;
}
.footContact{
	width: 5.08rem;
	border-left: solid .04rem #303a49;
	padding-left: .8rem;
	height: 1.60rem;
	color: #ffffff;

}
.footContact .tact{
	font-size: .18rem;
	font-weight: 600;
	height:.2rem;
	width: 100%;
	float: left;
	display: block;
}
.footContact .code{
	font-size: .14rem;
}
.contactLeft{
	width: 100%;
}
.contactInner{
	width: 100%;
	flex-direction: column;
	line-height: .28rem;
	padding-top: .2rem;
}
.contactInner .code{
	padding-right: .3rem;
	margin-bottom: .15rem;
}
.contactRight{
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}
.copyRight{
	width: 100%;
	background-color: #00409a;
	height: .35rem;
	color: #ffffff;
	text-align: center;
	line-height: .35rem;
	font-size: .13rem;
}
.mainInner {
	width: 100%;
	max-width: 14rem;
	margin: 0 auto;

}
.pro_inner {
	width: 100%;
	flex-direction: column;
	height: 2.6rem;
}
.pro_inner .pro_tit {
	font-family: 'siyuanM';
	font-size: .34rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: .01rem;
	color: #171d29;
	height: .4rem;
}
.pro_inner .pro_entit {
	font-family: 'siyuanM';
	font-size: .24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: .01rem;
	color: rgba(198, 207, 226, 0.6);
	position: relative;
	height: .30rem;
}
.pro_inner .pro_entit::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
	background: url(../images/icon_play02.png) no-repeat center;
	background-size: .13rem .17rem;
	width: .13rem;
	height: .17rem;
}
.pro_inner .pro_desc {
	font-size: .2rem;
	color: #565f72;
	height: .50rem;
}
.pro_inner .time {
	font-size: .14rem;
	color: #565f72;
	height: .50rem;
}
/* 图片弹窗样式 */
.imageModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.imageModal .closeBtn {
	font-size: .24rem;
	color: #666;
	font-weight: bold;
	cursor: pointer;
	width: .4rem;
	height: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top:1rem;
	right:1rem;
	background: #fff;
}
.imageModal .modalOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(.05rem);
}
.imageModal	.imageContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 90vw;
	max-height: 90vh;
	transition: transform 0.3s ease;
	cursor: zoom-in;
	display: flex;
	align-items: center;
	justify-content: center;
}
	  
.imageModal	.imageContainer img {
	max-width: 100%;
	height: auto;
}
.imageModal .imageControls {
	display: flex;
	justify-content: center;
	gap: .15rem;
	flex-wrap: wrap;
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
}
.imageModal .controlBtn {
	padding: .1rem .2rem;
	background: #438dfd;
	color: #fff;
	border: none;
	border-radius: .06rem;
	cursor: pointer;
	font-size: .14rem;
	transition: all 0.3s ease;
}
.imageModal .controlBtn:hover{
	background: #2d6bdb;
	transform: translateY(-.01rem);
}

#gotop_xxx{
	position: fixed;
	right: calc((100vw - 14rem)/2);
	width:.52rem;
	bottom: .50rem;
	z-index: 999999;
}
#gotop_xxx .topList{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:last baseline;
	background-color: #ffffff;
	border-radius: .26rem;
	width: .52rem;
	height: 1.74rem;
	padding: 0 .15rem;
	box-shadow: 0 0.05rem 0.2rem rgba(0, 0, 0, 0.15);
	transition: box-shadow 0.3s ease;
}
#gotop_xxx .topList:hover {
	box-shadow: 0 0.08rem 0.25rem rgba(0, 0, 0, 0.2);
}
#gotop_xxx .topList li{
	width: 100%;
	height: .58rem;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	border-bottom: solid .01rem #98b4dd;
}
#gotop_xxx .topList li:last-child{
	border-bottom:none;
}
#gotop_xxx .topBtn{
	background: rgba(3, 61, 214, 0.6);
	width: .52rem;
	height: .52rem;
	border-radius: .26rem;
	margin-top: .15rem;
}
#gotop_xxx .topList li .tellCon{
	width: 0;
	background: #007eff;
	position: absolute;
	right: .65rem;
	display: flex;
	border-radius: .26rem;
	height: .5rem;
	align-items: center;
	font-size: .14rem;
	font-weight: 600;
	opacity: 0;
	transition: all .8s;
	overflow: hidden;
	justify-content: center;
	color: #fff;
	text-align: center;
}
#gotop_xxx .topList li:hover .tellCon{
	width: 1.3rem;
	opacity: 1;
}
#gotop_xxx .topList li .codeCon{
	background: #007eff;
	width: 0;
	height: 1rem;
	position: absolute;
	right: .65rem;
	top:50%;
	margin-top: -.5rem;
	padding: .1rem;
	opacity: 0;
	transition: all .8s;
	border-radius: .1rem;
}
#gotop_xxx .topList li:hover .codeCon{
	width: 1rem;
	opacity: 1;
}
#gotop_xxx .topList li .codeCon img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gotop_xxx .topList li .tellCon img{
	margin-right: .1rem;
}

/* 响应式媒体查询 */
@media screen and (max-width: 1200px) {
	.navBox {
		padding: 0 0.2rem;
	}
	
	.navBox .logo {
		width: 1.2rem;
	}
	
	.navBox .tell {
		width: 1.2rem;
		font-size: 0.14rem;
	}
	
	.navBox .navList {
		gap: 0.1rem;
	}
	
	.navBox .navtit {
		font-size: 0.14rem;
		padding: 0 0.1rem;
	}
}

@media screen and (max-width: 1024px) {
	.pro_inner{
		height: 1.5rem;
		padding: 0 .2rem;
	}
	.nav {
		height: 0.6rem;
	}
	
	.navBox {
		padding: 0 0.15rem;
		position: relative;
	}
	
	.navBox .logo {
		width: 1.5rem;
		z-index: 10;
	}
	
	.navBox .tell {
		width: auto;
		font-size: 0.12rem;
		z-index: 10;
		display: none;
	}
	
	.mobile-menu-btn {
		display: flex;
		width: 0.25rem;
		height: 0.25rem;
		z-index: 11;
	}
	
	.mobile-menu-btn span {
		height: 0.015rem;
	}
	
	.navBox .navList {
		position: fixed;
		top: 0.6rem;
		left: -100%;
		width: 100%;
		height: calc(100vh - 0.6rem);
		background: rgba(255, 255, 255, 0.98);
		backdrop-filter: blur(0.1rem);
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding-top: 0.3rem;
		transition: left 0.3s ease;
		box-shadow: 0 0.02rem 0.2rem rgba(0, 0, 0, 0.1);
		z-index: 9;
	}
	
	.navBox .navList.mobile-open {
		left: 0;
	}
	.navBox .navtit {
		width: 90%;
		height: 0.3rem;
		color: #333;
		border-bottom: 0.01rem solid #eee;
		margin-bottom: 0.1rem;
		font-size: 0.16rem;
		justify-content: center;
		flex: none;
	}
	
	.navBox .navtit:last-child {
		border-bottom: none;
	}
	
	.navBox .navtit:hover,
	.navBox .navtit.active {
		color: #033dd6;
		background: rgba(67, 141, 253, 0.05);
	}
	
	.navBox .navtit i::before {
		display: none;
	}
	
	/* 滚动状态下的移动端样式 */
	.nav.scrolled .navBox .navList {
		background: rgba(255, 255, 255, 0.98);
	}
	
	.nav.scrolled .mobile-menu-btn span {
		background: #333;
	}
	
	.nav.scrolled .navBox .tell {
		color: #333;
	}
	.footInner{
		padding:0 .2rem;
	}
	.footCont{
		flex-direction: column;
	}
	.footContact{
		border-left: none;
		padding:.2rem 0 .1rem;
		width: 100%;
		height: auto;
	}
	.contactInner{
		width: 100%;
	}
	.footNav dt{
		font-size: .16rem;
	}
	.footNav {
		grid-template-columns: repeat(3, 1fr);
		gap: 0.05rem;
		display: grid;
	}
	.footNav dd{
		font-size: .12rem;
		white-space: nowrap;
	}
	.footNav dd{
		line-height: .3rem;
	}
	.footContact .tact{
		font-size: .16rem;
	}
	.footContact .code{
		font-size: .12rem;
	}
	.contactInner .code{
		padding-right: .2rem;
	}
	.contactInner .code{
		margin-bottom: 0;
	}
	.copyRight{
		font-size: .12rem;
	}
	.pro_inner .pro_entit{
		font-size: .18rem;
		text-align: center;
	}
	.pro_inner .pro_tit{
		font-size: .24rem;
	}
	.nav .logo img{
		height: 50%;
		width:100px;
	}
	.levelNav{
		display: none;
	}
	
}
@media screen and (max-width: 1024px) {
	#jzProContainer{
		width: 100%;
		overflow-x: hidden;
	}
}
.page{
	width: 100%;
	height: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page .pagination{
	font-size: 0.16rem;
	display: flex;
}
.page .pagination li{
	width: .35rem;
	height: .35rem;
	border-radius: 50%;
	margin: 0 0.1rem;
	border: solid 0.01rem #dddddd;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.page .pagination li.disabled{
	opacity: 0.8;
	background: #dddddd;
	cursor: default;
}
.page .pagination li.disabled span,
.page .pagination li.disabled a{
	color: #fff;
}
.page .pagination li.active{
	background: #0a67fb;
}
.page .pagination li:hover{
	border: solid 0.01rem #0a67fb;
}
.page .pagination li.active span,
.page .pagination li.active a{
	color: #fff;
}
.page .pagination li a,
 .page .pagination li span{
	color: #565f72;
 }
.nodata{
	background: url(../images/empty.png?v=001) no-repeat center center;
	background-size: 5rem 5rem;
	height: 6rem;
	text-align: center;
	padding-top: 5rem;
	font-size: .16rem;
	color: #565f72;
}
