.conf_index-nav .swiper_ok {
  width: 100%;
  height: 672px;
}

.conf_index-nav .swiper_content {
  position: relative;
}

.conf_index-nav .swiper_content .swiper-slide {
  background-size: cover;
  background: no-repeat;
  padding-top: 246px;
}

.swiper_base_content  .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  opacity: 1;
}

.swiper_base_content  .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  /* border-radius: 8px; */
  background: white;
  transform-origin: left;
  animation: LeftToRight 2s;
}

.swiper_base_content  .swiper-pagination-bullet-active {
  transform: scaleX(1);
}

.conf_index-nav .swiper_content .swiper-slide h3 {
  font-family: Poppins;
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
}

.conf_index-nav .swiper_content .swiper-slide h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 80px;
}

.conf_index-nav .swiper_content .swiper-pagination {
  position: absolute;
  bottom: 115px;
  display: flex;
  justify-content: center;
}

.conf_index-nav .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

.conf_index-nav .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  /* border-radius: 8px; */
  background: white;
  transform-origin: left;
  animation: LeftToRight 2s;
}

.conf_index-nav .swiper-pagination-bullet-active {
  transform: scaleX(1);
}

@keyframes LeftToRight {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.conf_index-conference {
  background: url("/static/ccirm/image/conf_index/conference_bg.png") no-repeat;
  position: relative;
  padding-bottom: 60px;
}

.conf_index-conference .conference-cicirm {
  margin-top: 34px;
  /* background-image: url("/static/ccirm/image/header_left.png"), url("/static/ccirm/image/header_right.png");
  background-repeat: no-repeat no-repeat;
  background-position: left center,right center; */
  background: url(../image/header-img.png) center no-repeat;
}

.conf_index-conference .conference-cicirm h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 26px;
  color: #111111;
  text-align: center;
}

.conf_index-conference .conference-content {
  margin-top: 64px;
}

.conf_index-conference .conference-content h4 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
}

