@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;
}
.textOverflow3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-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: 'OPPOSans-R';
	src: url(../font/OPPOSans-R.woff);
}
@font-face {
	font-family: 'OPPOSans-M';
	src: url(../font/OPPOSans-M.woff);
}
@font-face {
	font-family: 'OPPOSans-B';
	src: url(../font/OPPOSans-B.woff);
}
.navNode{
	width: 100%;
	height: .8rem;
}
.nav{
	width: 100%;
	height: .8rem;
	background: #ffffff;
	box-shadow: 0px 0px 13px 1px 
			rgba(190, 206, 226, 0.18);
	position: fixed;
	left: 0;
	top:0;
	z-index: 99;
}
.navBox{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .2rem;
	height: 100%;
	max-width: 14rem;
}
.navBox .navList{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-right: .2rem;
	box-sizing: border-box;
}
.navBox .navtit{
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	cursor: pointer;
	height: 100%;
}
.navBox .navtit .level{
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	font-family: 'OPPOSans-M';
	color: #000;
}
.navBox .navtit i::before,
.nav .navBox .navtit .level::before{
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: .02rem;
	background: url(../images/nav_titbg.png) no-repeat center;
	background-size:auto .05rem;
	opacity:0;
	transition: all .5s;
	padding: 0 .1rem;
}
.navBox .navtit:hover .level::before,
.navBox .navtit.active .level::before{
	opacity: 1;
}
.navBox .navtit:hover,.navBox .navtit.active{
	color: #014099;
	font-family: 'OPPOSans-B';
}
.navBox .tellBox{
	width: 1.6rem;
	text-align: right;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.navBox .tellBox .tell{
	background: url(../images/icon_t.png) no-repeat .07rem center;
	background-size: 0.21rem .22rem;
	padding:0 .12rem 0 .35rem;
	border: solid .01rem #000000;
	font-size: .16rem;
	border-radius: .18rem;
	height: .38rem;
	color: #000;
	display: inline-flex;
	align-items: center;
}
.navBox .tellBox .tell.active{
	background: url(../images/icon_t2.png) no-repeat .07rem center #014099;
	background-size: 0.21rem .22rem;
	border: solid .01rem #014099;
	color: #fff;
}
.navBox .tellBox .lang{
	position: absolute;
	/*right:-.45rem;*/
	top:50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.navBox .logo{
	width: 1.89rem;
	height: 100%;
}
.navBox .logo img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* 移动端菜单按钮默认隐藏 */
.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,
.navBox .navtit.active .level,
.navBox .navtit:hover .level{
	color: #033dd6 !important;
}

.nav.scrolled .navBox .tell {
	color: #333 !important;
}
.nav.scrolled .navBox .tell span {
	background: url(../images/icon_t.png) no-repeat left center;
	background-size: 0.08rem 0.12rem;
	padding-left: 0.12rem;
	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;
}
  
.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: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: url(../images/bg03.jpg) no-repeat center bottom #fff;
	background-size:100% auto;
}
.footInner{
	width: 100%;
	margin: 0 auto;
	max-width: 12rem;
	padding: 0.3rem 0 0.4rem;
}
.footInner .logo{
	width: 100%;
	min-height: 1rem;
	display: flex;
	gap:.2rem
}
.footInner .info{
	color: #131820;
	display: flex;
	flex-direction: column;
}
.footInner .info .tit-zh{
	font-size: .22rem;
	font-family: 'OPPOSans-B';
	letter-spacing: 0.04rem;
}
.footInner .info .tit-en{
	font-size: .16rem;
	font-family: 'OPPOSans-B';
}
.footCont{
	width: 100%;
	display: flex;
	gap:0.6rem;
}
.footNav{
	flex: 1;
	display: flex;
}
.footNav dl{
	flex: 1;
}
.footNav dt{
	color: #131820;
	font-size: .18rem;
	line-height: .4rem;
	position: relative;
	font-family: 'OPPOSans-B';
}
.footNav dt a{
	color: #131820;

}
.footNav dd{
	color: #131820;
	font-size: .14rem;
	line-height: .32rem;
	font-family: 'OPPOSans-R';
}
.footNav dd a{
	color: #131820;
}
.footNav dd:hover a,
.footNav dt:hover a{
	color: #227def;
}
.footContact{
	width: 5rem;
	color: #131820;
}
.footContact .qrcode{
	width: 100%;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap:.2rem;
}
.footContact .qrcode img{
	width: 1rem;
	height: 1rem;
	object-fit: cover;
}
.footContact .qrcode .codeItem{
	display: flex;
	align-items:center;
}
.footContact .qrcode .tit{
	font-size: .12rem;
	color: #cccccc;
	writing-mode: vertical-rl; 
	text-orientation: upright; 
	width: .2rem;
}
.footContact .code{
	font-size: .14rem;
	line-height: .28rem;
}
.contactInner{
	width: 100%;
	flex-direction: column;
	line-height: .28rem;
	padding-top: .15rem;
}
.copyRight{
	width: 100%;
	/* background-color: #131820; */
	color: #595757;
	text-align: center;
	line-height: .2rem;
	font-size: .14rem;
	padding: .1rem 0.2rem;
	min-height: .4rem;
}
.copyRight a{
	color: #595757;
}
.mainInner {
	width: 100%;
	margin: 0 auto .8rem;
	max-width: 12rem;
	background-color: #ffffff;
	position: relative;
	z-index: 10;
	min-height: 5rem;
}
.mainInner .location{
	font-size: .16rem;
	padding: 0 .3rem;
	display: flex;
	align-items: center;
	min-height: .6rem;
}
.mainInner .location .home{
	background: url(../images/icon_home.png) no-repeat left center;
	background-size: .17rem .17rem;
	padding-left: .22rem;
	display: inline-block;
	white-space: nowrap;
}
.mainInner .location a{
	color: #000;
}
.mainInner .location a:hover{
	color: #227def;
}
.mainInner .location .item{
	background: url(../images/btnLeft.png) no-repeat left 0.06rem;
	background-size: .08rem .14rem;
	padding-left: .16rem;
	display: inline-block;
	margin-left: .08rem;
	white-space: nowrap;
}
.pro_inner {
	width: 100%;
	flex-direction: column;
}
.detaiInner{
	padding: .15rem 0;
}
.pro_inner .pro_tit {
	font-family: 'OPPOSans-M';
	font-size: .24rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: .01rem;
	color: #00000;
	line-height:.9rem;
}
.pro_inner .pro_tit.tit-1 {
	font-size: .24rem;
	line-height: .45rem;
}
.pro_inner .time{
	font-size: .16rem;
	color: #757575;
	line-height: .4rem;
}
.pro_inner .pro_entit {
	font-family: 'OPPOSans-M';
	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;
}
/* 图片弹窗样式 */
.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;
}
	  
