.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;
}

body {
  overflow-x: hidden;
}

.main_box {
  position: relative;
}

.indexheader {
  box-shadow: none !important;
}

.title_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title_img .tit {
  display: flex;
}

.title_img .tit img {
  width: 47px;
  height: 34px;
  display: block;
  margin-right: 13px;
}

.title_img .tit span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 600;
  font-size: 26px;
  color: #1943F3;
}

.title_img a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.trform {
  position: relative;
}

.motion {
  transition: all .2s;
}

.motion .circle {
  position: absolute;
  z-index: -1;
  transition: all .5s;
}

.motion .circle.circle1 {
  bottom: 507px;
  left: 100px;
  width: 563px;
}

.motion .circle.circle2 {
  top: 1000px;
  left: -20px;
  width: 674px;
}

.motion .circle.circle3 {
  top: 886px;
  left: 20px;
  width: 526px;
}

.motion .circle.circle4 {
  top: 900px;
  right: 49px;
  width: 674px;
}

.banner .swiper-button-next {
  width: 53px;
  height: 53px;
  background: url(../images/next53_2.png) no-repeat center top;
  bottom: 15px;
  cursor: pointer;
  background-size: cover;
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease;
  right: calc(50% - 600px);
  opacity: 0.5;
}

.banner .swiper-button-next:hover {
  opacity: 1;
}

.banner .swiper-button-prev {
  width: 53px;
  height: 53px;
  background: url(../images/prev53_2.png) no-repeat center top;
  bottom: 15px;
  cursor: pointer;
  background-size: cover;
  left: calc(50% - 600px);
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease;
  opacity: 0.5;
}

.banner .swiper-button-prev:hover {
  opacity: 1;
}

.banner {
  margin-top: 20px;
  position: relative;
}

.banner .layout {
  position: relative;
}

.banner img {
  width: 100%;
  display: block;
}

.pt1_box {
  width: 1200px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0 rgba(44, 44, 46, 0.1);
  border-radius: 6px;
  padding: 15px 20px 0 30px;
}

.pt1_box .pt1-left {
  /* width: 773px; */
  float: left;
  margin-right: 42px;
}

.pt1_box .pt1-left .title_img {
  position: relative;
}

.pt1_box .pt1-left .title_img a {
  padding-top: 15px;
}

.pt1_box .pt1-left .title_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #F4F5F8;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.pt1_box .pt1-left .title_img .tit:after {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  background: #1943F3;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 2;
}

.pt1_box .pt1-left .text-box {
  margin-top: 25px;
}

.pt1_box .pt1-left .text-box .text-img {
  float: left;
  margin-right: 35px;
  position: relative;
}

.pt1_box .pt1-left .text-box .text-img img {
  width: 388px;
  height: 296px;
  display: block;
}

.pt1_box .pt1-left .text-box .text-list {
  /* width: 350px; */
  float: left;
}

.pt1_box .pt1-left .text-box .text-list ul li {
  margin-bottom: 45px;
}

.pt1_box .pt1-left .text-box .text-list ul li:hover a .detail .title {
  color: #1943F3;
}


.pt1_box .pt1-left .text-box .text-list ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.pt1_box .pt1-left .text-box .text-list ul li a {
  width: 100%;
  white-space: normal;
  display: flex;
  /* font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  line-height: 42px; */
}