.conf_index-conference .conference-footer {
  width: 100%;
  margin: 150px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.conf_index-conference .conference-footer .sum {
  width: 240px;
  height: 60px;
  background: #dbddf4;
  border-radius: 8px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  border: none;
}

.conf_index-conference .conference-footer .sum a {
  color: #111111;
}

.conf_index-conference .conference-footer .reg {
  width: 240px;
  height: 60px;
  background: #141ED2;
  border-radius: 8px;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  border: none;
  margin-left: 80px;
}

.conf_index-conference .conference-footer .reg a {
  color: #fff;
}

.conf_index-speaker {
  padding-top: 64px;
  min-height: 740px;
  position: relative;
  background: linear-gradient(0deg, #DDDEEE 0%, #FFFFFF 100%);
}

.conf_index-speaker .conference-cicirm {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  background: url(../image/header-img.png) center no-repeat;
}

.conf_index-speaker .conference-cicirm img {
  width: 691px;
  height: 11px;
  object-fit: cover;
}

.conf_index-speaker .conference-cicirm h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 26px;
  color: #111111;
  text-align: center;
}

.conf_index-speaker .speaker-content {
  display: flex;
  margin-top: 220px;
  padding-bottom: 90px;
}

.conf_index-speaker .speaker-content .speaker-left {
	/* display: none; */
  width: 426px;
}

.conf_index-speaker .speaker-content .speaker-left .swiper_ac_left {
  width: 426px;
}

.conf_index-speaker .speaker-content .speaker-left .swiper_ac_left .swiper-slide {
  width: 426px;
  height: 303px;
}

.conf_index-speaker .speaker-content .speaker-left .swiper_ac_left .swiper-slide div {
  width: 426px;
  height: 303px;
  background: url("/static/ccirm/image/conf_index/guest_bg.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.conf_index-speaker .speaker-content .speaker-left .swiper_ac_left .swiper-slide div img {
  width: 299px;
  height: 315px;
  object-fit: cover;
}

.conf_index-speaker .speaker-content .speaker-right {
  margin-left: 48px;
  width: 1126px;
  position: relative;
}

.conf_index-speaker .speaker-content .speaker-right .header-top {
  margin-top: -130px;
}

.conf_index-speaker .speaker-content .speaker-right .header-top .header_top-nav .swiper_header_top .swiper-slide .speaker-item {
  width: 210px;
  background: #DDDDDD;
  margin-top: 130px;
}

.conf_index-speaker .speaker-content .speaker-right .header-top .header_top-nav .swiper_header_top .swiper-slide .speaker-item div {
  width: 210px;
  height: 60px;
}

.conf_index-speaker .speaker-content .speaker-right .header-top .header_top-nav .swiper_header_top .swiper-slide .speaker-item div img {
  width: 180px;
  height: 190px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  transform: translateY(-130px);
}

.conf_index-speaker .speaker-content .speaker-right .header-top .header_top-nav .swiper_header_top .swiper-slide-thumb-active .speaker-item{
  background: #141ED2;
}

.conf_index-speaker .speaker-content .speaker-right .header-top .swiper_base_content {
  padding-top: 80px;
  width: 100%;
}

.conf_index-speaker .speaker-content .speaker-right .header-top .swiper_base_content .bate_content h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #111111;
}
.conf_index-speaker .speaker-content .speaker-right .header-top .swiper_base_content .swiper-pagination {
	top: 30px;
}

.conf_index-speaker .speaker-content .speaker-right .header-top .swiper_base_content .bate_content p.title {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin: 24px 0;
}

.conf_index-speaker .speaker-content .speaker-right .header-top .swiper_base_content .bate_content div {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.conf_index-speaker .speaker-content .speaker-right .open {
  position: absolute;
  bottom: -50px;
  right: 13px;
  height: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.conf_index-speaker .speaker-content .speaker-right .open p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #141ED2;
  margin-right: 10px;
}

.conf_index-speaker .speaker-content .speaker-right .open img {
  width: 5px;
  height: 12px;
  object-fit: cover;
}

.conf_index-footer {
  background: url("/static/ccirm/image/conf_index/footer_bg.png") no-repeat;
  background-size: cover;
  height: 572px;
  padding-top: 60px;
}

.conf_index-footer h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
}

.conf_index-footer .data_time {
  display: flex;
  max-width: 1600px;
  margin: 60px auto 0;
  justify-content: center;
}

.conf_index-footer .data_time .date-item {
  display: flex;
  align-items: center;
  width: 25%;
}

.conf_index-footer .data_time .date-item div {
  width: 90%;
  height: 152px;
  font-family: UniversNextPro;
  font-weight: normal;
  font-size: 108px;
  color: #303030;
  text-align: center;
  line-height: 152px;
  background: url("/static/ccirm/image/conf_index/date2.png") no-repeat  center;
  background-size: 100%;
}

.conf_index-footer .data_time .date-item p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 46px;
  color: #FFFFFF;
  margin: 0 34px;
}

.conf_index-footer .data_time .date-item:nth-child(1) div {
/*  width: 90%;
  height: 152px;
  background: url("/static/ccirm/image/conf_index/date1.png") no-repeat center;
  background-size: 100%; */
}

.conf_index-information {
  height: 190px;
  background: url("/static/ccirm/image/conf_index/information_bg.png") no-repeat ;
  background-size: cover;
}

.conf_index-information .information-content {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  transform: translateY(-227px);
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.conf_index-information .information-content .information-item {
  width: 49%;
  height: 347px;
  background: #FFFFFF;
}

.conf_index-information .information-content .information-item .header-con {
  height: 94px;
  padding: 35px 0 0 50px;
  border-bottom: 1px solid #ddd;
}

.conf_index-information .information-content .information-item .header-con h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 24px;
  color: #111111;
}

.conf_index-information .information-content .information-item .con {
  width: 100%;
  height: 252px;
  padding: 33px 50px 40px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 35px;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.conf_index-information .information-content .information-item .con::-webkit-scrollbar {
  display: none;
}

.conf_index-information .information-content .information-item:first-of-type {
  /* margin-right: 32px; */
}
