/* 机构亮点 */

@media screen and (max-width:768px) {
  #organ-highlights .web-banner {
    display: none;
  }
  #organ-highlights {
    width: 100% !important;
    margin: unset !important;
  }
}

@media screen and (min-width:768px) {
  .mobile-path {
    display: none;
  }
}
body,html{ overflow-x: hidden; }
.organ-highlights .web-banner {
  margin-top: 123px;
}

.both-path .web-banner .title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.both-path .web-banner .sub-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #6A6A6A;
  text-align: center;
}
/* #dynamics-content.active, #report-content.active{
  display: inline-block;
} */
#organ-highlights .sub-wrapper{
  margin-top: 50px;
  display: flex;
}
#organ-highlights .sub-wrapper .title{
  flex: 1;
  font-size: 20px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
#organ-highlights .sub-wrapper .sub-icon{
  width: 20px;
  height: 20px;
  margin-right: 5px;
  visibility: hidden;
}
#organ-highlights .sub-wrapper .sub-icon.active{
  visibility: visible;
}

#organ-highlights {
  position: relative;
  width: 1100px;
  margin: 60px auto 154px;
}

#organ-highlights .swiper-container {
  margin-top: 59px;
}

#organ-highlights .swiper-slide {
  /* width: 700px; */
  /* width: 50%; */
  text-align: left;
  /* height: 580px; */
  /* padding: 0 60px; */
  /* background-color: #ccc; */
}
#organ-highlights .swiper-slide img{
  /* width: 700px; */
  /* width: 50%; */
  width: 100%;
  /* height: 580px; */
  /* padding: 0 60px; */
  /* background-color: #ccc; */
}

#organ-highlights .swiper-button-prev1 {
  left: -79px;
  width: 50px;
  height: 95px;
  background: #FACFA1 url(../images/icon-arrow-left.png) 11px center no-repeat;
  background-size: 17px 45px;
  border-radius: 10px;
  outline: none;
}

.swiper-button-prev1:after {
  content: none;
}
.dynamics-content,
.report-content{
  position: relative;
}
.dynamics-content.hide,
.report-content.hide{
  display: none;
}
#report-content .swiper-slide:hover .title,
#report-content .swiper-slide:hover .text
{
  color: blue;
}
#organ-highlights .swiper-wrapper .swiper-slide img{
  /* width: 500px; */
  width: 100%;
  height: 400px;
}
#organ-highlights .swiper-wrapper .title{
  font-size: 20px;
  padding: 20px 0;
  font-weight: normal;
  text-align: left;

}
#organ-highlights .swiper-button-next1,
#organ-highlights .swiper-button-prev1 {
  position: absolute;
  top: 170px;
  z-index: 999;
  cursor: pointer;
}

#organ-highlights .swiper-button-next1 {
  right: -79px;
  width: 50px;
  height: 95px;
  background: #FACFA1 url(../images/icon-arrow-right.png) 22px center no-repeat;
  background-size: 17px 45px;
  border-radius: 10px;
  outline: none;
}

.swiper-button-next1:after {
  content: none;
}

#organ-highlights .swiper-container.hide,
#organ-highlights .swiper-container.hide{
  display: none;
}

#organ-highlights .source-material {
  width: 550px;
  margin-top: 50px;
  margin-left: 90px;
}

/* #organ-highlights .source-material img {
  width: 100%;
  height: auto;
}

#organ-highlights .png-content {
  width: 430px;
  padding: 60px 43px 43px;
  background-color: #F99574;
}

#organ-highlights .png-content .title {
  font-size: 35px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #F99574 !important;
  line-height: 30px;
  -webkit-text-stroke: 2px #FFFFFF;
  text-stroke: 2px #FFFFFF;
  text-align: left !important;
}

#organ-highlights .png-content .content {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 21px;
  margin-top: 30px;
} */

#organ-highlights .m-organ-highlights {
  background-color: #fff;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
#organ-highlights .m-organ-highlights .top-path{
  padding: 0.7rem 0.65rem 0;
}
#organ-highlights .m-organ-highlights .sub-wrapper{
  margin-top: 20px;
}
#organ-highlights .m-organ-highlights .sub-wrapper .title{
  font-size: 14px;
}
#organ-highlights .m-organ-highlights .swiper-container {
  margin-top: 15px;
  text-align: center;
}
#organ-highlights .m-organ-highlights .swiper-container .swiper-slide{
  width: 300px;
  text-align: center;
}
#organ-highlights .m-organ-highlights .swiper-container .swiper-slide .content{
  width: 300px;
  margin: 0 auto;
  text-align: left;
}
#organ-highlights .m-organ-highlights .swiper-container .swiper-slide .content .title{
  font-size: 14px;
  padding: 15px 0 10px;
}
#organ-highlights .m-organ-highlights .swiper-container .swiper-slide .content .text{
  font-size: 12px;
}
#organ-highlights .m-organ-highlights .swiper-container .swiper-slide img{
  width: 300px;
  height: auto;
}
#organ-highlights .mobile-path {
  padding: .2rem .51rem;
}

