.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

.more {
  position: absolute;
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}

.more:hover {
  color: #c11110 !important;
}

.mySwiper2 {
  box-shadow: 6px 6px 12px 21px rgba(0, 0, 0, 0.3);
}

.page-title {
  margin-top: 68px;
}

.page-title h2 {
  font-size: 38px;
  font-weight: bold;
  color: #CE151B;
  line-height: 42px;
  text-align: center;
  margin-bottom: 23px;
}

.page-title img {
  width: 997px;
  object-fit: cover;
  padding: 0 90px;
}

.page-title i {
  font-style: normal;
  color: #666;
  font-size: 24px;
  font-weight: bold;
}

.page-title-container {
  margin-top: 48px;
}

.page0 {
  background: url(../images/banner.png) no-repeat center;
  height: 100%;
  background-size: cover;
}

.page0 .btn {
  width: 320px;
}

.page-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page1,
.page2,
.page3,
.page4,
.page5,
.page6 {
  width: 90% !important;
}

.page1 {
  background: url(../images/pt2-bk.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page1 .page1-title {
  font-size: 34px;
  font-weight: bold;
  color: #BE0604;
  line-height: 45px;
  text-align: center;
}

.page1 .page1_bk {
  width: 1118px;
  height: 763px;
  background: url(../images/bk1.png) no-repeat center;
  background-size: cover;
  margin-top: 32px;
}

.page1 .page1-text {
  padding: 88px 86px 0 84px;
}

.page1 .page1-text p {
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 45px;
  padding-bottom: 40px;
  text-indent: 3rem;
}

.page1 .page1-text a {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  display: block;
  text-align: center;
  padding-top: 23px;
}

.page1 .page1-text a:hover {
  color: #CE151B;
}

.page2 {
  background: url(../images/pt2-bk.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page2 .page2_bk {
  width: 1175px;
  height: 883px;
  background: url(../images/pt3-bk.png) no-repeat center;
  background-size: 1175px 883px;
  overflow: hidden;
}

.page2 .page2_bk ul {
  width: 995px;
  margin: 122px auto 0;
  border: 1px solid #B4251E;
}

.page2 .page2_bk ul li {
  float: left;
  position: relative;
  width: 331px;
  height: 397px;
  background-color: #fff;
  padding: 71px 0 0 42px;
}

.page2 .page2_bk ul li .title {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #A5211E;
  margin-bottom: 66px;
}

.page2 .page2_bk ul li .time {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}

.page2 .page2_bk ul li .xian {
  width: 34px;
  height: 7px;
  background: #B2251E;
  margin: 29px 0 37px;
}

.page2 .page2_bk ul li .flag {
  width: 0;
  height: 0;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  border-left: 23px solid #fff;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  z-index: 9;
}

.page2 .page2_bk ul li:hover {
  background: #D8271C;
}

.page2 .page2_bk ul li:hover .title {
  color: #FAC8A8;
}

.page2 .page2_bk ul li:hover .time {
  color: #fff;
}

.page2 .page2_bk ul li:hover .xian {
  background-color: #fff;
}

.page2 .page2_bk ul li:hover .flag {
  border-left: 23px solid #D8271C;
}


.content-wrapper {
  display: none;
}

.headTitle .title_pic {
  width: 1213px;
  height: 378px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 300px;
  margin: auto;
}

.title_pic {
  animation-name: scaleDraw;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 1s;
}

.headTitle .btn {
  width: 320px;
  height: 67px;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.headTitle .lj {
  display: flex;
  justify-content: center;
  margin-top: 733px;
}

.headTitle .lj a {
  display: block;
  margin-right: 62px;
  animation-name: scaleDraw;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-duration: 1s;
  transition: all .3s;
}

.headTitle .lj a:hover{
  transform: scale(1.2);
}

.headTitle .lj a:nth-last-child(1) {
  margin-right: 0;
}

.headTitle .lj a img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 26px;
}

.headTitle .down {
  width: 49px;
  height: 47px;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-nav-box {
  width: 274px;
  height: 100%;
  background: linear-gradient(180deg, #ffdac1 0%, #ffb98d 100%);
  position: absolute;
  right: 0;
  z-index: 999;
  overflow-y: scroll;
}

.swiper-nav-box ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.mySwiper2 {
  width: 274px !important;
  height: 100% !important;
  position: absolute !important;
  right: 0;
  top: 0;
  display: none;
}

.mySwiper2 .swiper-wrapper {
  width: 274px;
  height: 100%;
  display: flex;
  align-items: center;
}

.mySwiper2 .swiper-wrapper .active {
  background: #9A0000 !important;
}

.mySwiper2 .swiper-wrapper .active span {
  color: white !important;
}

.mySwiper2 .swiper-wrapper .swiper-slide {
  background: linear-gradient(180deg, #ffdac1 0%, #ffb98d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #FFE5C5;
}

.mySwiper2 .swiper-wrapper .swiper-slide span {
  font-size: 28px;
  font-weight: 400;
  color: #000;
}

.mySwiper2 .swiper-wrapper .swiper-slide:last-child {
  border-bottom: 0;
}

.page3 {
  background: url(../images/pt2-bk.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page3 .page3-bk {
  width: 1175px;
  height: 883px;
  background: url(../images/pt3-bk.png) no-repeat center;
  background-size: 1175px 883px;
  overflow: hidden;
}

.page3 .page2-main {
  width: 997px;
  height: 595px;
  background: #FFFFFF;
  border: 1px solid #B4251E;
  border-radius: 20px 20px 10px 20px;
  margin: 66px auto 0;
  position: relative;
  padding-top: 110px;
}

.page3 .page2-main .page2-tab-bk {
  width: 569px;
  height: 75px;
  background: url(../images/pt3_bk0.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 370px;
  left: 360px;
}

.page3 .page2-main ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
}

.page3 .page2-main ul li {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -38px;
  cursor: pointer;
}

.page3 .page2-main ul li .page2-img {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.page3 .page2-main ul li .page2-img img {
  width: 77px;
  height: 77px;
  display: block;
  border-radius: 50%;
  border: 2px solid #EFCDA6;
}

.page3 .page2-main ul .syatem_active .page2-img img {
  border: 2px solid #D60003 !important;
}

.page3 .page2-main .sub_lft {
  float: left;
}

.page3 .page2-main .sub_lft .sub-wrap .sub-img {
  margin-top: 43px;
  margin-left: 46px;
  width: 287px;
  height: 290px;
  border-radius: 50%;
  background: #D60003;
}

.page3 .page2-main .sub_lft .sub-wrap .sub-img img {
  width: 287px;
  height: 286px;
  border-radius: 50%;
  margin: 0 auto;
}

.page3 .page2-main .sub_rht {
  width: 575px;
  float: left;
  margin: 60px 0 0 53px;
}

.page3 .page2-main .sub_rht .sub_rht_title {
  width: 635px;
}

.page3 .page2-main .sub_rht h3 {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 45px;
  margin-right: 13px;
}

.page3 .page2-main .sub_rht span {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 45px;
}

.page3 .page2-main .sub_rht .sub-rht-content p {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  padding-top: 23px;
}

.page4 {
  background: url(../images/pt2-bk.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page4 .more {
  /* top: 5px; */
  right: 84px;
}

.page4 .page4-bk {
  width: 1175px;
  height: 883px;
  background: url(../images/pt3-bk.png) no-repeat center;
  background-size: 1175px 883px;
  overflow: hidden;
}

.page4 .myswiper_left {
  height: 440px;
  width: 749px;
  margin-left: 89px !important;
  float: left;
  margin-top: 123px;
  box-sizing: border-box;
  position: relative;
}

.page4 _img {
  width: 580px;
  height: 148px;
}

.page4 _img img {
  width: 100%;
  height: 148px;
  display: block;
}

.page4 .swiper_box {
  position: relative;
  width: 500px;
  height: 200px;
  background-color: red;
}

.page4 .swiper_text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -234px;
  margin-top: -17.5px;
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FBF2DE;
}

/* .page4 {
  width: 100%;
  height: 600px;
  background: url(../images/backdrop1.png) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: 75px;
  margin-bottom: 33px;
} */

.page4 .course_more {
  height: 92px;
}

.page4 .course_more a {
  float: right;
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  display: block;
  margin: 63px 29px 0 0;
}

.page4 .course_more a:hover {
  color: #cc0000;
}

.page4 .video_text {
  width: 100%;
  height: 56px;
  background: rgba(0, 0, 0, 0.52);
  position: absolute;
  bottom: 0;
}

.page4 .video_text span {
  width: 85%;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 56px;
  display: block;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.page4 .video_text span:hover {
  color: white !important;
}

.page4 .thumbnail .slide-smallimg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page4 .mySwiper2 {
  height: 440px;
  width: 749px;
  margin-left: 89px !important;
  float: left;
  margin-top: 123px;
  box-sizing: border-box;
}

.page4 .mySwiper {
  height: 69%;
  box-sizing: border-box;
}

.page4 .mySwiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.page4 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.page4 .large img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.page4 #thumbnail {
  float: left;
  width: 219px;
  height: 649px;
  overflow: hidden;
  margin-top: 123px;
  margin-left: 28px;
  position: relative;
}

.page4 .thumbnail_box {
  width: 100%;
  height: 135px;
  position: relative !important;
}

.page4 .thumbnail_box .thumbnail_text {
  width: 100%;
  height: 26px;
  background: rgba(0, 0, 0, 0.52);
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.page4 .slide-smallimg {
  width: 100%;
  height: 126px !important;
  -webkit-align-items: normal;
  align-items: normal;
  margin-bottom: 26px !important;
}

.page4 .slide-smallimg a {
  width: 100%;
  display: block;
}

.page4 .slide-smallimg a:hover {
  color: white;
}

.page4 .course_button_next {
  position: absolute !important;
  top: 240px !important;
  right: 188px !important;
  transform: rotate(269deg);
  color: #DD0020 !important;
}

.page4 .course_button_prev {
  position: absolute !important;
  right: 0 !important;
  left: 82% !important;
  top: 84% !important;
  transform: rotate(269deg);
  color: #DD0020 !important;
}

.page5 {
  background: url(../images/pt2-bk.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page5 .page5-bk {
  width: 1175px;
  height: 883px;
  background: url(../images/pt3-bk.png) no-repeat center;
  background-size: 1175px 883px;
  overflow: hidden;
}

.page5 .layout ul {
  margin: 123px auto 0;
  width: 999px;
  overflow: hidden;
}

.page5 .layout ul li {
  width: 113px;
  height: 429px;
  float: left;
  transition: all .3s;
}

.page5 .layout ul li:nth-child(1) {
  width: 547px;
}

.page5 .layout ul li:nth-child(1) .left,
.page5 .layout ul li:nth-child(5) .left {
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
}

.page5 .layout ul li:nth-child(2) .left {
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
}

.page5 .layout ul li:nth-child(3) .left {
  background: url(../images/bg3.png) no-repeat;
  background-size: cover;
}

.page5 .layout ul li:nth-child(4) .left {
  background: url(../images/bg4.png) no-repeat;
  background-size: cover;
}

/* .page5 .layout ul li:nth-child(1) .left {
  color: #fff;
  background: #B4251E;
}

.page5 .layout ul li:nth-child(1) .left .open {
  display: block;
}

.page5 .layout ul li:nth-child(1) .left .close {
  display: none;
} */

.page5 .layout ul li .box {
  width: 547px;
  height: 429px;
}

.page5 .layout ul li .left {
  float: left;
  width: 113px;
  height: 100%;
  /* background-color: red; */
  writing-mode: vertical-lr;
  font-size: 29px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #A5211E;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  letter-spacing: 3px;
}

.page5 .layout ul li .left img {
  width: 34px;
  height: 34px;
  display: inline-block;
}

.page5 .layout ul li .left .open {
  display: none;
}

.page5 .layout ul li .left:hover {
  cursor: pointer;
}

.page5 .layout ul li .right {
  float: left;
  width: 434px;
  height: 100%;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 45px;
  background: #FFFFFF;
  border: 1px solid #B4251E;
  padding: 79px 36px 0 60px;
  text-indent: 2em;
}

.page5 .layout ul li .right img {
  width: 100%;
  height: 100%;
}

.page5 .layout ul li .right a {
  display: block;
  width: 100%;
  height: 100%;
}

.page5 .layout ul .active .box .left {
  color: #fff;
  background: #B4251E;
}

.page5 .layout ul .active .box .left .open {
  display: block;
}

.page5 .layout ul .active .box .left .close {
  display: none;
}


.page6 {
  background: url(../images/pt2-bk.png) no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

.page6 .page6-bk {
  width: 1175px;
  height: 883px;
  background: url(../images/pt3-bk.png) no-repeat center;
  background-size: 1175px 883px;
  overflow: hidden;
}

.page6 .page6-content {
  width: 1000px;
  margin: 44px 0 0 88px;
  overflow-y: auto;
  z-index: 9999999;
  position: relative;
}

.page6 .page6-content::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background: rgba(199, 199, 199, 0.5);
  border-radius: 10px;
}

.page6 .page6-content::-webkit-scrollbar-thumb {
  width: 4px;
  height: 10px;
  background: #CE151B;
  border-radius: 10px;
}

.page6 .page6-content .box {
  width: max-content;
  margin-bottom: 20px;
}

.page6 .page6-content a {
  float: left;
  display: block;
  width: 480px;
  height: 288px;
  margin-right: 39px;
}

.page6 .page6-content a:nth-last-child(1) {
  margin-right: 0;
}

.page6 .page6-content a img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
  float: left;
}

.footer-link {
  width: 1000px;
  display: flex;
  display: -webkit-flex;
  margin: 89px 0 0 88px;
}

.footer-link h3 {
  font-size: 18px;
  display: block;
  color: #666666;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-link a {
  font-size: 16px;
  display: block;
  float: left;
  text-align: left;
  margin-right: 25px;
  color: #666666;
  line-height: 30px;
}

.footer-link a:hover {
  color: #C11110;
}

.footer {
  width: 100%;
  min-width: 1180px;
  margin-top: 50px;
  position: absolute;
  bottom: 0;
}

.footer .info-wrap {
  text-align: center;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 70px;
  margin-top: 75px;
}

.footer .info-wrap span {
  font-size: 14px;
  color: white;
  margin-right: 17px;
  display: inline-block;
  line-height: 24px;
}

.footer .info-wrap span.last {
  margin-right: 0;
}

.footer .info-wrap a {
  font-size: 14px;
  color: white;
}

.footer .info-wrap a i {
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: -3px;
}

@media (max-device-width: 666px) and (min-device-width: 0px) {
  .down {
    top: 94% !important;
    transform: rotate(180deg);
  }

  .footer-link {
    margin-top: 93px !important;
  }

  .footer .info-wrap span {
    font-size: 23px;
    line-height: 40px;
  }

  .footer .info-wrap a {
    font-size: 23px;
  }

  .footer-link a {
    font-size: 20px;
  }

  .footer .info-wrap {
    padding-top: 65px;
  }

  .page0 {
    background: url(../images/banner.png) no-repeat center top !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .page1 .page1-title {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1600px) {
  .footer-link {
    margin: 43px 0 0 88px !important;
  }

  .page1_bk {
    margin: 0 !important;
  }

  .headTitle .lj {
    margin-top: 580px;
  }

  .headTitle .btn {
    top: 70%;
  }

  .footer .info-wrap {
    height: 170px;
    padding-top: 54px;
  }
}

@keyframes scaleDraw {
  0% {
    transform: scale(0);
  }

  25% {
    transform: scale(0.25);
  }

  50% {
    transform: scale(0.5);
  }

  75% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(1);
  }
}

.cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}

.showdiv .popup_decorate_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -360px;
  margin-top: -145px;
  z-index: 9999;
}

.showdiv .popup_itme {
  width: 448px;
  height: 290px;
  background: #FFFFFF;
  box-shadow: 2px 2px 8px 2px rgba(192, 192, 192, 0.5);
  border-radius: 13px;
  padding: 17px 22px;
}

.showdiv .popup_itme .closediv {
  text-align: right;
}

.showdiv .popup_itme .closediv .closediv-btn {
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: inline-block;
}

.showdiv .popup_itme .closediv .closediv-btn img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.showdiv .popup_itme .popup_itme_title {
  text-align: center;
  margin-top: 49px;
}

.showdiv .popup_itme .popup_itme_title p {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 26px;
}

.showdiv .popup_itme .popup_itme_btn {
  text-align: center;
  margin-top: 60px;
}

.showdiv .popup_itme .popup_itme_btn .btn_return1 {
  display: inline-block;
  width: 120px;
  background: #FFFFFF;
  border-radius: 28px;
  border: 1px solid #CB272C;
  font-size: 16px;
  color: #C02832;
  line-height: 40px;
  padding: 0 42px;
}

.showdiv .popup_itme .popup_itme_btn .btn_return2 {
  display: inline-block;
  width: 120px;
  background: #FFFFFF;
  border-radius: 28px;
  border: 1px solid #CB272C;
  font-size: 16px;
  color: #C02832;
  line-height: 40px;
  padding: 0 42px;
}

.mySwiper2 .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}