.fL {
  float: left;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 1.4375rem;
  background: #fff;
  z-index: 10000000000000000000;
}

.header .topline {
  height: 0.046875rem;
  width: 100%;
  background-color: #a30245;
}

.header .topLogo {
  width: 1.09375rem;
  height: 0.78125rem;
  position: absolute;
  left: calc(50% - 0.546875rem);
  top: calc(50% - 0.390625rem);
}

.header .topSlider {
  position: absolute;
  top: calc(50% - 0.390625rem);
  right: 0.625rem;
  width: 1.5625rem;
  height: 0.78125rem;
}

.header .topSlider img {
  width: 0.375rem;
  height: 0.296875rem;
  position: absolute;
  top: 0.234375rem;
  right: 0;
}

.header .black {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(1, 1, 1, 0.7);
  display: none;
}

.header .menu {
  font-size: 0.328125rem;
  position: absolute;
  color: #a30245;
  top: calc(50% - 0.15625rem);
  left: 0.3125rem;
  line-height: 1;
  font-weight: 700;
}

.header .slider {
  width: 5rem;
  height: 16.1875rem;
  background-color: #fff;
  background-image: url("../image/slider_nav.png");
  background-repeat: no-repeat;
  background-size: 6.1875rem 3.5625rem;
  background-position: 0 12.625rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  overflow: hidden;
  display: none;
}

.header .slider > .wrap {
  width: 5rem;
  height: 16.1875rem;
  padding-left: 0.3125rem;
}

.header .slider .cancel {
  width: 0.53125rem;
  height: 0.53125rem;
  position: absolute;
  right: 0.40625rem;
  top: 0.40625rem;
}

.header .slider a.top {
  margin: 1.015625rem 0 0.578125rem 0;
  overflow: hidden;
  display: block;
  width: 30%;
}

.header .slider a.top img {
  width: 0.265625rem;
  height: 0.234375rem;
  float: left;
  margin-top: 0.078125rem;
}

.header .slider a.top div {
  float: left;
  margin-left: 0.15625rem;
  font-size: 0.3125rem;
  font-weight: 700;
  color: #a30245;
}

.header .slider .title {
  height: 0.46875rem;
  background-color: #fff;
  border-left: 0.15625rem solid #a30245;
  padding-left: 0.3125rem;
  margin-bottom: 0.78125rem;
  display: block;
}

.header .slider .title p {
  color: #a30245;
  font-size: 0.28125rem;
  line-height: 0.46875rem;
  font-weight: 700;
}

.header .slider .title.mb {
  margin-bottom: 0.5625rem;
}

.header .slider ul {
  margin-bottom: 0.9375rem;
}

.header .slider ul li {
  border-top: 1px solid #f7f7f7;
  color: #a30245;
  font-size: 0.28125rem;
  height: 0.96875rem;
  padding-left: 0.46875rem;
}

.header .slider ul li a {
  display: -webkit-box;
  display: flex;
  color: #a30245;
}

.header .slider ul li a p:nth-child(1) {
  width: 1.4375rem;
}

.header .slider ul li a p:nth-child + p {
  -webkit-box-flex: 1;
          flex: 1;
}

.header .slider ul li a p {
  line-height: 0.96875rem;
}

.header .slider ul li:first-child {
  border: none;
}

.header .slider .enroll {
  display: block;
  width: 2.90625rem;
  height: 0.71875rem;
  color: #fff;
  background-color: #a30245;
  text-align: center;
  line-height: 0.71875rem;
  border-radius: 0.46875rem;
  margin-left: calc(50% - 1.484375rem);
  margin-top: 1.328125rem;
}

.banner {
  width: 100%;
  margin-bottom: 0.46875rem;
  margin-top: 1.4375rem;
}

.banner img {
  width: 100%;
  height: 2.9375rem;
}

.content {
  padding: 0 0.53125rem 0.703125rem 0.53125rem;
  overflow: hidden;
}

.content p.type_01 {
  text-align: justify;
  margin-bottom: 0.46875rem;
  color: #666;
}

.content p.type_02 {
  text-align: left;
  line-height: 1.7;
  color: #333;
  font-weight: 700;
  position: relative;
}

#about_01 {
  padding: 0 1.09375rem;
}

#about_01 .main {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 0.53125rem;
  width: 100%;
}

#about_01 .main p.type_01 {
  line-height: 0.59375rem;
  text-align: justify;
  font-size: 0.328125rem;
}

#about_01 .main p.type_02 {
  line-height: 1.3;
  font-size: 0.328125rem;
  margin-bottom: 0.9375rem;
}

#about_01 .main p.ex {
  margin: 0.9375rem 0;
}

#about_01 .main .quotes_e {
  width: 0.328125rem;
  height: 0.265625rem;
}

#about_01 .main .quotes_b {
  width: 0.328125rem;
  height: 0.265625rem;
  margin-right: 0.15625rem;
}

#about_01 .main .signature {
  width: 1.265625rem;
  height: 0.734375rem;
  position: absolute;
  bottom: -0.15625rem;
  left: 3.59375rem;
}

#about_01 .top {
  margin-bottom: 0.390625rem;
}

