body {
    padding-top: 1.2rem;
    padding-bottom: 1.1rem;
    background: #fff;
    z-index: 0;
}
@media (min-width: 1440px) {  
    body {  
        max-width: 1440px;  
        margin: 0 auto; /* 水平居中 */  
    }  
}
div.header {
    position: fixed;
    top: 0;
    left: 0;
    /*padding:0.2rem 0.46rem 0.2rem 0.3rem;*/
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 999;
    display:flex;
    justify-content:space-between;
    border-bottom: 1px #eee solid;
}


div.header a.logo {
    display: block;
    width: 2.6rem;
/*    height: 0.27rem;*/
    float: right;
/*    margin: 0.5rem 0.2rem;*/
}

div.header a.logo img {
    width: 100%;
    height: 100%;
}

div.header a.toggleMenu {
    display: block;
    float: left;
    width: 0.4rem;
    margin: 0.5rem 0.2rem 0 0.4rem;
    position: relative;
    z-index: 999;
}

div.header a.toggleMenu span {
    position: absolute;
    display: block;
    height: 0.03rem;
    width: 100%;
    background: #333;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    /*margin-top: 0.08rem;*/
}
div.header a.toggleMenu span.short{
    width:80%;
}
div.header a.toggleMenu span:first-child {
    top: 0.1rem;
}

div.header a.toggleMenu span:last-child {
    top: 0.2rem;
}

div.header a.toggleMenu.on span:first-child {
    top: 0.08rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width:100%;
}

div.header a.toggleMenu.on span:nth-child(2) {
    opacity: 0;
}

div.header a.toggleMenu.on span:last-child {
    top: 0.08rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
div.header>ul{
    margin:0.5rem auto;
    display:flex;
    justify-content:center;
}
div.header>ul li{
    /*float:left;*/
}
div.header>ul li a{
    display:block;
    line-height: 0.27rem;
    padding:0 0.1rem;
    position:relative;
    font-size: 0.24rem;
}
div.header>ul li a::after{
    display:block;
    content:'';
    width:0.01rem;
    height: 0.17rem;
    background:#dedede;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:0;
}
div.header>ul li:first-child a::after{
    display:none;
}

@media screen and (max-width: 640px){
    div.header>ul li{
        display:none;
    }
}

nav.nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
    display: none;
    color: #fff;
    right:-100%;
    transition: all 0.2s;
    top: 1.2rem;
    z-index:999;
}

nav.nav>ul {
    width: 100%;
    margin-top: 0.2rem;
    height: calc(100% - 164px);
    overflow: hidden;
    overflow-y: auto;
}
nav.nav>ul>li{
    margin-bottom: 0.2rem;
}
nav.nav>ul >li >a {
    display:block;
    color: #131314;
    font-size: 0.26rem;
    line-height: 0.9rem;
    background-color:#fff;
    text-align: left;
    padding:0 0.3rem;
    position:relative;
    font-weight: 400;
}
nav.nav.on {
    display: block;
    right: 0;
}
/*nav.nav>ul >li.m >a::after,nav.nav>ul >li.m.on >div.sub dl dt a::after{*/
    nav.nav>ul >li.m >a::after{
    display: block;
    width: 0.4rem;
    line-height: 0.9rem;
    position: absolute;
    right: 0.6rem;
    top: 0;
    text-align: center;
    content: '＋';
    color: #333;
    font-size: 0.4rem;
}
nav.nav>ul >li.m.on a{
    color: #333;
}
nav.nav>ul >li.m >div.sub{
    display:none;
}
nav.nav>ul >li.m.on >a::after,nav.nav>ul >li.m.on >div.sub dl.on dt a::after{
    content: '－';
}
nav.nav>ul >li.m.on >div.sub{
    display:block;
}
nav.nav>ul >li.m div.sub dl dt a,nav.nav>ul >li.m div.sub dl dd a{
    display:block;
    font-size: 0.28rem;
    color: #333;
    padding:0 0.3rem;
    line-height: 0.9rem;
    background-color:#fff;
    border-bottom:1px solid #fff;
    text-indent: 0.50rem;
}
nav.nav>ul >li.m div.sub dl dd a{
    color: #333;
}
nav.nav>ul >li.m.on >div.sub dl dd{
    display:none;
}
nav.nav>ul >li.m.on >div.sub dl.on dd{
    display:block;
}
nav.nav>ul >li.m.on >div.sub dl dt a{
    position:relative;
}



section.keyword{
    padding:0.2rem;
}

section.keyword >div.searchForm{
    width:60.8%;
    height: 0.46rem;
    border-bottom:1px solid #b6b6b6;
    margin:0 auto;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}
