.first-top {
  display: flex;
  position: relative;
  flex-direction: column;
}
.first-top .first-top-img-wrap {
  width: 100%;
}
.first-top .first-top-img-wrap .first-top-title {
  position: absolute;
  bottom: 0;
  padding: 0 30px 20px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(31,33,34,0.49) 51%, rgba(0,0,0,0.76) 100%);
}
.first-top .first-top-img-wrap .first-top-title h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.first-top .first-top-img-wrap .first-top-title p {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  line-height: 16px;
}
.first-top ul {
  width: 100%;
  padding: 15px 12px 0;
  background-color: #F6F6F6;
  margin-top: 16px;
}
.first-top ul li {
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  padding: 25px 0 12px;
  margin-bottom: 10px;
  border-bottom: 2px solid #E4E4E4;
}
.first-top ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.first-top ul li a {
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
}
.first-top ul li span{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: #565656;
  font-weight: 500;
}
.first-bottom .first-bottom-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.first-bottom .first-bottom-title h3 {
  font-weight: 600;
  color: #000;
}
.first-bottom .first-bottom-title p {
  margin-top: 10px;
  color: #596278;
  text-align: center;
}
.first-bottom .first-bottom-title .fitsr-bottom-title-btn {
  background-color: #1664FF;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  width: 120px;
  margin: 25px auto 0;
}
.first-bottom .first-bottom-title .fitsr-bottom-title-btn a {
  font-size: 14px;
  color: #fff;
}
.first-bottom .first-bottom-title-define {
  text-align: center;
  width: 80%;
}
.first-bottom .first-bottom-title-define h3 {
  font-weight: 600;
  color: #fff;
}
.first-bottom .first-bottom-title-define p {
  margin-top: 18px;
  color: #fff;
}

.second-wrap h2 {
  text-align: center;
  color: #232536;
  margin-bottom: 40px;
}
.second-wrap .ecology-item {
  float: left;
  width: 90px;
  position: relative;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  height: 182px;
}
.second-wrap .ecology-item::after {
  content: '';
  background: rgba(255,255,255,0.5);
  position: absolute;
  left: 0;
  width: 90px;
  height: 182px;
}
.second-wrap .ecology-item .ecology-title {
  font-size: 14px;
  color: #0F6CF5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: all .3s;
  z-index: 9;
  top: 20px;
  width: 60px;
  font-weight: 600;
}
.second-wrap .ecology-item:nth-child(2) {
  margin: 0 5px;
}
.second-wrap .ecology-item.active {
  width: calc(100% - 180px)!important;
}
.second-wrap .ecology-item.active .ecology-title {
  opacity: 0;
}
.second-wrap .ecology-item.active::after {
  content: none;
}
.second-wrap .ecology-item img {
  width: 100%;
  height: 100%;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  object-fit: none;
}
.second-wrap .ecology-item .ecology-mask{
  width: 100%;
  background: rgba(0,97,255,0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 9;
  padding: 8px;
  text-align: left;
  opacity: 0;
  transition: all .3s;
}
.second-wrap .ecology-item .ecology-mask p {
  font-size: 10px;
  line-height: 14px;
  color: #fff;
}
.second-wrap .ecology-item .ecology-mask h3 {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 16px;
}
.second-wrap .ecology-item .ecology-mask h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #fff;
  height: 2px;
  width: 100%;
}
.second-wrap .ecology-item .ecology-mask h3 a:hover {
  color: #fff;
}
.second-wrap .ecology-item.active .ecology-mask {
  opacity: 1;
}

.third-wrap h2 {
  text-align: center;
  color: #232536;
  margin-bottom: 30px;
}
.third-wrap .third-content {
  text-align: center;
  position: relative;
}
.third-wrap .third-content .third-content-item {
  width: 100%;
  height: 88px;
  background-color: #F2F6FC;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 70px;
}
.third-wrap .third-content .third-content-item .third-icons {
  width: 46px;
  height: auto;
  position: absolute;
  left: 15px;
}
.third-wrap .third-content .third-content-item h4 {
  margin-left: 2px;
}
.third-wrap .third-content .third-content-item .third-turn-icon {
  width: 10px;
  height: 17px;
}

