.nav_top {
  display: flex;
  justify-content: space-between;
  height: 3rem;
}

.nav_l {
  display: flex;
  align-items: center;
  padding-left: .55rem;
}

.logo {
  height: 2rem;
}

.nav_r {
  display: flex;
  align-items: center;
}

.nav_r a {
  font-size: .66rem;
  color: #f60000;
  margin-right: .5rem;
}

.menu {
  height: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu li a {
  font-size: .55rem;
  color: #333;
  font-weight: 700;
}
.banner img{
  width: 100%;
}
.flex_con{
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
.flex_con img{
  width: 90%;
}
.pannel_list li{
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot{
  width: 0.3rem;
  height: 0.3rem;
  border-radius: .15rem;
  background-color: #ff9e3f;
}
.pannel1_1 span{
  color: #ff9e3f;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem .4rem;
}
.pannel1_2 span{
  margin-left: .8rem;
  font-weight: 700;
  font-size: .9rem;
  margin-top: -.5rem;
}
.pannel1_btn,
.pannel2_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pannel1_btn li{
  width: 94%;
  border-radius: .6rem;
  background-color: #02C3F5;
  height: 2.5rem;
  margin-top: .6rem;
  line-height: 2.5rem;
  text-align: center;
}
.pannel1_btn li a{
  color: #fff;
}
.freebtn{
  display: flex;
  justify-content: space-around;
  margin-top: .8rem;
  font-size: .7rem;
}
.freebtn li:first-child{
  line-height: 2.2rem;
}
.freebtn li:nth-child(2){
  line-height: 1.15rem;
}
.freebtn li{
  width: 11rem;
  height: 2.2rem;
  border-radius: 2rem;
  background-color: #ff9e3f;
  text-align: center;
  color: #fff;
}
.freebtn li a{
  color: #fff;
}
.pannel2_list img{
  width: 95%;
  margin-top: 1.2rem;
}
.pannel4{
  background-color: #E5FAFF;
  margin-top: 2.5rem;
}
.pannel4_top img {
  padding-top: 1.5rem;
}
.pannel4_list{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.pannel4_list img{
  width: 8rem;
}
.pannel_table{
  display: flex;
  justify-content: center;
  position: relative;
}
.pannel_table img{
  width: 25rem;
  margin-top: 1rem;
}
.pannel_table a{
  position: absolute;
  padding: .3rem;
  background-color: #02C3F5;
  color: #fff;
  top: 5.88rem;
  margin-left: 20.8rem;
  font-size: .6rem;
}
.teacherSwiper img{
  display: block;
  width: 25rem;
  margin: .3rem auto;
}
.school_form{
  margin-top: .2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.school_form li{
  width: 94%;
  box-shadow: 0 0 .1rem .1rem #f1f1f1;
  border-radius: .4rem;
  padding: .5rem 0;
  margin-top: 1rem;
}
.school_top img{
  margin-top: 2rem;
}
.school_form input{
  border: none;
  padding-left: 1rem;
}
.school_form li{
  margin-top: 1rem;
  padding: 0;
}
.school_form li span{
  display: inline-block;
  background-color: #02C3F5;
  width: 8rem;
  border-radius: .4rem 0 0 .4rem;
  color: #fff;
  font-size: .8rem;
  padding: .6rem 0;
  text-align: center;
  font-weight: 700;
}
.school_form li input{
  width: 15rem;
  font-size: .8rem;
}
.school_btn li{
  width: 25.5rem; 
  font-size: 1rem;
  border-radius: .5rem;
}
.school p{
  color: red;
  font-size: .5rem;
  text-align: center;
  margin-top: .8rem;
}

.friend {
  display: flex;
  width: 90%;
  font-size: .6rem;
  margin: 2rem 2rem 1.5rem 2rem;
}

.friend span {
  color: #587AFF;
}

#content_list {
  display: flex;
}

#content_list li {
  margin-left: 1.5rem;
}

#container {
  position: relative;
  overflow: hidden;
  width: 80%;
}

#content_list {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.footer{
  background-color: #1C1B1B;
  height: 19.4rem;
}
.jylogo{
  padding-top: 1rem;
  width: 15rem;
}
.foot_menu{
  display: flex;
  justify-content: center;
  font-size: .5rem;
  margin-top: .5rem;
}
.foot_menu li a{
  display: block;
  color: #fff;
  padding: 0 .8rem;
  border-right: 1px solid #fff;
}
.foot_menu li:last-child a{
  border-right: none;
}
.txt_foot{
    width: 22rem;
    margin: .8rem auto;
}
.txt_foot div{
  color: #fff;
  font-size: .6rem;
}
.txt_foot p{
  color: #fff;
  font-size: .6rem;
  text-align: center;
  margin-top: 1rem;
}
.finnal{
  height: 3.8rem;
  background-color: #587AFF;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
.final_flex{
  display: flex;
  justify-content: space-around;
}
.final_flex li{
  width: 8rem;
  height: 2.2rem;
  background-color: #fff;
  border-radius: .8rem;
  margin-top: .8rem;
  color: #587AFF;
  text-align: center;
  font-size: .6rem;
}
.final_flex li a{
  color: #587AFF;
}
.final_flex li:first-child,
.final_flex li:nth-child(2){
  line-height: 2.2rem;
}


.tanchuang{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  background: url(../images/sqjx/pop-up.png) no-repeat;
  background-size: contain;
  width: 21rem;
  height: 30rem;
}
.tanform{
  position: absolute;
  top: 10.5rem;
  left: 2.4rem;
}
.tanform li{
  margin-top: .5rem;
  font-size: .6rem;
}
.tanform li input{
  border: none;
  outline: none;
  width: 14rem;
  border-bottom: 1px solid #666;
}
.tan_btn{
  background-color: #587AFF;
  color: #fff;
  text-align: center;
  width: 16rem;
  border-radius: 1.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  font-size: .6rem;
  position: absolute;
  top: 20.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.tanchuang p{
  color: red;
  font-size: .6rem;
  position: absolute;
  top: 23rem;
  left: 50%;
  transform: translateX(-50%);
}
.tanchuang .close{
  position: absolute;
  left: 17rem;
  top: 1.5rem;
}
.kefu img{
  position: fixed;
  bottom: 45%;
  right: 0;
  z-index: 999;
  width: 4rem;
}