body {
    color: #454545;
    font-size: .55rem;
    margin: 0 auto;
}
@keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@keyframes ballon6{
  0%{transform: translateX(-3px);}
  50%{transform: translateX(0);}
  100%{transform: translateX(-3px);}
}
@keyframes ballon7{
  0%{transform: translateY(-3px);}
  50%{transform: translateY(0);}
  100%{transform: translateY(-3px);}
}

button,
input {
    border: none;
    box-sizing: border-box;
    outline: 0
}

.under_bth a {
    display: block;
    width: 12rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
    color: #fff;
    background: linear-gradient(to bottom, #4888ff, #1a6aff);
    background: -webkit-linear-gradient(to bottom, #4888ff, #1a6aff);
    background: -o-linear-gradient(to bottom, #4888ff, #1a6aff);
    background: -ms-linear-gradient(to bottom, #4888ff, #1a6aff);
    background: -moz-linear-gradient(to bottom, #4888ff, #1a6aff);
    border-radius: 1rem;
    margin: 0 auto;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
    animation: ballon7 1s infinite alternate linear;
}

/* 标题 */
.box-common, .box-title {
    box-sizing: border-box;
    width: 16.8rem;
}
.box-common {
    margin: auto;
    padding-top: 1.05rem;
    text-align: center;
}
.box-title {
    align-items: center;
    background-image: linear-gradient(115deg,#a3d8ff,#e0f2ff);
    border-radius: 0.075rem;
    border: 0.025rem solid #1968ff;
    color: #1968ff;
    font-size: 1.05rem;
    font-weight: 700;
    height: 1.9rem;
    line-height: 1.9rem;
}
.box-desc {
    line-height: .75rem;
    margin-top: .325rem;
    text-align: center;
}

/* banner */
.box1 {
    background: url(../images/2025sjb-wap-banner.jpg) 50% no-repeat;
    background-size: 100% 100%;
    height: 14rem;
    width: 100%
}

/* 暑假班预约优惠 */
.box2 {
    background: url(../images/box1-bg.jpg) 50% no-repeat;
    background-size: 100% 100%;
    height: 14.775rem;
    padding-top:1rem;
    width: 100%;
    position: relative;  
}
.yy-bg {
    background: url(../images/form1-bg.png) 50% no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    height: 14.275rem;
    padding: 5.2rem 0 0 1.5rem;
    width: 100%;
}

.form-list .form-item {
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: .25rem;
    padding-left: .5rem;
    text-align: left
}

.form-item-code,
.form-list .form-item {
    border-radius: .7rem;
    height: 1.425rem;
    line-height: 1.425rem;
    width: 15.375rem
}

.form-item-code {
    margin-bottom: .7rem
}

.kaptcha-btn {
    background: #fec848;
    border-radius: .7rem;
    display: inline-block;
    height: 1.425rem;
    padding-left: 0;
    width: 4.625rem
}

.form-item input {
    height: 1.425rem;
    width: 13.5rem
}

.form-item-code input {
    border-radius: .7rem;
    height: 1.425rem;
    padding-left: .475rem;
    width: 10.475rem
}

.yyst-btn {
    background: url(../images/yyst.png) 50% no-repeat;
    background-size: 100% 100%;
    height: 1.7rem;
    width: 15.7rem
}

/* 课程 */
.ban3{
    background:#fff;
    box-sizing: border-box;
    overflow-y:auto;
}
.ban3 .conpub{
    padding: 0 0.5rem;

}
/************课程****************/
.kc-con{width: 96%; margin:0 auto;margin-top:0.8rem;}
.kc-con ul {overflow: hidden;margin-bottom:0.5rem;}
.kc-ul li {
	float: left;
	width: 5rem;
	height: 1.375rem;
	line-height: 1.375rem;
	font-size: 0.72rem;
	color: #1968ff;
	text-align: center;
	padding-right:0.325rem;
	margin-left: 2.6%;
	cursor: pointer;
	margin-top:0.4rem;
	margin-bottom:0.4rem;
	background: url(../images/rmkc_xuan01.png) 0 0 no-repeat; 
	background-size: 100% 1.375rem; 
}

.kc-con ul li:hover {opacity: 1;color: #fff;background: url(../images/rmkc_xuan02.png) 0 0 no-repeat;	background-size: 100% 1.375rem; }


.kc-ul .liw{width: 23%;}

.kc-con .kc_nr{width: 8.82rem;
    height:9.7rem;
    background: url(../images/kecheng_bg01.png) 0 0 no-repeat;
    background-size:100% 9.7rem; }

.kc-con .kc_nr a {
    display: block;
    width: 4.25rem;
    height: 1.07rem;
    text-align: center;
    line-height: 1.07rem;
    font-size: 0.6rem;
    color: #fff;
    background: linear-gradient(to bottom, #4888ff, #1a6aff);
    background: -webkit-linear-gradient(to bottom, #4888ff, #1a6aff);
    background: -o-linear-gradient(to bottom, #4888ff, #1a6aff);
    background: -ms-linear-gradient(to bottom, #4888ff, #1a6aff);
    background: -moz-linear-gradient(to bottom, #4888ff, #1a6aff);
    border-radius: 0.5rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    animation: scale2 2s infinite alternate linear;
}

.kc-con .kc_nr h2 {
    font-size:0.72rem;
    line-height: 0.88rem;
    color:#fff;
    text-align: center;
	   margin-top: 0.88rem;
    font-weight: bold;
}

.kc-con .kc_nr p {
   color:#333333;
   font-size:0.6rem;
   line-height: 1.36rem;
   text-align: left;
   position: relative;
   margin-top: 0.8rem;
   padding-left: 0.72rem;
}

.kc-con .kc_nr span {
   color:#1968ff;
   font-weight: bold;
}

.fl {
	float: left
}
.fr {
	float: right
}

.sat_actcard{
    width: 100%;
    height: 4.53rem;
    margin-top: 0.5rem;
    padding-bottom: 1rem;
}
.sat_actcard ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.sat_actcard ul li{
    width: 4rem;
    height: 4.53rem;
}
.sat_actcard ul li:nth-child(1){
    background: url(../images/satCard1bg.png) 0 0 no-repeat;
    background-size:100% 4.53rem; 
}
.sat_actcard ul li:nth-child(2){
    background: url(../images/satCard2bg.png) 0 0 no-repeat;
    background-size:100% 4.53rem; 
}
.sat_actcard ul li:nth-child(3){
    background: url(../images/satCard3bg.png) 0 0 no-repeat;
    background-size:100% 4.53rem; 
}
.sat_actcard ul li:nth-child(4){
    background: url(../images/satCard4bg.png) 0 0 no-repeat;
    background-size:100% 4.53rem; 
}
.sat_actcard ul li{
    color:#fff;
    font-size: 0.5rem;
    text-align: center;
  
}
.sat_actcard ul li a{
  display:block;
  width: 4rem;
  height: 4.53rem;
  color:#fff;
  box-sizing: border-box;
  padding-top: 3rem;
}

.conpub {
    width: 100%;
    padding: 0 0.75rem;
    box-sizing: border-box;
}
.conpub .cent_btn{
    display: block;
    width:10.13rem;
    height:1.75rem;
    text-align: center;
    line-height: 1.75rem;
    font-size:0.95rem;
    color: #fff;
    background: linear-gradient(to bottom, #349f96, #7fcfc9);
    border-radius: 0.5rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-weight: bold;
    animation: ballon6 1s linear infinite;
}

.conpub h3{
    width: 12.15rem;
    height: 2.75rem;
    box-sizing: border-box;
    line-height: 3.7rem;
    font-size: 0.9rem;
    padding-left: 1.8rem;
    color:#ffffff;
    margin:0 auto;
    background: url(../images/ban1_tit01.png) 0 0 no-repeat;
    background-size:100% 2.75rem; 
    font-weight: bold;
}
.conpub h3 span{
    color:#f8ff44;
    display: inline-block;
    margin-left: 0.2rem;
}

/* 优惠正当时 */
.ban2{
    background: url(../images/box3-bg.jpg) 50% no-repeat;
    background-size: 100% 100%;
    height: 28.5rem;
    padding-top:0.5rem;
    margin-top:1.5rem;
    width: 100%; 
}
.ban2 .yhzds_main_Rlist{
    width: 100%;
    height:10.25rem;
    background: url(../images/ban2_listbg.png) 0 0 no-repeat;
    background-size:100% 10.25rem; 
    box-sizing: border-box;
    padding:0 0.5rem;
    padding-top: 0.8rem;
    margin-top:0.5rem;
}
.ban2 .yhzds_main_Rlist ul li{
    width: 100%;
    height: 1.82rem;
    line-height:1.82rem;
    box-sizing: border-box;
    position: relative;
    padding-left: 0.95rem;
}
.ban2 .yhzds_main_Rlist ul li:before{
    content: '';
    position: absolute;
    display: inline-block;
    width:0.55rem;
    height:0.55rem;
    left: 0rem;
    top: 0.57rem;
    background: url(../images/ban1_icon1.png) 0 0 no-repeat;
    background-size:100% 0.55rem;
    animation: ballon6 1s infinite alternate linear;
}
.ban2 .yhzds_main_Rlist ul li span{
    display: inline-block;
    border-radius:0.5rem;
    width:3.38rem;
    height:1rem;
    line-height: 1rem;
    font-size:0.6rem;
    background:#1968ff;
    color:#fff;
    font-weight: bold;
    text-align: center;
    margin-right: 0.2rem;
}
.ban2 .yhzds_main_Rlist ul li a{
    display: block;
    height: 1.82rem;
    line-height: 1.82rem;
    font-size:0.6rem;
    color:#1968ff;
    transition: al .3s;
    border-bottom:0.03rem dashed #1968ff;
}
.ban2 .yhzds_main_Rlist ul li a:hover{
    color: #009fe1;
}
.ban2 .yhzds_main_Rlist p{
     margin-top: 0.38rem;
}
.ban2 .yhzds_main_Rlist p img{
    width: 5.3rem;
    height: 0.5rem;
    margin-left: 0.95rem;
}
.ban2 .yhzds_main_Bform{
    width: 18rem;
    height: 13rem;
    margin:0 auto;
    background: url(../images/ban2_formbg.png) 0 0 no-repeat;
    background-size:100% 13rem; 
    box-sizing: border-box;
    padding:0 0.5rem;
    padding-top: 1.1rem;
    margin-top: -0.6rem;
    margin-bottom: 1rem;
}
.ban2 .yhzds_main_Bform input {
    width: 15.05rem;
    height:1.8rem;
    border-radius: 0.3rem;
    display: block;
    margin: 0 auto .5rem;
    font-size: .6rem;
    text-indent: 1.5rem;
    outline: none;
    border:none;
    color:#000000;
  }
.ban2 .yhzds_main_Bform input::-webkit-input-placeholder{
    color:#000;
    font-size: .6rem;
 }
.ban2 .yhzds_main_Bform .form_name {
    margin-top: .6rem;
    background: url(../images/name_icon.png) 0.5rem center no-repeat #fff;
    background-size:1rem 0.93rem;
  }
.ban2 .yhzds_main_Bform .form_phoneNo {
    margin-top: 0.6rem;
    background: url(../images/tel_icon.png) 0.5rem center no-repeat #fff;
    background-size:1rem 0.93rem;
  }
.ban2 .yhzds_main_Bform .form_course {
    margin-top: 0.6rem;
    background: url(../images/yy_icon3.png) 0.5rem center no-repeat #fff;
    background-size:1rem 0.93rem;
  }
.ban2 .yhzds_main_Bform .formCode{
    width: 15.5rem;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    height: 1.8rem;
    margin: 0 auto 0.5rem;
    border-radius: 5px;
  }
.ban2 .yhzds_main_Bform .formCode .codeInput
  {
    width: 9rem;
    text-align: center;
    text-indent: 0;
    height: 1.8rem;
    background-color: #fff;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    line-height: 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    color: #000;
    margin-left: 0;
    border-radius: 5px;
  }
.ban2 .yhzds_main_Bform .formCode .codetxt{
   width: 6rem;
   background: #e3e3e3;
   outline: none;
   height: 1.8rem;
   cursor: pointer;
   font-size: 0.7rem;
   border: 0;
   color: #000;
   border-radius: 0.2rem;
  }
.ban2 .yhzds_main_Bform span.submit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.95rem;
    color: #fff;
    border-radius: 0.3rem;
    width: 15.5rem;
    height:1.9rem;
    line-height: 1.9rem;
    margin: 0 auto;
    background: linear-gradient(to right, #fd6b34, #fbc950);
    font-weight: bold;
    animation: ballon7 1s linear infinite;
  }

/* 教师团队 */
.ban4{
    background: url(../images/box4-bg.jpg) 50% no-repeat;
    background-size: 100% 100%;
    height: 30.5rem;
    padding-top:0.5rem;
    width: 100%; 
}
.ban4 h3{
    padding-left: 3.5rem;
}
.ban4 .sectitbg{
    width: 17.18rem;
    height: 3.92rem;
    margin:0.8rem auto;
    background: url(../images/sec_titbg.png) 0 0 no-repeat;
    background-size:100% 3.92rem; 
    box-sizing: border-box;
    text-align: left;
    font-size:0.5rem;
    color:#fff;
    padding-left: 2.5rem;
    padding-top: 0.45rem;
}
.ban4 .laoshi_swiper{
   margin-top: 1rem;
}
.ban4 .laoshi_swiper h5.haiguiP{
    width: 10.35rem;
    height: 0.88rem;
    text-align: center;
    margin: 0 auto;
    font-size: 0.6rem;
    color: #282828;
    font-weight: bold;
    margin-top: 1.15rem;
    border-radius: 1rem 0 1rem 0;
    border: 2px solid #329d95;
}
.ban4 .laoshi_swiper p{
    font-size: 0.53rem;
    color: #282828;
    margin-top: 0.5rem;
}
/**** 教师轮播 ****/
.ban4 .jiaoshi  {
    width: 100%;
    padding-top: .2rem;
    padding-bottom: .85rem;
  }
  
.ban4 .jiaoshi  .mySwiper {
    width: 17.2rem;
    height: 17.5rem;
    padding-bottom: 2.1rem;
    margin: .2rem auto 0;
    border-radius: 2.5rem;
    background-color: #fff;
    overflow: hidden;
    position: relative;
  }
  
.ban4 .jiaoshi  .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  
.ban4 .jiaoshi  .mySwiper .swiper-slide img {
    width: 6.35rem;
    height: 8.05rem;
    display: block;
    margin: .25rem auto 0;
  }
  
.ban4 .jiaoshi  .mySwiper .swiper-slide .ls_right {
    padding: 0 .6rem;
  }
  
.ban4 .jiaoshi  .mySwiper .swiper-slide .ls_right h6 {
    font-size: .75rem;
    color: #333;
    text-align: left;
    font-weight: bold;
    line-height: .8rem;
    margin-top: .45rem;
    padding-left: 0.5rem;
  }
.ban4 .jiaoshi  .mySwiper .swiper-slide .ls_right h6 span{
    font-size: .66rem;
    font-weight:normal;
    margin-left: 0.5rem;
  }
.ban4 .jiaoshi  .mySwiper .swiper-slide .ls_right h5 {
    width: 8.35rem;
    height: .85rem;
    display: flex;
    font-weight: normal;
    font-size: .5rem;
    color: #fff;
    border-radius: .4rem;
    margin: .25rem auto 0;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #0051a5, #d1e0ef);
  }
  
.ban4 .jiaoshi  .mySwiper .swiper-slide .ls_right p {
    font-size: .66rem;
    color: #333;
    line-height: 1.2rem;
    margin-top: .5rem;
  }
  
.ban4 .jiaoshi  .mySwiper .swiper-slide .ls_right p b {
    width: 3.25rem;
    height: 1rem;
    margin-right: .5rem;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: normal;
    font-size: .66rem;
    color: #1968ff;
    border-radius: .75rem 0 .75rem 0;
    border: 1px dashed #1968ff;
  }
  
.ban4 .jiaoshi  .mySwiper .swiper-slide .ls_right p:last-child b {
    margin-bottom: 3rem;
  }
  
.ban4 .jiaoshi  .mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 1;
    background-color: #cccccc;
  }
  
.ban4 .jiaoshi  .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
    border-radius: .25rem;
    background-color: #1968ff;
  }
  
.ban4 .jiaoshi  .ls_icon {
    width: 5.85rem;
    height: 1.5rem;
    display: block;
    margin: .75rem auto 0;
}
.ban4 .jiaoshi  .ls_icon img {
    width: 5.85rem;
    height: 1.5rem;
}
.ban4 .cent_btn{
    background: linear-gradient(to bottom, #fd6b34, #fbc950);
}

/* 完善的服务体系 为你的学习保驾护航 */
.ban5{
    background:#fafafa url(../images/box5-bg.jpg) 50% no-repeat;
    background-size: 100% 100%;
    height: 18.2rem;
    padding-top:0.5rem;
    width: 100%; 
}
.ban5 h3 {
    width:16.73rem;
    height: 2.75rem;
    padding-left: 1.5rem;
    background: url(../images/ban5_tit01.png) 0 0 no-repeat;
    background-size: 100% 2.75rem;
}
.ban5 h5.haiguiP {
    width:14.38rem;
    height: 0.88rem;
    text-align: center;
    margin: 0 auto;
    font-size: 0.6rem;
    color: #282828;
    font-weight: bold;
    margin-top: 1.15rem;
    border-radius: 1rem 0 1rem 0;
    border: 2px solid #329d95;
}
.ban5 .ban5_cpic img{
    width:16.95rem;
    height: 8.43rem;
    margin:1rem auto;
} 

.ban6 {
    background: url(../images/box6-bg.jpg) 50% bottom no-repeat;
    background-size: contain;
    height: 27.2rem;
    width: 100%;
}
.ban6 .box-desc {
    margin: .375rem auto 0;
    width: 17.2rem;
    text-align: justify;
}
.jiaocai{padding:1rem .75rem 0 .75rem; position: relative;}

.jiaocaiBox{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.jiaocaiBox .navBox{width: 12rem; height: 1.5rem;background: linear-gradient(to right, #1a69ff, #347bff);display: flex;align-items: center;justify-content: center;margin-bottom: 0.8rem;}
.jiaocaiBox .navBox .navxuhao{ width: 1rem;height: 0.55rem;margin-right: 0.25rem;}
.jiaocaiBox .navBox .navcontent{ color: #fff;font-size:0.72rem;font-weight: bold;}

.jiaocaiBox .jiaocaicontentimg{width: 17.25rem;height: 13rem;}

.jiaocai-pre{width: 1.5rem;height: 1.5rem;display: flex;align-items: center;justify-content: center;top: 1rem;position: absolute;z-index: 1;}

.main{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ban8 {background:#fafafa url(../images/box8-bg.jpg) 50% no-repeat;
    background-size: 100% 100%;
    height: 37.2rem;
    padding-top:0.5rem;
    width: 100%; 
}

.campus {
  margin-top: 0.5rem;
}

.campus .citys .item {
  box-shadow: 0 0 0.2rem rgba(36, 159, 253, 0.21);
}

.campus .citys .item.active {
  color: #0671e8;
  border-color: #0671e8;
}

.campus .tabs .tab {
  background-color: #e2effe;
}

.campus .tabs .tab.active {
  color: #fff;
  background-color: #0671e8
}

.campus .content .name {
  color: #0671e8;
}

.form-footer .title {
  margin-bottom: 0.6rem;
  color: #3f669d;
  text-align: center;
}

.form-footer .kaptcha-btn {
  width: 6.25rem;
}