.pt1_box .pt1-left .text-box .text-list ul li a .time {
  margin-top: 2px;
  margin-right: 22px;
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.pt1_box .pt1-left .text-box .text-list ul li a .time .day {
  padding: 13px 0;
  width: 100%;
  font-family: Arial, Arial;
  font-weight: normal;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  background-color: #1A44F3;
}

.pt1_box .pt1-left .text-box .text-list ul li a .time .year_month {
  padding: 8px 0;
  width: 100%;
  border: 1px solid #1A44F3;
  border-top: 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #1943F3;
  text-align: center;
}

.pt1_box .pt1-left .text-box .text-list ul li a .detail {
  width: 587px;
}

.pt1_box .pt1-left .text-box .text-list ul li a .detail .title {
  margin-bottom: 10px;
  width: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.pt1_box .pt1-left .text-box .text-list ul li a .detail .smalltext {
  width: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}


.part1 {
  padding-top: 30px;
  padding-bottom: 45px;
}

.part1 .pt1-right {
  /* width: 335px; */
  float: left;
}

.part1 .pt1-right .title_img {
  position: relative;
}

.part1 .pt1-right .title_img a {
  padding-top: 15px;
}

.part1 .pt1-right .title_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #F4F5F8;
  position: absolute;
  bottom: -6px;
  left: 0;
}

.part1 .pt1-right .title_img .tit:after {
  content: "";
  display: block;
  width: 84px;
  height: 2px;
  background: #1943F3;
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 2;
}

.part1 .pt1-right ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 22px;
}

.part1 .pt1-right ul li {
  /* width: 335px; */
  /* height: 66px; */
  background: #F6F8FF;
  border-radius: 14px 0px 14px 0px;
  margin-bottom: 13px;
}

.part1 .pt1-right ul li:hover {
  background-color: #1A44F3;
}

.part1 .pt1-right ul li:hover .time i,
.part1 .pt1-right ul li:hover .time span {
  color: white;
}

.part1 .pt1-right ul li:hover a .text_tit {
  color: white !important;
}

.part1 .pt1-right ul li a {
  display: block;
  height: 100%;
  padding: 19px;
}

.part1 .pt1-right ul li a:hover .text_tit {
  color: #1f4b93;
}

.part1 .pt1-right ul li:last-child a {
  border: 0;
}

.part1 .pt1-right ul li .time {
  width: 90px;
  text-align: center;
  padding-top: 5px;
  float: left;
}

.part1 .pt1-right ul li .time i {
  display: block;
  font-size: 14px;
  color: #1943F3;
  font-weight: 500;
}

.part1 .pt1-right ul li .time span {
  font-weight: 400;
  font-size: 18px;
  color: #1943F3;
}