section.keyword >div input{
    flex:1;
    overflow:hidden;
    border:none;
    outline:none;
    font-size: 0.24rem;
}
section.keyword >div a{
    display:block;
    width: 0.22rem;
    height:0.22rem;
    background:url('../images/bg_icon.png') no-repeat;
    background-position:0 0;
}



div.tabbar{
    width: 100%;
    height:1.1rem;
    margin-bottom: 0;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
    position:fixed;
    bottom:0;
    z-index:998;
}
div.tabbar:after{
    display:block;
    content:'';
    width: 100%;
    height: 1px;
    position:absolute;
    left:0;
    top:0;
    background-color:#e4e4e4;
    transform:scaleY(0.5);
}
div.tabbar ul{
	width: 100%;
    height: 100%;
	display:flex;
	flex-direction: row;
	justify-content:space-around;
	align-items:center;
    background-color:#333;
}
div.tabbar ul li{
    width:25%;
    height: 100%;
    border-left:1px solid #fff;
}
div.tabbar ul li:first-child{
    border-left:none;
}
div.tabbar ul li a{
    height: 100%;
	display:flex;
	flex-direction:column;
	text-align:center;
    justify-content:center;
    align-items:center;
	color: #fff;
	font-size: 0.24rem;
}
div.tabbar ul li a .icon{
	width:0.38rem;
    height: 0.38rem;
    margin-bottom: 0.04rem;
    margin-left: auto;
    margin-right: auto;
    background:url('../images/bg_icon.png') no-repeat;
    background-position:-350px -40px;
}



/*pages*/
div.pages {
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0.2rem auto;
    font-size: 0;
}

div.pages li {
    display:inline-block;
    *display: inline;
    *zoom: 1;
    background: #ededed;
    font-size: 0.26rem;
    margin: 0 0.06rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 1px solid #ededed;
    border-radius: 0.05rem;
    overflow: hidden;
}

div.pages li a, div.pages li span {
    display: block;
    padding: 0 0.2rem;
    height: 100%;
    color: #666;
    font-size: 0.26rem;
    border-radius:0.05rem;
    overflow:hidden;
}
div.pages li a.icon-shangyige1{
    font-size: 0.24rem;
}
div.pages li.active, div.pages li:not(.disabled):hover {
    background: #333;
    border-color: #333;
}

div.pages li.active a, div.pages li.active span, div.pages li:not(.disabled):hover a {
    color: #fff;
}

div.pages li.disabled a {
    color: #ccc;
    border-radius:0.05rem;
}


footer.footer{
 padding:0 0 0.3rem 0;
    background-color:#22272a;
    color: #fff;
    overflow:hidden;
   
    
}

footer.footer a.logo{
    display:block;
    width:3.5rem;
    height:0.67rem;
}
footer.footer .w1260 >.left>a.logo img{
    width: 100%;
    height: 100%;
}
footer.footer .one{
    margin-top: 0.4rem;
}
footer.footer .one p{
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #cccccc;
    opacity: 0.7;
    text-align: center;
    padding:0 10%;
}
footer.footer .one p a{
    color: #ccc;
}
footer.footer .one p a.iconicp{
    text-indent: 0.28rem;
    background: url(../images/icp.png);
}
footer.footer .service{
    display:flex;
    flex-direction:row;
    margin-top: 0.6rem;
    padding-bottom: 0.4rem;
    border-bottom:1px solid #4e5255;
}
footer.footer .service a{
    display:flex;
    align-items:center;
    margin-right: 0.2rem;
}
footer.footer .service a >i{
    width:0.87rem;
    height: 0.87rem;
    background:url('../images/bg_icon.png') no-repeat;
    background-position:0 -520px;
    margin-right: 0.2rem;
}
footer.footer .service a span{
    display:block;
    color: #a0a0a0;
    font-size: 0.24rem;
}

footer.footer .service a span.yellow{
    color: #f08519;
}