#about_01 .top img {
  width: 5.234375rem;
  height: 2.6875rem;
  margin-left: calc(50% - 2.609375rem);
}

#about_02 {
  padding: 0.625rem 0;
}

#about_02 .con {
  padding: 0 0.625rem;
}

#about_02 .type_02 {
  margin-bottom: 0.46875rem;
  line-height: 0.59375rem;
  font-size: 0.328125rem;
}

#about_02 .type_01 {
  line-height: 0.59375rem;
  font-size: 0.328125rem;
}

#about_02 .type_03 {
  font-size: 0.40625rem;
  line-height: 0.75rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding-left: 0.3125rem;
}

#about_02 .type_03 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0.171875rem;
  height: 0.40625rem;
  width: 0.09375rem;
  background: #971f46;
}

#about_02 .mb {
  margin-bottom: 1.25rem;
}

#about_02 .tb {
  background-color: #fff;
}

#about_02 .tb .prog {
  display: none;
}

#about_02 .tb .prog .ex {
  font-size: 0.265625rem;
}

#about_02 .tb > .tr {
  position: relative;
  display: none;
}

#about_02 .tb > .tr .th {
  background-color: #f5f5f5;
  color: #a30245;
  font-size: 0.328125rem;
  height: 1.25rem;
  text-indent: 0.625rem;
  line-height: 1.25rem;
  position: relative;
}

#about_02 .tb > .tr p {
  padding: 0 0.625rem;
  margin-bottom: 0.46875rem;
  font-size: 0.28125rem;
  line-height: 0.59375rem;
}

#about_02 .tb > .tr p:first-child {
  margin-top: 0.46875rem;
}

#about_02 .tb > .tr:nth-child(1) {
  border-bottom: 1px solid #e3e3e3;
  height: 1.25rem;
  text-align: left;
  display: block;
  box-sizing: content-box;
}

#about_02 .tb .hide {
  display: none;
}

#about_02 .btn {
  position: absolute;
  top: calc(50% - 0.3125rem);
  right: 0.421875rem;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../image/btn_02.png") no-repeat;
  background-size: 0.21875rem 0.21875rem;
  background-position: 0.203125rem;
  transition: all 0.5s;
}

#about_02 .btn.on {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#about_03 ul {
  overflow: hidden;
  position: relative;
  height: 13.28125rem;
}

#about_03 ul li {
  width: 4.96875rem;
  position: absolute;
  font-size: 0.28125rem;
}

#about_03 ul li .year {
  font-size: 0.46875rem;
  color: #a30345;
  position: absolute;
  top: 0.0625rem;
}

#about_03 ul li .wrap {
  width: 3.46875rem;
  padding: 0.15625rem 0;
  padding-right: 0.1875rem;
  background-color: #f9bd27;
}

#about_03 ul li .des {
  font-size: 0;
  color: #fff;
}

#about_03 ul li .des span {
  font-size: 0.1875rem;
}

#about_03 ul li .des .deepen {
  color: #a30245;
}

#about_03 ul li .sign {
  width: 0.171875rem;
  height: 0.125rem;
  position: absolute;
  top: 0.90625rem;
}

#about_03 ul li .text_bg {
  width: 0.40625rem;
  height: 0.546875rem;
  position: absolute;
  top: -0.0625rem;
}

#about_03 ul li:nth-child(odd) {
  left: 0;
}

#about_03 ul li:nth-child(odd) .year {
  left: 3.96875rem;
}

#about_03 ul li:nth-child(odd) .wrap {
  padding-left: 0.1875rem;
}

#about_03 ul li:nth-child(odd) .sign {
  right: 0.375rem;
}

#about_03 ul li:nth-child(odd) .text_bg {
  left: 3.46875rem;
}

#about_03 ul li:nth-child(even) {
  right: 0;
}

#about_03 ul li:nth-child(even) .wrap {
  margin-left: 1.5rem;
  padding-right: 0.25rem;
}

#about_03 ul li:nth-child(even) .year {
  left: 0;
}

#about_03 ul li:nth-child(even) .des {
  padding-left: 0.28125rem;
}

#about_03 ul li:nth-child(even) .sign {
  left: 0.4375rem;
}

#about_03 ul li:nth-child(even) .text_bg {
  right: 3.46875rem;
}

#about_03 ul li:nth-child(1) {
  top: 0;
}

#about_03 ul li:nth-child(2) {
  top: 1.25rem;
}

#about_03 ul li:nth-child(3) {
  top: 2.5rem;
}

#about_03 ul li:nth-child(4) {
  top: 3.75rem;
}

#about_03 ul li:nth-child(5) {
  top: 5rem;
}

#about_03 ul li:nth-child(6) {
  top: 6.25rem;
}

#about_03 ul li:nth-child(7) {
  top: 7.5rem;
}

#about_03 ul li:nth-child(8) {
  top: 8.75rem;
}

#about_03 ul li:nth-child(9) {
  top: 10.3125rem;
}

#about_03 ul li:nth-child(10) {
  top: 11.71875rem;
}

#about_04 .type_02 {
  margin: 0.46875rem 0 0.15625rem 0;
}

#about_04 .type_01 {
  margin-bottom: 0;
  line-height: 1.7;
}

