html, body {
  background: #0c0038;
}
/*活动概要 */
.section-summary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  background: rgba(29,38,155,0.43);
}
.section-summary .col-right {
  width: 800px;
}
.section-summary .col-right img {
  display: block;
  width: 277px;
  height: auto;
}
.section-summary .col-left {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 36px;
  margin-right: 50px;
}
/*活动概要 end*/

/*活动亮点  */
.public-section.is-highlights {
  height: 425px;
  padding-top: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/page-index/section-highlights-bg.png);
}
.section-highlights {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-highlights .section-highlights__item + .section-highlights__item {
  margin-left: 20px;
}
.section-highlights__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  height: 180px;
  padding-left: 45px;
  border-radius: 2px;
  background: #18238b;
}
.section-highlights__item:nth-child(1) .section-highlights__icon {
  background-image: url('../images/page-index/section-highlights-1.png');
}
.section-highlights__item:nth-child(2) .section-highlights__icon {
  background-image: url('../images/page-index/section-highlights-2.png');
}
.section-highlights__item:nth-child(3) .section-highlights__icon {
  background-image: url('../images/page-index/section-highlights-3.png');
}
.section-highlights__icon {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-highlights__text {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}
/*活动亮点  end*/
/*.section-agenda__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  background-color: #1C459A;
}*/
/*会议议程 */
.section-agenda__title {
  flex: 1;
  padding-left: 25px;
  font-size: 18px;
  color: #ffffff;
}
.section-agenda__register {
  cursor: pointer;
  width: 170px;
  height: 100%;
  text-align: center;
  background-color: #0F8DF0;
}
.section-agenda__register:hover {
  transition: all 0.3s;
  background-color: #0080FF;
}
.section-agenda__register::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-size: 100%;
  background-image: url('../images/icon/icon-arrow-solid-right.png');
}
.section-agenda__register::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
}
.section-agenda__register span {
  font-size: 18px;
  color: #ffffff;
}
.section-agenda__register::before,
.section-agenda__register::after,
.section-agenda__register span {
  display: inline-block;
  vertical-align: middle;
}
.section-agenda__table {
  display: table;
  width: 100%;
  font-size: 0;
  overflow: hidden;
  background-color: #192651;
}
.section-agenda__tr {
  display: table-row;
}
.section-agenda__tr:first-child > div {
  height: 50px;
  line-height: 50px;
}
.section-agenda__tr:first-child > div > div {
  color: #fff;
}
.section-agenda__tr:first-child > div:nth-child(1) > div::before {
  display: none;
}
.section-agenda__tr {
  background: #131345;
}

.section-agenda__tr:first-child {
  background: #1d269b;
  border-radius: 10px 10px 0px 0px;
}
.section-agenda__td {
  display: table-cell;
  height: 65px;
  vertical-align: middle;
  min-height: 65px;
  border-bottom:   1px solid #1d269b;
  border-right:   1px solid #1d269b;
  padding-left: 30px;
}
.section-agenda__td:first-child {
  border-left:   1px solid #1d269b;
  padding-left: 50px;
  width: 260px;
}
.section-agenda__td:last-child {
  width: 200px;
}
.section-agenda__td > div {
  color: #D8F0FF;
  font-size: 14px;
}
.section-agenda__td:nth-child(1) {
  padding-left: 50px;
}

.section-agenda__ft {
  padding-top: 10px;
  text-align: right;
  color: #D8F0FF;
  font-size: 12px;
}

