@charset "utf-8";
/*
    * Busy 收集 整理
 */
/*雅虎（YUI 3）reset*/
/*Normalize.css*/
html,
body {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  font-family: '微软雅黑' !important;
}
.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::-webkit-input-placeholder {
  /* placeholder颜色 */
  color: #333;
  /* placeholder字体大小 */
  font-size: 16px;
}
/*banner*/
.banner {
  width: 100%;
 /* height: 560px;*/
  background: #eaeaea;
  /* margin-top: 60px; */
  padding: 10px 0;
}
.banner img {
  width: 100%;
  height:auto!important;
}
.four_service {
  height: 158px;
  background: #f5f5f6;
}
.four_service ul {
  overflow: hidden;
  /* margin-right: -1.3%; */
  height: 138px;
  /* margin-top: 10px; */
}
.four_service ul li {
 /* width: 280px;
  height: 118px; */
  width: 200px;
  height: 113px;
  background: #fff;
  float: left;
  margin-right: 46px;
  margin-top: 15px;
  padding: 20px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  text-transform: uppercase;
  position: relative;
  outline: none;
  cursor:pointer;
   box-shadow: #999 2px 0 5px;
}
.four_service ul li  a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}
.four_service ul li:first-child {
  margin-left:5px;
}
.four_service ul li:last-child {
  margin-right:0px;
}

.four_service ul li::before,
.four_service ul li::after {
  box-sizing: inherit;
  position: absolute;
  content: '';
  border: 3px solid transparent;
  width: 0;
  height: 0;
  /* border-radius:2px; */
  border-radius:10px;
}

.four_service ul li::after {
  bottom: 0;
  right: 0;
}

.four_service ul li::before {
  top: 0;
  left: 0;
}

.four_service ul li:hover::before,
.four_service ul li:hover::after {
  width: 100%;
  height: 100%;
}

.four_service ul li:hover::before {
  border-top-color: #bd0000;
  border-right-color: #bd0000;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
  border-radius:10px;
}