#about_04 .type_03 {
  font-size: 0.1875rem;
  margin: 0.78125rem 0;
}

#about_04 .deepen {
  color: #a30345;
}

#about_04 .title {
  width: 100%;
  height: 0.6875rem;
  line-height: 0.75rem;
  font-size: 0.28125rem;
  color: #fff;
  background-color: #a30345;
  text-align: center;
}

#about_04 .step {
  position: relative;
  overflow: hidden;
  padding: 0.3125rem;
}

#about_04 .step a {
  color: #a30345;
}

#about_04 .step .type_01 {
  font-size: 0.25rem;
  text-align: center;
}

#about_04 .step .signdown {
  width: 0.109375rem;
  height: 0.078125rem;
  float: left;
  margin-left: 4.21875rem;
  margin-top: 0.40625rem;
}

#about_04 .step:nth-child(8) .type_01 {
  float: left;
  width: 6.25rem;
  font-size: 0.25rem;
  text-align: left;
}

#about_04 .step:nth-child(8) .type_01:nth-child(1) {
  margin-top: 0.46875rem;
}

#about_04 .step:nth-child(8) .QRcode {
  width: 1.734375rem;
  height: 1.734375rem;
  float: right;
}

#about_04 .pay {
  padding-left: 0.28125rem;
  overflow: hidden;
  margin: 0.09375rem 0;
  /*white-space: nowrap;*/
}

#about_04 .pay p {
  float: left;
  display: inline;
  margin: 0;
  font-size: 0.28125rem;
  /*white-space: nowrap;*/
}

#about_04 .add {
  width: 150%;
}

#about_04 .ex {
  margin-bottom: 0.625rem;
}

#RA ul.btnWrap {
  overflow: hidden;
  width: 100%;
  margin-left: calc(50% - 2.3125rem);
}

#RA ul.btnWrap li {
  width: 2.3125rem;
  height: 0.71875rem;
  float: left;
  text-align: center;
  line-height: 0.78125rem;
  font-size: 0.28125rem;
}

#RA ul.btnWrap .active {
  background-color: #f2be4c;
  color: #fff;
}

#RA ul.actWrap li {
  height: 3.03125rem;
  border-top: 1px solid #f5f5f5;
  overflow: hidden;
}

#RA ul.actWrap li .dateWrap {
  width: 1rem;
  height: 1.1875rem;
  margin-top: 0.9375rem;
  float: left;
  margin-right: 0.5625rem;
}

#RA ul.actWrap li .dateWrap > div {
  float: left;
  width: 100%;
  height: 50%;
  text-align: center;
  line-height: 0.59375rem;
}

#RA ul.actWrap li .dateWrap .month {
  background-color: #a30345;
  color: #fff;
  font-size: 0.3125rem;
}

#RA ul.actWrap li .dateWrap .date {
  background-color: #f5f5f5;
  color: #a30345;
}

#RA ul.actWrap li .info {
  float: left;
  margin-top: 1.03125rem;
  width: 7.3rem;
}

#RA ul.actWrap li .info .title {
  font-weight: 700;
  font-size: 0.3125rem;
  margin-bottom: 0.15625rem;
  height: 0.43rem;
overflow: hidden;
}

#RA ul.actWrap li .info .address {
  font-size: 0.25rem;
  height: 0.4rem;
overflow: hidden;
}

#RA ul.actWrap li:first-child {
  border: none;
}

#AD {
  margin-top: 1.4375rem;
}

#AD .topPart {
  overflow: hidden;
}

#AD .topPart .titleWrap {
  font-size: 0.375rem;
  line-height: 0.46875rem;
  font-weight: 700;
  float: left;
  margin: 0.28125rem 0;
}

#AD .topPart .clickEnroll {
  width: 2.84375rem;
  height: 0.65625rem;
  border: 1px solid #a30345;
  color: #a30345;
  text-align: center;
  line-height: 0.65625rem;
  font-size: 0.28125rem;
  border-radius: 0.46875rem;
  float: right;
  margin-top: 0.375rem;
  margin-right: 0.15625rem;
}

#AD .tb {
  background-color: #fafafa;
  margin-bottom: 0.3125rem;
}

#AD .tb .tr {
  width: 8.9375rem;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}

#AD .tb .tr .th {
  float: left;
  width: 1.546875rem;
  height: 0.65625rem;
  font-size: 0.28125rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.75rem;
  background-color: #e6e6e6;
}

#AD .tb .tr .td {
  float: left;
  width: 7.390625rem;
  height: 0.65625rem;
  color: #666;
  font-size: 0.25rem;
  line-height: 0.75rem;
  padding-left: 0.5625rem;
}

#AD .tb .area {
  padding: 0.15625rem 0.71875rem 0.3125rem 0.71875rem;
}

#AD .tb .area .type_02 {
  margin-bottom: 0.3125rem;
}

#AD .tb .area .type_01 {
  line-height: 0.40625rem;
  text-align: justify;
}

#AD .type_02 {
  margin-top: 0.3125rem;
}

#AD .type_01 {
  margin-bottom: 0;
  line-height: 0.5625rem;
  font-size: 0.25rem;
}

#AD .wrap {
  overflow: hidden;
  margin-bottom: 0.3125rem;
}

