/*通栏*/
.rec_top {
  width: 100%;
  overflow: hidden;
  min-width: 1000px;
}

.rec_img {
  position: relative;
  width: 100%;
  height: 150px;
  margin-top: -150px;
}

.rec_content {
  float: left;
  width: 33%;
  height: 100%;
}

.rec_top img {
  width: 100%;
}

/*header*/
.header {
  padding: 40px 0;
}

.header-l {
  float: left;
}

.header-l a {
  float: left;
}

.logo {
  border-right: 1px solid #dedede;
  padding-right: 10px;
  margin-right: 10px;
}

.pro-name {
  margin-top: 2px;
  font-size: 28px;
  font-weight: bold;
  color: #28b14e;
}

.header-r {
  float: right;
  line-height: 44px;
}

.header-r a {
  margin-right: 30px;
}

/*导航*/
.nav {
  height: 56px;
  background-color: #28b14e;
}

.nav a {
  display: inline-block;
  width: 140px;
  margin-right: 10px;
  line-height: 56px;
  color: #fff;
  text-align: center;
  transition: background .5s ease;
}

.nav a:last-child {
  margin-right: 0;
}

.nav a:hover {
  background-color: #239f46;
  color: #fff;
}

/*地域*/
.region {
  margin-bottom: 56px;
  background-color: #f8f8f8;
}

.region .Width {
  padding-top: 24px;
}

.letter-info {
  float: left;
  width: 310px;
  margin-bottom: 24px;
}

.letter-info.active {
  width: 470px;
}

.letter-info a {
  margin-right: 22px;
}

.letter {
  display: inline-block;
  width: 36px;
  margin-right: 36px;
  text-align: right;
}

.search {
  position: relative;
}

.search-input {
  box-sizing: border-box;
  width: 224px;
  height: 30px;
  border: 1px solid #d7d7d7;
  padding-left: 16px;
  border-radius: 20px;
  font-size: 14px;
}

.letter-info img {
  position: absolute;
  top: 6px;
  left: 194px;
}

#areaselect {
  display: none;
  position: absolute;
  top: 30 px;
  left: 0;
  width: 224px;
  max-height: 136px;
  border: 1px solid #cecfd1;
  z-index: 3;
  background: #fff;
  border-radius: 3px;
  overflow: auto;
}

#areaselect li {
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-indent: 10px;
  font-size: 14px;
}

/*主体区域*/
.main {
  padding-bottom: 10px;
}

.main-l {
  float: left;
  width: 790px;
}

.main-news {
  float: left;
  width: 464px;
}

.news-list-title {
  font-size: 20px;
}

.news-list .news-list-title {
  margin-bottom: 16px;
}

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

.news-list-title:first-child a {
  color: rgb(40, 177, 78);
}

.news-tag {
  display: inline-block;
  width: 82px;
  height: 30px;
  border: 1px solid #ff932b;
  margin-right: 14px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  color: #fe922b;
}

.news-list {
  padding-bottom: 22px;
}

.main-rec {
  width: 280px;
  float: right;
}

.main-rec a {
  display: block;
  width: 280px;
  height: 173px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.main-rec a img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease;
}

.main-rec a:hover img {
  transform: scale(1.1);
}

.main-r {
  float: right;
  width: 560px;
}

.mainBanner {
  position: relative;
  width: 560px;
  height: 282px;
  margin-bottom: 20px;
  overflow: hidden;
}

.mainBanner img {
  width: 100%;
  height: 282px;
}

.bd ul, .bd li {
  width: 100% !important;
}

.mainBanner .hd {
  position: absolute;
  bottom: 14px;
  right: 14px;
  z-index: 2;
}

.mainBanner .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.mainBanner .hd li.on {
  background-color: #28b14e;
}

.tools-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
  margin-bottom: 16px;
  font-size: 24px;
}

.tools-title span {
  color: #28b14e;
}

.tools-info a {
  float: left;
  margin-right: 60px;
  margin-bottom: 20px;
  text-align: center;
}

.tools-info a:nth-child(5n) {
  margin-right: 0;
}

.tools-info a img {
  margin: 0 auto 8px auto;
}

