.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 {
  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: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  margin-right: 10px;
  color: #02c3f5;
}

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

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

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

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

.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,
.zx_tel:hover .wxlink {
  display: block;
}

.wxlink {
  position: absolute;
  width: 160px;
  height: 222px;
  background-color: #fff;
  top: 22px;
  left: -20px;
  z-index: 999;
  display: none;
  border: 1px solid #ccc;
  cursor: pointer;
}

.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;
}

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

.question img {
  width: 950px;
  margin-top: 100px;
}

.question_content img {
  width: 1120px;
  margin-top: 100px;
}

.zx_btn {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}

.zx_btn>a,
.zx_tel>p {
  width: 300px;
  height: 60px;
  background-color: #FB7330;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}

.zx_tel {
  position: relative;
}

.zx_tel .wxlink {
  position: absolute;
  top: -224px;
  left: 70px;
}

.zx_tel>p {
  font-size: 22px;
  line-height: 30px;
}

.pannel-2 {
  background: url(../images/kq/plan1.png) no-repeat;
  background-size: 100% 100%;
  height: 750px;
  margin-top: 100px;
}

.gh_top img {
  width: 950px;
  padding-top: 50px;
}

.gh .zx_btn {
  margin-top: 450px;
}

.gh .zx_btn a,
.gh .zx_btn p {
  background-color: #fff;
  color: #FB7330;
}

.pannel-3 {
  width: 1200px;
  height: 224px;
  border: 4px solid #FB7330;
  margin-top: 60px;
}

.pannel-3 h3 {
  font-size: 34px;
  color: #9CA313;
  margin-top: 50px;
}

.form_list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.form_list input {
  border: none;
  outline: none;
  border-bottom: 1px solid #9CA313;
}

.form_list li {
  color: #9CA313;
}

.form_list li span {
  font-size: 30px;
}

.form_list li input {
  width: 150px;
  font-size: 30px;
  color: #9CA313;
}

.form_list li button {
  border: none;
  background-color: #9CA313;
  font-size: 30px;
  color: #fff;
  border-radius: 10px;
}

.cc_jixun_top img {
  width: 1100px;
  margin-top: 120px;
}

.jixun_list {
  background: url(../images/kq/class.png) no-repeat;
  background-size: 100% 100%;
  height: 258px;
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
}

.jixun_list li {
  margin-left: 1092px;
  padding-top: 20px;
}

.jixun_list li a {
  display: block;
  color: #fff;
  background-color: #fe2e1c;
  border-radius: 10px;
  width: 100px;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.jixunying {
  padding-top: 58px;
}

.pannel-5 {
  background-image: linear-gradient(#ea9d16, #4e8811);
  height: 1200px;
  margin-top: 100px;
}

.ccfx_top img {
  width: 1100px;
  padding-top: 120px;
}

.cc_nav {
  padding-top: 80px;
}

.cc_nav li {
  font-size: 40px;
  color: #FB7330;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  cursor: pointer;
}

.cc_banner {
  display: flex;
}

.cc_img {
  margin-left: 120px;
}

.cc_img li img {
  width: 250px;
  margin-top: 120px;
  margin-bottom: 75px;
}

.cc_img li img:nth-child(even) {
  margin-left: 300px;
}

.cc_img li {
  display: none;
}

.cc_img li:first-child {
  display: block;
}

.ccfx .zx_btn {
  margin-top: 0;
}

.ccfx .zx_btn a,
.ccfx .zx_btn p {
  background-color: #fff;
  color: #FB7330;
}

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

.best_top img {
  width: 1150px;
}

.youshi img {
  width: 1100px;
  margin-top: 60px;
}

.all_top img {
  width: 900px;
  margin-top: 120px;
}

.time_line img {
  width: 1200px;
  margin-top: 80px;
}

.time_all .zx_btn a,
.time_all .zx_btn p {
  background-color: #3A9B14;
}

.menlei {
  background: url(../images/kq/title7.png) no-repeat;
  background-size: 100% 100%;
  height: 888px;
  margin-top: 80px;
}

.course img {
  width: 1200px;
  margin-top: 200px;
}

.menlei .zx_btn {
  margin-top: 25px;
}

.menlei .zx_btn a,
.menlei .zx_btn p {
  background-color: #ED5816;
}

.teacher {
  background: url(../images/kq/title8.png) no-repeat;
  background-size: cover;
  height: 1900px;
}

.teacher_list {
  padding-top: 280px;
}

.teacher_list img {
  display: block;
  height: 450px;
  margin: 30px auto;
}

.teacher_list .zx_btn {
  margin-top: 20px;
}

.teacher_list .zx_btn a,
.teacher_list .zx_btn p {
  background-color: #fff;
  color: #ED5816;
}

.gd {
  background: url(../images/kq/bg2.png) no-repeat;
  background-size: 100% 100%;
  height: 1100px;
  margin-top: 100px;
}

.gd .zx_btn {
  padding-top: 700px;
}

.gd .zx_btn a,
.gd .zx_btn p {
  background-color: #fff;
  color: #ED5816;
}

.jcky {
  background-color: #FC9209;
  height: 880px;
}

.jc_logo img {
  height: 84px;
  padding-top: 40px;
}

.jc_call p {
  width: 1200px;
  color: #fff;
  font-size: 34px;
  margin-top: 35px;
  line-height: 58px;
}

.jc_img {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.jc_img div {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jc_img img {
  width: 300px;
  margin-bottom: 5px;
}

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

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

.fix_foot button {
  height: 60px;
  width: 300px;
  border: none;
  border-radius: 35px;
  margin-top: 25px;
  font-size: 20px;
  color: #EE6224;
  background-color: #fff;
}

.foot_wxlink {
  position: relative;
}

.foot_wxlink .wxlink {
  position: absolute;
  top: -199px;
  left: 65px;
}

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

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

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