#AD .wrap > p.type_01 {
  width: 5.9375rem;
  float: left;
}

#AD .wrap .person {
  float: left;
  margin-left: 0.375rem;
}

#AD .wrap .person img {
  width: 2.53125rem;
  height: 3.8125rem;
}

#AD .wrap .person .type_02 {
  font-size: 0.28125rem;
  text-align: center;
}

#teacher ul li {
  overflow: hidden;
  margin-bottom: 0.15625rem;
  border-bottom: 1px solid #ddd;
}

#teacher ul li .avatar {
  float: left;
  width: 2.328125rem;
  height: 2.328125rem;
  margin-right: 0.625rem;
}

#teacher ul li .info {
  float: left;
}

#teacher ul li .info .name {
  font-size: 0.4375rem;
  margin: 0.09375rem 0;
}

#teacher ul li .info p.type_01 {
  margin: 0;
  line-height: 0.46875rem;
  max-width: 5.7rem;
}

#teacher .nextPage {
  width: 0.234375rem;
  height: 0.140625rem;
  margin-top: 0.40625rem;
  margin-left: calc(50% - 0.109375rem);
}

#TD {
  padding-top: 1.4375rem;
}

#TD > .avatar {
  width: 3.6875rem;
  height: 3.6875rem;
  margin-left: calc(50% - 1.84375rem);
}

#TD p {
  text-align: center;
}

#TD > .name {
  font-size: 0.46875rem;
  margin: 0.390625rem 0 0.15625rem 0;
  font-weight: 700;
}

#TD p.type_01 {
  margin: 0;
  line-height: 0.46875rem;
  font-size: 0.3125rem;
}

#TD .diamond {
  width: 0.203125rem;
  height: 0.203125rem;
  margin-top: 0.3125rem;
  margin-left: calc(50% - 0.09375rem);
}

#TD > p.title {
  font-size: 0.375rem;
  font-weight: 700;
  margin-top: 0.3125rem;
}

#TD p.type_02 {
  font-weight: 400;
}

#TD .otherTeacher {
  margin-top: 0.46875rem;
}

#TD .otherTeacher .moduletitle {
  border-left: 5px solid #a30245;
  overflow: hidden;
  height: 0.390625rem;
  margin-bottom: 0.4375rem;
  font-size: 0;
}

#TD .otherTeacher .moduletitle > a {
  display: inline-block;
  color: #a30245;
  margin-left: 0.15625rem;
  font-size: 0.3125rem;
  line-height: 0.390625rem;
  vertical-align: middle;
}

#TD .otherTeacher .moduletitle img {
  display: inline-block;
  margin-left: 0.25rem;
  width: 0.140625rem;
  height: 0.234375rem;
  vertical-align: middle;
}

#TD .otherTeacher ul {
  overflow: hidden;
}

#TD .otherTeacher ul li {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 2.140625rem;
  height: 2.140625rem;
  margin-left: 0.125rem;
}

#TD .otherTeacher ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

#TD .otherTeacher ul li img {
  width: 100%;
  height: 100%;
}

#TD .otherTeacher ul li .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.21875rem;
  height: 0.5625rem;
  font-size: 0.25rem;
  color: #fff;
  background-color: #a30245;
  text-align: center;
  line-height: 0.5625rem;
}

#TD .otherTeacher ul li:first-child {
  margin: 0;
}

#course.npb {
  padding-bottom: 0;
}

#course {
  padding-left: 0;
  padding-right: 0;
}

#course .intro {
  padding: 0 0.78125rem 0.46875rem 0.78125rem;
  font-size: 0.328125rem;
  line-height: 0.59375rem;
}

#course .whiteLine {
  height: 0.3125rem;
  background: #f7f7f7;
  width: 100%;
}

#course > .title {
  text-align: center;
  font-size: 0.3125rem;
  color: #a30245;
  height: 1.34375rem;
  padding-top: 0.46875rem;
}

#course > .title p {
  margin-bottom: 0.15625rem;
  line-height: 1;
}

#course > .title .line {
  width: 1.1875rem;
  height: 2px;
  background-color: #a30245;
  margin: 0 auto;
}

#course .tb {
  background-color: #fff;
}

#course .tb .prog {
  display: none;
}

#course .tb .prog .ex {
  font-size: 0.265625rem;
}

#course .tb > .tr {
  position: relative;
  display: none;
}

#course .tb > .tr .th {
  background-color: #f5f5f5;
  color: #a30245;
  font-size: 0.328125rem;
  height: 1.25rem;
  text-indent: 1.671875rem;
  line-height: 1.25rem;
  position: relative;
}

#course .tb > .tr .th .icon {
  width: 0.625rem;
  height: 0.546875rem;
  position: absolute;
  background-image: url("../image/icons_course.png");
  background-repeat: no-repeat;
  background-size: 3.75rem 0.546875rem;
  background-position-x: 0;
  top: 0.34375rem;
  left: 0.703125rem;
}

#course .tb > .tr .td {
  height: 1.40625rem;
  text-align: center;
  background-color: #fff;
  font-size: 0.28125rem;
  margin-top: 0.1875rem;
  padding-top: 0.3125rem;
}

#course .tb > .tr .td .title {
  font-weight: 700;
}

