@charset "UTF-8";
body,
html,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
  font-family: 'æ€æºé»‘ä½“ CN';
}

* {
  font-family: 'æ€æºé»‘ä½“ CN' !important;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

.clearfix::before,
.clearfix::after {
  content: ".";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.auto {
  margin: 0 auto;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

body {
  background-color: #fff;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.batedu_page {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

.batedu_page .banner_swiper {
  width: 100%;
  position: relative;
}

.batedu_page .banner_swiper img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.batedu_page .form_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 99999;
}

.batedu_page .form_box .btn {
  display: block;
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #bd2e01;
  background: url(../images/btn_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 36px;
 top: 350px;
}

.batedu_page .form_box .form_content {
  position: absolute;
  right: 0;
  top: 80px;
  width: 248px;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
}

.batedu_page .form_box .form_content .user_head_box {
  width: 100%;
  display: flex;
  align-items: center;
}

.batedu_page .form_box .form_content .user_head_box img {
  width: 68px;
}

.batedu_page .form_box .form_content .user_head_box span,
.batedu_page .form_box .form_content .user_head_box em {
  display: block;
  font-size: 14px;
  color: #999;
  padding-left: 15px;
}

.batedu_page .form_box .form_content .user_head_box em {
  padding-top: 10px;
}

.batedu_page .form_box .form_content .a_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.batedu_page .form_box .form_content .a_box a {
  width: 96px;
  height: 35px;
  line-height: 35px;
  color: #3575ca;
  border: 1px solid #3575ca;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
}

.batedu_page .form_box .form_content .a_box .ce {
  background-color: #3575ca !important;
  color: #fff !important;
  border: 0;
}
.zhuce{
  display: inline-block !important; 
}
.batedu_page .form_box .form_content .op_box {
  padding-top: 20px;
  display: block;
}

.batedu_page .form_box .form_content .op_box img {
  display: block;
  width: 100%;
}

.batedu_page .form_box .form_content .op_box .zt_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.batedu_page .form_box .form_content .op_box .zt_box a {
  color: #e60012;
  font-size: 16px;
  width: 95px;
  text-align: center;
  border: 1px solid #e60012;
  padding: 10px 0;
  border-radius: 5px;
}

.batedu_page .form_box .form_content .op_box .zt_box a em {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.batedu_page .form_box .form_content .op_box .zt_box .ys {
  color: #3575ca;
  border: 1px solid #3575ca;
}

.batedu_page .part1_box {
  width: 100%;
  box-sizing: border-box;
  padding: 75px 0 50px 0;
  background: url(../images/part1_bg.png) no-repeat;
  background-size: 100% 1005;
}

.batedu_page .part1_box .tit {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #333;
  background: url(../images/tit1_bg.png) no-repeat center;
  padding-top: 30px;
}

.batedu_page .part1_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 72px;
  box-sizing: border-box;
}

.batedu_page .part1_box ul li {
  width: 300px;
  height: 330px;
  box-sizing: border-box;
  margin-top: 60px;
  position: relative;
  box-shadow: 0px 0px 6px 3px #f1f6fc;
  border-radius: 10px;
  background-color: #fff;
}

.batedu_page .part1_box ul li h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 20px;
}

.batedu_page .part1_box ul li p {
  font-size: 14px;
  color: #666;
  padding-top: 15px;
  text-align: center;
  line-height: 1.5;
}

.batedu_page .part1_box ul li a {
  display: block;
  width: 150px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  text-align: center;
  font-size: 16px;
  color: #3575ca;
  background-color: #f2f6fe;
  border: 1px solid #3575ca;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.batedu_page .part1_box ul li a:hover {
  color: #fff;
  background-color: #3575ca;
  border: 0;
}

.batedu_page .part2_box {
  width: 100%;
  box-sizing: border-box;
  padding: 75px 0;
  background: url(../images/part2_bg.png) no-repeat;
  background-size: 100% 100%;
}

.batedu_page .part2_box .tit {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #333;
  background: url(../images/tit2_bg.png) no-repeat center;
  padding-top: 30px;
}

.batedu_page .part2_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 72px;
  box-sizing: border-box;
}

.batedu_page .part2_box ul li {
  width: 300px;
  height: 312px;
  box-sizing: border-box;
  margin-top: 60px;
  position: relative;
  box-shadow: 0px 0px 6px 3px #f1f6fc;
  border-radius: 10px;
  background-color: #fff;
}

.batedu_page .part2_box ul li h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.batedu_page .part2_box ul li p {
  font-size: 14px;
  color: #999;
  padding: 15px 20px 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.batedu_page .part2_box ul li a {
  display: block;
  width: 200px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  text-align: center;
  font-size: 16px;
  color: #3575ca;
  background-color: #f2f6fe;
  border: 1px solid #3575ca;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.batedu_page .part2_box ul li a:hover {
  color: #fff;
  background-color: #3575ca;
  border: 0;
}

.batedu_page .part3_box {
  width: 100%;
  box-sizing: border-box;
  padding: 75px 0;
  background: #ffffff;
}

.batedu_page .part3_box .tit {
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: #333;
  background: url(../images/tit3_bg.png) no-repeat center;
  padding-top: 30px;
}

.batedu_page .part3_box .tab__content_box {
  padding: 35px 72px 0 72px;
  box-sizing: border-box;
}

.batedu_page .part3_box .tab__content_box .tab_span {
  display: flex;
  border-bottom: 1px solid #eeeeee;
}

.batedu_page .part3_box .tab__content_box .tab_span span {
  font-size: 20px;
  margin-right: 88px;
  padding-bottom: 20px;
}

.batedu_page .part3_box .tab__content_box .tab_span .active {
  color: #3575ca;
  position: relative;
  border-bottom: 3px solid #3575ca;
}

.batedu_page .part3_box .tab__content_box .tab_span .active:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  display: block;
  width: 15px;
  height: 10px;
  background: url(../images/san_icon.png) no-repeat;
  content: '';
}

.batedu_page .part3_box .tab__content_box .tab_main {
  width: 100%;
}

.batedu_page .part3_box .tab__content_box .tab_main ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.batedu_page .part3_box .tab__content_box .tab_main ul li {
  width: 45%;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 2px #f2f2f2;
  margin-top: 30px;
  padding: 30px 30px 30px 75px;
  box-sizing: border-box;
}

.batedu_page .part3_box .tab__content_box .tab_main ul li a {
  display: block;
  position: relative;
}

.batedu_page .part3_box .tab__content_box .tab_main ul li a em {
  position: absolute;
  left: -30px;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background-color: #3575ca;
  box-shadow: 0px 0px 6px 3px #c6d7f0;
}

.batedu_page .part3_box .tab__content_box .tab_main ul li a p {
  font-size: 18px;
  color: #333;
}

.batedu_page .part3_box .tab__content_box .tab_main ul li a p i {
  float: right;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}

.batedu_page .part3_box .tab__content_box .tab_main ul li a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  padding-top: 15px;
}

.public_head_box {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}

.public_head_box .logo_pho {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.public_head_box .pho_box {
  width: 33%;
  display: flex;
  justify-content: space-between;
}

.public_head_box .pho_box .zc_dl {
  width: 100%;
  margin-left: 50px;
}

.public_head_box .pho_box .zc_dl a {
  display: inline-block;
  width: 68px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #3575ca;
  border: 1px solid #3575ca;
  border-radius: 5px;
  margin-left: 20px;
}

.hide {
  display: none !important;
}

.foot_box {
  width: 100%;
  padding: 30px 0;
  background-color: #1c1c1c;
  color: #fff;
  margin-top: 50px;
}

.foot_box .content {
  width: 100%;
  display: flex;
  align-items: center;
}

.foot_box .content .yl_box {
  margin-left: 60px;
  padding: 0 60px;
  position: relative;
}

.foot_box .content .logos img {
  display: block;
  max-width: 165px;
}

.foot_box .content .yl_box a {
  color: #fff;
  font-size: 12px;
}

.foot_box .content .yl_box::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 120px;
  background: linear-gradient(to bottom, #1c1c1c 0%, #fff 50%, #1c1c1c 100%);
  content: '';
}

.foot_box .content .yl_box::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 120px;
  background: linear-gradient(to bottom, #1c1c1c 0%, #fff 50%, #1c1c1c 100%);
  content: '';
}

.foot_box .content .ser_erma {
  flex: 1;
  box-sizing: border-box;
  padding: 0 60px;
  display: flex;
  align-items: center;
}

.foot_box .content .ser_erma .help {
  width: 180px;
}

.foot_box .content .ser_erma .help p {
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
}

.foot_box .content .ser_erma .help p img {
  position: absolute;
  left: 0;
  top: 0;
}

.foot_box .content .ser_erma .help p em {
  font-size: 12px;
  display: block;
  opacity: 0.8;
}

.foot_box .content .ser_erma .help:last-child {
  margin-top: 20px;
}

.foot_box .content .ser_erma .right_wx {
  padding-left: 40px;
}

.foot_box .content .ser_erma .right_wx p {
  font-size: 16px;
}

.foot_box .content .ser_erma .right_wx span {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}