#organ-highlights .top-path {
  padding: .7rem .65rem;
}

#organ-highlights .top-path .tit {
  position: relative;
  height: .46rem;
  padding-left: .23rem;
}

#organ-highlights .top-path .tit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: .04rem;
  height: 100%;
  background-color: #F99574;
}

#organ-highlights .top-path .tit span:nth-child(1) {
  line-height: .46rem;
  font-size: .38rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

#organ-highlights .top-path .tit span:nth-child(2) {
  font-size: .21rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #707070;
  margin-left: .2rem;
  vertical-align: bottom;
}

#organ-highlights .top-path .content {
  margin-top: .32rem;
  font-size: .19rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #707070;
  margin-bottom: .41rem;
}

#organ-highlights .top-path .img img {
  width: 100%;
  height: auto;
}

#organ-highlights .top-path .more {
  width: 1.51rem;
  height: .48rem;
  line-height: .46rem;
  text-align: center;
  border: 1px solid #666666;
  font-size: .21rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #626166;
  margin: .26rem auto 0;
}

/* 幸福践行记 */

@media screen and (max-width:768px) {
  .happy-live .web-banner {
    display: none;
  }
  .happy-live {
    width: 100% !important;
    margin: unset !important;
  }
}

@media screen and (min-width:768px) {
  .mobile-path {
    display: none;
  }
}

.both-banner-box {
  background-color: #fff;
  
}

.both-banner-box .tit {
  position: relative;
  font-size: .25rem;
  color: #0E161D;
  padding: .41rem 1.1rem;
}

.both-banner-box .tit::before {
  content: '';
  position: absolute;
  top: 30%;
  left: .64rem;
  width: 0.04rem;
  height: 40%;
  background-color: #F18B5B;
}

.banner-main {
  position: relative;
}

/* .banner-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background-color: #F99574;
}

.banner-main::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background-color: #F99574;
} */

.banner-main {
  /* width: 70%; */
  height: 3.45rem;
  margin: 0 auto;
}
.png-content .tit:after{ background: none;}
.banner-main img {
  width: 100%;
  
}

/* 核心课程 */

@media screen and (max-width:768px) {
  .main-courses .web-banner {
    display: none;
  }
  .main-courses {
    width: 100% !important;
    margin: unset !important;
  }
}

@media screen and (min-width:768px) {
  .mobile-path {
    display: none;
  }
}

.main-courses {
  width: 1200px;
  margin: 120px auto 0;
}

.courses-box {
  margin-top: 59px;
}

.courses-box .courses-list {
  float: left;
  width: 345px;
  margin-right: 55px;
}

.courses-box .courses-list .pic img {
  width: 100%;
  height: auto;
}

.courses-main {
  padding: 0 25px;
}

.courses-main .courses-title {
  height: 95px;
  background: #FFFFFF;
  box-shadow: 0px 14px 25px 0px rgba(123, 123, 123, 0.3);
  border-radius: 5px;
  padding: 16px 14px;
  font-size: 14px;
  transform: translateY(-40px);
}

.type-box {
  margin-top: -17px;
}

.type-list {
  margin-bottom: 8px;
}

.type-list .type-name {
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(123, 123, 123, 0.2);
  border-radius: 5px;
  background: url(../images/icon-arrow-r.png) 30px center no-repeat;
  background-size: 8px 14px;
  padding-left: 57px;
  cursor: pointer;
}

.type-list.active .type-name {
  background: url(../images/icon-arrow-down.png) 30px center no-repeat;
  background-size: 17px 9px;
}

.type-list.active .type-explain {
  display: block;
}

/* .type-list.active  .type-name {
  background: url(../images/icon-arrow-top.png) 30px center no-repeat;
  background-size: 17px 9px;
} */

.type-list .type-explain {
  display: none;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 25px 0px rgba(123, 123, 123, 0.3);
  border-radius: 5px;
  font-size: 14px;
  margin-top: 19px;
  padding: 18px 21px 14px;
}