#course .tb > .tr:nth-child(1) {
  border-bottom: 1px solid #e3e3e3;
  height: 1.25rem;
  text-align: left;
  display: block;
  box-sizing: content-box;
}

#course .tb .hide {
  display: none;
}

#course .tb_01 .prog .tr {
  padding: 0 0.546875rem;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
  height: 1.875rem;
}

#course .tb_01 .prog .tr .td {
  width: 50%;
  float: left;
  height: 1.40625rem;
  text-align: center;
  background-color: #fff;
  font-size: 0.28125rem;
  margin-top: 0.1875rem;
  padding-top: 0.3125rem;
}

#course .tb_01 .prog .tr .td .title {
  font-weight: 700;
}

#course .tb_01 .prog .tr .td:nth-child(odd) {
  padding-left: 0.734375rem;
  text-align: left;
}

#course .tb_01 .prog .tr .td:nth-child(even) {
  padding-left: 0.546875rem;
  text-align: left;
}

#course .tb_01 > .tr:nth-child(1) {
  padding: 0;
}

#course .tb_02 .tr {
  height: 1.09375rem;
  line-height: 1.09375rem;
  text-align: center;
  font-size: 0.28125rem;
  border-bottom: 1px solid #f5f5f5;
}

#course .tb_02 .hide {
  display: none;
}

#course .tb_02 .tr:first-child {
  display: block;
}

#course .tb_02 .tr:first-child .th .icon {
  background-position-x: -0.625rem;
}

#course .tb_03 .tr {
  height: 1.09375rem;
  line-height: 1.09375rem;
  text-align: center;
  font-size: 0.28125rem;
  border-bottom: 1px solid #f5f5f5;
}

#course .tb_03 .hide {
  display: none;
}

#course .tb_03 .tr:first-child {
  display: block;
}

#course .tb_03 .tr:first-child .th .icon {
  background-position-x: -1.25rem;
}

#course .tb_04 .prog > .tr {
  padding: 0.53125rem 0 0.53125rem 1.03125rem;
  position: relative;
}

#course .tb_04 > .tr:nth-child(1) {
  padding: 0;
}

#course .tb_04 > .tr:nth-child(1) .th .icon {
  background-position-x: -1.875rem;
}

#course .tb_04 .tdd {
  text-align: left;
}

#course .tb_04 .tdd .dh {
  width: 2.96875rem;
  height: 0.703125rem;
  border-left: #a30245 3px solid;
  margin-bottom: 0.59375rem;
  position: relative;
}

#course .tb_04 .tdd .dh .icon {
  width: 0.21875rem;
  height: 0.3125rem;
  background: url("../image/dh_on.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.234375rem;
  left: -0.3125rem;
  display: none;
}

#course .tb_04 .tdd .dh .tr {
  height: 50%;
  border: none;
}

#course .tb_04 .tdd .dh .th {
  height: 100%;
  font-size: 0.25rem;
  line-height: 0.34375rem;
  background: none;
  text-indent: 0.1875rem;
  color: #333;
}

#course .tb_04 .tdd .dh .td {
  margin-top: 0;
  padding-top: 0;
  text-indent: 0.1875rem;
  text-align: left;
  font-size: 0.28125rem;
  line-height: 0.359375rem;
}

#course .tb_04 .tdd .dd {
  position: absolute;
  left: 4.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

#course .tb_04 .tdd .dd p {
  margin-bottom: 0.421875rem;
  position: relative;
  font-size: 0.28125rem;
}

#course .tb_04 .tdd .dd p span:nth-child(2) {
  font-size: 0.28125rem;
  padding-left: 0.3125rem;
}

#course .tb_04 .tdd .dd p span:nth-child(1) {
  color: #a30245;
  font-size: 0.46875rem;
  position: absolute;
  top: -0.15625rem;
  left: 0;
}

#course .tb_04 .tdd .dd p:last-child {
  margin-bottom: 0;
}

#course .tb_04 .tdd .dd .ex {
  padding-left: 0.3125rem;
}

#course .tb_04 .tdd:last-child .dh {
  margin-bottom: 0;
}

#course .tb_04 .tdd.on .dh {
  border: none;
  color: #a30245;
}

#course .tb_04 .tdd.on .dh .th {
  color: #a30245;
}

#course .tb_04 .tdd.on .icon {
  display: block;
}

#course .tb_05 .tr {
  height: 1.09375rem;
  line-height: 1.09375rem;
  text-align: center;
  font-size: 0.28125rem;
  border-bottom: 1px solid #f5f5f5;
}

#course .tb_05 .tr:nth-child(1) .th .icon {
  background-position-x: -2.5rem;
}

#course .tb_06 .tr {
  height: 1.09375rem;
  line-height: 1.09375rem;
  text-align: center;
  font-size: 0.28125rem;
  border-bottom: 1px solid #f5f5f5;
}

#course .tb_06 .hide {
  display: none;
}

#course .tb_06 .tr:first-child {
  display: block;
}

#course .tb_06 .tr:first-child .th .icon {
  background-position-x: -3.125rem;
}

#course .btn {
  position: absolute;
  top: calc(50% - 0.3125rem);
  right: 0.421875rem;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../image/btn_02.png") no-repeat;
  background-size: 0.21875rem 0.21875rem;
  background-position: 0.203125rem;
  transition: all 0.5s;
}