.part1 .pt1-right ul li .text_tit {
  width: 380px;
  font-weight: 400;
  font-size: 20px;
  color: #333;
  /* padding-left: 10px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part1 .pt1-right .more {
  margin-top: 20px;
}

.pt1-bom {
  width: 100%;
  height: 285px;
  background: #fff;
  padding: 0 57px;
  margin-top: 8px;
}

.pt1-bom .more {
  float: right;
  margin-top: 60px;
}

.pt1-bom .text-list ul {
  margin-top: 20px;
}

.pt1-bom .text-list ul li {
  width: 282px;
  float: left;
  margin-right: 47px;
  margin-bottom: 10px;
}

.pt1-bom .text-list ul li a {
  font-size: 16px;
  color: #666666;
  width: 78%;
}

.pt1-bom .text-list ul li span {
  font-size: 14px;
  color: #B5B5B5;
}

.pt1-bom .text-list ul li:nth-child(2n) {
  margin-right: 0;
}

.pxxm .title_img img {
  width: 35px;
  height: 35px;
}

.pxxm .pxxm-bck {
  width: 100%;
  height: 340px;
  background: url(../images/pxxm-bck.png) no-repeat center top;
  background-size: 100% 340px;
  margin-top: 22px;
  padding-top: 32px;
  min-width: 1200px;
}

.pxxm .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.pxxm .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.pxxm .solution-slider .swiper-slide {
  width: 25%;
  height: 50%;
}

.pxxm .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.pxxm .solution-item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}

.pxxm .solution-item .item-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 90px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all .5s ease .1s;
  transition: all 0.5s ease 0.1s;
}

.pxxm .solution-item .item-txt i img {
  vertical-align: top;
  max-width: 100%;
}

.pxxm .solution-item .item-txt .tit {
  margin-top: 4px;
  display: block;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 43px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.pxxm .solution-slider {
  overflow: visible;
}

.pxxm .solution-slider .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: auto;
}

.pxxm .solution-slider .jdc-swiper-button-next,
.pxxm .solution-slider .jdc-swiper-button-prev {
  display: none;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 0 6px 24px 12px rgba(139, 185, 234, 0.12);
  box-shadow: 0 6px 24px 12px rgba(139, 185, 234, 0.12);
}

.pxxm .solution-slider .jdc-swiper-button-next:hover,
.pxxm .solution-slider .jdc-swiper-button-prev:hover {
  background: #fff;
  -webkit-box-shadow: 0 6px 24px 12px rgba(139, 185, 234, 0.12);
  box-shadow: 0 6px 24px 12px rgba(139, 185, 234, 0.12);
}

.pxxm .solution-slider .jdc-swiper-button-next i,
.pxxm .solution-slider .jdc-swiper-button-prev i {
  width: 26px;
  height: 14px;
  background-image: url(//img1.jcloudcs.com/portal/index/v8/slider-arr.png);
  background-size: 26px 14px;
  position: absolute;
  left: 40%;
  top: 50%;
  margin: -7px auto 0;
  -webkit-animation: arrow 2s ease-in-out infinite;
  animation: arrow 2s ease-in-out infinite;
}

.pxxm .solution-slider .jdc-swiper-button-prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.pxxm .solution-slider .jdc-swiper-pagination {
  display: none;
}

.pxxm .solution-item {
  position: relative;
  height: 224px;
  background-color: #1a1b1f;
}

.pxxm .solution-item .item-img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pxxm .solution-item .item-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 90px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all .5s ease .1s;
  transition: all 0.5s ease 0.1s;
}

.pxxm .solution-item .item-txt .item-txt-bd {
  position: relative;
  z-index: 2;
}

.pxxm .solution-item .item-txt .item-txt-bd .top-box {
  position: relative;
}

.pxxm .solution-item .item-txt .item-txt-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease;
}

.pxxm .solution-item .item-txt i {
  float: left;
  display: block;
  margin-right: 9px;
}

.pxxm .solution-item .item-txt i img {
  vertical-align: top;
  max-width: 100%;
}

.pxxm .solution-item .item-txt .tit:after,
.pxxm .solution-item .item-txt .txt-link {
  opacity: 0;
  -webkit-transition: all .4s ease .1s;
  transition: all 0.4s ease 0.1s;
}

.pxxm .solution-item .item-txt .txt-link {
  height: 96px;
  overflow: hidden;
  margin-top: 3px;
}

.pxxm .solution-item .item-txt .txt-link a {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
  line-height: 32px;
}

.pxxm .solution-slider {
  z-index: auto;
}

.pxxm .solution-slider .solution-item:hover {
  z-index: 5;
}

.pxxm .solution-slider .solution-item:hover .item-txt {
  top: -30px;
  bottom: -30px;
  padding: 38px 32px;
}

.pxxm .solution-slider .solution-item:hover .item-txt .item-txt-bg {
  background: -webkit-gradient(linear, right top, left top, from(rgba(25, 67, 243, 0.9)), to(rgba(25, 67, 243, 0.9)));
  background: linear-gradient(270deg, rgba(25, 67, 243, 0.9), rgba(25, 67, 243, 0.9));
  -webkit-box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 6px 0 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  z-index: 1;
}

.pxxm .solution-slider .solution-item:hover .item-txt i img {
  -webkit-filter: none;
  filter: none;
}

.pxxm .solution-slider .solution-item:hover .item-txt .tit {
  color: #ffffff;
}

.pxxm .solution-slider .solution-item:hover .item-txt .tit:after {
  opacity: 1;
}

.pxxm .solution-slider .solution-item:hover .txt-link {
  display: block;
  opacity: 1;
}

.pxxm .arr-black {
  position: relative;
  color: #262626;
  padding-right: 15px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all 0.25s ease;
}

.pxxm .arr-black:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all 0.25s ease;
}

.pxxm .arr-black:hover {
  color: #e1251b;
}

.pxxm .arr-black:hover:after {
  -webkit-transform: translate(4px);
  -ms-transform: translate(4px);
  transform: translate(4px);
  background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23E1251B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pxxm .arr-red {
  position: relative;
  color: #E1251B;
  padding-right: 15px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all 0.25s ease;
}

.pxxm .arr-red:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23E1251B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all 0.25s ease;
}

.pxxm .arr-red:hover:after {
  -webkit-transform: translate(4px);
  -ms-transform: translate(4px);
  transform: translate(4px);
}

.pxxm .arr-white {
  position: relative;
  color: #fff;
  padding-right: 15px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}

.pxxm .arr-white i {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  display: block;
  margin-top: 13px;
}

.pxxm .arr-white:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 8px;
  margin-top: -4px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all 0.25s ease;
}

.pxxm .arr-white:hover {
  color: #ffffff;
}

.pxxm .arr-white:hover:after {
  -webkit-transform: translate(4px);
  -ms-transform: translate(4px);
  transform: translate(4px);
}

.pxxm .px_btn a {
  display: block;
  width: 95px;
  height: 30px;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 30px;
}

.part2 {
  margin-top: 250px;
}

.part2 img {
  width: 100%;
  display: block;
}

.part3 {
  margin-top: 50px;
}

.part3 .course {
  margin-top: 20px;
}

.part3 .course ul li {
  float: left;
  margin-right: 13px;
  padding: 34px 40px 0;
  width: 290px;
  height: 313px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(203, 203, 203, 0.6);
  border-radius: 10px 10px 10px 10px;
}

.part3 .course ul li:hover {
  background-color: #F6F8FF;
}

.part3 .course ul li:last-child {
  margin-right: 0;
}

.part3 .course ul li a {
  display: block;
}

.part3 .course ul li .course-img {
  text-align: center;
}

.part3 .course ul li .course-img img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: inline-block;
}

.part3 .course ul li .course-name {
  margin-top: 27px;
  text-align: center;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 25px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part3 .course ul li .course-details {
  margin-top: 8px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part4 {
  margin-top: 50px;
}

.part4 .curriculum-list-c {
  margin-top: 30px;
}

.part4 .curriculum-list-c ul li {
  width: 287px;
  height: 280px;
  float: left;
  margin-right: 17px;
  background-color: #ffffff;
  box-shadow: 0px 2px 14px 0px rgba(203, 203, 203, 0.6);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px;
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease;
}

.part4 .curriculum-list-c ul li:nth-child(4n) {
  margin-right: 0;
}

.part4 .curriculum-list-c ul li a {
  display: block;
}

.part4 .curriculum-list-c ul li .curriculum-images {
  width: 287px;
  height: 160px;
}

.part4 .curriculum-list-c ul li .curriculum-images img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}

.part4 .curriculum-list-c ul li .curriculum-title {
  padding: 15px 16px;
}

.part4 .curriculum-list-c ul li .curriculum-title .title-page {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}

.part4 .curriculum-list-c ul li .curriculum-title .title-name {
  margin-top: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #72767D;
  line-height: 21px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part6 {
  margin-top: 30px;
}

.part6 .tit img {
  width: 37px;
  height: 37px;
}

.part6 .map_div {
  width: 840px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 40px;
}

.part6 .map_div ul {
  padding: 0;
  margin: 0;
}

.part6 #dh_li {
  width: 755px;
  height: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  list-style: none;
}

.part6 #dh_li ul {
  padding: 0;
  margin: 0;
}

.part6 #dh_li li {
  list-style: none;
  min-width: auto;
  float: left;
  font-size: 18px;
  color: #003FC4;
  line-height: 24px;
  letter-spacing: 1px;
  margin-right: 20px;
  cursor: pointer;
  padding: 3px 10px;
  border-radius: 13px;
  box-shadow: none;
  margin-right: 18px;
}

.part6 #dh_li li .coulmn-list {
  text-align: center;
}

.part6 #dh_li li .coulmn-list img {
  width: 57px;
  height: 57px;
  border: 2px solid #E9EDFB;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}

.part6 #dh_li li .coulmn-list span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-top: 10px;
  display: block;
}

.part6 .dh_li {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-top: 3px;
  background-color: #fff;
  list-style: none;
  float: left;
  margin-top: 17px;
}

.part6 #dh_li .on img {
  border: 2px solid #1943F3 !important;
}

.part6 .con {
  margin-top: 40px;
}

.part6 .con .curriculum-list {
  display: none;
}

.part6 .export-detail {
  width: 928px;
  height: 342px;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(203, 203, 203, 0.6);
  border-radius: 10px 10px 10px 10px;
  padding: 50px 0 0 50px;
  margin: 0 auto;
}

.part6 .export-detail .export-left {
  width: 236px;
  height: 206px;
  float: left;
  margin-right: 48px;
}

.part6 .export-detail .export-left img {
  width: 100%;
  height: 100%;
  display: block;
}

.part6 .export-detail .export-right {
  width: 515px;
  float: left;
}

.part6 .export-detail .export-right h3 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 26px;
  color: #333333;
}

.part6 .export-detail .export-right .writer {
  width: initial;
  height: initial;
  background: #A3C6FF;
  border-radius: 6px 0px 6px 0px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-align: initial;
  line-height: initial;
  margin-top: 35px;
  padding: 4px 14px;
  display: inline-block;
}

.part6 .export-detail .export-right p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part7 {
  width: 100%;
  height: 502px;
  background: url(../images/pt7-bck.png) no-repeat center top;
  background-size: 100% 502px;
  min-width: 1200px;
  padding-top: 76px;
  margin-top: 60px;
}

.part7 .title_img img {
  width: 37px;
  height: 36px;
}

.part7 .title_img span {
  color: white;
}

.part7 .dynamic-itme {
  width: 1245px;
  overflow: hidden;
  margin-top: 20px;
}

.part7 .dynamic-itme .dynamicitme-list {
  float: left;
  margin-right: 20px;
  width: 590px;
  /*三个时候是395px*/
  height: 321px;
  background: #FFFFFF;
  box-shadow: 0px 9px 10px 9px rgba(44, 44, 46, 0.2);
  border-radius: 6px 6px 6px 6px;
  padding: 25px 30px 0 30px;
}