.type-list .type-explain::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 140px;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.main-courses .mobile-box {
  /* padding: .6rem .57rem; */
  background-color: #fff;
}

.main-courses .mobile-path .tit {
  font-size: .33rem;
  font-weight: bold;
  color: #4F5354;
  text-align: center;
}

.main-courses .mobile-path .sub-tit {
  position: relative;
  font-size: .28rem;
  color: #CDCDCD;
  text-align: center;
}

.main-courses .mobile-path .sub-tit::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 40%;
  width: 20%;
  height: 1px;
  background: #F18B5B;
}

.main-courses .pic-box {
  margin-top: 1rem;
}

.main-courses .pic-box .pic-list {
  position: relative;
  float: left;
  width: 33.333%;
  min-height: .2rem;
  /* margin-right: 5%; */
}

.main-courses .pic-box .pic-list:nth-child(1) img {
  margin-left: -.25rem;
}

.main-courses .pic-box .pic-list:nth-child(2) {
  /* width: 36%;
  margin: 0 4%; */
}

.main-courses .pic-box .pic-list:last-child img {
  margin-left: .25rem;
}

.main-courses .pic-box .pic-list img {
  width: 100%;
  height: auto;
}

.main-courses .pic-box .pic-list.active {
   transform: translateY(-.2rem) scale(1.1); 
   position: relative;
   z-index: 999;
}

.main-courses .pic-box .pic-list.active img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  /* height: 2.38rem; */
}

.main-courses .line-down-courses {
  background: #FFFFFF;
  box-shadow: 0px 2px 23px 1px rgba(0, 0, 0, 0.09);
  transform: translateY(-.2rem);
}

.line-down-courses .courses-type {
  margin-top: .5rem;
}

.line-down-courses .type-list {}

.line-down-courses .type-list .name {
  position: relative;
  height: .7rem;
  line-height: .72rem;
  padding-left: .46rem;
  font-size: .21rem;
  color: #4F5354;
}

.line-down-courses .type-list .name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: #EBECEE;
}

.line-down-courses .type-list .icon-arrow {
  position: absolute;
  top: 0.32rem;
  right: 0.46rem;
  width: 0.21rem;
  height: 0.13rem;
  background: url('../images/m-icon-arrow-down.png') center center no-repeat;
  background-size: 0.21rem 0.13rem;
}

.line-down-courses .type-list.active .name .icon-arrow {
  transform: rotate(-180deg);
}

.line-down-courses .type-list .content {
  display: none;
  padding: .54rem .49rem;
  background: #F3F4F6;
  font-size: .21rem;
  color: #494A4E;
}

.line-down-courses .type-list.active .content {
  display: block;
}

/* 社会责任 */

@media screen and (max-width:768px) {
  .social-responsibility .web-banner {
    display: none;
  }
  .social-responsibility {
    width: 100% !important;
    margin: unset !important;
  }
}

@media screen and (min-width:768px) {
  .mobile-path {
    display: none;
  }
}

.social-responsibility {
  position: relative;
  width: 1200px;
  margin: 104px auto 154px;
}

.social-responsibility .web-banner .swiper-container {
  margin-top: 59px;
}

.social-responsibility .web-banner .swiper-container .swiper-slide {
  border-top: 2px solid #EFEFEF;
  border-bottom: 2px solid #EFEFEF;
  padding: 29px 60px;
}

.social-responsibility .web-banner .swiper-button-prev2 {
  left: -30px;
  width: 50px;
  height: 95px;
  background: #FACFA1 url(../images/icon-arrow-left.png) 11px center no-repeat;
  background-size: 17px 45px;
  border-radius: 10px;
  outline: none;
}

.social-responsibility .web-banner .swiper-button-next2,
.social-responsibility .web-banner .swiper-button-prev2 {
  position: absolute;
  top: 50%;
  z-index: 999;
  cursor: pointer;
}

.social-responsibility .web-banner .swiper-button-next2 {
  right: -30px;
  width: 50px;
  height: 95px;
  background: #FACFA1 url(../images/icon-arrow-right.png) 22px center no-repeat;
  background-size: 17px 45px;
  border-radius: 10px;
  outline: none;
}

.social-responsibility .web-banner .source-material {
  width: 555px;
}

.social-responsibility .web-banner .png-content {
  width: 490px;
}

.social-responsibility .web-banner .png-content .tit {
  font-size: 25px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #333333;
}

.social-responsibility .web-banner .png-content .sub-tit {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ADADAD;
}

.social-responsibility .web-banner .png-content .content {
  height: 176px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-top: 31px;
}

