@font-face {
	font-family:pingfang;
	src:url('../fonts/pingfang.ttf')
}
body {
	font-family:Arial,sans-serif;
	margin:0;
	padding:0;
	color:inherit;
	line-height:1;
	background-color:#f9f9f9;
	/* 设置 body 的背景色 */
}
input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select {
	font-family:Arial,sans-serif;
	margin:0;
	padding:0;
	color:inherit;
}
img {
	border:0;
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
ul,li {
	list-style:none;
}
a {
	text-decoration:none;
	color:inherit;
}
a:hover {
	color:inherit;
}
:focus {
	outline:none!important;
	border-color:inherit;
}
.clearfix {
	*zoom:1;
}
.clearfix:before,.clearfix:after {
	display:table;
	line-height:0;
	content:"";
}
.clearfix:after {
	clear:both;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%
}
h3,h4,h5,h6 {
	font-weight:normal;
}
.auto {
	width:1600px;
	margin:0 auto;
}
em,i {
	font-style:normal;
}
* {
	box-sizing:border-box;
}
input[type="button"],input[type="submit"],input[type="reset"],input[type="text"] {
	-webkit-appearance:none;
}
input[type="button"] {
	border:none;
}
textarea {
	-webkit-appearance:none;
}
:hover {
	transition:all .2s;
}
.img_hover_wrap {
	overflow:hidden;
}
.img_hover {
	transition:all .3s;
}
.img_hover:hover {
	transform:scale(1.05,1.05);
}
.img_traslate {
	transition:all .3s;
}
.img_traslate:hover {
	transform:translateY(-10px);
}
.img_rotate {
	transition:all .3s;
}
.img_rotate:hover {
	transform:rotate(-360deg);
}
.bold {
	font-weight:bold;
}
.center {
	text-align:center;
}
.img {
	width:100%;
	display:block;
}
.ellipsis {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ele {
	position:relative;
}
.ele:before,.ele:after {
	content:'';
	position:absolute;
	display:block;
}
.ipt {
	display:block;
	border:none;
}
.ipt_button {
	cursor:pointer;
}
.item_scale .icon {
	transition:all .3s;
}
.item_scale:hover .icon {
	transform:scale(1.05,1.05);
}
.auto {
	width:1600px;
	margin:0 auto;
}
.btn {
	display:block;
	text-align:center;
}
.button_gradient {
	background:#00a1fd;
	background:-webkit-gradient(linear,left top,right bottom,from(#00a1fd),to(#00e4f4));
	background:-moz-linear-gradient(top,#00a1fd,#00e4f4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1fd',endColorstr='#00e4f4');
}
.c_pink {
	color:#ff006c;
}
.c_green {
	color:#00cd6f;
}
.c_blue {
	color:#f32706;
}
.c_org {
	color:#ff5722;
}
.white_bg {
	background:#fff;
}
/* 
    头部导航样式
*/
.head {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:100;
	padding:10px 0;
	height:80px;
}
.inner_head {
	background:#fff;
}
.inner_head .hd_nav li {
	color:#333333;
}
.hd_logo {
	position:absolute;
	top:10px;
	left:2%;
}
.hd_logo .img {
	height:60px;
	width:auto;
}
.hd_btns {
	position:absolute;
	top:20px;
	right:1%;
}
.hd_btns .lk {
	display:block;
	float:right;
	width:100px;
	height:40px;
	text-align:center;
	line-height:40px;
	border:1px solid #33aaff;
	border-radius:3px;
	font-size:16px;
	margin-left:30px;
}
.hd_btns .login {
	color:#fff;
	background:#33aaff;
}
.hd_btns .reg {
	color:#33aaff;
}
.hd_btns .lk:hover {
	box-shadow:0 0 5px #33aaff;
}
.hd_center {
	font-size:15px;
	color:#fff;
	line-height:50px;
	top:15px;
}
.hd_center .hdimg {
	width:50px;
	height:50px;
	border-radius:50%;
	border:2px solid #fff;
	margin-right:10px;
}
.hd_nav {
	text-align:center;
	padding:10px 0;
}
.hd_nav li {
	display:inline-block;
	font-size:16px;
	color:#fff;
	line-height:40px;
	margin:0 15px;
}
.hd_nav li:hover,.hd_nav li.cur {
	color:#e33b09;
}
.inner_head {
	box-shadow:0 0 10px #eee;
}

/* PC端公告栏样式 */
@media (min-width: 768px) {
  .gonggao-container {
    width: 1600px;
    margin: 0 auto;
    position: relative;
    top: -35px;
  }

  .gonggao {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .gonggao-content {
    display: flex;
    align-items: center;
  }

  .gonggao-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .gonggao-title {
    font-weight: bold;
    margin-right: 5px;
  }

  .gonggao-message {
    margin-right: auto;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .view-more {
    color: #007bff;
    text-decoration: none;
    margin-left: 10px;
  }
}

/* 移动端公告栏样式 */
@media (max-width: 767px) {
  .gonggao-container {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: -70px; 
    position: relative;
    top: -60px; 
  }

  .gonggao {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ddd; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .gonggao-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  .gonggao-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .gonggao-title {
    font-weight: bold;
    margin-right: 5px;
  }

  .gonggao-message {
    margin-right: 10px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .view-more {
    color: #007bff;
    text-decoration: none;
    margin-left: 10px;
  }
}
/* 公告栏结束 */

/* 新增首页小轮播图 */
.content {
	display:flex;
	justify-content:center;
	/* 居中显示 */
    flex-wrap:wrap;
	gap:20px;
	padding:20px 0;
	background-color:#f9f9f9;
}
.container {
	display:flex;
	flex-wrap:wrap;
	gap:10px;	
    width:1600px;	
    margin:0 auto;	
}
.slider-wrapper {
	flex:0 0 45%;	
    max-width:45%;	
    background-color:#e0f7fa;
	border-radius:8px;
	overflow:hidden;
	box-shadow:5px 5px 15px rgba(0,0,0,0.1);
	height:100%;	
}
.slider {
	position:relative;
	width:100%;
	height:100%;	
    overflow:hidden;
}
.slide {
	width:100%;
	height:100%;	
	display:none;
}

.slide img {
	width:100%;
	height:100%;	
	object-fit:cover;	
	max-width:100%;
	display:block;
}
.fade {
	animation-name:fade;
	animation-duration:1.5s;
}
@keyframes fade {
	from {
	opacity:0.4
}
to {
	opacity:1
}
}.prev-btn,.next-btn {
	cursor:pointer;
	position:absolute;
	top:50%;
	width:auto;
	padding:16px;
	margin-top:-22px;
	color:white;
	font-weight:bold;
	font-size:18px;
	transition:0.6s ease;
	border-radius:0 3px 3px 0;
	user-select:none;
	background-color:rgba(0,0,0,0.5);
	display:none;
	/* 初始隐藏切换按钮 */
}
.next-btn {
	right:0;
	border-radius:3px 0 0 3px;
}
.prev-btn:hover,.next-btn:hover {
	background-color:rgba(0,0,0,0.8);
}
.announcement-wrapper {
	flex:0 0 54%;
	/* 调整宽度为51% */
    max-width:54%;
	/* 调整最大宽度为51% */
    background-color:#fff;
	border-radius:8px;
	padding:20px;
	box-shadow:5px 5px 15px rgba(0,0,0,0.1);
}
.announcement-content {
	background:#fff;
}
.greeting-content {
	display:flex;
	align-items:center;
	margin-bottom:20px;
}

@media (max-width:767px) {
	.greeting-content {
		flex-direction:column;
		align-items:flex-start;
		text-align:center;
	}
	.greeting-content .avatar-img {
		margin:0 auto 10px;
		display:block;
	}
	.greeting-content div {
		text-align:center;
		width:100%;
	}
	.announcement-content {
		padding:10px 5px;
	}
	.services-content ul {
		display:block;
	}
	.services-content ul li {
		width:100%;
		max-width:100%;
		margin-bottom:8px;
	}
	.services-content ul li a {
		padding:10px;
		font-size:13px;
		white-space:normal;
		overflow:visible;
		line-height:1.4;
	}
	.services-content ul li a .icon {
		margin-right:5px;
	}
	.services-content ul li a .title-text {
		display:inline-block;
		vertical-align:middle;
		width:calc(100% - 25px);
	}
}
.avatar-img {
	width:40px;
	height:40px;
	border-radius:50%;
	margin-right:10px;
}
.greeting-content div {
	display:block;
}
.greeting-content strong {
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.greeting-content p {
	margin:0;
	font-size:14px;
	color:#666;
}
.services-content {
	margin-top:20px;
}
.services-title {
	font-size:16px;
	margin-bottom:10px;
	color:#333;
	font-weight:bold;
	/* 加粗字体 */
}
.services-content ul {
	list-style:none;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	gap:5px;
	/* 设置服务项之间的间距 */
    justify-content:space-between;
}
.services-content ul li {
	flex:0 0 48%;
    max-width:48%;	
    margin-bottom:5px;
    overflow: hidden;
}
.services-content ul li a {
	display:block;
	text-decoration:none;
	color:#333;
	padding:8px 12px;
	border-radius:4px;
	transition:background-color 0.3s;
	white-space:nowrap;	
    overflow:hidden;
    text-overflow:ellipsis;	
    font-size:14px;
	/* 移除宽度限制，允许标题完全显示 */
}
.services-content ul li a:hover {
	background-color:#f0f0ff;
}
.services-content ul li a .icon {
	margin-right:5px;
	color:#007bff;
}

/* 响应式布局 */
@media (max-width: 767px) {
    .container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .slider-wrapper {
        flex-basis: 100%;
        max-width: 100%;
        height: 200px;
        margin-bottom: 15px;
        position: relative; /* 为切换按钮定位 */
    }
    
    .slider {
        height: 100%;
    }
    
    .slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .prev-btn, .next-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.7);
        border: none;
        font-size: 24px;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
    }
    
    .prev-btn {
        left: 10px;
    }
    
    .next-btn {
        right: 10px;
    }
    
    .announcement-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 1px;
    }
    
    .services-content {
        width: 100%;
        padding: 10px;
    }
    
    .services-content ul {
        display: flex;
        padding: 0;
        margin: 0;
    }
    
    .services-content ul li {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }
    
    .services-content ul li a {
        padding: 12px;
        font-size: 14px;
        display: block;
        background: #f8f9fa;
        border-radius: 8px;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        flex: 1;
    }
    
    .services-content ul li .icon {
        margin-right: 10px;
    }
    
    /* 只显示6个问题 */
    .services-content ul li:nth-child(n+7) {
        display: none;
    }
}
/* 新增首页小轮播图结束 */

/* 企服大全开始 */
.service-module {
	display:flex;
	flex-wrap:wrap;
	gap:10px;	
  max-width:1600px;	
  margin:0 auto;	
  padding:5px 0;	
}
.service-item {
	background-color:#fff;
	border-radius:8px;	
  box-shadow:0 1px 2px rgba(0,0,0,0.1);	
  padding:20px;
	margin-bottom:10px;	
  display:flex;
	align-items:center;	
  max-width:35%;
  flex:1 0 calc(33% - 10px);	
}
.service-item a {
	color:inherit;
	/* 继承文字颜色 */
  text-decoration:none;
	/* 去掉下划线 */
}
.service-content {
	display:flex;
	align-items:center;
	width:100%;
	/* 占满宽度 */
}
.service-icon-box {
	flex:0 0 120px;	
  display:flex;
	flex-direction:column;
	align-items:center;	
  justify-content:center;	
  background-color:#f9f5f5;	
  border-radius:12px;	
  margin-right:20px;	
  padding:20px;	
  height:160px;	
}
.service-icon-box img {
	width:60px;
	height:60px;
	margin-bottom:10px;
}
.service-title {
	font-size:16px;
	/* 减小字体大小 */
  font-weight:bold;
	color:#333;
}
.service-desc-box {
	flex:1;
	display:flex;
	flex-direction:column;
	justify-content:center;
	/* 垂直居中 */
}
.service-desc {
	display:flex;
	flex-direction:column;
	gap:10px;
	/* 间距相等 */
}
.service-desc p {
	margin:0;
	line-height:1.5;
	background-color:#f9f5f5;	
  padding:10px;	
  text-align:center;	
  border-radius:6px;	
  font-size:15px;	
}
.service-desc p a {
	color:#000;	
  text-decoration:none;	
}
.service-desc p a:hover {
	text-decoration:none;
	/* 去掉下划线 */
}
@media (max-width:767px) {
	.service-module {
	padding:10px 0;	
    background-color:#fff;	
}
.service-item {
	flex-basis:100%;
	margin-bottom:5px;	
    box-shadow:0 2px 4px rgba(0,0,0,0.05);	
    max-width:100%;	
}
.service-icon-box {
	flex:0 0 100px;	
    height:150px;	
}
.service-title {
	font-size:14px;	
}
.service-desc p {
	font-size:14px;	
}
}/* 更多服务按钮 */
/* 修改按钮样式 */
.view-more-button .btn {
    background: linear-gradient(135deg, #0277bd, #2196f3); /* 蓝色渐变背景 */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}

/* 鼠标悬停时保持原色 */
.view-more-button .btn:hover {
    background: linear-gradient(135deg, #0277bd, #2196f3); /* 保持原有渐变色 */
    color: white;
}

/* 调整与上面内容的距离 */
.view-more-button {
    margin-top: 10px; /* 减小与上面内容的距离 */
}
/* 企服大全结束 */

/* 广告咨询开始 */
/* PC端样式 */
.enquiryM {
	position:relative;
	width:100%;
	height:auto;
	/* 根据内容自动调整高度 */
  background:url('/static/images/bg.png') no-repeat center center;
	/* 替换为你的背景图片 */
  background-size:cover;
	color:white;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:20px;
	box-sizing:border-box;
}
.enquiryM .enquiry {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	max-width:1600px;
	/* 限制最大宽度 */
  margin:0 auto;
	/* 居中显示 */
}
.enquiryM .left {
	flex:1;
	padding:20px;
}
.enquiryM .left .txt {
	max-width:400px;
}
.enquiryM .left h3.tit {
	font-size:24px;
	margin-bottom:10px;
}
.enquiryM .left p.subtit {
	font-size:16px;
	line-height:1.5;
}
.enquiryM .right {
	flex:1;
	text-align:right;
	padding:20px;
}
.enquiryM .right .webTel {
	font-size:35px;
	font-weight:bold;
	margin-bottom:10px;
}
.enquiryM .right .online {
	display:inline-block;
	padding:10px 20px;
	background-color:white;
	color:#00bfff;
	text-decoration:none;
	border-radius:5px;
	transition:background-color 0.3s;
}
.enquiryM .right .online:hover {
	background-color:#e0e0e0;
}
/* 手机端样式 */
.enquiry {
	display:none;
	/* 默认隐藏 */
}
@media (max-width:768px) {
	.enquiryM {
		display:none;
		/* 在手机端隐藏 */
	}
	.enquiry {
		display:block;
		padding:30px; /* 增加内边距 */
		background: linear-gradient(135deg, #0277bd, #2196f3); /* 渐变蓝色背景 */
		text-align:center;
		color:#ffffff; /* 文本颜色改为白色 */
	}
	.enquiry .txt h3.tit {
		color:#ffffff; /* 文本颜色改为白色 */
		font-size: 20px; /* 减小字体大小 */
		margin-bottom: 30px; /* 增加文字之间的间距 */
	}
	.enquiry .txt p.subtit {
		color:#ffffff; /* 文本颜色改为白色 */
		font-size: 16px; /* 减小字体大小 */
		margin-bottom: 10px; /* 增加文字之间的间距 */
	}
	.txt {
		margin-bottom: 30px; /* 增加按钮和文字之间的间距 */
	}
  .enquiry .btns a {
    color:#ffffff; /* 按钮文本颜色改为白色 */
    background-color:rgba(255, 255, 255, 0.1); /* 按钮背景色 */
    border-color:rgba(255, 255, 255, 0.3); /* 按钮边框颜色 */
    border-radius: 5px;
    padding: 10px 20px;
    margin: 10px 15px; /* 增加按钮之间的间距 */
    transition: background-color 0.3s, border-color 0.3s;
  }
  .enquiry .btns a:hover {
    background-color:rgba(255, 255, 255, 0.2); /* 按钮悬停背景色 */
    border-color:rgba(255, 255, 255, 0.5); /* 按钮悬停边框颜色 */
  }
}

/* 广告咨询结束 */

/* PC端样式 - 栏目分类开始 */
@media (min-width: 768px) {
  .mar_main {
    background: #f2f7fa;
  }

  .auto {
    width: 1600px;
    margin: 0 auto;
  }

  .mar_l {
    width: 240px;
    float: left;
  }

  .mar_l li {
    padding: 0 10px;
    height: 70px;
    margin-bottom: 5px;
  }

  .mar_l li a {
    display: block;
    height: 70px;
    font-size: 20px;
    color: #666666;
    line-height: 70px;
    background-repeat: no-repeat;
    background-position: 45px center;
    background-size: 30px;
    padding-left: 95px;
    background-color: #fff;
  }

  .mar_l li.school a {
    background-image: url(../images/mar_02.png);
  }

  .mar_l li.activity a {
    background-image: url(../images/mar_03.png);
  }

  .mar_l li.help a {
    background-image: url(../images/mar_04.png);
  }

  .mar_l li.about a {
    background-image: url(../images/contact_03.png);
  }

  .mar_l li.process a {
    background-image: url(../images/contact_04.png);
  }

  .mar_l li.contact a {
    background-image: url(../images/contact_05.png);
  }

  .mar_l li:hover,
  .mar_l li.cur {
    background: url(../images/mar_05.jpg) no-repeat center;
    background-size: cover;
    transition: all 0s;
  }

  .mar_l li:hover a,
  .mar_l li.cur a {
    background-color: transparent;
    color: #fff;
    transition: all 0s;
  }

  .mar_l li.school:hover a,
  .mar_l li.school.cur a {
    background-image: url(../images/mar_02-1.png);
  }

  .mar_l li.activity:hover a,
  .mar_l li.activity.cur a {
    background-image: url(../images/mar_03-1.png);
  }

  .mar_l li.help:hover a,
  .mar_l li.help.cur a {
    background-image: url(../images/mar_04-1.png);
  }

  .mar_l li.about:hover a,
  .mar_l li.about.cur a {
    background-image: url(../images/contact_03-1.png);
  }

  .mar_l li.process:hover a,
  .mar_l li.process.cur a {
    background-image: url(../images/contact_04-1.png);
  }

  .mar_l li.contact:hover a,
  .mar_l li.contact.cur a {
    background-image: url(../images/contact_05-1.png);
  }

  .mar_r {
    width: 1340px;
    float: right;
  }

  .mar_list {
    padding-bottom: 20px;
  }

  .mar_list .item {
    padding: 20px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    display: flex;
  }

  .mar_list .imgbox {
    width: 220px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
  }

  .mar_list .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mar_list .info {
    flex: 1;
  }

  .mar_list .title {
    display: block;
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
  }

  .mar_list .brief {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin-top: 10px;
  }

  .mar_list .bot {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mar_list .tag {
    font-size: 14px;
    color: #999999;
    line-height: 20px;
  }

  .mar_list .tag .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .mar_list .more {
    font-size: 14px;
    color: #f32706;
    line-height: 20px;
  }

  .mar_list .title:hover {
    color: #f32706;
  }

  .mar_list .more:hover {
    text-decoration: underline;
  }

  /* 清除浮动 */
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  /* 搜索框样式 */
  .search-box {
    position: relative;
    background-color: #f2f7fa;
    padding: 15px;
    border-radius: 5px;
    width: 1600px;
    margin: 0 auto 20px;
  }

  .search-input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .search-input:focus {
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }

  .search-close {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
    transition: all 0.3s;
  }

  .search-close:hover {
    color: #333;
  }
}

/* PC端样式 - 栏目分类结束 */

/* 平板电脑横屏 */
@media (max-width: 991px) and (min-width: 769px) {
  .search-box {
    padding: 12px;
    margin-bottom: 15px;
  }
  
  .search-input {
    height: 38px;
    font-size: 15px;
  }
  
  /* 平板横屏设备上的左右布局调整 */
  .mar_l {
    width: 25%;
    float: left;
  }
  
  .mar_r {
    width: 73%;
    float: right;
  }
  
  .mar_main .auto {
    width: 100%;
    padding: 0 2%;
  }
}

/* 手机端样式 - 栏目分类开始 */
@media (max-width: 767px) {
  .mar_main {
    background: #f2f7fa;
  }

  .auto {
    width: 100%;
    margin: 0 auto;
  }

  .mar_l {
    width: 100%;
    float: none;
  }

  .mar_l li {
    padding: 0;
    margin-bottom: 10px;
  }

 .mar_l li a {
    display: block;
    height: 42px;
    line-height: 42px; /* 与高度一致，确保文字垂直居中 */
    font-size: 15px;
    text-align: center; /* 文字水平居中 */
    padding: 0; /* 移除内边距 */
    width: 100%;
    background-position: 10px center; /* 图标位置 */
    background-size: 20px; /* 图标大小 */
    box-sizing: border-box; /* 确保内边距不增加总宽度 */
    border: 1px solid #e0e0e0; /* 添加边框 */
    border-radius: 4px; /* 圆角边框 */
    background-color: #fff; /* 背景色 */
    color: #666666; /* 文字颜色 */
    text-decoration: none; /* 去掉下划线 */
    margin-bottom: 10px; /* 按钮间距 */
  }

  .mar_l li a:hover {
    background-color: #f5f5f5;
  }

  .mar_r {
    width: 100%;
    float: none;
  }

  .mar_list {
    padding-bottom: 20px;
  }

  .mar_list .item {
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    display: block;
  }

  .mar_list .imgbox {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .mar_list .imgbox img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mar_list .info {
    width: 100%;
  }

  .mar_list .title {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
  }

  .mar_list .brief {
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    margin-top: 10px;
  }

  .mar_list .bot {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mar_list .tag {
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
  }

  .mar_list .tag .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .mar_list .more {
    font-size: 12px;
    color: #f32706;
    line-height: 1.5;
  }

  .mar_list .title:hover {
    color: #f32706;
  }

  .mar_list .more:hover {
    text-decoration: underline;
  }

  /* 清除浮动 */
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  /* 搜索框样式 */
  .search-box {
    position: relative;
    background-color: #f2f7fa;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .search-input {
    width: 100%;
    height: 36px;
    padding: 0 15px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .search-input:focus {
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }

  .search-close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #999;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 18px;
  }

  .search-close:hover {
    color: #333;
  }
}
/* 栏目分类结束 */

.pagelist {
	text-align:center;
}
.pagelist li {
	display:inline-block;
}
.pagelist a {
	font-size:14px;
	color:#9aabb8;
	width:60px;
	height:40px;
	border:1px solid #9aabb8;
	border-radius:4px;
	display:inline-block;
	margin:0 3px;
	text-align:center;
	line-height:40px;
}
.pagelist b {
	font-size:14px;
	color:#9aabb8;
	width:60px;
	height:40px;
	border-radius:4px;
	margin:0 3px;
	text-align:center;
	line-height:40px;
}
.pagelist a.active,.pagelist a:hover {
	color:#fff;
	background:#f32706;
	border-color:#f32706;
}
.pagelist li.active a {
	color:#fff;
	background:#f32706;
	border-color:#f32706;
}
.pagelist a b {
	border:0px;
}
.mar_top {
	background:#fff;
	padding:10px;
	margin-bottom:15px;
	position:relative;
	display:flex;
	align-items:center;
	/* 添加这一行 */
}
.mar_top .lbox {
	width:680px;
	display:flex;
	align-items:center;
	/* 添加这一行 */
}
.mar_top .title {
	font-size:20px;
	color:#333333;
	font-weight:bold;
	text-align:left;
	line-height:1.2;
	padding:10px 0;
}
.mar_top .brief {
	font-size:16px;
	color:#666666;
	line-height:28px;
	margin-top:15px;
}
.mar_top .rbox {
	width:160px;
	position:absolute;
	top:-15px;
	right:30px;
}
.mar_top .rbox .img {
	width:100%;
}
@media screen and (max-width:767px) {
    /* 基础容器样式 */
    .mobile-section {
        margin: 0;
        padding: 10px !important;
    }

    /* 滚动优化 */
    * {
        -webkit-overflow-scrolling: touch;
    }

	.mar_top .rbox {
	display:none;
}
.mar_top .lbox {
	width:100%;
}
.mar_top .title {
	font-size:16px;
	line-height:1.2;
	padding:5px 0;
}
.mar_top .brief {
	font-size:14px;
	line-height:22px;
}
.mar_list .info {
	width:100%;
	padding-top:15px;
}
.mar_list .brief {
	margin-top:10px;
	line-height:20px;
}
.mar_list .bot {
	margin-top:10px;
}
.mar_list .item {
	padding:10px;
}
.mar_list .imgbox {
	width:100%;
	height:auto;
}
.mar_list .title {
	font-size:17px;
}
.mar_list .tag {
	font-size:12px;
	line-height:16px;
}
.mar_list .tag .icon {
	width:16px;
	height:16px;
	margin-right:5px;
}
.mar_list .more {
	margin-top:10px;
}
.pagelist a {
	width:30px;
	height:30px;
	line-height:30px;
	font-size:13px;
}
}/* 营销学院结束 */



/*首页*/
 /* 轮播图样式 */
.idx_banner {
	height:50vh;
	/* 设置为视口高度的60% */
    max-height:700px;
	/* 设置最大高度为700px */
    padding-top:80px;
	position:relative;
	background-size:cover;
	background-position:center;
}

/* 移动端适配样式 */
@media screen and (max-width: 767px) {
    /* 基础容器样式 */
    .mobile-section {
        margin: 0;
        padding: 10px !important;
    }

    /* 滚动优化 */
    * {
        -webkit-overflow-scrolling: touch;
    }

    .idx_banner {
        height: 250px;
        padding: 0;
        background-size: contain; /* 确保图片按比例缩放并完整显示 */
        background-position: center; /* 确保图片居中显示 */
        background-repeat: no-repeat; /* 防止图片重复 */
    }
}
.card-frame.bg-white.text-center.rounded.py-4.px-3.flex-fill {
	flex:1 1 calc(25% - 1rem);
	/* 根据屏幕大小调整宽度 */
  margin:0.5rem;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	transition:transform 0.3s;
}
.card-frame.bg-white.text-center.rounded.py-4.px-3.flex-fill:hover {
	transform:translateY(-10px);
}
/* 响应式调整 */
@media (max-width:1200px) {
	.card-frame.bg-white.text-center.rounded.py-4.px-3.flex-fill {
	flex:1 1 calc(33.33% - 1rem);
}
}@media (max-width:992px) {
	.card-frame.bg-white.text-center.rounded.py-4.px-3.flex-fill {
	flex:1 1 calc(50% - 1rem);
}
}@media (max-width:768px) {
	.card-frame.bg-white.text-center.rounded.py-4.px-3.flex-fill {
	flex:1 1 100%;
	margin:0.5rem 0;
}
}

.idx_seo {
	padding:30px 0 10px;
	margin-top:10px;
}
.idx_seo .title {
	font-size:30px;
	color:#333333;
	text-align:center;
}
.idx_seo .smtit {
	font-size:20px;
	color:#4a4948;
	font-weight:bold;
	text-align:center;
	margin-top:25px;
}
.idx_seo .brief {
	font-size:16px;
	color:#888888;
	line-height:30px;
	width:1080px;
	margin:20px auto 0;
}
.idx_seo .detail {
	margin-top:60px;
}
.idx_seo .detail .img {
	width:auto;
	margin:0 auto;
}
.idx_titbox {
	text-align:center;
}
/* 标题样式 */
h6.en {
	color:#333;	
  text-shadow:1px 1px 2px rgba(0,0,0,0.5);	
  font-size:24px;
  font-weight:bold;	
  text-transform:uppercase;	
  letter-spacing:2px;	
}
h5.cn {
	color:#333;	
  text-shadow:1px 1px 2px rgba(0,0,0,0.5);	
  font-size:36px;	
  font-weight:bold;	
  margin-top:-20px;	
  letter-spacing:2px;	
}
/* 新闻样式开始 */
.idx_titbox {
	text-align: center;
	margin-bottom: 20px;
}

.idx_titbox .en {
	color: #999999;
	text-transform: uppercase;
	opacity: 0.3;
	font-family: pingfang;
	font-size: 35px; /* 调整字体大小 */
}

.idx_titbox .cn {
	color: #222222;
	margin-top: -10px; /* 调整间距 */
	letter-spacing: 2px;
	font-size: 36px;
}

.section_title_en {
	color: #333;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.section_title_cn {
	color: #333;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-size: 36px;
	font-weight: bold;
	margin-top: -10px; /* 调整间距 */
	letter-spacing: 2px;
}

.idx_last {
	background: none;
	padding: 20px 0;
	border-radius: 20px;
	max-width: 1600px; /* 最大宽度为 1600px */
	margin: 0 auto; /* 居中显示 */
}

.idx_news {
	margin-top: 0;
}

.idx_news .detail {
	margin: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.idx_news .column {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	width: calc(33.33% - 20px); /* 每列宽度为三分之一减去间距 */
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.idx_news .column .t_tit {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}

.idx_news .column .line {
	background: url(../images/idx_24.png) no-repeat center;
	background-size: cover;
	width: 30px;
	height: 4px;
	display: block;
	margin: 15px auto 0;
}

.idx_news .column li {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.idx_news .column .tit {
	font-size: 14px;
	color: #373535;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	flex: 1;
	max-width: 100%;
	display: inline-block;
}

.idx_news .column .date {
	font-size: 13px;
	color: #999;
	line-height: 30px;
}

.idx_news .column li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;

	border-radius: 50%;
	vertical-align: middle;

}

.idx_news .column li:hover .tit,
.idx_news .column li:hover .date {
	color: #e33b09;
}

/* 手机端样式 */
@media screen and (max-width: 767px) {
	.idx_last {
		padding: 10px;
		width: 100%;
		margin: 0 auto;
	}

	.idx_news .column {
		width: 100% !important;
		margin-bottom: 10px;
	}

	.idx_news .column .t_tit {
		font-size: 20px;
		padding: 0 10px;
	}

	.idx_news .column .tit {
		font-size: 13px;
		max-width: calc(100% - 90px);
	}

	.idx_news .detail {
		flex-direction: column;
		align-items: center;
	}

	.auto {
		width: 100%;
		padding: 0 3%;
	}

	.container {
		width: 100%;
	}

	.enterprise-life {
		max-width: 100%;
	}
}
/* 新闻样式结束 */
}/*手机端导航开始*/
@media screen and (min-width:768px) and (max-width:991px) {
	.sj_menu {
	display:block;
}
.head {
	padding:5px 0;
	height:50px;
}
.hd_logo {
	position:initial;
	float:left;
}
.hd_logo .img {
	height:40px;
}
.hd_btns {
	position:initial;
	float:right;
}
.hd_nav {
	padding:0;
	float:left;
	position:absolute;
	width:100%;
	left:0;
	top:50px;
	background:rgba(0,0,0,.6);
	display:none;
}
.hd_nav li {
	line-height:40px;
	margin:0 15px;
	display:block;
	text-align:left;
	padding:0 3%;
}
.hd_btns {
	margin-top:5px;
	margin-right:50px;
}
.hd_btns .lk {
	width:60px;
	height:30px;
	line-height:30px;
	margin-left:15px;
	font-size:14px;
}
.arc_content .title {
	font-size:28px;
}
.arc_content .tag span {
	margin:0 15px;
}
.pagenav li {
	width:100%;
	line-height:30px;
}
.pagenav li.next {
	text-align:left;
}
/* 平板设备上的左右布局调整 */
.mar_l {
	width: 30%;
	float: left;
}
.mar_r {
	width: 68%;
	float: right;
}
.mar_main .auto {
	width: 100%;
	padding: 0 2%;
}
}.sj_menu {
	background:url(../images/sj_menu.png) no-repeat center;
	background-size:cover;
	width:28px;
	height:28px;
	display:none;
	position:fixed;
	right:20px;
	top:10px;
}
.sj_logo {
	display:none;
}
@media screen and (min-width:320px) and (max-width:1199px) {
	.auto {
	width:100%;
	padding:0 3%;
}
}@media screen and (min-width:1281px) and (max-width:1366px) {
	/*首页*/
  .idx_login {
	display:none;
}

*/
  .idx_login {
	display:none;
}
.hd_btns {
	margin-top:5px;
}
.hd_btns .lk {
	width:80px;
	height:30px;
	line-height:30px;
	margin-left:15px;
	font-size:14px;
}
}@media screen and (min-width:320px) and (max-width:767px) {
	.inner_banner {
	margin-top:50px
}
.sj_menu {
	display:block;
}
.head {
	padding:5px 0;
	height:50px;
	background:#000 !important;
}
.hd_logo {
	position:initial;
	float:left;
}
.hd_logo .img {
	height:40px;
}
.hd_btns {
	position:initial;
	float:right;
}
.hd_nav {
	padding:0;
	float:left;
	position:absolute;
	width:100%;
	left:0;
	top:50px;
	background:rgba(0,0,0,.6);
	display:none;
	padding-bottom:10px;
}
.hd_nav li {
	line-height:35px;
	margin:0 15px;
	display:block;
	text-align:left;
	padding:0 3%;
	font-size:15px;
}
.hd_btns {
	margin-top:5px;
	margin-right:50px;
}
.hd_btns .lk {
	height:30px;
	line-height:30px;
	margin-left:15px;
	font-size:14px;
	border:none;
	width:auto;
}
.hd_btns .login {
	background:transparent;
}
/*手机端导航结束*/

/* 联系我们 */
.contact_map {
	margin-top:20px;
	border:2px solid #fff;
}
.contact_info {
	background:#fff;
	border-radius:20px;
	padding:10px 0;
	box-shadow:0 0 10px #eee;
}
.contact_info .title {
	font-size:30px;
	color:#333333;
	font-weight:bold;
	text-align:center;
	line-height:60px;
}
.contact_info .box {
	text-align:center;
	padding:25px 0;
	border-top:1px solid #f0f0f0;
}
.contact_info .box .tit {
	font-size:22px;
	color:#4e8fec;
	margin-bottom:5px;
}
.contact_info .box li {
	font-size:16px;
	color:#666666;
	line-height:44px;
}
.mar_l {
	width: 100%;
	float: none;
	font-size: 0;
}
.mar_l li {
	width: 31.3%;
	margin: 0 1% 10px; /* 添加底部间距 */
	display: inline-block;
	padding: 0;
	height: 40px;
}
.mar_l li a {
	background-position: 10px center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-size: 20px;
	font-size: 15px;
}
.mar_r {
	width:100%;
	margin-top:20px;
}
.contact_info .title {
	font-size:17px;
}
.contact_info .box {
	padding:25px 0;
}
.contact_info .box .tit {
	font-size:15px;
	text-align:left;
}
.contact_info .box li {
	font-size:14px;
	line-height:33px;
	text-align:left;
}
.contact_info {
	background:transparent;
	box-shadow:none;
}
}
/*联系我们结束*/
.yq_p {
	color:#99a6bf;
	font-size:14px;
	clear:both;
	padding-top:20px
}
.yq_link {
	color:#99a6bf;
	font-size:14px;
	padding-top:15px;
}
#maximg img {
	max-width:100%;
	height:auto !important
}
.pagebar {
	padding:20px;
	overflow:hidden;
	clear:both
}
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size:14px;
	padding:8px 10px;
	margin:0 2px;
	border-radius:3px;
	line-height:100%
}
.pagination span {
	color:#333;
	font-size:12px;
	padding:7px 2px;
	margin:0 2px;
	border-radius:3px;
}
.pagination a:hover {
	color:#333;
	border:1px solid #333;
}
.pagination a.page-num-current {
	color:#fff;
	background:#333;
	border:1px solid #333;
}
.pagination .st {
	font-family:宋体
}
.text-secondary {
	text-align:center;
	padding:20px 0
}
/* 手机端底部导航样式 */
.mobile-footer-nav {
	display:flex;
	justify-content:space-around;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color:#fff;
	padding:10px 0;
	box-shadow:0 -2px 5px rgba(0,0,0,0.1);
	z-index:9999;
	border-top:1px solid #e0e0e0;
	border-radius:10px;
	/* 添加圆角 */
  display:none;
	/* 默认隐藏 */
}
@media screen and (max-width:767px) {
    /* 基础容器样式 */
    .mobile-section {
        margin: 0;
        padding: 10px !important;
    }

    /* 滚动优化 */
    * {
        -webkit-overflow-scrolling: touch;
    }

	.mobile-footer-nav {
	display:flex;
	/* 在手机端显示 */
	height: 60px; 
}
.nav-item {
	text-align:center;
	flex:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	height: 100%; 
	justify-content: center; 
}
.nav-icon {
	width:30px; 
	height:30px;
	margin-bottom:5px;
	object-fit: cover; 
}
.nav-text {
	font-size:14px; 
	color:#333;
}
}
/* 手机端底部导航结束 */
/* 底部 */
.footer {
	background:#20243e;
}
/* 移动端底部内边距 */
@media (max-width:768px) {
	.footer {
	padding-bottom:60px;
	/* 添加底部内边距以避免被底部导航栏遮挡 */
}
}.footer_t {
	padding:60px 0 30px;
}
@media screen and (max-width:767px) {
    /* 基础容器样式 */
    .mobile-section {
        margin: 0;
        padding: 10px !important;
    }

    /* 滚动优化 */
    * {
        -webkit-overflow-scrolling: touch;
    }

	.footer_t {
	padding:15px 15px;
}
}.footer_b {
	padding:15px 15px;
	border-top:1px solid #3c415e;
}
.footer_b p {
	font-size:12px;
	color:#99a6bf;
	text-align:center;
	line-height:20px;
}
@media screen and (max-width:767px) {
    /* 基础容器样式 */
    .mobile-section {
        margin: 0;
        padding: 10px !important;
    }

    /* 滚动优化 */
    * {
        -webkit-overflow-scrolling: touch;
    }

	.footer_b {
	padding:10px 10px;
	border-top:1px solid #3c415e;
}
.footer_b p {
	font-size:12px;
	line-height:22px;
}
}.ft_col1 {
	width:200px;
}
@media screen and (max-width:991px) {
	.ft_col1 {
	width:25%;
}
}@media screen and (max-width:767px) {
    /* 基础容器样式 */
    .mobile-section {
        margin: 0;
        padding: 10px !important;
    }

    /* 滚动优化 */
    * {
        -webkit-overflow-scrolling: touch;
    }

	.ft_col1 {
	width:100%;
	margin-bottom:10px;
}
}.ft_col1 .tit {
	font-size:22px;
	color:#ffffff;
}
@media screen and (max-width:767px) {
    /* 基础容器样式 */
    .mobile-section {
        margin: 0;
        padding: 10px !important;
    }

    /* 滚动优化 */
    * {
        -webkit-overflow-scrolling: touch;
    }

	.ft_col1 .tit {
	font-size:14px;
}
}.ft_col1 .box {
	margin-top:25px;
}
@media screen and (max-width:767px) {
    /* 基础容器样式 */
    .mobile-section {
        margin: 0;
        padding: 10px !important;
    }

    /* 滚动优化 */
    * {
        -webkit-overflow-scrolling: touch;
    }

	.ft_col1 .box {
	margin-top:5px;
}
}.ft_col1 .lk {
	font-size:14px;
	color:#99a6bf;
	line-height:30px;
	display:block;
	text-decoration:none; /* 去掉下划线 */
}
@media screen and (max-width:767px) {
    /* 基础容器样式 */
    .mobile-section {
        margin: 0;
        padding: 10px !important;
    }

    /* 滚动优化 */
    * {
        -webkit-overflow-scrolling: touch;
    }

	.ft_col1 .lk {
	font-size:12px;
	line-height:24px;
	display:inline-block;
	margin-right:15px;
	text-decoration:none; /* 去掉下划线 */
}
}.ft_col1 a.lk:hover {
	color:#fff;
	text-decoration:none; /* 去掉下划线 */
}
.ft_txt {
	width:340px;
	border-left:1px solid #3c415e;
	padding:10px 0 10px 40px;
}
@media screen and (max-width:991px) {
	.ft_txt {
	width:28%;
}
}@media screen and (max-width:767px) {
    /* 基础容器样式 */
    .mobile-section {
        margin: 0;
        padding: 10px !important;
    }

    /* 滚动优化 */
    * {
        -webkit-overflow-scrolling: touch;
    }

	.ft_txt {
	width:100%;
	display:none;
	margin-top:10px;
}
}.ft_txt .logo {
	height:auto;
	width:auto;
	margin:0 auto;
	display:block;
}
.ft_txt .brief {
	font-size:14px;
	color:#99a6bf;
	line-height:22px;
	margin-top:10px;
}




/* 重置样式 */

.daiban-task-module {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 15px;
}

.daiban-month-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e0f7fa;
    padding: 10px 20px;
    border-radius: 6px 6px 0 0;
}

.daiban-month-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.daiban-month-btn {
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    margin-right: 8px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
    font-size: 16px; 
}

.daiban-month-btn.active {
    background-color: #0277bd;
    color: #ffffff;
}

.daiban-task-list {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
}

.daiban-task-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-left: 5px solid #0277bd;
    font-size: 14px; 
}

.daiban-handle-btn {
    background: linear-gradient(135deg, #0277bd, #2196f3);
    color: #ffffff;
    border: none;
    border-radius: 24px;
    padding: 5px 12px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 14px; 
}

.daiban-handle-btn:hover {
    background: linear-gradient(135deg, #0277bd, #2196f3); 
    color: #ffffff;
}

/* PC端样式 */
@media (min-width: 768px) {
    .daiban-task-module {
        padding: 0 20px;
    }
    
    .daiban-task-item {
        padding: 12px 20px;
    }

    .daiban-handle-btn {
        padding: 8px 16px;
    }
}

/* 手机端样式 */
@media (max-width: 767px) {
    .daiban-month-selector {
        padding: 10px 15px;
    }

    .daiban-month-btn {
        padding: 8px;
        margin-right: 5px;
    }

    .daiban-task-item {
        flex-wrap: nowrap;
        padding: 10px;
        border-left: 3px solid #0277bd; 
    }

    .daiban-task-item div {
        text-align: left; 
        flex: 1; 
    }

    .daiban-handle-btn {
        margin-left: 10px; 
        padding: 5px 12px; 
    }
}
/* 手机端样式 */
@media screen and (max-width: 767px) {
	.mobile-only {
	  display: block;
	}
  }
  
  /* PC端样式 */
  @media screen and (min-width: 768px) {
	.mobile-only {
	  display: none;
	}
  }
  
  /* 添加间距 */
  .idx_titbox p.mobile-only {
	margin-top: 10px; /* 调整间距大小 */
  }


  .enterprise-life {
    font-family: 'Segoe UI', system-ui, sans-serif;
    margin: 2rem auto;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.stage {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 
                0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1 1 calc(33.33% - 1.5rem);
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

.stage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6 0%, #6366f1 100%);
}

.stage h3 {
    color: #1e293b;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stage h3::before {
    content: "▶";
    color: #3b82f6;
    font-size: 0.8em;
}

.stage ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
}

.stage ul li {
    background: #f8fafc;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #0e0e0e;
    transition: all 0.2s ease;
    position: relative;
    border: 1px solid #f1f5f9;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stage ul li::before {
    content: "✓";
    color: #3b82f6;
    font-weight: bold;
    flex-shrink: 0;
}

.stage ul li:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.1);
    border-color: #c7d2fe;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .enterprise-life {
        padding: 0.5rem; /* 减少容器内边距 */
        margin: 0.5rem auto; /* 缩小外间距 */
        border-radius: 8px;
        gap: 0.5rem; /* 缩小各阶段间距 */
        flex-direction: column; /* 确保在手机端竖排显示 */
    }
    
    .stage {
        margin-bottom: 0.5rem; /* 减少底部间距 */
        padding: 1rem; /* 调小内边距 */
        flex: 1 1 100%; /* 每个阶段占满整行 */
    }
    
    .stage h3 {
        font-size: 1rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0.75rem;
    }
    
    .stage ul {
        gap: 0.5rem; /* 缩小列表项间距 */
    }
    
    .stage ul li {
        padding: 0.5rem 0.75rem; /* 调小列表项内边距 */
        font-size: 0.8rem;
        border-radius: 6px;
    }

    .stage::before {
        height: 3px; /* 减细顶部色条 */
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .stage {
        flex: 1 1 calc(50% - 1rem);
    }
    
    .stage h3 {
        font-size: 1.15rem;
    }
    
    .stage ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 不同阶段颜色标记 */
.stage:nth-child(1)::before { background: linear-gradient(90deg, #10b981 0%, #34d399 100%); }
.stage:nth-child(2)::before { background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%); }
.stage:nth-child(3)::before { background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%); }
.stage:nth-child(4)::before { background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 100%); }
.stage:nth-child(5)::before { background: linear-gradient(90deg, #ef4444 0%, #f87171 100%); }


.floating-nav {
    position: fixed;
    top: 69%;
    right: 20px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 9px;
    z-index: 1000;
    display: none;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .floating-nav {
        display: block;
    }
}

.annniu {
    margin: 8px 0;
    position: relative;
    width: 60px;
}

.link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    padding: 5px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.link-item:hover {
    background-color: rgba(240, 240, 240, 0.6);
    transform: translateY(-2px);
}

.nav-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
    object-fit: contain;
}

.top-button {
    display: none;
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
}

.top-button.show {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.hover-content {
    position: absolute;
    top: 50%;
    left: -170px;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    display: none;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    width: 150px;
}

.business-hover:hover .hover-content,
.hover-content:hover {
    display: block;
}

.arrow {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}

.qr-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #333;
}

.qr-text img {
    max-width: 100px;
    height: auto;
    margin: 10px 0;
    display: block;
}

.business-hover .link-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
}/* 营销学院结束 */


/* 文章详情开始 */
.arc_main {
	background: url(../images/mar_13.jpg) no-repeat bottom center #f2f7fa;
	background-size: cover;
	padding-bottom: 30px;
}

.arc_content {
	background: #fff;
	padding: 40px;
	border-radius: 6px;
}

.arc_content .title {
	font-size: 32px;
	color: #333333;
	text-align: center;
}

.arc_content .tag {
	margin-top: 25px;
	font-size: 0;
	text-align: center;
}

.arc_content .tag span {
	font-size: 14px;
	color: #999999;
	display: inline-block;
	margin: 0 30px;
}

.arc_content .tag .icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.arc_content .editbox {
	padding: 25px 15px;
	border-top: 1px solid #e5e5e5;
	margin-top: 25px;
	font-size: 15px;
	color: #666666;
	line-height: 36px;
	text-indent: 2em;
	margin-bottom: 10px;
}

.arc_content .editbox img {
	margin-bottom: 10px;
	max-width: 100%;
}

.arc_content .editbox p {
	font-size: 15px;
	color: #666666;
	line-height: 36px;
	text-indent: 0em;
	margin-bottom: 10px;
}

.pagenav {
	text-align: left;
}

.pagenav li {
	width: 50%;
	font-size: 15px;
	color: #888888;
	float: left;
	line-height: 30px;
}

.pagenav li a {
	color: #888888;
}

.pagenav li.next {
	text-align: right;
}

.pagenav li:hover a {
	color: #f32706;
	text-decoration: underline;
}

.arc_rela {
	background: #fff;
	padding: 25px 30px;
	border-radius: 6px;
	margin-top: 10px;
}

.arc_rela .title {
	font-size: 20px;
	color: #333333;
	border-left: 4px solid #f32706;
	line-height: 20px;
	padding-left: 25px;
}

.arc_rela_list {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 15px;
}

.arc_rela_list li {
	width: 50%;
	float: left;
	font-size: 15px;
	color: #888888;
	line-height: 40px;
	padding-left: 45px;
	background: url(../images/mar_12.jpg) no-repeat 30px center;
	background-size: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arc_rela_list li:hover {
	color: #f32706;
}

/* 移动端样式 */
@media (max-width: 767px) {
	.arc_main {
		padding-bottom: 15px;
	}

	.arc_content {
		padding: 20px;
		border-radius: 4px;
	}

	.arc_content .title {
		font-size: 22px;
		color: #0e0e0e;
	}

	.arc_content .tag {
		margin-top: 15px;
	}

	.arc_content .tag span {
		font-size: 12px;
		margin: 0 15px;
	}

	.arc_content .tag .icon {
		width: 16px;
		height: 16px;
		margin-right: 3px;
	}

	.arc_content .editbox {
		padding: 15px;
		margin-top: 15px;
		font-size: 14px;
		line-height: 24px;
		text-indent: 1em;
	}

	.arc_content .editbox img {
		height: auto;
	}

	.arc_content .editbox p {
		font-size: 14px;
		line-height: 24px;
	}

	.pagenav li {
		width: 100%;
		font-size: 13px;
		line-height: 24px;
		text-align: left;
	}

	.pagenav li.next {
		text-align: left;
	}

	.arc_rela {
		padding: 15px;
		border-radius: 4px;
	}

	.arc_rela_list li {
		width: 100%;
		font-size: 14px;
		line-height: 30px;
		padding-left: 25px;
		background: url(../images/mar_12.jpg) no-repeat 10px center;
	}
}

/* PC端顶部图片样式 */
@media (min-width: 768px) {
  .pc_banner {
    display: block; /* PC端显示pc_banner */
  }
  .m_banner {
    display: none; /* PC端隐藏m_banner */
  }
}

/* 移动端样式 */
@media (max-width: 767px) {
  .pc_banner {
    display: none; /* 移动端隐藏pc_banner */
  }
  .m_banner {
    display: block; /* 移动端显示m_banner */
    margin-top: 20px; /* 添加与顶部的距离 */
  }
}