@font-face {
  font-family: 'shangjiao';
  src: url('../fonts/shangjiao.eot?87vzse');
  src: url('../fonts/shangjiao.eot?87vzse#iefix') format('embedded-opentype'),
    url('../fonts/shangjiao.ttf?87vzse') format('truetype'),
    url('../fonts/shangjiao.woff?87vzse') format('woff'),
    url('../fonts/shangjiao.svg?87vzse#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-b-lesson,
.icon-b-down,
.icon-b-play2 {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'shangjiao' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-b-lesson:before {
  content: "\e900";
}

.icon-b-down:before {
  content: "\e901";
}

.icon-b-play2:before {
  content: "\e902";
}

/* :root{
  overflow-y: hidden;
} */
img {
  vertical-align: middle;
}

body {
  background-color: #fff;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

.mr45 {
  margin-right: 45px;
}

.mb100 {
  margin-bottom: 100px;
}

.hidden {
  visibility: hidden;
}


/*header*/
.header {
  color: #fff;
}

.header .logo-icon {
  display: none;
}

.header-top {
  height: 80px;
  display: flex;
  align-items: center;
  background-color: #17710f;
  top: 0;
  position: fixed;
  width: 100vw;
}

.header-top .container {
  background: none;
}

.header-top .header-content {
  /* background-color: #17710f; */
}

.header-top .logo-text {
  font-size: 22px;
}

.header-top .logo {
  display: flex;
  justify-content: space-between;

  background-size: cover;
}

.header-top .logo::after {
  content: '';
  height: 34px;
  position: absolute;
  right: 0;
  content: url('../img/logo_bg.png');
  top: 6px;
}

.header-top .logo-img img {
  max-height: 60px;
}

.header-bottom {
  height: 90px;
  display: flex;
  align-items: center;
  font-size: 18px;
  background-color: #fff;
  color: #338429;
  box-shadow: 0px 13px 34px 4px rgba(29, 112, 24, 0.07);
  position: fixed;
  top: 80px;
  transition: top 250ms;
  -moz-transition: top 250ms;
  /* Firefox 4 */
  -webkit-transition: top 250ms;
  /* Safari 和 Chrome */
  -o-transition: top 250ms;
  /* Opera */
  width: 100vw;
}

.header-bottom.index {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
  box-shadow: none;
  color: #fff;
  z-index: 9;
}

.header-top {
  top: 0;
  transition: top 250ms;
  -moz-transition: top 250ms;
  /* Firefox 4 */
  -webkit-transition: top 250ms;
  /* Safari 和 Chrome */
  -o-transition: top 250ms;
  /* Opera */
}

.header-bottom.index .container {
  position: relative;
  top: 0;
}

.header-bottom.hide {
  z-index: 9;

  /* top: 80px; */
}

.header-top.hide {
  top: -80px;
}

.header-bottom.hide {
  top: -60px;

}

.header-bottom.hide.index {
  top: 20px;
  background-color: transparent;
}

.header-bottom.hide.default {
  top: 20px;
}

.header-bottom.hide.fixed {
  position: fixed;
  top: 80px;
}

.header-top.fixed {
  top: 0;
  z-index: 10;
}

.header-bottom .container {
  background: transparent;
}

.header-bottom .header-content {
  display: flex;
  align-items: center;
}

.header-bottom .nav {
  padding-bottom: 0;
  background: transparent;
}

.header-bottom .nav ul {
  display: flex;
  justify-content: space-between;
}

.header-bottom .nav ul li {
  font-weight: 500;
  width: 170px;
  position: relative;
  transition: background 500ms;
  -moz-transition: background 500ms;
  /* Firefox 4 */
  -webkit-transition: background 500ms;
  /* Safari 和 Chrome */
  -o-transition: background 500ms;
  /* Opera */
}

.header-bottom .nav ul li:hover {
  background: rgba(241, 249, 236, 1);
}

.index.header-bottom .nav>ul>li:hover {
  background: none;
}

.header-bottom .nav>ul>li:hover>ul {
  display: flex;
}

.header-bottom .nav ul li:last-child {
  margin-right: 0;
}

.header-bottom .nav ul li a {
  line-height: 90px;
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #338429;
}

.header-bottom.index .nav ul li a {
  color: #fff;
}

.header-bottom .nav ul li a.check-after {
  color: #1B5114;
  background: rgba(241, 249, 237, 1);
  font-size: 24px;
}

.header-bottom .nav ul li ul {
  position: absolute;
  left: 0;
  top: 90px;
  display: none;
  flex-direction: column;
  box-shadow: 0px 13px 34px 4px rgba(23, 113, 15, 0.07);
  background-color: #fff;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #1B5114;
}

.index.header-bottom .nav ul li ul {
  background: none;
  color: #fff;
}

.header-bottom .nav ul li ul li {
  line-height: 40px;
  border-bottom: 1px solid rgba(241, 249, 236, 1);
  width: 100%;
  text-align: center;
  font-weight: 600;
  height: 100%;
}

.index.header-bottom .nav ul li ul li {
  background-color: rgba(53, 131, 46, 0.5);
  border-bottom: 1px solid rgba(241, 249, 236, 0.4);
}

.index.header-bottom .nav ul li ul li:hover {
  background: rgba(124, 187, 43, 0.6);
}

.header-bottom .nav ul li ul li:hover ul {
  display: flex;
}

.header-bottom .nav ul li ul li a {
  line-height: 40px;
  padding: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header-bottom .nav ul li ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: 170px;
  font-size: 14px;
}

.index.header-bottom .nav ul li ul li ul li {
  background-color: rgba(53, 131, 46, 0.6);
}

.login {
  display: flex;
  height: 60px;
  align-items: center;
  margin-left: 24px;
  margin-right: 21px;
}

.loginItem {
  position: relative;
}

.loginItem a {
  color: #338429;
}

.loginItem-user>img {
  width: 28px;
  height: 28px;
  margin-top: -5px;
  border-radius: 50%;
  vertical-align: middle;
}

.loginItem-user>i {
  display: inline-block;
  font-size: 12px;
  color: #9e9e9e;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.loginItem:hover .loginItem-user>.icon-arrow-down {
  -webkit-transform: rotate(-180deg) scale(0.8);
  transform: rotate(-180deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.loginItem-dropdown {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translate(0);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 30px;
  left: -50px;
  width: 160px;
  padding-top: 30px;
  line-height: 1.5;
  z-index: 10;
}

.loginItem:hover .loginItem-dropdown {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.loginItem-dropdown>ul {
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.loginItem-dropdown>ul>li {
  height: 40px;
  padding: 0 13px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
}

.loginItem-dropdown>ul>li:hover {
  background: #f5f5f5;
}

.loginItem-dropdown>ul>li:active {
  background: #f1f1f1;
}

.header-bottom .search {
  /* margin-right: 19px; */
  position: relative;
  display: flex;
}

.header-bottom .search .search-input {
  background-color: transparent;
  border: 2px solid rgba(23, 113, 15, 1);
  border-radius: 15px;
  height: 30px;
  padding-left: 13px;
  padding-right: 37px;
  width: 200px;
}

.header-bottom.index .search .search-input {
  border: 2px solid rgba(255, 255, 255, 1);
}

.header-bottom .search i {
  width: auto;
  right: 13px;
  color: rgba(23, 113, 15, 1);
}

.header-bottom.index .search i {
  color: #fff;
}

/*header结束*/


/*banner*/
.main.index {
  position: relative;
  margin-top: 0;
}

.main.index.show {
  top: 0px;
}

.main .banner>img {
  width: 100%;
  max-width: none;
  width: 1200px;
  height: 300px;
}

.index.banner,
.index.banner .swiper-slide img {
  margin-top: 0;
  max-width: none;
}

.index.banner {
  height: calc(100vh - 80px);
  transition: height 1000ms;
  -moz-transition: height 1000ms;
  /* Firefox 4 */
  -webkit-transition: height 1000ms;
  /* Safari 和 Chrome */
  -o-transition: height 1000ms;
  /* Opera */
}

.index.banner {
  position: relative;
  top: 80px;
}

.index.banner.height0 {
  height: 0px;
}

.index.banner .swiper-slide a {
  background: url();
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: calc(100vh - 80px);
}

.swiper-index-banner .swiper-slide p {
  position: absolute;
  bottom: 33px;
  left: 0px;
  padding-left: 80px;
  color: #fff;
  font-size: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 45%;
  background-image: linear-gradient(to right, rgba(53, 131, 46, 0.5), rgba(53, 131, 46, 0.0));
}

.swiper-index-banner .swiper-pagination {
  color: #fff;
  font-size: 14px;
}

.swiper-index-banner .swiper-pagination .swiper-pagination-current {
  color: #7fba38;
  font-size: 26px;
  position: relative;
}

.swiper-index-banner .swiper-pagination-fraction {
  width: 65px;
  right: 210px;
  left: auto;
  bottom: 30px;
}

.swiper-index-banner .swiper-pagination .swiper-pagination-current::after {
  content: '';
  width: 73px;
  height: 2px;
  position: absolute;
  left: -78px;
  top: 50%;
  background-color: #7fba38;
}

.swiper-index-banner .swiper-pagination .swiper-pagination-current::before,
.swiper-index-banner .swiper-pagination .swiper-pagination-total::before {
  content: '0';
}


.swiper-index-banner .swiper-button-prev,
.swiper-index-banner .swiper-button-next {
  color: #fff;
  width: 55px;
}

.swiper-index-banner .swiper-button-prev:hover,
.swiper-index-banner .swiper-button-next:hover {
  color: #7fba38;
}

.swiper-index-banner .swiper-button-prev,
.swiper-index-banner .swiper-container-rtl .swiper-button-next {
  right: 116px;
  left: auto;
  bottom: 30px;
  top: auto;
}

.swiper-index-banner .swiper-button-next,
.swiper-index-banner .swiper-container-rtl .swiper-button-prev {
  right: 30px;
  bottom: 30px;
  top: auto;
}

.swiper-index-banner.swiper-container-horizontal:hover .swiper-button-prev,
.swiper-index-banner.swiper-container-horizontal:hover .swiper-button-next {
  display: flex;
}

.swiper-index-banner .swiper-button-prev:after,
.swiper-index-banner .swiper-button-next:after {
  font-size: 18px;
}

.swiper-index-banner .swiper-button-prev:after,
.swiper-index-banner .swiper-container-rtl .swiper-button-next:after {
  content: '上一页';
}

.swiper-index-banner .swiper-button-next:after,
.swiper-index-banner .swiper-container-rtl .swiper-button-prev:after {
  content: '下一页';
}

.swiper-index-banner .swiper-pagination::after {
  content: '';
  width: 2px;
  height: 19px;
  background-color: #fff;
  position: absolute;
  right: -30px;
  right: -113px;
  top: 8px;
}

.swiper-index-banner .swiper-drop-down {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 15px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
}

.swiper-index-banner .swiper-drop-down img {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
}

.swiper-index-banner .swiper-drop-down img,
.swiper-index-banner .swiper-drop-down p {
  cursor: pointer;
}

/*banner结束*/

/*通用标题和分类*/
.column-title {
  position: relative;
}

.column-title p:first-child {
  font-size: 35px;
  color: #666;
  margin-bottom: 19px;
  line-height: 1;
  font-weight: 600;
}

.column-title p:nth-child(2) {
  font-size: 30px;
  color: #999;
  line-height: 1;
}

.column-classify {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #7FBA38;
  font-size: 18px;
}

.column-classify ul {
  display: flex;
  align-items: center;
}

.column-classify ul li {
  width: 66px;
  position: relative;
  text-align: right;
  cursor: pointer;
}

.column-classify ul li.checked {
  color: #34570B;
  font-size: 22px;
}

.column-classify ul li.checked::after {
  content: '';
  width: 35px;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #34570B;
  right: 4px;
}

/*通用标题和分类结束*/

/*index-train*/
.index-train {
  padding-top: 140px;
  position: relative;
  top: 0px;
  /* z-index: 99; */
  background-color: #fff;
  transition: top 500ms;
  -moz-transition: top 500ms;
  /* Firefox 4 */
  -webkit-transition: top 500ms;
  /* Safari 和 Chrome */
  -o-transition: top 500ms;
  /* Opera */
}

.train-column {
  display: flex;
  margin-top: 30px;
}

.train-column:last-child {
  margin-top: 9px;
}

.train-column>div {
  flex: 1;
}

.train-column img {
  height: 340px;
}

.train-column .swiper-container p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding-left: 21px;
  font-size: 16px;
  background: rgba(31, 31, 31, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* width: 50%; */
}

.train-column .swiper-container-horizontal>.swiper-pagination-bullets {
  width: auto;
  right: 20px;
  left: auto;
}

.train-column .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}

.train-column .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 1);
}

.train-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 20px;
}

.train-list-title {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 22px;
  color: #fff;
  background-color: #073B08;
  font-weight: 500;
}

.train-list .train-list-item:nth-child(2) .train-list-title {
  background-color: #385B17;
}

.container .train-column:nth-child(3) .train-list .train-list-item .train-list-title {
  background-color: #4F8410;
}

.container .train-column:nth-child(3) .train-list .train-list-item:nth-child(2) .train-list-title {
  background-color: #7FBA38;
}

.train-list-cont {
  height: 60px;
  color: #999;
  padding: 0px 22px;
  line-height: 60px;
  background: url('../img/train1.png') center center no-repeat;
  box-shadow: 0px 12px 14px 4px rgba(10, 46, 3, 0.07);
  position: relative;
}

.train-list-cont::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 4px;
  background-color: #073B08;
  left: 0;
  bottom: 0;
  transition: width 500ms;
  -moz-transition: width 500ms;
  /* Firefox 4 */
  -webkit-transition: width 500ms;
  /* Safari 和 Chrome */
  -o-transition: width 500ms;
  /* Opera */
}

.train-list-cont>a {
  display: block;
  height: 100%;
  font-size: 18px;
}

.train-list .train-list-item:nth-child(2) .train-list-cont::after {
  background-color: #385B17;
}

.container .train-column:nth-child(3) .train-list .train-list-item .train-list-cont::after {
  background-color: #4F8410;
}

.container .train-column:nth-child(3) .train-list .train-list-item:nth-child(2) .train-list-cont::after {
  background-color: #7FBA38;
}

.train-list-cont:hover::after {
  width: 100%;
}

.train-list-cont p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.train-list-item .train-list-cont:nth-child(2) {
  margin-bottom: 5px;
}

/*index-train结束*/


/*index-resources*/
.index-resources {
  margin-top: 70px;
}

.index-resources .container {
  position: relative;
}

.index-resources .column-title {
  padding-left: 500px;
  padding-top: 20px;
}

.index-resources .column-classify {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}

.index-resources .column-classify {
  margin-top: 20px;
}

.index-resources .column-classify ul li.checked {
  color: rgba(255, 255, 255, 1);
}

.index-resources .column-classify ul li.checked::after {
  background-color: rgba(255, 255, 255, 1);
  ;
}

.index-resources .column-classify ul {
  justify-content: center;
}

.resources-main-bg-button {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 462px;
}

.resources-main-bg-button-left,
.resources-main-bg-button-right {
  cursor: pointer;
}

.resources-main-bg-button-left {
  margin-right: 33px;
}

.resources-main {
  display: flex;
  margin-top: 112px;
}

.resources-main-list {
  width: 626px;
}

.resources-main-bg {
  flex: 1;
}

.resources-main-bg {
  background-color: #7FBA38;
}

.resources-main-bg-cont {
  position: absolute;
  top: 0;
  left: 106px;
  width: 364px;
}

.resources-main-bg-img,
.resources-main-bg-img img {
  width: 364px;
  height: 523px;
}

.resources-main-list {
  display: flex;
  flex-wrap: wrap;
}

.resources-main-item {
  width: 313px;
  height: 225px;
  position: relative;
}

.resources-main-item:hover .resources-main-item-bg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.resources-main-item:hover .resources-main-item-icon img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.resources-main-item-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.resources-main-item-bg img {
  width: 100%;
  height: 100%;
  transition: transform 500ms;
  -moz-transition: -moz-transform 500ms;
  /* Firefox 4 */
  -webkit-transition: -webkit-transform 500ms;
  /* Safari 和 Chrome */
  -o-transition: -o-transform 500ms;
  /* Opera */
  -ms-transition: -ms-transform 500ms;
}

.resources-main-item-icon img {
  transition: transform 500ms;
  -moz-transition: -moz-transform 500ms;
  /* Firefox 4 */
  -webkit-transition: -webkit-transform 500ms;
  /* Safari 和 Chrome */
  -o-transition: -o-transform 500ms;
  /* Opera */
  -ms-transition: -ms-transform 500ms;
  max-height: 100px;
  max-width: 100px;
}

.resources-main-item-cont {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.resources-main-item-title {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.8);
}

/*index-resources结束*/

/*index-expert*/
.index-expert {
  margin-top: 71px;
}

.index-expert .row {
  position: relative;
}

.expert-main {
  width: 700px;
  min-height: 608px;
  position: relative;
}

.swiper-index-expert {
  min-height: 520px;
}

.expert-main .swiper-index-expert .swiper-slide {
  position: static;
}

.expert-main .swiper-index-expert .swiper-slide img {
  width: 700px;
  height: 700px;
}

.swiper-index-expert .swiper-button-prev,
.swiper-index-expert .swiper-button-next {
  width: 35px;
  height: 35px;
}

.swiper-index-expert .swiper-button-prev:after,
.swiper-index-expert .swiper-button-next:after {
  font-size: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #34570B;
}

.swiper-index-expert .swiper-button-next:after {
  background-color: #34570B;
  color: #fff;
}

.swiper-index-expert .swiper-button-next,
.swiper-index-expert .swiper-container-rtl .swiper-button-prev {
  right: 0;
  bottom: 0;
  top: auto;
}

.swiper-index-expert .swiper-button-prev,
.swiper-index-expert .swiper-container-rtl .swiper-button-next {
  right: 35px;
  bottom: 0;
  left: auto;
  top: auto;
}

.index-expert .column-classify {
  position: relative;
  margin-top: 15px;
}

.index-expert .column-classify ul {
  justify-content: center;
}

.index-expert .column-classify ul li {
  width: 70px;
  height: 30px;
  background-color: #75B62A;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
}

.index-expert .column-classify ul li.checked {
  background-color: #34570B;
  font-size: 18px;
}

.index-expert .column-classify ul li.checked::after {
  content: none;
}

.expert-classify {
  color: #7FBA38;
  font-size: 18px;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.expert-classify ul {
  display: flex;
  align-items: center;
}

.expert-classify ul li {
  position: relative;
  text-align: right;
  cursor: pointer;
  margin: 0 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.expert-classify ul li.checked {
  color: #34570B;
  font-size: 22px;
}

.expert-classify ul li.checked::after {
  content: '';
  width: 90%;
  height: 2px;
  background-color: #34570B;
  right: 4px;
}

.index-expert .column-title {
  width: 280px;
  height: 140px;
  position: absolute;
  top: 20px;
  left: 700px;
  text-align: center;
}

.index-expert .expert-detail {
  width: 360px;
  height: 160px;
  position: absolute;
  top: 140px;
  left: 619px;
  background-color: #fff;
  z-index: 1;
  padding: 10px 20px;
  line-height: 1;
  box-shadow: 0px 12px 14px 4px rgba(10, 46, 3, 0.09);
  overflow: hidden;
}

.index-expert .expert-detail p:first-child {
  font-size: 22px;
  color: #333;
  font-weight: 500;
}

.index-expert .expert-detail p:nth-child(2) {
  font-size: 16px;
  color: #666;
  margin: 20px 0 10px;
}

.index-expert .expert-detail p:nth-child(3) {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
}

.expert-detail-name,
.expert-detail-sub {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.expert-author,
.expert-editor,
.expert-district {
  width: 220px;
  height: 270px;
  background-color: #7FBA38;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 12px 14px 4px rgba(10, 46, 3, 0.16);
  cursor: pointer;
}

.index-expert .expert-item-title {
  font-size: 20px;
  margin: 30px 0;
  font-weight: 500;
}

.index-expert .expert-editor .expert-item-title {
  margin-top: 80px;
}

.expert-editor>div,
.expert-author>div,
.expert-district>div {
  display: flex;
  flex-wrap: wrap;
  height: 120px;
  overflow: hidden;
}

.expert-editor>div>p,
.expert-author>div>p,
.expert-district>div>p {
  cursor: pointer;
  width: 33%;
}

.expert-author {
  right: 0;
  top: 0;
}

.expert-editor {
  left: 700px;
  top: 250px;
}

.expert-district {
  top: 346px;
  right: 62px;
}

/*index-expert结束*/

/*index-teacher*/
.index-teacher {
  margin-top: 69px;
  padding-bottom: 60px;
}

.index-teacher .row {
  display: flex;
  justify-content: space-between;
}

.index-teacher .column-title {
  display: flex;
}

.index-teacher .column-title p:first-child {
  width: 48px;
}

.index-teacher .column-title p:nth-child(2) {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
  height: 30px;
  position: absolute;
  top: 185px;
  left: -140px;
  width: 400px;
}

.teacher-main {
  width: 1011px;
  display: flex;
  background: url('../img/index_teacher_bg.png') no-repeat;
  background-size: cover;
}

.teacher-main-item {
  width: 219px;
  height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 500ms;
  -moz-transition: width 500ms;
  /* Firefox 4 */
  -webkit-transition: width 500ms;
  /* Safari 和 Chrome */
  -o-transition: width 500ms;
  /* Opera */
  -ms-transition: width 500ms;
}

.teacher-main-item:first-child {
  background: rgba(127, 186, 56, 0.6);
}

.teacher-main-item:nth-child(2) {
  background: rgba(29, 94, 54, 0.6);
}

.teacher-main-item:nth-child(3) {
  background: rgba(12, 63, 79, 0.6);
}

.teacher-main-item:nth-child(4) {
  background: rgba(7, 68, 69, 0.6);
  flex: 1;
}

.teacher-main-item.checked {
  width: 354px;
}

.teacher-main-item-title {
  position: absolute;
  top: 21px;
  left: 21px;
  color: #fff;
  font-size: 24px;
}

.teacher-main-item-more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.teacher-main-item-more a {
  display: block;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 100%;
}

.teacher-main-item-more p {
  position: absolute;
  display: flex;
  right: 50px;
  bottom: 18px;
}

.teacher-main-item-more img {
  position: absolute;
  display: flex;
  right: 10px;
  bottom: 18px;
}

/*index-teacher结束*/



/*footer*/
.footer {
  background-color: #454545;
  color: #fff;
  line-height: 1;
  font-size: 12px;
}

.footer .container {
  background-color: inherit;
}

.footer .container .row {
  display: flex;
}

.footer-left {
  flex: 1;
  text-align: center;
}

.footer-left p:first-child {
  margin: 22px 0 13px;
}

.footer-left p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
}

.footer-left p:nth-child(3) {
  margin: 16px 0 17px;
}

.footer-left p:nth-child(5) {
  margin: 8px 0 22px;
}

.footer-left p:nth-child(4),
.footer-left p:nth-child(5) {
  color: rgba(255, 255, 255, 0.5);
}

.footer-right {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer-right img {
  width: 96px;
  height: 96px;
  margin-bottom: 6px;
}

/*footer结束*/


/*内页通用*/
.main {
  min-height: calc(100vh - 45px);
  padding-top: 140px;
}

.banner {
  /* margin-top: 31px; */
  /* margin-top: 140px; */
}

.crumbs {
  height: 60px;
  background: rgba(126, 185, 56, 1);
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  display: flex;
  align-items: center;
  padding-left: 21px;
}



/*教改动向*/
.trend-banner {
  margin-top: 31px;
}

.trend-crumbs {
  height: 60px;
  background: rgba(126, 185, 56, 1);
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  display: flex;
  align-items: center;
  padding-left: 21px;
}

.trend-list {
  margin-top: 51px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.trend-item {
  width: 580px;
  height: 300px;
  background: rgba(242, 247, 240, 1);
  display: flex;
  color: #247A1B;
  font-weight: 600;
  margin-bottom: 75px;

}

.trend-item .trend-main {
  transition: background 500ms;
  -moz-transition: background 500ms;
  /* Firefox 4 */
  -webkit-transition: background 500ms;
  /* Safari 和 Chrome */
  -o-transition: background 500ms;
  /* Opera */
}

.trend-item .trend-title,
.trend-item .trend-cont {
  transition: color 500ms;
  -moz-transition: color 500ms;
  /* Firefox 4 */
  -webkit-transition: color 500ms;
  /* Safari 和 Chrome */
  -o-transition: color 500ms;
  /* Opera */
}

.trend-item .trend-main::after {
  transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  /* Firefox 4 */
  -webkit-transition: background-color 500ms;
  /* Safari 和 Chrome */
  -o-transition: background-color 500ms;
  /* Opera */
}

.trend-item:hover .trend-main {
  background: rgba(124, 187, 43, 1);
}

.trend-item:hover .trend-title,
.trend-item:hover .trend-cont {
  color: #fff;
}

.trend-item:hover .trend-main::after {
  background-color: #fff;
}

.trend-item a {
  display: flex;
}

.trend-time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 28px;
  margin-left: 21px;
  width: 69px;
}

.trend-time span:last-child {
  font-size: 16px;
  font-weight: 400;
}

.trend-main {
  width: 460px;
  height: 300px;
  border-radius: 0px 0px 0px 50px;
  margin-top: 32px;
  padding: 0 22px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.trend-main::after {
  content: '';
  width: 150px;
  height: 6px;
  background-color: #2A7C22;
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: 22px;
}

.trend-title {
  font-size: 24px;
  margin: 30px 0 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 72px;
}

.trend-img {
  width: 187px;
  height: 116px;
  position: absolute;
  left: 22px;
  top: 120px;
}

.trend-img img {
  width: 100%;
  height: 100%;
}

.trend-cont {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  width: 212px;
  height: 97px;
  position: absolute;
  right: 10px;
  top: 130px;
}

.trend-list .pagediv {
  width: 100%;
  margin: 0;
  text-align: right;
  font-size: 28px;
  font-weight: 600;
}

.trend-list .pagination>li>a,
.trend-list .pagination>li>span {
  border: none;
}

.trend-list .pagination>.active>a,
.trend-list .pagination>.active>a:focus,
.trend-list .pagination>.active>a:hover,
.trend-list .pagination>.active>span,
.trend-list .pagination>.active>span:focus,
.trend-list .pagination>.active>span:hover {
  background: none;
}

.trend-list .pagination>li>a:focus,
.trend-list .pagination>li>a:hover,
.trend-list .pagination>li>span:focus,
.trend-list .pagination>li>span:hover {
  background: none;
}

.trend-list .pagination>.active>a,
.trend-list .pagination>.active>a:focus,
.trend-list .pagination>.active>a:hover,
.trend-list .pagination>.active>span,
.trend-list .pagination>.active>span:focus,
.trend-list .pagination>.active>span:hover {
  color: #7CBB2B;
}

.trend-list .pagediv ul li:first-child a,
.trend-list .pagediv ul li:nth-child(2) a,
.trend-list .pagediv ul li:last-child a,
.trend-list .pagediv ul li:nth-last-child(2) a {
  font-size: 14px;
  line-height: 40px;
}

/*教材培训*/
.train-title {
  font-size: 35px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.train-sub {
  font-size: 18px;
  opacity: 0.6;
  position: relative;
  z-index: 2;
}

.train-more {
  font-size: 20px;
  color: rgba(153, 153, 153, 1);
  z-index: 2;
  position: absolute;
  right: 22px;
}

.train-classify {
  height: 40px;
  overflow: hidden;
  margin-top: 30px;
  transition: height 500ms;
  -moz-transition: height 500ms;
  /* Firefox 4 */
  -webkit-transition: height 500ms;
  /* Safari 和 Chrome */
  -o-transition: height 500ms;
  /* Opera */
}

.train-classify-list {
  color: rgba(153, 153, 153, 1);
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;

  line-height: 40px;
}

.train-classify-list::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 40px;
  background: rgba(126, 185, 56, 1);
  margin-right: 12px;
}

.train-classify-list i {
  position: absolute;
  right: 0;
  top: 10px;
}

.train-classify-list span {
  margin-right: 27px;
  cursor: pointer;
}

.train-classify-list span.check-after {
  color: rgba(89, 150, 48, 1);
}

.train-notice {
  /* margin-top: 50px; */
  height: 60px;
  background: rgba(242, 247, 240, 1);
}

.train-notice .swiper-pagination {
  display: none;
}

.train-notice .swiper-more a::before {
  content: '查看更多';
}

.train-top {
  height: 110px;
  width: 100%;
  border: 2px solid rgba(126, 185, 56, 1);
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 22px;
}

.train-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #7EB938;
  z-index: 1;
}

.train-notice-item {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: rgba(126, 185, 56, 1);
}

.train-notice-item span {
  color: rgba(102, 102, 102, 1);
  font-size: 16px;
  font-weight: 400;
}

.train-notice .swiper-pagination-fraction,
.train-notice .swiper-pagination-custom,
.train-notice.swiper-container-horizontal>.swiper-pagination-bullets {
  width: fit-content;
  position: absolute;
  right: 15px;
  left: auto;
  top: 30px;
}

.train-notice .swiper-more {
  width: fit-content;
  position: absolute;
  right: 0;
  left: auto;
  top: 22px;
  z-index: 1;
  color: #C2C6C0;
}

.train-notice .swiper-slide {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background: none;
  padding-left: 20px;
}

.train-notice .swiper-pagination-bullet-active {
  background-color: #7EB938;
}



.train-handout {
  margin-top: 30px;
}

.train-handout .train-top {
  color: #666;
  border: none;
}

.train-handout .train-sub {
  color: rgba(153, 153, 153, 0.8);
}

.train-handout .train-top::before {
  display: none;
}

.train-handout-list {
  display: flex;
  min-height: 400px;
}

.train-handout-item {
  font-size: 14px;
  width: 300px;
  height: 400px;
  position: relative;
  padding: 10px;
  transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  /* Firefox 4 */
  -webkit-transition: background-color 500ms;
  /* Safari 和 Chrome */
  -o-transition: background-color 500ms;
  /* Opera */
  cursor: pointer;
}

.train-handout-item:hover {
  background-color: #7EB938;
}

.train-handout-item:hover .train-handout-img {
  width: 280px;
  height: 280px;
}

.train-handout-item:hover .train-handout-title,
.train-handout-item:hover .train-handout-sub {
  color: #fff;
}

.train-handout-img {
  margin: auto;
  width: 260px;
  height: 260px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 3px 15px 3px rgba(126, 185, 56, 0.15);
  transition: width 500ms, height 500ms;
  -moz-transition: width 500ms, height 500ms;
  /* Firefox 4 */
  -webkit-transition: width 500ms, height 500ms;
  /* Safari 和 Chrome */
  -o-transition: width 500ms, height 500ms;
  /* Opera */
}

.train-handout-title {
  color: #666;
  height: 42px;
  margin: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: absolute;
  bottom: 52px;
}

.train-handout-sub {
  color: #999;
  margin: 0 12px;
  position: absolute;
  bottom: 10px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.train-handout-img img {
  width: 424px;
  height: 240px;
  padding: 0;
  max-width: none;
  transition: height 500ms, width 500ms;
  -moz-transition: height 500ms, width 500ms;
  /* Firefox 4 */
  -webkit-transition: height 500ms, width 500ms;
  /* Safari 和 Chrome */
  -o-transition: height 500ms, width 500ms;
  /* Opera */
}

.train-record {
  margin-top: 100px;
  position: relative;
  min-height: 580px;
}

.train-record::before {
  content: '';
  width: 877px;
  height: 640px;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: 0;
  background-color: #7EB938;
  z-index: 1;
}

.train-record-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  z-index: 2;
  position: relative;
}

.train-record-item {
  width: 290px;
  height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  transition: border 500ms;
  position: relative;
  -moz-transition: border 500ms;
  /* Firefox 4 */
  -webkit-transition: border 500ms;
  /* Safari 和 Chrome */
  -o-transition: border 500ms;
  /* Opera */
}

.train-record-item:hover {
  border: 15px solid rgba(126, 185, 56, 1);
}

.train-record-item:first-child:hover {
  border: none;
}

.train-record-item:hover .train-record-item-cont {
  /* padding: 15px; */
  /* border: 15px solid rgba(126, 185, 56, 1); */
  overflow: hidden;
}

.train-record-item:nth-child(2) {
  background-color: #074445;
}

.train-record-item:nth-child(3) {
  background-color: #0C3F4F;
}

.train-record-item:nth-child(4) {
  background-color: #1D5E36;
}

.train-record-item:nth-child(5) {
  background-color: #0C3F4F;
}

.train-record-item:nth-child(6) {
  background-color: #1D5E36;
}

.train-record-item:nth-child(7) {
  background-color: #074445;
}

.train-record-item:nth-child(8) {
  border: 15px solid rgba(126, 185, 56, 1);
  background-color: #fff;
}

.train-record-item:nth-child(8) p {
  color: #999;
  font-size: 18px;
}

.train-record-item-cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.train-record-item-cont a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.train-record-more {
  width: 60px;
  height: 40px;
  background-color: #17710F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  position: absolute;
  right: 0;
}

.train-record-img {
  width: 77px;
  height: 77px;
}

.train-record-title {
  font-size: 16px;
  width: 230px;
  margin-top: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 48px;

}

.train-record-sub {
  font-size: 14px;
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.record-classify span {
  cursor: pointer;
}

.record-classify span.check-after {
  color: #395D11;
}

.record-classify span::after {
  content: '|';
  margin: 0 6px;
  color: #fff !important;
}

.record-classify span:last-child::after {
  display: none;
}

.train-record .train-sub::after {
  content: '';
  width: 150px;
  height: 3px;
  background-color: #fff;
  display: inline-block;
}

.train-photos {
  margin-top: 100px;
}

.train-photos .train-top {
  color: #666;
  border: none;
}

.train-photos .train-sub {
  color: rgba(153, 153, 153, 0.8);
}

.train-photos .train-top::before {
  display: none;
}

.train-photos {
  margin-bottom: 90px;
}

.train-photos-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.train-photos-item {
  width: 279px;
  height: 226px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 52px;
}

.train-photos-item:hover p {
  color: #7CBB2B;
}

.train-photos-item a {
  width: 100%;
  height: 100%;
}

.train-photos-item img {
  width: 100%;
  height: 100%;
}

.train-photos-item p {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  transition: color 500ms;
  -moz-transition: color 500ms;
  /* Firefox 4 */
  -webkit-transition: color 500ms;
  /* Safari 和 Chrome */
  -o-transition: color 500ms;
  /* Opera */
}


/*专家详情*/
.detail-experts {
  background: rgba(246, 246, 246, 1);
  margin-left: 150px;
  width: 1050px;
  margin-top: 200px;
  position: relative;
  padding: 0 73px 30px 228px;
  margin-bottom: 90px;
}

.detail-experts-img {
  width: 328px;
  /* height: 408px; */
  height: 328px;
  position: absolute;
  top: -93px;
  left: -149px;
}

.detail-experts-img img {
  width: 100%;
  height: 100%;
}

.detail-experts-name {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  padding: 34px 0 46px;
}

.detail-experts-button {
  margin: 36px 0 31px;
}

.detail-experts-button a {
  width: 190px;
  height: 50px;
  background: rgba(124, 187, 43, 1);
  display: flex;
  color: #fff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

.detail-experts-resourse>p:first-child {
  color: #7CBB2B;
  font-size: 20px;
  margin-top: 30px;
}

.detail-experts-resourse-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail-experts-resourse-item {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.detail-experts-resourse-item img,
.detail-experts-resourse-item a,
.detail-experts-resourse-item a>div {
  width: 100%;
  height: 100%;
}

.detail-experts-resourse-title {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  flex-direction: column;
  padding: 0 19px;
}

.detail-experts-resourse-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.detail-experts-resourse-title p:nth-child(2) {
  display: none;
}

.expert-main .swiper-index-expert .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  height: 520px;
  overflow: hidden;
}



/*教材资源*/
.train-classify-chapter {
  font-size: 16px;
  color: #999;
  padding-left: 20px;
}

.train-classify-chapter span {
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
}

.train-classify-chapter span.check-after {
  color: #7CBB2B;
}

.resources-resources {
  margin-top: 30px;
  position: relative;
}

.resources-classify {
  background: rgba(124, 187, 43, 1);
  width: 240px;
  height: 450px;
}

.resources-title {
  font-size: 30px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
  padding-left: 21px;
  padding-top: 22px;
}

.resources-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  opacity: 0.6;
  padding-left: 21px;
}

.resources-classify-item {
  font-size: 22px;
  color: rgba(255, 255, 255, 1);
  opacity: 0.7;
  padding-left: 42px;
  margin-top: 28px;
  cursor: pointer;
  position: relative;
}

.resources-classify-item.check-after {
  opacity: 1;
}

.resources-classify-item.check-after::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 7px;
  left: 25px;
}

.resources-list {
  width: 1000px;
  height: 550px;
  background: rgba(246, 246, 246, 1);
  position: absolute;
  top: 33px;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 30px 0;
}

.resources-item {
  width: 180px;
  height: 180px;
  margin-right: 72px;
  position: relative;
  margin-bottom: 30px;
}

.resources-item:hover .resources-item-title {
  background: rgba(124, 187, 43, 0.9);
}

.resources-item:nth-child(4n+5) {
  margin-right: 0;
}

.resources-item-img {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: relative;
}

.resources-item-img img {
  width: 100%;
  height: 100%;
  width: 320px;
  height: 180px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  max-width: none;
}

.resources-item-title {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  transition: background-color 500ms;
  -moz-transition: background-color 500ms;
  /* Firefox 4 */
  -webkit-transition: background-color 500ms;
  /* Safari 和 Chrome */
  -o-transition: background-color 500ms;
  /* Opera */
}

.resources-item-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resources-item:hover .resources-item-title>p:first-child {
  background: url('../img/resources_eye_hover.png') 35px 35px;
  background-size: cover;
}

.resources-item-title>p:first-child {
  margin: 15px 0 50px;
  width: 35px;
  height: 35px;
  background: url('../img/resources_eye_default.png') 35px 35px;
  background-size: cover;
  font-size: 0;
}

.resources-item-title>p:nth-child(2) {
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
}

.resources-item-title p img {
  display: none;
}

.resources-team {
  margin-top: 200px;
  position: relative;
  min-height: 890px;
}

.resources-list .pagediv {
  width: 100%;
  margin: 0;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  bottom: -10px;
  right: 30px;
}

.resources-list .pagination>li>a,
.resources-list .pagination>li>span {
  border: none;
}

.resources-list .pagination>.active>a,
.resources-list .pagination>.active>a:focus,
.resources-list .pagination>.active>a:hover,
.resources-list .pagination>.active>span,
.resources-list .pagination>.active>span:focus,
.resources-list .pagination>.active>span:hover {
  background: none;
}

.resources-list .pagination>li>a:focus,
.resources-list .pagination>li>a:hover,
.resources-list .pagination>li>span:focus,
.resources-list .pagination>li>span:hover {
  background: none;
}

.resources-list .pagination>.active>a,
.resources-list .pagination>.active>a:focus,
.resources-list .pagination>.active>a:hover,
.resources-list .pagination>.active>span,
.resources-list .pagination>.active>span:focus,
.resources-list .pagination>.active>span:hover {
  color: #7CBB2B;
}

.resources-list .pagediv ul li:first-child a,
.resources-list .pagediv ul li:nth-child(2) a,
.resources-list .pagediv ul li:last-child a,
.resources-list .pagediv ul li:nth-last-child(2) a {
  font-size: 14px;
  line-height: 28px;
}

.resources-list .pagination>li>a,
.resources-list .pagination>li>span {
  background: none;
}


.resources-team-cont {
  width: 625px;
  margin-left: 90px;
  position: relative;
  z-index: 3;
  color: #fff;
}

.resources-team::before {
  content: '';
  width: 617px;
  height: 710px;
  background: rgba(124, 187, 43, 1);
  box-shadow: 0px 23px 63px 21px rgba(7, 33, 2, 0.15);
  position: absolute;
  top: 90px;
  left: 0px;
  z-index: 1;
}

.resources-team-cont::after {
  content: '';
  width: 180px;
  height: 6px;
  background: rgba(255, 255, 255, 1);
  display: inline-block;
  position: absolute;
  top: 600px;
  left: 0;
}

.resources-team-list {
  z-index: 3;
}

.resources-team-list img {
  width: 625px;
  height: 407px;
}

.resources-team-cont p:nth-child(2) {
  font-size: 26px;
  font-weight: 600;
  width: 300px;
  position: absolute;
  top: 450px;
  left: 0;
}

.resources-team-cont p:nth-child(3) {
  font-size: 24px;
  margin-top: 16px;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 500px;
  left: 0;
}

.resources-team-cont p:nth-child(3) span {
  width: 80px;
  cursor: pointer;
}

.resources-team-group {
  width: 800px;
  height: 348px;
  background: rgba(46, 114, 0, 1);
  box-shadow: 0px 23px 63px 21px rgba(7, 33, 2, 0.15);
  position: absolute;
  top: 338px;
  right: 0;
  z-index: 2;
}

.resources-team-title {
  position: absolute;
  top: 106px;
  left: 764px;
}

.resources-team-title p:first-child {
  color: #7CBB2B;
  font-size: 35px;
  font-weight: 600;
}

.resources-team-title p:nth-child(2) {
  opacity: 0.7;
  color: #999;
  font-size: 20px;
}

.resources-team-group {
  display: flex;
}

.resources-team-group-left {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  flex: 1;
}

.resources-team-group-left .resources-team-group-title {
  padding-top: 80px;
}

.resources-team-group-left .resources-team-group-cont {
  max-height: 200px;
}

.resources-team-group-right {
  flex: 1;
  padding-top: 30px;
}

.resources-team-group-title {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.resources-team-group-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height: 300px;
  overflow: hidden;
}

.resources-team-group-cont span {
  width: 80px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 23px;
  cursor: pointer;
}


.teacher-classify {
  height: 40px;
  background-color: #7CBB2B;
  font-size: 20px;
  margin: 50px 0;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.teacher-classify ul {
  display: flex;
}

.teacher-classify ul li {
  width: 100px;
  cursor: pointer;
}

.teacher-classify ul li.check-after {
  background-color: #0F7200;
  color: #fff;
}

.teacher-list {
  display: flex;
  flex-wrap: wrap;
}

.teacher-item {
  display: flex;
  width: 50%;
  margin-bottom: 50px;
}

.teacher-item-img {
  width: 280px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.teacher-item-img::after {
  content: '';
  width: 280px;
  height: 100px;
  background-color: #7CBB2B;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 1;
}

.teacher-item-img img {
  width: 140px;
  height: 193px;
  position: relative;
  z-index: 2;
}

.teacher-item-cont {
  flex: 1;
  font-size: 16px;
  color: #7CBB2B;
  position: relative;
}

.teacher-item-cont::before {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #7CBB2B;
  position: absolute;
  top: 0;
  left: 0;
}

.teacher-item-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 300px;
}

.teacher-item-author,.teacher-item-time,.teacher-item-press {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  padding-bottom: 10px;
}

.teacher-item-author span,.teacher-item-time span,.teacher-item-press span {
  color: #7CBB2B;
}

.teacher-item-characteristic {
  margin: 10px 0;
  height: 70px;
  overflow: hidden;
}

.teacher-item-characteristic span {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.teacher-item-button {
  width: 100px;
  height: 30px;
  border: 2px solid #7CBB2B;
  text-align: center;
  line-height: 26px;
}

.teacher-item-button a {
  width: 100%;
  height: 100%;
  display: block;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  /* Firefox 4 */
  -webkit-transition: color 500ms, background-color 500ms;
  /* Safari 和 Chrome */
  -o-transition: color 500ms, background-color 500ms;
  /* Opera */
}

.teacher-item-button a:hover {
  color: #fff;
  background-color: #7CBB2B;
}

.pagediv {
  width: 100%;
  margin: 0;
  text-align: right;
  font-size: 28px;
  font-weight: 600;
}

.pagination>li>a,
.pagination>li>span {
  border: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background: none;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  background: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #7CBB2B;
}

.pagediv ul li:first-child a,
.pagediv ul li:nth-child(2) a,
.pagediv ul li:last-child a,
.pagediv ul li:nth-last-child(2) a {
  font-size: 14px;
  line-height: 40px;
}





.experts-editor {
  display: flex;
}

.experts-editor:last-child {
  margin-bottom: 100px;
}

.experts-editor-title {
  width: 40px;
  height: 180px;
  background-color: #7CBB2B;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  margin-right: 50px;
  font-size: 24px;
  margin-bottom: 57px
}

.experts-editor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1020px;
}

.experts-editor-list-item {
  margin-right: 30px;
  margin-bottom: 30px;
}

.experts-editor-list-item:nth-child(5n+5) {
  margin-right: 0px;
}

.experts-editor-list-item-title {
  font-size: 18px;
  color: #999;
  width: 100%;
  text-align: center;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.experts-editor-list-item-img {
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: relative;
}


.experts-editor-list-item-img:hover>img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.experts-editor-list-item-img>img {
  width: 180px;
  height: 180px;
  -webkit-transition: -webkit-transform 500ms;
  -moz-transition: -moz-transform 500ms;
  -o-transition: -o-transform 500ms;
  transition: transform 500ms;
}
.experts-editor-list-item-img.has_resource::after{
  content:'';
  width: 28px;
  height: 28px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url(../img/resources_icon.png);
  background-size: 100%;
}
.experts-editor-list-item-img.has_resource::after img{
  width: 100%;
}
.breadcrumb {
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 14px;
}

.breadcrumb span.check-after {
  color: #7cbb2b;
}




.sj-list-banner {
  height: 60px;
  line-height: 60px;
  color: #fff;
  background-color: #7eb938;
  font-size: 26px;
  padding-left: 10px;
  font-weight: 500;
}

.sj-list-list {
  display: flex;
  flex-wrap: wrap;
}

.sj-list-item {
  width: 240px;
  margin-right: 80px;
  margin-top: 30px;
}

.sj-list-list>a:nth-child(4n+4) .sj-list-item {
  margin-right: 0;
}


.sj-list-img {
  width: 240px;
  height: 240px;
  display: flex;
}

.sj-list-title {
  font-size: 20px;
  color: #666;
}

.sj-list-sub {
  font-size: 14px;
  color: #999;
}

.sj-list-list .pagediv {
  width: 100%;
  margin: 0;
  text-align: right;
  font-size: 28px;
  font-weight: 600;
}

.sj-list-list .pagination>li>a,
.sj-list-list .pagination>li>span {
  border: none;
}

.sj-list-list .pagination>.active>a,
.sj-list-list .pagination>.active>a:focus,
.sj-list-list .pagination>.active>a:hover,
.sj-list-list .pagination>.active>span,
.sj-list-list .pagination>.active>span:focus,
.sj-list-list .pagination>.active>span:hover {
  background: none;
}

.sj-list-list .pagination>li>a:focus,
.sj-list-list .pagination>li>a:hover,
.sj-list-list .pagination>li>span:focus,
.sj-list-list .pagination>li>span:hover {
  background: none;
}

.sj-list-list .pagination>.active>a,
.sj-list-list .pagination>.active>a:focus,
.sj-list-list .pagination>.active>a:hover,
.sj-list-list .pagination>.active>span,
.sj-list-list .pagination>.active>span:focus,
.sj-list-list .pagination>.active>span:hover {
  color: #7CBB2B;
}

.sj-list-list .pagediv ul li:first-child a,
.sj-list-list .pagediv ul li:nth-child(2) a,
.sj-list-list .pagediv ul li:last-child a,
.sj-list-list .pagediv ul li:nth-last-child(2) a {
  font-size: 14px;
  line-height: 40px;
}



/*书籍详情*/
.cx-details-share,
.cx-details-more,
.cx-details-class {
  display: none;
}

.cx-details {
  min-height: 597px;
}

.cx-details-main {
  width: 100%;
}

.cx-details-main .cx-details-top {
  padding: 40px 0;
}

.cx-details-main .cx-details-top .cx-details-img {
  height: 240px;
  padding-left: 0;
  max-width: 240px;
}

.cx-details-main .cx-details-top .cx-details-title {
  min-height: 240px;
}

.cx-details-top .cx-details-title .details-property {
  font-size: 14px;
}

.details-title {
  font-size: 20px;
  color: #666;
}

.cx-details-button input {
  border-radius: 50px;
}

.cx-details-bottom {
  border-top: 1px solid #f3f3f3;
  padding: 0 0 20px;
}

.cx-details-tab .cx-details-tab-cont .tab .cx-details-tab-p {
  color: #7eb938;
  font-size: 20px;
}

.cx-xq-describe p {
  color: #999;
}

.details-buy-book {
  width: 120px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  background-color: #7CBB2B;
  border-color: #7CBB2B;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}

.details-buy-book:hover {
  color: #fff;
  opacity: 0.8;
}

.link:hover {
  color: #fff;
  text-decoration: none;
}



.cx-detail.class {
  position: relative;
}

.cx-detail.class .breadcrumb {
  padding-left: 36px;
}

.detail-head,
.detail-body {
  width: 850px;
}

.cont-slide,
.detail-back {
  display: none;
}

.detail-head-title {
  width: 778px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  margin-left: 36px;
  background-color: #7eb938;
  font-size: 26px;
  padding-left: 20px;
}

.detail-relation {
  width: 300px;
  position: absolute;
  top: 70px;
  right: 0;
  border: 1px solid #999;
}

.detail-relation-title {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #7cbb2b;
  padding-left: 10px;
  border-bottom: 1px solid #999;
}

.detail-relation-item {
  width: 240px;
  margin: 22px auto;
}

.detail-relation-img {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.detail-relation-name {
  font-size: 20px;
  color: #999;
  text-align: center;
}

.cx-details-bottom {
  margin-top: 0;
}


.detail-experts-message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.detail-experts-message-main,
.detail-experts-message-success,
.detail-experts-message-error {
  width: 600px;
  height: 600px;
  background-color: #fff;
  border-radius: 50px;
  padding: 50px;
  display: flex;
  flex-direction: column;
}

.detail-experts-message-success,
.detail-experts-message-error {
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.detail-experts-message-success i,
.detail-experts-message-error i {
  font-size: 70px;
  margin-bottom: 20px;
}

.detail-experts-message-success p:last-child,
.detail-experts-message-error p:last-child {
  margin-top: 20px;
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  cursor: pointer;
  border-radius: 20px;
}

.detail-experts-message-name {
  font-size: 18px;
  color: #7CBB2B;
}

.detail-experts-message-name span {
  color: #666;
}

.detail-experts-message-tel {
  font-size: 16px;
  font-weight: 500;
  color: #7CBB2B;
  margin-top: 10px;
}

.detail-experts-message-tel input {
  height: 30px;
  border: 1px solid #7CBB2B;
  border-radius: 10px;
  color: #000;
  padding: 0 10px;
  width: 130px;
}

.detail-experts-message-cont {
  margin: 20px 0;
  border: 1px solid #7cbb2b;
  flex: 1;
  padding: 1px;
}

.detail-experts-message-cont textarea {
  width: 100%;
  height: 100%;
  border: none;
  padding: 10px;
  overflow-y: auto;
}

.detail-experts-message-button {
  width: 150px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  background-color: #7CBB2B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
}

.detail-body .detail-tab {
  display: none;
}

.cx-detail.class .detail-info .detail-info-row:first-child {
  display: none;
}

.cx-detail .model-courseware-leve1[data-lessonfolder]::before {
  background: #7CBB2B;
}

.cx-detail .model-courseware-leve2.model-courseware-item:nth-child(odd) {
  background-color: #fff;
}

.cx-detail .model-courseware-item-tool>i {
  display: none;
}

.cx-detail .detail-tool {
  display: none;
}

.detail-body .lesson-progress-span {
  display: none;
}

.detail-head .progress {
  display: none;
}

.model-courseware-lesson-progress>span {
  display: none;
}

.cx-detail.class .detail-head .detail-info {
  padding: 0;
  background: none;
}

.cx-detail.classcont .detail-body .cont-slide {
  display: none;
}

.cx-detail.classcont .detail-body {
  justify-content: center;
}

.cx-detail.classcont .m-courseware {
  background-color: #7CBB2B;
}

.cx-detail.classcont .courseware-dropdown>ul>li.check-this {
  background-color: #7CBB2B;
}

.cx-detail.classcont .model-breadcrumb .layui-form-select dl dd.layui-this {
  background-color: #7CBB2B;
}

.cx-detail.class .model-courseware-item-tool i {
  font-size: 30px;
  color: #7CBB2B;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 3px
}

.expert-editor>div,
.expert-author>div,
.expert-district>div {
  display: flex;
  flex-wrap: wrap;
  height: 120px;
  overflow: hidden;
}

.expert-editor>div>p,
.expert-author>div>p,
.expert-district>div>p {
  cursor: pointer;
  width: 33%;
}

.train-record-item:last-child {
  border: 15px solid rgba(126, 185, 56, 1);
  background-color: #fff;
}

.train-record-item:last-child p {
  color: #999;
  font-size: 18px;
}

.train-record-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.train-record-item-cont>a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-color: #074445;
  opacity: 0.5;
}

.train-record-item:nth-child(2) .train-record-item-cont>a::after {
  background-color: #074445;
}

.train-record-item:nth-child(3) .train-record-item-cont>a::after {
  background-color: #0C3F4F;
}

.train-record-item:nth-child(4) .train-record-item-cont>a::after {
  background-color: #1D5E36;
}

.train-record-item:nth-child(5) .train-record-item-cont>a::after {
  background-color: #0C3F4F;
}

.train-record-item:nth-child(6) .train-record-item-cont>a::after {
  background-color: #1D5E36;
}

.train-record-item:nth-child(7) .train-record-item-cont>a::after {
  background-color: #074445;
}

.train-record-item:last-child .train-record-item-cont>a::after {
  display: none;
}

.train-record-img img {
  width: 100%;
  height: 100%;
}

.train-record-title,
.train-record-sub {
  position: relative;
  z-index: 3;
}


.list-item-price,
.cx-modelstw-price-yh {
  display: none;
}

.cx-detail.class .detail-head .detail-info .detail-info-row label {
  display: none;
}

.model-courseware-item-tool i:last-child {
  margin-right: 14px;
}

.cx-search-l {
  width: 100%;
}

.cx-search-r {
  display: none;
}

.main .container .breadcrumb {
  display: none;
}

.main .banner>img {
  width: 1200px;
  height: 300px;
}

.resources-item-img {
  overflow: hidden;
  position: relative;
}

.resources-item-img img {
  width: 320px;
  height: 180px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  max-width: none;
}

.detail-experts-resourse-title {
  padding: 0 19px;
}

.detail-experts-resourse-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.detail-experts-resourse-title p:nth-child(2) {
  display: none;
}

.main .container .breadcrumb {
  display: none;
}

.list-item-price,
.cx-modelstw-price-yh {
  display: none;
}

.cx-detail.class .detail-head .detail-info .detail-info-row label {
  display: none;
}

.model-courseware-item-tool i:last-child {
  margin-right: 14px;
}

.cx-search-l {
  width: 100%;
}

.cx-search-r {
  display: none;
}

.sj-list-list>a:nth-child(4n+4) .sj-list-item {
  margin-right: 0;
}

.train-photos-item {
  width: 279px;
  height: 226px;
}

.trend-img {
  width: 187px;
  height: 116px;
}

.trend-cont {
  line-height: 24px;
}

.resources-item-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: inherit;
}

.teacher-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: inherit;
}

.teacher-item-characteristic span {
  -webkit-line-clamp: 2;
}

.resources-item-title>p:first-child {
  margin-bottom: 30px;
}

.header-bottom {
  height: 60px;

}

.header-bottom .nav ul {
  font-size: 18px;
}

.header-bottom .nav ul li {
  transition: color 500ms, font-size 500ms;
  -moz-transition: color 500ms, font-size 500ms;
  /* Firefox 4 */
  -webkit-transition: color 500ms, font-size 500ms;
  /* Safari 和 Chrome */
  -o-transition: color 500ms, font-size 500ms;
  /* Opera */
}

.index.header-bottom .nav>ul>li:hover {
  font-size: 24px;
  color: #689e32;
}

.header-bottom .nav ul li a {
  line-height: 60px;
}

.header-bottom .nav ul li ul {
  top: 60px;
}

.header-bottom .nav>ul>li::before {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #689e32;
  position: absolute;
  top: 44px;
  left: 85px;
  transition: width 500ms;
  -moz-transition: width 500ms;
  /* Firefox 4 */
  -webkit-transition: width 500ms;
  /* Safari 和 Chrome */
  -o-transition: width 500ms;
  /* Opera */
}

.header-bottom .nav>ul>li::after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #689e32;
  position: absolute;
  top: 44px;
  right: 85px;
  transition: width 500ms;
  -moz-transition: width 500ms;
  /* Firefox 4 */
  -webkit-transition: width 500ms;
  /* Safari 和 Chrome */
  -o-transition: width 500ms;
  /* Opera */
}

.index.header-bottom .nav>ul>li>a:before {
  content: '';
  width: 2px;
  height: 0px;
  background-color: #689e32;
  position: absolute;
  top: 44px;
  left: 85px;
  transition: height 500ms;
  -moz-transition: height 500ms;
  /* Firefox 4 */
  -webkit-transition: height 500ms;
  /* Safari 和 Chrome */
  -o-transition: height 500ms;
  /* Opera */
}

.header-bottom .nav>ul>li:nth-child(4) a:before,
.header-bottom .nav>ul>li:nth-child(5) a:before {
  display: none;
}

.header-bottom .nav>ul>li:hover::before {
  width: 48px;
}

.header-bottom .nav>ul>li:hover::after {
  width: 48px;
}

.header-bottom .nav>ul>li:hover a::before {
  height: 16px;
}

.btn-freeread {
  display: none;
}

.resources-item-title p {
  -webkit-line-clamp: 1;
}

.train-handout-img {
  overflow: hidden;
}

.train-record-item {
  overflow: hidden;
}

.train-record-img {
  height: 290px;
  width: 515px;
}

.train-handout-item {
  padding: 10px;
}

.train-handout-img img {
  width: 424px;
  height: 240px;
  padding: 0;
  max-width: none;
  transition: height 500ms, width 500ms, transform 500ms;
  -moz-transition: height 500ms, width 500ms, transform 500ms;
  /* Firefox 4 */
  -webkit-transition: height 500ms, width 500ms, transform 500ms;
  /* Safari 和 Chrome */
  -o-transition: height 500ms, width 500ms, transform 500ms;
  /* Opera */
}

.train-handout-item:hover .train-handout-img {
  width: 260px;
  height: 260px;
}

.train-handout-item:hover .train-handout-img img {
  width: 424px;
  height: 240px;
  /* -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); */
}

.expert-editor>div>p,
.expert-author>div>p,
.expert-district>div>p {
  width: auto;
  padding: 0 10px;
}

.banner {
  overflow: hidden;
}

.main .banner>img {
  height: auto;
}

.main.index .banner {}

.common-banner a {
  height: 300px;
}

.cx-detail.classcont .detail-body {
  width: auto;
}

.resources-team-group-cont {
  justify-content: flex-start;
}

.resources-team-group-cont span {
  padding: 0 10px;
  width: auto;
}

.resources-team-cont {
  width: 627px;
  height: 391px;
}

.resources-team-list {
  height: 391px;
}

.sj-list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sj-list-sub {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.train-handout-img {
  display: block;
}

.train-handout-item:hover .train-handout-img img {
  width: 424px;
  height: 240px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.train-handout-img {
  padding: 0;
  width: 230px;
  height: 230px;
}

.cx-detail.class .detail-head .detail-img {
  width: 240px;
  overflow: hidden;
}

.cx-detail.class .detail-head .detail-img img {
  max-width: none;
}

.experts-editor-list-item-img,
.experts-editor-title {
  height: 135px;
}

.experts-editor-title {
  font-size: 22px;
}

.cx-details-main .details-cont .details-property.cx-color-author:last-child {
  display: none;
}

.teacher-item-characteristic span {
  -webkit-line-clamp: 3;
}

.model-breadcrumb {
  display: none;
}

.train-record-img {
  width: 290px;
}

.train-record-img img {
  width: auto;
  max-width: none;
}

.train-handout-img {
  width: 240px;
  height: 240px;
}

.train-handout-img img {
  width: auto;
  max-width: none;
}

.train-handout-item:hover .train-handout-img {
  width: 280px;
  height: 280px;
}

.train-handout-item:hover .train-handout-img img {
  width: auto;
  height: 280px;
}

.resources-item-img img {
  position: relative;
  width: auto;
  left: 0;
  margin-left: 0;
}

.detail-experts-img {
  height: 246px;
}

.experts-editor-list-item-img img {
  width: 100%;
  height: 100%;
}

.detail-relation-img {
  height: 180px;
}

.expert-main .swiper-index-expert .swiper-slide img {
  height: auto;
}

.expert-detail-sub {
  display: none;
}

.expert-detail-name {
  padding-bottom: 20px;
}

.swiper-index-banner .swiper-pagination-fraction {
  width: 100px;
}

.cx-column-person,
.cx-detail.class,
.cx-details {
  margin-top: 140px;
}

.detail-experts {
  margin-top: 270px;
}

[data-my-nal='about'],
[data-my-nal='buy'] {
  display: none;
}

.cx-detail.classcont {
  margin-top: 140px;
}

.sj-list-img {
  height: 240px;
  overflow: hidden;
  width: auto;
}

.sj-list-img img {
  width: 426px;
  max-width: none;
}

.detail-experts-resourse-list {
  justify-content: flex-start;
}

.detail-experts-resourse-item {
  margin-right: 48px;
}

.detail-experts-resourse-item:nth-child(4n+4) {
  margin-right: 0;
}

.experts-annotate{
  font-size: 18px;
  color: #666;
  text-align: right;
  padding: 30px 0;
}
.experts-annotate img{
  height: 24px;
  margin: 0 3px;
}
.teacher-classify {
  margin-top: 0;
}

.main {
  min-height: calc(100vh - 140px);
  padding-bottom: 45px;
}

.detail-experts-resourse-item img {
  width: 266px;
  height: 150px;
  max-width: none;
}

.cx-search {
  margin-top: 80px;
}

.expert-editor>div>p,
.expert-author>div>p,
.expert-district>div>p {
  width: 72px;
  height: 30px;
}

.expert-author>div,
.expert-district>div {
  height: 180px;
}

.resources-team-list img {
  width: 627px;
  height: 391px;
}

.resources-team-group-cont span {
  width: 79px;
}

.resources-team-cont p:nth-child(3) {
  max-height: 78px;
  overflow: hidden;
}

.resources-team-group-right .resources-team-group-cont {
  max-height: 270px;
}


.detail-experts {
  margin-top: 270px;
}

.expert-district>div>p {
  text-align: left;
}

.resources-team-group-cont span {
  text-align: left;
}

.swiper-index-banner .swiper-slide p {
  background-image: none;
}

html.add,
body.add {
  height: 100%;
  overflow: hidden;
}

.detail-experts-resourse>p {
  padding-bottom: 10px;
}

.detail-experts-resourse-item {
  height: 200px;
}

.detail-experts-resourse-item a>div.detail-experts-resourse-img {
  width: 150px;
  height: 150px;
}

.detail-experts-resourse-title {
  background: none;
  position: relative;
  top: auto;
  left: auto;

}

.detail-experts-resourse-item a>div.detail-experts-resourse-title {
  width: auto;
  height: auto;
  padding: 0;
}

.resources-item-title>p:nth-child(3) {
  display: none;
}

.main {
  min-height: calc(100vh - 139px);
}

.swiper-index-banner::after {
  display: none;
}

.index.banner .swiper-slide a::before {
  content: '';
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
}

.swiper-index-banner .swiper-slide p {
  z-index: 2;
}

.expert-editor>div,
.expert-author>div,
.expert-district>div {
  text-align: left;
}

.tool-bar .tool-btn .tool-btn-tag {
  opacity: 0;
}

.resources-team-cont p:nth-child(2) {
  text-align: center;
}

.resources-team-cont p:nth-child(3) {
  justify-content: space-between;
}

.index .loginItem a {
  color: #fff
}

.train-photos-list {
  justify-content: flex-start;
}

.train-photos-list .train-photos-item {
  margin-right: 28px;
}

.train-photos-list .train-photos-item:nth-child(4) {
  margin-right: 0;
}

.resources-team-group-cont span {
  height: 24px;
  overflow: hidden;
}

.resources-team-cont p:nth-child(3) {
  justify-content: flex-start;
}

.resources-team-cont p:nth-child(3) span {
  width: 33%;
}

.main.index {
  padding-top: 0;
}

.expert-editor>div>p,
.expert-author>div>p,
.expert-district>div>p {
  height: 24px;
  overflow: hidden;
}

.sj-adv-title {
  position: fixed;
  top: 40%;
  right: -75px;
  z-index: 9;
  width: 150px;
  height: 150px;
  background-color: #17710f;
  border-radius: 100%;
  color: #fff;
  font-size: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-left: 40px;
  opacity: 0.5;
  transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  /* Firefox 4 */
  -webkit-transition: opacity 500ms;
  /* Safari 和 Chrome */
  -o-transition: opacity 500ms;
  /* Opera */
  font-weight: bold;
}

.sj-adv-title:hover {
  opacity: 1;
}

.sj-adv-main {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 10;
  transition: left 500ms;
  -moz-transition: left 500ms;
  /* Firefox 4 */
  -webkit-transition: left 500ms;
  /* Safari 和 Chrome */
  -o-transition: left 500ms;
  /* Opera */
}

.sj-adv-main.show {
  left: 0;
}

.swiper-index-adv .swiper-slide a {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  cursor: default;
}

.swiper-index-adv .swiper-back {
  position: absolute;
  left: -75px;
  top: 40%;
  width: 150px;
  height: 150px;
  z-index: 11;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 100%;
  background-color: #17710f;
  text-align: right;
  padding-right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0.5;
  transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  /* Firefox 4 */
  -webkit-transition: opacity 500ms;
  /* Safari 和 Chrome */
  -o-transition: opacity 500ms;
  /* Opera */
  font-weight: bold;
}

.swiper-index-adv .swiper-back:hover {
  opacity: 1;
}

.swiper-index-adv .swiper-button-prev,
.swiper-index-adv .swiper-button-next {
  display: block;
}

.swiper-index-adv .swiper-button-prev {
  top: auto;
  left: auto;
  right: 80px;
  bottom: 40px;
  width: 60px;
  height: 20px;
  opacity: 0.5;
  transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  /* Firefox 4 */
  -webkit-transition: opacity 500ms;
  /* Safari 和 Chrome */
  -o-transition: opacity 500ms;
  /* Opera */
}

.swiper-index-adv .swiper-button-prev:hover {
  opacity: 1;
}

.swiper-index-adv .swiper-button-next {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 40px;
  width: 60px;
  height: 20px;
  opacity: 0.5;
  transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  /* Firefox 4 */
  -webkit-transition: opacity 500ms;
  /* Safari 和 Chrome */
  -o-transition: opacity 500ms;
  /* Opera */
}

.swiper-index-adv .swiper-button-next:hover {
  opacity: 1;
}

.swiper-index-adv .swiper-button-prev:after,
.swiper-index-adv .swiper-container-rtl .swiper-button-next:after {
  content: '上一页';
  width: 60px;
  height: 20px;
  background-color: #17710f;
  font-size: 14px;
  display: block;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

.swiper-index-adv .swiper-button-next:after,
.swiper-index-adv .swiper-container-rtl .swiper-button-prev:after {
  content: '下一页';
  width: 60px;
  height: 20px;
  background-color: #17710f;
  font-size: 14px;
  display: block;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

.swiper-index-adv .swiper-pagination {
  text-align: right;
  padding-right: 10px;
}

.swiper-index-adv .swiper-pagination-bullet {
  background-color: #17710f;
  width: 20px;
  height: 20px;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  /* Firefox 4 */
  -webkit-transition: opacity 500ms;
  /* Safari 和 Chrome */
  -o-transition: opacity 500ms;
  /* Opera */
}

.swiper-index-adv .swiper-pagination-bullet:hover {
  opacity: 1;
}

.swiper-index-adv .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-index-adv .swiper-button-prev {
  color: #fff;
}

.swiper-index-expert .swiper-button-next.swiper-button-disabled,
.swiper-index-expert .swiper-button-prev.swiper-button-disabled {
  pointer-events: fill;
}

.loginItem-dropdown a {
  color: #338429;
}

.swiper-index-adv .swiper-button-prev:after,
.swiper-index-adv .swiper-container-rtl .swiper-button-next:after {
  content: '\4e0a\4e00\9875';
}

.swiper-index-adv .swiper-button-next:after,
.swiper-index-adv .swiper-container-rtl .swiper-button-prev:after {
  content: '\4e0b\4e00\9875';
}

.swiper-index-banner .swiper-button-prev:after,
.swiper-index-banner .swiper-container-rtl .swiper-button-next:after {
  content: '\4e0a\4e00\9875';
}

.swiper-index-banner .swiper-button-next:after,
.swiper-index-banner .swiper-container-rtl .swiper-button-prev:after {
  content: '\4e0a\4e00\9875';
}
.swiper-index-banner .swiper-button-next:after, .swiper-index-banner .swiper-container-rtl .swiper-button-prev:after{
  content: '\4e0b\4e00\9875'
}
.index .loginItem-dropdown a{
  color: #338429;
}


.swiper-index-banner .swiper-button-next:after, .swiper-index-banner .swiper-container-rtl .swiper-button-prev:after{
  content: '\4e0b\4e00\9875'
}
.index .loginItem-dropdown a{
  color: #338429;
}
.header-bottom .search .search-input{
  line-height: 1;
}
.footer{
  position: relative!important;
  top: 0!important;
}
.main,.cx-column-person, .cx-detail.class, .cx-details,.cx-search,.cx-detail.classcont{
  min-height:calc(100vh - 45px);
  padding-top: 140px;
  margin-top: 0;
  margin-bottom: 0;
}
.jcfs.experts-editor-list{
  justify-content: flex-start;
}
.space_hx.header-person,.space_hx20{
  height: 0;
}
.detail-relation{
  top: 210px;
}
.l-learn-nav,.l-learn-menu-header>p{
  visibility:hidden;
}
.train-record-item:nth-child(2) .train-record-item-cont>a::after,.train-record-item:nth-child(3) .train-record-item-cont>a::after,.train-record-item:nth-child(4) .train-record-item-cont>a::after,.train-record-item:nth-child(5) .train-record-item-cont>a::after,.train-record-item:nth-child(6) .train-record-item-cont>a::after,.train-record-item:nth-child(7) .train-record-item-cont>a::after {
background-color: transparent;
}
.train-record-item-cont>a::after{
  opacity: 1;
  height: 120px;
  bottom: 0;
  background-color: transparent;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}
.train-record-sub{
  -webkit-line-clamp: 1;
}
.train-record-title{
  margin-top: 190px;
}
.swiper-index-banner .swiper-drop-down{
  opacity: 1;
  bottom: 10px;
}
.detail-class-des{
  padding: 15px;
  max-width: 778px;
  overflow: auto;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation: bounce 2s infinite;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}







/*兼容ie11*/
@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .train-more {
    top: 40%;
  }

  .train-record-item-cont {
    width: 290px;
    height: 290px;
  }

  .train-record-item:hover .train-record-item-cont {
    /* padding: 15px; */
    /* border: 15px solid rgba(126, 185, 56, 1); */
    /* overflow: hidden; */
  }

  .train-record-item:hover {
    /* border: none; */
  }

  .train-record-img {
    left: 0;
    top: 0;
  }

  .train-record-item-cont>a::after {
    left: 0;
    top: 0;
  }

  .detail-relation-img>img {
    width: 100%;
  }

  .sj-list-img {
    display: inline-block;
    width: 240px;
  }
  .swiper-index-expert .swiper-button-prev::after,.swiper-index-expert .swiper-container-rtl .swiper-button-next::after{
    content: '<';
  }
  .swiper-index-expert .swiper-button-next::after,.swiper-index-expert .swiper-container-rtl .swiper-button-prev::after{
    content: '>';
  }
}








/*先隐藏初中小学，后期要打开的*/
.index-train .grade#js,
.index-train .grade#ps,
.index-train .grade#hs {
  display: none;
}

.index-resources .findlink[data-id='1'],
.index-resources .findlink[data-id='2'],
.index-resources .findlink[data-id='3'] {
  display: none;
}

.index-expert .zj_catid[data-id='1'],
.index-expert .zj_catid[data-id='2'],
.index-expert .zj_catid[data-id='3'] {
  display: none;
}

.resources-main-bg-button {
  display: none;
}

/*先隐藏初中小学，后期要打开的*/