/* @font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_2452191_faricghk1ak.woff2?t=1628043857550') format('woff2'),
    url('//at.alicdn.com/t/font_2452191_faricghk1ak.woff?t=1628043857550') format('woff'),
    url('//at.alicdn.com/t/font_2452191_faricghk1ak.ttf?t=1628043857550') format('truetype');
}

.iconfont {
  font-family: 'iconfont' !important;
}

.iconfont.icon-left::before {
  font-family: 'iconfont' !important;
  content: '&#xe661';
} */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
span figcaption {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  font-family: '微软雅黑';
}

a:hover,
a:link,
a:visited,
a:hover {
  text-decoration: none !important;
  color: #000;
}

.clear_float:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

img.loading {
  background: rgb(221, 221, 221);
}

ul li {
  list-style: none;
}

.main {
  width: 100%;
  height: 100%;
  background-color: #030032;
}

.header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.header .navbar {
  width: 1200px;
  padding: 15px 0px;
  margin: 0 auto;
  margin-bottom: 0px;
}

.header .navbar-default {
  border: none;
  background: none;
}

.header .navbar-brand {
  width: 153px;
  height: 41px;
  padding: 0px;
}

.header .container-fluid {
  height: 100%;
  line-height: 80px;
}

.header li a {
  font-size: 16px;
  color: #fff !important;
}

.header li:hover a {
  color: #aa57ff !important;
}

