*{
	padding: 0;
	margin: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
/* 内容区域 */
#excontent{
	width: 100%;
	height: auto;
	padding-bottom: 52px;
}
/* NO1-首页内容 */
#exnav01{
	width: 100%;
	display: block;
}
.exnav01-bgimg {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  min-height: 100vh;
  z-index: 0;
  background: url(../img/bjsj.jpg) center center/cover no-repeat;
  pointer-events: none;
}
#exnav01 { position: relative; min-height: 100vh; }
.exn1_top{
	width: 100%;
	height: 45px;
	line-height: 50px;
	/* 首页顶栏背景颜色 */
	background-image: linear-gradient(to top left,#a379f1 , #13e2da);
}
.exn1_top img{
	width: 35px;
	float: left;
	margin-top: 4px;
	margin-left: 5%;
}
.exn1_top span{
	color: #ffffff;
	font: 25px cnm,Arial,sans-serif;
	text-shadow: 3px 3px 3px #29738b;
	font-weight: 400;
	margin-left: 0px;
}
.exn1_top a{
	color: #282828;
	font-size: 12px;
	font-weight: 400;
	margin-right: 5%;
	float: right;
}
.exn1_banner{
	width: 100%;
	height: 220px;
	background: url(../img/shouyesj.jpg) center center/cover no-repeat;
	border-radius: 0 0 32px 32px;
	position: relative;
}
.exn1_banner h3, .exn1_banner p {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 4px 16px;
    margin: 12px 0 0 5%;
    background: rgba(255,255,255,0.28);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(31,38,135,0.08);
}
.exn1_banner h3{
	font: 18px cnm,Arial,sans-serif;
	text-shadow: 10px 10px 10px #909090;
	color: #282828;
	font-weight: 600;
	letter-spacing: 5px;
	margin-left: 5%;
	margin-top: 32px;
}
.exn1_banner p{
	font: 14px cnm,Arial,sans-serif;
	text-shadow: 10px 10px 10px #909090;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 8px;
	margin-left: 5%;
	padding-top: 6px;
}
.exn1_but{
	width: 90%;
	height: auto;
	padding: 20px 0px;
	border-radius: 20px;
	margin: -30px auto 20px auto;
	background: rgba(255,255,255,0.28); /* 半透明白色 */
	backdrop-filter: blur(16px) saturate(180%);
	-webkit-backdrop-filter: blur(16px) saturate(180%);
	box-shadow: 0px 8px 32px 0 rgba(31,38,135,0.18);
	border: 1px solid rgba(255,255,255,0.18);
}
.exn1_but li{
	width: 90%;
	height: 70px;
	margin: 10px auto;
	cursor: pointer;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(40,40,40,0.02);
}
.exn1_but li:hover{
	/* background-color: #excecec; */
	background-color: #ffffff;
}
.exn1_but li div{
	width: 50px;
	height: 50px;
	margin: 10px;
	border-radius: 6px;
	background: #faf3f3;
	float: left;
}
.exn1_but li div img{
	width: 30px;
	margin: 10px;
}
.exn1_but li h5{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-top: 16px;
	color: #282828;
}
.exn1_but li p{
	font: 12px cnm,Arial,sans-serif;
	text-shadow: 10px 10px 10px #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 3px;
	color: #b6b6b6;
}
.exn1_but li p .red{
	font: 12px cnm,Arial,sans-serif;
	text-shadow: 10px 10px 10px #ffffff;
	font-weight: 400;
	letter-spacing: 1px;
	padding-top: 3px;
	color: #ff0000;
}
/* NO2-关于本站 */
#exnav02{
	width: 100%;
	display: none;
}
.exn02_bg{
	width: 100%;
	height: 180px;
	/* 关于本站顶部头图 */
	background-image: url(../img/benzhanyuanma.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.exn02_bg p{
	width: 120px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	/* 关于本站顶图文字背景颜色 */
	background-image: linear-gradient(to top left,#25d8df , #CD69C9);
	border-radius: 6px;
	box-shadow: 0px 0px 10px rgba(40,40,40,0.05);
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	color: #282828;
}
.exn02_kj{
	width: 100%;
}
.exn_bt{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	margin: 60px 0px 20px 6%;
}
.exn02_kjt{
	width: 90%;
	height: 100%;
	padding-left: 10%;
	box-sizing: border-box;
}
.exn02_kjt p{
	font: 14px;
	text-shadow: 5px 5px 5px #909090;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 40px;
	color: rgba(40,40,40,0.9);
	border-bottom: 1px dashed rgba(40,40,40,0.08);
}
.exmb03{
	overflow: hidden;
}
.exmb03 p{
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #999;
	padding-left: 10%;
	float: left;
}
.exmb03 div{
	width: 46%;
	height: 80px;
	background: #fff;
	float: left;
	margin: 20px 2%;
	border-radius: 8px;
	cursor: pointer;
}
.exmb03 div img{
	width: 60px;
	border-radius: 8px;
	margin: 10px;
	float: left;
}
.exmb03 div span{
	float: left;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-top: 16px;
	width: 40%;
	color: #282828;
}
.exmb03 div span:nth-child(3){
	font-size: 12px;
	margin-top: 5px;
	color: #b4b4b4;
	letter-spacing: 1px;
}
#exjn{
	width: 90%;
	margin: auto;
}
#exjn a{
	display: inline-block;
	line-height: 36px;
	padding: 0px 20px;
	margin: 6px 0px;
	border-radius: 5px;
	text-decoration: none;
	font: 12px;
	letter-spacing: 1px;
	color: #535353;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(40,40,40,0.05);
	transition: 0.5s;
}
#exjn a:hover{
	box-shadow: 0px 0px 10px rgba(40,40,40,0.1);
}
.exbpx{
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #cecece;
	margin: 30px 0px;
}

/* NO3-站长团队 */
#exnav03 {
    width: 100%;
    position: absolute;
    background-color: #FFF;
    display: none;
    min-height: 100vh;
    overflow-y: auto;
}
.exnav03_p{
	width: 90%;
	margin: auto;
	text-align: center;
}
.exnav03_p h3{
	font: 27px cnm,Arial,sans-serif;
	text-shadow: 5px 5px 5px #909090;
	letter-spacing: 8px;
	margin-top: 24px;
	color: #282828;
}
.exnav03_p h3 span{
	font: 27px;
	font-family: "宋体";
	text-shadow: 5px 5px 5px #909090;
	letter-spacing: 8px;
	margin-top: 24px;
	color: #282828;
}
.exnav03_p h5{
	font-size: 16px;
	letter-spacing: 3px;
	margin-top: 10px;
	color: #282828;
}
.exnav03_p p{
	font-size: 12px;
	letter-spacing: 3px;
	margin-top: 8px;
	color: #b2b2b2;
}
.exnav03_qrtitle {
    font-family: cnm, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 8px;
    color: #282828;
    text-shadow: 5px 5px 5px #909090;
    margin-bottom: 12px;
}
.exnav03_qrcodes img {
    width: 40vw;
    max-width: 140px;
    border-radius: 12px;
    box-shadow: 0 2px 12px #eee;
    margin-bottom: 16px;
}
.exnav03_team{
	width: 100%;
	height: 26%;
	position: absolute;
	bottom: 0px;
	left: 0;
	font-size: 0px;
	text-align: center;
}
.exnav03_team img{
	width: 60px;
}
.exnav03_team img:nth-child(1){
	width: 60px;
}
.exnav03_team img:nth-child(4){
	width: 60px;
}
.exnav03_team img:nth-child(5){
	width: 60px;
}
/* NO4-商业合作 */
#exnav04{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	/* 商业合作背景图片 */
	background-image: url(../img/shangyehezuo.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: -550px;
	display: none;
}
.exnav04_zsc{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.exnav04_zsc div,
.nav04_zsc div {
    text-align: center;
    margin: 32px auto 0 auto;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.exnav04_zsc>div>p{
	width: 100%;
	height: 30px;
	background-color: #cfb76d;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	font-weight: 400;
	color: #f9f9f9;
}
.exnav04_zsc>div>img{
	width: 100%;
}
.exnav04_zsc>p{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 12px;
	font-weight: 400;
	color: #d7d7d7;
	letter-spacing: 2px;
}
.exnav04_contact_btn {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 32px;
    background: linear-gradient(to right, #25d8df, #69cd76);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(40,40,40,0.08);
    text-decoration: none;
    transition: background 0.3s, box-shadow 0.3s;
}
.exnav04_contact_btn:hover {
    background: linear-gradient(to right, #69cd76, #25d8df);
    box-shadow: 0 4px 16px rgba(40,40,40,0.16);
    color: #fff;
}
/* NO5-站点展示 */
#exnav05{
	display: none;
}
.exn5_bg{
	width: 100%;
	height: 240px;
	/* 站点展示顶部头图 */
	background-image: url(../img/zhandian.jpg);
	background-size: cover;
	position: relative;
}
.exn5_bg_nav{
	width: 120px;
	height: 40px;
	line-height: 40px;
	/* 站点展示页面顶图文字背景颜色 */
	background-image: linear-gradient(to top left,#25d8df , #69cd76);
	box-shadow: 0px 0px 10px rgba(40,40,40,0.08);
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}
.exn5_bg_nav img{
	width: 30px;
	margin: 5px;
	float: left;
}
.exn5_bg_nav span{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	float: left;
	margin-left: 10px;
}
.exn5_nr{
	width: 90%;
	margin: 60px auto;
}
.exnav05_centent_tit{
	text-align: center;
}
.exnav05_centent_tit h2{
	font-size: 24px;
}
.exnav05_centent_tit p{
	color: rgba(68, 63, 63, 0.5);
	font-size: 15px;
}
.exnav05_centent_mb{
	width: 100%;
	height: 240px;
	background: #fff;
	border-radius: 10px;
	margin-top: 50px;
	position: relative;
}
.exnav05_centent_mb a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.exnav05_centent_mb:hover div{
	top: -30px;
}
.exnav05_centent_mb a div{
	width: 100%;
	height: 160px;
	border-radius: 10px;
	overflow: hidden;
}
.exnav05_centent_mb a div img{
	width: 100%;
}
.exnav05_centent_mb a h3{
	font: 18px cnm,Arial,sans-serif;
	text-shadow: 5px 5px 5px #909090;
	font-weight: 600;
	margin-left: 5%;
	margin-top: 20px;
	color: #282828;
	letter-spacing: 2px;
}
.exnav05_centent_mb a p{
	font-size: 12px;
	font-weight: 400;
	margin-left: 5%;
	margin-top: 5px;
	color: #bbbbbb;
	letter-spacing: 1px;
}
.exnav05_centent_mb>div{
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: #333;
	top: 0;
	left: 0;
	border-radius: 10px 10px 0px 0px;
	z-index: 2;
	background-color: #cfbc9a;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #f9f9f9;
	transition: 0.5s;
}
.exnav05_footer{
	width: 100%;
	height: 20px;
	text-align: center;
	color: #b3bdc3;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 60px 0px 40px 0px;
}
/* 页面截止 */


/* 导航区域 */
#exnav{
	width: 100%;
	height: 52px;
	background-color: #ffffff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	box-shadow: 0px 0px 20px rgba(40,40,40,0.04);
}
#exnav li{
	width: 20%;
	height: 100%;
	text-align: center;
	float: left;
	position: relative;
}
#exnav li:hover img{
	transform: scale(1.2);
}
#exnav li:hover p{
	color: #636363;
}
#exnav li img{
	width: 22px;
	margin-top: 7px;
	transition: 0.5s;
}
#exnav li p{
	font-size: 12px;
	font-weight: 400px;
	letter-spacing: 1px;
	color: #9f9f9f;
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	margin: auto;
}
.exnav04_zsc img,
.nav04_zsc img {
    display: block;
    margin: 0 auto;
}
.exnav04_zsc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.exnav04_zsc div {
    margin: 0;
}
.exnav04_zsc>div>img {
    display: block;
    margin: 0 auto;
    width: 60vw;
    max-width: 180px;
}
.exnav04_zsc>div>p {
    display: block;
    width: 60vw;
    max-width: 180px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 2px auto;
    border-radius: 5px 5px 0 0;
    background-color: #cfb76d;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

/* 修正手机端服务卡片一行2个 */
.m-service-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 4%;
  width: 96%;
  margin: 24px auto 0 auto;
}
.m-service-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(40,40,40,0.08);
  flex: 0 0 48%;
  box-sizing: border-box;
  margin-bottom: 12px;
  padding: 16px 8px 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
}
.m-service-icon {
  font-size: 22px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0e7ff 0%, #a5f3fc 100%);
  color: #4b9cdb;
  box-shadow: 0 2px 8px rgba(40,40,40,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px auto;
}
.m-service-card:nth-child(2) .m-service-icon { background: linear-gradient(135deg, #fceabb 0%, #f8b500 100%); color: #f59e42; }
.m-service-card:nth-child(3) .m-service-icon { background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%); color: #c084fc; }
.m-service-card:nth-child(4) .m-service-icon { background: linear-gradient(135deg, #d4fc79 0%, #96e6a1 100%); color: #22c55e; }
.m-service-card:nth-child(5) .m-service-icon { background: linear-gradient(135deg, #f9d423 0%, #ff4e50 100%); color: #f43f5e; }
.m-service-card:nth-child(6) .m-service-icon { background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%); color: #2563eb; }
.m-service-card:nth-child(7) .m-service-icon { background: linear-gradient(135deg, #fbc2eb 0%, #f8b500 100%); color: #f59e42; }
.m-service-card:nth-child(8) .m-service-icon { background: linear-gradient(135deg, #d4fc79 0%, #96e6a1 100%); color: #22c55e; }
.m-service-card:nth-child(9) .m-service-icon { background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%); color: #2563eb; }
.m-service-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #282828;
  text-align: center;
}
.m-service-desc {
  font-size: 11px;
  color: #888;
  margin-bottom: 4px;
  text-align: left;
}
.m-service-list {
  margin: 0 0 0 12px;
  padding: 0;
  color: #555;
  font-size: 11px;
  text-align: left;
}
.m-service-list li {
  margin-bottom: 2px;
  list-style: none;
  position: relative;
  padding-left: 16px;
}
.m-service-list li::before {
  content: "√";
  color: #3ecb6c;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
/* 手机端美化展示卡片 */
.m-wallpaper-card {
  width: 98%;
  margin: 24px auto 0 auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(40,40,40,0.10);
  padding: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.m-wallpaper-img {
  width: 98%;
  border-radius: 12px;
  margin-bottom: 0;
  margin-top: 12px;
}
.m-wallpaper-more-btn {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
  padding: 7px 28px;
  background: linear-gradient(90deg, #25d8df, #69cd76);
  color: #fff;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(40,40,40,0.08);
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.m-wallpaper-more-btn:hover {
  background: linear-gradient(90deg, #69cd76, #25d8df);
  box-shadow: 0 8px 24px rgba(40,40,40,0.18);
  transform: translateX(-50%) scale(1.04);
}
/* 手机端美化展示标题样式 */
.m-wallpaper-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #282828;
  margin: 32px 0 8px 0;
  letter-spacing: 2px;
}
