@charset "utf-8";
html {
  /* 750px 设计稿 => 1rem = 100px；375px 设备 => 1rem = 50px */
  font-size: clamp(12px, 13.3333vw, 100px);
}
body {padding:0;margin:0;font-size:0.28rem;background:#fff;user-select:none;color:#fff;}
p,li,ul,dl,dd,a,form,input,textarea,h1,h2,h3,h4,h5,h6,select {margin:0;padding:0;text-decoration:none;outline:none;}
a,a:hover {
	color:#fff;
}
li {list-style-type:none;display:block;}
*{margin: 0; padding: 0;}
 *, *::before, *::after { box-sizing: border-box; }	
img {vertical-align: middle;width:100%;}
.top {
	height:1.1rem;width:100%;background:#009844;display:flex;justify-content: flex-start;align-items: center;flex-direction: row;
	font-size:0.28rem;font-weight: bold;position:fixed;z-index:9999;top:0;
}
.top::before {
	content:'';
	left:0.1rem;top:0;
	width: 1rem; height: 1rem;
	background:url("../images/logo/logo-m.png") left center no-repeat;
	background-size:0.75rem 0.8rem;
	position:absolute;
	z-index:9999;
}
.top.pagein::before {
	content:'';
	left:1.0rem;top:0;
	width: 1rem; height: 1rem;
	background:url("../images/logo/logo-m.png") left center no-repeat;
	background-size:0.75rem 0.8rem;
	position:absolute;
	z-index:9999;
}
.company_title {
	padding-left:1.0rem;display:flex;flex-direction: column;justify-content: flex-start;position:relative;
}
.company_title.pagein {
	padding-left:1.8rem;display:flex;flex-direction: column;justify-content: flex-start;position:relative;
}
.backfront::before {
	position:absolute;top:0.3rem;left:0.2rem;
	display: flex;
	align-items: center; 
	font-family: "iconfont";
	content:'\e655';
	color:#fff;
	font-size:0.5rem;
}
.company_title span {
	font-size:0.16rem;line-height:0.30rem;
}
.company_title span:first-child {
	letter-spacing: 0.06rem;line-height:0.42rem;font-size:0.28rem;
}
.company_title::after {
	content: ""; /* 必须设置 */
    position: absolute;
    top: 50%; /* 先定位到父元素的50%位置 */
    right: -0.1rem; /* 贴紧父元素右侧 */
    transform: translateY(-50%); /* 再向上平移自身高度的一半，实现垂直居中 */
    width: 2px; /* 竖线宽度，可自定义 */
    height:0.6rem; /* 竖线高度，请更改为你需要的值，例如 40px, 50px 等 */
    background-color: #fff; /* 竖线颜色，可自定义 */
}
.association-m {
		display:flex;flex-direction: column;color:#fff;font-size:0.10rem;font-weight:bold;margin-left:0.2rem;line-height:0.16rem;
}
.nav_btn {
	display:flex;
	justify-content: center;
	height:1.1rem;
	width:1.1rem;
	position:absolute;right:0;
}
.nav_btn::after {
	display: flex;
	align-items: center; 
	right:0.2rem;
	font-family: "iconfont";
	content:'\e663';
	color:#fff;
	font-size:0.5rem;
}
.nav_btn.selected::after {
	display: flex;
	align-items: center; 
	right:0.2rem;
	font-family: "iconfont";
	content:'\e615';
	color:#fff;
	font-size:0.5rem;
}
.nav_btn::after, .nav_btn.selected::after {
    transition: all 0.3s ease-in-out;
}
.nav_mask {
	position:fixed;margin-top:1.1rem;width:100%;height:calc(100% - 1.1rem);background:#009844;right:-100%;
	transition: all 0.2s ease-in-out;top:0;z-index:999999;
}
.nav_mask.selected {
	right:0;
}
body.no-scroll {
       overflow: hidden;
   }
.main_menu {
	width:100%;color:#fff;margin-bottom:0.3rem;
}
.main_menu ul {
	overflow:hidden;
}
.main_menu ul li{
	font-size:0.28rem;margin:0 0;position:relative;overflow:hidden;
}
.newstitle {
	padding:0.32rem 0;padding-left:0.34rem;border-bottom:1px solid #6fac5c;
}
.main_menu ul li.moretype {
	position:relative;
}
.main_menu ul li.moretype::after {
	display: flex;
	align-items: center; 
	right:0.4rem;
	top:0.32rem;
	font-family: "iconfont";
	content:'\e64f';
	color:#9BD289;
	font-size:0.4rem;
	position:absolute;
	font-weight:lighter;
    transform: rotate(0deg); /* 初始状态为0度 */
    transition: transform 0.3s ease-in-out; /* 添加过渡效果 */
}

.main_menu ul li.moretype.selected:hover::after {
    transform: rotate(180deg); /* 悬停时旋转180度 */
}
.showbanner {width:100%;height:100%;overflow:hidden;margin:0 auto;background-color:#eefcf4;margin-top:1.1rem;}
.banner {width:100%;height:100%;position:relative;overflow:hidden;margin:0 auto;z-index:5;}
.swiper-slide {
	background-repeat: no-repeat;background-position:center top;position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet {
   background-color: #fff;opacity: 1; /* 导航点颜色 */
	transform: scale(0.6);
}
.swiper-pagination-bullet-active {
    background-color: #007aff; /* 活动导航点颜色 */
 }
.section-icon {
	display:flex;flex-direction: row;justify-content: center;align-items: center;padding:0.15rem 0;
}
.items{
	flex:1;display:flex;padding:0.2rem 0 0 0;justify-content: center;align-items: center;flex-direction:column;color:#666;font-size:0.24rem;
}
.icon {
	display:flex;justify-content: center;align-items: center;padding:0.10rem;
}
.items_title {
	padding:0.3rem 0 0 0;
}
.icon-yuyueguahao:before {
     content: "\e7f2";
	font-family: "iconfont";
	 position:absolute;
	 font-size:0.6rem;
	 color:#009844;
}

  .icon-yiliaoweisheng-1::after {
     content: "\ed50";
	font-family: "iconfont";
	 position:absolute;
	 font-size:0.5rem;
	 color:#009844;font-weight:bold;
  }
   .icon-bingzhi-copy:before {
     content: "\e6b4";
	font-family: "iconfont";
	 position:absolute;
	 font-size:0.5rem;
	 color:#009844;
  }
 .icon-yiliao_1::after {
    content: "\e6b3";
	font-family: "iconfont";
	 position:absolute;
	 font-size:0.5rem;
	 color:#009844;
  }
.search_m {
	margin: 0 auto;min-height: 1.2rem; position: relative;
}
.waves {
	background:#009844;display:flex;flex-direction: row;align-items: center;position:absolute;width: 100%;height: 100%;top:0;left:0;z-index:1;
}
input {
	border:none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
 /* WebKit browsers */ 
color: #aaa; font-size:0.24rem;
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #aaa;font-size:0.24rem; 
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
 /* Mozilla Firefox 19+ */ 
color: #aaa; font-size:0.24rem;
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
 /* Internet Explorer 10+ */ 
color: #aaa;font-size:0.24rem; 
}
.news_m_index {
	display:flex;flex-direction: row;background:#c2ebd5;
}
.news_title {
	flex:1;display:flex;justify-content: center;align-items: center;padding:0.25rem 0;border-bottom:2px solid #009844;color:#000;font-size:0.26rem;
}
.news_title.selected {
	border-bottom:2px solid #009844;color:#fff;background:#009844;
}
.swiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
 }


.diagonal-lines {
  width:100%;
  background: #d5dbe9; 
  background-image: repeating-linear-gradient(45deg,#dee3f1,#dee3f1 2px,transparent 2px,transparent 6px);
  display:flex;flex-direction: row;
  padding:0.25rem;
}
.department_info_m {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding:0.3rem 0;
}
.department_info_m a {
  flex: 0 1 calc(33.33% - 0.25rem); 
  padding:0.24rem 0;
  display:flex;
  justify-content: center;
  border-radius:4px;
  background-color: #fff;
  color:#000;
  border:1px dashed #666;
  font-size:0.24rem;
}
.copyright {
	display:flex;justify-content: center;align-items:center;font-size:0.20rem;color:#fff;border-bottom:1px dashed #fff;padding:0.3rem 0 0.2rem 0;
}
.search_content {
	position:absolute;color:#fff;margin:0 0.25rem;background:#fff;border-radius:6px;overflow:hidden;min-height:0.4rem;width:70%;padding:0.15rem;
}

.search_content input {
   width:100%;
}
.search_btn {
	padding:0.15rem 0.25rem;border-radius:6px;position:absolute;color:#fff;right:0.25rem;font-size:0.24rem;background:#F2AA05;
}
.section_title {
	background:#fff;padding:0.30rem 0.35rem;font-size:0.36rem;color:#000;position:relative;
}
.section_title::before {
	content:'';
	left:0.15rem;top:0.05rem;
	width: 1rem; height: 1rem;
	background:url("../images/logo/logo-m.png") left center no-repeat;
	background-size:0.45rem 0.5rem;
	position:absolute;
	z-index:999;
}
.section_title span:first-child {
	color:#009844;padding-left:0.4rem;
}
.news_content {
	background:#fff;overflow:hidden;width:100%;border-bottom:1px solid #ccc;
}
.first_news {
	position:relative;width:100%;
}
.first_news img {
	width:100%;object-fit: cover;height:4rem;
}
.first_news_title {
	background:rgba(0,0,0,0.6);padding:0.18rem 0.25rem;position:absolute;bottom:0;left:0;font-size:0.26rem;width:100%;
}
.more_news {
	margin:0 0.3rem;color:#000;font-size:0.24rem;
}
.more_news ul {
	overflow:hidden;
}
.more_news ul li {
	padding:0.3rem 0;border-bottom:1px solid #ccc;
}
.more_news ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #333;
  text-decoration: none;
}
.more_news ul li:last-child {
	border-bottom:0px solid #ccc;
}
.more_news_content {
	width:calc(100% - 2.25rem);margin-right:0.25rem;display:flex;flex-direction: column;height:1.13rem;justify-content: space-between; 
}
.more_news_content span:last-of-type {
	font-size:0.20rem;color:#666;padding-top:0.1rem
}
.more_news_content_img{
	width:2rem;height:1.13rem;overflow:hidden;
}
.more_news_content_img img {
	width:100%;
}
.submenu {
	position:relative;display:none;
}
.submenu dl {
	overflow:hidden;
}
.submenu dl dd {
	color:#000;background:#86c6a2;border-bottom:1px solid #009844;padding:0.25rem 0 0.25rem 0.8rem;
}
.hasdata {
 display:none;	
}
.nonedata {
	min-height:5rem;width:100%;line-height:4rem;text-align:center;color:#888;font-size:0.3rem;position:relative;display:none;background:#d9f4e5;
}
.nonedata:before {
  font-size:2rem;color:#d1cccc;position:absolute;right:0;top:0;transform:translateX(-50%);left:50%;
  content: "\e601";font-family: "iconfont";
}
.nondatatips {transform:translateX(-50%);left:50%;position:absolute;z-index:99;line-height:7.2rem;font-size:0.24rem;color:#000;}

.p_item {
	background:#fff;display:flex;width:100%;flex-direction: column;justify-content:center;align-items:center;
}
.p_avatar {
	width:100%;background:#2043A2;
}
.p_avatar img {
	width:100%;
}
.p_name {
	background:#fff;padding:0.1rem;font-size:0.24rem;color:#009844;font-weight:bold;
}
.p_jobtitle {
	background:#fff;padding-bottom:0.1rem;font-size:0.22rem;color:#333;
}
.p_department {
	background:#009844;padding:0.1rem 0;font-size:0.22rem;color:#fff;width:100%;text-align:center;
}

.section_title_t {
	background:#cdf870;padding:0.25rem;font-size:0.24rem;color:#000;border-bottom:1px solid #ccc;
}
.qrcode {
	padding:0.3rem 0.25rem;display:flex;flex-wrap: wrap;gap: 0.25rem;border-bottom:1px solid #ccc;
}
.qrcode_item {
	flex: 1 0 calc(25% - 0.25rem);box-sizing: border-box;background-color: #fff;display: flex;align-items: center;justify-content: center;overflow:hidden;flex-direction: column;
}
.qrcode_item img {
  wdith:100%;
}
.qrcode_title {
	padding-top:0.1rem;color:#000;font-size:0.22rem;
}
.footer_link {
	padding:0.3rem 0.25rem 0.5rem 0.25rem;display:flex;flex-direction: column;background:#009844;font-size:0.22rem;border-bottom:1px solid #ccc;position:relative;
}
.footer_link span {
	padding:0.05rem 0;display:block;
}
.beian a {
	color:#fff;font-weight:bold;
}
.news {
	width:100%;padding:0.25rem;display:flex;flex-direction: row;font-size:0.22rem;background:#fff;color:#333;
}
.news span {
	padding:0;
}
.news span:first-child {
	padding:0 0 0 0;
}
.news span::after {
	content:">";
	padding:0 0.05rem;
}

.news span:first-child:after,.news span:last-child:after {
	content:"";
	padding:0 0.05rem 0 0;
}
.news span a,.news span.current {
	color:#009844;
}
.news_content_m {
	line-height:0.52rem;font-size:0.28rem;color:#333;overflow:hidden;padding:0.3rem 0;
}
.news_content_m img {
	width:100%;display:flex;justify-content: center;padding:10px 0;
}
.news_title_m {
	text-align:left;font-size:0.36rem;color:#333;line-height:0.6rem;font-weight:bold;
}
.newsinfo_footer {
	display:flex;justify-content:flex-start;color:#333;margin:0.25rem;padding-top:0.3rem;border-top:1px solid #ccc;flex-direction: column;
}
.newsinfo_footer .link {
	font-size:0.24rem;padding:0.1rem 0;
}

.newsinfo_footer .link a {
	color:#009844;
}
.news_other {
	text-align:center;font-size:0.18rem;color:#666;padding:0.2rem 0 0.2rem 0;border-bottom:1px solid #ccc;display:flex;flex-direction: row;
}
.news_other span {
	padding-right:0.1rem;
}
.news_other span:nth-child(2n) {
	color:#009844;
}
.shareinfo {
	padding:0.25rem;background:#fff;display:flex;flex-direction: row;justify-content: space-between;
}
.share_btn {
	padding:0.3rem 0.3rem 0.3rem 0.8rem;background:#009844;margin:0.25rem 0;position:relative;
}
.share_btn::before {
	position:absolute;top:0.3rem;left:0.2rem;
	display: flex;
	align-items: center; 
	font-family: "iconfont";
	content:'\e61e';
	color:#fff;
	font-size:0.4rem;
}

        .steps {
            list-style: none;color:#333;
            font-size: 0.26rem;
        }
        .steps li {
            margin-bottom: 0.25rem;
            padding-left: 0.45rem;
            position: relative;
        }
        .steps li:before {
            content: counter(step);
            counter-increment: step;
            position: absolute;
            left: 0;
            top: 0;
            background: #07C160;
            color: white;
            width: 0.3rem;
            height: 0.3rem;
            border-radius: 50%;
            text-align: center;
            line-height: 0.31rem;
            font-size: 0.20rem;
        }

#qrcode,#qrcodeDisplay,#qrcode_pc,#qrcode_mobile,#qrcodeDisplay_pc,#qrcodeDisplay_mobile {
    width: 2.5rem;   /* 您希望得到的最终rem大小 */
    height: 2.5rem;
}
#qrcode canvas,#qrcodeDisplay img,#qrcode_pc canvas,#qrcodeDisplay_pc img,#qrcode_mobile canvas,#qrcodeDisplay_mobile img {
    width: 100% !important;   /* 强制canvas元素充满容器 */
    height: 100% !important;
}
.newsdiv {
	width:100%;display:flex;flex-direction:column;
}
.news_top {
	overflow:hidden;padding:0 0.3rem;
}
.companyinfo {
	width:100%;display:flex;flex-direction:column;font-size:0.26rem;padding:0.24rem 0.3rem 0 0.3rem;color:#333;line-height:0.5rem;
}
.companyinfo img {
	width:100%;padding:0.28rem 0;display: block; margin: 0 auto;
}
.companyinfo_title {
	font-size:0.4rem;color:#009844;padding:0.24rem;border-bottom:1px solid #999;margin-bottom:0.3rem;font-weight:bold;text-align:center;
}
.department {
	width:100%;padding:0.25rem;display:flex;flex-direction: row;font-size:0.22rem;color:#333;background:linear-gradient(90deg,#f7fdfb,#c6ecf2);border-bottom:1px solid #84B69B;
}

.department span {
	padding:0;
}
.department span:first-child {
	padding:0 0 0 0;
}
.department span::after {
	content:">";
	padding:0 0.05rem;
}

.department span:first-child:after,.news span:last-child:after {
	content:"";
	padding:0 0.05rem 0 0;
}
.department span a,.news span.current {
	color:#009844;
}
.outstyle {
	background:linear-gradient(90deg,#f7fdfb,#c6ecf2);display: flex;flex-direction: column;overflow-x: hidden;height:600px;padding:0.24rem;
}
.itemstyle {
    width:100%;background:rgba(255,255,255,0.5);box-shadow: rgba(129,129,129,0.3) 0px 0px 8px;flex-direction: row;display:flex;border-radius:0.1rem;
	position:relative;align-content: flex-start;padding-left: 0;
}
.imgstyle {
    width:1.5rem;height:1.5rem;display:flex;margin-right:0.1rem;overflow:hidden;
}
.imgstyle img {
    margin:0.10rem;border:1px solid #e5e5e5;border-radius:0.1rem;object-fit: cover;wdith:100%;
  }
 .itemstyle:after {
	position:absolute;
	content: "\e644";
	font-family: "iconfont";
	right:0.1rem;top:50%;
	display:flex;
	transform: translateY(-50%);
	color:#666;
	font-size:0.5rem;
}