body {
  background-color: #F6F6F6;
  color: #333;
}
header {
  background-color: #fff;
  position: relative;
}
header > img {
  width: 100%;
}
header .logo {
  position: absolute;
  height: 60px;
  top: 30px;
  width: 300px;
}
header .logo1 {
  left: calc((100% - 1200px) / 2);
}
header .logo2 {
  right: calc((100% - 1200px) / 2);
}
header .cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vw;
}
header .cont img:nth-child(1) {
  margin-bottom: 30px;
  width: 33vw;
}
header .cont img:nth-child(3) {
  margin-top: 30px;
  width: 100px;
}
.title-wrap {
  text-align: center;
  position: relative;
}
.title-wrap::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 57px;
  background-image: url("/resources/eenew/ztcourse/saifManager/images/title-icon.png");
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.title-wrap .title {
  font-weight: bold;
  display: inline-block;
  font-size: 24px;
  position: relative;
  color: #C9965E;
}
.title-wrap .title::before {
  content: '';
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 28px;
  height: 22px;
  background-image: url("/resources/eenew/ztcourse/saifManager/images/title-img1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.title-wrap .title::after {
  content: '';
  position: absolute;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 28px;
  height: 22px;
  background-image: url("/resources/eenew/ztcourse/saifManager/images/title-img2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.title-wrap .title small {
  font-weight: normal;
  font-size: 14px;
}
.title-wrap .title2 {
  font-weight: bold;
  font-size: 24px;
  color: #C9965E;
}
.title-wrap.white .title {
  color: #fff;
}
.title-wrap.white .title::before {
  background-color: #fff;
}
.color1 {
  color: #CC995D;
}
.color-main {
  color: #C9965E;
}
.color11 {
  color: #C9965E;
}
.color22 {
  color: #00468a;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-weight {
  font-weight: bold;
}
.fr {
  float: right;
}
.pc-hide {
  display: none;
}
#modular1 {
  margin-top: -1px;
  background-color: #fff;
  position: relative;
}
#modular1 .pp {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  top: -130px;
  font-size: 18px;
}
#modular1 .pp img {
  width: 1.2rem;
  margin-right: 30px;
}
#modular1 > img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
}
#modular1 .cont {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-top: 60px;
}
#modular1 .sm-content {
  margin-top: 50px;
  background-color: #003C8A;
  opacity: 0.8;
  border-radius: 0.3rem;
  padding: 0.3rem;
}
#modular1 .sm-content p {
  color: #fff;
  margin-bottom: 0.15rem;
}
.t {
  color: #CC995D;
  font-size: 24px;
  margin: 30px 0;
}
#modular2 .sm-value-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular2 .sm-value-wrap .sm-value-item {
  width: 49%;
  margin-bottom: 40px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