footer.footer .service a.kf span.white{
    color: #ccc;
}
footer.footer .tel{
    padding:0.4rem 0;
    display:flex;
    flex-direction:row;
    align-items:center;
}
footer.footer .tel .ewm{
    width:50%;
    font-size: 0;
    margin-right: 0.3rem;
    display:flex;
    justify-content:space-between;
}
footer.footer .tel .ewm a{
    display:block;
    width:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer.footer .tel .ewm a:first-child{
    padding-right: 0.2rem;
}
footer.footer .tel .ewm a:last-child{
    padding-left: 0.2rem;
}
footer.footer .tel .ewm a img{
    display:block;
    width:100%;
}
footer.footer .tel p.say{
    font-size: 0.24rem;
    color: #ccc;
}
footer.footer .tel p.num{
    font-size: 0.4rem;
    font-family: "Impact";
    font-style: normal;
}

.position{
        margin: 0.3rem 0.3rem 0rem;
    }
.mask{
    position:fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(0, 0, 0, 0.5);
    z-index:11;
}
.video-pop-wrapper{
    z-index:12;
    position:fixed;
    top:50%;
    transform:translate(0,-50%);
    left:0.4rem;
    right:0.4rem;
}

.video-pop-wrapper .video{
    position:relative;
    width: 100%;
    padding-top: 59.7%;
    background: #000;
    border-radius:0.1rem;
    overflow:hidden;
}
.video-pop-wrapper .video video,.video-pop-wrapper .video iframe{
    display:block;
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    background:#000;
    transform-origin: 0 0;
    color: #fff;
}
.video-pop-wrapper .video iframe body{
    font-size: 0.32rem;
    color: #fff;
    width:100%;
    height: 100%;
}
.video-pop-wrapper .video .error{
    position:absolute;
    left:50%;
    top:50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-pop-wrapper a.closeVideo{
    display:block;
    width: 0.7rem;
    height: 0.7rem;
    text-align:center;
    margin: 1rem 0 0 -0.35rem;
    position:absolute;
    left:50%;
    background:url('../images/bg_icon.png') no-repeat -320px -380px;
}


div.noitem{
    padding:1.0rem 0;
    text-align:center;
}
/*弹出二维码*/
/* 弹出层容器 */  
#popup-image {  
  position: fixed; /* 固定定位，使其不随页面滚动而移动 */  
  top: 50%; /* 顶部位置设为50%，配合transform实现垂直居中 */  
  left: 50%; /* 左侧位置设为50%，配合transform实现水平居中 */  
  transform: translate(-50%, -50%); /* 偏移自身宽高的一半，实现居中 */  
  width: 80%; /* 宽度设为80%，可以根据需要调整 */  
  max-width: 80%; /* 最大宽度限制，防止过大 */  
/*  background-color: rgba(0, 0, 0, 0.8); /* 背景色，半透明黑色 */  */
  
  padding: 20px; /* 内边距 */  
  box-sizing: border-box; /* 确保padding不影响宽度 */  
  display: none; /* 默认隐藏 */  
  z-index: 9999; /* 确保弹出层显示在其他元素之上 */  

}  
  
/* 图片居中显示 */  
#popup-image img {  
  display: block; /* 消除图片下方的间隙 */  
  margin: 0 auto; /* 水平居中 */  
  max-width: 100%; /* 图片最大宽度不超过容器 */  
  height: auto; /* 高度自适应 */  
}  
  
/* 关闭按钮 */  
#close-image {  
  position: absolute; /* 绝对定位，相对于最近的定位祖先元素（这里是#popup-image） */  
  top: 0px; /* 距离顶部10px */  
  right: 0px; /* 距离右侧10px */  
  background-color: transparent; /* 背景透明 */  
  border: none; /* 无边框 */  
  color: #e54d72; /* 文字颜色为白色 */  
  font-size: 20px; /* 字体大小 */  
  font-weight: bold; /* 加粗 */  
  cursor: pointer; /* 鼠标悬停时变为小手形状 */  
  
  /* 新增的样式以创建圆形背景 */  
  width: 30px; /* 宽度设置为稍大于字体大小，确保文字完全在圆内 */  
  height: 30px; /* 高度与宽度相同以形成圆形 */  
  line-height: 30px; /* 行高与高度相同，使文字垂直居中 */  
  border-radius: 50%; /* 边框半径设置为50%以形成圆形 */  
  background-color: #fff; /* 背景色设置为黑色 */  
  border: 1px solid #666; /* 设置边框为1像素宽，颜色为黑色 */  
  text-align: center; /* 文字水平居中 */  
  display: flex; /* 使用弹性盒子布局 */  
  align-items: center; /* 垂直居中 */  
  justify-content: center; /* 水平居中 */  
}
/* 遮罩层样式 */ 
#overlay {  
  position: fixed; /* 固定定位 */  
  top: 0; /* 顶部位置为0 */  
  left: 0; /* 左侧位置为0 */  
  width: 100%; /* 宽度100%，覆盖全屏 */  
  height: 100%; /* 高度100%，覆盖全屏 */  
  background-color: rgba(0, 0, 0, 0.5); /* 半透明灰色背景 */  
  z-index: 9998; /* 确保在弹出层之下，但在其他内容之上 */  
  display: none; /* 默认隐藏 */  
}