/* banner */
.home-screen {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

.home-screen::after {
  content: '';
  width: 100%;
  height: 26%;
  background: linear-gradient(180deg, rgba(3, 0, 50, 0) 0%, #030032 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-screen img {
  width: 100%;
}

/* 会议介绍 */
.content-demo {
  max-width: 1200px;
  margin: 0 auto;
}

.module-ttile {
  width: 416px;
  height: 95px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.module-ttile .hidden-title {
  position: relative;
  top: -150px;
  overflow: hidden;
}

.module-ttile-mini {
  width: 218px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.module-ttile.review {
  width: 203px;
}

.module-ttile-mini.review {
  width: 111px;
  margin-bottom: 30px;
}

.module-ttile.lecture_sentence {
  width: 381px;
}

.module-ttile-mini.lecture_sentence {
  width: 202px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.module-ttile.news {
  width: 187px;
}

.module-ttile-mini.news {
  width: 98px;
  margin-bottom: 30px;
}

.module-ttile.highlights {
  width: 331px;
}

.module-ttile-mini.highlights {
  width: 176px;
}

.module-ttile.agenda {
  width: 219px;
}

.module-ttile-mini.agenda {
  width: 116px;
}

.module-ttile.speaker {
  width: 243px;
}

.module-ttile-mini.speaker {
  width: 129px;
}

.module-ttile.partner {
  width: 251px;
}

.module-ttile-mini.partner {
  width: 133px;
}

.module-ttile img,
.module-ttile-mini img {
  width: 100%;
  height: 100%;
}

.introduce-content {
  width: 100%;
  height: auto;
  min-height: 423px;
  position: relative;
  margin-bottom: 100px;
}

.introduce-content .bgc1 {
  content: '';
  width: 495px;
  height: 423px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('../images/introduce1.png') no-repeat center;
  background-size: 100% 100%;
}

.introduce-content .content {
  width: 70%;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 50px;
  background: rgba(10, 0, 66, 0.8);
  margin-left: 30%;
  position: relative;
}

.introduce-content .content .content-item {
  margin: 30px 0;
}

.introduce-content .content::after {
  content: '';
  width: 171px;
  height: 171px;
  position: absolute;
  right: 10px;
  bottom: -63px;
  background: url('../images/introduce2.png') no-repeat center;
  background-size: 100% 100%;
}

/* 峰会回顾 */
.review_container {
  max-width: 1200px;
  margin: 0px auto;
  margin-bottom: 134px;
}

.review_content {
  width: 100%;
  margin: 0px auto;
}

.review_video_container {
  width: 100%;
  margin-bottom: 100px;
}

.review_video_container .review_video {
  display: block;
  margin: 0px auto;
  width: 890px;
  height: 556px;
}

.review_video_container .review_video .iframe {
  width: 100%;
  height: 100%;
}


.review_wonderful_moment_title {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.review_wonderful_moment_banner {
  width: 100%;
  height: 250px;
}

.review_wonderful_moment_banner .review_wonderful_moment_item {}

.review_wonderful_moment_banner .review_wonderful_moment_banner_img {
  display: block;
  width: 380px;
  height: 250px;
}

.review_wonderful_moment_banner .wonderful_moment_banner_pagination {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.review_wonderful_moment_banner .wonderful_moment_banner_pagination_item {
  width: 30px;
  height: 4px;
  background: #FFFFFF;
  opacity: 0.3;
  margin-right: 10px;
}

.review_wonderful_moment_banner .wonderful_moment_banner_pagination_item:last-child {
  margin-right: 0px;
}

.review_wonderful_moment_banner .wonderful_moment_banner_pagination_item.is_active {
  width: 60px;
  opacity: 1;
}

.review_wonderful_moment_banner .wonderful_moment_banner_operate {
  position: absolute;
  top: 100px;
  width: 50px;
  height: 60px;
  background: #000000;
  opacity: 0.8;
  z-index: 1;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review_wonderful_moment_banner .wonderful_moment_banner_operate.wonderful_moment_banner-next {
  right: 0px;
}

.review_wonderful_moment_banner .wonderful_moment_banner_operate.wonderful_moment_banner-prev {
  left: 0px;
}

.review_wonderful_moment_banner .wonderful_moment_banner_operate.wonderful_moment_banner-next .iconfont,
.review_wonderful_moment_banner .wonderful_moment_banner_operate.wonderful_moment_banner-prev .iconfont {
  font-size: 26px;
}

/* 会议亮点 */

.highlights-demo {
  width: 100%;
  height: auto;
  position: relative;
}

.highlights-demo::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/highligutsbgc.png') no-repeat center center;
  background-size: 100% 100%;

  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.highlights-content {
  width: 100%;
  height: 493px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 68px;

  position: relative;
}

.highlights-content .guests {
  width: 300px;
  height: 332px;
  position: absolute;
  right: 50%;
  bottom: 0;
}

.highlights-content .bazaar {
  width: 300px;
  height: 332px;
  position: absolute;
  left: 50%;
  top: 0;
}

.highlights-content h2 {
  margin-bottom: 20px;
}

.highlights-content .guests .path {
  position: absolute;
  top: -159px;
  left: 0px;
}

.highlights-content .guests .insight {
  position: absolute;
  bottom: 121px;
  left: -245px;
}

.highlights-content .bazaar .grow {
  position: absolute;
  right: -207px;
  top: 131px;
}

.highlights-content .bazaar .technology {
  position: absolute;
  right: 0px;
  bottom: -159px;
}

.highlights-content .guests img,
.highlights-content .bazaar img {
  width: 100%;
  height: 100%;
}

/* 会议亮点mini */
.highlights-demo-mini {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.demo-mini-header {
  width: 100%;
  height: auto;
  position: relative;
}

.demo-mini-header .module-ttile-mini {
  margin-bottom: 8px;
}

.demo-mini-header::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/highligutsbgc.png') no-repeat center center;
  background-size: 100% 100%;

  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.demo-mini-header .demo-main {
  width: 100%;
  padding: 0px 20px;
  display: flex;
}

.demo-mini-header .demo-main img {
  width: 50%;
  height: 100%;
}

.demo-mini-content {
  width: 100%;
  padding: 0px 20px;
}

.demo-mini-content .content-item {
  width: 100%;
  height: 90px;
  color: #fff;
  line-height: 24px;
  background-color: #08003f;
  padding: 23px 20px 19px 20px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px;
}

.demo-mini-content .content-item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  position: absolute;
  left: 20px;
  top: -14px;
}

/* 会议议程 */
.agenda-content {
  width: 100%;
  height: auto;
  margin-right: 0px !important;
  margin-left: 0px !important;
  margin-bottom: 60px;
  background-color: #0a0042;
}

.agenda-content .agenda-am,
.agenda-content .agenda-pm {
  line-height: 72px;
  text-indent: 35px;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  padding: 0;
}

.agenda-content .agenda-pm {
  position: relative;
}

.agenda-content .agenda-pm::after {
  content: '';
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #0a0042 5%, #44089d 25%, #020033 100%);
  position: absolute;
  left: 0;
  top: 0;
}

.agenda-content .agenda-pm .agenda-header {
  line-height: 72px;
  text-align: left;
}

.agenda-content .agenda-pm .agenda-header {
  padding-right: 35px;
}

.agenda-content .agenda-am .agenda-header {
  width: 100%;
  height: 72px;
  border-radius: 20px 0px 0px 0px;
  background: url(../images/agendaam.png) no-repeat center center;
  background-size: 100% 100%;
}

.agenda-content .agenda-pm .agenda-header {
  width: 100%;
  height: 72px;
  border-radius: 0px 20px 0px 0px;
  background: url(../images/agendapm.png) no-repeat center center;
  background-size: 100% 100%;
}

.agenda-am .agenda-am-content {
  padding: 30px 0px;
}

.agenda-content-item {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: 1px;
  text-indent: 0px;
  padding: 30px 0;
}

.agenda-content-item .content-item {
  padding: 15px 20px;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

.agenda-content-item .content-item .left-item {
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(270deg, #6E06F0 0%, #D25887 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
}

.agenda-content-item .content-item .right-item {
  text-align: left;
}

.agenda-content-item .content-item .right-item_speaker {
  font-weight: 400;
  color: #918BB8;
  line-height: 17px;
  font-size: 12px;
  margin-top: 10px;
}

.agenda-content-item .content-item .belonger {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 10px;
}

.agenda-content-item .content-item p {
  margin-bottom: 5px;
}

/* 演讲嘉宾 */

.speaker-content {
  width: 100%;
  margin-left: -12.5px !important;
  margin-right: -12.5px !important;
  margin-bottom: 100px;
}

.speaker-content li img {
  display: block;
  width: 215px;
  height: 215px;
}

.speaker-content li .personal {
  color: #fff;
  padding-top: 10px;
}

.speaker-content .personal .name {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 33px;
  margin-bottom: 5px;
}

.speaker-content .personal .company,
.speaker-content .personal .role {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  word-break: break-all;
  margin-bottom: 5px;
}

.speaker-content .personal .role {
  margin-bottom: 30px;
}

.speaker-tag {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  margin-top: -10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* 大咖说 */
.lecture_sentence_container {
  max-width: 1200px;
  margin: 0px auto;
  margin-bottom: 100px;
}

.lecture_sentence_content {
  width: 100%;
  margin: 0px auto;
}

.lecture_sentence_banner {
  width: 100%;
}

.lecture_sentence_banner .lecture_sentence_banner_img_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.lecture_sentence_banner .lecture_sentence_banner_img_container .lecture_sentence_item {
  width: 380px;
  margin-right: 30px;
}

.lecture_sentence_banner .lecture_sentence_banner_img_container .lecture_sentence_item:last-child {
  margin-right: 0px;
}

.lecture_sentence_img_container {
  width: 380px;
  height: 300px;
  position: relative;
}

.lecture_sentence_img_container .lecture_sentence_img {
  display: block;
  width: 380px;
  height: 300px;
  border: none;
}

.lecture_sentence_img_container .lecture_sentence_name {
  position: absolute;
  left: 30px;
  bottom: 32px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 33px;
  font-size: 24px;

}

.lecture_sentence_img_container .lecture_sentence_company {
  position: absolute;
  left: 30px;
  bottom: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  font-size: 12px;
}

.lecture_sentence_introduce_container {
  width: 380px;
  height: 219px;
  padding: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  box-sizing: border-box;
}

.lecture_sentence_introduce_container .lecture_sentence_introduc_title {
  margin: 0px;
  font-weight: 600;
  color: #030032;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 22px;
}

.lecture_sentence_introduce_container .lecture_sentence_introduc {
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  font-size: 14px;
}

.lecture_sentence_banner .lecture_sentence_banner_operate {
  position: absolute;
  top: 140px;
  width: 50px;
  height: 60px;
  line-height: 60px;
  background: #000000;
  opacity: 0.8;
  z-index: 1;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lecture_sentence_banner .lecture_sentence_banner_operate.lecture_sentence_banner-next {
  right: 0px;
}

.lecture_sentence_banner .lecture_sentence_banner_operate.lecture_sentence_banner-prev {
  left: 0px;
}

.lecture_sentence_banner .lecture_sentence_banner_operate.lecture_sentence_banner-next .iconfont,
.lecture_sentence_banner .lecture_sentence_banner_operate.lecture_sentence_banner-prev .iconfont {
  font-size: 26px;
}

/* 合作媒体 */
.partner-content {
  margin-bottom: 100px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.partner-content li {
  padding: 10px 9px !important;
  /* x=0代表移回原位置 */
  transform: translateY(0);
  /* 移回也需要0.4s时间过渡 */
  transition: transform 0.5s;
}

/* 一行8列 */
.partner-content li.col-xs-1-8,
.partner-content li.col-sm-1-8,
.partner-content li.col-md-1-8,
.partner-content li.col-lg-1-8 {
  position: relative;
  min-height: 1px;
  padding-right: 9px;
  padding-left: 9px;
}

.partner-content li.col-xs-1-8 {
  width: 12.5%;
  float: left;
}

/* 公司动态 */
.news_container {
  margin: 0px auto;
  max-width: 1200px;
}

.news_content {
  width: 100%;
  margin: 0px auto;
}

.news_content .row>div {
  transform: translateY(0);
  transition: transform 0.5s;
  cursor: default;
}

.news_content .row>div:hover {
  transform: translateY(-10px);
}

.news_content a {
  text-decoration: none;
  cursor: pointer;
}

.news_content .news_img {
  border: none;
  width: 100%;
  height: 193px;
}

.news_content .news_msg {
  width: 100%;
  height: 136px;
  background: #FAFAFA;
  box-sizing: border-box;
  font-weight: 600;
  color: #030032;
  line-height: 22px;
  font-size: 16px;
  padding: 30px;
}

.news_more {
  margin-top: 10px;
  margin-bottom: 50px;
  width: 100%;
  height: 50px;
  position: relative;
}

.news_more::before {
  position: relative;
  left: 0px;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  content: '';
  transform: scaleY(0.5);
}

.news_more .news_more_button {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  top: 0px;
  left: calc(50% - 50px);
  z-index: 1;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  background: #030032;
  cursor: pointer;
}

.news_more .news_more_button .iconfont {
  font-size: 12px;
}

.partner-content li img {
  display: block;
  width: 132px;
  height: 72px;
}

@media (max-width: 767px) {

  /* 峰会回顾 */
  .review_container {
    margin-bottom: 13.33vw;
  }

  .review_content .review_video_container .review_video {
    width: 89.33vw;
    height: 55.73vw;
    margin: 0px auto;
  }

  .review_content .review_video_container {
    margin-bottom: 8.2vw;
  }

  .review_content .review_wonderful_moment_title {
    width: 89.33vw;
    margin: 0px auto;
    margin-bottom: 4vw;
    font-size: 4vw;
    text-align: left;
  }

  .lecture_sentence_img_container .lecture_sentence_name {
    left: 5.19vw;
    bottom: 8.31vw;
  }

  .lecture_sentence_img_container .lecture_sentence_company {
    left: 5.19vw;
    bottom: 2.59vw;
  }

  .review_content .review_wonderful_moment_banner {
    width: 94%;
    margin-left: 6%;
    height: auto;
  }

  .review_content .review_wonderful_moment_banner .wonderful_moment_banner_operate {
    display: none;
  }

  .review_content .review_wonderful_moment_banner .swiper-slide {
    width: 80vw;
  }

  .review_content .review_wonderful_moment_banner .review_wonderful_moment_banner_img {
    width: 80vw;
    height: 53.33vw;
  }

  /* 大咖说 */
  .lecture_sentence_container {
    margin-bottom: 16vw;
  }

  .lecture_sentence_container .lecture_sentence_banner {
    width: 94%;
    margin-left: 6%;
    height: auto;
  }

  .lecture_sentence_container .lecture_sentence_banner .swiper-slide {
    width: 80vw;
  }

  .lecture_sentence_container .lecture_sentence_img_container {
    width: 80vw;
    height: auto;
  }

  .lecture_sentence_container .lecture_sentence_img_container .lecture_sentence_img {
    width: 80vw;
    height: 62.93vw !important;
  }

  .lecture_sentence_container .lecture_sentence_introduce_container {
    width: 80vw;
    height: 66.66vw;
  }

  /* 公司动态 */
  .news_container .news_list {
    width: 94%;
    margin-left: 6%;
    height: auto;
  }

  .news_container .news_list .swiper-slide {
    width: 77.33vw;
  }

  .news_container .news_content .news_img {
    width: 77.33vw;
    height: 51.46vw;
  }

  .news_container .news_content .news_msg {
    width: 77.33vw;
    height: 36.26vw;
  }

  .news_container .news_more {
    height: 12vw;
    margin-top: 0px;
  }

  .news_container .news_more::before {
    width: 89vw;
    left: 5.5vw;
    top: calc(50% - 1px)
  }

  .news_container .news_more .news_more_button {
    height: 12vw;
    line-height: 12vw;
  }

}

@media (max-width: 376px) {
  .speaker-content {
    margin: 0px auto !important;
  }

  .speaker-content li {
    height: 220px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .speaker-content li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .partner-content {
    margin-bottom: 16vw;
  }

  .partner-content li img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 377px) and (max-width: 500px) {
  .speaker-content {
    margin: 0px auto !important;
  }

  .speaker-content li {
    height: 240px;
  }

  .speaker-content li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .partner-content {
    margin-bottom: 16vw;
  }

  .partner-content li img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 501px) and (max-width: 767px) {
  .speaker-content {
    margin: 0px auto !important;
  }

  .speaker-content li {
    height: 44vw;
  }

  .speaker-content li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .partner-content {
    margin-bottom: 16vw;
  }

  .partner-content li img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* 峰会回顾 */
  .review_container {
    margin-bottom: 13.33vw;
  }

  .review_content .review_video_container .review_video {
    width: 89.33vw;
    height: 55.73vw;
    margin: 0px auto;
  }

  .review_content .review_video_container {
    margin-bottom: 8.2vw;
  }

  .review_content .review_wonderful_moment_title {
    width: 89.33vw;
    margin: 0px auto;
    margin-bottom: 4vw;
    font-size: 4vw;
    text-align: left;
  }

  .lecture_sentence_img_container .lecture_sentence_name {
    left: 5.19vw;
    bottom: 8.31vw;
  }

  .lecture_sentence_img_container .lecture_sentence_company {
    left: 5.19vw;
    bottom: 2.59vw;
  }

  .review_content .review_wonderful_moment_banner {
    width: 94%;
    margin-left: 6%;
    height: auto;
  }

  .review_content .review_wonderful_moment_banner .wonderful_moment_banner_operate {
    display: none;
  }

  .review_content .review_wonderful_moment_banner .swiper-slide {
    width: 80vw;
  }

  .review_content .review_wonderful_moment_banner .review_wonderful_moment_banner_img {
    width: 80vw;
    height: 53.33vw;
  }

  /* 大咖说 */
  .lecture_sentence_container {
    margin-bottom: 16vw;
  }

  .lecture_sentence_container .lecture_sentence_banner {
    width: 94%;
    margin-left: 6%;
    height: auto;
  }

  .lecture_sentence_container .lecture_sentence_banner .swiper-slide {
    width: 80vw;
  }

  .lecture_sentence_container .lecture_sentence_img_container {
    width: 80vw;
    height: auto;
  }

  .lecture_sentence_container .lecture_sentence_img_container .lecture_sentence_img {
    width: 80vw;
    height: 62.93vw !important;
  }

  .lecture_sentence_container .lecture_sentence_introduce_container {
    width: 80vw;
    height: 66.66vw;
  }

  /* 公司动态 */
  .news_container .news_list {
    width: 94%;
    margin-left: 6%;
    height: auto;
  }

  .news_container .news_list .swiper-slide {
    width: 77.33vw;
  }

  .news_container .news_content .news_img {
    width: 77.33vw;
    height: 51.46vw;
  }

  .news_container .news_content .news_msg {
    width: 77.33vw;
    height: 36.26vw;
  }

  .news_container .news_more {
    height: 12vw;
    margin-top: 0px;
  }

  .news_container .news_more::before {
    width: 89vw;
    left: 5.5vw;
    top: calc(50% - 1px)
  }

  .news_container .news_more .news_more_button {
    height: 12vw;
    line-height: 12vw;
  }

  .speaker-content li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .partner-content li img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .speaker-content li img {
    display: block;
    width: 100%;
    height: auto;
  }

  .partner-content li img {
    width: 105.6px;
    height: 57.6px;
  }
}

@media (min-width: 768px) {
  .partner-content li.col-sm-1-8 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 992px) {
  .speaker-content li.col-md-1-5 {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .partner-content li.col-md-1-8 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .speaker-content li.col-lg-1-5 {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .partner-content li.col-lg-1-8 {
    width: 12.5%;
    float: left;
  }

  .agenda-content {
    margin-bottom: 100px;
  }
}

.partner-content li:hover {
  /* x=-10px代表左移10px */
  transform: translateY(-10px);
  /* 0.4s完成transform移动效果*/
  transition: transform 0.5s;
}

/* 参加报名 */
.footer {
  padding: 70px 0px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #0a0042;
}

.footer .apply {
  text-align: right;
  padding-right: 100px;
}

.footer .jessica {
  text-align: left;
  padding-left: 63px;
}

.footer .content {
  display: inline-block;
  text-align: center;
}

.footer img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0px auto;
}

.footer p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}

.relation {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 30px 0px 190px;
}

@media screen and (max-width: 1200px) {

  /* banner */
  .home-screen {
    margin-bottom: 8px;
  }

  /* 会议介绍 */
  .introduce-content .content {
    width: auto;
    position: static;
    margin: 0 auto;
    padding: 20px;
    margin: 20px;
  }

  /* 会议议程 */
  .agenda-content {
    padding: 0 20px;
  }

  .agenda-content .agenda-am .agenda-header,
  .agenda-content .agenda-pm .agenda-header {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
  }

  .agenda-content .agenda-pm .agenda-header {
    background: url(../images/agendaam.png) center center / 100% 100% no-repeat;
  }


  .agenda-content .agenda-am {
    margin-bottom: 30px;
  }

  .agenda-content .agenda-pm {
    position: static;
  }

  .agenda-content .agenda-pm::after {
    background: transparent;
  }

  .agenda-content-item {
    padding: 10px 0;
  }

  .agenda-content-item .content-item {
    padding: 7px 5px;
  }

  .agenda-content-item .content-item .left-item {
    font-size: 12px;
    line-height: 17px;
    text-align: left;
  }

  .agenda-content-item .content-item .right-item {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }

  .agenda-content-item .content-item .belonger {
    margin-top: 5px;
  }

  /* 演讲嘉宾 */
  .speaker-content .personal .name {
    font-size: 15px;
    line-height: 21px;
  }

  .speaker-tag {
    font-size: 12px;
  }

  /* 参加报名 */
  .footer {
    padding: 30px 0;
  }

  .footer .jessica,
  .footer .apply {
    text-align: center;
    padding: 0px;
  }

  .footer .apply {
    padding: 0px 0px 30px;
  }

  .relation {
    font-size: 15px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .news_container .row {
    margin: 0px auto !important;
  }
}