#modular2 .sm-value-wrap .sm-value-item .top {
  padding-left: 5px;
}
#modular2 .sm-value-wrap .sm-value-item .top p {
  color: #fff;
  font-size: 20px;
  padding-left: 20px;
  line-height: 50px;
  position: relative;
}
#modular2 .sm-value-wrap .sm-value-item .top::before {
  content: '';
  display: block;
  width: 10px;
}
#modular2 .sm-value-wrap .sm-value-item .bottom {
  padding: 15px 30px;
  height: calc(100% - 50px);
  background-image: linear-gradient(to bottom, #fffefd, #fdf5e6);
  position: relative;
}
#modular2 .sm-value-wrap .sm-value-item .bottom::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -1px;
  background-repeat: no-repeat;
}
#modular2 .sm-value-wrap .sm-value-item .bottom p {
  line-height: 1.8;
}
#modular2 .sm-value-wrap .sm-value-item .bottom p:not(:last-child) {
  margin-bottom: 10px;
}
#modular2 .sm-value-wrap .sm-value-item:nth-child(odd) {
  border-bottom: 1px solid #00468a;
}
#modular2 .sm-value-wrap .sm-value-item:nth-child(odd) .top {
  border-left: 5px solid #00468a;
}
#modular2 .sm-value-wrap .sm-value-item:nth-child(odd) .top p {
  background-image: linear-gradient(to right, #053c8a, #005bac);
}
#modular2 .sm-value-wrap .sm-value-item:nth-child(odd) .bottom::after {
  background-image: url("/resources/eenew/ztcourse/saifManager/images/value-cornor.png");
}
#modular2 .sm-value-wrap .sm-value-item:nth-child(even) {
  border-bottom: 1px solid #CC995D;
}
#modular2 .sm-value-wrap .sm-value-item:nth-child(even) .top {
  border-left: 5px solid #CC995D;
}
#modular2 .sm-value-wrap .sm-value-item:nth-child(even) .top p {
  background-image: linear-gradient(to right, #b58552, #d5a75d, #be8e52);
}
#modular2 .sm-value-wrap .sm-value-item:nth-child(even) .bottom::after {
  background-image: url("/resources/eenew/ztcourse/saifManager/images/value-cornor2.png");
}
#modular2,
#modular3,
#modular4,
#modular5,
#modular6,
#modular7 {
  padding-bottom: 0;
}
#modular3 .course-list .item {
  display: flex;
  flex-wrap: wrap;
}
#modular3 .course-list .c-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 15px;
  line-height: 1.7;
}
#modular3 .course-list .c-item:nth-child(odd) {
  width: 40%;
}
#modular3 .course-list .c-item:nth-child(even) {
  width: 60%;
}
#modular3 .course-list .c-item img {
  width: 20px;
  vertical-align: middle;
  margin-right: 15px;
}
#modular3 .course-list .c-item .font-weight {
  white-space: nowrap;
}
#modular4 .teacher {
  display: flex;
  flex-wrap: nowrap;
}
#modular4 .teacher p {
  color: #333;
}
#modular4 .teacher .l {
  margin-right: 50px;
}
#modular4 .teacher .r {
  flex: 1;
  padding: 30px;
  background: #C9965E url(../images/img2.png) no-repeat bottom right;
}
#modular4 .teacher .name {
  font-size: 20px;
  margin-bottom: 15px;
}
#modular5 .t-title {
  color: #CC995D;
  font-size: 20px;
  border-bottom: 2px solid #CC995D;
  padding-bottom: 10px;
  margin-top: 30px;
}
#modular5 .t-title:nth-child(1) {
  margin-top: 0;
}
#modular5 .sm-content {
  position: relative;
}
#modular5 .swiper-container {
  padding-bottom: 50px;
}
#modular5 .swiper-button-next {
  right: -40px;
}
#modular5 .swiper-button-prev {
  left: -40px;
}
#modular5 .swiper-button-next,
#modular5 .swiper-button-prev {
  background-image: unset;
}
#modular5 .swiper-button-next::after,
#modular5 .swiper-button-prev::after {
  display: none;
}
#modular5 .swiper-pagination-bullet {
  background: #C9965E;
}
#modular5 .t-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#modular5 .t-list .item {
  width: 33.33%;
  margin-top: 30px;
  padding-right: 30px;
}
#modular5 .t-list .item-row {
  width: 100%;
}
#modular5 .t-list .name {
  font-size: 18px;
  margin-bottom: 15px;
}
#modular5 .zhu {
  margin-top: 30px;
}
#modular6 .c-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular6 .item {
  flex: 1;
  text-align: center;
}
#modular6 .item img {
  width: 120px;
  margin-bottom: 30px;
}
#modular6 .item p {
  text-align: center;
  white-space: nowrap;
}
#modular7 .course-list .item {
  border: 1px solid #666;
  margin-bottom: 40px;
}
#modular7 .course-list .item .desc2 {
  color: #003d8d;
}
#modular7 .course-list .item:nth-child(odd) .title {
  background-color: #c6955e;
}
#modular7 .course-list .item:nth-child(odd) .title span {
  background-color: #875a23;
}
#modular7 .course-list .item:nth-child(odd) .desc2 {
  color: #8d612d;
}
#modular7 .course-list .item:nth-child(odd) .ll::after {
  border-right-color: #c6955e;
  border-bottom-color: #c6955e;
}
#modular7 .course-list .title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #003d8d;
  padding-left: 15px;
  line-height: 2;
}
#modular7 .course-list .title span {
  display: inline-block;
  background-color: #026db7;
  padding: 0 5px;
  margin-right: 15px;
}
#modular7 .course-list .info {
  padding: 15px;
  background-color: #fff;
}
#modular7 .course-list .ll {
  display: flex;
  flex-wrap: wrap;
  background-color: #F3F3F3;
  padding: 15px;
  position: relative;
  margin: 15px 0;
}
#modular7 .course-list .ll .att {
  color: #666;
}
#modular7 .course-list .ll::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #003C8A;
  border-bottom-color: #003C8A;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
