.header {
  width: 100%;
  height: 40px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  padding: 0 360px;
  box-sizing: border-box;
  justify-content: center;
  font-size: 10px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #666;
}

.header_nav {
  width: 1200px;
  min-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right span {
  color: #fe2e1c;
}

.mid_nav {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.mid_nav .logo {
  width: 200px;
  height: 65px;
  margin-right: 41px;
}

.nav {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background-color: #fff;
}

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

.address img {
  width: 15px;
  height: 23px;
  margin-right: 41px;
}

.address span {
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  margin-right: 10px;
}

.nav_right ul {
  display: flex;
  align-items: center;
}

.nav_right ul li {
  position: relative;
  margin-right: 42px;
  cursor: pointer;
}

.nav_wraper {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #333;
}

.nav_wraper img {
  width: 12px;
  height: 7px;
  margin-left: 10px;
}

.cont_wraper {
  width: 120px;
  position: absolute;
  top: 35px;
  z-index: 999;
  box-sizing: border-box;
  background-color: #fff;
  display: none;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.cont_wraper:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;
  right: 41px;
  padding: 0;
  border-bottom: 8px solid #fff;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  content: '';
  z-index: 999;
}

.cont_wraper:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -18px;
  right: 40px;
  padding: 0;
  border-bottom: 9px solid #ccc;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  content: '';
  z-index: 99;
}

.cont_wraper div {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}

.cont_wraper div:hover {
  background-color: #ECF5FF;
}

.nav_wraper:hover .cont_wraper,
.nav_wraper:hover .wxlink {
  display: block;
}

.wxlink {
  position: absolute;
  width: 160px;
  height: 220px;
  background-color: #fff;
  top: 22px;
  left: -20px;
  z-index: 999;
  display: none;
  padding-top: 5px;
}

.wxlink h1 {
  text-align: center;
  padding-bottom: 10px;
  font-size: 16px;
  background-color: #fff;
  color: #333;
}

.wxlink p {
  font-size: 15px;
  color: red;
  text-align: center;
  margin-bottom: 5px;
}

.wxlink span {
  display: block;
  background-color: #3AD1F1;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.wxlink .wxlogo {
  width: 140px;
  height: 140px;
  margin-left: 10px;
}

.bao {
  margin-top: 100px;
}

.bao_top {
  display: flex;
  justify-content: space-around;
}

.bao_top img {
  width: 215px;
}

.course {
  margin-top: 50px;
}

.bao_form {
  position: relative;
}

.bao_form a {
  position: absolute;
  top: 153px;
  left: 960px;
  border: 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FF9E3F;
  font-size: 22px;
  color: #fff;
}

.bao_tel {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.tel_btn {
  width: 500px;
  height: 60px;
  background-color: #4288F9;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  cursor: pointer;
}

.bao_tel .wxlink {
  position: absolute;
  top: -228px;
  left: 500px;
  width: 160px;
}

.bao_tel:hover .wxlink {
  display: block;
}

.jxy_bn {
  margin-top: 100px;
  background-color: #F6F6FF;
  height: 1150px;
}

.bn_top,
.qk_top,
.fbs_top {
  display: flex;
  justify-content: center;
}

.bn_top img {
  padding-top: 40px;
}

.bn_btn {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.qk_top img {
  margin-top: 100px;
}

.qk_form img {
  margin-top: 40px;
}

.fbsgl {
  background-color: #F6F6FF;
  margin-top: 100px;
  height: 1360px;
}

.fbs_top img {
  padding-top: 50px;
}

.fbs_content {
  display: flex;
  justify-content: center;
}

.fbs_content img {
  /* margin: 0 auto; */
  margin-top: 80px;
}

.fbs_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list1 {
  height: 80px;
  width: 560px;
  border: 1px solid #ccc;
  border-radius: 15px;
  line-height: 80px;
  font-size: 23px;
  margin-top: 35px;
}

.fbs_l {
  display: inline-block;
  background-color: #FF9E3F;
  border-radius: 15px 0 0 15px;
  padding: 0 20px;
  font-size: 28px;
  color: #fff;
  width: 112px;
  text-align: center;
}

.list1 span {
  padding-left: 10px;
  color: #666;
}

.fbs_btn {
  display: flex;
  justify-content: space-around;
  margin-top: 45px;
  position: relative;
}

.fbs_btn a,
.fbs_btn .fbs_tel {
  display: block;
  width: 320px;
  height: 60px;
  background-color: #4288F9;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.fbs_btn .fbs_tel {
  font-size: 22px;
  line-height: 20px
}

.fbs_tel p {
  line-height: 30px;
}

.fbs_btn .wxlink {
  position: absolute;
  top: -230px;
  left: 830px;
}

.fbs_tel:hover .wxlink {
  display: block;
}

.time_top {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.time_plan img:nth-child(1) {
  margin: 60px auto;
}

.bn_jxy {
  background-color: #F6F6FF;
  height: 850px;
  margin-top: 100px;
}

.bnjx_top {
  display: flex;
  justify-content: center;
}

.bnjx_top img {
  padding-top: 50px;
}

.bnjx_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.bnjx_list li {
  width: 250px;
  height: 205px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 26px;
  text-align: center;
  margin-left: 50px;
  margin-top: 40px;
}

.bnjx_list li h2 {
  border-radius: 10px 10px 0px 0px;
  background-color: #4288F9;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.bnjx_list li span {
  display: block;
  color: #666;
  margin-top: 20px;
}

.bnjx_list li p {
  color: red;
  margin-bottom: 10px;
}

.bnjx_list li a {
  height: 40px;
  background-color: #FF9E3F;
  padding: 3px 15px;
  border-radius: 20px;
  color: #fff;
}

.sub_top {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.sub_plan img {
  margin: 80px auto;
}

.sub_plan {
  position: relative;
}

.sub_plan a {
  position: absolute;
  top: 165px;
  right: -30px;
  width: 130px;
  height: 40px;
  background-color: #FF9E3F;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #fff;
}

.teacher_top {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.teacher_banner {
  margin-top: 100px;
}

.school_top {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.school_img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.school_img li {
  margin-top: 10px;
  margin-left: 30px;
}

.school_img li img {
  width: 260px;
}

.school_img li span {
  font-size: 24px;
  margin-left: 32px;
}

.pin {
  background-color: #8EB9FF;
  height: 950px;
  margin-top: 80px;
}

.pin_top {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.pin_top img {
  width: 70%;
}

.pin_img {
  width: 300px;
  height: 100px;
  margin-top: 80px;
}

.pin_img h3 {
  color: #fff;
  font-size: 46px;
}

.pin_img p {
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.pin_img img {
  width: 380px;
  margin-top: 50px;
}

.pin_r img:nth-child(1) {
  width: 370px;
  margin-left: 410px;
  margin-top: -85px;
}

.pin_r img:nth-child(2) {
  width: 370px;
  margin-left: 820px;
  margin-top: -265px;
}

.pin_r img:nth-child(3) {
  width: 370px;
  margin-left: 820px;
  margin-top: 80px;
}

.pin_txt {
  width: 375px;
  height: 326px;
  background-color: #4288F9;
  border-radius: 0 0 30px 0;
  margin-top: -295px;
  margin-left: 410px;
  position: relative;
  z-index: 10;
  color: #fff;
}

.pin_txt h2 {
  font-size: 30px;
  padding-left: 40px;
  padding-top: 30px;
}

.pin_txt p {
  font-size: 18px;
  padding: 30px 30px;
}

.local {
  margin-top: 100px;
}

.yx_form {
  margin-top: 100px;
}

.yx_top {
  display: flex;
  justify-content: center;
}

.yx_top img {
  width: 800px;
}

.fbs_list li {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin-top: 30px;
}

.fbs_list li span {
  background-color: #FF9E3F;
  border-radius: 15px 0 0 15px;
  width: 150px;
  height: 80px;
  color: #fff;
  font-size: 28px;
  line-height: 80px;
  text-align: center;
}

.fbs_list li input {
  width: 400px;
  border: none;
  outline: none;
  border-radius: 0 15px 15px 0;
  font-size: 26px;
  padding: 10px;
}

.friend {
  display: flex;
  font-size: 24px;
  margin-top: 50px;
}

.friend span {
  color: #587AFF;
}

#content_list {
  display: flex;
}

#content_list li {
  margin-left: 60px;
}

#container {
  position: relative;
  overflow: hidden;
  width: 900px;
}

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

.footer {
  background-color: #1C1B1B;
  height: 650px;
  margin-top: 50px;
}

.jylogo {
  padding-top: 50px;
}

.foot_menu {
  display: flex;
  font-size: 20px;
  margin-top: 70px;
}

.foot_menu li a {
  display: block;
  color: #fff;
  padding: 0 50px;
  border-right: 1px solid #fff;

}

.foot_menu li:last-child a {
  border-right: none;
}

.erweima {
  display: inline-block;
  width: 220px;
  margin-top: 50px;
}

.txt_foot div {
  color: #fff;
  width: 940px;
  font-size: 20px;
  margin-left: 260px;
  margin-top: -200px;
}

.txt_foot p {
  color: #fff;
  width: 940px;
  font-size: 20px;
  text-align: center;
  margin: 25px 280px;
}

.final {
  height: 100px;
  width: 100%;
  background-color: #587aff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  cursor: pointer;
}

.fix_foot {
  display: flex;
  justify-content: space-around;
}

.fix_foot button {
  height: 50px;
  width: 250px;
  border: none;
  border-radius: 15px;
  margin-top: 25px;
  font-size: 20px;
  color: #587aff;
}

.foot_wxlink {
  position: relative;
}

.foot_wxlink .wxlink {
  position: absolute;
  top: -202px;
  left: 40px;
}

.foot_wxlink:hover .wxlink {
  display: block;
}

.fix_foot button:last-child {
  font-size: 16px;
}

.foot_close {
  position: absolute;
  right: 30px;
  top: 20px;
}

.banner_left {
  position: fixed;
  top: 20%;
  z-index: 9999;
}

.banner_left img {
  height: 460px;
}

.xuanfu {
  position: absolute;
  top: 120px;
}

.xuanfu li {
  margin-top: 15px;
  margin-left: 10px;
}

.xuanfu li a {
  display: block;
  font-size: 20px;
  color: #fff;
  width: 170px;
  background-color: #587AFF;
  text-align: center;
  border-radius: 7px;
  padding: 3px 0;
}

.tankuang_zixun {
  position: absolute;
  top: 365px;
  margin-left: 30px;
}

.tankuang_zixun>p {
  color: #587AFF;
  font-size: 20px;
  text-align: center;
}

.tankuang_zixun:hover .wxlink {
  display: block;
}

.tankuang_zixun .wxlink {
  position: absolute;
  left: 163px;
  top: -20px;
}