.mobmenu {display: none; margin: 0 0 0 0.4rem; position: relative; z-index: 9;}
.mobmenu dl {width: 0.3rem; margin-right: 10px; cursor: pointer; height: 0.16rem;}
.mobmenu dl dd {width: 0;height: 0.02rem;background: #fff; width: 0.2rem;position: absolute; transition: all 0.3s;}
.mobmenu dl dd:first-child {animation: sjnav 2.4s linear infinite;}
.mobmenu dl dd:nth-child(2) {top: 50%;margin-top: -0.01008rem;}
.mobmenu dl dd:last-child {bottom: 0; animation: sjnav 2.4s linear infinite;animation-delay: 0.4s;}

header.c-style2 .mobmenu dl dd {background: #333;}
header.c-style2 .mobmenu h4 {color: #333;}

/* 导航头 */
.flexsb{display: flex; justify-content: space-between; align-items: center;}
.mobmenu h4 {color: #fff; margin-left: 0.2rem;}
.mobmask {position: fixed;left: 0;top: 0;z-index: 99;width: 100%;height: 100vh;background: rgba(7,16,26,0.8);transition: all 0.5s;visibility: hidden;opacity: 0;transition-delay: 0.2s;}
.mobmask.active{opacity: 1;visibility: visible;}
.mobnavBox {padding-bottom: 20px; width: 60%;height: 100vh;position: fixed;z-index: 100;top: 0;left: -50%;overflow-y: auto;opacity: 0;transition: all 0.3s; background: #fff; visibility: hidden;}
.mobnavBox.active{transition-delay: 0.3s;opacity: 1;left: 0; visibility: visible;} 
.mobCon {padding: 0 0.2rem; }
.mobnavBox .top {padding: 0.1rem 0.2rem; height: 1rem; min-height: 50px; position: sticky;top: 0;z-index: 9999;background: #fff;box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);}
.mobnavBox .top .logo {display: flex; align-items: center; height: 100%; max-width: 50%;}
.mobnavBox .top .logo img , .mobnavBox .top .logo svg { max-height:100%; width: 100%; object-fit: contain; max-height: .9rem;}
.mobnavBox .top .logo svg path {fill: #333;}
.mobnavBox .top .mobnavclose {width: 30px;height: 30px;position: relative; cursor: pointer;}
.mobnavBox .top .mobnavclose:before,
.mobnavBox .top .mobnavclose:after{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #333;border-radius: 1px;}
.mobnavBox .top .mobnavclose:before{width: 20px;height: 2px;transform: translate(-50%,-50%) rotate(45deg);}
.mobnavBox .top .mobnavclose:after{width: 2px;height: 20px;transform: translate(-50%,-50%) rotate(225deg);}
/* 导航搜索 */
/* version1.0 */
.mobsearch {margin-top: 30px;}
.mobsearch form {display: flex; align-items: center; justify-content: space-between;}
.mobsearch form input {width: calc(100% - 52px);line-height: 40px;border: 1px solid #eee;border-radius: 2px;padding: 0 12px;font-size: var(--font14); color: #333;}
.mobsearch form button {width: 42px;height: 42px;background: #04376F;color: #333;border-radius: 2px;font-size: 14px; border: 0; cursor: pointer;}
.mobsearch form button img {filter: brightness(100); -webkit-filter:brightness(100);}
/* version2.0 */
.mobnavBox .form { background-color: #f5f5f5;display: flex;align-items: center;margin-bottom: 0.2rem; margin-top: 0.36rem;}
.mobnavBox .form .f_sub,.mobnavBox .form .tx {height:0.8rem;}
.mobnavBox .form .int {display: flex;align-items: center;width: calc(100% - 1.54rem);padding: 0 0.45rem;}
.mobnavBox .form .int i {width: 0.32rem;display: block;overflow: hidden;}
.mobnavBox .form .int i svg {float: left;width: 100%;}
.mobnavBox .form .int .tx {width: calc(100% - 0.32rem);padding: 0.2rem 0.16rem;font-size: var(--font20);}
.mobnavBox .form .f_sub {display: flex;align-items: center;justify-content: center;width: 1.54rem;color: #fff;background-color: #04376F;cursor: pointer;font-size: var(--font24);}
@media (max-width: 767px) {
  .mobnavBox .form .int {width: calc(100% - 3rem);padding: 0 0.32rem;}
  /* .mobnavBox .form .f_sub, .mobnavBox .form .int .tx {height: 1rem; font-size: var(--font16);} */
  /* .mobnavBox .form .f_sub {font-size: var(--font16);}
  .mobnavBox .bottom .nav li h3 a,.fz_bt{font-size: var(--font19);} */
}

/* 导航内容 */
.mobnavBox .bottom {padding: 6px 0;}
.mobnavBox .bottom .nav li {margin: 0.4rem 0;}
.mobnavBox .bottom .nav li h3 {display: flex;align-items: center;justify-content: space-between; }
.mobnavBox .bottom .nav li h3 a {display: block;text-align: center;color: #333;padding-left: 4px;font-size: var(--font24);}
.mobnavBox .bottom .nav li h3 i {display: flex; align-items: center; justify-content: center; font-size: .5rem; line-height: 1; color: #333;text-align: center; transition: .4s; cursor: pointer;}
.mobnavBox .bottom .nav li h3 i svg {max-width: 100%;}
.mobnavBox .bottom .nav li h3 i img {max-width: 100%;}
.mobnavBox .bottom .nav li .m-subnav {border-bottom: 1px solid #dbdbdb;padding-bottom: 5px;display: none;}
.mobnavBox .bottom .nav li .m-subnav a {margin: 10px 0;padding-left: 5px;position: relative; font-size: var(--font20); color: #333; display: flex;align-items: center;}
.mobnavBox .bottom .nav li .m-subnav a::before {content: ''; width: 4px; height: 4px; border-radius: 50%; background: #04376F; display: inline-flex; margin-right: 5px; flex-shrink: 0;}

/*三级导航 */
.mobnavBox .bottom .nav li .m-subnav dl {border-bottom: 1px solid #eee;}
.mobnavBox .bottom .nav li .m-subnav dl:last-child {border: 0;}
.mobnavBox .bottom .nav li .m-subnav dl dt {display: flex; justify-content: space-between;}
.mobnavBox .bottom .nav li .m-subnav dl dt a {font-size: var(--font22);}
.mobnavBox .bottom .nav li .m-subnav dl dt a::before {display: none;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn {width: 16px; position: relative;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn i {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-weight: 700;}
.mobnavBox .bottom .nav li .m-subnav dl dt .btn .i2 {opacity: 0;}
.mobnavBox .bottom .nav li .m-subnav dl .list {display: none;}
.mobnavBox .bottom .nav li .m-subnav dl .list a {display: flex; position: relative; align-items: center; font-size: var(--font16);}
.mobnavBox .bottom .nav li .m-subnav dl .list a:first-child {margin-top: 0;}
.mobnavBox .bottom .nav li .m-subnav dl.on dt .btn .i2 {opacity: 1;}
.mobnavBox .bottom .nav li .m-subnav dl.on dt .btn .i1 {opacity: 0;}
.mobnavBox .bottom .nav li.on h3 a {color: #04376F;}
.mobnavBox .bottom .nav li.on h3 i {transform: rotate(90deg);color: #04376F;}
.mobnavBox .bottom .nav li.on h3 i:before,
.mobnavBox .bottom .nav li.on h3 i:after {background: #fff;}
.mobnavBox .bottom .nav li h3 a:hover,
.mobnavBox .bottom .nav li .m-subnav a:hover , .mobnavBox .bottom .nav li .m-subnav a.on {color: #04376F;}
.mobnavBox .bottom .nav li .m-subnav a:hover:before , .mobnavBox .bottom .nav li .m-subnav a.on:before {border-color: #04376F;}
.mobnavBox .bottom .nav li .m-subnav a:hover:after , .mobnavBox .bottom .nav li .m-subnav a.on:after {background: #04376F;}
.mobnavBox .bottom .links dl dd {margin: 0.048rem 0;}
.mobnavBox .bottom .links dl dd a {display: flex; align-items: center;}
.mobnavBox .bottom .links dl dd span { margin-left: 0.032rem; display: block; text-align: center;color: #333; padding-left: 4px; font-size: var(--font20);}

/* 导航语言 */
/* version2.0 */
.mobnavBox .moblang .tit {font-size: var(--font20); text-align: center; font-weight: 700; margin-bottom: 0.2rem;}
.mobnavBox .moblang .moblan a {border: 1px solid #eee; margin: 0.16rem 0; color: #666;}
.mobnavBox .moblang .moblan a:active {border-color: #04376F; background: #04376F; color: #fff;}

/* 导航联系方式 */
/* version1.0 */
.moblan a {display: flex;align-items: center;justify-content: center;height: 0.5rem;}
.sitebtn {display: block;border-radius:4px;	background-image: linear-gradient(135deg, #04376F 10%, #fff 60%, #04376F 100%);overflow: hidden;background-size: 200% auto;color: #fff;text-align: center;}
.mobinfo {padding-top: 0.2rem; border-top: 1px solid #eee;}
.mobinfo h2 {color: #04376F; font-weight: 700; margin-bottom: 0.3rem;}
.mobinfo dl dd {display: flex;margin-top: 0.15008rem; align-items: center;}
.mobinfo dl dd .icBox {max-width: 15px;max-height: 15px;display: flex;align-items: center;justify-content: center;margin-right: 5px;}
.mobinfo dl dd .icBox img {max-width: 100%;}
.mobinfo dl dd p {width: calc(100% - 14px);color: #333; }
.mobinfo dl dd p a {color: #333;}
.mobinfo dl dd p a:active {color: #04376F;}
@keyframes sjnav{0% {width: 0;}25% {width: 15px;}50% {width: 30px;}75% {width: 15px;}100% {width: 0;}}
/* version2.0 */
.fz_bt {margin-top: 0.2rem; display: flex;align-items: center;justify-content: center;border-radius: 3px;background-color: #fff;color: #04376F;transition: all 0.3s linear;border: 1px solid #eee; width: 100%; padding: 0.1rem 0; font-size: var(--font24);}
.fz_bt i {display: flex;width: 0.3rem;height: 0.3rem;margin-right:0.2rem;overflow: hidden;}
.fz_bt i svg{width: 100%; height: 100%;}
.fz_bt i svg path{fill: #04376F;}
.fz_bt span {color: #04376F;}
.fz_bt:active {background: #04376F; border-color: #04376F;}
.fz_bt:active i svg path{fill: #fff;}
.fz_bt:active span{color: #fff;}
@media (any-hover: hover) {
  .mobinfo dl dd p a:hover {color: #04376F;}
  .fz_bt:hover{background: #04376F; border-color: #04376F;}
  .fz_bt:hover i svg path{fill: #fff;}
  .fz_bt:hover span{color: #fff;}
}
@media (max-width: 767px) {
  .mobnavBox .bottom .nav li {margin: 0.4rem 0;}
  /* .mobnavBox .bottom .nav li h3 a {font-size: var(--font20);}
  .mobnavBox .bottom .nav li .m-subnav a {font-size: var(--font16);}
  .mobnavBox .bottom .nav li .m-subnav dl dt a {font-size: var(--font18);} */
  .fz_bt i {width: 0.4rem; height: 0.4rem; margin-right: 0.15rem;}
}


/* ======================================================1600px========================================================= */
@media (max-width: 1600px) {
  .indexThre .list li { min-height: 4rem;}
  #yzform button {height: 0.64rem;}

  .abroad-ys ul {grid-template-rows: 4.5rem 4.5rem;}
  .school-list ul li{height: 6rem;}
}

/* ======================================================1440px========================================================= */
@media (max-width: 1440px) {


}

/* ======================================================1280px========================================================= */
@media (max-width: 1280px) {
  /* 头部 */



}


/* ======================================================1200px========================================================= */
@media  (max-width: 1200px) {
  .maps {left: 64.1%;}
}

/* ======================================================1024px========================================================= */
@media  (max-width: 1024px) { 

  /* 首页 */
  .indexOne  .indexTle{text-align: center; width: 100%;}
  .indexOne .tle .txt{width: 100%;}
  .newsxq-right{display: none;}
  .newsxq-left{width: 100%;}
 
}


/* ======================================================991px========================================================= */
@media (max-width: 991px) { 
  /* 头部 */
  .header nav {display: none;}
  .mobmenu {display: inline-flex; margin: 0;}

  .indexTwo .item:nth-child(even){margin-top: .5rem;}
  .indexOne .list{gap: .4rem;}
  .indexOne .item{padding: .3rem;}
  .indexThre .list li{padding: .3rem .2rem;}
  .indexFour .box{flex-wrap: wrap;}
  .indexFour .swiperBox{width: 100%; margin-top: .4rem;}
  .indexFour .left { width: 100%;}

  .indexFour .numlist {flex-direction: row;justify-content: space-evenly;}
  .news-box{display: flex;flex-wrap: wrap;gap: 0;justify-content: space-between;}
  .news-box-left{width: 100%;}
  .news-left{width: 48%;}
  .news-middle{width: 48%;}
  .news-list{width: 100%; margin-top: .3rem;}
  .news-box .news-list ul li .pic{height: auto;}
  .news-list ul li{margin-bottom: .3rem;}

  /* 内页关于我们 */
  .indexTle h5{width: 100%;}
  .brand .indexOne .list {  grid-template-columns: repeat(2, 1fr);}
  .values ul li .item dl dt{margin-bottom: 0.1rem; margin-right: .1rem;} 
  .group-right dl{flex-wrap: wrap;}
  .group-right dl dd{margin-bottom: .1rem;}

  /* 内页留学项目 */
  .abroad-list ul{grid-template-columns: repeat(3, 1fr);}
  .abroad-ys ul{grid-template-columns: repeat(2, 1fr);}
  .abroad-ys ul {  grid-template-rows: auto;}
  .abroad-ys ul li{padding: .5rem 6%;}
  .abroad-ys ul li.item1 .info{  grid-template-columns: repeat(2, 1fr);}
  .abroad-ys ul li.item2 .info{  grid-template-columns: repeat(1, 1fr); gap: .2rem;}
  .school-list ul{  grid-template-columns: repeat(2, 1fr);}

  /* 内页服务流程 */
  .serviceMain{padding: 1rem 0;}
  .service{margin-top: 0;}

  .newsMain .news-left{width: 100%;}
  .newsMain .news-left ul{grid-template-columns: repeat(2, 1fr);}
}



/* 平板竖屏及以上（≥768px）用平板/桌面布局 */
/* 仅手机端生效（≤767px） */
@media (max-width: 767px) { 
  /* 通用 */
  .more1 {width: 2.5rem;}
  /* .more1 {padding: .1rem .15rem;} */

  /* 头部 */
  .headBox {height: 1.2rem !important;}
  .headBox .logo {padding: .2rem 0;}
  .mobnavBox {width: 100%;}
  .mobnavBox .top {height: 1.2rem;}
  .mobmenu {margin-left: 0;}
  .mobmenu h4 {margin-left: .15rem;}
  #c-placeholder {height: 1.2rem;}
  .searchFull .ssf-fields-wrap {margin: 0;}



  .indexBanner .slide1 .p2{font-size: .46rem;}
  .indexOne .list{grid-template-columns: repeat(2, 1fr);}
  .indexOne .item{margin-bottom: 0;}
  .indexTwo .item{flex-wrap: wrap;}
  .indexTwo .item .imgBox{width: 100%;}
  .indexTwo .item .con{width: 100%;}

  .indexThre .list ul {grid-template-columns: repeat(2, 1fr);}
  .indexFour .numlist{flex-wrap: wrap; text-align: center;}
  .indexFour .numlist .item{width: 50%; }
  .indexFour .num{justify-content: center;}
  .indexFour .slide{flex-wrap: wrap;}
  .indexFour .slide .con{width: 100%;}
  .indexFour .slide .imgBox{display: none;}
  .indexFour .swjt {right: 6%; left: auto; bottom: .3rem;}
  .indexFour .swjt.swiper-button-prev {left: auto; right: 8%;}
  .indexFive .box .left{width: 100%; margin-bottom: .4rem;}
  .indexFive .box .right{width: 100%;}

  #yzform dl dd input{height: .8rem;}
  #yzform button {height: 0.84rem;}
  .news-left{width: 100%; margin-bottom: 0.4rem;}
  .news-middle{width: 100%;}


  /* 底部 */
  .footer-top{padding: 0.45rem .3rem;}
  .footer-top .info{margin-bottom: .3rem; }

  .footer-nav ul{display: grid; grid-template-columns: repeat(4, 1fr);}
  .footer-nav ul li{margin: 0;}
  .footer-share ul li .icon{width: .6rem; height: .6rem;}
 



  .foternav {flex-wrap: wrap;width: 100%; margin: 0;}
  .foternav dl .ddbox {display: none; ; transition: 0s;}
  .foternav dl .ddbox dd {margin: 5px 0;}
  .foternav dl {width: 100%; margin-right: 0; text-align: left; padding-right: 0;margin-bottom: 10px;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
  .foternav dl dt {margin-bottom: 0 !important;position: relative;cursor: pointer; padding: .1rem 0;}
  .foternav dl dt::after {content: '\e602'; font-family: layui-icon !important; position: absolute; left: auto; right: 0;top: 50%;transform: translate(-50%, -50%); transform-origin: center; transition: .5s; }
  .foternav dl dt::before {display: none;}
  .foternav dl.on dt::after {transform:translate(-50%, -50%) rotate(90deg);}
  .foternav dl:last-child {margin-bottom: 0; border: 0;}
  .foternav dl.nolist dt::after {display: none;}
  .foternav dl.nolist dt a {display: block; margin-bottom: 0;}

  


  /* =============================================内页============================================ */
  /* 内页公用样式 */
  .banner-class ul li a { padding: .24rem .3rem;}
  .aboutMain {  padding: .8rem 0 1.2rem;}
  .story .info{width: 100%;}
  .story .indexTle h3{text-align: center; display: block;}
  .story .pic{width: 100%;}
  .values ul li .info{width: 100%; margin-bottom: .3rem;}
  .values ul li .pic{width: 100%;}
  .values ul li .info h4{text-align: center; display: block;}
  .values ul li .info>div{width: 100%;}
  .group-box .info{width: 100%; margin-bottom: .5rem;}
  .group-right{width: 100%;}
  .honor-list .swjt{display: none;}



  /* 内页留学项目 */
  .abroad { padding: .8rem 0 ;}
  .abroad-top strong{font-size: 1rem;}
  .abroad-list ul{grid-template-columns: repeat(2, 1fr);}
  .abroad-num ul{grid-template-columns: repeat(2, 1fr); display: grid; gap: .2rem;}
  .abroad-num ul li .num{justify-content: center;}
  .abroad-num ul li .num{font-size: .45rem;}
  .solution-bg .indexTle h3{text-align: center; display: block;}
  .solution-box .info{width: 100%; margin: .4rem 0;}
  .solution-box .pic{width: 100%;}
  .product {   padding: .89rem 0 .5rem;}
  .product-btn{width: 100%; }
  .product-list ul li .pic{width: 100%; margin-bottom: .4rem;}
  .product-list ul li .info{width: 100%; }
  .product-list ul li:nth-of-type(odd) .info {  margin-right: 0;}
  .product-list ul li .info h5{margin-bottom: .4rem;}
  .product-list ul li:nth-of-type(even) .info {   margin-left: 0;}
  .abroad-ys ul {  grid-template-columns: repeat(1, 1fr);}
  .school-list ul {  grid-template-columns: repeat(1, 1fr);}


  /* 内页服务流程 */
  .ny-banner .name { top: 59%;}
  .ny-banner .name h2{display: none;}
  .service-list::after{display: none;}
  .service-list dl{    grid-template-columns: repeat(2, 1fr); gap: .2rem;}
  .service-list dl dt .icon{width: .7rem; height: .7rem;}
  .service-list dl dt .icon img{max-width: 80%;}

  /* 内页升学申请 */
  .admissionMain .indexFive {   padding: 1.85rem 0 1.22rem;}



  /* 内页新闻动态 */
  .newsMain .news-left{padding: .8rem 0 .3rem;}
  .newsMain .news-left ul{grid-template-columns: repeat(1, 1fr);}
  .news-list ul li .pic{display: none;}



/* 内页联系我们 */
.nycontact-list ul{grid-template-columns: repeat(1, 1fr);}
.maps {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 12%;
  transform: translate(-50%, 0);
  width: 90%;
}


.maps::after {
  position: absolute;
  content: '';
  background: url(../images/map-arrow.png) no-repeat left top;
  width: .2rem;
  height: .25rem;
  top: 0px;
  left: 47%;
  transform: translate(-50%, -50%) rotate3d(1, 1, 1, 323deg);
  background-size: contain;
}










}