/*会议议程 end*/
/*演讲嘉宾*/
.public-section.is-guest .public-section__bd {
  position: relative;
}
.section-guest {
  position: relative;
  padding: 0 71px 20px 70px;
}
.section-guest.is-mobile {
  display: none;
}
.section-guest__content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section-guest__card {
  width: calc(25% - 15px);
  margin-bottom: 20px;
  margin-right: 20px;
}
.section-guest__card:nth-child(4n) {
  margin-right: 0;
}
.section-guest__card img {
  border-radius: 4px 4px 0 0;
  display: block;
  width: 100%;
  height: 280px;
}
.section-guest__card .bd {
  position: relative;
  padding: 22px 15px;
  border-radius: 0 0 4px 4px;
  color: #d4d4d4;
  background: #1d269b;
}
.section-guest__card .name {
  font-size: 18px;
  margin-bottom: 5px;
}
.section-guest__card .desc {
  font-size: 14px;
  height: 24px;
}
.section-guest__tips {
  position: absolute;
  right: 70px;
  bottom: -17px;
  color: #D8F0FF;
  font-size: 12px;
}
.section-guest .swiper {
  overflow: hidden;
  font-size: 0;
}
.section-guest-pc .swiper-wrapper {
  margin-bottom: -20px;
}
.section-guest .swiper-button-next,
.section-guest .swiper-button-prev {
  width: 48px;
  height: 48px;
  margin-top: -30px;
  opacity: 0.6;
  background-size: 100%;
  background-image: url('../images/icon/icon-arrow-solid-swiper.png');
}
.section-guest .swiper-button-next:hover,
.section-guest .swiper-button-prev:hover {
  opacity: 1;
}
.section-guest .swiper-button-prev {
  left: 0;
}
.section-guest .swiper-button-next {
  right: 0;
  transform: rotate(-180deg);
}
.section-guest .swiper-pagination {
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.section-guest .swiper-pagination-bullet {
  margin: 0 5px;
  width: 40px;
  height: 4px;
  border-radius: 0;
  opacity: 1;
  background: #9eb4c2;
}
.section-guest .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1d269b;
}

/*演讲嘉宾*/
/*会议报名*/
.section-application {
  border-radius: 4px;
  padding: 50px 20px;
  background: #1d269b;
}
.section-application .submit-form {
  width: 65%;
  margin: 0 auto;
}
.section-application .submit-form__info .col:nth-child(1) {
  margin-right: 80px;
}
.section-application .submit-form__title {
  display: none;
}
.section-application .submit-form__tips {
  color: #DFFFFE;
  text-align: right;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 12px;
}
.section-application .submit-form__tips.submit-form__tips_bottom{
  width: 75%;
  text-align: center;
  padding-right: 30px;
}
.section-application__btn {
  cursor: pointer;
  width: 240px;
  height: 56px;
  line-height: 56px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
  background: #030a61;
}
.section-application__btn:hover {
  background: #434ed6;
}

/*会议报名*/
.section-address img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.section-address img.m{
  display: none;
}
.section-partner__lists {
  font-size: 0;
}
.section-partner__title {
  font-size: 16px;
  color: #E6E6E6;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 16px;
}
.section-partner__item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.section-partner__card {
  position: relative;
  width: 13%;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}
.section-partner__card img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.activeList{
    margin-top: 10px;
    margin-bottom: 20px;
}
.activeList_title{
    font-size: 14px;
    line-height: 20px;
    color:#FFFFFF ;
    margin-bottom: 12px;
}
.activeList_title i{
    color: #FF84AE;
    margin-right: 5px;
}
.activeList_content{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
     
}
.activeList_content li{
    position: relative;
    margin-right: 40px;
    padding-left: 22px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.activeList_content li::before{
    content:"";
    position: absolute;
    left: 0;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url(../images/icon/check.png) left top no-repeat;
    background-size: 100% 100%;
}
.activeList_content li.checked::before{
    background: url(../images/icon/checked.png) left top no-repeat;
    background-size: 100% 100%;
}
.allActive{
    margin-top: 0;
}
@media screen and (max-width: 750px) {
  .section-summary {
    display: block;
    padding: 0rem;
    padding-bottom: 0.8rem;
  }
  .section-summary .col-left {
    min-width: 0;
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
    line-height: 1.8;
    margin-right: 0;
    padding: 0.4rem 0.3rem 0.2rem;
  }
  .section-summary .col-left p{
    margin-bottom: 0.4rem;
  }
  .section-summary .col-left p:last-child{
    margin-bottom: 0;
  }
  .section-summary .col-right {
    width: 100%;
    flex: 1;
    font-size: 0.28rem;
    line-height: 0.46rem;
    padding: 0;
    letter-spacing: 0;
    text-indent: 0.3rem;
    text-align: center;
  }
  .section-summary .col-right img {
    display: block;
    width: 4.86rem;
    height: auto;
    margin: 0 auto;
}
  .section-summary .col-right p + p {
    margin-top: 0.3rem;
  }
  .public-section.is-highlights {
    height: auto;
    padding: 0.6rem 0.3rem;
    background-image: none;
    background: #131063;
  }
  .section-highlights .section-highlights__item {
    width: 33.33%;
    height: 2.6rem;
    display: block;
    padding: 0.14rem 0 0 0;
  }
  .section-highlights .section-highlights__item + .section-highlights__item {
    margin-left: 0.15rem;
  }
  .section-highlights .section-highlights__item:nth-child(1) .section-highlights__icon {
    background-size: 1.2rem 1.2rem ;
  }
  .section-highlights .section-highlights__item:nth-child(2) .section-highlights__icon {
    background-size: 1.2rem 1.2rem ;
  }
  .section-highlights .section-highlights__item:nth-child(3) .section-highlights__icon {
    background-size: 1.2rem 1.2rem ;
  }
  .section-highlights__icon {
    width: 1.39rem;
    height: 1.39rem;
    margin: 0 auto 0.16rem;
  }
  .section-highlights__text {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .section-agenda__head,
  .section-agenda__tr:first-child {
    display: none;
  }
  .section-agenda__table {
    display: block;
  }
 .section-agenda__tr {
    display: block;
    padding: 0.3rem;
    background: #291653;
}
  .section-agenda__tr:nth-child(odd) {
    background: #311d5d;
  }
  .section-agenda__td {
    display: block;
    height: auto;
    line-height: 0.4rem;
    border: none!important;
    margin-bottom: 0.1rem;
    min-height: auto;
    padding-left: 0;
  }
  .section-agenda__td > div {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.28rem;
  }
  .section-agenda__td:nth-child(1) {
    padding-left: 0;
    width: 100%;
  }
  .section-agenda__td:nth-child(1) > div::before {
    display: none;
  }
  .section-agenda__td:nth-child(2) > div {
    color: #fff;
    font-size: 0.32rem;
  }
  .section-agenda__td:nth-child(n+3) {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.3rem;
  }
  .section-guest {
    padding: 0 0 0.5rem 0;
    margin: 0 ;
  }
  .section-guest.is-mobile {
    display: block;
  }
  .section-guest__card img {
    height: auto;
    object-fit: cover;
}
  .section-guest.is-pc {
    display: none;
  }
  .section-guest__card {
    width: 100%;
    margin: 0;
  }
  .section-guest__card .bd {
    padding: 0.3rem 0.16rem;
  }
  .section-guest__card .name {
    font-size: 0.18rem;
    font-size: 0.14rem;
  }
  .section-guest .swiper-slide {
    width: 70%;
  }
  .section-guest .swiper-pagination {
    text-align: center;
    width: 100%;
  }
  .section-guest .swiper-pagination-bullet {
    width: 4px;
    border-radius: 25%;
    margin: 0 0.05rem;
  }
  .section-guest__tips{
    position: static;
    padding-top: 0.3rem;
  }

 .section-guest .swiper-button-next, .section-guest .swiper-button-prev {
    width: 0.48rem;
    height: 0.48rem;
    top: 103%;
    z-index: 11;
}
.section-guest .swiper-button-prev {
    left: 27%;
}
.section-guest .swiper-button-next{
  right:27%;
}
  .section-application {
    padding: 0.4rem 0.3rem;
    background: #121a7d;
  }
  .section-application .submit-form {
    width: 100%;
  }
  .section-application .submit-form__info {
    display: block;
  }
  .section-application .submit-form__info .col:nth-child(1) {
    margin-right: 0;
  }
  .section-application .submit-form__tips {
    width: 100%;
    font-size: 0.24rem;
    text-align: left;
  }
  .section-application .submit-form__tips.submit-form__tips_bottom{
    text-align: left;
    width: 100%;
    padding-right: 0;
  }
  .section-application__btn {
    cursor: pointer;
    width: 6.3rem;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0.3rem auto 0;
    font-size: 0.3rem;
  }
  .section-address {
    margin: 0 -0.3rem;
  }
  .section-address img.pc {
    display: none;
  }
  .section-address img.m {
    display: block;
  }
  .section-partner__title {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.18rem;
  }
  .section-partner__item {
    margin-bottom: 0.3rem;
  }
  .section-partner__card {
    width:24.2%;
    height: 0.72rem;
    margin: 0 0.05rem 0.05rem 0;
  }
  .section-partner__card img {
    max-width: 90%;
    max-height: 90%;
  }
  .activeList{
    margin-top: 0.18rem;
    margin-bottom: 0.2rem;
  }
  .activeList_content{
    display: block;
    margin-bottom: 0;
  }
}