.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);
}
.page{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height: 1.2rem;
}
.page ul{
	display: flex;
	gap:0.15rem;
}
.page li{
	min-width: .28rem;
	height: .28rem;
	border: solid 0.01rem #227def;
	border-radius: 0.03rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 0.08rem;
	color: #227def;
	font-size: .14rem;
	cursor: pointer;
}
.page li a{
	color: #227def;
}
.page li.active{
	background-color: #227def;
	color: #fff;
}
.page li.active a{
	color: #fff;
}
.page .prev{
	width: .35rem;
	height: .35rem;
	background: url(../images/icon_prev.png) no-repeat center center;
	background-size:0.08rem .15rem;
}
.page .next{
	width: .35rem;
	height: .35rem;
	background: url(../images/icon_next.png) no-repeat center center;
	background-size:0.08rem .15rem;
}
#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 .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: .4rem;
	align-items: center;
	font-size: .14rem;
	font-weight: 600;
	opacity: 0;
	transition: all .8s;
	overflow: hidden;
	justify-content: 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;
}
.nav .navBox .navtit{
	position: relative;
}
.nav .navBox .navtit .secondNav{
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 .12rem .28rem rgba(0,0,0,0.12);
	border-radius:0 0 .08rem .08rem;
	padding: .12rem .16rem;
	min-width: 1rem;
	z-index: 999;
	flex-direction: column;
	gap: .08rem;
	box-sizing: border-box;
}
.nav .navBox .navtit .secondNav .secondNavItem{
	display: block;
	padding: .08rem .12rem;
	color: #171515;
	font-size: .16rem;
	border-radius: .06rem;
	white-space: nowrap;
	transition: all .2s;
	text-align: center;
}
.nav .navBox .navtit .secondNav .secondNavItem:hover{
	text-decoration: underline;
	color: #227def;
}
.nav .navBox .navtit:hover .secondNav{
	display: flex;
}
.navBtn{
	display: none;
	width: 70px;
	height:60px;
	float: right;
	cursor: pointer;
	position: relative;
	margin-right:20px;
}
.navBtn .span_0{
    position: absolute;
    width: 30px;
	right: 0;
	background: #333333;
	height: 3px;
    top: 40%;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.navBtn.cur .span_0{
    top: 46%;
}
.navBtn.cur .span_0.span_1{
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}
.navBtn.cur .span_0.span_2{
    opacity: 0;
}
.navBtn.cur .span_0.span_3{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navBtn .span_0.span_1{
    top: 35%;
}
.navBtn .span_0.span_2{
    top: 50%;
    width:30px;
}
.navBtn .span_0.span_3{
    top: 65%;
}
/* 右侧菜单 */
#menuClosed{
    position: absolute;
    right:15px;
    top:15px;
    font-size:25px;
    color: #262626;
	font-weight: bold;
}
.menu{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:rgba(255, 255, 255, .96);
    z-index: 999999999;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s ease .4s,opacity .4s ease;
    transition: visibility 0s ease .4s,opacity .4s ease;
}
.menu.cur{
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
}
.menu-cnt{
	width:100%;
	height: 100%;
    right:0;
    top: 0;
    padding:60px 30px 30px 30px;
}
.menu-cnt.cur{
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
}
.menu-item{
    border-bottom:#dfe0e1 0.01rem solid;
	padding:.1rem .2rem;
	height: auto;
	display: block;
}
.menu-list li .dropdown_menu{
	display: none;
}
.menu-list li.active .dropdown_menu{
	display:block;
}
.menu-list li .dropdown_menu a{
	display:block;
	height:.4rem;
	color: #2f85f0;
	line-height:.4rem;
	font-size:.16rem;
	padding-left: .2rem;
	box-sizing:border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.menu-list li .dropdown_menu a:last-child{
	border:none;
}
.menu-title{
    position: relative;
    font-size:.18rem;
    font-weight: 500;  
	cursor: pointer;
	font-weight: bold;
	display: block;
	line-height:.4rem;
	color:#333333;
}
.menu-title a{
	color:#333333;
}
.menu-item.up .menu-title{
	background: url(../images/HD00016_06.png) no-repeat right center;
	background-size: auto 10px;
}
.menu-item.up.active .menu-title{
	background: url(../images/HD00016_05.png) no-repeat right center;
	background-size: auto 10px;
}
.menu-list{
    height: 75%;
	overflow: auto;
	width: 100%;
}
.menu-contact{
	position: absolute;
	bottom:30px;
	background: url(../images/HD00016_07.png) no-repeat;
	width: 170px;
	height: 26px;
	background-size: 100%;
	padding-left:40px;
	color:#333333;
	font-style:italic;
	display: block;
	line-height: 26px;
	font-weight: bold;
	font-size: 14px;
}
@media screen and (max-width: 1601px){
	.nav,
	.navNode{
		height: 0.7rem;
	}
	.footContact .qrcode img{
		width: 1rem;
		height: 1rem;
	}
	.footInner{
		max-width: 12rem;
		padding: 0.2rem 0 0.2rem;
	}
	.footInner .logo{
		min-height: 0.8rem;
	}
	.footInner .logo img,
	.navBox .logo img{
		height: .33rem;
		width: auto;
	}
}
/* 响应式媒体查询 */
@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,
	.nav .navBox .navtit .level{
		font-size: 0.16rem;
		padding: 0 0.1rem;
	}
}

@media screen and (max-width: 1024px) {
	.footInner .logo{
		flex-direction:column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: .2rem 0;
	}
	.mainInner{
		margin: 0 auto .3rem;
	}
	.pro_inner{
		padding:.1rem 0.2rem .1rem;
	}
	.nav {
		height: 0.6rem;
	}
	.pro_inner .pro_tit.tit-1{
		font-size: .2rem;
		line-height: .3rem;
	}
	.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;
		gap:.2rem;
	}
	.footContact{
		border-left: none;
		padding:0 0 .1rem;
		width: 100%;
		height: auto;
	}
	.contactInner{
		width: 100%;
	}
	.footNav dt{
		font-size: .16rem;
	}
	.footNav {
		grid-template-columns: repeat(2, 1fr);
		gap: 0.05rem;
	}
	.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;
		line-height: 0.24rem;
	}
	.pro_inner .pro_entit{
		font-size: .18rem;
		text-align: center;
	}
	.pro_inner .pro_tit{
		font-size: .2rem;
		line-height: .3rem;
		padding: 0.1rem 0;
		text-align: center;
	}
	.navBox .tellBox{
		display: none;
	}
	.navNode{
		height: 0.6rem;
	}
	.mainInner .location{
		padding: 0 .2rem;
	}
	.navBtn{
		display: block;
	}
}
@media screen and (max-width: 768px) {
	
	.mainInner .location{
		display: block;
		line-height: .28rem;
		padding:0.1rem 0.2rem;
	}
	.mainInner .location .item{
		background: url(../images/btnLeft.png) no-repeat left center;
		background-size: .06rem auto;
	}
}


