@charset "utf-8";


/*banner*/
.in-banner{width: 100%;overflow: hidden;height: 638px;position: relative;margin-top:100px;}
.in-banner .mySwiper{width: 100%;height: 100%;}
.in-banner .mySwiper .swiper-slide{width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;}
.in-banner .mySwiper .swiper-button-next,.in-banner .mySwiper .swiper-button-prev{border-radius:50%;border:1px solid #fff;width:50px;height:50px;text-align:center;line-height:50px;}
.in-banner .mySwiper .swiper-button-next{right:3vw;}
.in-banner .mySwiper .swiper-button-prev{left:3vw;}
.in-banner .mySwiper .swiper-button-prev:after,.in-banner .mySwiper3 .swiper-button-next:after{color:#fff;font-size:18px;}
.in-banner .mySwiper .cont{height: 100%;}
.in-banner .mySwiper .text{width:1154px;max-width: 100%;}
.in-banner .mySwiper .text h3{margin: 0;color: #fff;}
.in-banner .mySwiper .text p{font-size: 72px;color: #fff;line-height:90px;margin:0;font-weight: bold;}
.in-banner .mySwiper .swiper-pagination{}
.in-banner .mySwiper .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;background: #541b86;opacity: 1;}
.in-banner .mySwiper .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}
.banner-bottom{width: 100%;text-align: center;position: absolute;bottom: 45px;z-index: 9;}
.banner-bottom .text p{font-size: 16px;color: #fff;}
.banner-bottom span{display: block;margin: 20px auto;width: 1px;background:#050404;height: 30px;}
.banner-btn{width: 100%;height: 36px;text-align: right;}
.banner-btn img{
  cursor: pointer;
  width: auto;
  height: 36px;
  animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.banner-cont{width: 100%;height: 100%;margin: 0 auto;top: 0;position: absolute;left: 0;z-index: 9;}
.banner-box{margin: 0 auto;width:1700px;max-width:98%;display:flex;justify-content: left;align-items: center;height: 100%;}
.banner-cont .banner-text{width:390px;background: #eceaf2;border-radius: 10px;padding: 50px 60px;}
.banner-cont .banner-title{margin-bottom: 30px;}
.banner-cont .banner-title h2 figure{margin-right: 10px;}
.banner-cont .banner-title h2 img{display: block;}
.banner-cont .banner-title h2{font-size: 24px;color: #333;margin: 0;}
.banner-cont .banner-hxcp{display: grid;grid-template-columns: repeat(2, 1fr);gap: 10px;margin-bottom: 40px;}
.banner-cont .banner-hxcp a{font-size: 16px;color: #333;}
.banner-cont .banner-hxcp a:hover{color: #541b86;}
.banner-cont .banner-qgfx{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.banner-cont .banner-qgfx li{border-right:2px solid #333;margin-bottom: 10px;line-height: 16px;    padding-right: 22px;margin-right: 22px;}
.banner-cont .banner-qgfx a{font-size: 16px;}
.banner-cont .banner-qgfx li:nth-child(4n){border-right: none;margin-right: 0;padding-right:0px;}

.in-banner .mySwiper .swiper-slide-wap{display:none;}
/*banner-end*/

.btn-a {width:50px;height: 50px;background: #fff;border-radius:10px; transform: rotate(45deg);display: flex;align-items: center;justify-content: center;margin-top: 50px;transition: all 0.5s;}
.btn-a img{transform: rotate(-45deg);}
.btn-a:hover{background: #f08200;}
.btn-a:hover img{filter: brightness(0) invert(1);}

/*index*/
.in-title{text-align: center;padding:65px 0;}
.in-title h2{margin: 0;font-size: 28px;font-weight:600;}
.in-title p{margin: 20px 0 0;font-size: 16px;color: #575757;}

.in-hxcp{margin:90px auto 30px;width:1700px;max-width:93%;background: #fff;border-radius:20px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);padding-bottom: 80px;}
.in-hxcp-cont{width:95%;margin: 0 auto;}
.in-hxcp-ul{display: grid;grid-template-columns: repeat(4, 1fr);gap: 50px;}
.in-hxcp-ul li a{text-align: center;}
.in-hxcp-ul li figure{width: 100%;overflow: hidden;border-radius: 20px;}
.in-hxcp-ul li figure img{width: 100%;}
.in-hxcp-ul li:hover figure img{transform: scale(1.05);}
.in-hxcp-ul li p{font-size: 24px;margin-top: 20px;}

.in-fwlc{width: 100%;background: url(../images/index_04.png) no-repeat;background-size: 100% auto;   background-position-y: 110px;margin-top: 50px;}
.in-fwlc1 .in-fwlc-ul{}
.in-fwlc1 .in-fwlc-ul li:last-child{display: none;}
.in-fwlc2 .in-fwlc-ul li:last-child{display: none;}
.in-fwlc2{display: flex;justify-content: right;margin-top: 160px;}
.in-fwlc-ul{display: flex;align-items: stretch;width:87%;margin-bottom: 0;justify-content: space-between;}
.in-fwlc-text{width:26%;border: 1px solid #7759cb;border-radius: 30px;overflow: hidden;transition: all 0.5s;background: #f5f6f8;}
.in-fwlc-text .title{width: 100%;height: 85px;display: flex;align-items: center;padding-left: 60px;background: #7759cb;}
.in-fwlc-text .title h3{font-weight: bold;color: #fff;font-size: 28px;margin: 0;}
.in-fwlc-jt{width: 10%;display: flex;justify-content: center;align-items: center;}
.in-fwlc-jt img{width: 72px;}
.in-fwlc-text .text-nr{width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 35px;height: 150px;}
.in-fwlc-text .text-nr .text{font-size: 24px;width: calc(100% - 75px);}
.in-fwlc-text .text-nr .text p{font-size: 24px;color: #333;margin: 0;}
.in-fwlc-text .text-nr figure{width: 69px;}
.in-fwlc-text .text-nr figure img{width: 100%;}
.in-fwlc-text:hover{transform: translateY(-10px);}
.in-fwlc-btn ul{display: grid;grid-template-columns: repeat(4, 1fr);gap:50px;margin-top:90px;}
.in-fwlc-btn ul li{height: 60px;background-size: 100% 100%;text-align: center;display: flex;align-items: center;justify-content: center;transition: all 0.5s;}
.in-fwlc-btn ul li p{font-size: 28px;color: #fff;margin: 0;font-weight: bold;}
.in-fwlc-btn ul li:hover{transform:translateY(-5px);}

.cont-news{margin:0 auto;width:1700px;max-width:93%;}
.in-news{display: flex;justify-content: space-between;align-items: flex-start;margin-top: 80px;}
.in-news-div{width: 48%;border-radius: 20px;background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);padding: 60px 40px;}
.in-news-title{width: 100%;border-bottom: 1px solid #f6f6f6;display: flex;justify-content: space-between;align-items: center;}
.in-news-title .title {text-align: left;width: 200px;}
.in-news-title .title h2{font-size: 28px;font-weight:500;margin: 0;padding-bottom: 24px;}
.in-news-title .swiper{width: calc(100% - 200px);}
.in-news-title .swiper .swiper-slide{padding-bottom: 30px;position: relative;font-size: 16px;text-align: center;padding-top: 10px;cursor: pointer;width: auto !important;}
.in-news-title .swiper .swiper-slide::after{content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);background: url(../images/index_51.png) no-repeat;width: 17px;height: 13px;opacity: 0;transition: all 0.5s;}
.in-news-title .swiper .swiper-slide:hover::after,.in-news-title .swiper .swiper-slide-thumb-active::after{opacity: 1;}
.in-news-title .swiper .swiper-slide:hover,.in-news-title .swiper .swiper-slide-thumb-active{color: #541b86;}
.in-news-title .swiper-wrapper{justify-content: right;}
.in-news .news1{width: 100%;margin: 45px 0;}
.in-news .news1 a{display: flex;justify-content: space-between;align-items: center;}
.in-news .news1 figure{width: 167px;overflow: hidden;}
.in-news .news1 figure img{width: 100%;}
.in-news .news1:hover figure img{transform: scale(1.05);}
.in-news .news1 .text{width: calc(100% - 167px);padding-left: 30px;}
.in-news .news1 .text h3{font-size: 24px;margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in-news .news1 .text time{font-size: 16px;color: #666;display: block;margin: 10px 0 15px;}
.in-news .news1 .text p{font-size: 16px;color: #666;line-height: 22px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin: 0;}
.in-news .news2 li{width: 100%;}
.in-news .news2 li a{display: flex;justify-content: space-between;align-items: center;background: #f5f6f8;padding:0 25px;height: 63px;}
.in-news .news2 li h3{font-size: 16px;font-weight: 500;margin: 0;width: calc(100% - 150px);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in-news .news2 li time{font-size: 16px;color: #666;display: block;width: 100px;text-align: right;}
.in-news .news2 li:nth-child(2n) a{background: #fff;}

.in-yyhj{background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);padding:0px 40px 50px;border-radius: 20px;margin-top: 80px;margin-bottom: 50px;}
.in-yyhj .in-title{padding-bottom: 30px;}
.in-yyhj .mySwiper7{width: 400px;max-width: 100%;margin: 0 auto 50px;}
.in-yyhj .mySwiper7 .swiper-slide{text-align: center;font-size: 16px;cursor: pointer;}
.in-yyhj .mySwiper7 .swiper-slide:hover,.in-yyhj .mySwiper7 .swiper-slide-thumb-active{color: #541b86;}
.in-hjul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 50px;}
.in-hjul li{}
.in-hjul li figure{width: 100%;overflow: hidden;}
.in-hjul li figure img{width: 100%;}
.in-hjul li:hover figure img{transform: scale(1.05);}

.in-youshi{display: grid;grid-template-columns: repeat(5, 1fr);gap: 30px;}
.in-youshi li{background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);border-radius:10px 10px 50px 10px;overflow: hidden;transition: all 0.5s;}
.in-youshi li:hover{transform: translateY(-10px);}
.in-youshi li .nub{width: 50px;height: 50px;border-radius:0px 0px 50px 0px;color: #fff;font-size: 24px;font-style: italic;background: #7759cb;font-weight: bold;margin: 0;padding-left: 6px;padding-top: 4px;}
.in-youshi li .text{padding: 0 40px 40px;}
.in-youshi li .text h3{font-size: 24px;font-weight: bold;margin: 0;transition: all 0.5s;}
.in-youshi li .text span{display: block;width: 20px;height: 2px;background: #7759cb;margin: 15px 0 20px;}
.in-youshi li .text p{font-size: 16px;color: #575757;text-align: justify;line-height: 30px;margin-bottom: 0;}
.in-youshi li:hover .text h3{color: #541b86;}

/*footer*/
.footer{width: 100%;padding-top:130px;}
.foot-box{display: flex;justify-content: space-between;align-items: flex-start;}
.foot-box .foot-1{width: 243px;}
.foot-box .foot-1 .foot-logo img{width: 100%;}
.foot-box .foot-1 .foot-logo p{text-align: center;font-size: 16px;margin: 15px 0 0;}
.foot-box .foot-ewm{text-align: center;margin-top: 35px;}
.foot-box .foot-ewm figure{width: 118px;margin: 0 auto;}
.foot-box .foot-ewm figure img{width: 100%;}
.foot-box .foot-ewm p{font-size: 16px;margin: 10px 0;}
.foot-title h3{font-size: 24px;font-weight: bold;margin: 0;}
.foot-title span{display: block;width: 30px;height: 2px;background: #7759cb;margin: 15px 0 30px;}
.foot-box .foot-xq{display: flex;justify-content: left;}
.foot-box .foot-xq a{font-size: 16px;border-right: 1px solid #333;display: block;padding-right: 7px;margin-right: 7px;line-height: 16px;}
.foot-box .foot-xq a:last-child{border-right: none;}
.foot-box .foot-tel a{font-size: 28px;}
.foot-box .foot-kf a{width: 210px;height: 60px;display: flex;justify-content: center;align-items: center;font-size: 26px;font-weight: bold;color: #fff;background: linear-gradient(90deg, #5ca8f8 0%, #765bcc 100%);
border-radius: 30px;font-style: italic; transition: box-shadow 0.5s ease;box-shadow: inset 0 0 0 0 rgba(84, 27, 134, 0);}
.foot-box .foot-kf a figure{margin-right: 10px;}
.foot-box .foot-kf a img{display: block;}
.foot-box .foot-kf a:hover{box-shadow: inset 0 0 0 300px rgba(84, 27, 134, 0.7); }

.foot-sq{text-align: center;font-size: 16px;font-weight: bold;margin-top: -33px;}

.foot-bq{width: 100%;background: #484848;margin-top: 50px;padding: 30px 0;}
.foot-bq-cont{margin: 0 auto;width: 1015px;max-width:90%;}
.foot-bq-p{display: flex;justify-content: left;}
.foot-bq-p p{font-size: 16px;color: #fff;margin: 0;line-height: 25px;}
.foot-bq-a{display: flex;justify-content: space-between;}
.foot-bq-a a{font-size: 16px;color: #fff;line-height: 25px;margin-top: 5px;}
.foot-bq-a a:hover{color: #f08200;}

/* ----- 弹窗 (Modal) 样式 ----- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display: none; 
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
  transition: opacity 0.25s ease;
}
 .modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  max-width: 720px;
  width: 100%;
  padding: 24px 24px 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
  animation: modalFadeIn 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-close-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #f1f3f6;
  border: none;
  border-radius: 40px;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
  color: #1e293b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 0;
}
.modal-close-btn:hover {
  background: #e6e9f0;
  transform: scale(1.06);
  color: #0b0f1a;
}
.modal-close-btn:active {
  transform: scale(0.94);
  background: #d5dae6;
}
/* 图片容器 */
.modal-image-wrapper {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  background: #fafbfc;
  border-radius: 20px;
  padding: 10px 0;
}
.modal-image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: block;
  background: white;
}
@keyframes modalFadeIn {
  0% {
     opacity: 0;
     transform: scale(0.94) translateY(18px);
  }
  100% {
     opacity: 1;
     transform: scale(1) translateY(0);
  }
}
.foot-bottom{display: none;}

/*内页*/
/*banner*/
.channel-banner{width: 100%;background-repeat: no-repeat;background-size: cover;position: relative;margin-top: 100px;}
.channel-banner img{width: 100%;}
.channel-banner .cont{height: 100%;}
.channel-banner .banner-info h2{font-size: 36px;color: #fff;font-weight:bold;margin: 0 0 25px;}
.channel-banner .banner-info span{width: 40px;height:4px;background: #fff;border-radius: 10px;margin: 0 auto;display: block;}
.ny-banner{height: auto;}
.ny-banner .swiper-slide img{width: 100%;}

.ny-position{text-align: left;padding: 35px 0;font-size: 16px;width: 100%;background: #fff;}

.ny-title{text-align: center;padding: 80px 0 50px;}
.ny-title h3{font-size: 30px;margin: 0 0 25px;font-weight: bold;}
.ny-title span{width: 40px;height:4px;background: #f08200;border-radius: 10px;margin: 0 auto;display: block;}

/*新闻*/
.cont-news-ny{display: flex;justify-content: space-between;align-items: flex-start;}
.ny-newsbox{background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);border-radius:20px;width: 48%;margin-top: 30px;padding: 40px;}
.news-title{}
.news-title h3{font-size: 28px;margin: 0;padding:20px 0 50px;font-weight: 500;}
.ny-newsbox figure img{width: 100%;}
.ny-newsbox .ny-news1{margin: 40px 0;width: 100%;}
.ny-newsbox .ny-news1 h3{font-size: 24px;height:52px;}
.ny-newsbox .ny-news1 time{font-size:18px;color: #666;}
.ny-newsbox .ny-news2{width: 100%;height: 650px;overflow-y: auto;scrollbar-width: thin;scrollbar-color: #541b86 #f5f5f5;}
.ny-newsbox .ny-news2 li a{display: flex;justify-content: space-between;align-items: center;background: #f5f6f8;height: 65px;padding: 0 25px;}
.ny-newsbox .ny-news2 li:nth-child(2n) a{background: #fff;}
.ny-newsbox .ny-news2 li a h3{font-size: 20px;width: calc(100% - 100px);text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin: 0;font-weight: 500;}
.ny-newsbox .ny-news2 li a time{font-size: 18px;color: #666;width: 110px;text-align: right;}

/*新闻详情*/
.ny-mbx{margin-top: 100px;}
.news-xqbox{padding-top: 50px;display: flex;justify-content: space-between;align-items: flex-start;}
.news-xq-l{width:67%;background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);border-radius:20px;padding: 40px;}
.news-xq-title{border-bottom: 1px solid #f5f6f8;padding-bottom: 30px;margin-bottom: 50px;}
.news-xq-title h3{font-size: 28px;margin: 0;padding-top: 30px;}
.news-xq-title p{font-size: 16px;color: #666;margin: 20px 0 0;display: flex;justify-content: left;}
.news-xq-title p span{display: block;margin-right: 40px;}
.news-xq-title p span a{color: #666;}
.news-xq-title p span a:hover{color: #541b86;}
.news-xq-nr{width: 100%;margin-bottom: 50px;}
.news-xq-nr p{font-size: 18px;line-height: 30px;text-align: justify;color: #666;}
.news-xq-nr img{max-width: 100%;}
.news-xq-btn{padding-bottom: 30px;}
.news-xq-btn p{font-size: 18px;color: #666;}
.news-xq-r{width: 31%;}
.news-xq-rdiv{width: 100%;background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);border-radius:20px;padding: 40px;margin-bottom: 40px;}
.news-xq-rtitle{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #f5f6f8;padding-bottom: 20px;margin-bottom: 20px;}
.news-xq-rtitle h3{font-size: 28px;margin: 0;}
.news-xq-rtitle a{font-size: 16px;color: #666;}
.news-xq-rtitle a:hover{color: #541b86;}
.news-xq-rdiv ul{}
.news-xq-rdiv ul li{position: relative;margin-bottom: 10px;}
.news-xq-rdiv ul li a{padding-left: 20px;display: block;}
.news-xq-rdiv ul li a h3{font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 0;line-height: 30px;}
.news-xq-rdiv ul li::after{content: '';position: absolute;top: 50%;left: 0;width:8px;height: 8px;border-radius: 50%;transform: translateY(-50%);border: 1px solid #333;}
.kczx a{width: 100%;height: 140px;display: flex;justify-content: center;align-items: center;font-size:64px;font-weight: bold;color: #fff;background: linear-gradient(90deg, #5ca8f8 0%, #765bcc 100%);
border-radius:15px;font-style: italic; transition: box-shadow 0.5s ease;box-shadow: inset 0 0 0 0 rgba(84, 27, 134, 0);}
.kczx a figure{margin-right: 10px;}
.kczx a img{display: block;}
.kczx a:hover{box-shadow: inset 0 0 0 300px rgba(84, 27, 134, 0.7); }

/*校区*/
.ny-xqxz{padding-top: 50px;}
.ny-xqxz .in-title{padding-bottom: 30px;}
.xq-nav{display: flex;justify-content: center;margin-bottom: 50px;}
.xq-nav li{margin: 0 15px;font-size: 16px;font-weight: 500;}
.xq-nav li.active a{color: #541b86;}
.xq-map{margin-bottom:80px;}
.xq-map .xq-map-title h3{font-size: 28px;color: #541b86;margin: 0 0 50px;}
.xq-map ul{display: grid;grid-template-columns: repeat(4, 1fr);gap: 50px;}
.xq-map ul li{margin-bottom: 30px;}
.xq-map ul li h4{margin: 0 0 30px;}
.xq-map ul li h4 a{font-size: 28px;height: auto;color: #000;text-align: left;background: no-repeat;padding: 0;width: 100%;display: block;}
.xq-map ul li h4 a:hover{background:none;color:#541b86;}
.xq-map ul li p{font-size: 16px;color: #666;}
.xq-map ul li a{display: flex;justify-content: center;align-items: center;width: 200px;height: 55px;background: #f08200;font-weight: bold;color: #fff;font-size: 22px;border-radius: 30px;margin-top: 50px;}
.xq-map ul li a figure{margin-right: 10px;width: 40px;}
.xq-map ul li a figure img{display: block;width: 100%;}
.xq-map ul li a:hover{background: #541b86;}

/*课程*/
.ny-sqkc{width: 100%;padding-top: 100px;}
.ny-sqkc ul{display: grid;grid-template-columns: repeat(2, 1fr);gap: 100px;}
.ny-sqkc ul li{text-align: center;}
.ny-sqkc ul li figure{width: 100%;overflow: hidden;border-radius: 20px;}
.ny-sqkc ul li figure img{width: 100%;}
.ny-sqkc ul li:hover figure img{transform: scale(1.05);}
.ny-sqkc ul li p{font-size: 24px;margin: 30px 0;}

.kecheng-bj{width: 100%;background: #fff;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);border-radius:20px;padding: 40px;margin-top: 80px;padding-bottom: 80px;}
.kecheng-cont{display: flex;justify-content: space-between;align-items: stretch;}
.kecheng-l{width: 260px;}
.kecheng-l figure{width: 100%;border-radius: 10px;overflow: hidden;}
.kecheng-l img{width: 100%;}
.kecheng-r{width: calc(100% - 260px);padding-left: 10px;display: grid;grid-template-columns: repeat(5, 1fr);gap: 10px;}
.kecheng-r-div{background: #f2eefe;border-radius: 10px;padding-left: 30px;padding-top: 20px;position: relative;overflow: hidden;height: 173px;margin-bottom: 10px;}
.kecheng-r-div .title h3{margin: 0 0 15px;font-weight: bold;font-size: 28px;color: #7759cb;}
.kecheng-r-div ul{}
.kecheng-r-div ul li{display: block;}
.kecheng-r-div ul li a{display: inline-block;padding:3px 7px;font-size: 16px;color: #7759cb;border-radius: 5px;margin-top: 3px;}
.kecheng-r-div ul li:nth-child(1) a{margin-top: 0;background: #dfd7f7;}
.kecheng-r-div ul li a:hover{background: #dfd7f7;}
.kecheng-r-div .btn{}
.kecheng-r-div .btn::after{position: absolute;right: -49px;bottom: -68px;width: 120px;height:120px;border-radius: 50%;background: #dfd7f7;content: "";}
.kecheng-r-div .btn-img{width: 42px;height: 48px;background: url(../images/index_16.png) no-repeat;background-size: 100% 100%;text-align: center;font-size: 22px;font-weight: bold;color: #fff;overflow: hidden;letter-spacing: 20px;padding-left: 11px;padding-top: 3px;position: absolute;bottom: 10px;right: 10px;z-index: 9;}
.kecheng-box-2 .kecheng-r-div{background: #e3f9e8;}
.kecheng-box-2 .kecheng-r-div .btn::after{background: #cdf3e1;}
.kecheng-box-2 .kecheng-r-div .btn-img{background: url(../images/index_17.png);}
.kecheng-box-2 .kecheng-r-div .title h3{color: #2ea77e;}
.kecheng-box-2 .kecheng-r-div ul li a{color: #2ea77e;}
.kecheng-box-2 .kecheng-r-div ul li:nth-child(1) a{background: #c2eecf;}
.kecheng-box-2 .kecheng-r-div ul li a:hover{background: #c2eecf;}
.kecheng-box-3 .kecheng-r-div{background: #fef8f1;}
.kecheng-box-3 .kecheng-r-div .btn::after{background: #fde2cd;}
.kecheng-box-3 .kecheng-r-div .btn-img{background: url(../images/index_18.png);}
.kecheng-box-3 .kecheng-r-div .title h3{color: #f79147;}
.kecheng-box-3 .kecheng-r-div ul li a{color: #f79147;}
.kecheng-box-3 .kecheng-r-div ul li:nth-child(1) a{background: #ffe6bb;}
.kecheng-box-3 .kecheng-r-div ul li a:hover{background: #ffe6bb;}
.ny-sqkc-qt{padding: 50px 0;}
.ny-sqkc-qt .ny-sqkc{padding-top: 0;}


.kcjs-top{display: flex;justify-content:space-between;align-items: center;margin:80px auto;}
.kcjs-top figure{width: 44%;}
.kcjs-top figure img{width: 100%;}
.kcjs-top-r{width: 53%;padding-right: 40px;}
.kcjs-top-r .title h3{margin: 0;font-size: 28px;color: #541b86;}
.kcjs-top-r .text{margin: 30px 0;border-top: 2px solid #d6d7d8;border-bottom: 2px solid #d6d7d8;padding: 20px 0;}
.kcjs-top-r .text ul li{margin-bottom: 0;font-size: 22px;display: flex;line-height: 40px;justify-content: space-between;}
.kcjs-top-r .text ul li .div1{width: 140px;background:#541b86;border-radius:5px;text-align:center;color: #fff;height:50px;line-height:50px;}
.kcjs-top-r .text ul li .div2{width: calc(100% - 150px);line-height: 40px;margin-bottom: 20px;margin-top: 4px;}
.kcjs-top-r .btn ul {display: flex;justify-content: left;}
.kcjs-top-r .btn ul li a{width: 190px;height: 55px;border-radius: 30px;background: #541b86;display: flex;justify-content: center;align-items: center;font-size: 24px;font-weight: bold;color: #fff;margin-right: 30px;}
.kcjs-top-r .btn ul{margin: 0;}
.kcjs-top-r .btn ul li figure{width: 34px;margin-right: 10px;}
.kcjs-top-r .btn ul li figure img{display: block;width: 100%;}
.kcjs-top-r .btn ul li a:hover{background: #f08200;}

.kcxq-cont{width: 100%;background: #fff;border-radius: 20px;overflow: hidden;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.kcxq-cont-ul{display: flex;justify-content: space-between;margin: 0;border-bottom: 2px solid #f5f6f8;}
.kcxq-cont-ul li{width: 50%;text-align: center;line-height: 80px;font-size: 28px;background: #f5f6f8;transition: all 0.5s;cursor: pointer;}
.kcxq-cont-ul li.on,.kcxq-cont-ul li:hover{color: #541b86;background: #fff;}
.kcxq-cont-text{padding: 40px;}
.kcxq-cont-text .cont-text{background: #f5f6ff;padding: 70px;border-radius: 20px;}
.kcxq-cont-text .cont-text img{max-width: 100%;}
.kcxq-cont-text .cont-text p{font-size: 24px;margin: 0;line-height: 40px;}
.kcxq-cont-text .cont-text ul {padding-left: 20px;}
.kcxq-cont-text .cont-text ul li{list-style: disc;}
.kcxq-cont-szjs{margin-top: 80px;}
.kcxq-cont-szjs .title h3{font-size: 28px;color: #541b86;padding: 40px 40px 0;margin: 0;}

.kcxq-yhpj{display: none;padding: 40px;}
.kcxq-yhpj .yhpj-div{border-bottom: 2px solid #d6d7d8;padding-bottom: 40px;margin-bottom: 50px;}
.kcxq-yhpj .yhpj-div .title h3{margin:20px 0 50px;font-size: 28px;color: #541b86;text-align: center;}
.kcxq-yhpj .yhpj-div ul{display: flex;justify-content: space-between;align-items: center;}
.kcxq-yhpj .yhpj-div ul li{margin: 0 5px;}
.kcxq-yhpj .yhpj-div ul li figure{overflow: hidden;}
.kcxq-yhpj .yhpj-div ul li figure img{max-width: 100%;}
.kcxq-yhpj .yhpj-div ul li:hover figure img{transform: scale(1.05);}
.kcxq-yhpj .yhpj-div .swiper{}
.kcxq-yhpj .yhpj-div .mySwiper3 .swiper-slide{}
.kcxq-yhpj .yhpj-div .swiper-slide figure{overflow: hidden;width: 100%;height: 25vw;display: flex;justify-content: center;align-items: center;}
.kcxq-yhpj .yhpj-div .swiper-slide figure img{width: 100%;height: 100%;object-fit: cover;}
.kcxq-yhpj .yhpj-div .swiper-slide:hover figure img{transform: scale(1.05);}
.yhpj-div-jzjq li{}
.yhpj-div-xqhj li{}
.kcxq-yhpj .yhpj-div-xqhj{border-bottom: none;}


.kcxq-xq{padding:40px 40px 40px;}
.kcxq-xq-div .title h3{font-size: 24px;padding:50px 0 15px;margin: 0;color: #000;font-weight: bold;}
.kcxq-xq-div ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px;width:100%;}
.kcxq-xq-div ul li{display: flex;justify-content: space-between;align-items: center;border-bottom:2px #7d7d7d dotted;padding: 15px 0;}
.kcxq-xq-div ul li h4{font-size: 24px;margin: 0;width:180px;}
.kcxq-xq-div ul li p{font-size: 16px;margin-bottom: 0;width:calc(100% - 240px);}
.kcxq-xq-div ul li a{display: inline-block;font-size: 16px;background: #541b86;color: #fff;padding: 5px 10px;border-radius: 5px;}
.kcxq-xq-div ul li a:hover{background: #f08200;}
.xq-list a{display: block;width: 320px;height: 75px;border: 2px solid #541b86;text-align: center;font-size: 24px;border-radius: 50px;margin: 50px auto;line-height: 72px;}
.xq-list a:hover{background: #541b86;color: #fff;}

.wap-banner{display:none;}
/* 弹窗遮罩 */
.popup-mask {
    position: fixed;
    inset: 0;
    background: rgba(20, 12, 50, 0.7);
    backdrop-filter: blur(2px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    animation: fadeIn .35s ease;
  }
.popup-mask.hide {animation: fadeOut .3s ease forwards;}
/* 弹窗主体 */
.popup-mask .popup-box {
    position: relative;
    width: 100%;
    max-width: 550px;
    background: url(../images/tanchuang.png) no-repeat;
    border-radius: 30px;
    background-size: 100% 100%;
    color: #fff;
    animation: popIn .4s cubic-bezier(.2, .9, .3, 1.2);
}

  /* 关闭按钮 */
.popup-mask .popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,.18);
    border: 0;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s;
  }
.popup-mask .popup-close:hover { background: rgba(255,255,255,.35); }

/* 主标题 */
.popup-mask .popup-title {
    text-align: center;
    font-size: 50px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .15);
    margin: 0;
    padding-top: 10px;
}
.popup-mask .popup-subtitle {
    text-align: center;
    font-size: 41px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-shadow: 0 1px 3px rgba(0,0,0,.15);
}

  /* 标语 */
.popup-mask .popup-slogan {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 auto 10px;
    width: fit-content;
    max-width: 100%;
  }

  /* 白色课程列表卡片 */
.popup-mask .popup-courses {
    border-radius: 10px;
    padding: 25px 22px 14px;
    color: #6b46d4;
    background: url(../images/tanchuang_01.png) no-repeat;
    margin-bottom: 22px;
    background-size: 100% 100%;
  }
.popup-mask .popup-courses .row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 10px;
  }
.popup-mask .popup-courses .row:last-of-type { margin-bottom: 8px; }
.popup-mask .popup-courses .item { display: inline-flex; align-items: center;width: 26%;gap: 4px;color: #6b46d4;}
.popup-mask .popup-courses .item::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/tanchuang_02.png) no-repeat center / contain;
    flex-shrink: 0;
    background-size: 100% auto;
  }

  /* 校区查询 */
.popup-mask .popup-search {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    background: none !important;
  }
.popup-mask .popup-search a{width:190px;margin:0 auto;}
.popup-mask .popup-search a img{width:100%;}
.popup-mask .popup-search .search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1.5px solid #6b46d4;
    border-radius: 30px;
    padding: 4px 6px 4px 18px;
    width: 240px;
    max-width: 100%;
  }
.popup-mask .popup-search input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 14px;
    color: #6b46d4;
    height: 30px;
  }
.popup-mask .popup-search input::placeholder { color: #b4a8e0; }
.popup-mask .popup-search .search-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    background: #6b46d4;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.popup-mask .popup-search .search-btn svg { width: 16px; height: 16px; }

  /* 按钮组 */
.popup-mask .popup-btns {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
.popup-mask .popup-btns .btn {
    border: 0;
    border-radius: 30px;
    padding: 11px 32px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    transition: transform .15s, box-shadow .15s, filter .15s;
    width: 190px;
    height: 50px;
  }
.popup-mask .popup-btns .btn:active { transform: scale(.97); }
  .btn-primary {
    background: url(../images/tanchuang_04.png);
    background-size: 100% 100%;
    color: #51330d;
  }
.popup-mask .btn-primary:hover { filter: brightness(1.05); box-shadow: 0 6px 16px rgba(255,154,60,.5);color: #51330d;}
.popup-mask .btn-secondary {
    background: #fff;
    color: #555;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
  }
.popup-mask .btn-secondary:hover { background: #f3f3f3; }

  /* 报名热线 */
.popup-mask .popup-hotline {
   
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 800;
  }
.popup-mask .popup-hotline .num {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
  }

  /* 动画 */
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } }
  @keyframes popIn {
    0% { opacity: 0; transform: scale(.85) translateY(20px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
  }

.wap-bannertext{display:none;}

@media (min-width: 1500px){

}

@media (min-width: 1950px){
    
}

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

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

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

@media screen and (max-width:1550px){
    .kcxq-xq-div ul li h4 {font-size: 22px;width: 130px;}
    .kcxq-xq-div ul li p{width: calc(100% - 188px);}


}



@media screen and (max-width:1500px){  
  .in-hxcp-ul li p {font-size: 20px;margin-top: 15px;}
  .in-hxcp-ul{gap: 30px;}
  .in-fwlc-text .title{padding-left: 35px;}
  .in-fwlc-text .title h3{font-size: 24px;}
  .in-fwlc-text .title{height: 75px;}
  .in-fwlc-text .text-nr .text p {font-size: 20px;}
  .in-fwlc-text .text-nr figure {width: 60px;}
  .in-fwlc-text .text-nr .text {width: calc(100% - 65px);}
  .in-fwlc-text .text-nr{padding: 20px;}
  .in-news .news1 .text h3 {font-size: 20px;}
  .in-youshi li .text {padding: 0 30px 40px;}
  .in-youshi li .text h3 {font-size: 20px;}
  .in-youshi li .nub{font-size: 22px;}
  .in-youshi li .text p{line-height: 25px;}
  .in-fwlc-btn ul li p {font-size: 24px;}
  .ny-sqkc ul{gap: 50px;}
  .ny-sqkc {padding-top: 60px;}
  .ny-sqkc ul li p {font-size: 22px;margin: 20px 0;}
  .kcjs-top-r .title h3{font-size: 22px;}
  .kcjs-top-r .text {margin: 15px 0;border-top: 1px solid #d6d7d8;border-bottom: 1px solid #d6d7d8;  padding: 15px 0;}
  .kcjs-top-r .text ul li {font-size: 20px;line-height: 35px;}
  .kcjs-top-r .text ul li .div1 {width: 120px;}
  .kcjs-top-r .text ul li .div2 {width: calc(100% - 130px);}
  .kcjs-top-r .btn ul li a {width: 180px;height: 50px;font-size: 20px;margin-right: 20px;}
  .kcjs-top-r .btn ul li figure {width: 26px;}
  .kcxq-cont-ul li{font-size: 24px;}
  .kcxq-cont-text .cont-text p {font-size: 20px;}
  .kcxq-xq-div ul li h4 {font-size: 20px;}
  .kcxq-xq-div ul li a{font-size: 14px;padding: 3px 5px;}
  .xq-list a {width: 250px;height: 55px;font-size: 20px;line-height: 51px;}
  .ny-newsbox{width: 49%;padding: 20px;}
  .news-title h3 {font-size: 24px;padding: 10px 0 30px;}
  .ny-newsbox .ny-news1 h3 {font-size: 20px;}
  .news-xq-title h3 {font-size: 24px;}


     
}

@media screen and (max-width:1450px){
  .in-news-div {width: 49%;}
  .in-news-title .title{width: 170px;}
  .in-news-title .swiper {width: calc(100% - 170px);}

  .xq-map .xq-map-title h3 {font-size: 22px;}
  .xq-map ul li h4{margin: 0px 0 15px;}
  .xq-map ul li h4 a{font-size: 20px;}
  .xq-map ul li a {width: 160px;height: 45px;font-size: 20px;margin-top: 25px;}
  .xq-map ul li a figure {margin-right: 5px;width: 30px;}
  .xq-map .xq-map-title h3{margin: 0 0 25px;}
  .xq-map {margin-bottom: 50px;}
  .kcxq-cont-text .cont-text{padding: 40px;}
  
  .kcxq-xq-div ul li h4 {font-size: 18px;width: 95px;}
  .kcxq-xq-div ul li p {width: calc(100% - 138px);}
}

@media screen and (max-width:1400px){
  .ny-newsbox .ny-news1 {margin: 25px 0;}
  .ny-newsbox .ny-news2 li a{padding: 0 15px;}
 
}

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

@media screen and (max-width:1200px){
  .in-banner{margin-top: 60px;height: 520px;}
  .in-hxcp-ul{grid-template-columns: repeat(3, 1fr);gap: 15px;}
  .in-hxcp-ul li p {font-size: 18px;margin-top: 10px;}
  .in-title {padding: 40px 0;}
  .in-title h2{font-size: 24px;}
  .in-hxcp-ul li figure{border-radius: 10px;}
  .in-fwlc2 {margin-top: 105px;}
  .in-news{flex-wrap: wrap;}
  .in-news-div{width: 100%;margin-bottom: 30px;padding: 30px 20px;}
  .in-news-title .title h2 {font-size: 22px;}
  .in-fwlc-btn ul li p {font-size: 18px;}
  .in-fwlc-btn ul {gap: 15px;margin-top: 50px;}
  .in-fwlc-text .title {height: 55px;padding-left: 20px;}
  .in-fwlc-text .title h3 {font-size: 18px;}
  .in-fwlc-text{border-radius:15px;}
  .in-fwlc-jt img {width: 50px;}
  .in-fwlc-text .text-nr .text p {font-size: 16px;}
  .in-fwlc-text .text-nr figure {width: 40px;}
  .in-fwlc-text .text-nr {padding: 15px;height: 110px;}
  .in-fwlc-text .text-nr .text{width: calc(100% - 45px);}
  .in-fwlc{background-position-y: 80px;margin-top: 10px;}
  .in-hjul{gap: 20px;}  
  .in-youshi {grid-template-columns: repeat(3, 1fr);gap: 20px;}
  .in-youshi li .text h3 {font-size: 18px;}
  .in-youshi li .text p {line-height: 22px;font-size: 14px;}
  .in-youshi li .text span{margin: 10px 0 15px;}
  .in-youshi li .nub {font-size: 18px;width: 40px;height: 40px;}
  .foot-box .foot-1 {width: 190px;}
  .foot-box .foot-1 .foot-logo p{font-size: 14px;}
  .foot-box .foot-ewm p {font-size: 14px;}
  .foot-title h3 {font-size: 18px;padding-top: 15px;}
  .foot-title span {width: 25px;margin: 10px 0 20px;}
  .foot-box .foot-xq a{font-size: 14px;line-height: 14px;}
  .foot-box .foot-tel a {font-size: 22px;line-height: 20px;}
  .foot-box .foot-kf a img{width: 30px;}
  .foot-box .foot-kf a {width: 160px;height: 50px;font-size: 18px;}
  .foot-bq-p p {font-size: 14px;}
  .foot-bq-a a{font-size: 14px;}
  .foot-bq-cont{width: 830px;}
  
  .channel-banner{margin-top:60px;}
  .ny-banner{height: auto;}
  .ny-sqkc ul{gap: 20px;}
  .ny-sqkc ul li p{font-size: 18px;margin: 10px 0;}
  .kecheng-bj{padding: 20px;}
  .kecheng-r-div{padding-left: 15px;}
  .kecheng-r-div .title h3{font-size: 20px;}
  .ny-position {padding: 20px 0;font-size: 14px;}
  .kcjs-top{margin: 40px auto;flex-wrap: wrap;padding: 0 20px;}
  .kcjs-top figure{width: 100%;}
  .kcjs-top-r{width: 100%;padding: 0;margin-top: 20px;}
  .kcxq-cont-text {padding: 20px;}
  .kcxq-cont-ul li {font-size: 20px;}
  .kcxq-cont-text .cont-text {padding: 30px;}
  .kcxq-cont-text .cont-text p {font-size: 18px;}
  .kcxq-xq-div ul li h4 {font-size: 16px;}
  .kcxq-xq-div .title h3 {font-size: 20px;}
  .kcxq-cont-szjs .title h3 {font-size: 20px;}
  .kcxq-yhpj{padding: 20px;}
  .kcxq-yhpj .yhpj-div{padding-bottom: 10px;}
  .kcxq-yhpj .yhpj-div .title h3 {margin: 20px 0;font-size: 20px;}
  .cont-news-ny{flex-wrap: wrap;}
  .ny-newsbox{width: 100%;}
  .ny-mbx{margin-top: 60px;}
  .news-xq-l{padding: 20px;}
  .news-xq-title h3 {font-size: 18px;padding-top: 10px;}
  .news-xq-title p {font-size: 14px;margin: 15px 0 0;}
  .news-xq-rdiv{padding: 20px;}
  .news-xq-rtitle h3 {font-size: 18px;}
  .kczx a{font-size: 4vw;}
  .kczx a figure{width: 6vw;}
  .kczx a figure img{width: 100%;}
  .news-xq-btn p {font-size: 16px;}
  .ny-newsbox .ny-news2 li a h3{font-size:16px;}
  .ny-newsbox .ny-news2 li a time{font-size:14px;}
  .ny-newsbox .ny-news1 time{font-size:14px;}
  .xq-map ul li h4 a{font-size: 18px;}
  .news-xq-nr p{font-size:16px;line-height:25px;}
  .news-xq-rdiv ul li a h3 {font-size: 16px;line-height:25px;}
  
  .popup-mask{display:none;}
}

@media screen and (max-width:1024px){
  .kecheng-l {width: 106px;}
  .kecheng-r{width: calc(100% - 106px);}
  .kecheng-r-div .title h3 {margin: 0 0 10px;}
  .kecheng-r-div{height: 150px;}
  .kecheng-r-div ul li a{font-size: 14px;}
  .kecheng-box-3 .kecheng-l{height: 150px;}
  .kecheng-box-3 .kecheng-l figure{height: 100%;}
  .kecheng-box-3 .kecheng-l figure img{width: 100%;height: 100%;object-fit: cover;}
  .kecheng-bj{margin-top:50px;}
  .news-xqbox{flex-wrap: wrap;}
  .news-xq-l{width: 100%;margin-bottom: 30px;}
  .news-xq-r{width: 100%;}
  .news-xq-title{padding-bottom: 20px;margin-bottom: 20px;}
  .kczx a {height: 12vw;}
  .news-xq-rdiv{margin-bottom: 20px;}
  .news-xq-title p{flex-wrap: wrap;}
  .kcxq-yhpj .yhpj-div .swiper-slide figure{height: 47vw;}


}

@media screen and (max-width:910px){
    .in-fwlc-jt img {width: 30px;}
    .in-fwlc-jt {width: 7%;}
    .in-fwlc-text {width: 29%;}    
    .in-fwlc-text .text-nr .text p {font-size: 14px;}
    .in-fwlc-text .title h3 {font-size: 16px;}
    .in-fwlc-text .title {height: 40px;padding-left: 15px;}
    .in-fwlc-text .text-nr figure {width: 35px;}
    .in-fwlc-text .text-nr .text{width: calc(100% - 40px);}
    .in-fwlc-text .text-nr {height: 90px;}
    .in-fwlc-btn ul {gap: 0px;}
    .in-fwlc-btn ul li p {font-size: 16px;}
    .in-news .news1 .text h3 {font-size: 16px;}
    .in-news .news1 .text time {font-size: 14px;margin: 10px 0;}
    .in-news .news1 .text p {font-size: 14px;}
    .in-news .news1 .text{padding-left: 15px;}
    .in-news .news2 li a{padding: 0 15px;}
    .foot-box{flex-wrap: wrap;justify-content: center;}
    .foot-box .foot-2,.foot-box .foot-3,.foot-box .foot-4{display: none;}
    .foot-sq{margin-top: 20px;}
    .foot-box .foot-ewm{margin-top: 10px;}
    .foot-bottom{display: block;position: fixed;bottom: 0;left: 0;width: 100%;background: #541b86;z-index: 9999;}
    .foot-bottom ul{margin: 0;display: flex;justify-content: space-between;align-items: center;}
    .foot-bottom ul li{width:34%;border-right: 1px solid #fff;text-align: center;padding: 15px 0;position: relative;}
    .foot-bottom ul li a{display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;}
    .foot-bottom ul li a figure{width: 23px;margin-right: 5px;}
    .foot-bottom ul li a figure img{width: 100%;}
    .foot-bq{margin-bottom: 50px;}
    .foot-bottom ul li .foot-xq{visibility: hidden;opacity: 0;height: 0;overflow: hidden;padding: 0;transition: all 0.3s ease; position: absolute;bottom: 100%;left: 0;width: 100%;box-sizing: border-box;    background: #fff;}
    .school-item.active .foot-xq {visibility: visible;opacity: 1;height: auto;}
    .foot-bottom ul li .foot-xq a{display: block;width: 100%;text-align: center;border-bottom: 1px solid #eee;font-size:14px;color: #333;line-height: 40px;}
    .in-hxcp{margin: 50px auto 30px;}
    .banner-cont .banner-text{padding: 20px;width: 320px;}
    .banner-cont .banner-title h2 {font-size: 18px;}
    .banner-cont .banner-title h2 figure {margin-right: 5px;}
    .banner-cont .banner-title h2 figure img{width: 18px;}
    .banner-cont .banner-hxcp a {font-size: 14px;}
    .banner-cont .banner-qgfx a {font-size: 14px;}
    .banner-cont .banner-qgfx li {border-right: 1px solid #333;line-height: 14px;padding-right: 13px;   margin-right: 13px;}
    .in-banner{height: 390px;} 
    .ny-banner{height: auto;}
    .xq-map ul{grid-template-columns: repeat(2, 1fr);gap: 20px;}
    .kcxq-cont-ul li {font-size: 18px;height: 50px;line-height: 50px;}
    .kcjs-top-r .btn ul li a {width: 130px;height: 50px;font-size: 16px;margin-right: 15px;}
    .kcjs-top-r .btn ul li figure {width: 20px;margin-right: 7px;}
    .kcxq-cont-text .cont-text p {font-size: 16px;line-height: 35px;}
    .kcxq-xq {grid-template-columns: repeat(1, 1fr);gap: 0px;}
    .xq-list a {width: 180px;height: 50px;font-size: 16px;line-height: 46px;}
    .kcxq-cont-szjs {margin-top: 35px;}
    .banner-cont .banner-qgfx li:nth-child(4n) {
    border-right: 1px solid #333;
    margin-right: 13px;
    padding-right: 13px;}
    .kcxq-xq-div ul{grid-template-columns: repeat(1, 1fr);}
    
}

@media screen and (max-width:780px){ 
  .foot-bq-a{flex-wrap: wrap;}
  .kecheng-l{display: none;}
  .kecheng-r{width: 100%;padding-left: 0;}
  .kcjs-top-r .title h3 {font-size: 18px;}
  .kcjs-top-r .text ul li {font-size: 16px;line-height: 30px;flex-wrap:wrap;}
  .kcjs-top-r .text ul li .div1 {margin-bottom:5px;height:40px;line-height:40px;}
  .kcjs-top-r .text ul li .div2 {width: 100%;line-height: 30px;}
  .kcxq-cont-text .cont-text {padding: 20px;}
  .ny-newsbox .ny-news1 h3 {font-size: 18px;line-height: 30px;}
  .ny-newsbox .ny-news2 li a time {font-size: 14px;width: 85px;}
  .ny-newsbox .ny-news2 li a h3{width: calc(100% - 85px);}
  .ny-newsbox .ny-news2 li a{height: 55px;}
  .ny-newsbox .ny-news2{height: 495px;}
  .kcxq-yhpj .yhpj-div .swiper-slide figure{height: 60vw;}
  
  .ny-banner,.channel-banner{display:none;}
  .wap-banner{display:block;margin-top:60px;}
  .wap-banner img{width:100%;}
  
  .in-banner .mySwiper .swiper-slide-wap{display:block;}
  .in-banner .mySwiper .swiper-slide-pc{display:none;}
  .in-banner .mySwiper .swiper-slide-wap img{width:100%;}
  .in-banner{height:auto;}
}

@media screen and (max-width:640px){
    .in-hxcp-ul {grid-template-columns: repeat(2, 1fr);gap: 10px;}
    .in-hxcp-ul li p {font-size: 14px;}
    .in-hxcp{padding-bottom: 30px;}
    .in-fwlc{background: none;}
    .in-fwlc-ul{width: 100%;}
    .in-fwlc2 {margin-top: 40px;}
    .in-fwlc-jt {display: none;}
    .in-fwlc-text .text-nr {padding: 10px;}
    .in-fwlc-text {width: 32%;}
    .in-fwlc-btn ul {grid-template-columns: repeat(2, 1fr);gap: 10px;}
    .in-news-title .title h2 {font-size: 20px;}
    .in-news-title .title{width: 130px;}
    .in-news-title .swiper {width: calc(100% - 130px);}
    .in-news-title .title h2{padding-bottom: 10px;}
    .in-news-title .swiper .swiper-slide {padding-bottom: 18px;}
    .in-youshi li .text {padding: 11px 15px 25px;}
    .in-youshi li{border-radius: 10px 10px 30px 10px;}
    .in-youshi {grid-template-columns: repeat(2, 1fr);}    
    .foot-bq {margin-top: 20px;padding: 15px 0;}
    .in-yyhj{margin-bottom: 10px;margin-top: 20px;padding: 0px 20px 30px;}
    .in-yyhj .mySwiper7 .swiper-slide{font-size: 14px;}
    .in-hjul {gap: 10px;grid-template-columns: repeat(2, 1fr);}
    .foot-bq-p{flex-wrap: wrap;}
    .kecheng-r{grid-template-columns: repeat(3, 1fr);}
    .ny-sqkc ul{grid-template-columns: repeat(1, 1fr);}
    .kecheng-r-div .title h3 {font-size: 18px;}
    .banner-cont .banner-text{width: 100%;background: #fff;border-radius: 20px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);padding:20px 15px;}
    .banner-cont .banner-qgfx li{padding-right: 5px;margin-right: 5px;}
    .banner-cont .banner-qgfx li:nth-child(4n){padding-right: 5px;margin-right: 5px;}
    .banner-cont .banner-hxcp{gap: 10px;margin-bottom: 20px;}
    .banner-cont .banner-title h2 {font-size: 16px;}
    .banner-cont .banner-title {margin-bottom: 15px;}
    .banner-cont .banner-qgfx{margin-bottom:0px;}
    .kcxq-yhpj .yhpj-div .swiper-slide figure{height: 85vw;}
    
    .banner-cont-pc{display:none;}
    .wap-bannertext{display:block;padding: 30px 10px 0;}
    .banner-cont{position: relative;}

}

@media screen and (max-width:510px){
  .in-fwlc-ul{flex-wrap: wrap;}
  .in-fwlc-text {margin-bottom: 15px;width: 100%;}
  .in-fwlc2 {margin-top: 0;}
  .in-fwlc-btn ul{margin-top: 10px;}
  .in-fwlc-btn ul li {height: 45px;}
  .in-news{margin-top: 40px;}
  .in-news-title{flex-wrap: wrap;}
  .in-news-title .title{width: 100%;}
  .in-news-title .swiper{width: 100%;}
  .in-news-title .swiper-wrapper {justify-content: space-between;}
  .in-news .news1 figure {width: 120px;}
  .in-news .news1 .text {width: calc(100% - 120px);}
  .in-news .news1 .text p{-webkit-line-clamp: 1;}
  .in-news .news1 {margin: 20px 0;}
  .in-news .news2 li a{height: 50px; }
  .in-news .news2 li time{width: 83px;font-size: 14px;}
  .in-news .news2 li h3{width: calc(100% - 85px);font-size: 14px;}
  .xq-map ul {grid-template-columns: repeat(1, 1fr);gap: 10px;}
  .xq-map ul li a {width: 125px;height: 40px;font-size: 16px;}
  .xq-map ul li a figure{width: 24px;}
  .kecheng-r {grid-template-columns: repeat(2, 1fr);}
  .xq-nav li {margin: 0 10px;font-size: 14px;}
  

    .ny-banner{height:auto;}
    .ny-xqxz {padding-top: 0;}
    .xq-nav{margin-bottom:20px;}

}

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

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