.fourth-wrap h2 {
  text-align: center;
  margin-bottom: 30px;
}
.fourth-wrap .fourth-nav-wrap {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #ECECEC;
  justify-content: space-between;
}
.fourth-wrap .fourth-nav-wrap .fourth-nav-list {
  text-align: center;
  font-size: 15px;
  color: #9B9FAA;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.fourth-wrap .fourth-nav-wrap .fourth-nav-list.active {
  color: #303B45;
}
.fourth-wrap .fourth-nav-wrap .fourth-nav-list.active::after {
  content: '';
  border-bottom: 2px solid #0F6CF5;
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 25px;
  transform: translateX(-50%);
}
.fourth-nav {
  width: 100%;
  position: relative;
  margin-top: 18px;
}
.fourth-nav .nav_box {
  width: 100%;
  margin: 0 auto;
  overflow-y: hidden;
  height: 28px;
  line-height: 28px;
  overflow-x: auto;
}
.fourth-nav .nav_ul {
  width: max-content;
  margin: 0;
  padding: 0;
  display: none;
}
.fourth-nav .nav_ul.active {
  display: inline-block;
}
.fourth-nav .nav_ul li {
  float: left;
  color: #9B9FAA;
  position: relative;
  height: 100%;
  text-align: center;
  font-size: 13px;
  cursor: pointer;
  font-family: "DreamHanSerifCN";
  margin-right: 20px;
}
.fourth-nav .nav_ul li.active {
  color: #333;
  font-weight: 600;
}
.fourth-nav .nav_ul li.active::after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #0F6CF5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
}
.fourth-nav-content {
  margin-top: 30px;
  background-color: #fff;
}
.fourth-nav-content .nav-content-list {
  display: none;
}
.fourth-nav-content .nav-content-list.active {
  display: flex;
  flex-direction: column;
}
.fourth-nav-content  .nav-content-list-wrap {
  display: none;
}
.fourth-nav-content  .nav-content-list-wrap.active {
  display: block;
}
.fourth-nav-content .nav-content-list .nav-content-left {
  margin-bottom: 35px;
}
.fourth-nav-content .nav-content-list .nav-content-left h4 {
  color: #303B45;
  line-height: 22px;
  margin-bottom: 12px;
}
.fourth-nav-content .nav-content-list .nav-content-left p {
  color: #A6A6A6;
  font-size: 14px;
  line-height: 22px;
}
.fourth-nav-content .nav-content-list .nav-content-left a {
  border: 2px solid #0F6CF5;
  position: absolute;
  bottom: 60px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.fourth-nav-content .nav-content-list .nav-content-left a i {
  position: relative;
  z-index: 2;
  font-style: normal;
  font-size: 18px;
  color: #0F6CF5;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}
.fourth-nav-content .nav-content-list .nav-content-left a:hover i {
  color: #fff;
}
.fourth-nav-content .nav-content-list .nav-content-left a::before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #0F6CF5;
  z-index: 1;
  transition: all .4s;
  -webkit-transition: all .4s;
}
.fourth-nav-content .nav-content-list .nav-content-left a:hover::before {
  left: 0;
  width: 100%;
}
.fourth-nav-content .nav-content-list .nav-content-right {
  width: 100%;
  margin-bottom: 18px;
  height: 170px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.fourth-nav .nav_ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #F5E7C0;
}
.fourth-nav .arrow_left {
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: linear-gradient(135deg,#dbe2e9,#D7D7D7);
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
  z-index: 9;
}
.fourth-nav .arrow_right {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: linear-gradient(135deg,#dbe2e9,#D7D7D7);
  text-align: center;
  vertical-align: middle;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  line-height: 32px;
  z-index: 9;
}
.fifth-wrap {
  background-image: url(..//image/video.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0;
}
.fifth-wrap .poster-wrap {
  position: relative;
  z-index: 10;
}
.fifth-wrap .poster-img{
  width: 100%;
  height: auto;
}
.fifth-wrap .video-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.fifth-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 70px;
}
/* .fifth-wrap .close-video-btn {
  position: absolute;
  top: -30px;
  right: -60px;
  z-index: 9;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
} */

.seven-bg {
  background: linear-gradient(0deg, #F8F9FB 0%, #B9C8D8 100%);
  padding-top: 0;
}
.seven-wrap {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
/* eight-wrap */
.eight-wrap {
  /* padding-bottom: 100px; */
}
.eight-wrap h2 {
  font-size: 22px;
  font-weight: 600;
  color: #232536;
  text-align: center;
  margin-top: 40px;
}
.eight-wrap .eight-item-wrap {
  margin-top: 10px;
  margin-bottom: 25px;
}
.eight-wrap .eight-item-wrap .eight-item {
  display: flex;
  height: 70px;
  text-align: center;
  cursor: pointer;
}
.eight-wrap .eight-item-wrap .eight-item .eight-item-img {
  border: 1px solid #E8E9ED;
  position: relative;
  overflow: hidden;
  width: 25%;
  text-align: center;
  background: #fff;
}
.eight-wrap .eight-item-wrap .eight-item .eight-item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.7);
}

/* 关于我们 */
.href-wrap {
  top: 40px;
  width: 100%;
  background-color: #fff;
  z-index: 9;
}
.href-wrap ul {
  width: max-content;
  padding: 0 10px;
}
.href-wrap ul li {
  display: inline-block;
  margin-right: 20px;
  color: #9B9FAA;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  padding: 8px 0;
}
.href-wrap ul li.active {
  color: #333;
}
.href-wrap ul li a {
  color: #9B9FAA;
  font-size: 12px;
  position: relative;
}
.href-wrap ul li.active::after {
  content: '';
  border-bottom: 3px solid #2236A2;
  width: 40%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.href-wrap ul li:hover::after {
  content: '';
  border-bottom: 3px solid #2236A2;
  width: 40%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.about-title {
  color: #000;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
#intro .content-wrap::after {
  content: '';
  background-image: url(../image/aboutus-topbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0;
  width: 202px;
  display: block;
  height: 46px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#intro .content-wrap p {
  color: #474747;
  font-size: 13px;
  display: block;
  line-height: 19px;
  text-align: justify;
}
.report-wrap .first-bottom-title {
  position: absolute;
  bottom: 20px;
  left: 65px;
}
.report-wrap .first-bottom-title  p {
  font-size: 20px;
  color: #596278;
}
.report-wrap .report-more-btn {
  background: #1664FF;
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  position: relative;
  width: 63px;
  height: 23px;
  line-height: 23px;
  text-align: center;
}
.speech-wrap {
  background-color: #F4F4F4;
  padding: 30px 0 20px;
}
.speech-wrap .speech-content {
  display: flex;
  padding-left: 15px;
}
.speech-wrap .speech-content-left {
  width: 120px;
  height: 120px;
}
.speech-wrap .speech-content-left::before {
  content: '';
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 100px;
  background-image: url(../image/admin-left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0;
  height: 100px;
}
.speech-wrap .speech-content-left img {

}
.speech-wrap .speech-content-right {
  flex: 1;
  padding-left: 10px;
  margin-top: -17px;
}
.speech-wrap .speech-content-right h4 {
  color: #333;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.speech-wrap .speech-content-right h4 span {
  display: inline-block;
  margin-left: 20px;
  color: #333;
  font-size: 10px;
  font-weight: 600;
}
.speech-wrap .speech-content-right p {
  font-size: 10px;
  color: #666;
  font-weight: 400;
  line-height: 18px;
  text-align: justify;
}
.speech-wrap .speech-content-right img {
  display: block;
  margin-top: 30px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.team-wrap .team-content {
  overflow: hidden;
}
.team-wrap .team-list {
  position: absolute;
  bottom: -1px;
  left: 60px;
  opacity: 0;
}
.team-wrap .team-list p {
  color: #9B9FAA;
  font-size: 14px;
  padding: 30px;
  background-color: #fff;
  margin-top: 0;
  width: 100%;
  padding: 30px;
}
.company-wrap {
  background-color: #F4F4F4;
  padding-left: 16px;
}
.company-wrap .company-content {
  display: flex;
}
.company-wrap .company-content .company-content-item {
  margin-bottom: 6px;
}
.company-wrap .company-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}
.company-wrap .company-content-left h4 {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.company-wrap .company-content-left p {
  font-size: 10px;
  color: #9B9FAA;
  margin-top: 2px;
  line-height: 14px;
}
.company-wrap .company-content-right {
  width: 50%;
}
.company-wrap .company-content-right img {
  display: block;
  width: 100%;
  height: auto;
}
.history-top {
  position: relative;
}
.history-top .history-top-title {
  position: absolute;
  bottom: 36px;
  color: #fff;
  text-align: center;
  width: 100%;
}
.history-top .history-top-title ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  justify-items: center;
  position: relative;
}
.history-top .history-top-title ul::after {
  content: '';
  border-bottom: 1px solid #ddd;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 2;
}
.history-top .history-top-title ul li {
  display: inline-block;
  font-size: 10px;
  position: relative;
  width: 60px;
  text-align: center;
}
.history-top .history-top-title ul li.active::before {
  background-image: url(../image/arrow.png);
  height: 18px;
}
.history-top .history-top-title ul li::before {
  content: '';
  background-image: url(../image/history-icon.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
/* .history-top .history-top-title ul li::after {
  content: '';
  display: block;
  border-bottom: 1px solid #ddd;
  position: absolute;
  bottom: -15px;
  width: 65px;
  z-index: 2;
} */
.history-top img {
  width: 100%;
}
.history-bottom .swiper-slide h4 {
  font-size: 14px;
  color: #161616;
  font-weight: 600;
}
.history-bottom .swiper-slide {
  width: 150px;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 11px;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
.history-bottom .swiper-slide-active,.swiper-slide-duplicate-active {
  -webkit-transform: scale(.9);
	transform: scale(.9);
}
.history-bottom .history-banner-btn {
  border: 0;
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
  width: 100px;
}
.honor-wrap .honor-content {
  position: relative;
}
.honor-wrap .swiper-slide {
  width: 230px;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 20px;
  -webkit-transform: scale(.95);
  transform: scale(.95);
}
.honor-wrap .swiper-slide-active,.swiper-slide-duplicate-active {
  -webkit-transform: scale(.95);
	transform: scale(.95);
}
.honor-wrap .history-banner-btn {
  border: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 36px;
  width: 1200px;
}
.honor-wrap .swiper-button-prev {
  background-image: url(../image/benefit-left.png);
  width: 36px;
  height: 36px;
}
.honor-wrap .swiper-button-next {
  background-image: url(../image/benefit-right.png);
  width: 36px;
  height: 36px;
}
.honor-wrap .honor-content .honor-content-img {
  overflow: hidden;
}
.honor-wrap .honor-content .honor-content-img img {
  width: 100%;
  height: auto;
}
.honor-wrap .honor-content .honor-content-article {
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(19,56,126,0.6);
  padding: 20px;
}
.honor-wrap .honor-content .honor-content-article h5 {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.honor-wrap .honor-content .honor-content-article p {
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  line-height: 17px;
}
.honor-wrap .honor-bottom .honor-bottom-item {
  margin-top: 30px;
}
.honor-wrap .honor-bottom .honor-bottom-item-list {
  text-align: center;
}
.honor-wrap .honor-bottom .honor-bottom-item-list-bg {
  background-image: url(../image/honor-bg.png);
  height: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0;
}
.honor-wrap .honor-bottom .honor-bottom-item-list-title {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #2236A2;
  font-size: 24px;
  width: 70%;
}
.honor-wrap .honor-bottom .honor-bottom-item-list p{
  color: #BFBFBF;
  margin-top: 16px;
}
.actives-wrap {
  margin-top: 40px;
}
.actives-wrap .actives-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.actives-wrap .actives-tips {
  font-size: 10px;
  font-weight: 400;
  color: #BFBFBF;
  text-align: center;
  height: 15px;
  line-height: 22px;
  margin-bottom: 12px;
}
.actives-wrap .actives-title span {
  color: #BFBFBF;
  font-size: 16px;
  display: inline-block;
  margin-left: 30px;
}
.benefit-wrap {
  margin-top: 40px;
}
.benefit-wrap .benefit-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.benefit-wrap .benefit-content {
  margin-top: 12px;
  overflow: hidden;
  position: relative;
}
.benefit-wrap .swiper-slide {
  width: 230px;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 20px;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
.benefit-wrap .swiper-slide-active,.swiper-slide-duplicate-active {
  -webkit-transform: scale(.9);
	transform: scale(.9);
}
.benefit-wrap .benefit-content .benefit-content-article h5 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.benefit-wrap .benefit-content .benefit-content-article p {
  color: #9B9FAA;
  font-size: 11px;
  line-height: 16px;
}
.team-title {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
}
.team-wrap .swiper-slide {
  width: 230px;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 20px;
  -webkit-transform: scale(.95);
  transform: scale(.95);
}
.team-wrap .swiper-slide-active,.swiper-slide-duplicate-active {
  -webkit-transform: scale(.95);
	transform: scale(.95);
}
.connect-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 40px;
}

/* 会员卡权益样式 */
.page_title {
  font-size: 22px;
  font-weight: 600;
  color: #232536;
  text-align: center;
}
.vip_nav {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vip_nav li {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}
.vip_nav li.active {
  color: #4F79ED;
}
.vip_content {

}
.vip_content li {
  display: none;
}
.vip_content li.active {
  display: block;
}
.live-course-title {
  margin-top: 113px;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.schedule-item-wrapper {
  position: relative;
  margin: 40px 0;
}
.line-1 {
  width: 100%;
  height: 1px;
  background: #E4E4E4;
  position: absolute;
  top: -16px;
  left: 0px;
}
.schedule-item {
  width: 32%;
  display: inline-block;
}

.schedule-circle-wrapper {
  position: relative;
  z-index: 10;
  cursor: pointer;
  text-align: center;
}

.schedule-circle-wrapper .img {
  width: 12px;
  height: 19px;
  position: absolute;
  top: -33px;
  margin-left: -9px;
}

.schedule-circle {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border: 2px solid #767676;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.schedule-inner {
  width: 4px;
  height: 4px;
  background: #191919;
  border-radius: 50%;
}

.date-normal {
  font-size: 10px;
  color: #161616;
  font-weight: 600;
}

.date-active {
  font-size: 10px;
  color: #0F6CF5;
  font-weight: 600;
}

.swiper-container>.swiper-slide>img {
  width: 100%;
  height: 100%;
}
.swiper-slide_conent {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.swiper-slide_conent1 {
  background: linear-gradient(185deg, transparent 83px, rgba(19, 56, 126, 0.8) 10px);
}
.swiper-slide_conent2 {
  background: linear-gradient(185deg, transparent 83px, rgba(18, 152, 138, 0.71) 10px);
}
.swiper-slide_conent3 {
  background: linear-gradient(185deg, transparent 83px, rgba(0, 97, 255, 0.7) 10px);
}
.swiper-slide_conent_txt {
  height: 56px;
  margin: 0 auto;
  margin-top: 90px;
  color: #FFFFFF;
  overflow: hidden;
  padding: 0 5px;
}
.swiper-slide_conent_txt_1 {
  width: 100%;
  height: 22px;
  font-size: 10px;
  font-weight: 500;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-align: justify;
}
.swiper-slide_conent_txt_2 {
  display: flex;
  justify-content: space-between;
}
.conent_txt {
  font-size: 10px;
  margin-top: 3px;
}
.conent_btn {
  width: 48px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-size: 12px;
  padding: 2px 0;
  line-height: 14px;
}
.conent_btn a {
  color: #fff;
}
.conent_btn:hover {
  background-color: #fff;
  font-weight: bold;
  color: #0251E7 ;
}
.conent_btn:hover a {
  color: #0251E7;
}
.conent_btn_hover:hover{
  background-color: #fff;
  font-weight: bold;
  color: #0251E7 ;
}
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:after {
  display: none;
}

/* 客户案例 */
.cwhb_wrap {

}
.cwhb_wrap h3 {
  font-size: 20px;
  font-weight: 600;
  color: #232536;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cwhb_wrap .nav_wrap {
  width: 100%;
  position: relative;
}
.cwhb_wrap .nav_wrap .nav_box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.cwhb_wrap .nav_wrap .nav_ul {
  width: max-content;
  margin: 0;
  padding: 0;
  display: none;
}
.cwhb_wrap .nav_wrap .nav_ul.active {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cwhb_wrap .nav_wrap .nav_ul li {
  color: #9B9FAA;
  position: relative;
  height: 100%;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  display: inline-block;
}
.cwhb_wrap .nav_wrap .nav_ul li.active {
  color: #333;
  font-weight: 500;
}
.cwhb_wrap .nav_wrap .nav_ul li.active::after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #0F6CF5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.cooperation-wrap {
  margin-top: 30px;
}
.cooperation-wrap .cooperation-img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 160px;
}
.cooperation-wrap .cooperation-content {
  padding: 30px 20px;
}
.cooperation-wrap .cooperation-content h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.cooperation-wrap .cooperation-content p {
  color: #9A9A9A;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cwhb-detail-wrap {
  padding-bottom: 100px;
}
.cwhb-detail-wrap p {
  color: #333;
  font-size: 16px !important;
  margin-top: 3rem;
  text-align: justify;
  font-family: "FontAwesome", "Microsoft Yanei", "微软雅黑", "DM Sans", Helvetica, Arial, sans-serif !important;
}
.cwhb-detail-wrap p span{
  font-family: "FontAwesome", "Microsoft Yanei", "微软雅黑", "DM Sans", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
}
.cwhb-detail-wrap p img {
  width: 800px;
}
.cooperation-wrap .item-wrap li {
  display: none;
}
.cooperation-wrap .item-wrap li.active {
  display: flex !important;
}

/* 企业内训 */
.qynx_wrap {

}
.qynx_wrap .finace-taxation {

}
.qynx_wrap .finace-taxation .taxation-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.qynx_wrap .finace-taxation .taxation-content .taxation-item {
  width: 48%;
  background: #FAFAFA;
  border: 1px solid #ECECEC;
  padding: 15px;
}
.qynx_wrap .finace-taxation .taxation-content .taxation-item h6 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #232536;
}
.qynx_wrap .finace-taxation .taxation-content .taxation-item p {
  font-size: 10px;
  font-weight: 400;
  color: #9B9FAA;
  line-height: 16px;
  margin-bottom: 30px;
  height: 80px;
  position: relative;
}
.qynx_wrap .finace-taxation .taxation-content .taxation-item p::after {
  position: absolute;
  content: '';
  width: 33px;
  height: 2px;
  background: #0F6CF5;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.qynx_wrap .finace-taxation .taxation-content .taxation-item img {

}
.qynx_wrap .finace-taxation .taxation-all {
  background: #FAFAFA;
  border: 1px solid #ECECEC;
  margin-top: 12px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.qynx_wrap .finace-taxation .taxation-all h6 {
  font-size: 14px;
  font-weight: 600;
  color: #232536;
}
.qynx_wrap .finace-taxation .taxation-all p {
  font-size: 10px;
  font-weight: 400;
  color: #9B9FAA;
  line-height: 16px;
  position: relative;
}
.qynx_wrap .finace-taxation .taxation-all p::after {
  position: absolute;
  content: '';
  height: 33px;
  width: 2px;
  background: #0F6CF5;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.qynx_wrap .finace-taxation .taxation-all img {
  width: 130px;
  height: 82px;
  margin-top: 25px;
}
.group-photo .honor-content-article {
  font-size: 10px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 16px;
}


.group-photo {
  zoom: 1;
}
.group-photo .ecology-item {
  position: relative;
  /* transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  color: #fff;
  overflow: hidden; */
}
.group-photo .ecology-item img {
  width: 100%;
  height: 100%;
}
.group-photo .ecology-item .ecology-mask{
  background: linear-gradient( 185deg, transparent 43px, rgba(19,56,126,0.66) 30px );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
  padding: 45px 12px 12px;
  text-align: center;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  text-align: center;
}
.group-photo .ecology-item .ecology-mask p {
  font-size: 10px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 16px;
}
.consultation {
  position: relative;
  margin-top: 30px;
}
.consultation a {
  position: absolute;
  top: 80px;
  left: 60px;
  z-index: 9;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 16px;
  font-size: 12px;
}

/* 新闻列表页 */
.news-top-wrap {
  background-color: #FAFAFA;
}
.news-top-wrap .news-top {
  padding-bottom: 30px;
}
.turnpagewrap .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.news-top-wrap .news-top-title {
  padding: 25px 25px 40px;
  background-color: #fff;
}
.news-top-wrap .news-top-title p {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 300;
  color: #232536;
}
.news-top-wrap .news-top-title p::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  border-left: 1px solid #7E7F89;
  height: 12px;
}
.news-top-wrap .news-top-title h4 {
  font-size: 14px;
  font-weight: 500;
  color: #232536;
}
.news-top-wrap .news-top-title h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.news-top-wrap .news-bottom-item-wrap  {
  margin-bottom: 20px;
}
.news-top-wrap .news-bottom-item {
  display: flex;
  padding: 20px;
  background-color: #fff;
}
.news-top-wrap .news-bottom-item .news-bottom-left {
  width: 45%;
}
.news-top-wrap .news-bottom-item .news-bottom-left img {
  width: 100%;
}
.news-top-wrap .news-bottom-item .news-bottom-right {
  padding-left: 20px;
  width: 55%;
}
.news-top-wrap .news-bottom-item .news-bottom-right h4 {
  line-height: 18px;
  font-size: 13px;
  font-weight: 500;
  color: #232536;
}
.news-top-wrap .news-bottom-item .news-bottom-right h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  width: 100%;
}
.news-top-wrap .news-bottom-item .news-bottom-right p {
  color: #181818;
  font-size: 10px;
  position: absolute;
  padding-left: 10px;
  bottom: 0;
}
.news-top-wrap .news-bottom-item .news-bottom-right p::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  border-left: 1px solid #181818;
  height: 9px;
}
.news-detail-wrap h2 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  line-height: 31px;
}
.news-detail-wrap .time {
  color: #A6A6A6;
  font-size: 16px;
  border-bottom: 1px solid #ECECEC;
  padding: 20px 0;
  margin-bottom: 50px;
}
.news-detail-wrap p {
  font-size: 14px !important;
  word-break: break-all;
  font-weight: 400;
  color: #63646F;
  text-align: justify;
  font-family: "FontAwesome", "Microsoft Yanei", "微软雅黑", "DM Sans", Helvetica, Arial, sans-serif !important;
}
.news-detail-wrap p span{
  font-family: "FontAwesome", "Microsoft Yanei", "微软雅黑", "DM Sans", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  word-break: break-all;
}
.news-detail-wrap span {
  word-break: break-all;
}
.news-detail-wrap p img {
  width: 100%;
  height: auto;
}

/* 加入我们 */
.joinus-wrap {
  background-color: #FAFAFA;
}
.joinus-wrap h2 {
  font-size: 22px;
  font-weight: 600;
  color: #232536;
  margin-top: 30px;
  margin-bottom: 12px;
}
.joinus-wrap .joinus-item {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.joinus-wrap .joinus-item h4 {
  color: #232536;
  font-size: 18px;
  margin-bottom: 15px;
}
.joinus-wrap .joinus-item .joinus-btn {
  border: 1px solid #0F6CF5;
  width: 85px;
  height: 30px;
  line-height: 28px;
  text-align: center;
}
.joinus-wrap .joinus-item .joinus-btn a {
  font-size: 12px;
  color: #0F6CF5;
}
.joinus-wrap .joinus-item img {
  position: absolute;
  width: 26px;
  height: 26px;
  right: 30px;
  top: 33px;
}
.joinus-detail-title {
  font-size: 22px;
  font-weight: 600;
  color: #232536;
  margin-top: 30px;
  margin-bottom: 12px;
  text-align: center;
}
.joinus-detail-wrap {
  background-color: #FAFAFA;
}
.joinus-detail-wrap ul {
  display: none;
}
.joinus-detail-wrap .joinus-detail-item {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 5px 20px 0px rgba(149,154,170,0.15);
  border-radius: 4px;
  margin-bottom: 15px;
}
.joinus-detail-wrap .joinus-detail-item h4 {
  color: #232536;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 55px;
}
.joinus-detail-wrap .joinus-detail-item h4 div {
  position: absolute;
  width: 45px;
  height: 20px;
  top: -1px;
  left: 0;
}
.joinus-detail-wrap .joinus-detail-item h4 div span {
  font-size: 12px;
  color: #999;
}
.joinus-detail-wrap .joinus-detail-item h4 div img {
  width: 12px;
  height: auto;
}
.joinus-detail-wrap .joinus-detail-item h4::after {
  content: '';
  background-image: url(../image/joinus-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.joinus-detail-wrap .joinus-detail-item p {
  color: #999;
  font-size: 12px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  line-height: 16px;
}

.joinus-detaild-title {
  font-size: 22px;
  font-weight: 600;
  color: #232536;
  margin-top: 30px;
  margin-bottom: 12px;
  position: relative;
}
.joinus-detaild-title div {
  min-width: 80px;
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -22px;
  top: 35px;
}
.joinus-detaild-title div span {
  font-size: 12px;
  color: #999;
}
.joinus-detaild-title div img {
  width: 12px;
  height: auto;
  margin-top: 1px;
}
.joinus-detaild-wrap {
  background-color: #fff;
}
.joinus-detaild-wrap .joinus-detail-type {
  display: none;
}
.joinus-detaild-wrap .joinus-detail-type .joinus-detail-type-list {
  display: none;
}
.joinus-detaild-wrap .joinus-detaild-item {
  margin-top: 35px;
}
.joinus-detaild-wrap .joinus-detaild-item h4 {
  font-size: 16px;
}
.joinus-detaild-wrap .joinus-detaild-item h3 {
  color: #232536;
  font-size: 24px;
  margin-bottom: 25px;
  position: relative;
}
.joinus-detaild-wrap .joinus-detaild-item p {
  font-size: 12px;
  line-height: 18px;
}