#course .btn.on {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#newsInfo .news_01 {
  font-size: 0.25rem;
}

#newsInfo .news_01 > img {
  width: 8.90625rem;
  height: 4.6875rem;
  margin-bottom: 0.4375rem;
}

#newsInfo .news_01 .title {
  font-size: 0.53125rem;
  font-weight: 700;
  margin-bottom: 0.125rem;
}

#newsInfo .news_01 .date {
  color: #94003a;
  margin-bottom: 0.234375rem;
}

#newsInfo .news_01 p.type_01 {
  line-height: 0.46875rem;
}

#newsInfo .news_01 .more {
  overflow: hidden;
  display: block;
  font-weight: 700;
  font-size: 0.3125rem;
  margin-bottom: 0.625rem;
}

#newsInfo .news_01 .more > div {
  float: left;
}

#newsInfo .news_01 .more img {
  float: left;
  width: 0.140625rem;
  height: 0.234375rem;
  margin-top: 0.0625rem;
  margin-left: 0.15625rem;
}

#newsInfo .nextpage {
  width: 0.234375rem;
  height: 0.140625rem;
  margin-top: 0.46875rem;
  margin-left: calc(50% - 0.109375rem);
}

#newsInfo ul li {
  border-top: 1px solid #f5f5f5;
  height: 1.4375rem;
  font-size: 0.28125rem;
}

#newsInfo ul li .title {
  margin-top: 0.3125rem;
}

#newsInfo ul li .date {
  color: #94003a;
}

#newsDetail {
  margin-top: 1.4375rem;
}

#newsDetail .title {
  font-size: 0.46875rem;
  text-align: center;
  font-weight: 700;
}

#newsDetail .date {
  font-size: 0.28125rem;
  color: #94003a;
  text-align: center;
  margin-bottom: 0.46875rem;
}

#newsDetail p.type_02 {
  font-size: 0.375rem;
  text-align: center;
  margin-bottom: 0.3125rem;
}

#newsDetail p.type_01 {
  line-height: 0.46875rem;
  text-align: justify-all;
}

#newsDetail img {
  width: 8.9375rem;
  height: 7.140625rem;
  margin-bottom: 0.3125rem;
}

#index {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 1.4375rem;
}

#index .billWrap {
  height: 5rem;
  background: url("../image/kv.png") no-repeat;
  background-size: cover;
}

#index .billWrap .billboard {
  width: 3.28125rem;
  height: 4.0625rem;
  float: left;
  margin-left: 0.53125rem;
}

#index .billWrap .billboard .boardTitle {
  font-size: 0.703125rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem;
  width: 3.0625rem;
  text-align: center;
}

#index .billWrap .billboard .boardDes {
  color: #fff;
  font-size: 0.1875rem;
  line-height: 0.375rem;
  margin-bottom: 0.171875rem;
  width: 4.140625rem;
  height: 0.984375rem;
  background: rgba(1, 1, 1, 0.2);
  padding: 0 0.109375rem;
  text-align: justify;
}

#index .billWrap .billboard .boardLink {
  width: 2.34375rem;
  height: 0.5rem;
  border: 1px #a30245 solid;
  color: #fff;
  background-color: #b10048;
  line-height: 0.453125rem;
  font-size: 0.21875rem;
  position: relative;
  text-indent: 0.109375rem;
  margin-left: 0.078125rem;
  display: block;
}

#index .billWrap .billboard .boardLink img {
  width: 0.109375rem;
  height: 0.203125rem;
  position: absolute;
  right: 0.109375rem;
  top: 0.109375rem;
}

#index > .title {
  background: #fff;
  color: #a30245;
  height: 0.90625rem;
  border-top: 1px solid #b10047;
  display: block;
}

#index > .title img {
  float: left;
  margin: 0.34375rem 0.15625rem 0 3.875rem;
  height: 0.328125rem;
}

#index > .title div {
  float: left;
  margin-top: 0.21875rem;
  font-size: 0.375rem;
}

#index .type_01 {
  padding: 0 0.53125rem 0 0.53125rem;
  overflow: hidden;
}

#index .type_01 .path_02 {
  float: left;
  padding-bottom: 0.25rem;
  width: 100%;
}

#index .type_01 .path_02 p:nth-child(3) {
  font-size: 0.453125rem;
  line-height: 0.625rem;
  color: #a30245;
  font-weight: 700;
}

#index .type_01 .path_02 p:nth-child(2) {
  font-size: 0.28125rem;
  line-height: 1.5;
}

#index .type_01 .path_02 p:nth-child(4) {
  font-size: 0.21875rem;
  line-height: 2;
}

#index .type_01 .path_02 p:nth-child(5) {
  font-size: 0.21875rem;
  line-height: 2;
}

#index .type_01 .path_02 .line {
  width: 1.5rem;
  height: 1px;
  background: #a30245;
  margin: 0.234375rem 0;
}

#index .type_01 .path_02 .wrap {
  float: left;
  width: 60%;
}

#index .type_01 .path_02 .wrap ul {
  float: left;
  overflow: hidden;
}