.part7 .dynamic-itme .dynamicitme-list .text-list ul {
  padding-top: 0;
}

.part7 .fill_dynamicitme:nth-child(3) .text-list ul {
  margin-top: 8px;
}

.part7 .fill_dynamicitme:nth-child(3) .text-list ul li {
  height: 44px;
  border: 0;
  line-height: 28px;
}

.part7 .fill_dynamicitme:nth-child(3) .text-list ul li a {
  float: none;
}

.part7 .fill_dynamicitme:nth-child(3) .text-list ul li p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.part7 .fill_dynamicitme .head .head-title {
  float: left;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 600;
  font-size: 26px;
  color: #1F4B93;
  line-height: 40px;
}

.part7 .fill_dynamicitme .head a {
  margin-top: 15px;
  float: right;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  position: relative;
}

.part7 .fill_dynamicitme .head a:after,
.part7 .fill_dynamicitme .head a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #FFFFF9;
  z-index: -2;
  border-radius: 11px;
}

.part7 .fill_dynamicitme .head a:hover {
  z-index: 1;
  background: transparent;
}

.part7 .fill_dynamicitme .head a:before {
  transition: 1s ease all;
  background: #FFFFF9;
  z-index: -1;
}

.part7 .fill_dynamicitme .head a:after {
  transition: 1s ease all;
  background: #FFFFF9;
  z-index: -2;
}