.four_service ul li:hover::after {
  border-bottom-color: #bd0000;
  border-left-color: #bd0000;
  transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
   border-radius:10px;
}
.four_service ul li div {
  float: right;
  text-align: center;
}
.four_service ul li div h6 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.four_service ul li .redimg {
  display:none;
}
.four_service ul li:hover{
	box-shadow: #fff 2px 0 15px;
}
.four_service ul li:hover h6{
	color: #bd0000;
}
.four_service ul li div p {
  font-size: 14px;
  color: #666;
  margin-top: 3px;
}
.four_service ul li div.showtop {
  position: absolute;
  height: 3px;
  background: #bd0000;
  top: -3px;
  left: 0;
  width: 0px;
}
.four_service ul li img {
  display: block;
  float: left;
  margin-top: 16px;
}
.four_service ul li:last-child {
  margin-right: 0;
}
.provide_lesson {
  width: 100%;
  height: 890px;
  background: #f5f5f6;
  padding: 66px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.provide_lesson .provide_title {
  text-align: center;
}
.provide_lesson .provide_title img {
  margin: 15px 0;
}
.provide_lesson .provide_title h5 {
  font-size: 42px;
  color: #222328;
}
.provide_lesson .provide_title h6 {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
}
.provide_lesson .post_post .high_quality {
  width: 23%;
  height: 565px;
  float: left;
}
.provide_lesson .post_post .high_quality li {
  width: 100%;
  height: 125px;
  height: 100px;
  background: #f5f5f6;
  margin-bottom: 20px;
  padding: 35px 15px 35px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.provide_lesson .post_post .high_quality li div {
  text-align: center;
   width: 180px;
}
.provide_lesson .post_post .high_quality li div h6 {
  font-weight: bold;
  color: #333;
  font-size: 24px;
}
.provide_lesson .post_post .high_quality li div p {
  color: #666;
  font-size: 18px;
}
.provide_lesson .post_post .high_quality li:hover {
  cursor: pointer;
}
.provide_lesson .post_post .high_quality li.cur {
  box-shadow: #ccc 2px 0 15px;
  border: 1px solid #dfdfdf;
}
.provide_lesson .post_post .high_quality li.cur::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -16px;
  right: -10px;
  border-top: 16px solid transparent;
  border-left: 10px solid #f5f5f6;
  border-bottom: 16px solid transparent;
}
.provide_lesson .post_post .high_quality li.cur::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  margin-top: -18px;
  right: -12px;
  border-top: 18px solid transparent;
  border-left: 12px solid #dfdfdf;
  border-bottom: 18px solid transparent;
}
.provide_lesson .post_post section {
  width: 75%;
  height: 565px;
  margin-top: 0;
  float: right;
  display: none;
}
.provide_lesson .post_post section ul {
  margin-right: -2%;
  padding: 1px;
  *zoom: 1;
  width: 918px;
  height: 562px;
}
.provide_lesson .post_post section ul:before,
.provide_lesson .post_post section ul:after {
  display: table;
  content: "";
}
.provide_lesson .post_post section ul:after {
  clear: both;
}
.provide_lesson .post_post section ul li {
  width: 32%;
  min-height: 270px;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: -5px 5px 10px -5px #f1f1f1, 5px 5px 10px -5px #f1f1f1;
  transition: 0.5s all ease;
}
.provide_lesson .post_post section ul li:hover {
  transition: 0.5s all ease;
  transform: translateY(-15px);
}
.provide_lesson .post_post section ul li .lesson_img {
  width: 100%;
  height: 180px;
  position: relative;
  text-align: center;
}
.provide_lesson .post_post section ul li .lesson_img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display:inline-block;
 /* width: 100%;*/
  height: 100%;
}
.provide_lesson .post_post section ul li .lesson_img .mask_tv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.provide_lesson .post_post section ul li .lesson_img .mask_tv p {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0;
  left: 50%;
  margin-left: -31px;
  top: 50%;
  margin-top: -31px;
}
.provide_lesson .post_post section ul li .lesson_img .mask_tv p::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 10px solid transparent;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -10px;
}
.provide_lesson .post_post section ul li .block_info p {
  padding: 0 15px;
}
.provide_lesson .post_post section ul li .block_info p.ptitle {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.provide_lesson .post_post section ul li .block_info p.pmoney {
  overflow: hidden;
  margin-top: 10px;
}
.provide_lesson .post_post section ul li .block_info p.pmoney small {
  color: #ff434b;
  font-size: 20px;
  float: left;
  display: inline-block;
  min-width:200px;
}
.provide_lesson .post_post section ul li .block_info p.pmoney small::first-letter {
  font-size: 16px;
}
.provide_lesson .post_post section ul li .block_info p.pmoney b {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 5px;
  font-weight: normal;
}
.provide_lesson .post_post section ul li:nth-child(3n) {
  margin-right: 0;
}
.provide_lesson .post_post section.on {
  display: block;
}
.provide_lesson .more_lesson {
  width: 90px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #bd0000;
  color: #bd0000;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  margin-left: -45px;
  bottom: 0;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  bottom: 38px;
  text-indent: 5px;
}
.provide_lesson .more_lesson:hover {
  background: #bd0000;
  color: #fff;
  cursor: pointer;
}
.provide_book {
  width: 100%;
  height: 940px;
  background: #fff;
  padding: 66px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.provide_book .provide_title {
  text-align: center;
}
.provide_book .provide_title img {
  margin: 15px 0;
}
.provide_book .provide_title h5 {
  font-size: 42px;
  color: #222328;
}
.provide_book .provide_title h6 {
  font-size: 18px;
  color: #666;
  /* margin-bottom: 40px; */
}

.provide_book .tab {
  overflow: hidden;
  padding: 0 100px;
  text-align: center;
  margin-bottom:10px;
}
.provide_book .tab li {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #eaeaea;
  color: #bd0000;
  float: left;
  margin: 20px 24px 20px 0 ;
  position: relative;
  border-radius: 20px;
}
.provide_book .tab li:hover {
  cursor: pointer;
}
.provide_book .tab li:last-child {
  margin-right: 0;
}
/* .provide_book .tab li::after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-right: 20px solid transparent;
  content: "";
  left: 0;
  top: 0;
} 
 .provide_book .tab li::before {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 40px solid #fff;
  border-left: 20px solid transparent;
  content: "";
  right: 0;
  top: 0;
} */
.provide_book .tab li.cur {
  background: #bd0000;
  color: #fff;
}
.provide_book .wrapper section {
  width: 100%;
  height: 565px;
  margin-top: 0;
  float: right;
  display: none;
}
.provide_book .wrapper section ul {
  margin-right: -2%;
  padding: 1px;
  *zoom: 1;
  height: 562px;
}
.provide_book .wrapper section ul:before,
.provide_book .wrapper section ul:after {
  display: table;
  content: "";
}
.provide_book .wrapper section ul:after {
  clear: both;
}
.provide_book .wrapper section ul li {
  width: 24%;
  min-height: 270px;
  float: left;
  margin-right: 1%;
  margin-bottom: 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: -5px 5px 10px -5px #f1f1f1, 5px 5px 10px -5px #f1f1f1;
  transition: 0.5s all ease;
}
.provide_book .wrapper section ul li:hover {
  transition: 0.5s all ease;
  transform: translateY(-15px);
}
.provide_book .wrapper section ul li .lesson_img {
  width: 100%;
  height: 180px;
  position: relative;
  text-align: center;
}
.provide_book .wrapper section ul li .lesson_img img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display:inline-block;
 /* width: 100%;*/
  height: 100%;
}
.provide_book .wrapper section ul li .lesson_img .mask_tv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.provide_book .wrapper section ul li .lesson_img .mask_tv p {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0;
  left: 50%;
  margin-left: -31px;
  top: 50%;
  margin-top: -31px;
}
.provide_book .wrapper section ul li .lesson_img .mask_tv p::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 10px solid transparent;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -10px;
}
.provide_book .wrapper section ul li .block_info p {
  padding: 0 15px;
}
.provide_book .wrapper section ul li .block_info p.ptitle {
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.provide_book .wrapper section ul li .block_info p.pmoney {
  overflow: hidden;
  margin-top: 10px;
}
.provide_book .wrapper section ul li .block_info p.pmoney small {
  color: #ff434b;
  font-size: 20px;
  float: left;
  display: inline-block;
  min-width:200px;
}
.provide_book .wrapper section ul li .block_info p.pmoney small::first-letter {
  font-size: 16px;
}
.provide_book .wrapper section ul li .block_info p.pmoney b {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 5px;
  font-weight: normal;
}
.provide_book .wrapper section ul li:nth-child(3n) {
  margin-right: 0;
}
.provide_book .wrapper section.on {
  display: block;
}
.provide_book .more_lesson {
  width: 90px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #bd0000;
  color: #bd0000;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:10px auto 5px;
  /* left: 50%;
  margin-left: -45px;
  bottom: 0;
  position: absolute; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: 5px;
}
.provide_book .more_lesson:hover {
  background: #bd0000;
  color: #fff;
  cursor: pointer;
}



.special_live {
  width: 100%;
  height: 720px;
  /* height: 650px; */
  background: #f5f5f6;
  padding: 66px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.special_live .provide_title {
  text-align: center;
}
.special_live .provide_title img {
  margin: 15px 0;
}
.special_live .provide_title h5 {
  font-size: 42px;
  color: #222328;
}
.special_live .provide_title h6 {
  font-size: 18px;
  color: #666;
}
.special_live .rl_banner {
  /* height: 440px; */
  height: 370px;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  padding: 0 50px 15px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.special_live .rl_banner .swiper-container-recently {
  overflow: hidden;
  width: 1098px;
}
.special_live .rl_banner .swiper-slide {
  background: #fafafa;
  width: 250px;
  /* height: 440px; */
  height: 370px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.special_live .rl_banner .swiper-slide .live_img {
  width: 100%;
  /*height: 230px;*/
  position: relative;
}
.special_live .rl_banner .swiper-slide .live_img p {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #bd0000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  bottom: -30px;
  text-align: center;
  color: #fff;
  box-shadow: #ccc 0 0 5px;
}
.special_live .rl_banner .swiper-slide .live_img img {
  width: 100%;
 /* height: 100%;*/
}
.special_live .rl_banner .swiper-slide p.live_time {
  color: #6a6a6a;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  margin-top: 20px;
}
.special_live .rl_banner .swiper-slide p.live_time img {
  vertical-align: top;
  margin: 12px 9px 0 0 ;
}
.special_live .rl_banner .swiper-slide p.live_title {
  color: #262626;
  font-size: 20px;
  padding: 0 30px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
}
.special_live .rl_banner .swiper-slide p.live_teacher {
  color: #666;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  margin-top: 15px;
}
.special_live .rl_banner .swiper-slide p.live_teacher img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.special_live .rl_banner .swiper-slide p.live_btn {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.special_live .rl_banner .swiper-slide p.live_btn a {
  width: 145px;
  height: 34px;
  line-height: 34px;
  background: #bd0000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.special_live .rl_banner .swiper-slide p.live_btn a.atoncebuy {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: #ff434b;
  border: 1px solid #ff434b;
}
.special_live .more_lesson {
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #bd0000;
  color: #bd0000;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  margin-left: -50px;
  bottom:-60px;
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: 5px;
}
.special_live .more_lesson:hover {
  background: #bd0000;
  color: #fff;
  cursor: pointer;
}
.test_information {
  width: 100%;
  height: 840px;
  background: #fff;
  padding: 66px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.test_information .provide_title {
  text-align: center;
}
.test_information .provide_title img {
  margin: 15px 0;
}
.test_information .provide_title h5 {
  font-size: 42px;
  color: #222328;
}
.test_information .provide_title h6 {
  font-size: 18px;
  color: #666;
}
.test_information ul {
  overflow: hidden;
  padding: 0 100px;
  text-align: center;
}
.test_information ul li {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #eaeaea;
  color: #bd0000;
  float: left;
  margin: 40px 24px 0 0 ;
  position: relative;
  border-radius: 20px;
}
.test_information ul li:hover {
  cursor: pointer;
}
.test_information ul li:last-child {
  margin-right: 0;
}
/* .test_information ul li::after {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-right: 20px solid transparent;
  content: "";
  left: 0;
  top: 0;
}
.test_information ul li::before {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 40px solid #fff;
  border-left: 20px solid transparent;
  content: "";
  right: 0;
  top: 0;
} */
.test_information .tab li.cur {
  background: #bd0000;
  color: #fff;
}
.test_information section {
  display: none;
  /*height: 460px;*/
  margin-top: 40px;
  overflow: hidden;
}
.test_information section div.news_kuang {
  width: 585px;
  height: 220px;
  float: left;
  margin: 0 30px 20px 0;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 14px 40px 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.test_information section div.news_kuang .cotain_img {
  width: 208px;
  height: 160px;
  float: left;
  overflow: hidden;
}
.test_information section div.news_kuang .cotain_img img {
  transition: .5s all ease;
  width: 100%;
  height: 100%;
}
.test_information section div.news_kuang .cotain_img img:hover {
  transform: scale(1.1);
  transition: .5s all ease;
}
.test_information section div.news_kuang .news_lists {
  width: 316px;
  height: 100%;
  float: right;
  overflow: hidden;
}
.test_information section div.news_kuang .news_lists h6 {
  border-left: 3px solid #bd0000;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-left: 5px;
  margin-bottom: 10px;
}
.test_information section div.news_kuang .news_lists p {
  width: 100%;
}
.test_information section div.news_kuang .news_lists p a {
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
.test_information section div.news_kuang .news_lists p a:hover {
  color: #bd0000;
}
.test_information section div.news_kuang a.moreadd {
  position: absolute;
  bottom: 14px;
  right: 24px;
  font-size: 14px;
  transition: .5s all ease;
  color: #333;
}
.test_information section div.news_kuang a.moreadd:hover {
  text-decoration: underline;
  transition: .5s all ease;
  font-size: 20px;
}
.test_information section div.news_kuang:nth-child(2n) {
  margin-right: 0;
}
.test_information section.on {
  display: block;
}
.ten_years {
  width: 100%;
  /* height: 1000px; */
  background: url(/static/index/images/teacher_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 66px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ten_years .wrapper {
  overflow: hidden;
  position: relative;
}
.ten_years .wrapper .provide_title {
  text-align: center;
}
.ten_years .wrapper .provide_title img {
  margin: 15px 0;
}
.ten_years .wrapper .provide_title h5 {
  font-size: 42px;
  color: #fff;
}
.ten_years .wrapper .provide_title h6 {
  font-size: 18px;
  color: #fff;
}
.ten_years .wrapper .whloe_teacher {
  width: 100%;
  height: 360px;
  margin-top: 20px;
}
.gallery-top {
  height: 434px;
  width: 100%;
  position: relative;
}
.gallery-top .tea_bg {
  position: absolute;
  width: 100%;
  height: 300px;
  background: rgba(108, 104, 101, 0.5);
  bottom: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gallery-top .tea_content {
  width: 97%;
  position: absolute;
  left: 50%;
  margin-left: -48.5%;
  height: 300px;
  bottom: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  z-index: 11;
  padding: 0 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-top .tea_content .teaImg {
  width: 300px;
  height: 418px;
  float: left;
  margin-top: -118px;
  border: 5px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-top .tea_content .teaImg img {
  width: 100%;
  height: 350px;
}
.gallery-top .tea_content .teaImg span {
  width: 115px;
  height: 39px;
  line-height: 39px;
  background: #bd0000;
  color: #fff;
  display: block;
  text-align: center;
  margin: 10px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 24px;
}
.gallery-top .tea_content .teaIntro {
  width: 748px;
  height: 100%;
  float: right;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery-top .tea_content .teaIntro h6 {
  font-weight: bold;
  color: #333;
  font-size: 20px;
  margin: 10px 0;
}
.gallery-top .tea_content .teaIntro p {
  color: #666;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.gallery-thumbs {
  position: relative;
  overflow: hidden;
  width: 984px;
  height: 160px;
  margin: 50px auto 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  width: 220px !important;
  height: 160px;
  border: 10px solid #565758;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-prev-prev {
  background-image: url(/static/index/images/icon_ll.png) !important;
  width: 70px !important;
  height: 36px !important;
  left: 0px !important;
  bottom: 62px;
  position: absolute;
}
.swiper-button-prev-prev:hover {
  cursor: pointer;
}
.swiper-button-next-next {
  background-image: url(/static/index/images/icon_rr.png) !important;
  width: 70px !important;
  height: 36px !important;
  right: 0px !important;
  position: absolute;
  bottom: 62px;
}
.swiper-button-next-next:hover {
  cursor: pointer;
}
.swiper-button-prev {
  background-image: url(/static/index/images/icon_left_write.png) !important;
  width: 40px !important;
  height: 40px !important;
}
.swiper-button-next {
  background-image: url(/static/index/images/icon_right_write.png) !important;
  width: 40px !important;
  height: 40px !important;
}
.housekeeper {
  width: 100%;
  height: 550px;
  background: #fff;
  padding: 66px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.housekeeper .provide_title {
  text-align: center;
}
.housekeeper .provide_title img {
  margin: 15px 0;
}
.housekeeper .provide_title h5 {
  font-size: 42px;
  color: #222328;
}
.housekeeper .provide_title h6 {
  font-size: 18px;
  color: #666;
}
.housekeeper ul {
  *zoom: 1;
  margin-top: 60px;
}
.housekeeper ul:before,
.housekeeper ul:after {
  display: table;
  content: "";
}
.housekeeper ul:after {
  clear: both;
}
.housekeeper ul li {
  width: 23%;
  height: 220px;
  float: left;
  margin-right: 2.666%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: #ccc 0 0 10px;
  text-align: center;
  position: relative;
}
.housekeeper ul li img {
  margin-top: -45px;
}
.housekeeper ul li h6 {
  color: #333;
  font-size: 20px;
}
.housekeeper ul li p {
  color: #666;
  font-size: 14px;
  margin-top: 25px;
  line-height: 24px;
  height: 60px;

}
.housekeeper ul li a {
  font-size: 14px;
  color: #bd0000;
  margin-top: 20px;
  display: block;
}
.housekeeper ul li:last-child {
  margin-right: 0;
}
.choose_bingo {
  width: 100%;
  height: 730px;
  background: #f3f3f3;
  background: url(/static/index/images/icon_world.png) no-repeat -200px 0;
  background-size: 140% 110%;
  padding: 66px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.choose_bingo .provide_title {
  text-align: center;
}
.choose_bingo .provide_title img {
  margin: 15px 0;
}
.choose_bingo .provide_title h5 {
  font-size: 42px;
  color: #333;
}
.choose_bingo .provide_title h6 {
  font-size: 18px;
  color: #666;
}
.choose_bingo .bingo {
  width: 100%;
  height: 500px;
  margin-top: 50px;
}
.choose_bingo .bingo .bingo_left {
  width: 37.5%;
  line-height: 60px;
  float: left;
  padding: 0px 93px 0 93px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.choose_bingo .bingo .bingo_left h6 {
  font-size: 36px;
  color: #333;
  width: 254px;
  margin-bottom: 37px;
  margin: 40px 0 37px 0;
  text-align: left;
}
.choose_bingo .bingo .bingo_right {
  width: 62.5%;
  height: 450px;
  float: right;
  background: #fff;
  padding: 60px 125px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.choose_bingo .bingo .bingo_right h6 {
  color: #fff;
  padding: 0 52px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.choose_bingo .bingo .bingo_right .labelinput {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #f3f3f3;
  text-indent: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}
.choose_bingo .bingo .bingo_right .labelinput input {
  width: 300px;
  color: #666;
 height: 46px;
  line-height: 46px;
}
.choose_bingo .bingo .bingo_right .labelinput input::-webkit-input-placeholder {
  /* placeholder颜色 */
  color: #666;
  /* placeholder字体大小 */
  font-size: 14px;
}
.choose_bingo .bingo .bingo_right .labelinput select {
  width: 48%;
  height: 46px;
  text-indent: 30px;
  font-size: 14px;
  background: #f3f3f3;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #666;
  background: url(../images/choose_leibie.png) no-repeat;
  background-size: 100% 100%;
}
.choose_bingo .bingo .bingo_right a {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 46px;
  line-height: 46px;
  background: #bd0000;
  margin-bottom: 25px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.choose_bingo .bingo .bingo_right .zhengshu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: none;
  position: relative;
}
.choose_bingo .bingo .bingo_right .zhengshu img {
  margin-right: 20px;
  display: inline-block;
}
.choose_bingo .bingo .bingo_right .zhengshu ul {
  width: 100%;
  top: 64px;
  left: 0;
  background: #f5f5f5;
  display: none;
  position: absolute;
}
.choose_bingo .bingo .bingo_right .zhengshu ul li {
  border-top: 1px solid #ccc;
}
.choose_bingo .bingo .bingo_right .zhengshu ul li.activezhi {
  background: #bd0000;
  color: #fff;
}
.choose_bingo .bingo .bingo_right img.douhao01 {
  top: 40px;
  left: 40px;
  position: absolute;
}
.choose_bingo .bingo .bingo_right img.douhao02 {
  bottom: 40px;
  right: 40px;
  position: absolute;
}
.ry_advantage {
  width: 100%;
  /* height: 780px; */
  background: #f5f5f6;
  padding: 66px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ry_advantage .provide_title {
  text-align: center;
}
.ry_advantage .provide_title img {
  margin: 15px 0;
}
.ry_advantage .provide_title h5 {
  font-size: 42px;
  color: #222328;
}
.ry_advantage .provide_title h6 {
  font-size: 18px;
  color: #666;
}
.ry_advantage ul {
  *zoom: 1;
  margin-top: 45px;
}
.ry_advantage ul:before,
.ry_advantage ul:after {
  display: table;
  content: "";
}
.ry_advantage ul:after {
  clear: both;
}
.ry_advantage ul li {
  width: 32%;
  height: 220px;
  margin-right: 2%;
  margin-bottom: 30px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.ry_advantage ul li img {
  width: 100%;
  height: 100%;
}
.ry_advantage ul li .cover {
  width: 100%;
  height: 66px;
  line-height: 66px;
  background: #66666690;
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: left;
  text-indent: 30px;
  color: #ffffff;
  font-size: 20px;
}
.ry_advantage ul li:hover .cover {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.ry_advantage ul li:nth-child(1) .cover,
.ry_advantage ul li:nth-child(5) .cover {
  line-height: 32px;
}
.ry_advantage ul li:nth-child(3n) {
  margin-right: 0%;
}
/* 校区分布 */
.School_distribution {
  width: 100%;
  background-color: #ffffff;
  padding-top: 40px;
}
.School_distribution .provide_title {
  text-align: center;
}
.School_distribution .provide_title img {
  margin: 15px 0;
}
.School_distribution .provide_title h5 {
  font-size: 42px;
  color: #222328;
}
.School_distribution .provide_title h6 {
  font-size: 18px;
  color: #666;
}
.School_distribution .distribution_box{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.School_distribution .distribution_box .mapbox{
  display: inline-block;
  text-align: center;
  width: 620px;
  padding:10px;
  position: relative;
}
/* 城市定点 */
.School_distribution .distribution_box .mapbox .dot_box{
  position: absolute;
  left:0;
  top:0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-size: 0;

}
.School_distribution .distribution_box .mapbox .dot_box .dot{
  position: absolute;
  background-color: #333;
  /* background-color: transparent; */
  font-size: 0;
  width: 8px;
  height: 8px;
  font-size:12px;
  z-index: 99;
  cursor:pointer;
  /* border:1px solid #999; */
  text-align: center;
  border-radius:50%;
}
.School_distribution .distribution_box .mapbox .dot_box .dot.active{
 background-color: #bd0000;
 /* color:#bd0000; */
}
.School_distribution .distribution_box .mapbox .dot_box .beijng{
  left: 418px;
   top: 185px;
}
.School_distribution .distribution_box .mapbox .dot_box .tianjin{
  left: 425px;
  top: 200px;
}
.School_distribution .distribution_box .mapbox .dot_box .haerbin{
  left: 500px;
  top: 105px;
}
.School_distribution .distribution_box .mapbox .dot_box .shenyang{
	top: 160px;
	left: 480px;
}
.School_distribution .distribution_box .mapbox .dot_box .qinhuang{
	top: 188px;
	left: 445px;
}
.School_distribution .distribution_box .mapbox .dot_box .shijiazhuang{
	left: 400px;
	top: 216px;
}
.School_distribution .distribution_box .mapbox .dot_box .baoding{
	left: 412px;
	top: 203px;
}
.School_distribution .distribution_box .mapbox .dot_box .jinan{
 left: 426px;
 top: 235px;
}
.School_distribution .distribution_box .mapbox .dot_box .qingdao{
  left: 460px;
  top: 235px
}
.School_distribution .distribution_box .mapbox .dot_box .taiyuan{
  left: 382px;
  top: 220px;
}
.School_distribution .distribution_box .mapbox .dot_box .tangshan{
  left: 432px;
  top: 185px;
}
.School_distribution .distribution_box .mapbox .dot_box .zhengzou{
  left: 395px;
  top: 261px;
}
.School_distribution .distribution_box .mapbox .dot_box .xian{
	left: 347px;
	top: 266px;
}
.School_distribution .distribution_box .mapbox .dot_box .hefei{
	left: 435px;
	top: 294px;
}
.School_distribution .distribution_box .mapbox .dot_box .huaian{
 left: 458px;
 top: 270px;
}
.School_distribution .distribution_box .mapbox .dot_box .nanjing{
	left: 450px;
	top: 290px;
}
.School_distribution .distribution_box .mapbox .dot_box .wuxi{
	left: 467px;
	top: 289px;
}
.School_distribution .distribution_box .mapbox .dot_box .hangzhou{
	 left: 466px;
	 top: 312px;
}
.School_distribution .distribution_box .mapbox .dot_box .ningbo{
  left: 482px;
  top: 312px;
}
.School_distribution .distribution_box .mapbox .dot_box .wuhan{
  left: 402px;
  top: 310px;
}
.School_distribution .distribution_box .mapbox .dot_box .chengsha{
  left: 390px;
  top: 343px;
}
.School_distribution .distribution_box .mapbox .dot_box .chengdu{
  left: 293px;
  top: 310px;
}
.School_distribution .distribution_box .mapbox .dot_box .guangzhou{
  left: 395px;
   top: 408px;
}
.School_distribution .distribution_box .mapbox .dot_box .shenzhou{
 left: 408px;
 top: 410px;
}

.School_distribution .distribution_box .mapbox .dot_box .kunming{
  left: 275px;
  top: 380px;
}


/* 地图定位 */
.School_distribution .distribution_box .mapbox img{
  width: 650px;
  height:470px;
  padding-bottom: 40px;
}
.School_distribution .distribution_box .School_item{
  display: inline-block;
  text-align: center;
  width: 500px;
  padding:10px 0;
}
.School_distribution .distribution_box .School_item li{
  display: none;
  position: absolute;

}
.School_distribution .distribution_box .School_item  li.xqdz_on{
	display: block;
}
.School_distribution .distribution_box .School_item  li .xqdz_tit{
	width: 100%;
	height: 1px;
	background: #b3b3b3;
	margin-top: 52px;
	position: relative;
}
.School_distribution .distribution_box .School_item  li .xqdz_tit span{
	display: block;
	width: 222px;
	background: #f6f6f6;
	font-size: 18px;
	color: #565656;
	text-align: center;
	position: absolute;
	left: 50%;
  	margin-left:-111px;
	top: -12px;
}
.School_distribution .distribution_box .School_item  li .xqxk{
  margin-top: 28px;
  display: block;
  overflow: hidden;
}
.School_distribution .distribution_box .School_item  li .xqxk a{
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 16px;
	background: #fff;
	font-size: 14px;
	color: #565656;
	border: 1px #e7e7e7 solid;
	border-radius: 10px;
	margin: 0 5px 5px 0;
}
.School_distribution .distribution_box .School_item  li .xqxk a:hover{
	border-color: #f6f6f6;
	background: #d50212;
	color: #fff;
}
.School_distribution .distribution_box .School_item  li div{
	margin-top: 20px;
}
/* .School_distribution .distribution_box .School_item  li div h2{
	font-size: 14px;
	color: #D72502;
	margin-bottom: 5px;
} */
.School_distribution .distribution_box .School_item  li div p{
  text-align: left;
  font-size: 14px;
	color: #565656;
	line-height: 26px;
	opacity: .9;
}
.friend_href {
  width: 100%;
  background: #f5f5f6;
}
.friend_href h6 {
  font-size: 18px;
  text-align: left;
  padding-top: 20px;
  margin-bottom: 20px;
}
.friend_href .lesson_href a {
  font-size: 14px;
  color: #818181;
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .wrapper {
    width: 992px;
  }
  .container {
    width: 992px;
  }
  .four_service ul {
   display:box;
   display:-webkit-box;
   display:-webkit-flex; 
   display:-moz-box; 
   display:-ms-flexbox; 
   display:flex;
   flex-direction: row;
    justify-content: space-between;
	align-items:center;
  }
  .four_service ul li {
    width: 200px;
    margin-right: 0px;
    padding: 20px 7px 20px 7px;
  }
   .test_information ul li {
    width: 155px;
  }
  .provide_lesson .post_post section ul {
    width: 758px;
  }
.provide_lesson .post_post section ul li{
   width: 30%;
  }
  
.provide_lesson .post_post section ul li .lesson_img {
    width: 100%;
    height: 152px;
    position: relative;
    text-align: center;
}
  .provide_lesson .post_post .high_quality li {
    padding: 20px 30px;
  }
  .test_information ul {
    padding: 0 60px;
    display: flex;
  }
  .test_information section div.news_kuang {
    width: 480px;
    padding: 20px;
    height: 180px;
  }
  .test_information section div.news_kuang .cotain_img {
    width: 160px;
    height: 124px;
  }
  .test_information section div.news_kuang .news_lists {
    width: 260px;
  }
  .test_information section div.news_kuang a.moreadd {
    bottom: 7px;
  }
  .ten_years .wrapper .whloe_teacher {
    height: 250px;
  }
  .ten_years .wrapper .whloe_teacher img {
    width: 100%;
  }
  .ten_years .wrapper .Coolteacher {
    width: 992px;
  }
  .ten_years .wrapper .Coolteacher .Cooldog_container {
    width: 100%;
  }
  .ten_years .wrapper .Coolteacher .Cooldog_container .Cooldog_content {
    width: 892px;
    height: 351px;
    margin-left: -446px;
    bottom: -80px;
  }
  .ten_years .wrapper .Coolteacher .Cooldog_container .Cooldog_content .first_rgba {
    width: 892px !important;
    margin-left: -446px;
  }
  .ten_years .wrapper .Coolteacher .Cooldog_container .Cooldog_content .first_rgba .second_rgba {
    width: 852px !important;
    margin-left: -426px;
  }
  .choose_bingo .bingo .bingo_right {
    padding: 89px 80px;
  }
  .special_live .rl_banner .swiper-container-recently {
    width: 892px;
  }
  .special_live .rl_banner .swiper-slide {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  
  .wrapper {
    width: 720px;
  }
  .container {
    width: 720px;
  }
  .four_service {
    height: 296px;
  }
  .four_service ul {
   display:block;
  }
  .four_service ul li {
    width: 31%;
    margin-right: 2%;
  }
  .four_service ul li div p {
    letter-spacing: 10px;
  }
  .four_service ul li:nth-child(3n+3) {
    margin-right: 0;
  }
  .housekeeper ul li p {
    height:74px;
  }
  .test_information {
    height: 680px;
    padding: 30px 0;
  }
  .test_information .provide_title h5 {
    font-size: 36px;
  }
  .test_information ul {
    padding: 0;
    display: flex;
  }
  .test_information ul li {
    width: 124px;
  }
  .test_information section div.news_kuang {
    width: 345px;
  }
  .test_information section div.news_kuang .cotain_img {
    display: none;
  }
  .test_information section div.news_kuang .news_lists {
    width: 100%;
  }
  /* 师资团队*/
  .ten_years .wrapper .provide_title h5 {
    font-size: 32px;
    color: #fff;
}
  .ten_years .wrapper .whloe_teacher {
    height: 250px;
    overflow: hidden;
  }
  .ten_years .wrapper .whloe_teacher img {
    width: 100%;
  }
  .ten_years .wrapper .Coolteacher {
    width: 720px;
  }
  .ten_years .wrapper .Coolteacher .Cooldog_container {
    width: 100%;
  }
  .ten_years .wrapper .Coolteacher .Cooldog_container .Cooldog_content {
    width: 604px;
    height: 351px;
    margin-left: -302px;
    bottom: -80px;
  }
  .ten_years .wrapper .Coolteacher .Cooldog_container .Cooldog_content .first_rgba {
    width: 604px !important;
    margin-left: -302px;
  }
  .ten_years .wrapper .Coolteacher .Cooldog_container .Cooldog_content .first_rgba .second_rgba {
    width: 584px !important;
    margin-left: -292px;
    padding: 20px 150px 20px 10px;
  }
  .first_rgba .second_rgba p {
    width: 85%;
    font-size: 18px;
    color: #666;
    line-height: 34px;
    letter-spacing: 1.5px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .first_rgba .second_rgba p:nth-child(3) {
    display: none;
  }
  .first_rgba .second_rgba img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px !important;
    height: auto !important;
  }
  .first_rgba .second_rgba a {
    position: absolute;
    line-height: 28px;
    top: 0;
    left: 305px;
    font-size: 18px;
    top: 158.5px;
}
  .provide_lesson .post_post .high_quality li {
    padding: 20px 30px;
  }
  .provide_lesson {
    padding: 30px 0 50px 0;
    height: auto;
    overflow: hidden;
  }
  .provide_lesson .provide_title h5 {
    font-size: 36px;
  }
  .provide_lesson .provide_title h6 {
    margin-bottom: 20px;
  }
  .provide_lesson .post_post .high_quality {
    width: 100%;
    height: 145px;
  }
  .provide_lesson .post_post .high_quality li {
    width: 24%;
    float: left;
    margin-right: 1.33%;
    padding: 10px;
  }
  .provide_lesson .post_post .high_quality li img {
    margin-left: 0 !important;
  }
  .provide_lesson .post_post .high_quality li div p {
    padding: 0 10px;
  }
  .provide_lesson .post_post .high_quality li:last-child {
    margin-right: 0;
  }
  .provide_lesson .post_post section {
    width: 100%;
    height: auto;
  }
  .provide_lesson .post_post section ul {
    margin-right: 0;
    width: 720px;
    height: auto;
    overflow: hidden;
    margin-bottom:20px;
  }
  .provide_lesson .post_post section ul li {
    width: 31%;
    margin-right:2.6%;
    min-height:238px;
  }
  .provide_lesson .post_post section ul li:nth-child(3n+3){
  	margin-right:0;
  }
  .provide_lesson .post_post section ul li .lesson_img img{
  	width:100%;
    height:auto;
  }
 /* .provide_lesson .post_post section ul li:nth-child(2n-1) {
    margin-right: 2%;
  } 
  .provide_lesson .post_post section ul li:nth-child(2n) {
    margin-right: 0;
  }*/
  .provide_lesson .more_lesson {
    bottom: 20px;
  }
  /*精彩直播 */
  .special_live {
    height: auto;
  }
  .special_live .rl_banner {
    height: auto;
  }
  .special_live .rl_banner .swiper-slide p.live_teacher {
    height: auto;
    line-height: 40px;
    padding: 0 5px;
  }
  .special_live .rl_banner .swiper-slide {
    height: 100%;
    padding-bottom:10px;
  }
  .special_live .rl_banner .swiper-slide p.live_title {
    padding: 0 5px;
    height: 48px;
    line-height: 24px;
  }
  /*精彩直播 */
  .housekeeper {
    height: 460px;
    padding: 30px 0;
  }
  .housekeeper .provide_title h5 {
    font-size: 36px;
  }
  .housekeeper ul li h6 {
    font-size: 18px;
  }
  .housekeeper ul li p {
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .ry_advantage {
    height: 595px;
    padding: 30px 0;
  }
  .ry_advantage .provide_title h5 {
    font-size: 36px;
  }
  .ry_advantage ul li {
    height: 170px;
  }
  .ry_advantage ul li .cover p {
    font-size: 16px;
  }
  .choose_bingo {
    background: url(/static/index/images/icon_world.png) no-repeat -110px 0;
    background-size: 140% 110%;
    height: 680px;
    padding: 30px 0;
  }
  .choose_bingo .provide_title h5 {
    font-size: 36px;
  }
  .choose_bingo .bingo .bingo_left {
    padding: 0px 0px 0 0px;
  }
  .choose_bingo .bingo .bingo_right {
    padding: 60px 20px;
  }
  .choose_bingo .bingo .bingo_right img.douhao01 {
    top: 20px;
    left: 20px;
  }
  .choose_bingo .bingo .bingo_right img.douhao02 {
    bottom: 20px;
    right: 20px;
  }
  .special_live .rl_banner .swiper-container-recently {
    width: 620px;
  }
  .School_distribution .distribution_box{
	display: flex;
    flex-direction: column;
    align-items: center;
   }
  .School_distribution{
  	height:1000px;
  }
  .School_distribution .distribution_box .School_item{
  	width:720px;
  }
  .special_live .rl_banner .swiper-slide p.live_time{
  	padding:0 10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .special_live .rl_banner .swiper-slide p.live_title{
  	font-size:16px;
  }
}
/*992适配结束*/
.mask_login {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11111;
  display: none;
}
.mask_login .kuang {
  width: 658px;
  height: 784px;
  position: absolute;
  left: 50%;
  margin-left: -329px;
  top: 50%;
  margin-top: -392px;
  background: #787878;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.mask_login .kuang .smkuang {
  width: 638px;
  height: 762px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -319px;
  top: 50%;
  margin-top: -381px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 69px 106px 0 96px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mask_login .kuang .smkuang h6 {
  color: #333;
  font-size: 24px;
  text-align: center;
}
.mask_login .kuang .smkuang img.close_sm {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.mask_login .kuang .smkuang .domestic {
  margin-top: 50px;
}
.mask_login .kuang .smkuang .domestic div.inputdiv {
  border: 1px solid #b7bdc9;
  width: 434px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-bottom: 39px;
}
.mask_login .kuang .smkuang .domestic div.inputdiv i {
  width: 25px;
  display: inline-block;
}
.mask_login .kuang .smkuang .domestic div.inputdiv img {
  margin-left: 23px;
}
.mask_login .kuang .smkuang .domestic div.inputdiv input {
  width: 290px;
  margin-left: 22px;
}
.mask_login .kuang .smkuang .domestic div.pancode {
  width: 298px;
  position: relative;
}
.mask_login .kuang .smkuang .domestic div.pancode input {
  width: 200px;
}
.mask_login .kuang .smkuang .domestic div.pancode span {
  width: 118px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #b7bdc9;
  background: #f5fcfe;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  right: -136px;
  top: -1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mask_login .kuang .smkuang .domestic div.pancode span:hover {
  cursor: pointer;
}
.mask_login .kuang .smkuang .domestic div.atonce_re {
  background: #bd0000;
  border: 1px solid #bd0000;
  text-align: center;
  color: #fff;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  margin-bottom: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.mask_login .kuang .smkuang .domestic div.atonce_re:hover {
  cursor: pointer;
}
.mask_login .kuang .smkuang .domestic p.detail_read {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.mask_login .kuang .smkuang .domestic p.detail_read a {
  color: #999;
}
.mask_login .kuang .smkuang .domestic p.detail_read a.fl {
  float: left;
}
.mask_login .kuang .smkuang .domestic p.detail_read a.fr {
  float: right;
}
.mask_login .kuang .smkuang .domestic .other_login {
  margin-top: 54px;
}
.mask_login .kuang .smkuang .domestic .other_login .ol_header {
  text-align: center;
  font-size: 14px;
  color: #999;
  height: 12px;
  line-height: 12px;
  position: relative;
}
.mask_login .kuang .smkuang .domestic .other_login .ol_header span {
  width: 106px;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -53px;
  background: #fff;
  z-index: 11;
}
.mask_login .kuang .smkuang .domestic .other_login .ol_header i {
  width: 418px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 50%;
  margin-left: -209px;
  background: #e5e5e5;
}
.mask_login .kuang .smkuang .domestic .other_login .three_login {
  height: 72px;
  width: 100%;
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mask_login .kuang .smkuang .domestic .other_login .three_login img {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mask_login .kuang .smkuang .domestic .other_login .three_login img:hover {
  cursor: pointer;
}
.mask_appoint1 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11111;
  display: none;
}
.mask_appoint1 .kuang {
  width: 384px;
  height: 348px;
  position: absolute;
  left: 50%;
  margin-left: -192px;
  top: 50%;
  margin-top: -174px;
  background: url(../images/appointbg.png);
  text-align: center;
}
.mask_appoint1 .kuang img.close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.mask_appoint1 .kuang img.close:hover {
  cursor: pointer;
}
.mask_appoint1 .kuang img.successimg {
  margin-top: 72px;
}
.mask_appoint1 .kuang h6 {
  color: #242e42;
  font-size: 24px;
  margin-top: 15px;
}
.mask_appoint1 .kuang a {
  width: 138px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  margin-top: 35px;
}
.mask_appoint1 .kuang a.nothanks {
  background: #cccccc;
  margin-left: 15px;
}
.mask_appoint1 .kuang a.addremind {
  background: #57a75a;
  margin-right: 15px;
}
.mask_appoint2 {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11111;
  display: none;
}
.mask_appoint2 .kuang {
  width: 384px;
  height: 348px;
  position: absolute;
  left: 50%;
  margin-left: -192px;
  top: 50%;
  margin-top: -174px;
  background: url(../images/appointbg.png);
  text-align: center;
}
.mask_appoint2 .kuang img.close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.mask_appoint2 .kuang img.close:hover {
  cursor: pointer;
}
.mask_appoint2 .kuang img.successimg {
  margin-top: 72px;
}
.mask_appoint2 .kuang h6 {
  color: #242e42;
  font-size: 24px;
  margin-top: 15px;
}
.mask_appoint2 .kuang a {
  width: 138px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  margin-top: 35px;
  background: #bd0000;
}

