/*
 * @Description: 公共的样式写在这个文件中
 * @fileName: pulicStyle.css
 * @Author: longhaiyan
 * @Date: 2020-01-09 13:31:02
 */
 body {
   min-width:1024px;
   box-sizing: border-box;
   padding-top: 120px;
 }
.container {
  width: 1200px !important;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px auto;
  display: block;
}

.index_container {
  width:1440px;
  margin: 0px auto;
  box-sizing: border-box;
  display: block;
  padding: 0px;
}



h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
  /* -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -webkit-user-focus: none;
  -moz-user-focus: none;
  -moz-user-select: none; */
}
/* 分页 start */
.public_page {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.public_page a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  display: inline-block;
  margin: 0px 8px;
  background: #f0f8fe;
  box-sizing: border-box;
  font-size: 16px;
  color: #0390f4;
  vertical-align: middle;
}
.public_page a.page {
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #d5d5d5;
}

.public_page a .img2 {
  display: none;
}

.public_page a:hover {
  background-color: #0390f4;
  color: #ffffff;
}

.public_page a:hover .img1 {
  display: none;
}
.public_page a:hover .img2 {
  display: inline-block;
}

.public_page a.on {
  background-color: #0390f4;
  color: #ffffff;
}
/* 分页 end */

/* 头部 start */
header {
  height: 120px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.header_logo {
  display: block;
  width: 12%;
  float: left;
  height: 120px;
  box-sizing: border-box;
  line-height: 120px;
  vertical-align: middle;
}

.header_logo img {
  width: 100%;
  height: auto;
}
.header_contact {
  width: 18.6%;
  float: right;
  background: url(../images/header_right_bg.png) left top no-repeat;
  background-size: 100% 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 24px 0px;
  text-align: center;
}

.header_contact_top {
  height: 22px;
  vertical-align: middle;
  line-height: 22px;
  font-size: 20px;
  margin-bottom: 14px;
	color: #fff;
}

.header_contact_nums {
  font-family: BAHNSCHRIFT;
	font-size: 36px;
	color: #fff;
}

.header_contact_top img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
  bottom: 2px;
}

.header_list {
  width: 69.4%;
  float: left;
  box-sizing: border-box;
  padding: 0px 34px;
  /* overflow: hidden; */
}

.header_list li {
  float: left;
}

.header_list li.clear {
  float: none;
  margin: 0pc;
  padding: 0px;
  width: 0px;
  height: 0px;
}

.header_list li a {
  width: 100%;
  display: block;
  height: 120px;
  box-sizing: border-box;
  line-height: 120px;
  font-size: 18px;
	color: #333;
  padding:  0px 24px;
  background: #fff;
  transition: all 0.5s;
  background: url(../images/header_li_bg.png) left top no-repeat;
  background-size: 100% 0px;
}

.header_list li a.ie {

  background: #fff;
}

.header_list li>a.ie:hover,.header_list li>a.ie.on {
  background: url(../images/header_li_bg.png) left top no-repeat;
  background-size: 100% 100%;
}

.header_list li>a:hover ,.header_list li>a.on {
  background-size: 100% 100%;
  color: #0aba80;
}
.header_list li .header_sourse_hover {
  width: 100%;
  position: absolute;
  top: 120px;
  left: 0px;
  background: #fff;
  border-top: none;
  padding: 0px 0px;
  z-index: 9;
  /* display: none; */
  height: 0px;
  /* height: 100px; */
  box-sizing: border-box;
  transition: all 0.5s;
  overflow: hidden;
}

.header_list li:hover .header_sourse_hover {
  height: 100px;
  padding: 26px 0px;
  border-top: 1px solid #0bba81;
}

.header_list li .header_sourse_hover a {
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  height: auto;
  width: auto;
}

.header_list li .header_sourse_hover a:hover,.header_list li .header_sourse_hover a.on {
  color: #0aba80;
}
/* 头部 end */

/* 底部 start */
footer {
  background: url(/pc/images/footer_bg.png) left top no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  
  background: none\9;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pc/images/footer_bg.png', sizingMethod='scale');
}

.footer_links {
  overflow: hidden;
}