.part7 .fill_dynamicitme .head a:hover:after,
.part7 .fill_dynamicitme .head a:hover:before {
  width: 100%;
}

.part7 .text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}

.part7 .text-list ul {
  padding-top: 16px;
}

.part7 .text-list ul li {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px dashed #B9C0C5;
}

.part7 .text-list ul li:last-child {
  border: 0;
}

.part7 .text-list ul li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  width: 95%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.part7 .text-list ul li a i {
  display: inline-block;
  font-style: normal;
  line-height: 20px;
  margin: 0 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #00b064;
  vertical-align: 4px;
}

.part7 .text-list ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  float: right;
}

.part8 {
  width: 100%;
  height: 179px;
  background: url(../images/pt8-bck.png) no-repeat center top;
  background-size: 100% 179px;
  min-width: 1200px;
}

.part8 p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  line-height: 179px;
  text-align: center;
}

.part8 i {
  color: #1F4B93;
  font-style: normal;
}

.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:after {
  display: none;
}

.points-list {
  width: 110px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(227, 227, 227, 0.5);
  border-radius: 50px;
  position: fixed;
  top: 350px;
  left: 50%;
  margin-left: -750px;
  padding: 20px 11px;
  z-index: 999;
}

.points-list .nav-img {
  width: 78px;
  height: 74px;
}