#index .type_01 .path_02 .wrap ul li {
  overflow: hidden;
  margin-bottom: 0.234375rem;
}

#index .type_01 .path_02 .wrap ul li img {
  width: 0.25rem;
  height: 0.25rem;
  float: left;
  margin-left: 0;
}

#index .type_01 .path_02 .wrap ul li p {
  float: left;
  color: #a30245;
  font-size: 0.1875rem;
  line-height: 1.5;
  margin-left: 0.078125rem;
}

#index .type_01 .path_02 .wrap > img {
  width: 0.625rem;
  height: 0.9375rem;
  float: right;
  margin-left: 0.625rem;
  margin-top: 0.4375rem;
}

#index .type_01 .path_02 .wrap:nth-child(2) {
  margin-top: 1.0625rem;
  width: 40%;
}

#index .type_01 .path_02 .wrap:nth-child(2) > img {
  margin-left: 0.15625rem;
  margin-top: 0.3125rem;
}

#index .type_01 .path_01 {
  height: 2.390625rem;
  background-size: 8.578125rem 2.015625rem;
  background-image: url("../image/teachers.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  display: -webkit-box;
  display: flex;
}

#index .type_01 .path_01 a {
  display: inline-block;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#index .type_02 {
  /*padding: 40px 56px 0px 56px;*/
  padding: 0 0.53125rem;
}

#index .type_02 ul {
  margin: 0.3125rem auto;
  width: 8.46875rem;
  overflow: hidden;
}

#index .type_02 ul li {
  /*width: 132px;*/
  height: 2.0625rem;
  width: 1.40625rem;
  float: left;
}

#index .type_02 ul li a {
  width: 100%;
  display: block;
}

#index .type_02 ul li a .icon {
  width: 0.859375rem;
  height: 0.78125rem;
  background-image: url("../image/courses.png");
  background-size: 5.15625rem 0.78125rem;
  background-repeat: no-repeat;
  margin: 0 auto;
}

#index .type_02 ul li div {
  font-size: 0.21875rem;
  color: #333333;
  text-align: center;
  margin-top: 0.25rem;
  width: 0.9375rem;
  margin: 0 auto;
}

#index .type_02 ul li:nth-child(1) .icon {
  background-position-x: 0;
}

#index .type_02 ul li:nth-child(2) .icon {
  background-position-x: -0.859375rem;
}

#index .type_02 ul li:nth-child(3) .icon {
  background-position-x: -1.71875rem;
}

#index .type_02 ul li:nth-child(4) .icon {
  background-position-x: -2.578125rem;
}

#index .type_02 ul li:nth-child(5) .icon {
  background-position-x: -3.4375rem;
}

#index .type_02 ul li:nth-child(6) .icon {
  background-position-x: -4.296875rem;
}

#index .type_03 {
  padding: 0.546875rem 0 0.625rem 0.275rem;
  overflow: hidden;
}

#index .type_03 .p_title {
  color: #b10047;
  text-indent: 0.40625rem;
  font-size: 0.28125rem;
  float: left;
  width: 100%;
  margin-bottom: 0.28125rem;
}

#index .type_03 .path_01 {
  float: left;
  width: 3.21875rem;
  overflow: hidden;
}

#index .type_03 .path_01 ul {
  float: left;
  margin-left: 0.3125rem;
  font-size: 0.21875rem;
  color: #333;
}

#index .type_03 .path_01 ul li {
  margin-top: 0.1875rem;
}

#index .type_03 .path_01 ul li:first-child {
  margin-top: 0;
}

#index .type_03 .path_01 ul .active {
  font-weight: 700;
  color: #a30245;
}

#index .type_03 .path_01 ul li.sign {
  height: 0.15625rem;
  background: url("../image/sign.png") no-repeat;
  background-position: center;
  background-size: 0.28125rem 0.15625rem;
}

#index .type_03 .path_02 {
  overflow: hidden;
}

#index .type_03 .path_02 .p_title {
  text-indent: 2.34375rem;
  margin-bottom: 0;
}

#index .type_03 .path_02 ul {
  float: left;
}

#index .type_03 .path_02 ul li {
  height: 1.21875rem;
  overflow: hidden;
}

#index .type_03 .path_02 ul li .date {
  width: 32px;
  height: 0.71875rem;
  margin-top: 0.3125rem;
  margin-left: 0.28125rem;
  margin-right: 0.15625rem;
  float: left;
}

#index .type_03 .path_02 ul li .date div {
  width: 100%;
  height: 0.359375rem;
  line-height: 0.359375rem;
  font-size: 0.21875rem;
  text-align: center;
}

#index .type_03 .path_02 ul li .date .month {
  background: #a30245;
  color: #fff;
}

#index .type_03 .path_02 ul li .date .day {
  background: #f5f5f5;
  color: #a30245;
}

#index .type_03 .path_02 ul li .info {
  float: left;
  width: 4.7rem;
  border-top: 1px solid #a30245;
  padding-top: 0.3125rem;
  padding-left: 0.15625rem;
}

#index .type_03 .path_02 ul li .info .title {
  font-size: 0.21875rem;
  color: #a30245;
  overflow: hidden;
  height: 0.3rem;
}
#index .type_03 .path_02 ul li .info .address {
  font-size: 0.21875rem;
	height: 0.3rem;
	overflow: hidden;
}