.footer_links_left {
  width: 30.6%;
  float: left;
}

.footer_links_logo {
  display: block;
  width: 278px;
  margin-bottom: 30px;
}

.footer_links_logo img {
  width: 100%;
  height: auto;
}

.footer_links_left_phone {
  font-size: 40px;
	line-height: 42px;
	color: #fbbf3c;
  vertical-align: middle;
  height: 42px;
  font-family: BAHNSCHRIFT;
}

.footer_links_left_phone img {
  width: 28px;
	height: 28px;
  margin-right: 18px;
}

.footer_list_item {
  float: left;
}

.footer_list_item1 {
  width:23.2%;
  float: left;
}

.footer_list_item2 {
  width: 26.2%;
  float: left;
}

.footer_links_rights {
  float: right;
  width: 20%;
  text-align: right;
}

.footer_links_rights_item {
  display: inline-block;
  width: 44%;
  margin-left: 6%;
  text-align: center;
  float: right;
  font-size: 18px;
}


.green_txt {
  color: #0aba80;
}

.footer_links_rights_item img {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.footer_list_item_tit {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 26px;
  font-size: 22px;
	color: #fff;
}

.footer_list_item_tit:after {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 38px;
	height: 1px;
	background: #fff;
}

.footer_links_ul {
  overflow: hidden;
}

.footer_links_ul li {
  float: left;
  margin-bottom: 20px;
  font-size: 17px;
}
.footer_links_ul li a{
  color:#dfe0e0;
}

.footer_links_ul li a:hover {
  color: #fff;
}

.footer_list_item1 .footer_links_ul li {
  width: 120px;
}

.footer_list_item2 .footer_links_ul li {
  width: 50%;
}

.footer_copyright {
  text-align: center;
  padding: 20px 0px;
  color: #808282;
  font-size: 16px;
  background: rgba(0,0,0,0.1);
}

.footer_copyright a {
  color: #808282;
}

.footer_copyright a:hover {
  color: #fff;
}


/* 底部 end */


/* 侧栏 start */
aside {
  width: 100px;
  position: fixed;
  bottom: 10%;
  right: 20px;
  z-index: 99;
  text-align: center;
}

.aside_list {
  width: 100%;
  box-shadow: 0px 20px 40px 0px 
		rgba(79, 79, 79, 0.1);
	border-radius: 8px;
}

.aside_items img {
  height: 28px;
  margin-bottom: 12px;
  width: auto;
}

.aside_items {
  padding: 16px 0px;
  cursor: pointer;
  /* background: url(../images/aside_bgs.png) left top no-repeat; */
  background: #fff;
  transition: all 0.5s;
  background-size: 100% 0px;
  font-size: 16px;
	color: #333;
}

.aside_items.aside_toTop {
  width: 100%;
  box-shadow: 0px 20px 40px 0px 
		rgba(79, 79, 79, 0.1);
	border-radius: 8px;
  margin-top: 20px;
  padding-top: 26px;
}

.aside_items:hover {
  /* background: url(../images/aside_bgs.png) left top no-repeat;
  background-size: 100% 100%; */
  background: #e8f9f3;
  color: #0aba80;
}
.aside_items {
  position: relative;
}

.aside_items_hover {
  position: absolute;
  right:120px ;
  top: 10px;
  transition: all 0.5s;
  width: 0px;
  overflow: hidden;
  /* padding: 0px; */
}

.aside_items_hover p {
  background: #e8f9f3;
  font-size: 30px;
  line-height: 40px;
  color: #0aba80;
  font-family: BAHNSCHRIFT;
  box-sizing: border-box;
  padding: 20px 0px;
  white-space: nowrap;
  box-shadow: 0px 15px 30px 0px 
		rgba(199, 199, 199, 0.3);
	border-radius: 10px;
}

.aside_items_phones:hover .aside_items_hover {
  width: 230px;
}
/* 侧栏 end */

/* 公共标题 start */

.public_titles {
  text-align: center;
  font-size: 38px;
  color: #333;
}
.public_titles_two {
  text-align: center;
  font-size: 38px;
  color: #0aba80;
}

.public_titles_special {
  color: #0aba80;
  /*color: #0aba80;*/
  margin: 0 20px;
}
.public_titles_special_two {
  color: white;
  /*color: #0aba80;*/
  margin: 0 20px;
}
/* 公共标题 end */

/* banner start */
.public_banner {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.public_banner img {
  width: 100%;
  height: auto;
}

.public_banner .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  opacity: 1;
  background: rgba(108,108,108,0.2);
  border-radius: 0px;
  margin: 0px 15px;
}

.public_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 15px;
}

