@import url(all.css);
* {
	margin: 0;
	padding: 0;
	list-style: none
}

a {
	text-decoration: none
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #383838;
	list-style: none;
	background: #f6f6f6
}

img {
	border: 0
}

a:link {
	color: #161616;
	text-decoration: none
}

a:visited {
	color: #161616;
	text-decoration: none
}

a:hover {
	color: #161616;
	text-decoration: none
}

a:active {
	color: #161616;
	text-decoration: none
}

li,ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.container{width:100%;padding-left:3.2vw;padding-right:3.2vw;box-sizing: border-box;-webkit-box-sizing: border-box;}

.topbr {
	width: 100%;
	height: 40px;
	background: #efefef
}

.topbr1 {
	margin: 0 auto;
	width: 1203px;
	height: 40px
}

.topbr1 ul li {
	width: 33%;
	float: left;
	color: #d13e6d;
	line-height: 40px;
	text-align: center
}

.topbr1 ul li a {
	color: #d13e6d
}

/* 顶部logo部分 */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 90px 0;
  }
  
  .header-left {
    display: flex;
    align-items: center;
  }
  
  .header-left img {
    height: 120px;
    margin-right: 20px;
  }
  
  .header-left span {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
  }
  
  .info-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .contact-info {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
    font-family: Arial;
    font-weight:600;
  }

  /* 搜索样式 */
.search-box{display:flex;align-items:center}
.search-input{width:200px;height:36px;padding:0 15px;border:1px solid #408ede;border-right:none;border-radius:4px 0 0 4px;outline:0;font-size:14px;transition:all .3s ease}
.search-input:focus{border-color:#3b84e0;box-shadow:0 0 5px rgba(64,142,222,.3)}
.search-btn{width:60px;height:36px;background:#408ede;color:#fff;border:1px solid #408ede;border-radius:0 4px 4px 0;cursor:pointer;transition:all .3s ease;font-size:14px}
.search-btn:hover{background:#3b84e0;border-color:#3b84e0;box-shadow:0 2px 5px rgba(64,142,222,.3)}
.search-form{display:inline-block}
.search-input-group{display:flex;align-items:center}

.top1 {
	margin: 0 auto;
	width: 1200px
}

.search {
	position: relative;
	width: 540px;
	height: 45px;
	margin: 0 auto;
	float: right;
	width: 430px
}

.sek {
	width: 422px;
	height: 30px;
	line-height: 30px;
	margin-top: 8px;
	padding: 0;
	float: left;
	display: block;
	border: none;
	border-radius: 10px;
	outline: 0;
	text-indent: 10px
}

.topimg {
	z-index: -999
}

.sepic {
	position: absolute;
	top: 2px;
	right: 0;
	width: 39px;
	height: 39px
}

.sepic button {
	border: 0;
	height: 0
}

.sepic button img {
	width: 28px;
	height: height;
	display: block;
	margin-top: 7px
}

.tb {
	margin: 0 auto;
	height: 140px;
	background: #f5f5f5
}

.tb ul li {
	float: left;
	width: 384px;
	height: 104px;
	margin-right: 24px;
	margin-top: 18px
}

.topbg1 {
	width: 100%;
	position: absolute;
	height: 948px;
	visibility: disblock
}

.topbg2 {
	width: 100%;
	position: absolute;
	top: 45px;
	height: 948px
}

.topbg3 {
	width: 100%;
	position: absolute;
	top: 45px;
	height: 948px
}

.topbg4 {
	width: 100%;
	position: absolute;
	top: 0;
	height: 948px
}

.head {
	z-index: 99999;
	position: relative
}

.nav1 {
	width: 1400px;
	height: 72px;
	margin: 0 auto
}

.nav1 li {
	width: 150px;
	float: left;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 72px;
	font-family: "宋体";
	font-weight: 700
}

.nav1 li a {
	color: #fff
}
.m-nav-container{display:none;}
/* 导航栏优化样式 */
.i-nav {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background-color: #3b84e0;
    overflow: visible;
}

.nav {
    padding: 0;
    height: 60px;
	background: #408ede;
    line-height: 60px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.nav .nLi {
    position: relative;
    display: inline-flex;
    flex: 1;
    text-align: center;
    height: 60px;
}

.nav .nLi h3 {
    display: block;
    margin: 0;
    width: 100%;
}

.nav .nLi h3 a {
    display: block;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    transition: all 0.3s ease;
}

/* 选中状态样式 - 添加底部横线 */
.nav .nLi.on h3 a {
    color: #fff;
    position: relative;
}

.nav .nLi.on h3 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 3px;
    background-color: #00a0e9;
    transition: all 0.3s ease;
}

/* 悬停效果 */
.nav .nLi h3 a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/* 子菜单样式优化 */
.nav .sub {
    display: none;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    position: absolute;
    background-color: #3b84e0;
    line-height: 40px;
    padding: 0;
    font-size: 14px;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
}

/* 悬停时显示子菜单 */
.nav .nLi:hover .sub {
    display: block;
}

.nav .sub li {
    zoom: 1;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav .sub li:last-child {
    border-bottom: none;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    color: #fff;
}

.nav .sub a:hover {
    color: #fff;
    background: #408ede;
    padding-left: 15px;
}

/* 导航栏目 */
.navbar{background-color:#408ede;height:60px;width:100%;position:relative;z-index:999999;}
.nav-container{max-width:1200px;margin:0 auto;height:100%}
.nav-menu{display:flex;list-style:none;height:100%;justify-content:space-between}
.nav-item{position:relative;height:100%;flex:1;text-align:center}
.nav-link{display:flex;align-items:center;justify-content:center;height:100%;color:#fff;text-decoration:none;font-size:18px;font-weight:500;transition:all .3s ease;position:relative}
.nav-item a{color:#fff;}
.nav-link:hover{background-color:#3b84e0}
.nav-link.current{color:#fff;background-color:#3b84e0;}
.nav-link.current::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:80%;height:2px;background-color:#00a0e9;border-bottom:1px solid #00a0e9;}
.submenu{position:absolute;top:100%;left:0;width:100%;background-color:#3b84e0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;box-shadow:0 5px 15px rgba(0,0,0,.2);border-radius:0 0 8px 8px;overflow:hidden}
.submenu-item{display:block;padding:12px 20px;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .2s ease}
.submenu-item:hover{background-color:#3578d4}
.submenu-item:last-child{border-bottom:none}
.has-submenu:hover .submenu{opacity:1;visibility:visible;transform:translateY(0)}
.mobile-toggle{display:none;background:0 0;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0 15px}

  /* 移动端导航 */
.m-nav-container{display:none;position:fixed;top:0;left:0;width:100%;z-index:1000;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}
.m-nav-bar{height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 20px}
.m-nav-bar a {
	display: flex;
	align-items: center;
	max-width: 70vw; /* 限制最大宽度 */
}
.mobile-logo-text {
	font-size:18px; /* 基础字体大小 */
	font-weight: bold;
	color: #408ede;
	margin-left: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 58px); /* 根据logo宽度调整 */
	display: block;
}
.m-hamburger{width:24px;height:24px;position:relative;cursor:pointer}
.m-hamburger span{position:absolute;height:2px;width:100%;background:#408ede;transition:transform .3s cubic-bezier(.77,.2,.05,1),opacity .2s ease}
.m-hamburger span:nth-child(1){top:4px}
.m-hamburger span:nth-child(2){top:11px}
.m-hamburger span:nth-child(3){bottom:4px}
.m-hamburger.active{transform:rotate(180deg)}
.m-hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.m-hamburger.active span:nth-child(2){opacity:0}
.m-hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.m-nav-menu{position:fixed;top:60px;left:0;right:0;bottom:0;background:#fff;overflow:hidden;display:none}
.m-nav-menu.active{display:block}
.m-menu-scroll-area{height:calc(100vh - 160px);overflow-y:auto;padding:20px 20px 100px}
.m-menu-item{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid #eee;touch-action: manipulation;}
.m-menu-item .arrow{width:8px;height:8px;margin-left:8px;transition:transform .3s}
.m-menu-item .arrow::before{content:'';display:block;width:100%;height:100%;border-left:1px solid #333;border-bottom:1px solid #333;transform:rotate(-45deg)}
.m-menu-item.active .arrow{transform:rotate(180deg) scale(.9)}
.m-submenu{display:none;background:#f8f8f8;margin:10px -20px;padding:15px 20px;width:calc(100% + 40px)}
.m-submenu.active{display:block}
.m-submenu-item{padding:12px 0;color:#666;border-bottom:1px solid #eee}
.m-submenu-item:last-child{border-bottom:none}
.m-submenu-item a{color:#333;text-decoration:none;padding: 12px 0;}
.m-contact-container{position:absolute;bottom:20px;left:0;right:0;text-align:center;padding:0 20px}
.m-contact-btn{display:block;width:80%;max-width:300px;margin:0 auto;padding:14px 20px;background:linear-gradient(#535759,#3b3e40);color:#fff!important;text-decoration:none!important;border-radius:4px;font-size:16px;transition:transform .2s}
.m-contact-btn:active{transform:scale(.98)}


.bgbg {
	margin: 0 auto;
	background: #fff;
}

.slkt6 {
	margin: 0 auto;
	background: #fff
}

.slkt7 {
	margin: 0 auto;
	height: 162px;
	background: url(../image/tt.png) left no-repeat #fff;
	position: relative
}

/* 首页幻灯片最新资讯 */
.index-one-container {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 0 15px 20px;
    box-sizing: border-box;
  }
  
  .index-one-left {
    flex: 0 0 48%;
    box-sizing: border-box;
  }
  
  .index-one-right {
    flex: 0 0 50.2%;
    box-sizing: border-box;
    padding: 15px;
  }

  .mobile-only-image {
    display: none;
}

  /* 图片新闻 */
.swiper-container{width:100%;max-width:655px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}
.swiper-slide{position:relative;transition:transform .5s ease;overflow:hidden}
.swiper-slide img{width:100%;height:400px;object-fit:cover;transition:transform .5s ease}
.slide-caption{position:absolute;bottom:0;left:0;right:0;padding:10px 20px;background:rgba(0,0,0,.7);color:#fff;transform:translateY(0);transition:all .3s ease}
.slide-title a{color:#fff;font-size:15px;}
.slide-desc{font-size:14px;opacity:.9}
.swiper-button-next,.swiper-button-prev{color:#fff;background:rgba(0,0,0,.5);width:40px;height:40px;border-radius:50%;opacity:0;transition:opacity .3s ease}
.swiper-button-next:after,.swiper-button-prev:after{font-size:20px}
.swiper-slide:hover img{transform:scale(1.05)}
.swiper-button-next:hover,.swiper-button-prev:hover,.swiper-slide:hover~.swiper-button-next,.swiper-slide:hover~.swiper-button-prev{opacity:1}

.clearfix {
	clear: both;
	margin-top: -1px;
	overflow: hidden;
}

/* 首页新闻列表 */
.newslist {
	display: block;
	padding: 10px 12px;
}
.newslist li {
    border-bottom: 1px dotted #dedede;
    position: relative;
    padding: 0 80px 0 20px; /* 增加左侧内边距以容纳小形状 */
    line-height: 36px;
  }
  .newslist li:before {
    content: "◆"; /* 使用:before伪元素创建小形状 */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000; /* 默认颜色 */
    font-size: 8px; /* 固定大小，不随文字缩放 */
    transition: color 0.3s ease; /* 添加颜色过渡效果 */
  }
  .newslist li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    transition: color 0.3s ease; /* 添加颜色过渡效果 */
  }
  .newslist li:hover:before {
    color: #408ede; /* 悬停时小形状的颜色 */
  }
  
  .newslist li:hover a {
    color: #408ede; /* 悬停时文字的颜色 */
  }
  
.newslist li span {
	position: absolute;
	right: 0;
	top: 0px;
	line-height: 36px;
	/* color: #bbb; */
	text-align: center;
	font-size:13px;
}
.newslist li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 36px;
    text-align: center;
    font-size: 13px;
    color: #999; /* 默认时间颜色 */
    transition: color 0.3s ease; /* 添加颜色过渡效果 */
  }
  
  .newslist li:hover span {
    color: #666; /* 悬停时时间的颜色 */
  }
  
  .newslist li:last-child {
    border: 0;
  }

/* 首页6大板块 */
.container-categories {
    padding: 20px;
    background-color: #fff;
}
.main{margin-bottom:20px;padding:0 15px 0;}
.categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:25px;padding:20px 0}
.category-card{background:#fff;border-radius:16px;padding:20px 15px;box-shadow:0 10px 30px rgba(0,0,0,.15);transition:all .3s ease;text-align:center;position:relative;overflow:hidden}
.category-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#408ede,#3b84e0);transform:scaleX(0);transition:transform .3s ease}
.category-card:hover::before{transform:scaleX(1)}
.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.2)}
.icon-wrapper{width:60px;height:60px;margin:0 auto 15px;background:linear-gradient(135deg,#408ede,#3b84e0);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}
.category-card:hover .icon-wrapper{transform:scale(1.1);box-shadow:0 8px 20px rgba(64,142,222,.4)}
.category-title{font-size:16px;font-weight:600;margin-bottom:8px;color:#2d3748}
.category-desc{color:#718096;margin-bottom:15px;font-size:12px}
.btn-explore{background:linear-gradient(135deg,#408ede,#3b84e0);color:#fff;border:none;padding:8px 20px;border-radius:20px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;display:inline-block;text-align:center}
.category-card a{color:#fff;}
.btn-explore:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(64,142,222,.4);color:#fff}

/* 动画效果 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.category-card {
    animation: fadeInUp 0.6s ease forwards;
}

.category-card:nth-child(2) { animation-delay: 0.1s; }
.category-card:nth-child(3) { animation-delay: 0.2s; }
.category-card:nth-child(4) { animation-delay: 0.3s; }
.category-card:nth-child(5) { animation-delay: 0.4s; }
.category-card:nth-child(6) { animation-delay: 0.5s; }

/* 最新招聘 */
.recruitment-container{display:flex;gap:20px;padding:20px 15px;background:#fff;}
.recruitment-left{flex:0 0 68%;background:#fff;padding:0px;box-sizing:border-box}
.recruitment-right{flex:0 0 30.5%;background:#fff;padding:0px;box-sizing:border-box}

/* 招聘列表 */
.index-job-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 12px}
.index-job-list li{border-bottom:1px dotted #dedede;position:relative;padding:0 80px 0 20px;line-height:36px;margin:0}
.index-job-list li:before{content:"◆";position:absolute;left:0;top:50%;transform:translateY(-50%);color:#000;font-size:8px;transition:color .3s ease}
.index-job-list li a{display:block;width:100%;font-size:16px;color:#333;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;position:relative;transition:color .3s ease}
.index-job-list li a.guoqi{color:#ccc;}
.index-job-list li:hover:before{color:#408ede}
.index-job-list li:hover a{color:#408ede}
.index-job-list li span{position:absolute;right:0;top:0;line-height:36px;text-align:center;font-size:13px;color:#999;transition:color .3s ease}
.index-job-list li:hover span{color:#666}
.index-job-list li:last-child{border:0}

 /* 首页在线报名、咨询热线 */
 .idxFour-container{display:flex;gap:15px;width:100%;box-sizing:border-box;margin-top:29px;}
 .idxFour-card{border:1px solid #408ede;border-radius:8px;padding:10px;flex:1;position:relative;overflow:hidden;transition:all .4s ease;box-sizing:border-box}
 .idxFour-card-link{display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;width:100%;height:100%;position:relative;z-index:2}
 .idxFour-card-icon{font-size:20px;color:#408ede;transition:all .4s ease;flex-shrink:0}
 .idxFour-card-title{color:#408ede;margin:0;transition:color .3s ease;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
 .idxFour-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#408ede;transition:all .4s ease;z-index:1}
 .idxFour-card:hover::before{left:0}
 .idxFour-card:hover .idxFour-card-icon{color:#fff;transform:scale(1.2)}
 .idxFour-card:hover .idxFour-card-title{color:#fff}

 /* 首页二维码 */
.idxFour-qrcode-container{display:flex;justify-content:space-between;margin-top:20px;gap:20px}
.idxFour-qrcode-item{flex:1;text-align:center;border-radius:8px;padding:5px;box-sizing:border-box;background:0 0!important;box-shadow:0 4px 12px rgba(0,86,168,.15);transition:all .3s ease}
.idxFour-qrcode-item:hover{box-shadow:0 6px 16px rgba(0,86,168,.25)}
.idxFour-qrcode-item img{width:100%;max-width:150px;height:auto;display:block;margin:0 auto}
.idxFour-qrcode-text{margin-top:10px;font-size:14px;color:#408ede;font-weight:500}

/* 首页三板块 */
.index-san-container{display:flex;gap:20px;margin:20px 0;background:#fff}
.index-san-column{flex:1;padding:20px}

/* 首页报名入口横幅 */
.pc-baoming{margin-top:15px;}
.pc-baoming img{width:100%;}

/* 友情链接 */
.links-container{display:flex;flex-wrap:wrap;gap:20px;padding:0 15px 30px;margin-bottom:40px;background:#fff;font-size:14px;}
.links{width:100%;clear:both;line-height:55px;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;display:flex;flex-wrap:wrap;align-items:center;padding:0 15px 0;}
.footertr ul{display:flex;flex-wrap:wrap;align-items:center;padding:0;margin:0;list-style:none}
.footertr ul li{position:relative;padding:0 15px;margin:0 10px}
.footertr ul li a{color:#333;text-decoration:none;transition:color .3s ease;white-space:nowrap}
.footertr ul li a:hover{color:#318ce7}

/* 页脚实现 */
footer{background-color:#1b1919;color:#fff;padding:40px 0 20px;margin-top:0px;}
.footer-top{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}
.footer-nav{display:flex;flex-wrap:wrap;gap:20px}
.footer-nav a{color:#ccc;text-decoration:none;transition:color .3s;font-size:14px;}
.footer-nav a:hover{color:#fff}
.qrcode-section{display:flex;flex-direction:column;align-items:center}
.qrcode-container{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}
.qrcode-block{display:flex;flex-direction:column;align-items:center;min-width:130px}
.qrcode-img{width:120px;height:120px;margin-bottom:10px;background-color:#fff;padding:5px}
.qrcode-text{color:#ccc;font-size:14px;}
.footer-divider{height:1px;background-color:#ccc;margin:30px auto;max-width:1200px}
.footer-bottom{text-align:center;color:#ccc;font-size:14px;padding:0 20px}

/* 回到顶部 */
.back-to-top{position:fixed;right:20px;bottom:30px;width:60px;height:60px;border-radius:50%;background:rgba(64,142,222,.9);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:all .3s ease;z-index:999999;border:none;outline:0;box-shadow:0 2px 10px rgba(0,0,0,.2);font-family:Arial,sans-serif}
.back-to-top.show{opacity:1;visibility:visible}
.back-to-top i{font-size:20px;margin-bottom:2px}
.back-to-top span{font-size:12px}
.back-to-top:hover{background:rgba(31,132,255,.9);transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.3)}

/* 移动端浮动按钮 */
.vertical-floating-btn{position:fixed;right:10px;top:50%;transform:translateY(-50%);z-index:999999;display:block;}
.vertical-floating-btn a{color:#fff;}
.register-btn{background:linear-gradient(135deg,#408ede 0,#2a6cb9 100%);color:#fff;padding:16px 12px;border-radius:25px;text-decoration:none;font-weight:700;font-size:14px;box-shadow:0 6px 20px rgba(64,142,222,.4);display:flex;flex-direction:column;align-items:center;gap:6px;transition:all .3s ease;border:none;cursor:pointer;width:20px;}
.register-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px rgba(64,142,222,.6);background:linear-gradient(135deg,#2a6cb9 0,#408ede 100%)}
.btn-text{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:1px;font-size:15px;line-height:1.2}
.btn-icon{font-size:18px}
.content-section{min-height:200vh;padding:40px;background:linear-gradient(135deg,#f5f7fa 0,#c3cfe2 100%)}
.content-block{margin-bottom:300px;line-height:1.8}

/*右侧悬浮按钮样式*/
.floating-button{position:fixed;right:30px;top:50%;transform:translateY(-50%);background:linear-gradient(45deg,#ff6b6b,#ee5a24);color:#fff;padding:15px 20px;border:none;border-radius:50px;cursor:pointer;box-shadow:0 8px 25px rgba(255,107,107,.4);z-index:1000;transition:all .3s ease;font-weight:700;text-align:center;min-width:120px}
.floating-button:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 12px 35px rgba(255,107,107,.6)}
.floating-button:active{transform:translateY(-50%) scale(.95)}

/*模态框遮罩层*/
.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:none;justify-content:center;align-items:center;z-index:999999;}
.modal-overlay.active{display:flex}


/*模态框内容*/
.modal-content{background:#fff;padding:30px;border-radius:15px;box-shadow:0 20px 60px rgba(0,0,0,.3);width:100%;max-width:500px;position:relative;transform:translateY(-20px);opacity:0;transition:all .3s ease-out}
.modal-overlay.active .modal-content{transform:translateY(0);opacity:1}
.close-modal-btn{position:absolute;top:15px;right:20px;font-size:28px;cursor:pointer;border:none;background:0 0;color:#aaa;transition:color .3s ease}
.close-modal-btn:hover{color:#333}
.modal-title{text-align:center;margin-bottom:25px;color:#2c3e50;font-size:24px}

/*表单样式*/
.registration-form{display:flex;flex-direction:column;gap:20px}
.form-group{display:flex;flex-direction:column}
.form-group label{margin-bottom:8px;font-weight:600;color:#555}
.form-group input,.form-group select{padding:12px 15px;border:2px solid #e9ecef;border-radius:8px;font-size:16px;transition:all .3s ease}
.form-group input:focus,.form-group select:focus{outline:0;border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.1)}

/*验证码区域*/
.captcha-group{display:flex;gap:10px;align-items:center}
.captcha-group input{flex:1}
.captcha-placeholder{background:#f8f9fa;border:2px dashed #dee2e6;border-radius:6px;color:#6c757d;font-weight:700;min-width:80px;text-align:center}

/*提交按钮*/
.form-actions{margin-top:10px}
.btn-submit{width:100%;padding:14px;background:linear-gradient(45deg,#3498db,#2980b9);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}
.btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(52,152,219,.4)}
.btn-submit:active{transform:translateY(0)}

.slkt8 {
	margin: 0 auto;
	height: 413px;
	background: #fff;
	position: relative
}

.slkt8-1 {
	width: 568px;
	float: left;
	height: 368px;
	margin-right: 18px;
	margin-left: 12px
}

.slkt8-2 {
	width: 602px;
	float: right;
	height: 368px
}

.xwlb {
	width: 602px;
	margin: 0 auto;
	height: auto
}

.xwlb ul {
	width: 602px;
	margin: 0 auto;
	height: auto
}

.xwlb ul li {
	width: 507px;
	float: left;
	height: 37px;
	line-height: 37px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #000
}

.xwlb ul li span {
	color: #000
}

.xwlb ul li:hover {
	color: #1764ce
}

.xwlb ul a li:hover {
	color: #1764ce
}

.xwlb ul li a {
	height: 46px
}

.more-link {
    float: right;
    text-decoration: none;
  }
  
  .gengduo {
    color: #696868;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    width: auto;
    min-width: 80px;
    text-align: center;
  }



.container1 {
	width: 574px;
	height: 379px;
	overflow: hidden
}

.container1-tit {
	height: 32px;
	position: relative
}

.container1-tit ul {
	position: absolute;
	width: 507px;
	left: 0;
	bottom: 0;
	height: 33px
}

.container1-tit ul li {
	color: #333;
	float: left;
	width: 150px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-indent: 8px;
	overflow: hidden;
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: 700
}

.container1-tit ul li:hover {
	color: #1764ce;
	font-weight: 700;
	background: url(../image/dot1.png) left no-repeat
}

.container1-tit li.select {
	color: #1764ce;
	font-weight: 700;
	background: url(../image/dot1.png) left no-repeat
}

.container1-tit li.select a {
	color: #3b84e0;
	font-weight: 400;
	font-size: 24px
}

.container1-tit li a {
	text-decoration: none;
	color: #333;
	font-weight: 400
}

.container1-con .mod {
	position: relative
}

.container1-con .mod ul li {
	float: left;
	width: 540px;
	font-size: 16px;
	height: 36px;
	color: #212322;
	font-family: "微软雅黑"
}

.container1-con .mod ul li .dot {
	float: left;
	width: 3px;
	height: 3px;
	background: #ff6c00;
	margin-top: 20px
}

.container1-con .mod ul li a {
	color: #666;
	margin-left: 0
}

.container1-con .mod ul li span {
	float: right;
	width: 49px;
	height: 40px;
	text-align: right;
	color: #212322;
	font-family: "微软雅黑";
	font-size: 16px
}

.container1-con .mod ul li:hover {
	color: #3185cb
}

.container1-con .mod ul li a:hover {
	color: #3185cb
}

.container1-con .mod ul a:hover li span {
	color: #1764ce
}

.middle-body {
	width: 1200px;
	height: 408px;
	background: url(../image/gdbg.jpg) no-repeat;
	border-top: 2px solid #408ede
}

.containera {
	width: 1100px;
	overflow: hidden
}

.container-tita {
	height: 60px;
	position: relative;
	border-top: 2px solid #0470b0
}

.container-tita .txwbt {
	float: left;
	font-size: 16px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #000
}

.container-tita ul {
	position: absolute;
	height: 40px;
	width: 627px;
	line-height: 40px;
	z-index: 999;
	top: -25px;
	left: 290px
}

.container-tita li {
	color: #fff;
	float: left;
	width: 194px;
	height: 57px;
	line-height: 57px;
	overflow: hidden;
	font-size: 20px;
	font-family: 微软雅黑;
	background: url(../image/qh02.png);
	margin-right: 15px
}

.container-tita li.select {
	width: 194px;
	height: 57px;
	color: #fff;
	background: url(../image/qh01.png)
}

.container-tita li.select a {
	display: block;
	height: 45px;
	color: #fff!important;
	font-weight: 100
}

.container-tita li a {
	text-decoration: none;
	color: #fff
}

.container-cona .mod {
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px
}

.container-cona .mod ul li {
	float: left;
	width: 154px;
	font-size: 14px;
	height: 30px;
	color: #000;
	font-family: "宋体";
	text-align: center
}

.container-cona .mod ul li .dot {
	float: left;
	width: 3px;
	height: 3px;
	background: #076ca2;
	margin-top: 20px
}

.container-cona .mod ul li a {
	color: #000;
	left: 0
}

.container-tita li img {
	margin-top: 13px;
	float: left;
	margin-left: 35px;
	margin-right: 9px
}

.bx-ul {
	width: 1200px;
	margin: 0 auto
}

.scroll {
	position: absolute;
	z-index: 1;
	width: 1200px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto
}

.scroll_horizontal {
	position: relative;
	width: 100%;
	height: 300px;
	line-height: 20px
}

.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 1156px;
	height: 280px;
	margin: 0 auto
}

.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
	height: 280px
}

.scroll_horizontal .list label {
	color: #666;
	font-size: 15px
}

.scroll_horizontal .list li {
	float: left;
	width: 289px
}

.scroll_horizontal .plus {
	position: absolute;
	top: 78px;
	width: 35px;
	height: 35px;
	left: 25px;
	background: url(../image/controls.png) no-repeat;
	cursor: pointer
}

.scroll_horizontal .minus {
	position: absolute;
	top: 78px;
	width: 35px;
	height: 60px;
	right: 25px;
	background: url(../image/controls.png) no-repeat -43px 0;
	cursor: pointer
}

.tupian3 {
	display: block;
	width: 277px;
	height: 192px;
	margin: 0 auto
}

.tupian3 img {
	width: 277px;
	height: 192px
}

.tupian4 {
	display: block;
	width: 270px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 10px
}

.tupian4 .animate {
	display: inline-block;
	animation: 8s wordsLoop linear infinite normal;
	color: #000
}

.fynew6 {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	border: 3px dotted #ddd;
	background: url(/29196/template/pc/skin/images/zdgz.png) left no-repeat;
	background-position-x: 17px
}

.fynew6-1 {
	float: left;
	width: 900px;
	font-family: "微软雅黑";
	font-size: 30px;
	color: red;
	text-align: center;
	margin-left: 160px;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 1px
}

.fynew6-2 {
	float: left;
	width: 900px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-left: 160px;
	line-height: 24px
}

.foot {
	width: 100%;
	height: 236px;
	background: url(../image/foot.jpg)
}

.foot1 {
	margin: 0 auto;
	width: 1200px;
	height: 236px;
	color: #fff;
	line-height: 35px;
	font-size: 16px
}

.link {
	margin: 0 auto;
	width: 1200px;
	height: 90px;
	color: #fff;
	padding-top: 30px
}

.link ul {
	width: 1100px;
	margin: 0 auto
}

.link ul li {
	width: 250px;
	float: left;
	margin-right: 30px
}

.link select {
	outline: 0;
	background: url(../image/xljt.jpg) right no-repeat #fff;
	background-position-x: 132px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-position: right;
	FONT-SIZE: 14px;
	padding: 0 0 0 5px;
	text-align-last: center;
	font-family: '微软雅黑';
	color: #494748;
	width: 250px;
	text-align: center;
	height: 34px;
	border: 1px solid #d6d6d6;
	background-position-x: 233px;
	border: none
}

.link1 {
	float: left;
	width: 1060px;
	padding: 0;
	padding-left: 10px
}

.link2 {
	float: left;
	width: 110px
}

.develop_con {
	width: 1200px;
	margin: 0 auto
}

.develop_con1 {
	zoom: 1;
	display: none;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	margin-top: 11px
}

.develop_con1 li {
	width: 840px;
	height: auto;
	position: relative;
	line-height: 41px;
	padding-left: 14px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666
}

.develop_con1 li:hover {
	color: #116fb0
}

.develop_xian {
	width: 0;
	height: 170px;
	border-left: 1px dashed #c9c9c9;
	position: absolute;
	top: -15px;
	left: -24px
}

.develop_quan {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 4px solid rgba(178,129,70,.42);
	position: absolute;
	top: 59px;
	left: -35px
}

.develop_mon {
	padding-left: 35px;
	height: 40px;
	float: left;
	line-height: 140px;
	color: #868686;
	font-size: 24px;
	font-weight: 700
}

.develop_text {
	width: 381px;
	margin-left: 46px;
	padding-top: 25px;
	color: #313131;
	font-size: 16px;
	line-height: 30px
}

.picScroll-left2 {
	position: relative;
	width: 940px;
	margin: 0 auto;
	float: none;
	padding-top: 10px;
	padding-bottom: 20px
}

.picScroll-left2 .hd {
	position: relative
}

.picScroll-left2 .hd a {
	display: block;
	width: 24px;
	height: 34px;
	overflow: hidden;
	background: url(../image/arrow.png) no-repeat
}

.picScroll-left2 .hd .next {
	position: absolute;
	right: 8px;
	top: -2px;
	background-position: right
}

.picScroll-left2 .hd .prev {
	position: absolute;
	left: 8px;
	top: -2px;
	background-position: left
}

.picScroll-left2 .bd {
	width: 870px;
	height: 32px;
	margin: 0 auto;
	overflow: hidden
}

.picScroll-left2 .bd ul {
	overflow: hidden;
	zoom: 1
}

.picScroll-left2 .bd ul li {
	float: left;
	font-size: 18px;
	color: #666;
	min-width: 100px;
	padding: 0 10px;
	line-height: 31px;
	cursor: pointer;
	font-family: "微软雅黑";
	text-align: center;
	margin-right: 18px;
	background: #f6f6f6;
	border-radius: 10px
}

.picScroll-left2 .bd ul li.on {
	color: #fff!important;
	background: #408ede
}

.picScroll-left2 .bd ul li.on>a {
	color: #fff!important
}

.btpic {
	float: left;
	width: 33px;
	height: 33px;
	padding-top: 8px;
	padding-right: 10px
}

.btwz {
	float: left;
	padding-top: 0;
	padding-right: 0;
	line-height: 50px
}

.btmore {
	float: left;
	line-height: 50px;
	color: #666;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center
}

.gczl {
	width: 1162px;
	margin: 0 auto;
	overflow: hidden
}

.gczl li {
	float: left;
	width: 382px!important;
	text-align: center;
	height: 311px;
	padding: 0!important;
	margin-right: 8px
}

.tzgg {
	width: 1200px;
	margin: 0 auto;
	height: 243px;
	overflow: hidden
}

.tzgg1 {
	float: left;
	width: 580px;
	margin-top: 25px;
	margin-left: 19px
}

.ry {
	width: 1200px;
	margin: 0 auto;
	height: 328px
}

.i-titlenew1 .i_more:hover {
	background: url(/29196/template/pc/skin/images/ico_more.png) 0 -15px no-repeat
}

.eyou_ny {
	width: 1200px;
	margin: 0 auto;
	min-height: 350px;
	overflow: hidden
}

.eyou_ny p img {
	padding: 10px 0 10px 0!important
}

.kongge {
	width: 100%;
	height: 20px;
	margin: 0 auto
}
/* 面包屑导航 */
.view1{width:100%;max-width:1150px;margin:60px auto 30px;padding:15px 20px 15px 40px;color:#333;font-size:16px;font-family:"微软雅黑";line-height:1.6;border-radius:5px;box-sizing:border-box;position:relative}
.view1:before{content:"\f015";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#408ede}
.view1 a{color:#333;text-decoration:none;transition:color .3s ease;display:inline-flex;align-items:center}
.view1 a:hover{color:#3b84e0;text-decoration:none;}
.view1 i{margin-right:5px;font-size:14px;}

/* 文章列表 */
.gs{max-width:1200px;width:90%;margin:0 auto;margin-top:20px;min-height:500px;padding-bottom:20px;box-sizing:border-box}
.view6{max-width:1136px;width:95%;margin:0 auto;margin-top:30px;box-sizing:border-box}
.view6 dl{max-width:1136px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:20px}
.view6 dl dd{width:100%;border-bottom:1px solid #e8e8e8;margin-bottom:25px;padding-bottom:0px;display:flex;align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:all .3s ease;position:relative}
.view6 dl dd:hover{box-shadow:0 4px 15px rgba(0,0,0,.08)}
.view6-1{width:100px;padding:20px 15px;text-align:center;position:relative}
.view6-1::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:50px;background:#e0e0e0}
.date-day{font-size:28px;font-weight:700;color:#408ede;line-height:1;margin-bottom:5px;text-shadow:0 2px 4px rgba(64,142,222,.15)}
.date-month{font-size:14px;color:#666;font-weight:500}
.view6-2{width:calc(100% - 100px);padding:20px 25px;box-sizing:border-box}
.view6-2-1{font-size:18px;color:#333;font-family:"Microsoft YaHei",sans-serif;font-weight:700;text-decoration:none;transition:all .3s ease;display:block;line-height:1.4}
.view6-2-1:hover{color:#408ede}
.view6-2-2{font-size:15px;color:#666;font-family:"Microsoft YaHei",sans-serif;line-height:1.6;margin-top:8px}
.read-more{display:inline-block;margin-top:10px;font-size:14px;color:#408ede;text-decoration:none;font-weight:600;transition:all .3s ease}
.read-more:hover{text-decoration:none;color:#3b84e0;}

.gs1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	min-height: 500px;
	padding-bottom: 50px
}

.xwlist {
	width: 1136px;
	margin: 0 auto;
	margin-top: 30px
}

.xwlist ul {
	width: 1136px;
	margin: 0 auto
}

.xwlist ul li {
	width: 1136px;
	height: 280px;
	border-bottom: 1px solid #e7e7e7
}

.xwlist ul li img {
	float: left;
	border-radius: 15px;
	width: 324px;
	height: 219px;
	overflow: hidden;
	margin-top: 30px
}

.xwlist1 {
	float: right;
	width: 792px;
	margin-left: 20px;
	margin-top: 30px
}

.xwlist2 {
	text-align: left;
	font-size: 20px;
	color: #0068b7;
	font-family: "微软雅黑";
	line-height: 35px;
	height: 35px;
	overflow: hidden
}

.xwlist3 {
	text-align: left;
	font-size: 18px;
	color: #666;
	font-family: "微软雅黑";
	line-height: 35px;
	height: 70px;
	overflow: hidden
}

.xwlist4 {
	text-align: left;
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
	line-height: 35px;
	height: 35px;
	overflow: hidden
}
/* 文章详情页 */
.view2{width:100%;max-width:1136px;margin:0 auto;color:#333;font-size:26px;font-family:"微软雅黑";line-height:1.4;text-align:center;margin-bottom:20px;padding:0 15px;box-sizing:border-box}
.view3{clear:both;width:100%;max-width:1136px;margin:0 auto 20px;color:#333;font-size:16px;font-family:"微软雅黑";text-align:center;line-height:1.5;padding:12px 20px;box-sizing:border-box;border-radius:4px}
.view4{width:100%;max-width:1136px;margin:0 auto;color:#333;font-size:16px!important;font-family:"宋体"!important;line-height:1.8!important;text-align:justify;margin-top:20px;min-height:500px;padding:0 15px;box-sizing:border-box}
.view4 p{width:100%;color:#333;font-size:16px!important;font-family:"宋体"!important;line-height:1.8!important;margin:0 0 16px!important;padding:0!important;word-wrap:break-word}
.view4 p span{color:#333;font-size:16px!important;font-family:"宋体"!important;line-height:1.8!important}
.view4 p img{max-width:100%!important;height:auto;display:block;margin:10px auto;border-radius:4px}

/* 上一页下一页 */
.view5{width:100%;max-width:1136px;margin:30px auto;padding:0 15px 10px;box-sizing:border-box}
.view5-container{display:flex;flex-wrap:wrap;justify-content:space-between}
.view5-item{flex:1;min-width:300px;margin-bottom:10px;padding:15px;border:1px solid #e0e0e0;border-radius:4px;transition:all .3s ease;box-sizing:border-box}
.view5-item:first-child{margin-right:20px}
.view5-item:hover{border-color:#408ede;box-shadow:0 4px 12px rgba(64,142,222,.15)}
.view5-item a{color:#333;text-decoration:none;font-size:16px;line-height:1.5;display:block;transition:color .3s ease}
.view5-item a:hover{color:#408ede}
.view5-label{font-weight:700;color:#408ede;margin-bottom:5px;display:block}

/* 联系我们二维码 */
.qrcode-container2{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:30px;gap:30px}
.qrcode-item{text-align:center;flex:0 0 auto;min-width:200px;max-width:220px}
.qrcode-item img{width:200px;height:200px;display:block;margin:0 auto;object-fit:contain;background:#fff;padding:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);border-radius:8px}
.qrcode-item p{margin-top:15px;font-size:16px;color:#333;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}


/* 在线报名 */
.tynrs{padding:0 70px;box-sizing:border-box;}
.red-title{font-size:16px;color:#ff0000;}
.bmxz{margin:10px 0;}
.bmxz p{font-size:14px;line-height:30px;}
.bmxz span{color:#ff0000;}

.form-container{max-width:1197px;margin:0 auto;background:#fff;padding:10px;border-radius:8px;box-shadow:0 0 15px rgba(0,0,0,.1)}
.form-section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #eee}
.form-section:last-child{border-bottom:none}
.section-title{font-size:18px;font-weight:500;margin-bottom:10px;color:#333}
.form-row{display:flex;flex-wrap:wrap;margin-bottom:15px}
.form-col{flex:1;min-width:200px;padding:0 10px;margin-bottom:15px}
label{display:block;margin-bottom:5px;font-size:14px;color:#555}
.required:after{content:" *";color:red}
.form-section input[type=date],.form-section input[type=email],.form-section input[type=text],.form-section select{width:95%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;transition:border .3s}
.form-section input[type=date]:focus,.form-section input[type=email]:focus,.form-section input[type=text]:focus,.form-section select:focus{border-color:#4a90e2;outline:0}
.radio-group{display:flex;align-items:center;margin-top:5px}
.radio-option{display:flex;align-items:center;margin-right:20px}
.radio-option input{margin-right:5px}
.form-note{font-size:12px;color:#999;margin-left:8px;display:inline-block}
.work-exp-container{display:flex;flex-direction:column;border:1px solid #ddd;border-radius:4px;overflow:hidden;margin-top:15px}
.work-exp-header{display:flex;background-color:#f5f5f5;font-weight:700;padding:10px 5px}
.work-exp-row{display:flex;border-top:1px solid #ddd;padding:10px 5px}
.work-exp-col{flex:1;min-width:0;padding:0 5px;display:flex;flex-direction:column}
.work-exp-col:first-child{flex:0 0 40px;text-align:center;justify-content:center}
.work-exp-col input,.work-exp-col select{width:100%}
.date-input-container{display:flex;align-items:center}
.date-input-container .form-note{white-space:nowrap}

.container4 {
	width: 100%;
	height: auto;
	overflow: hidden;
    margin-bottom:30px;
}

/* 栏目分类样式 */
.container4-tit{height:auto;margin-bottom:30px;text-align:center;padding:10px 0}
.container4-tit ul{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:15px;padding:0;margin:0;list-style:none}
.container4-tit ul li{color:#333;min-width:120px;height:auto;line-height:1.5;text-align:center;overflow:hidden;font-family:"微软雅黑";font-size:18px;font-weight:500;display:flex;align-items:center;justify-content:center;background:#e5e5e5;border-radius:20px;margin:0;padding:12px 20px;transition:all .3s ease;cursor:pointer}
.container4-tit ul li:hover{background:#0562c8;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgba(5,98,200,.3)}
.container4-tit ul li.select{background:#0562c8;color:#fff}
.container4-tit ul li.select a{color:#fff;font-weight:500}
.container4-tit ul li a{text-decoration:none;color:inherit;display:block;width:100%;height:100%}
  

.container4-con .mod {
	position: relative
}

.container4-con .mod ul li {
	float: left;
	width: 749px;
	font-size: 22px;
	height: 465px
}

.container4-con .mod ul li .dot {
	float: left;
	width: 3px;
	height: 3px;
	background: #ff6c00;
	margin-top: 20px
}

.container4-con .mod ul li a {
	color: #000;
	margin-left: 0
}

.container4-con .mod ul li span {
	float: right;
	width: 53px;
	height: 35px;
	text-align: right;
	color: #000;
	font-family: "微软雅黑";
	font-size: 22px
}

.container4-con .mod ul li:hover {
	color: #c00
}

.container4-con .mod ul li a:hover {
	color: #c00
}

.container4-con .mod ul a:hover li span {
	color: #c00
}

.lxwm {
	width: 1168px;
	height: 140px;
	margin: 20px auto;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #333;
	line-height: 32px;
	background: #f9f9f9;
	border-radius: 5px
}

.lxwm1 img {
	margin-top: 20px;
	margin-left: 20px
}

.lxwm1 {
	width: 168px;
	float: left
}

.lxwm2 {
	width: 300px;
	float: left;
	margin-top: 38px;
	line-height: 40px
}

.box3 {
	clear: both;
	width: 1200px;
	margin: 0 0;
	position: relative;
	overflow: hidden;
	visibility: visible;
	background: #f5f5f5
}

.picbox3 {
	margin: 0 auto;
	width: 1200px;
	height: 125px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-right: 30px
}

.piclist3 {
	height: 144px;
	position: absolute;
	left: 0;
	top: 0;
	visibility: visible
}

.piclist3 li h1 {
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 25px;
	background: #fff
}

.piclist3 li a h1 {
	display: block;
	width: 66px;
	text-align: center;
	color: #000;
	background: #fff
}

.swaplist3 {
	position: absolute;
	left: -2625px;
	top: 0
}

.og_prev3 a {
	width: 41px;
	height: 67px;
	background: url(../image/zjt1.jpg) no-repeat;
	position: absolute;
	top: 0;
	z-index: 99;
	cursor: pointer;
	opacity: .9
}

.og_next3 a {
	width: 44px;
	height: 67px;
	background: url(../image/yjt1.jpg) no-repeat;
	position: absolute;
	top: 0;
	z-index: 99;
	cursor: pointer;
	opacity: .9
}

.og_prev3 a {
	background-position: 0 0;
	left: 0;
	margin-top: 30px;
	z-index: 999
}

.og_next3 a {
	background-position: 0 0;
	right: 0;
	margin-top: 30px;
	z-index: 999
}

.dxgc {
	width: 1200px;
	height: 408px;
	background: url(../image/gdbg.jpg) no-repeat;
	border-top: 2px solid #408ede
}

.dxgc1 {
	margin-top: 30px
}

.dxgc1 li {
	float: left;
	font-size: 18px;
	color: #666;
	min-width: 100px;
	padding: 0 10px;
	line-height: 31px;
	cursor: pointer;
	font-family: "微软雅黑";
	text-align: center;
	margin-right: 18px;
	background: #e4eff9;
	float: left;
	width: 180px;
	border-radius: 10px
}

.dxgc1 li.on {
	color: #408ede
}

.btbt {
    float: left;
    height: 50px;
    line-height: 50px;
    background: #408ede;
    border-right: 5px solid #2964c1;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    min-width: 120px;
    width: auto;
  }
  
.btpic {
	float: left;
	width: 33px;
	height: 33px;
	padding-top: 8px;
	padding-right: 10px
}

.btwz {
    padding: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }


.btmore {
	float: right;
	line-height: 50px;
	color: #666;
	font-family: "微软雅黑";
	font-size: 16px;
	text-align: center;
	margin-right: 30px;
	margin-top: 15px
}

.container-titd {
	height: 60px;
	position: relative
}

.container-titd .txwbt {
	float: left;
	font-size: 16px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #000
}

.container-titd ul {
	height: 40px;
	line-height: 40px;
	z-index: 999;
	display: block;
	width: 850px;
	margin-top: 25px;
	float: left;
	margin-left: 50px
}

.container-titd li {
	float: left;
	font-size: 18px;
	color: #666;
	min-width: 188px;
	background: #e4eff9;
	border-radius: 10px;
	padding: 0 5px;
	line-height: 31px;
	cursor: pointer;
	font-family: "微软雅黑";
	text-align: center;
	margin-right: 12px
}

.container-titd li.select {
	color: #408ede;
	border-radius: 10px;
	background: #e4eff9
}

.container-titd li.select a {
	color: #408ede
}

.container-titd li a {
	text-decoration: none;
	color: #323232
}

.container-cond .mod {
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px
}

.container-cond .mod ul li {
	float: left;
	width: 154px;
	font-size: 14px;
	height: 30px;
	color: #000;
	font-family: "宋体";
	text-align: center
}

.container-cond .mod ul li .dot {
	float: left;
	width: 3px;
	height: 3px;
	background: #076ca2;
	margin-top: 20px
}

.container-cond .mod ul li a {
	color: #000;
	left: 0
}

.container-titd li img {
	margin-top: 13px;
	float: left;
	margin-left: 35px;
	margin-right: 9px
}

.scroll1 {
	position: absolute;
	z-index: 1;
	width: 1200px;
	height: 280px;
	overflow: hidden;
	margin: 0 auto
}

.scroll_horizontal1 {
	position: relative;
	width: 100%;
	height: 280px;
	line-height: 20px
}

.scroll_horizontal1 .box {
	overflow: hidden;
	position: relative;
	width: 1170px;
	height: 280px;
	margin: 0 auto
}

.scroll_horizontal1 .list {
	overflow: hidden;
	width: 9999px;
	height: 280px
}

.scroll_horizontal1 .list label {
	color: #666;
	font-size: 15px
}

.scroll_horizontal1 .list li {
	float: left;
	width: 390px;
	text-align: center;
	height: 251px
}

.scroll_horizontal1 .plus {
	position: absolute;
	top: 105px;
	width: 35px;
	height: 60px;
	left: 25px;
	background: url(../image/controls.png) no-repeat;
	cursor: pointer
}

.scroll_horizontal1 .minus {
	position: absolute;
	top: 105px;
	width: 35px;
	height: 60px;
	right: 25px;
	background: url(../image/controls.png) no-repeat -43px 0;
	cursor: pointer
}

.scroll_horizontal1 .plus {
	left: 25px
}

.tupian33 {
	display: block;
	width: 381px;
	height: 251px;
	margin: 0 auto
}

.tupian33 img {
	width: 381px;
	height: 251px
}

.tupian44 {
	display: block;
	width: 381px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box
}

.tupian44 .animate {
	display: inline-block;
	padding-left: 20px;
	animation: 40s wordsLoop linear infinite normal;
	color: #000
}

.tempwrap {
	overflow: hidden;
	position: relative;
	width: 568px
}

.mod .eyou_gd {
	font-family: '微软雅黑';
	font-size: 12px;
	color: #000;
	text-align: right;
	float: right;
	padding-right: 10px;
	float: right;
	font-style: normal;
	right: 0;
	top: -44px;
	margin-right: 8px;
	position: relative;
	width: 45px
}

.xwlb .eyou_tit {
	float: left
}

.xwlb .eyou_time {
	float: right
}

.xwlb .eyou_tub {
	float: left
}

.xwlb .eyou_tub img {
	margin-top: 15px;
	margin-left: 10px
}

.eyou_both {
	clear: both
}

.eyou_h20 {
	height: 20px;
	background: #f6f6f6
}

.eyou_h30 {
	clear: both;
	width: 1200px;
	height: 10px;
	background: #f6f6f6
}

.eyou_h40 {
	clear: both;
	width: 1200px;
	height: 48px;
	background: #f6f6f6
}

.middle-body .tab-box {
	margin-top: 20px
}

#test {
	position: fixed;
	right: 40px;
	bottom: 151px;
	border: none
}

#test img {
	border: none
}

.link2 img {
	width: 85px;
	height: 85
}

.eyou_ga {
	border: none;
	box-sizing: border-box;
	vertical-align: middle;
	padding-bottom: 2px
}

.eyou_zb {
	margin-left: 0
}

.eyou_yb {
	margin-right: 0!important
}

.link1 a {
	color: #fff
}

.tupian1 img {
	width: 381px;
	height: 251px
}

/* 分页样式 */
.pglist{padding:30px 0 15px;width:100%;text-align:center;clear:both;display:flex;justify-content:center;flex-wrap:wrap;gap:5px;box-sizing:border-box}
.pglist li{display:inline-block;margin:0 2px 5px}
.pglist a{color:#333;padding:8px 12px;margin:0;background:#fff;border:1px solid #edebeb;text-decoration:none;display:inline-block;min-width:36px;min-height:36px;line-height:1.2;border-radius:4px;transition:all .3s ease;box-sizing:border-box}
.pglist .hover,.pglist a:hover{color:#fff;background:#408ede;border-color:#408ede}
.pglist .hover{font-weight:700;}

@keyframes wordsLoop {
	0% {
		transform: translatex(270px);
		-webkit-transform: translatex (270px) )
	}

	100% {
		transform: translatex(-100%);
		-webkit-transform: translatex(-100%)
	}
}

@-webkit-keyframes wordsLoop {
	0% {
		transform: translatex (270px) );
		-webkit-transform: translatex(270px) )
	}

	100% {
		transform: translatex(-100%);
		-webkit-transform: translatex(-100%)
	}
}

@media screen and (max-width: 1200px) {

  }

/* 响应式设计：当屏幕宽度小于768px时，改为单列布局 */
@media screen and (max-width: 768px) {
    .topimg{display:none;}
    .header-container{display:none;}
    .navbar{display:none;}
    .m-nav-container{display:block;}
    .vertical-floating-btn{display:block;}
    .slkt7{display:none;}
    .index-one-container {
        flex-direction: column; /* 改为垂直排列 */
        padding: 0;
        gap: 15px;
        margin-top:70px;
      }
      
      .index-one-left,
      .index-one-right {
        flex: 0 0 auto; /* 允许自动高度 */
        width: 100%;
      }
      
      .index-one-right {
        order: 2; /* 确保右侧内容在下方显示 */
        min-height: 200px;
      }
      
      .index-one-left {
        order: 1; /* 确保轮播图在上方显示 */
      }
      
      .swiper-container { max-width: 100%; }
      .swiper-slide img { height: 240px; }
      
      .mobile-only-image {
        display: block;
        width: 100%;
        margin-top: 10px;
      }
      
      .mobile-only-image img {
        width: 100%;
        height: auto;
        max-width: 100%;
      }

      .btbt {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        padding: 0 10px;
        min-width: 100px;
      }
      
      .gengduo {
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
        min-width: 70px;
      }
      .newslist li {
        padding: 0 60px 0 18px;
        line-height: 32px;
      }
      
      .newslist li a {
        font-size: 14px;
      }
      
      .newslist li:before {
        font-size: 10px;
      }
      
      .newslist li span {
        font-size: 12px;
        line-height: 32px;
      }
.main{padding:0 5px 0;}
      .categories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .category-card {
        padding: 15px 12px;
    }
    
    .icon-wrapper {
        width: 50px;
        height: 50px;
    }
    
    .category-title {
        font-size: 14px;
    }
    
    .category-desc {
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .btn-explore {
        padding: 6px 15px;
        font-size: 13px;
    }
    .recruitment-container {
        flex-direction: column;
        padding: 15px 5px;
      }
      
      .recruitment-left,
      .recruitment-right {
        flex: 0 0 auto;
        width: 100%;
      }

      .index-job-list{grid-template-columns:1fr;gap:0;padding:10px 12px}
.index-job-list li{padding:0 60px 0 18px;line-height:36px}
.index-job-list li a{font-size:14px}
.index-job-list li:before{font-size:10px}
.index-job-list li span{font-size:12px;line-height:36px}
.pc-baoming{display:none;}
.index-san-container{flex-direction:column;gap:0;padding:0 5px 0;}
.index-san-column{margin-bottom:0;padding:0px;}
.gs{width:100%;padding:0;box-sizing:border-box;min-height:auto;}
.view1{font-size:13px;}
.view6 dl{gap:0;}
.view6 dl dd{margin-bottom:10px;}
.view6-1{width:60px;padding:20px 10px}
.view6-2{width:calc(100% - 80px);padding:20px 15px}
.date-day{font-size:16px;}
.view6-2-1{font-size:14px;font-weight:400;}
.view6-2-2{display:none}

.view2{font-size:22px;line-height:1.3;margin-bottom:15px;padding:0 10px}
.view3{font-size:14px;padding:10px 15px;margin-bottom:15px}
.view4{font-size:15px!important;line-height:1.7!important;padding:0 10px;min-height:300px}
.view4 p{font-size:15px!important;line-height:1.7!important;margin:0 0 14px!important}

.view5-container{flex-direction:column}
.view5-item:first-child{margin-right:0;margin-bottom:15px}
.view5-item{min-width:100%;padding:12px}
.view5-label{font-size:14px}
.view5-item a{font-size:14px}

/* 报名表单 */
		.tynrs{padding:0 10px;}
		.form-container{padding:0;background-color:#fff;box-shadow: 0 0 0 rgba(0, 0, 0, .1);}
		.form-col {
			flex: 100%;
			padding: 0;
		}
		.work-exp-header {
			display: none;
		}
		.work-exp-row {
			flex-wrap: wrap;
			position: relative;
			padding-left: 45px;
		}
		.work-exp-col {
			flex: 0 0 95%;
			margin-bottom: 10px;
		}
		.work-exp-col:first-child {
			position: absolute;
			left: 5px;
			top: 10px;
		}
		.work-exp-col::before {
			content: attr(data-label);
			font-weight: bold;
			margin-bottom: 5px;
			font-size: 13px;
			display: block;
		}
		.work-exp-col:nth-child(2)::before { content: "开始日期"; }
		.work-exp-col:nth-child(3)::before { content: "结束日期"; }
		.work-exp-col:nth-child(4)::before { content: "工作单位"; }
		.work-exp-col:nth-child(5)::before { content: "职位"; }
		.work-exp-col:nth-child(6)::before { content: "离职原因"; }
		.date-input-container {
			flex-direction: column;
			align-items: flex-start;
		}
		.date-input-container .form-note {
			margin-left: 0;
			margin-top: 5px;
		}

.links-container{padding:0 5px}
.links{flex-direction:column;text-align:center;padding:15px 0;margin-top:10px}
.footertr ul {
    justify-content: center;
}
.footertr ul li {
    padding: 0 10px;
    margin: 0 5px;
    line-height:30px;
}

.container4-tit ul{gap:10px}
.container4-tit ul li{min-width:100px;font-size:16px;padding:10px 15px}


.footer-top {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-nav {
    justify-content: center;
  }
  .footer-nav a{font-size:14px;}
  .qrcode-text{font-size:14px;}
  
  .qrcode-section {
    margin-top: 20px;
  }

  .pglist{padding:20px 0 15px;gap:3px}
.pglist a{padding:6px 10px;min-width:32px;min-height:32px;font-size:14px}
.pglist li:not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2)) a{padding:6px 8px;min-width:30px}


  }

  @media screen and (max-width: 480px) {
    .swiper-container { max-width: 100%; }
  .swiper-slide img { height: 200px; }
  .index-one-left { padding: 0; }
  .index-one-right {
    padding: 5px;
    min-height: 150px;
    }
    .btbt {
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        padding: 0 8px;
        min-width: 90px;
      }
      
      .gengduo {
        line-height: 35px;
        height: 35px;
        font-size: 13px;
        padding: 0 8px;
        min-width: 60px;
      }

	  .view2{font-size:20px;line-height:1.3;margin-bottom:12px;padding:0 8px}
.view3{font-size:13px;padding:8px 12px;margin-bottom:12px}
.view4{font-size:14px!important;line-height:1.6!important;padding:0 8px;min-height:200px}
.view4 p{font-size:14px!important;line-height:1.6!important;margin:0 0 12px!important}
.view4 p img{margin:8px auto}


      .pglist{padding:15px 0 10px;gap:2px}
.pglist a{padding:5px 8px;min-width:28px;min-height:28px;font-size:13px}
.pglist li:not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2)):not(:nth-child(3)):not(:nth-last-child(3)){display:none}
.pglist li:nth-child(3) a,.pglist li:nth-last-child(3) a{padding:5px 6px;min-width:26px}

  }