.social-responsibility .web-banner .detail {
  width: 184px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #F4AA91;
  font-size: 18px;
  color: #F46334;
  margin-top: 30px;
  background: #FFE2D9 url(../images/icon-arrow-r.png) 132px center no-repeat;
}

/* 联系我们 */

@media screen and (max-width:768px) {
  .contact-us .web-banner {
    display: none;
  }
  .contact-us {
    width: 100% !important;
    margin: unset !important;
  }
}

@media screen and (min-width:768px) {
  .mobile-path {
    display: none;
  }
}

.contact-us {
  width: 1200px;
  margin: 104px auto 154px;
}

.contact-us .contact-box {
  margin-top: 72px;
}

.contact-us .contact-list {
  position: relative;
  float: left;
  width: 362px;
  height: 365px;
  background: url('../images/sucai-03-1.png') top center no-repeat;
  box-shadow: 0px 21px 24px 0px rgba(123, 123, 123, 0.3);
  opacity: 0.8;
  border-radius: 10px;
  margin-right: 38px;
  padding-top: 152px;
  text-align: center;
}

.contact-us .contact-list:nth-child(3) {
  background: url('../images/sucai-03-2.png') top center no-repeat; background-size: 110%;
}

.contact-us .contact-list:nth-child(2) {
  background: url('../images/sucai-03-3.png') top center no-repeat;
}

.contact-us .contact-list:last-child {
  margin-right: 0;
}

.contact-us .contact-list .wx-code {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
}

.contact-us .contact-list .wx-code img {
  width: 224px;
  height: 224px;
  margin: 71px auto;
}

.contact-us .contact-list:hover {
  transform: translateY(-15px);
}


.contact-us .contact-list .contact-tit {
  font-size: 27px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #262F48;
}

.contact-us .contact-list .contact-tit::after {
  content: '';
  position: absolute;
  top: 204px;
  left: 10%;
  width: 80%;
  height: 1px;
  background-color: #D9D9D9;
}

.contact-us .contact-list .content {
  margin-top: 28px;
  padding: 0 43px;
}

.contact-us .contact-list .s-vx-code {
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 5;
  width: 117px;
  height: 117px;
}

.contact-us .contact-list .s-vx-code img {
  width: 117px;
  height: 117px;
}

.contact-us .mobile-path {
  padding: .6rem 0;
}

.contact-us .mobile-path .tit {
  font-size: .33rem;
  font-weight: bold;
  color: #4F5354;
  text-align: center;
}

.contact-us .mobile-path .sub-tit {
  position: relative;
  font-size: .28rem;
  color: #CDCDCD;
  text-align: center;
}

.contact-us .mobile-path .sub-tit::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 40%;
  width: 20%;
  height: 1px;
  background: #F18B5B;
}

.contact-us .list-box {
  margin-top: .15rem;
  margin-bottom: 1rem;
}

.contact-us .list-box .list {
  float: left;
  width: 30%;
  min-height: 252.5px;
  height: 252.5px;
  /* margin-right: 5%; */
  margin: 0 1.667%;
  background-color: #fff;
  padding-bottom: 0.2rem;
}

.contact-us .list-box .list.active {
  box-shadow: 0px 5px 26px 1px rgba(0, 0, 0, 0.15);
}

/* .contact-us .list-box .list:last-child {
  margin-right: 0;
} */

.contact-us .list-box .list img {
  width: 100%;
  height: auto;
}

.contact-us .list-box .list .name {
  font-size: .17rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #58585F;
  text-align: center;
  margin: .12rem 0 .1rem;
}

.contact-us .list-box .list .describe {
  font-size: .17rem;
  font-family: Microsoft YaHei;
  color: #58585F;
  padding: 0 .17rem;
}

/* 机构宣传片 */

@media screen and (max-width:768px) {
  .foot-contain {
    display: none;
  }
}

.corporate-video .corporate-video-box {
  position: relative;
  margin-top: 136px;
}

.corporate-video .corporate-video-box img {
  width: 100%;
  height: auto;
}

.corporate-video .video-box {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 340px;
  background: #ccc;
}

.corporate-video .video-box .icon-start {
  display: block;
  width: 87px;
  height: 87px;
  background: url('../images/bofang.png') center center no-repeat;
  background-size: 87px 87px;
  margin: 127px auto;
}

.corporate-video {
  margin-bottom: 200px;
}

.my-map { margin: 0 auto; width: 500px; height: 300px; }
.amap-container{height: 100%;}

.line-down-courses{ display: none;}
.line-down-courses.active{ display: block;}