.public_banner .swiper-pagination-bullet-active {
  background: #0aba80;
}


.public_banner .swiper-container-horizontal>.swiper-pagination-bullets,.public_banner .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
}
/* banner end */

/* 面包屑 start */
.crumbs {
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.crumbs .container > a,
.crumbs .container > span {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.crumbs .container > a img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -4px;
}
/* 面包屑 end */

/* 左侧 、右侧 start */
.public_left {
  width: 17.5%;
  float: left;
}

.public_right {
  width: 77.5%;
  float: right;
}
/* 左侧 、右侧 end */

/* 按钮 start */
.main_btn {
  width: 280px;
	height: 60px;
  /* padding: 25px 75px; */
	background: #0aba80;
	box-shadow: 0px 15px 32px 0px 
		rgba(144, 186, 172, 0.24);
	border-radius: 4px;
  font-size: 24px;
	letter-spacing: 2px;
	color: #fff;
  border: 1px solid #0aba80;
}

.main_btn:hover {
  color: #18b953;
  background: #e8f9f3;
}
/* 按钮 end */

/* 富文本 start */
.public_rich {
  width: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
.public_rich img {
  width: 100%;
  height: auto;
}
/* 富文本 end */




/* 轮播 start */
.swiper-button-next:focus, .swiper-button-prev:focus {
  outline: none !important;
}

.swiper-wrapper ,.swiper-container ,.swiper-slide{
  height: auto !important;
}
/* 轮播 end */


/* 视频在 ie8浏览器中的提示  start */

.product_videos_show_ie {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #999;
  font-size: 16px;
}

.product_videos_show_ie p {
  width: 80%;
  height: 50px;
  text-align: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
/* 视频在 ie8浏览器中的提示  end */


    /* 分页 start */

.pages {
  text-align: center;
  margin-bottom: 60px;
}
  
  /* 清除默认效果 */
  .pages a {
      text-decoration: none;
  }
  
  
  .pages a .change_page {
      width: 12px;
    height: 12px;
  }
  
  .pre_red, .next_red {
      display: none;
  }
  
  /* 静态样式 */
  .staticEffect a{
      color: #999999;
      border: 1px solid transparent;
      background: #fff;
  }
  
  /* 鼠标经过 */
  .hoverEffect a:hover{
      border: 1px solid transparent;
      background-color: #18b95342;
    color: #18b953;
  }
  
  /* 基础样式 */
  .pages a {
      font-size: 18px;
      display: inline-block;
      margin-right: 10px;
      width: 36px;
    height: 36px;
    background-color: #f5f5f5;
      text-align: center;
      vertical-align: middle;
      line-height: 34px;
  }
  
  .pages a.prev, .pages a.next {
      font-size: 18px;
  }
  
  /* 选中样式 */
  .pages a.on  {
      color: #fff;
      background: #18b953;
  }
  
  /* 分页 end */



/* 咨询弹窗 start  */
.public_consult.layui-layer-dialog .layui-layer-content {
  padding: 0px;
}

.public_consult.layui-layer-dialog {
  border-radius: 16px;
  width: 518px  !important;
  box-sizing: border-box;
  overflow: hidden;
  border: none;
  box-shadow: none;
  left: 37.5% !important;
  top:30% !important;
}

.public_consult_top {
  background: url(../images/tanchaung1.png) left top no-repeat;
  background-size: 100% 100%;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  text-align: right;
  box-sizing: border-box;
  width: 100%;
  padding: 40px 25px 28px;
}


.public_consult_list {
  overflow: hidden;
  width: 340px;
  float: right;
}

.public_consult_list li {
  background: url(../images/public_list_bg.png) left top no-repeat;
  background-size: 100% 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  width: 140px;
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
  font-size: 19px;
	color: #ff6c00;
}

.public_consult_tit {
  height: 28px;
  width: auto;
  margin-bottom: 20px;
}

.public_consult_desc {
  font-size: 15px;
  margin-bottom: 36px;
	line-height: 30px;
	color: #feecdd;
  letter-spacing: 2px;
}

.public_consult_btn {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 36px;
  background: #fff;
}

.public_consult_btn button {
  width: 48%;
  height: 60px;
  box-sizing: border-box;
  font-size: 24px;
  border-radius: 30px;
}

.public_consult_btn1 {
  background: #f7f7f7;
  color: #999;
  border: 1px solid #f7f7f7;
  margin-right: 4%;
  float: left;
}

.public_consult_btn2 {
  float: right;
}
.public_consult_btn1:hover {
  color: #18b953;
  background: #e8f9f3;
  border: 1px solid #0aba80;
}
/* 咨询弹窗 end  */


/* 底部弹窗 start */
.public_bottom_pop {
  width: 100%;
  background: url(/pc/images/dixiade.png) left top no-repeat;
  /*background: url(/pc/images/bottom_set_bg.png) left top no-repeat;*/
  background-size: 100% 100%;
  background: none\9;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pc/images/bottom_set_bg.png', sizingMethod='scale');
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index:50;
  padding: 100px 0px 32px;
  display: none;
}

.public_bottom_content {
  width: 100%;
  box-sizing: border-box;
  padding-left: 250px;
}

.public_bottom_phone_tit {
  font-size: 16px;
	color: #f4f8f7;
  margin-bottom: 14px;
}

.public_bottom_pop_phone {
  font-size: 30px;
  font-family: BAHNSCHRIFT;
	color: #f4f8f7;
  margin-bottom: 20px;
}

.public_bottom_form {
  /* overflow: hidden; */
}

.public_bottom_form_btn {
  width: 180px;
	height: 56px;
	background: #ffa41d;
  border: 1px solid #ffa41d;
	box-shadow: 0px 20px 40px 0px 
		rgba(33, 38, 36, 0.1);
	border-radius: 4px;
  font-size: 18px;
	color: #fefefe;
  float: right;
  margin-left: 10px;
}

.public_bottom_form_btn:hover {
  background: #fadbac;
  color: #ffa41d;
}

.public_bottom_form input {
  width: 250px;
	height: 56px;
	line-height: 56px;
	background-color: #ffffff;
	box-shadow: 0px 20px 40px 0px 
		rgba(33, 38, 36, 0.1);
	border-radius: 4px;
  font-size: 18px;
	color: #333;
  background: #fff;
  float: right;
  margin-left: 10px;
  box-sizing: border-box;
  padding: 0px 30px;
  cursor: pointer;
}

.public_bottom_form_select {
  width: 180px;
	height: 56px;
	background: #fff;
	box-shadow: 0px 20px 40px 0px 
		rgba(33, 38, 36, 0.1);
	border-radius: 4px;
  float: right;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

.public_bottom_form_select_list {
  width: 100%;
  /* border-radius: 4px; */
  overflow: hidden;
  position: absolute;
  padding-bottom: 10px;
  bottom: 56px;
  left: 0px;
  display: none;
}

.public_bottom_form_select_list li {
  width: 100%;
  font-size: 16px;
  color: #333;
  padding: 10px 20px;
  background: #fff;
}



.public_bottom_form_select_list li.on ,.public_bottom_form_select_list li:hover{
  color: #0aba80;
}

.public_bottom_form_select input {
  width: 128px;
  float: left;
  box-shadow: none;
  margin: 0px;
	height: 56px;
}

.public_bottom_form_select img {
  width: 22px;
	height: 12px;
  float: left;
  margin-top: 22px;
  transition: all 0.5s;
}

.public_bottom_form_code {
  width: 240px;
	height: 56px;
	background: #fff;
	box-shadow: 0px 20px 40px 0px 
		rgba(33, 38, 36, 0.1);
	border-radius: 4px;
  float: right;
  /* overflow: hidden; */
  margin-left: 10px;
}

.public_bottom_form input.margin0 {
  margin-left: 0px;
}

.public_bottom_form_code input {
  width: 130px;
    float: left;
    height: 56px;
    margin: 0px;
    box-shadow: none;
    padding: 0 10px;
}


.public_bottom_form_code button {
  width: 110px;
  height: 56px;
  font-size: 18px;
	color: #0bba81;
  background: #fff;
  border: none;
  float: right;
}
/* 底部弹窗 end */



/*  全年级覆盖 start  */
.coverage{
  padding-top: 86px;
  position: relative;
  padding-bottom: 60px;
}
.coverage h2{
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.coverage .coverageBg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.coverage .coverageContent{
  overflow: hidden;
  padding-top: 55px;
}
.coverage .coverageSec{
  float: left;
  width: 33.1%;
}
.coverage .coverImg{
  position: relative;
}
.coverage .coverageTitle{
  position: absolute;
  top: 0;
  left: 39%;
  line-height: 74px;
  font-size: 28px;
  color: #ffffff;
  font-family: 'siyuanRegular';
}
.coverage .coverIntro{
  margin-top: 40px;
  position: relative;
  width: 347px;
}
.coverage .innerCover{
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  padding-top: 82px;
  text-align: center;
  padding: 82px 10px 0 10px;
}
.coverage .innerCover p{
  font-size: 20px;
	line-height: 30px;
	color: #333333;
  font-family: siyuanRegular;
  padding-bottom: 15px;

}

.coverage .introImg1{
  margin-right: auto;
}
.coverage .introImg2{
  margin: 40px auto;
}
.coverage .introImg3{
  margin-left: auto;
}
.coverage .coverageTitle1{
  margin-left: -20px;
}
.coverage .coverageTitle2{
  margin-left: 20px;
}
.coverage .coverBottom{
  position: absolute;
  bottom: 35px;
  left: 74px;
}
.coverage .innerBtn{
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  height: 55px;
  box-shadow: 0px 10px 20px 0px 
		rgba(234, 139, 0, 0.2);
	border-radius: 30px;
  width: 190px;
  background: url(/pc/images/org_btn_bg.png) left  top no-repeat;
  background-size: 100% 100%;
  background: none\9 !important;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/pc/images/org_btn_bg.png', sizingMethod='scale')  !important;
  bottom: 0px;
  transition: all 0.5s;
}
.coverage .innerBtn:hover {
  /* color: #f35d2e; */
  font-weight: bold;
  bottom: 10px;
}
.coverage .innerBtn .appoint{
  position: absolute;
  top: 0;
  line-height: 55px;
  left: 0;
  font-size: 20px;
  color: #ffffff;
  font-family: siyuanRegular;
  text-align: center;
  width: 100%;
}
/*  全年级覆盖 end  */


/* 学习理念 start  */
.learningPhilosophy{
  padding: 95px 0 0px 0;
}
.learningPhilosophy .learningPhilosophy h2{
  position: relative;
}
.learningPhilosophy .learnContent{
  position: relative;
  /* height: 1000px; */
}
.learningPhilosophy .learningBg{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.learningPhilosophy .learnFont{
  font-family: siyuanRegular;
	font-size: 28px;
	line-height: 48px;
	color: #333333;
  position: relative;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align: center;
}
/*  学习理念 end */

/*  规范的教学服务 start */
.teachingService{
  position: relative;
  height: 1146px !important;
  
}
.teachingService .teachingServiceBg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  z-index: -1;
}
 .teachingService h2{
  position: relative;
  color: #ffffff;
  padding-top: 90px;

}
.teachingService .service01 {
  position: absolute;
  width: 298px;
  left: 43%;
  top: 17%;
}
.teachingService .service02 {
  position: absolute;
  width: 305px;
  left: 56%;
  top: 20.1%;
}
.teachingService .service03 {
  position: absolute;
  width: 247px;
  left: 60.8%;
  top: 42.2%;
}
.teachingService .service04 {
  position: absolute;
  width: 291px;
  left: 56%;
  top: 64.5%;
}
.teachingService .service05 {
  position: absolute;
  width: 298px;
  left: 42.6%;
  top: 71.6%;
}
.teachingService .service06 {
  position: absolute;
  width: 305px;
  left: 29.1%;
  top: 63%;
}
.teachingService .service07 {
  position: absolute;
  width: 247px;
  left: 26.9%;
  top: 40.5%;
}
.teachingService .service08 {
  position: absolute;
  width: 292.8px;
  left: 29.7%;
  top: 20%;
}
.teachingService .serviceImg{
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.teachingService .serviceImg:hover{
  transform: scale(1.1);
  z-index: 9;
}

.public_center_imgs {
  width: 326px;
	height: 326px;
  border-radius: 50%;
  position: absolute;
  top: 40.5%;
    left: 41.8%;
}
/* 规范的教学服务 end */



/* 成长 看得见 start  */

.growUp{
  padding-top: 95px;
  padding-bottom: 100px;
}
.growUp h2{
  padding-bottom: 55px;
}
/* 成长轮播 */
.growUp .growUp_banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ececec;
  border-radius: 50%;
  margin: 0px 7px;
  opacity: 1;
}
.growUp .growUp_banner{
  position: relative;
    padding-bottom: 45px;
}
.growUp .growUp_banner .swiper-pagination-bullet-active {
  background: #0aba80;
}
.growUp .growUp_banner .swiper-container-horizontal>.swiper-pagination-bullets,.index_banner .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}
.growUp .growUp_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 7px;
}

.growUp .growUp_banner .swiper-pagination{
  position: absolute;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    left: 50%;
    bottom: 0px;
}
.growUp .index_honor_list li{
  display: inline-block;
  width: 15%;
  margin-right: 2%;
}
.margin0{
  margin-right: 0 !important;
}
/* 成长 看得见 end */



/* 滚动条样式 start */
.my_scroll_style::-webkit-scrollbar {
  width: 8px;
  height: 425px;
}

.my_scroll_style::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.3);
  border-radius: 4px;
}

.my_scroll_style::-webkit-scrollbar-thumb {
  width: 8px;
  height: 98px;
  background-color: rgba(255,255,255,0.3);
  border-radius: 4px;
}
/* 滚动条样式 end */

/* 覆盖别的样式  针对ie*/
.keyPoints2{
  padding-bottom: 66px !important;
}
.keyPoints2 .teacher_four{
  padding-bottom: 36px !important;
}
.keyPoints2 .greenBg{
  height: 300px;
  width: 100%;
}
.keyPoints2 .teacherIntro{
 padding-top:114px;
}
.keyPoints2 .teacher_banner .swiper-pagination{
  bottom:48px;
}
.keyPoints2 .teacherTitle{
  padding-bottom: 0;
 top: -61px;
}
.keyPoints2 .fourSection{
  box-shadow: 0px 12px 26px 0px #b1beba;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33b1beba,endcolorstr=#33b1beba);
 border-radius: 8px;
}

.swiper-pagination-bullet:focus {
  outline: none  !important;
}

.learningPhilosophy_center {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}

.learningPhilosophy_center1 {
  width: 100%;
  height: auto;
}


.teachingServiceProcess .container > img {
  width: 100%;
}

.learningPhilosophy_center2 {
  width: 263px;
  position: absolute;
  left: 0px;
  top: 197px;
  right: 0px;
  margin: auto;
  margin-top: 100px
}

.learningPhilosophy .learnContent{
  padding-bottom: 109px;
}

@media (max-width:1200px) {
  .header_list li a {
    padding: 0px 10px;
    font-size: 12px;
  }
  .header_contact_top {
    font-size: 12px;
  }
  .header_contact {
    padding: 30px 4px;
  }
  .header_contact_top img {
    margin-right: 0px;
  }
}

.footer_links_left_phone2 {
  width: 100%;
  font-family: BAHNSCHRIFT;
  box-sizing: border-box;
  padding-left: 54px;
}


@media (max-width: 1370px) {
  .header_list {
    padding: 0px 24px;
    display: flex;
    /* overflow: hidden; */
    align-items: center;
    justify-content: space-between;
  }

  .header_list li a {
    padding: 0px 14px;
  }
}