html, body {
  background: #122253;
}
/*活动概要 */
.section-summary {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/*.section-summary .col-right {
  width: 800px;
}*/
.section-summary .col-right img {
  display: block;
  width: 277px;
  height: auto;
}
.section-summary .col-left p{
  margin-bottom: 20px;
  color: #EBF0FC;
  opacity: 0.8;
}
.section-summary .col-left {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height:1.6;
  margin-right: 40px;
}
/*活动概要 end*/

/*活动亮点  */
.public-section.is-highlights {
  padding-top: 83px; 
  background: #12255d;
  padding-bottom: 80px;
}
.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: 140px;
  padding-left:30px;
  border-radius: 2px;
  background: linear-gradient(155deg,#142d77 16%, #0048b4 99%);
  border-radius: 8px;
}
.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: 88px;
  height: 88px;
  margin-right: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-highlights__text {
  font-size:16px;
  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: #1b2f6d;
}

.section-agenda__tr:first-child {
  background: #1733ab;
  border-radius: 10px 10px 0px 0px;
}
.section-agenda__tr:nth-child(2n-1) .section-agenda__td{
  background: #1d367e;
}
.section-agenda__td {
  display: table-cell;
  height: 65px;
  vertical-align: middle;
  min-height: 65px;
  border-bottom:   0px solid #1733ab;
  border-right:   0px solid #1733ab;
  padding-left: 30px;
}
.section-agenda__td:first-child {
  border-left:   0px solid #1733ab;
  padding-left: 50px;
  width: 260px;
}

.section-agenda__td:nth-child(2) {
 font-weight: 700;
}
.section-agenda__td:last-child {
  width: 280px;
}
.section-agenda__td > div {
  color: #D8F0FF;
  font-size: 14px;
}
.section-agenda__td:nth-child(1) {
  padding-left: 50px;
}

.section-agenda__ft {
  padding-top: 30px;
  text-align: right;
  color: #dee0e5;
  font-size: 12px;
  opacity: 0.8;
}

/*会议议程 end*/
/*演讲嘉宾*/
.is-guest{  
  padding: 80px 0;
  padding-bottom: 140px;
  background: #12255d;
}
.public-section{
}
.public-section.is-guest .public-section__bd {
  position: relative;
}
.section-guest {
  position: relative;
}
.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: 224px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.section-guest__card:nth-child(5n) {
  margin-right: 0;
}
.section-guest__card img {
  border-radius: 8px 8px 0 0;
  display: block;
  width: 100%;
  height: 250px;
}
.section-guest__card .bd {
  position: relative;
  padding: 12px 15px;
  border-radius: 0 0 8px 8px;
  background: -webkit-linear-gradient(43deg, #1735ac 1%, #0c98e1 97%);
  background: -o-linear-gradient(43deg, #1735ac 1%, #0c98e1 97%);
  background: linear-gradient(133deg, #1735ac 1%, #0c98e1 97%);
}
.section-guest__card .bd::after{
  content: "";
  position: absolute;
  top:50%;
  right: 12px;
  transform: translate(0,-50%);
  background:url(../images/page-index/AI1.png) center center no-repeat;
  width: 88px;
height: 73px;
}
.section-guest__card .name {
  font-size: 18px;
  margin-bottom: 5px;
  color: #fff;
}
.section-guest__card .desc {
  font-size: 14px;
  height: 39px;
  color: #fff;
}
.section-guest__tips {
    position: absolute;
    right: 0;
    bottom: -67px;
    color: #D8F0FF;
    font-size: 12px;
    color: #DEE0E5;
    opacity: 0.8;
}
.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: 32px;
  height: 32px;
  margin-top: -224px;
  opacity: 1;
  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:0.8;
}
.section-guest .swiper-button-prev {
  left: 93%;
}
.section-guest .swiper-button-next {
  right: 0;
  transform: rotate(-180deg);
}
.section-guest .swiper-pagination {
  display: block;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.section-guest .swiper-pagination-bullet {
  margin: 0 5px;
  width: 14px;
  height: 4px;
  background: #00fffc;
  border-radius: 2px;
  opacity: 1;
}
.section-guest .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1733ab;
}

/*演讲嘉宾*/
/*会议报名*/
.section-application {
 /* border-radius: 4px;
  padding: 50px 20px;
  background: #1733ab;*/
}
.section-application .submit-form {
  width: 75%;
  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: #DEE0E5;
  text-align: right;
  margin: 0 auto;
  font-size: 12px;
}
.form__tips_top{
  position: relative;
  top:-100px;
}
.section-application .submit-form__tips.submit-form__tips_bottom{
  width: 100%;
  text-align: left;
}
.section-application__btn {
  cursor: pointer;
  width: 240px;
  height: 60px;
  background: linear-gradient(90deg,#00e294, #08c3ff);
  border-radius: 8px;
  line-height: 60px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.section-application__btn:hover {
background: linear-gradient(90deg,#0cb97d, #0086b1);
}

/*会议报名*/
.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__lists:nth-child(1),

.section-partner__lists:nth-child(2){
  display: inline-block;
  width: auto;
}

.section-partner__lists:nth-child(1) .section-partner__card ,
.section-partner__lists:nth-child(2) .section-partner__card {
  width: 205px;
}
.section-partner__lists:nth-child(1) .section-partner__card img,
.section-partner__lists:nth-child(2) .section-partner__card img{
  max-width: 100%;
  max-height: 100%;
}
.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;
}
.public-section_adress{
  background: #12255d;
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .section-summary {
    display: block;
    padding: 0rem;
    padding-bottom: 0rem;
  }
  .section-summary .col-left {
    min-width: 0;
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
    line-height: 1.8;
    margin-right: 0;
    padding: 0rem 0.3rem ;
  }
  .section-summary .col-left p{
    margin-bottom: 0.4rem;
  }
  .section-summary .col-left p:last-child{
    margin-bottom: 0;
  }
  .section-summary .col-right {
    margin: 0 0.3rem;
  }
  .section-summary .col-right img {
    display: block;
    width: 100% ;
    height: 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: #1b2f6d;
}
  .section-agenda__tr:nth-child(odd) {
    background: #1d367e;
  }
  .section-agenda__ft{
    text-align: center;
    padding-top: 0.3rem;
  }
  .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__tr:nth-child(2n-1) .section-agenda__td {
    background: transparent;
}
  .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;
  }
  .is-guest {
    padding: 0.8rem 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.3rem;
  }
  .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: 164%;
    z-index: 11;
}
.is-guest  .section-guest__tips{
  
  padding-top: 0.6rem;
}
.section-guest .swiper-button-prev {
    left: 27%;
}
.section-guest .swiper-button-next{
  right:27%;
}
  .section-application {
    padding: 0rem 0.3rem;
    position: relative;
  }
  .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 .form__tips_top {
    position: absolute;
    width: 43%;
    font-size: 0.24rem;
    text-align: right;
    top: -1.25rem;
    margin: 0;
    right: 0.3rem;
    color:#B5B6BA;
  }
  .section-application .submit-form__tips.submit-form__tips_bottom{
    text-align: left;
    width: 100%;
    padding-right: 0;
  }
  .form_checkbox_box{
    margin-bottom: 0.4rem;
  }
  .form_checkbox_box dt {
    font-size: 0.24rem;
    color: #fff;
    margin-bottom: 0.2rem;
}
  .form_checkbox_box dd .form_checkbox_label {
    display: block;
    font-size: 0.24rem;
    width: 100% !important;
    margin-bottom: 0.2rem;
}
  .section-application__btn {
    cursor: pointer;
    width: 6.3rem;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0.3rem auto 0;
    font-size: 0.3rem;
  }
  .public-section_adress {
    padding: 0.8rem 0;
}
.public-section_adress .public-section__hd{
  margin-left: 0.3rem;
}
  .section-address {
    margin: 0rem;
  }
  .section-address img.pc {
    display: none;
  }
  .section-address img.m {
    display: block;
    width: 100%;
  }
  .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%;
  }
  .is-participating{
    padding-right: 0;
  }
  .section-partner__lists:nth-child(1),

.section-partner__lists:nth-child(2){
  display: inline-block;
  width:24.2%;
}
  .section-partner__lists:nth-child(1) .section-partner__card ,
.section-partner__lists:nth-child(2) .section-partner__card {
  width:100%;
}
.section-partner__lists:nth-child(1) .section-partner__card img,
.section-partner__lists:nth-child(2) .section-partner__card img{
  width: 100%;
  height: auto;
}
}