#index .type_03 .path_02 ul li .info .subTitle {
  font-size: 0.1875rem;
  color: #666;
}

#index .type_03 .path_02 ul li:nth-child(1) .info {
  border: none;
}

#index .type_03 .path_02 .more {
  float: left;
  width: 1.96875rem;
  height: 0.53125rem;
  background-color: #a30245;
  color: #fff;
  font-size: 0.21875rem;
  text-align: center;
  line-height: 0.53125rem;
  border-radius: 0.46875rem;
  margin-left: calc(50% - 0.984375rem);
  margin-top: 0.15625rem;
  display: block;
}

#index .pro {
  height: auto;
  overflow: hidden;
  position: relative;
}

#index .pro .tt {
  font-size: 0.328125rem;
  line-height: 0.90625rem;
  height: 0.90625rem;
  margin-top: 0;
  margin-left: 0.53125rem;
  width: 100%;
}

#index .pro > img {
  position: absolute;
  right: 0.46875rem;
  top: 0.3125rem;
  width: 0.21875rem;
  height: 0.21875rem;
  transition: all 0.5s;
  margin: 0;
}

#index .pro > img.on {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#index .pro .type_04 {
  width: 100%;
  display: none;
  height: auto;
  margin-left: 0;
  margin-top: 0;
}

#index .pro .type_04 ul li {
  height: 1.09375rem;
  border-top: 0.015625rem solid #f7f7f7;
  padding: 0 0.53125rem;
}

#index .pro .type_04 ul li p {
  font-size: 0.28125rem;
  color: #a30245;
  float: left;
  line-height: 1.09375rem;
}

#index .pro .type_04 ul li img {
  float: right;
  margin-top: 0.390625rem;
  width: 0.078125rem;
  height: 0.109375rem;
}

#index .pro .type_04 ul li:nth-child(1) {
  border: none;
}

.footer .contactUs {
  overflow: hidden;
  /*height: 163px;*/
}

.footer .contactUs > div {
  float: left;
  width: 50%;
}

.footer .contactUs .address {
  background-color: #f5f5f5;
}

.footer .contactUs .address img:first-child {
  width: 0.4375rem;
  height: 0.71875rem;
  margin-left: calc(50% - 0.21875rem);
}

.footer .contactUs .address img:first-child + img {
  width: 1.84375rem;
  height: 0.9375rem;
  margin-left: calc(50% - 0.921875rem);
}

.footer .contactUs > div {
  padding: 0.3125rem 0;
}

.footer .contactUs > div .wrap img:first-child {
  margin-bottom: 0.15625rem;
}

.footer .contactUs > div .wrap img {
  display: block;
}

.footer .contactUs > div .wrap p {
  text-align: center;
  font-size: 0.25rem;
}

.footer .contactUs .tel {
  background-color: #ededed;
}

.footer .contactUs .tel img:first-child {
  width: 0.6875rem;
  height: 0.71875rem;
  margin-left: calc(50% - 0.34375rem);
}

.footer .contactUs .tel img:first-child + img {
  width: 1.890625rem;
  height: 0.9375rem;
  margin-left: calc(50% - 0.9375rem);
}

.footer .aboutUs {
  overflow: hidden;
}

.footer .aboutUs div {
  float: left;
  width: 50%;
  height: 1.875rem;
  position: relative;
  top: 0;
  left: 0;
}

.footer .aboutUs .left_f img {
  width: 3.09375rem;
  height: 0.75rem;
  position: absolute;
  left: calc(50% - 1.546875rem);
  top: calc(50% - 0.375rem);
}

.footer .aboutUs .right_f img {
  width: 3.265625rem;
  height: 0.390625rem;
  position: absolute;
  left: calc(50% - 1.625rem);
  top: calc(50% - 0.1875rem);
}

.footer .aboutUs .right_f p {
  text-align: center;
  font-size: 0.25rem;
}

.footer .aboutUs .right_f p:nth-child(1) {
  margin-top: 0.625rem;
}

.newApplyBtn {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #a30245;
  color: #fff !important;
  font-size: 0.25rem;
  line-height: 0.96875rem;
  text-align: center;
  position: fixed;
  bottom: 2.03125rem;
  right: 0.15625rem;
  z-index: 10;
}

.newApplyBtn .icon {
  width: 0.34375rem;
  height: 0.40625rem;
  background-image: url("../image/applyIcon.png");
  background-size: 0.34375rem 0.40625rem;
  position: absolute;
  top: 0.703125rem;
  left: 0.46875rem;
}

[data-dpr="1"] p.type_01 {
  font-size: 0.28125rem;
  line-height: 0.375rem;
}

[data-dpr="2"] p.type_01 {
  font-size: 0.375rem;
  line-height: 0.75rem;
}

[data-dpr="3"] p.type_01 {
  font-size: 0.5625rem;
  line-height: 1.125rem;
}

[data-dpr="1"] p.type_02 {
  font-size: 0.25rem;
}

[data-dpr="2"] p.type_02 {
  font-size: 0.375rem;
}

[data-dpr="3"] p.type_02 {
  font-size: 0.5625rem;
}