/*面授课程*/
.face {
  height: 221px;
  margin-bottom: 44px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
}

.face-l {
  float: left;
  width: 160px;
  padding-top: 40px;
  color: #fff;
  text-align: center;
}

.face-btn {
  width: 130px;
  height: 44px;
  margin: 0 auto 20px auto;
  border-radius: 22px;
  line-height: 44px;
  font-size: 26px;
  font-weight: bold;
  cursor: pointer;
}

.face-btn.active {
  background: linear-gradient(177deg, rgba(253, 245, 233, 1), rgba(255, 242, 221, 1));
  box-shadow: 0px 10px 14px 0px rgba(252, 154, 61, 0.5);
  color: rgba(252, 154, 61, 1);
}

.face-more {
  display: block;
  padding-top: 0;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.face-r {
  display: none;
  box-sizing: border-box;
  float: right;
  width: 1240px;
  height: 210px;
  padding-top: 6px;
  padding-left: 30px;
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
}

.face-r.active {
  display: block;
}

.face-list {
  float: left;
  width: 786px;
  padding-bottom: 14px;
  margin-right: 38px;
}

.face-list li {
  float: left;
  width: 374px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin-top: 14px;
  margin-right: 38px;
}

.face-list li:nth-child(even) {
  margin-right: 0;
}

.face-list a {
  display: block;
}

.face-info {
  float: left;
  color: #b5b5b5;
  line-height: 32px;
}

.face-name {
  margin-bottom: 10px;
}

.face-price {
  margin-right: 10px;
  color: rgba(240, 28, 50, 1);
}

.face-time {
  margin-left: 10px;
}

.face-contact {
  position: relative;
  float: right;
  width: 92px;
  height: 32px;
  border: 1px solid #fd6923;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  color: rgba(253, 105, 35, 1);
  z-index: 0;
}

.face-contact:hover {
  color: #fff;
  border-color: transparent;
}

.face-contact::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(252, 149, 49, 1), rgba(245, 103, 60, 1));
  opacity: 0;
  transition: opacity .5s;
  z-index: -1;
}

.face-contact:hover::before {
  opacity: 1;
}

.face-region {
  float: right;
  width: 330px;
  margin-top: 16px;
  margin-right: 40px;
}

.face-region-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.face-region a {
  float: left;
  margin-right: 17px;
  margin-bottom: 24px;
}

.face-region a:nth-child(7n) {
  margin-right: 0;
}

/*招考信息*/
.slide-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 14px;
}

.slide-title.active {
  border-width: 3px;
}

.slide-title img {
  float: left;
}

.slide-title p {
  float: left;
  margin-left: 10px;
  font-size: 26px;
  font-weight: bold;
}

.slide-btn, .datum-btn {
  margin-bottom: 32px;
}

.slide-btn span, .datum-btn span {
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  margin-right: 4px;
  line-height: 30px;
  border-radius: 40px;
  background-color: #f7f7f7;
  color: #666;
  transition: background .5s ease;
  cursor: pointer;
}

.slide-btn span.on, .datum-btn span.on {
  background-color: #28b14e;
  color: #fff;
}

.slide-list, .datum-list {
  line-height: 36px;
}

.slide-link {
  float: left;
  max-width: 560px;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slide-title-wrap.on .slide-link a {
  color: #28b14e;
  font-size: 18px;
}

.slide-link span {
  margin: 0 7px;
  color: #d9d9d9;
}

.article-time {
  float: right;
  color: #999;
}

.title-slide {
  display: none;
  margin-bottom: 4px;
}

.title-slide a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(102, 102, 102, 1);
  height: 59px;
  line-height: 30px;
  font-size: 14px;
}

.slide-news01 {
  margin-bottom: 40px;
}

.slide-news01 .slide-title {
  margin-bottom: 16px;
}

.slide-news01-l, .slide-news01-r {
  float: left;
  width: 650px;
}

.slide-news01-r {
  float: right;
}

.promotion {
  padding-bottom: 60px;
}

/*报考指导*/
.slide-news02 {
  margin-bottom: 56px;
}

.search {
  float: right;
}

.search_icon {
  float: left;
  margin-right: 12px;
  line-height: 40px;
}

.search_channel {
  float: left;
}

.search_channel .selDiv {
  position: relative;
  float: left;
  width: 160px;
  height: 40px;
  margin-left: 8px;
}

.search_channel .selDiv cite {
  display: block;
  width: 100%;
  height: 40px;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 15px;
  border: 1px solid #dcdcdc;
  background: #fff url(../images/arrow.png) no-repeat 95% center;
  box-shadow: 0 6px 13px rgba(245, 245, 245, .4);
  font-size: 16px;
  border-radius: 6px;
  font-style: normal;
  line-height: 40px;
  text-indent: .5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .3s;
}

.selDiv ul {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 100%;
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
}

.selDiv li {
  font-size: 16px;
  text-indent: 1em;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
}

.selDiv li:hover {
  background-color: #f7f7f7;
}

.search-btn {
  float: left;
  width: 124px;
  height: 40px;
  border: none;
  margin-left: 10px;
  background: rgb(101, 211, 134);
  background: linear-gradient(90deg, rgba(101, 211, 134, 1), rgba(29, 188, 155, 1));
  border-radius: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: opacity .5s ease;
}

.zy_btn {
  background: rgb(252, 149, 49);
  background: linear-gradient(90deg, rgba(252, 149, 49, 1), rgba(245, 103, 60, 1));
}

.search-btn:hover {
  opacity: .9;
  color: #fff !important;
}

.selDiv a {
  display: block;
}

.search-link {
  float: left;
  margin-left: 14px;
}

.guidance {
  margin-top: 30px;
}

.guidance_list {
  float: left;
  width: 446px;
  margin-right: 31px;
}

.guidance_list:last-child {
  margin-right: 0;
}

.guidance_title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 24px;
}

.guidance_title span {
  display: inline-block;
  border-bottom: 2px solid transparent;
  padding-bottom: 20px;
  margin-bottom: -1px;
  margin-right: 24px;
  font-size: 20px;
  cursor: pointer;
}

.guidance_title span.on {
  color: #28b14e;
  border-color: #28b14e;
}

.guidance_title span:last-child {
  margin-right: 0;
}

.guidance_list .slide-link {
  max-width: 370px;
}

/*备考资料*/
.datum-wrap {
  margin-top: 30px;
}

.datum-l {
  float: left;
  width: 924px;
}

.datum-change ul {
  float: left;
  width: 440px;
}

.datum-change ul:nth-child(even) {
  float: right;
}

.datum-l .slide-link {
  max-width: 360px;
}

.datum-rec {
  display: block;
  margin: 30px 0;
}

.datum-rec img {
  height: 86px;
}

.datum-l .slide-title {
  margin-bottom: 30px;
}

.datum-r {
  box-sizing: border-box;
  float: right;
  width: 444px;
  height: 877px;
  padding: 24px 35px 0 35px;
  background-color: #f6f6f6;
}

.datum-r-title {
  margin-bottom: 26px;
}

.datum-r-title img {
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}

.datum-r-title p {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.exam-type {
  padding-bottom: 11px;
}

.exam-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}

.line {
  float: left;
  width: 6px;
  height: 20px;
  margin-top: 4px;
  margin-right: 10px;
  background-color: #267fcd;
}

.exam-type02 .line {
  background-color: #375fab;
}

.exam-type03 .line {
  background-color: #98ba24;
}

.exam-type04 .line {
  background-color: #28b14e;
}

.exam-type05 .line {
  background-color: #f02e36;
}

.exam-link a {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 10px;
  line-height: 20px;
}

.exam-link a:hover {
  color: #6dcbb4;
}

.exam-type02 a:hover {
  color: #375fab;
}

.exam-type03 a:hover {
  color: #98ba24;
}

.exam-type04 a:hover {
  color: #28b14e;
}

.exam-type05 a:hover {
  color: #f02e36;
}

/*备考课程*/
.course {
  padding-top: 50px;
}

.course-type {
  float: right;
  font-size: 18px;
}

.course-more {
  float: right;
  color: #959595;
  margin-left: 50px;
  font-size: 18px;
}

.class-list {
  margin-top: 30px;
}

.class-list li, .books-list li {
  position: relative;
  float: left;
  width: 328px;
  height: 398px;
  border: 1px solid #ddd;
  margin-right: 26px;
  overflow: hidden;
}

.class-list li:nth-child(4n), .books-list li:nth-child(4n) {
  margin-right: 0;
}

.imgWrap {
  position: relative;
  margin-bottom: 20px;
}

.imgWrap:hover img {
  transform: scale(1.02, 1.02);
}

.imgWrap img {
  width: 100%;
  height: 222px;
  transition: transform 1s ease;
}

.tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
}

.tag p {
  display: inline-block;
  height: 24px;
  padding: 0 6px;
  line-height: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, .6);
  border-radius: 4px;
  font-size: 14px;
}

.class-info, .books-info {
  margin: 0 20px;
  font-size: 14px;
}

.class-name, .books-name {
  height: 51px;
  margin-bottom: 8px;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.books-name {
  height: 77px;
  font-size: 16px;
  margin-bottom: 16px;
  -webkit-line-clamp: 3;
}

.class-name a:hover {
  text-decoration: underline;
  color: #ee3e32;
}

.class-time {
  margin-bottom: 16px;
  color: #666;
}

.price {
  float: left;
  margin-top: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #ee3e32;
}

.price.active {
  color: #21d270;
}

.class-btn {
  position: relative;
  float: right;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #28b14e;
  transition: opacity .5s ease;
  z-index: 0;
}

.class-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(252, 149, 49, 1), rgba(245, 103, 60, 1));
  opacity: 0;
  transition: opacity .5s;
  z-index: -1;
}

.class-btn:hover::before {
  opacity: 1;
}

.course .class-btn:hover, .books .class-btn:hover {
  color: #fff;
}

/*图书*/
.books {
  margin-top: 60px;
  margin-bottom: 60px;
}

.books-more {
  float: right;
}

.books-list {
  margin-top: 30px;
}

.books-list li {
  height: 500px;
}

.books-list .imgWrap img {
  height: 328px;
}

.books-info {
  margin: 0 20px;
}

/*侧导航*/
.fixed-l {
  position: fixed;
  top: 50%;
  left: 0;
  width: 60px;
  transform: translateY(-50%);
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
}

.fixed-title {
  box-sizing: border-box;
  width: 100%;
  height: 52px;
  padding-top: 2px;
  background-color: #ec303c;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.fixed-l li {
  height: 54px;
  border-bottom: 1px solid #ccc;
}

.fixed-l li:last-child {
  border-bottom: none;
}

.fixed-l li a {
  display: block;
  padding: 0 10px;
  text-align: center;
  color: #adadad;
}

.fixed-l li a.active {
  color: #fc1927;
}

.fixed-l li p {
  display: table-cell;
  width: 60px;
  height: 50px;
  vertical-align: middle;
  padding-bottom: 6px;
}

.fixed-r {
  position: fixed;
  top: 50%;
  right: 10px;
  width: 56px;
  transform: translateY(-50%);
  box-sizing: border-box;
  background-color: #f8f8f8;
  z-index: 20;
}

.fixed-r li {
  height: 56px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  transition: background .5s ease;
}

.fixed-r li:hover {
  background-color: #28b14e;
}

.fixed-r li:last-child a p {
  border-bottom: none;
}

.fixed-r li:hover a {
  color: #fff;
  border-color: transparent;
}

.fixed-r li a {
  display: block;
  padding: 0 12px;
}

.fixed-r li p {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

.fixed-tools {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.fixed-tools li {
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 0 14px;
  background-color: #f8f8f8;
  text-align: center;
  transition: background .5s ease;
  cursor: pointer;
}

.fixed-tools li:hover {
  background-color: #28b14e;
}

.fixed-tools li:hover a {
  border-color: transparent;
}

.fixed-tools li a {
  box-sizing: border-box;
  display: block;
  padding-top: 12px;
  height: 55px;
  border-bottom: 1px solid #dedede;
}

.fixed-tools li i {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.fixed-tools01 i {
  background-image: url(../images/fixed01.png);
}

.fixed-tools01:hover i {
  background-image: url(../images/fixed01_a.png);
}

.fixed-tools02 i {
  background-image: url(../images/fixed02.png);
}

.fixed-tools02:hover i {
  background-image: url(../images/fixed02_a.png);
}

.fixed-tools03 i {
  background-image: url(../images/fixed03.png);
}

.fixed-tools03:hover i {
  background-image: url(../images/fixed03_a.png);
}

.fixed-tools .fixed-tools04 {
  padding-top: 10px;
  border-bottom: none;
}

.fixed-tools .fixed-tools04 {
  padding: 10px 0 0 0;
}

.fixed-tools .fixed-tools04 i {
  width: 16px;
  height: 9px;
  margin: 6px auto 0 auto;
  background-image: url(../images/fixed04.png);
}

.fixed-tools .fixed-tools04:hover {
  color: #fff;
}

.fixed-tools .fixed-tools04:hover i {
  background-image: url(../images/fixed04_a.png);
}

/*友情链接*/
.blogroll {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f2f2f2;
}

.inx-fLink .fLinktit {
  margin-bottom: 20px;
}

.inx-fLink .h3 {
  display: inline;
  float: left;
  margin-right: 50px;
  cursor: pointer;
  font-size: 24px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.inx-fLink .on {
  color: #e92930;
}

.inx-fLink .fLinkbox li {
  display: inline;
  float: left;
  margin-right: 16px;
  line-height: 40px;
  white-space: nowrap;
}

.blogroll-dt {
  border-top: 1px solid #e3e3e3;
  padding-top: 36px;
  margin-top: 36px;
}

.footleft {
  float: left;
  margin-right: 120px;
}

.footleft:last-child {
  margin-right: 0;
}

.footleft span {
  display: block;
  margin-bottom: 24px;
  font-size: 24px;
}

.footleft span a {
  color: #000;
}

.footleft a {
  display: block;
  margin-bottom: 12px;
  color: #666;
}

.footright {
  float: right;
  margin-top: 20px;
  margin-right: 86px;
}

.icon05, .icon06 {
  display: block;
  float: left;
  width: 50px;
  height: 39px;
  padding-top: 11px;
  margin-right: 18px;
  border-radius: 3px;
  background-color: #e4e4e4;
}

.icon06 {
  height: 41px;
  padding-top: 9px;
}

.icon05 i, .icon06 i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url('https://www.huatu.com/images/2020css/images/css_sprites.png') -60px -136px no-repeat;
}

.icon06 i {
  width: 37px;
  height: 33px;
  background: url('https://www.huatu.com/images/2020css/images/css_sprites.png') -71px -70px no-repeat;
}

.footright .row01 a {
  font-size: 20px;
}

.footright .row01 span {
  display: block;
  color: #666;
  font-size: 14px;
}

.footright .row02 {
  margin-top: 40px;
}

.footright .row02 span {
  display: block;
  float: left;
  font-size: 20px;
}

.footright .row02 a {
  display: block;
  float: left;
  width: 86px;
  height: 28px;
  margin-top: -2px;
  margin-left: 28px;
  border: 1px solid #d7d7d7;
  border-radius: 40px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  transition: background-color .5s ease;
}

.footright .row02 a:hover {
  border-color: #f80a24;
  background-color: #f80a24;
  color: #fff !important;
}

.row02 p {
  color: #666;
  font-size: 14px;
}

/*友情链接结束*/
/*底部*/
.footer {
  background-color: #333;
}

.footer .footNav {
  position: relative;
  padding-top: 30px;
  padding-bottom: 100px;
  z-index: 11;
}

.footer .footNav p a:first-child {
  position: relative;
  z-index: 899;
}

.footer .footNav p {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #a6a6a6;
}

.footer .footNav p:first-child {
  color: #a6a6a6;
}

.footer .footNav p a {
  display: inline-block;
  padding: 0 6px;
  color: #a6a6a6;
}

.footer .footNav p a:hover {
  color: #fff;
}

.mob_header, .m-footer, .mob-show {
  display: none;
}