#modular7 .course-list .ll.clearbg {
  background-color: unset;
  margin-top: 0;
  padding-top: 0;
}
#modular7 .course-list .ll.clearbg::after {
  display: none;
}
#modular7 .course-list .ll .ll-it {
  width: 33%;
  margin: 5px 0;
}
#modular7 .course-list .ll .ll-it.block {
  width: 100%;
}
#modular7 .course-list .ll .ll-it.ll-it-title {
  color: #8d612d;
  font-size: 16px;
}
#modular8 {
  padding-top: 0;
  padding-bottom: 0;
}
#modular8 .title-wrap::after {
  display: none;
}
#modular8 .img-wrap {
  width: 1000px;
  margin: 30px auto;
  text-align: center;
}
#modular8 .img-wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#modular8 .img-wrap2 img {
  width: 45%;
}
#modular8 .sch-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular8 .sch-list .sch-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#modular8 .sch-list .sch-item .left {
  margin-right: 30px;
}
#modular8 .sch-list .sch-item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#modular8 .sch-list .sch-item .text p {
  font-size: 18px;
}
#modular9 {
  background: url(../images/bg1.png) no-repeat center;
  background-size: cover;
  display: none;
}
#modular9 .title-img {
  width: 300px;
  text-align: center;
  margin: 0 auto 30px;
}
#modular9 .concat {
  line-height: 2;
}
#modular9 .concat.tel {
  font-size: 18px;
}
#modular9 .concat-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular9 .code-wrap {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
}
#modular9 .code-wrap .code {
  width: 160px;
  margin-right: 30px;
}
#modular9 .code-wrap .code img {
  margin-bottom: 15px;
}
#modular9 .code-wrap .code p {
  text-align: center;
}
#modular9 .address .item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
#modular9 .address .item .l {
  width: 30px;
  text-align: center;
  margin-right: 15px;
}
#modular9 .address .item:nth-child(2) .l img {
  width: 8px;
}
#modular9 .address .item p {
  padding-left: 15px;
}
#modular9 .address .item .add {
  font-weight: bold;
  border-left: 1px solid #333;
  line-height: 1;
  font-size: 18px;
  margin: 5px 0;
}
#modular10 .content {
  border: 1px solid #CC995D;
  border-radius: 15px;
  padding: 30px 40px;
  width: 100%;
}
#modular10 .content p {
  line-height: 1.8;
}
#modular10 .content p:not(:last-child) {
  margin-bottom: 10px;
}
#modular11 .student-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular11 .student-list .student-item {
  margin-bottom: 30px;
  width: 48%;
}
@media (max-width: 768px) {
  p {
    font-size: 0.24rem;
  }
  .pc-show {
    display: none;
  }
  .pc-hide {
    display: block;
  }
  .cont {
    padding: 0;
  }
  header.wrap {
    margin-top: 0.9rem;
  }
  header .logo {
    width: 3rem;
    height: 0.8rem;
    top: 0.6rem;
  }
  header .logo1 {
    left: 0.3rem;
  }
  header .logo2 {
    right: 0.3rem;
  }
  header .cont {
    justify-content: center;
    padding-top: unset;
  }
  header .cont img:nth-child(1) {
    margin-bottom: 0.3rem;
    width: unset;
  }
  header .cont img:nth-child(2) {
    width: 50%;
  }
  header .cont img:nth-child(3) {
    width: 1.2rem;
    margin-top: 0.15rem;
  }
  .title-wrap::after {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.6rem;
    background-size: cover;
  }
  .title-wrap .title {
    font-size: 0.32rem;
  }
  .title-wrap .title::before {
    width: 0.28rem;
    height: 0.32rem;
    left: -0.45rem;
  }
  .title-wrap .title::after {
    width: 0.28rem;
    height: 0.32rem;
    right: -0.45rem;
  }
  .title-wrap .title small {
    font-size: 0.24rem;
  }
  .title-wrap .title small.fr {
    position: relative;
    top: 0.1rem;
  }
  .title-wrap .title2 {
    font-size: 0.32rem;
  }
  .t {
    color: #CC995D;
    font-size: 0.28rem;
  }
  #modular1 {
    padding-bottom: 1rem;
    min-height: unset;
  }
  #modular1 .cont {
    padding-top: 1rem;
    position: relative;
    z-index: 10;
  }
  #modular1 .pp {
    font-size: 0.26rem;
    top: -0.6rem;
  }
  #modular1 .pp img {
    width: 1.5rem;
    margin-right: 0.3rem;
  }
  #modular1 .sm-content {
    margin-top: 0.3rem;
    font-size: 0.22rem;
  }
  #modular1 .sm-content p {
    margin-bottom: 0.15rem;
    line-height: 1.8;
  }
  #modular2 .sm-value-wrap .sm-value-item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  #modular2 .sm-value-wrap .sm-value-item .bottom {
    padding: 0.15rem 0.3rem 0.3rem;
    height: unset;
  }
  #modular2 .sm-value-wrap .sm-value-item .bottom::after {
    width: 0.4rem;
    height: 0.4rem;
  }
  #modular2 .sm-value-wrap .sm-value-item .top {
    padding-left: 0.05rem;
  }
  #modular2 .sm-value-wrap .sm-value-item .top p {
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  #modular2 .sm-value-wrap .sm-value-item .top:nth-child(odd) .top {
    border-left-width: 0.05rem;
  }
  #modular2 .sm-value-wrap .sm-value-item .top:nth-child(even) .top {
    border-left-width: 0.05rem;
  }
  #modular3 .course-list .item {
    display: block;
  }
  #modular3 .course-list .c-item {
    width: 100% !important;
    line-height: unset;
    align-items: flex-start;
  }
  #modular3 .course-list .c-item img {
    width: 0.3rem;
  }
  #modular3 .course-list .c-item p {
    flex: 1;
  }
  #modular3 .course-list .font-weight {
    font-size: 0.24rem;
  }
  #modular4 .teacher .l {
    width: 2rem;
    margin: 0;
  }
  #modular4 .teacher .r {
    padding: 0.15rem;
  }
  #modular4 .teacher p {
    font-size: 0.24rem;
  }
  #modular4 .teacher .name {
    font-size: 0.26rem;
    margin-bottom: 0.05rem;
    background-color: #C9965E;
  }
  #modular4 .teacher .desc {
    font-size: 0.22rem;
  }
  #modular5 .sm-content .swiper-button-next,
  #modular5 .sm-content .swiper-button-prev {
    display: none;
  }
  #modular5 .t-title {
    color: #CC995D;
    font-size: 0.28rem;
    border-bottom: 2px solid #CC995D;
    padding-bottom: 0.1rem;
    margin-top: 0.3rem;
  }
  #modular5 .t-title:nth-child(1) {
    margin-top: 0;
  }
  #modular5 .t-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #modular5 .t-list .item {
    width: 48%;
    margin-top: 0.3rem;
    padding-right: 0;
  }
  #modular5 .t-list .item.item-row {
    width: 100%;
  }
  #modular5 .t-list .name {
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
  }
  #modular5 .t-list .desc {
    font-size: 0.2rem;
  }
  #modular5 .zhu {
    margin-top: 0.3rem;
  }
  #modular6 .c-list {
    flex-wrap: wrap;
  }
  #modular6 .item {
    width: 50%;
    flex: unset;
    margin-bottom: 0.5rem;
  }
  #modular6 .item img {
    width: 2rem;
    margin-bottom: 0.3rem;
  }
  #modular6 .item p {
    font-size: 0.24rem;
    white-space: unset;
  }
  #modular7 .course-list .title {
    font-size: 0.28rem;
    line-height: 0.6rem;
    padding-left: 0.15rem;
  }
  #modular7 .course-list .title span {
    margin-right: 0.15rem;
  }
  #modular7 .course-list .info {
    padding: 5px;
  }
  #modular7 .course-list .ll {
    padding: 0.15rem;
  }
  #modular7 .course-list .ll .ll-it {
    width: 100%;
    font-size: 0.24rem;
  }
  #modular7 .course-list .ll .ll-it.ll-it-title {
    color: #8d612d;
    font-size: 0.26rem;
  }
  .t {
    margin: 0 auto;
  }
  #modular8 .img-wrap {
    width: 80%;
  }
  #modular8 .img-wrap2 {
    display: block;
  }
  #modular8 .img-wrap2 img {
    width: 80%;
    margin: 0.3rem auto;
  }
  #modular8 .sch-list .sch-item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  #modular8 .sch-list .sch-item .left {
    margin-right: 0.16rem;
    width: 0.8rem;
  }
  #modular8 .sch-list .sch-item .text p {
    font-size: 0.22rem;
  }
  #modular9 .concat-wrap {
    display: block;
  }
  #modular9 .code-wrap {
    justify-content: space-between;
    padding: 0 1rem;
  }
  #modular9 .code-wrap .code {
    margin-right: 0;
    width: 2rem;
  }
  #modular9 .address {
    margin-top: 0.5rem;
  }
  #modular9 .address .item .add {
    font-size: 0.28rem;
  }
  #modular10 .content {
    border-radius: 0.15rem;
    padding: 0.3rem 0.4rem;
  }
  #modular10 .content p:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  #modular11 .student-list .student-item {
    margin-bottom: 0.3rem;
    width: 100%;
  }
  #backDown {
    width: 1rem;
    height: 1rem;
    position: fixed;
    top: 70.5%;
    left: 82%;
    z-index: 99999;
  }
  #backDown img {
    position: relative;
    width: 100%;
    height: auto;
    left: unset;
    top: unset;
  }
  #backDown p {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */