/*滚动条*/
body {
  --sb-track-color: rgba(255,255,255,.4);
  --sb-thumb-color: rgba(0,0,0,.4);
  --sb-size: 6px;
}
body::-webkit-scrollbar {
  width: var(--sb-size)
}
body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 30px;
}
body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 30px;
  
}
@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}
a:hover {
    transition: transform .6s ease,color .6s ease;
}
.base-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 10px 0;
  width: 100%;
  background-color: rgba(0,104,183,.24);
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  display: flex;
  align-items: center;
  border-bottom: 1px solid #36343c;
  transition: background-color .6s;
}
.top-logo {
  text-align: center;
}
.top-logo img {
  width: 100%;
  max-width: 332px;
}
.base-top .nav-menu {
  position: relative;
  height: 100%;
}
.base-top .layui-nav {
  background-color: inherit;
}
.base-top .layui-nav .layui-nav-more {
  display: none !important; /* 隐藏元素 */
}
.base-top .layui-nav .layui-nav-item a {
  color: #fff;
  font-size: 18px;
}
.base-top .layui-nav .layui-nav-item a:hover {
  font-weight: bold;
}
.base-top .layui-nav .layui-nav-child {
  background-color: rgba(136,136,136,.6);
  box-shadow: 1px 2px 6px rgba(0,0,0,.6);
  top: 56px;
  border: 1px solid rgba(0,0,0,.3);
  padding: 0;
  width: 180px;
}
.base-top .layui-nav .layui-nav-child a {
  font-size: 16px;
  font-weight: bold;
}
.base-top .layui-nav .layui-nav-child a:hover {
  color: rgba(255,255,255,.75);
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
.base-top .layui-nav .layui-nav-child dd.layui-this {
  background-color: inherit;
}
.base-top .layui-nav .layui-nav-child dd {
  border-bottom: 1px solid rgba(0,0,0,.09);
  padding: 3px 0;
}
.base-top .layui-nav .layui-nav-child dd:hover {
  background-color: rgba(102,102,102,.5);
  transition: all 0.4s;
}
.base-top .layui-nav .layui-nav-child dd:last-child {
  border-bottom: 0;
}
.base-top .layui-nav-bar {
  height: 2px;
  background-color: #fff;
  top: -10px;
}
.base-top .search {
  position: absolute;
  right: 60px;
  top: 13px;
}
.base-top .search .layui-icon {
  font-size: 22px;
}
/*pc隐藏菜单*/
.nav-toggle {
  display: none;
  cursor: pointer;
  text-align: right;
  margin-right: 20px;
  align-items: center;
}
.nav-toggle .layui-icon {
  font-size: 28px;
  transition: transform .3s ease,background .3s ease;
  display: inline-block;
  transform: rotate(0deg);
  border-radius: 50%;
  color: #fff;
}
.nav-toggle.active .layui-icon {
  transform: rotate(90deg);
}
#slide img {
  width: 100%;
}
#slide {
  padding-bottom: 38px;
  background-color: #5299CE;
}
/*#slide div {
  background-color: #5299CE;
}*/
.base-top-bg {
  background-color: rgba(0,104,183, 1);
  transition: background-color .6s;
}
.base-top-bg .layui-nav-child {
  background-color: rgba(136,136,136, 1)!important;
}
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video-container video, .video-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/*电话*/
.foot-mob {
  text-align: center;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 80px;
  margin-bottom: clamp(30px, 2vw, 80px);
}
.foot-mob-txt {
  color: #fff;
  font-size: 48px;
  font-size: clamp(14px, 6vw, 48px);
}
.foot-mob-tel {
  color: #FFE55A;
  font-size: 120px;
  font-size: clamp(26px, 8vw, 85px);
  line-height: 120px;
  line-height: clamp(36px, 8vw, 85px);
  vertical-align: middle;
}
.foot-mob-tel i {
  margin-right: 25px;
  margin-right: clamp(5px, 2vw, 25px);
  font-size: 60px;
  font-size: clamp(18px, 6vw, 60px);
}
.foot-mob-tel span {
  vertical-align: middle;
}
/*地址*/
.foot-addr {
  text-align: center;
  color: #666;
  font-weight: bold;
}
.foot-addr-txt {
  font-size: 42px;
  font-size: clamp(16px, 4vw, 42px);
  border-bottom: 1px solid #7D7D7D;
  padding-bottom: 40px;
  padding-bottom: clamp(10px, 4vw, 40px);
}
.foot-addr-add {
  margin-top: 30px;
  margin-top: clamp(15px, 2vw, 30px);
  font-size: 30px;
  font-size: clamp(14px, 4vw, 30px);
  vertical-align: middle;
}
.foot-addr-add i {
  color: #0168B7;
  font-size: 48px;
  font-size: clamp(16px, 4vw, 48px);
  margin-right: 20px;
  margin-right: clamp(5px, 2vw, 20px);
}
.foot-addr-add span {
  vertical-align: middle;
}
/*二维码*/
.qrcode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 20px;
}
.qrcode p {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  line-height: 1.4;
}
.qrcode img {
    width: 100%;
    height: auto;
    display: block;
}
/*底部*/
.footer {
  background: #0168B7 url('/uploads/20260212/c3a7d949f4ad9f92f4b3b635b851d63d.jpg');
  background-size: cover;
  background-position: bottom;
  /*color: #CCCCCC;*/
  color: #fff;
  padding: 50px 0 20px 0;
}
.footer .flogo p {
  font-size: 16px;
}
.footer .flogo img{
  width: 270px;
  max-width: 100%;
}
.footer .foot-slogan {
  margin: 20px 0 15px 0;
  font-weight: bold;
}
.footer .ftel {
  margin-top: 15px;
  font-weight: bold;
}
.footer h2 {
  font-size: 24px;
  font-size: clamp(18px, 2vw, 24px);
  margin-bottom: 20px;
  color: #fff;
}
.footer h3 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer a {
  color: #fff;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.footer a:hover {
  color: #ccc;
}
.flink a::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.flink a:hover {
  padding-left: 20px;
  color: #ccc;
}
.flink a:hover::before {
  opacity: 1;
  visibility: visible;
}
.footer .ft {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid rgb(229,229,229,.3);
  padding-top: 20px;
}
.footer .ft a {
  margin-left: 20px;
}
.p404 {
   text-align: center;
}
.p404 .layui-icon {
  font-size: 400px;
  color: #DFDFDF;
  transition: transform .6s ease,color .6s ease;
}
.p404 .layui-icon:hover {
  color: #5B9CD6;
}
.ls-main {
  margin-top: clamp(15px, 2vw, 30px);
}
/*左侧*/
.ls-left {
  border: inherit;
}
.ls-left .layui-colla-item {
  border: inherit;
  margin-bottom: clamp(5px, 2vw, 10px);
}
.ls-left .layui-colla-content {
  border: inherit;
}
.ls-left .layui-colla-item .layui-colla-icon {
  top:  inherit;
}
.ls-left .layui-colla-title {
  text-align: center;
  color: #fff;
  background-color: #0068B7;
  font-size: clamp(18px, 2vw, 24px);
  padding: clamp(4px, 2vw, 10px) 0;
  border-radius: 5px 5px 0 0;
}
.ls-left .layui-form-label {
  width: inherit;
  padding: 9px 5px 9px 0;
}
.ls-left .layui-input-block {
  margin-left: 40px;
}
.ls-left .layui-input:focus,.ls-left .layui-textarea:focus {
    border-color: #0068B7!important;
    box-shadow: 0 0 0 3px rgba(0,104,183,.08)
}
.ls-left .layui-form-radio:hover>*, .ls-left .layui-form-radioed, .ls-left .layui-form-radioed>i {
  color: #0068B7;
}
.ls-left .layui-form-select dl dd.layui-this {
  color: #0068B7;
}
.ls-btn {
  text-align: center;
}
.ls-btn .layui-btn {
  font-size: clamp(16px, 1vw, 22px);
  margin: 20px auto 15px auto;
}
.ls-course-btn {
  width: inherit!important;
  padding: 7px 20px!important;
}
.ls-left-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0;
}
.ls-wx {
  background-size: cover;
  background-position: center bottom;
  background-image:url('../images/l-bg.jpg');
  border-radius: 0 0 5px 5px;
  padding: 50px 0 140px 0;
  text-align: center;
  font-size: 16px;
}
.ls-wx img {
  max-width: 100%;
}
.ls-wx p {
  margin-top: 10px;
}
.page-nav {
  text-align: right;
  color: #696969;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-nav .layui-breadcrumb>* {
  font-size: 16px!important;
}
.page-nav .layui-breadcrumb a {
  color: #696969!important;
}
/*列表*/
.ls-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*新闻*/
.ls-news li {
  padding: 20px 0;
  border-bottom: 1px #AEADAB dashed;
}
.ls-news li h2 a{
  color: #0168B7;
  font-size: 22px;
  font-weight: 400;
}
.ls-news li span {
  color: #696969;
  font-size: 15px;
}
.ls-news li span i {
  margin-right: 8px;
}
.ls-news li p {
  color: #696969;
  line-height: 1.8;
  font-size: 15px;
}
.ls-news li img {
  width: 100%;
}
/*详情*/
.ls-title {
  margin-top: 20px;
}
.ls-title h1 {
  text-align: center;
  font-size: 24px;
  color: #696969;
}
.ls-title p {
  text-align: center;
  color: #696969;
}
.ls-detail {
  border-top: 1px solid #DDDDDD;
  font-size: 16px;
  padding: 20px 0;
  margin: 10px 0;
}
.ls-detail p{
  line-height: 1.8;
}
.ls-detail img{
  max-width: 100%;
}
.ls-more {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.a-more {
  display: block;
  text-align: center;
  position: relative;
  width: 160px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #0068B7;
  background-color: #0068B7;
  border-radius: 25px;
  color: #fff;
  font-size: 15px;
  overflow: hidden;
  box-shadow: 2px 2px 4px rgba(0,104,183,.25);
  transition: all .5s;
}
.a-more:before {
  content: "";
  position: absolute;
  display: block;
  transition: all .6s;
  width: 100%;
  height: 0;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  padding-top: 100%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: border-box;
}
.a-more:hover{
  background-color: #fff;
  color: #0068B7;
  border: 1px solid #0068B7;
  box-shadow: 2px 2px 4px rgba(0,104,183,.5);
  transition: all .5s;
}
.a-more:hover:before {
  animation: style1 .75s;
  z-index: 1
}
.b-more {
  border: 1px solid #fff;
  background-color: inherit;
  box-shadow: 2px 2px 4px rgba(0,0,0,.25);
}
.b-more:hover{
  border: 1px solid #fff;
  box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}
.c-more {
  border: 1px solid #666;
  color: #666;
  background-color: inherit;
  box-shadow: 2px 2px 4px rgba(102,120,102,.25);
}
.c-more:hover{
  background-color: #0068B7;
  color: #fff;
}
@keyframes style1 {
  0% {
    background: rgba(0,0,0,.25);
    transform: translateX(-50%) translateY(-50%) scale(0)
  }
  to {
    background: 0 0;
    transform: translateX(-50%) translateY(-50%) scale(1)
  }
}
.a-more::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px
}
.a-more:hover::after {
    opacity: 1
}
.c-btn-div {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.c-btn-div .a-more {
  width: 96px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;  
  border-radius: 4px;
}
.c-btn-div .c-more {
  margin-left: 14px;
}
/*课程按钮*/
.course-desc {
  line-height: 1.8;
}
.course-btn {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.course-btn .c-more {
  margin-left: 10px;
}
/*推荐*/
.recommend {
  color: #696969;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}
.recommend-div {
  margin-bottom: 40px;
}
.recommend-list {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.recommend-list .layui-edge {
  border-left-color: #EF8D42;
  margin-right: 6px;
}
/*上下篇*/
.ls-p-n {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
/*课程按钮*/
.ls-sub-btn {
  font-size: 24px;
  padding: 6px 60px;
  height: inherit;
  line-height: inherit;
  margin-top: 16px;
  background-color: #0168B7;
}
.ls-sub-btn1 {
  background-color: #BABABB;
  color: #373737;
}
.ls-sub-btn1:hover {
  color: #373737;
}
.course-config {
  margin-top: 35px;
}
/*分页*/
.layui-laypage {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  display: inherit;
  font-size: 14px;
}
.layui-laypage a {
  font-size: 14px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #0068B7;
  font-size: 14px;
}
.layui-laypage .layui-laypage-curr em {
  font-size: 14px;
}
.layui-laypage a:hover {
  color: #0068B7;
}
/*提问*/
.faq-title h1{
  text-align: initial;
}
.faq-title p{
  text-align: initial;
}
.faq-detail {
  margin-top: 20px;
}
.faq-detail h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.hf-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.hf-time {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
}
.hf-detail {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 20px;
}
.faq-form {
  margin-top: 20px;
}
.faq-form .layui-form-label {
  padding-left: 10px;
}
.faq-form .layui-input-block {
  margin-left: 50px;
}
.faq-btn {
  background-color: #0168B7;
  height: 38px;
  line-height: 1.3;
}
/*视频*/
.videos-list {
  margin-bottom: 30px;
  margin-top: 20px;
}
.video-img {
  cursor: pointer;
  position: relative;
  height: 100%;
}
.video-img i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 222;
  color: #fff;
  font-size: 60px;
  font-size: clamp(30px, 8vw, 60px);
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 800ms ease;
}
.video-list img {
  width: 100%;
}
.video-list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 18px;
}
/*推荐就业*/
.employjob-title {
  font-size: 46px;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 400;
  margin-top: 40px;
}
.employjob-desc {
  font-size: 22px;
  font-size: clamp(14px, 2vw, 22px);
  color: #575757;
  margin-bottom: 10px;
}
.policy-tab-header {
  text-align: right;
}
.policy-tab-header .layui-btn.layui-this{border-color: #1E9FFF; color: #1E9FFF;}
.policy-tab-body>div{display: none;}
.job-case {
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  text-align: center;
  padding-bottom: 10px;
  overflow: hidden;
}
.job-case img {
  width: 100%;
}
.job-case h3 {
  margin: 10px 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.job-case:hover {
  background-color: #0168B7;
  color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.job-case:hover h3 {
  color: #fff;
  transition: color 0.3s ease;
}
.job-case:hover img {
  opacity: .6;
  transition: opacity 0.3s ease;
}
.employ-items {
  position: relative;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  text-align: center;
  overflow: hidden;
}
.employ-items img {
  width: 100%;
}
.employ-items::before {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 0%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.9s;
}
.employ-txt {
  position: absolute;
  bottom: 0;
  background-color: #0168B7;
  padding: 5px 3px;
  left: 7px;
  right: 7px;
  bottom: -320px;
  transition: all 0.9s ease-in-out;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 12px;
}
.employ-txt h3 {
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff!important;
}
.employ-items:hover .employ-txt {
  bottom: 40px;
  bottom: clamp(10px, 2vw, 40px);
  opacity: 1;
  visibility: visible;
}
.employ-items:hover::before {
  height: 100%;
}
.environment {
  padding-bottom: 0px;
}
#navMenu .layui-nav-item a {
  padding: 0 10px;
}
#navMenu .layui-nav-child {
  /*animation: fadeIn 0.5s ease-out;*/
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* 关于兰生 */
.about-detail {
  line-height: 1.8;
  color: #666;
  font-size: 15px;
  margin-bottom: 20px;
}
.about-detail img {
  max-width: 100%;
}
.why-list {
  color: #7A7A7A;
  text-align: center;
}
.why-list .icon1 {
  font-size: 44px;
}
.why-list .line {
  height: 21px;
}
.why-list hr{
  border-width: 1px;
  border-style: solid;
  border-color: #7A7A7A!important;
  color: #7A7A7A!important
}
.why-list .icon2 {
  font-size: 40px;
}
.why-list .number {
  font-size: 58px;
  font-size: clamp(22px, 4vw, 58px);
  font-weight: bold;
  margin-top: 20px;
  color: #03528c;
}
.why-list .title {
  font-size: 18px;
  margin-bottom: 20px;
}
/*文化*/
.about-culture {
  margin-top: 20px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  padding: 20px 0;
  color: #fff;
}
.about-culture h2 {
  font-size: 28px;
  font-size: clamp(20px, 2vw, 28px);
}
.about-culture h3 {
  font-weight: 100;
  font-size: 16px;
  font-size: clamp(12px, 2vw, 16px);
}
.about-culture .layui-icon {
  font-size: 28px;
  font-size: clamp(20px, 2vw, 28px);
  margin-right: 10px;
}
.about-culture h4 {
  text-align: right;
  font-weight: 500;
  font-size: 28px;
  font-size: clamp(20px, 2vw, 28px);
}
.about-culture p {
  text-align: right;
  font-size: 16px;
  font-size: clamp(12px, 2vw, 16px);
}
/*优势*/
.advantages h2 {
  text-align: center;
}
.advantages img {
  width: 100%;
  box-shadow: 0 0 6px 3px rgba(0,0,0,.15);
  border-radius: 5px;
  opacity: .75;
  transition: all 0.6s ease;
}
.advantages img:hover {
  opacity: 1;
  box-shadow: 0 0 6px 3px rgba(0,0,0,.3);
  transition: all 0.6s ease;
}
.advantages p {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  margin-bottom: 5px;
}
/*历程*/
.history h2 {
  text-align: center;
}
.timeline-wrapper {
  position: relative;
  padding: 20px 0;
  overflow: hidden;
}
.timeline-container {
  overflow-x: auto;
  padding: 20px 10px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: white;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: #0068B7 #f1f1f1;
  position: relative;
}
.timeline-container::-webkit-scrollbar {
  height: 8px;
}
.timeline-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.timeline-container::-webkit-scrollbar-thumb {
  background: #0068B7;
  border-radius: 4px;
}
.timeline {
  display: flex;
  min-width: 100%;
}
.timeline-item {
  flex: 0 0 auto;
  width: 300px;
  padding: 20px;
  margin: 0 15px;
  background: #fafafa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: relative;
  transition: all 0.3s ease;
}
.timeline-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.timeline-item:first-child {
  margin-left: 30px;
}
.timeline-item:last-child {
  margin-right: 30px;
}
.timeline-date {
  color: #0068B7;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}
.timeline-title {
  font-size: 18px;
  margin: 10px 0;
  color: #333;
}
.timeline-content {
  color: #666;
  line-height: 1.6;
  font-size: 14px;
}
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0068B7;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  opacity: .25;
}
.scroll-btn:hover {
  background: #0068B7;
  transform: translateY(-50%) scale(1.1);
  opacity: 1;
}
.scroll-left {
  left: 10px;
}
.scroll-right {
  right: 10px;
}
/*荣誉*/
.honorary {
  margin-top: 50px;
}
.honorary img {
  width: 100%;
  box-shadow: 0 0 6px 3px rgba(0,0,0,.15);
  border-radius: 5px;
}
.honorary p {
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  margin-bottom: 5px;
}
.honorary .layui-tab-title {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.honorary .layui-tab-title li{
  font-size: 42px;
  font-size: clamp(16px, 4vw, 42px);
  padding-bottom: 20px;
  color: #666;
}
.honorary .layui-tab-title .layui-this {
  font-weight: bold;
  color: #0168B7;
}
.honorary .layui-tab-title .layui-this:after {
  margin-top: 22px;
  border-bottom: #0168B7 solid 5px;
}
/*教师*/
.teacher {
  margin-top: 10px;
}
.teacher img {
  width: 100%;
}
.teacher h3 {
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
.techerdiv {
  position: relative;
  width: 100%;
}
.techerdiv img {
  transition: all 500ms ease;
}
.techerdiv div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.9s;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
}

.techerdiv div h3 {
  color: #fff!important;
}
.techerdiv div p {
  padding: 20px 20px 20px 10px;
  line-height: 1.8;
}
.techerdiv:hover div{
  height: 100%;
  opacity: 1;
}
.techerdiv:hover img {
  transform: scaleX(-1);
}
.teacher-div {
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.teacher-list {
  margin-bottom: 20px;
}
.teacher-list h3 {
  color: rgba(0,0,0,.85);
  padding-bottom: 10px;
}
.page-title{
  padding-top: 20px;
  font-size: 52px;
  font-size: clamp(28px,6vw,52px);
  color: #666;
}
.page-title-hr {
  width: 200px;
  border-bottom: 2px solid #0068B7;
  margin-top: 10px;
  margin-bottom: 30px;
}
.txt-center {
  text-align: center;
}
.hr-center {
  margin-left: auto;
  margin-right: auto;
}
.page-detail {
  font-size: 16px;
  font-size: clamp(14px, 2vw, 16px);
  margin-bottom: 20px;
}
.page-detail img {
  max-width: 100%;
}
/*新闻列表*/
.news-list img {
  width: 100%;
}
.news-list h2 {
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: clamp(14px, 2vw, 16px);
}
.news-list span {
  color: #999;
  font-size: 14px;
  font-size: clamp(12px, 2vw, 14px);
}
.news-list span i {
  margin-right: 5px;
}
.news-list p {
  color: #888;
  font-size: 14px;
  font-size: clamp(12px, 2vw, 14px);
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-top: 5px;
}
.news-div {
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);
  overflow: hidden;
}
.news-div:hover{
  background-color: #0168B7;
  color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.news-div:hover img {
  opacity: .6;
  transition: opacity 0.3s ease;
}
.news-div:hover span,.news-div:hover p {
  color: #fff;
  transition: color 0.3s ease;
}
/*问答*/
.faq-list a{
  display: block;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  margin-bottom: 20px;
  padding: 10px 20px;
}
.faq-list span {
  display: block;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #0168B7;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  border-radius: 26px;
  position: absolute;
  left: 0;
  opacity: 0.85;
}
.faq-list .answer {
  background-color: #AB4141;
}
.faq-list font {
  color: #888;
  margin-right: 5px;
}
.faq-list h2 {
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(14px, 2vw, 16px);
  position: relative;
  padding-left: 32px;
}
.faq-list p {
  color: #888;
  font-size: 14px;
  font-size: clamp(12px, 2vw, 14px);
  line-height: 24px;
  margin-top: 10px;
  position: relative;
  padding-left: 32px;
}
.faq-list a:hover {
  background-color: #0168B7;
  color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.faq-list a:hover p,.faq-list a:hover font {
  color: #fff;
  transition: color 0.3s ease;
}
.faq-list a:hover span {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.faq-type {
  padding-top: 38px;
  padding-top: clamp(28px, 4vw, 38px);
  text-align: right;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding-bottom: 10px;
}
.faq-type a {
  padding: 5px 10px;
  border: 1px solid #0168B7;
  margin-left: 10px;
  margin-left: clamp(1px, 1vw, 10px);
}
.faq-type .on,.faq-type a:hover {
  background-color: #0168B7;
  color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease;
}
/* 课程导航 */
.course-nav {
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 5px;
}
.course-nav:hover {
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
}
.course-nav p {
  color: #fff;
  background-color: #0168B7;
  padding: 10px;
  font-size: 18px;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: bold;
}
.course-nav p i {
  margin-right: 10px;
}
.course-nav ul {
  padding: 0 10px 10px 10px;
}
.course-nav li {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid #eee;
}
.course-nav .cntitle {
  display: block;
  float: left;
  width: 130px;
  overflow: hidden;
  background-color: #eee;
  padding: 5px 10px;
  margin-right: 15px;
  font-weight: bold;
  height: 100%;
}
.course-nav .ctitle {
  margin-right: 9px;
  line-height: 30px;
}
/* 课程列表 */
.course-list-div p {
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.course-list-div:hover{
  background-color: #C2C0C0;
}
/* 课程详情 */
.course-detail-title {
  color: #03528c;
  font-size: 38px;
  font-size: clamp(28px, 4vw, 38px);
  margin: 10px 0;
  border-bottom: 1px solid #eee;
}
.course-config {
  color: #8F8F8F;
}
.course-config img {
  width: 100%;
}
.course-view {
  text-align: center;
  color: #0168B7;
  font-size: clamp(28px, 4vw, 38px);
}
.course-reg-title {
  margin-bottom: 15px;
  margin-top: 30px;
}
.course-reg, .course-reg .layui-form-radio>div{
  font-size: 16px!important;
}
.course-reg .layui-input:focus,.course-reg .layui-textarea:focus {
  border-color: #0068B7!important;
  box-shadow: 0 0 0 3px rgba(0,104,183,.08)
}
.course-reg .layui-form-radio:hover>*, .course-reg .layui-form-radioed, .course-reg .layui-form-radioed>i {
  color: #0068B7;
}
.course-detail {
  
}
.course-detail img {
  max-width: 100%;
}
/* 课程样式 */
.course-div {
  border: 1px solid #eee;
  padding-bottom: 20px;
}
.course-div h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 10px 20px 10px;
}
.course-div .bm {
  padding: 10px 14px;
  background-color: #0068B7;
  border: 1px solid #0068B7;
  color: #fff;
  margin: 0 10px;
}
.course-div .view {
  padding: 10px 14px;
  border: 1px solid #0068B7;
  margin: 0 10px;
}
.course-div .view:hover {
  color: #333;
}
.course-div:hover {
  box-shadow: 0 0 6px 3px rgba(0,0,0,.15);
  transition: box-shadow 0.3s ease;
}
.course-div:hover img {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}
.course-img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.course-img img {
  width: 100%;
  transition: transform 0.6s ease;
}
/* 详细页课程 */
.course-detail-div {
  margin-bottom: 5px;
  text-align: right;
}
.course-detail-div h3 {
  margin: 5px 10px 15px 10px;
  text-align: center;
}
.course-detail-div .bm {
  padding: 8px 9px;
  margin: 0;
}
.course-detail-div .view {
  padding: 8px 9px;
  margin: 0 10px 0 10px;
}
/* 课程明星 */
.course-full1 {
  background-size: cover;
  background-position: center;
  padding: 10px 0 40px 0;
  color: #fff;
  margin-bottom: 10px;
}
.course-full1 .employ-items {
  border: 1px solid rgba(0, 0, 0, .1);
}
/*课程教师*/
.course-teacher {
  margin-top: 0;
  margin-bottom: 20px;
}
.course-teacher h3 {
  color: #333;
  margin-top: 5px;
  padding-bottom: 5px;
}
/*课程理念*/
.course-theorie h3{
  font-size: 22px;
  font-size: clamp(16px, 2vw, 22px);
  color: #333;
  font-weight: 200;
}
.course-theorie em {
  display: block;
  font-size: 14px;
  font-size: clamp(12px, 2vw, 14px);
  color: #888;
  font-style: normal;
  line-height: 38px;
  font-weight: 100;
}
.course-theorie p {
  text-align: left;
  padding: 0 10px;
  color: #888;
}
.course-theorie:hover h3,.course-theorie:hover em,.course-theorie:hover p {
  color: #fff;
  transition: color 0.3s ease;
}
/*合作伙伴*/
.partnersdiv {
  margin-bottom: 30px;
}
.partners div{
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
}
.partners div::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(1, 104, 183, 0.5);
  transform: scale(1, 0);
  transition: transform 800ms ease, background-color 600ms ease;
  transform-origin: bottom center;
  z-index: -1;
}
.partners h3 {
  display: none;
  overflow: hidden;
  text-align: center;
  transition: display 800ms ease;
  position: absolute;
  padding: 0 2%;
  z-index: 11;
  color: #fff;
}
.partners img {
  transition: all 500ms ease;
  width: 100%;
}
.partners div:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
  background-color: rgba(1, 104, 183, 1);
  z-index: 10;
}
.partners div:hover img {
  transform: scaleX(-1);
}
.partners div:hover h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96%;
  height: 100%;
  top: 0;
  left: 0;
}
/* 就业指导 */
.course-guidance p {
  text-align: center;
}
/*全部标题*/
.alltitle {
  font-size: 42px;
  font-size: clamp(22px,4vw,42px);
  color: #666;
  text-align: center;
  margin: 80px 0 30px 0;
  margin: clamp(20px,4vw,80px) 0 clamp(10px,4vw,30px) 0;
}
.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
/*鼠标*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}
.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #0068B7;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background-color: #0068B7;
  opacity: 0.3;
}
.cursor-outer {
  margin-left: -9px;
  margin-top: -9px;
  width: 24px;
  height: 24px;
  border: 1px solid #0068B7;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}
/*视频效果*/
.video-img {
  position: relative;
}
.video-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1, 0);
  transition: transform 800ms ease;
  transform-origin: bottom center;
  z-index: -1;
}
.video-img-more {
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: 445;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.video-img-more::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bg1.png);
  width: 100%;
  height: 200px;
  z-index: -1;
}
.video-img-more .layui-icon {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-size: clamp(16px, 4vw, 28px);
  margin-bottom: 10px;
  margin-left: 20px;
}
.video-img-more h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.video-list div:hover .video-img::before {
  transform: scale(1, 1);
  transform-origin: top center;
  z-index: 100;
}
.video-list div:hover i {
  opacity: 0;
  transition: opacity 800ms ease;
}
.video-list div:hover .video-img-more {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  z-index: 101;
}
/*返回箭头*/
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}
.scroll-up::before {
  position: absolute;
  font-family: "layui-icon";
  content: "\e65c";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: #005096;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  transform: rotate(90deg);
}
.scroll-up svg path {
  fill: none;
}
.scroll-up svg.scroll-circle path {
  stroke: #005096;
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 480px) {
  .timeline-item {
    width: 250px;
    padding: 12px;
  }    
  .scroll-btn {
    width: 30px;
    height: 30px;
  }    
  .timeline-title {
    font-size: 15px;
  }
}
/* 移动端样式 */
@media screen and (max-width: 767.98px) {
  /*底1*/
  .foot {
    margin-top: 20px;
  }
  .foot .div {
    padding: 10px 0 10px 25px;
    justify-content: left;
  }
  .foot h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .foot .addr {
    margin-top: 18px;
  }
  .foot .view {
    flex: inherit;
  }
  .base-top .search {
    top: 5px;
  }
  /*历程*/
  .timeline-item {
    width: 280px;
    padding: 15px;
    margin: 0 10px;
  }            
  .timeline-item:first-child {
    margin-left: 20px;
  }            
  .timeline-item:last-child {
    margin-right: 20px;
  }            
  .scroll-btn {
    width: 35px;
    height: 35px;
  }            
  .timeline-title {
    font-size: 16px;
  }            
  .timeline-content {
    font-size: 13px;
  }
  /*二维码*/
  .qrcode-grid {
    gap: 20px;
  }
  .mouse-cursor {
    display: none;
  }
}
/* 移动端样式 */
@media screen and (max-width: 991.98px) {
  /* 显示汉堡菜单 */
  .nav-toggle {
    display: block;
  }
  /* 默认隐藏导航菜单 */
  #navMenu {
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
    background: rgba(255, 255, 255, 1);
    color: #3a3a3a;
    overflow-y: auto;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 9999;
  }
  #navMenu .layui-nav-more {
      display: block!important;
  }
  #navMenu a {
    color: #3a3a3a!important;
  }
  /* 菜单项改为垂直排列 */
  #navMenu .layui-nav-item {
    display: block;
    margin: 0;
    width: 100%;
    color: #3a3a3a;
  }
  #navMenu .layui-nav-child {
    width: 100%!important;
    position: static;
    box-shadow: none;
    padding: 0;
  }
  #navMenu .layui-nav-child a {
    padding-left: 40px !important;
    color: #666 !important;
  }
  .base-top {
    padding: 2px 0;
    background-color: rgba(0,104,183,1);
  }
  .base-top .top-logo {
    text-align: left;
  }
  .base-top img{
     max-height: 35px;
     width: auto!important;
     margin-left: 20px;
  }
  .base-top .layui-nav .layui-nav-child {
    background-color: #fff;
  }
  #slide {
      padding-bottom: 10px;
      margin-top: 50px;
  }
  .about-culture h4,.about-culture p {
    text-align: left;
  }
  /*二维码*/
  .qrcode-grid {
    gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .course-list-div h2 {
    margin-bottom: -5px;
  }
  .course-list-div p {
    height: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .qrcode-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 5px;
  }
  .qrcode-grid .qrcode {    
    margin-top: 7px;
  }
  .base-top .layui-nav .layui-nav-item a {
    font-size: 16px;
  }
  .footer h3 {
    margin-top: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .course-list-div h2 {
    margin-bottom: 10px;
  }
  .course-list-div p {
    height: 18px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .course-list-div h2 {
    margin-bottom: 15px;
  }
  .course-list-div p {
    height: 22px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1900px) {
  .layui-container {
    width:1500px
  }
}