body{
  background: #fff;
}
/*二级页*/
.headers {
  height: 109px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px;
}

.all {
  float: left;
  width: 180px;
  height: 52px;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background-color: #00c07d;
  font-size: 20px;
  cursor: pointer;
  transition: opacity .5s ease;
}

/* .tel {
  float: left;
  margin-top: 15px;
  margin-right: 24px;
  color: #ff6f66;
} */

.address {
  float: left;
  margin-top: 15px;
}

.headers_r img {
  width: 92px;
  height: 92px;
  margin-top: 8px;
}

.hot {
  margin-bottom: 40px;
}

.hot h3 {
  float: left;
  font-size: 28px;
}

.hot a {
  float: right;
  margin-top: 7px;
  font-size: 17px;
  color: #959595;
}

.hot a:hover {
  color: #ff5246;
}

.main_l.active .news.active {
  margin-top: 30px;
}

.main_l.active li {
  margin-bottom: 23px;
}

.mainBanner.active .bd {
  height: 396px;
}

.mainBanner.active .hd {
  position: static;
  margin-top: 10px;
}

.mainBanner.active .hd ul {
  margin: 0;
}

.mainBanner.active .hd li {
  width: 31.45%;
  height: 112px;
  margin-right: 0;
}

.mainBanner.active .hd li:nth-child(2) {
  margin: 0 1%;
}

.shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.alert_region {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 850px;
  height: 456px;
  margin-top: -228px;
  margin-left: -425px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px #ddd;
}

.region_name {
  margin-top: 50px;
  margin-bottom: 44px;
  font-size: 30px;
  text-align: center;
}

.region_list {
  height: 260px;
  padding: 0 44px;
  overflow-x: hidden;
  overflow-y: auto;
}

.alert_region a {
  float: left;
  width: 110px;
  height: 44px;
  margin-right: 18px;
  margin-bottom: 28px;
  line-height: 44px;
  text-align: center;
  background-color: #ededed;
  border-radius: 40px;
  transition: background-color .5s ease;
}

.alert_region a:nth-child(6n) {
  margin-right: 0;
}

.alert_region a:hover {
  background-color: #02cb85;
  color: #fff;
}

/*二级页结束*/
/* header */
.header {
  margin-bottom: 20px;
}

.header_l,
.headers_l {
  float: left;
  margin-top: 20px;
}

.logo {
  float: left;
  width: 187px;
  height: 43px;
  margin-right: 24px;
  background-image: url('http://upload.hteacher.net/webupload/common/logo.png');
  background-repeat: no-repeat;
}

.logo a {
  display: block;
  text-indent: -999em;
}

.region {
  float: left;
  padding-left: 24px;
  border-left: 1px solid #e5e5e5;
  font-size: 30px;
}



.header_r,
.headers_r {
  float: right;
}

.search_dfz {
  position: relative;
  float: left;
  margin-top: 20px;
  margin-left: 28px;
}

.inp {
  float: left;
  width: 296px;
  height: 42px;
  border: 1px solid #dbdbdb;
  border-right: none;
  padding-left: 98px;
  border-radius: 4px 0 0 4px;
}

.submit {
  float: left;
  width: 77px;
  height: 44px;
  border-radius: 0 4px 4px 0;
  background-color: #2ee292;
  background: linear-gradient(to right, #2ee292, #0dc676);
  cursor: pointer;
}

.search_icon {
  position: absolute;
  top: 9px;
  right: 25px;
  width: 26px;
  height: 26px;
  background: url('http://upload.hteacher.net/webupload/common/sprites.png') -116px -137px no-repeat;
  cursor: pointer;
}

.select {
  width: 88px;
}

.inpS {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.select cite {
  display: block;
  width: 100%;
  height: 43px;
  border-right: 1px solid #dbdbdb;
  font-style: normal;
  line-height: 43px;
  text-indent: 20px;
  font-size: 14px;
}

.inpS i {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 12px;
  height: 7px;
  margin-left: 7px;
  background-image: url('http://upload.hteacher.net/webupload/common/arrow.png');
  background-repeat: no-repeat;
  transition: transform .5s ease;
}

.inpS:hover i {
  transform: rotate(180deg);
}

.select ul {
  display: none;
  position: absolute;
  left: 0;
  top: 41px;
  width: calc(100% - 1px);
  border: 1px solid #dbdbdb;
  padding-bottom: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  background: #fff;
  border-radius: 0 0 3px 3px;
  border-top: none;
}

.select li {
  font-size: 14px;
  line-height: 32px;
  text-indent: 20px;
  cursor: pointer;
}

.select li a {
  display: block;
  width: 100%;
  height: 30px;
  margin-left: -1px;
  overflow: hidden;
  white-space: nowrap;
}

/*轮播*/
.main {
  margin-top: 36px;
}

.main_l {
  float: left;
  width: 50%;
}

.news.active {
  margin-top: 18px;
}

.news .news_title {
  margin-bottom: 24px;
}

.news a {
  margin-right: 3.07%;
}

.news .news_type {
  margin-right: 9px;
}

.main_l li {
  max-width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.main_l li:last-child {
  margin-bottom: 0;
}

.main_l li a:hover {
  color: #ff5246;
}
.news_title a {
  font-size: 21px !important;
  font-weight: bold;
  color: #ff5246;
  display: inline-block;
  overflow: hidden;
  margin-right: 2px;
  width: 50%;
  text-align: center;
}
.news_title a:last-child{
  text-align: left;
}

.main_r {
  float: right;
  width: 49.2%;
}

.mainBanner {
  position: relative;
  width: 100%;
}

.mainBanner .hd {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.mainBanner .hd ul {
  margin: 0 7.21%;
}

.mainBanner .hd li {
  position: relative;
  float: left;
  width: 22.2%;
  height: 80px;
  border: 4px solid #ddd;
  margin-right: 1.36%;
  cursor: pointer;
}

.mainBanner .hd li:last-child {
  margin-right: 0;
}

.mainBanner .hd li.on {
  border-color: #00c07d;
}

.mainBanner .hd li.on .tab_border {
  display: block;
}

.tab_border {
  display: none;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -9px;
  border: 9px solid rgba(255, 255, 255, 0.01);
  border-bottom: 9px solid #00c07d;
}

.mainBanner .bd {
  width: 100%;
  height: 415px;
  overflow: hidden;
}

.mainBanner .bd ul {
  width: 100% !important;
  height: 100% !important;
}

.mainBanner .bd li {
  width: 100% !important;
  height: 100% !important;
}

.mainBanner .bd a {
  display: block;
  width: 100%;
  height: 100%;
}

.mainBanner .sNext,
.mainBanner .sPrev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 72px;
  margin-top: -36px;
  background-color: #fff;
  cursor: pointer;
  opacity: .4;
  transition: opacity .5s ease;
}

.mainBanner .sNext:hover,
.mainBanner .sPrev:hover {
  opacity: .7;
}

.mainBanner .sNext {
  left: auto;
  right: 0;
}

.mainBanner .sNext i,
.mainBanner .sPrev i {
  display: block;
  width: 20px;
  height: 36px;
  margin: 17px auto;
  background-image: url('http://upload.hteacher.net/webupload/common/tab_arr.png');
  background-repeat: no-repeat;
  z-index: 2;
}

.mainBanner .sNext i {
  transform: rotate(180deg);
}

/*轮播结束*/
/*辅导课程*/
.fdkc {
  margin-top: 50px;
  margin-bottom: 40px;
}

.title {
  border-left: 5px solid #00c07d;
  padding-left: 19px;
  margin-bottom: 32px;
  font-size: 30px;
}

.fdkc_l {
  float: left;
  width: 45.6%;
}

.courseList {
  margin-left: 6.87%;
}

.course {
  position: relative;
  display: block;
  width: 46%;
  height: 150px;
  margin-bottom: 22px;
  font-size: 24px;
  text-align: center;
  transition: transform .5s ease;
}

.course:hover {
  transform: translateY(-5px);
}

.course img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.course01,
.course03 {
  float: left;
}

.course02,
.course04 {
  float: right;
}

.course01 p {
  color: #552a95;
}

.course02 p {
  color: #b06000;
}

.course03 p {
  color: #f36665;
}

.course04 p {
  color: #022f74;
}

.course .txt01 {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  font-size: 22px;
}

.course .txt02 {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
}

.fdkc_r {
  float: right;
  width: 50%;
}

.fdkc_r .title {
  margin-bottom: 28px;
}

.datum_l {
  float: left;
  width: 54%;
  height: 344px;
  overflow: hidden;
}

.datum_title {
  float: left;
  padding-bottom: 10px;
  margin-right: 4%;
  font-size: 20px;
  cursor: pointer;
}

.datum_title.active {
  margin-right: 0;
}

.datum_title.on {
  color: #00c07d;
  border-bottom: 2px solid #00c07d;
}

.datum_list {
  display: none;
  margin-top: 14px;
}

.datum_list li {
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.datum_list li span {
  margin-right: 10px;
  color: #e5e5e5;
  font-size: 22px;
}

.datum_list li:last-child {
  margin-bottom: 0;
}

.datum_list li a:hover {
  color: #ff5246;
}

.datum_r {
  position: relative;
  float: right;
  width: 36.66%;
  height: 325px;
  text-align: center;
}

.datum_r_ad img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.datum_r .txt01 {
  position: absolute;
  top: 70px;
  width: 100%;
  color: #fff;
  font-size: 22px;
}

.datum_r .txt02 {
  position: absolute;
  top: 125px;
  width: 100%;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}

.look {
  position: absolute;
  bottom: 65px;
  left: 50%;
  width: 50.9%;
  height: 44px;
  transform: translateX(-50%);
  line-height: 44px;
  border-radius: 40px;
  background-color: #fff;
  color: #8859ed;
  font-size: 20px;
}

/*辅导课程结束*/
.ad {
  display: block;
}

.ad img {
  width: 100%;
  height: auto;
}

/* 考试资讯 */
.exam {
  margin-top: 50px;
}

.exam_change {
  float: left;
  padding-bottom: 10px;
  margin-right: 46px;
  font-size: 24px;
  cursor: pointer;
}

.exam_change.on {
  border-bottom: 3px solid #00c77a;
}

.exam_wrap {
  margin-top: 45px;
}

.exam_list {
  float: left;
  width: 31.33%;
  height: 370px;
  margin-right: 3%;
}

.exam_list:nth-child(3n) {
  margin-right: 0;
}

.exam_list ul a:hover {
  color: #ff5246;
}

.exam_title {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}

.exam_title h3 {
  display: inline-block;
  padding-bottom: 12px;
  font-size: 20px;
  border-bottom: none;
  border-bottom: 2px solid #00c77a;
}
.oTitle{
  margin-right: 20px;
}
.oTitle h3{
  border-bottom: none;
}
.oTitle.on h3{
  border-bottom: 2px solid #00c77a;
}

.exam_title p {
  float: right;
  margin-top: 4px;
  color: #a9a9a9;
  font-size: 14px;
}

.teaToggle {
  float: right;
  margin-top: 4px;
  color: #c6c6c6;
}

.teaToggle a {
  color: #666;
}

.teaToggle a.on {
  padding-bottom: 1px;
  border-bottom: 1px solid #24cb85;
  color: #24cb85;
}

.exam_list li {
  max-width: 100%;
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.exam_list li span {
  margin-right: 14px;
  color: #e8e8e8;
  font-size: 22px;
}

.teaMore {
  display: block;
  width: 208px;
  height: 38px;
  margin: 30px auto 0 auto;
  line-height: 38px;
  text-align: center;
  border-radius: 40px;
  background-color: #eee;
  color: #a6a6a6;
}

.teaMore:hover {
  color: #4ebd65;
}

.teaMore i {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 8px;
  background: url('http://upload.hteacher.net/webupload/img/dfz/icon-more.png') no-repeat center top;
}
.teaMore:hover i {
  background-position: center bottom;
}


/* 考试资讯结束 */
/* 华图精英 */
.team {
  margin-top: 50px;
  text-align: center;
}

.team .title {
  margin-bottom: 38px;
  text-align: left;
}

.team h3 {
  margin-bottom: 18px;
  font-size: 28px;
}

.team .txt {
  margin-bottom: 25px;
  line-height: 26px;
  color: #949494;
}

.team .teaSlide {
  position: relative;
  width: 100%;
  max-width: 2100px;
  height: 715px;
  margin: 0 auto;
  overflow: hidden;
}

.team .teaSlide .bd {
  position: relative;
  height: 100%;
}

.team .teaSlide ul {
  float: left;
  width: 246% !important;
}

.team .teaSlide li {
  position: relative;
  float: left;
  width: 9.7% !important;
  height: 715px;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
}

.team .teaSlide .pic {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -330px;
}

.team .teaSlide .pic a,
.team .teaSlide .pic img {
  display: block;
  width: 660px;
  height: 715px;
}

.team .teaSlide .con {
  position: absolute;
  left: 50%;
  top: 720px;
  width: 660px;
  height: 345px;
  padding-top: 370px;
  margin-left: -330px;
  background: url('http://upload.hteacher.net/webupload/common/bg_02b.png') repeat-x bottom;
  text-align: center;
  -webkit-transition: top 0.8s ease-out;
  transition: top 0.8s ease-out;
}

.team .teaSlide .h4 {
  color: #fff;
  font-size: 46px;
  line-height: 66px;
}

.team .teaSlide .h4 a {
  color: #fff;
}

.team .teaSlide .h4 a:hover {
  color: #fff;
  text-decoration: none;
}

.team .teaSlide .h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #d1a94d;
  font-size: 18px;
}

.team .teaSlide .h6 {
  width: 320px;
  height: 50px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

.team .teaSlide .h6 span {
  margin-right: 8px;
}

.team .teaSlide .h6 em {
  margin-right: 15px;
  font-style: normal;
}

.team .teaSlide .con i {
  display: block;
  height: 19px;
  margin: 0 auto 20px auto;
  background-repeat: no-repeat;
}

.team .teaSlide .icon05 {
  width: 119px;
  background: url('http://upload.hteacher.net/webupload/common/sprites.png') -98px -10px;
}

.team .teaSlide .icon04 {
  width: 92px;
  background: url('http://upload.hteacher.net/webupload/common/sprites.png') -98px -49px;
}

.team .teaSlide .icon03 {
  width: 68px;
  background: url('http://upload.hteacher.net/webupload/common/sprites.png') -10px -98px;
}

.team .teaSlide .icon02 {
  width: 44px;
  background: url('http://upload.hteacher.net/webupload/common/sprites.png') -98px -98px;
}

.team .teaSlide .icon01 {
  width: 20px;
  background: url('http://upload.hteacher.net/webupload/common/sprites.png') -162px -98px;
}

.team .teaSlide p {
  width: 310px;
  height: 33px;
  margin: 0 auto;
  color: #fff;
  line-height: 26px;
  font-size: 14px;
  text-align: left;
}

.team .teaSlide li.on,
.team .teaSlide li:hover {
  width: 12.7% !important;
}

.team .teaSlide li.on .con,
.team .teaSlide li:hover .con {
  top: 0;
}

.team .teaSlide .teaprev,
.team .teaSlide .teanext {
  position: absolute;
  left: 5%;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-image: url('http://upload.hteacher.net/webupload/common/icon.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s;
}

.team .teaSlide .teanext {
  left: auto;
  right: 5%;
  background-position: -50px 0;
}

.team .teaSlide:hover .teaprev,
.team .teaSlide:hover .teanext {
  filter: alpha(opacity=100);
  opacity: 1;
}

.more {
  display: block;
  width: 170px;
  height: 55px;
  margin: 50px auto;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
  border-radius: 40px;
  background-color: #e4e4e4;
  transition: background-color .5s ease;
}

.more:hover {
  background-color: #00c07d;
  color: #fff;
}

/*师资团队end*/
/*互动学习*/
.tips {
  margin-top: 18px;
  margin-bottom: 56px;
  text-align: center;
  font-size: 24px;
}

.code_wrap {
  margin: 0 11.33%;
}

.code_wrap li {
  float: left;
  width: 33.33%;
  text-align: center;
}

.code_wrap li img {
  width: 214px;
  height: 214px;
  margin: 0 auto;
}

.code_wrap li p {
  margin-top: 32px;
  margin-bottom: 20px;
  font-size: 18px;
}

.code_wrap .btn {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin: 0 auto;
  background-color: #00c07d;
  text-align: center;
  border-radius: 40px;
  font-size: 18px;
  transition: opacity .5s ease;
}

.code_wrap .btn:hover,
.code_wrap .all:hover {
  opacity: .9;
}

/*互动学习结束*/

.teaHide {
  position: relative;
}

.list_nav {
  position: absolute;
  right: 0;
  top: -25px;
}
.list_nav a{
  font-size: 14px;
  color: #f35c5c;
}
.interaction{
  padding-bottom: 50px;
}
.new_list a{
  display: inline-block;
  overflow:hidden;
  margin-right: 1.07%;
  width: 168px;
  flex: 1;
}
.new_list a.first{
  margin-right:0;
  width: 66px;
  flex: 0.4;
}
.list_box{
  margin-top: 34px;
}
.sc_search_btn {
  position: relative;
}
.search_icon {
  position: absolute;
  top: 9px;
  right: 30%;
  width: 26px;
  height: 26px;
  background: url('http://upload.hteacher.net/webupload/common/sprites.png') -116px -137px no-repeat;
  cursor: pointer;
}
.news_box{
  margin-bottom: 24px;
}
.fx_ul li{
  display: inline;
  float: left;
  margin-right: 20px;
  color: #666;
  line-height: 40px;
  white-space: nowrap;
}
.fx_ul li a{
  color: #666;
}
.fx_ul li a:hover{
  color: #ff5246;
}