.points-list ul .points-li {
  padding: 10px 0;
  border-bottom: 1px solid #EFEFEF;
}

.points-list ul .points-li:last-child {
  border-bottom: 1px solid #EFEFEF;
}

.points-list ul .points-li a {
  display: block;
}

.points-list ul .points-li a .points-icon {
  display: block;
  font-size: 22px;
  height: 22px;
  width: 22px;
  color: #C1C1C1;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
}

.points-list ul .points-li a .points-title {
  margin-top: 6px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  text-align: center;
}

.points-list ul .points-active a .points-icon {
  color: #1F4B93;
  font-weight: 500;
}

.points-list ul .points-active a .points-title {
  color: #1943F3;
  font-weight: 600;
}

.points-list .return-btn {
  padding: 10px 0;
}

.points-list .return-btn a {
  display: block;
}

.points-list .return-btn a .points-icon {
  display: block;
  font-size: 22px;
  height: 22px;
  width: 22px;
  color: #C1C1C1;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
}

.points-list .return-btn a .points-title {
  margin-top: 6px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  text-align: center;
}

.points-list .return-btn a:hover .points-icon {
  color: #0066ff;
}

.points-list .return-btn a:hover .points-title {
  color: #0066ff;
}

@media screen and (max-width: 1390px) {
  .points-list {
    margin-right: -48%;
  }
}

.part5 {
  margin-top: 10px;
}

.part5 a:first-child {
  margin-right: 14px;
}

.pt1_box .pt1-left .text-box .text-img .mask {
  width: 100%;
  height: 44px;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  bottom: 0;
  line-height: 44px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part2 a {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.part2 a img {
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease;
}

.part2 a:hover img {
  transform: scale(1.1);
}

.part4 .curriculum-list-c ul li:hover {
  transform: translateY(-15px);
}

.part4 .curriculum-list-c ul li:hover .title-page {
  color: #1943F3;
}

.part5 a {
  width: 591px;
  height: 164px;
  display: inline-block;
  overflow: hidden;
}

.part5 a img {
  display: block;
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease;
}

.part5 a:hover img {
  transform: scale(1.1);
}

.part7 .txtMarquee-top {
  overflow: hidden;
  position: relative;
}

.part7 .txtMarquee-top .hd {
  overflow: hidden;
  height: 30px;
}

.part7 .txtMarquee-top .tempWrap {
  height: 212px;
}

.return-btn a:hover span {
  color: #333333 !important;
}

.text-list ul li a:hover {
  color: #1943F3 !important;
}

.part7 .fill_dynamicitme .head .head-title {
  color: #1943F3;
}

/* @media (max-width: 1355px) {
  .banner .swiper-button-next {
    right: calc(50% - 600px);
  }

  .banner .swiper-button-prev {
    left: calc(50% - 600px);
  }
} */



.fixed_right {
  position: fixed;
  top: 33%;
  right: 50%;
  transform: translateX(700px);
  z-index: 9;
}

.fixed_right ul li {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 12px;
  background: #1943F3;
  border-radius: 8px 8px 8px 8px;
}

.fixed_right ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF !important;
  text-align: center;
}

.fixed_right ul li a img {
  margin-bottom: 6px;
  display: block;
  width: 45px;
}

.fixed_right ul li a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.fixed_right ul li:hover .hoverContent {
  display: block;
}

.fixed_right ul li .hoverContent_1 {
  display: none;
  position: absolute;
  top: 0px;
  left: -140px;
  padding: 10px 5px;
  border: 2px solid #1943F3;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.fixed_right ul li .hoverContent_1 img {
  display: block;
  width: 120px;
  height: 120px;
}

.fixed_right ul li .hoverContent_2 {
  display: none;
  position: absolute;
  top: 0px;
  left: -92px;
  padding: 10px 5px;
  border: 2px solid #1943F3;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.fixed_right ul li .hoverContent_2::after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 84px;
  background-color: transparent;
}

.fixed_right ul li .hoverContent_2 h1 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #AD0200;
  text-align: center;
}

