.border-bottom {
  border-bottom: 1px solid #ccc;
}

.banner-layout {
  height: 524px;
  background-position: top center;
  background-repeat: no-repeat;
}

.pannel {
  padding-top: 60px;
  margin: 0  auto 0;
  width: 1024px;
}
.pannel .tabs {
  height: 50px;
}
.pannel .tabs .tab {
  position: relative;
  float: left;
  display: block;
  width: 204px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  color: #333;
  text-align: center;
  border-left: 1px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pannel .tabs .tab:last-child {
  border-right: 1px solid #ccc;
}
.pannel .tabs .tab::before {
  content: " ";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  height: 4px;
  background-color: #808080;
  z-index: 2;
}
.pannel .tabs .tab:hover {
  color: #0071ce;
}
.pannel .tabs .tab:hover::before {
  background-color: #0071ce;
}
.pannel .tabs .tab.active {
  color: #fff;
  background-color: #0071ce;
  border-color: #0071ce;
  border-radius: 5px 5px 0 0;
}
.pannel .tabs .tab.active::before {
  background-color: #0071ce;
}
.pannel .tabs .tab.active:last-child {
  border-color: #0071ce;
}
.pannel .tabs .tab.active + .tab {
  border-left: 1px solid #fff;
}
.pannel .pannel-title {
  padding-bottom: 20px;
  padding-left: 18px;
  margin-top: 60px;
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 20px;
}
.pannel .pannel-title.mt0 {
  margin-top: 0;
}
.pannel .pannel-title.mt20 {
  margin-top: 20px;
}
.pannel .pannel-title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  width: 4px;
  height: 20px;
  background-color: #0071ce;
}
.pannel .text2 {
  padding-left: 24px;
  font-size: 14px;
  line-height: 34px;
  color: #333;
}
.pannel .mt10 {
  margin-top: 10px;
}
.pannel .pannel-sub-title {
  font-weight: bold;
}

.jiabin-swiper {
  margin: auto;
  width: 872px;
}
.jiabin-swiper .swiper-slide {
  width: 160px !important;
}
.jiabin-swiper .jiabin-img {
  position: relative;
  margin-bottom: 10px;
  width: 160px;
  height: 160px;
  cursor: pointer;
  overflow: hidden;
}
.jiabin-swiper .jiabin-img img {
  width: 100%;
  height: 100%;
}
.jiabin-swiper .jiabin-img .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 2;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jiabin-swiper .jiabin-img .linear-gradient {
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  height: 44px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzFjZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0071ce), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(bottom, #0071ce 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(bottom, #0071ce 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to top, #0071ce 0%, rgba(255, 255, 255, 0) 100%);
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jiabin-swiper .jiabin-img:hover .name {
  bottom: 10px;
}
.jiabin-swiper .jiabin-img:hover .linear-gradient {
  bottom: 0px;
}
.jiabin-swiper .text {
  padding: 0 10px;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  text-align: justify;
}

.jiabin-swiper-box {
  padding-bottom: 20px;
  position: relative;
}
.jiabin-swiper-box .swiper-button-prev {
  top: 80px;
  width: 30px;
  height: 54px;
  background-image: url("../../images/summit_meeting/arrow_left.png");
  background-size: 30px 54px;
  outline: none;
}
.jiabin-swiper-box .swiper-button-next {
  top: 80px;
  width: 30px;
  height: 54px;
  background-image: url("../../images/summit_meeting/arrow_right.png");
  background-size: 30px 54px;
  outline: none;
}

.jingcai-swiper {
  margin: auto;
  width: 881px;
}
.jingcai-swiper .swiper-slide {
  width: 209px !important;
  height: 155px !important;
}
.jingcai-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.media-content {
  padding-bottom: 50px;
}
.media-content .mark {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #0071ce;
}
.media-content .view-btn {
  padding-left: 18px;
  padding-bottom: 15px;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.media-content .view-btn:hover {
  color: #0071ce;
}
.media-content .text {
  padding-top: 20px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
}

.agenda-pannel {
  padding: 20px 0;
}
.agenda-pannel .tab-pannel {
  display: none;
}
.agenda-pannel .tab-pannel.show {
  display: block;
}
.agenda-pannel .mark {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #0071ce;
}
.agenda-pannel .text {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
}
.agenda-pannel .text.pt20 {
  padding-top: 10px;
}
.agenda-pannel .text label {
  float: left;
  margin-right: 30px;
  display: inline-block;
  width: 120px;
}
.agenda-pannel .text span {
  float: left;
  line-height: 30px;
}