.fixed_right ul li .hoverContent_2 a {
  margin: 5px 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666 !important;
}

@media (max-width: 1415px) {
  .fixed_right {
    right: 0;
    transform: translateX(0);
  }
}


.el-empty {
  width: 689px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0
}

.el-empty__image {
  width: 160px
}

.el-empty__image img {
  user-select: none;
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: contain
}

.el-empty__image svg {
  fill: #dcdde0;
  width: 100%;
  height: 100%;
  vertical-align: top
}

.el-empty__description {
  margin-top: 20px
}

.el-empty__description p {
  margin: 0;
  font-size: 14px;
  color: #909399
}




.fixed {
  position: fixed;
  bottom: 10%;
  right: 50%;
  transform: translateX(800px);
  z-index: 99;
}

.fixed:hover a p {
  display: flex;
}

.fixed a {
  display: block;
}

.fixed a .per {
  width: 200px;
  height: auto;
}

.fixed a p {
  display: none;
  position: absolute;
  top: 54px;
  left: -227px;
  width: 273px;
  height: 86px;
  background: url(../images/fixed_background.png) no-repeat center / 100% 100%;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

@media (max-width: 1590px) {
  .fixed {
    right: 0;
    transform: translateX(0);
  }
}

.part9 {
  padding: 30px 0;
  background: url(../images/part9_bg.png) no-repeat center / 100% 100%;
}

.part9 .layout {}

.part9 .layout .el-row {
  display: flex;
  justify-content: center;
}

.part9 .layout .el-row .datasCard {
  display: flex;
  align-items: center;
}

.part9 .layout .el-row .datasCard::after {
  margin: 0 40px;
  content: "";
  width: 1px;
  height: 52px;
  background: #1A44F3;
}

.part9 .layout .el-row .datasCard:nth-last-child(1)::after {
  display: none;
}

.part9 .layout .el-row .textCtr {
  margin-left: 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
  flex-direction: row;
}

.part9 .layout .el-row .textCtr .num {
  font-family: Arial, Arial;
  font-weight: normal;
  font-size: 40px;
  color: #1A44F3;
}

.part9 .layout .el-row .textCtr .name {
  margin-left: 10px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #999999;
}

.fixed_right ul li .mark{
    display: none;
    position: absolute;
    border-radius: 5px;
    border: 2px solid #1943F3;
    color: #333333;
    top: 15px;
    right: 95px;
    width: 191px;
    padding: 14px;
    background-color: #fff;
    font-size: 20px;    
    text-align: center;
}
.fixed_right ul li:hover .mark{
    display: block;
}


.fixed_left {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-930px);
    z-index: 9;
}
.fixed_left a {
    display: block;
}
.fixed_left a p{
  
width: 100%;
  
position: absolute;
  
top: 50%;
  
left: 50%;
  
transform: translate(-50%, -50%);
  
text-align: center;
  
font-family: SourceHanSansCN, SourceHanSansCN;
  
font-weight: 400;
  
font-size: 17px;
  
color: #fff;
}
.fixed_left a img {
    display: block;
    width: 297px;
    height: 110px;
}
@media(max-width:1866px) {.fixed_left {
        left:0;
        transform: translateX(0);
    }
}