/* reset-------------------------------------------- */
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}

select {
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
}

fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}

legend {
  display: none;
}

address,
caption,
em,
strong,
th,
i {
  font-style: normal;
}

table caption {
  margin-left: -1px;
}

hr {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E4E4E4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}

ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}


a {
  display: inline-block;
  color: #565656;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

input,
textarea,
button {
  outline: none;
}

img {
  max-width: 100%;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* reset-------------------------------------------- */


/* common--------------------------------------------------- */
@keyframes slideInLeft {

  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {

  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation: slideInLeft .5s forwards;
  animation: slideInLeft .5s forwards;
}




body {
  font: 14px "microsoft yahei", arial, helvetica, clean, sans-serif;
  text-align: left;
  color: #373737;
}

/* countdown
   ================================================================================ */
.countdown {
  height: 36px;
  margin-left: 100px;
  position: relative;
  float: right;
  margin-top: 30px;
}

.countdown .ul_count {
  float: left;
  width: 194px;
  height: 28px;
  /*background-image: url(//file.htx.cc/yzt/countdown_bg.png);*/
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.countdown .c_tit {
  float: left;
  font-size: 16px;
  letter-spacing: 0;
  margin-right: 10px;
}

.countdown li {
  float: left;
  line-height: 20px;
  text-align: center;
  padding: 2px 2px;
  margin-right: 1px;
  font-weight: 400;
  text-align: center;
}

/*.countdown li:nth-child(1) {
  width: 60px;
}
*/
.countdown li span {
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  background-image: url(countdown_xs.png);
  background-repeat: repeat-x;
  text-align: center;
  padding: 0px 0px 0px 2px;
}

.bg_img {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header {
  position: relative;
}

.head_img {
  float: left;
  width: 12%;
  margin-top: 5px;
}

.header_top {
  height: 144px;
  background: url(header_2022.jpg) no-repeat;
  text-align: left;
  border-bottom: 1px #d3d3d3 solid;
}

.head_right {
  width: 25%;
  font-size: 16px;
  float: right;
  text-align: right;
  margin-top: 58px;
}

.web_info {
  width: 75%;
  line-height: 63px;
  float: left;
  margin-top: 20px;
}

.head_time {
  float: left;
  margin-top: 64px;
  margin-right: 25px;
  font-size: 16px;
}

.head_right span {
  font-weight: 600;
  font-size: 30px;
  font-family: 'Impact';
}

.lang {
  width:288px;
  line-height: 25px;
  float: right;
  border: 0px #d3d3d3 solid;
  font-size: 16px;
  margin-top: 5px;
  margin-left: 20px;
  padding-left: 10px;
  text-align: right;
}

.lang img {
  vertical-align: middle;
  margin-top: -3px;
}

@media(min-width:1199px) {
  .container {
    width: 1230px;
  }

}

@media(max-width:768px) {
  .float-xs {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
  }

  .header_top {
    height: auto;
    border: 0;
  }

  .head_right {
    float: left;
    width: 100%;
    margin-top: 20px;
  }

  .head_time {
    margin-top: 0px;
    text-align: right;
  }

  .lang {
    margin-top: 0px;
    float: right;
    border: 0;
  }

  .web_info {
    width: 75%;
    line-height: 26px;
    margin-top: 8px;
    margin-left: 15px;
  }

  .head_right span {
    font-size: 18px;
  }

  .countdown {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    margin: 20px 0 30px 0;
  }

  .countdown span {
    display: inline;
  }

  .countdown p {
    display: inline;
    font-size: 12px;
  }

  .countdown .ul_count {
    width: auto;
  }

  .countdown .c_tit {
    margin-right: 2px;
    font-size: 12px;
  }

  .countdown li span {
    font-size: 18px;
  }
}

/* 导航-------------------------------------------------- */
.nav {
  position: relative;
  z-index: 6;
  padding: 0;
  height: 58px;
}

.mobile_nav_bar {
  display: none;
}

.nav_list_bg {
  display: none;
}

.nav_list {
  display: inline-table;
  /*margin: 0px auto;*/
  width: 100%;
  margin-top: 0px;
}

.nav_item {
  display: table-cell;
  text-align: center;
  position: relative;
}

.nav_item>a {
  display: block;
  color: #404040;
  padding: 18px 0 17px 0;
  font-size: 18px;
}

.nav_item>a .iconfont {
  display: none;
}

.nav_item>a:hover,
.nav_item.active>a {
  color: #fff;
  background: #1a8fd7;
}

.sub_nav_list {
  display: none;
  width: 164px;
  position: absolute;
  top: 55px;
  left: 0px;
  z-index: 999;
  color: #FFF;
  text-align: center;
  background: #1a8fd7;
}

.sub_nav_item {
  line-height: 42px;
  padding: 0 0px;
}

.nav_list li:nth-child(7) .sub_nav_item {
  display: none;
}

.sub_nav_item>a {
  display: block;
  color: #fff;
  font-size: 14px;
}

.sub_nav_item>a:hover {
  color: #187ac7;
  background: #fff;
}

.sub_nav_item:nth-last-child(1)>a {
  border: none;
}

@media(min-width:1920px) {
  .nav_list {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .nav {
    padding-right: 0;
    width: 100%;
    height: 0;
    margin: 0;
  }

  .logo-xs {
    width: 50%;
  }

  .nav_item>a {
    display: block;
    color: #fff;
  }

  .mobile_nav_bar {
    display: block;
    padding: 10px 12px;
    width: 100%;
  }

  .mobile_nav_bar a.home {
    color: #fff;
    font-size: 24px;
  }

  .mobile_nav_bar em.btnbar {
    color: #1a8fd7;
    font-size: 36px;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    /*float: right;
	  margin-top:-90px;
*/
    position: fixed;
    right: 15px;
    top: 3px;
  }

  .nav_list {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    width: 76%;
    height: 100%;
    padding: 0;
    z-index: 9;
    left: 0;
    top: 0;
    background: #1d1d1d;
  }

  .nav_item {
    display: block;
    text-align: left;
  }

  .nav_item>a {
    font-size: 17px;
    border-bottom: 1px solid #373737;
    padding: 14px 12px;
  }

  .nav_item>a:hover,
  .nav_item.active>a {
    color: #004399;
    background: #e5f3f6;
    border-bottom: 2px #187ac7 solid;
  }

  .nav_item.index {
    display: none;
  }

  .nav_item>a .iconfont {
    display: block;
    float: right;
  }

  .nav_item:hover {
    background: inherit;
  }

  .sub_nav_list {
    width: 100%;
    position: initial;
    background: #2c2c2c;
    color: #fff;
    border: none;
  }

  .sub_nav_item {
    text-align: left;
  }

  .sub_nav_item>a {
    border-bottom: 1px solid #474747;
    color: #fff;
    font-size: 15px;
    padding-left: 30px;
  }

  .nav_list_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
  }
}

@media (max-width: 330px) {
  .web_info {
    width: 75%;
  }

  .head_right,
  .head_right span {
    font-size: 12px;
  }

}

/* 导航-------------------------------------------------- */

/* banner--------------------------------------------------------------- */
.banner {
  clear: both;
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.banner .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 14px;
  left: 0;
}

.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #187ac7;
  opacity: .5;
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
}

.banner .video_wrap {
  width: 100%;
  height: 460px;
  position: relative;
}

.banner .banner_img {
  background-size: cover;
  /*height:460px;*/
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.banner video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  /* object-fit: cover; */
}

@media (max-width: 768px) {
  .banner .video_wrap {
    height: 190px;
  }

  .banner .swiper-pagination {
    bottom: 6px;
  }

  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}

/* banner--------------------------------------------------------------- */
/* num_area--------------------------------------------------------------- */
.num_area {
background-image: url(home.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  color: #0552A0;
  padding-top:10px;
  padding-bottom:80px;
  text-align: center;
}

.num_area .num_li {
  margin-bottom: 20px;
}

.num_area .num_li:after {
  display: block;
  content: '';
  height: 70px;
  width: 0px;
  background: #d3d3d3;
  margin-top: -80px;
}

.num_area .num_li:nth-child(1):after {
  display: none;
}

.counters-item .date-num {
  font-size: 36px;
  font-weight: 600;margin-top:90px;
}

/*
.num_area .num_li .num_add{display:none;}*/
.num_area .num_li:nth-child(4) .num_add {
  display: inline-block;
}

.counters-item i {
  display: block;
  width: 50px;
  height: 30px;
  margin: 15px auto 20px auto;
}

.counters-item h5 {
  font-weight: 500;
}

@media(max-width:991px) {
  .num_area {
    padding-bottom: 20px;
  }

  .counters-item .date-num {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .counters-item h5 {
    font-size: 12px;
    color: #666;
  }

  .counters-item i {
    margin: 5px auto 10px auto;
  }

  .num_area .num_li:after {
    display: none;
  }

  .padd0-xs {
    padding-left: 0;
    padding-right: 0;
  }
}

/* num_area--------------------------------------------------------------- */
/* exb_intro-------------------------------------------------------------- */
.exb_intro {
  padding-bottom: 60px;
  text-align: left;
}

.common_title {
  clear: both;
  text-align: center;
  font-size: 24px;
  position: relative;
  margin-bottom: 50px;
}

.common_title em {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0;
}

.common_title:after {
  display: block;
  content: '';
  clear: both;
  width: 54px;
  height: 2px;
  background: #0079bf;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -27px;
}

.common_title em:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #099ef4;
  border-radius: 20px;
  opacity: .3;
  position: absolute;
  left: 50%;
  margin-left: 37px;
  top: 5px;
}

.exb_intro_cont .intro_text {
  line-height: 30px;
  padding: 0px 30px;
}

.exb_intro_cont .intro_text p {
  line-height: 3em;
  font-size: 18px;
}

.exb_intro_cont .intro_text>a {
  color: #1a8fd7;
  /*padding-left: 8px;*/
}

@media (max-width: 768px) {
  .common_title {
    margin-bottom: 25px;
  }

  .exb_intro {
    padding-bottom: 20px;
  }

  .exb_intro_img {
    width: 100%;
  }

  .exb_intro_cont {
    margin-top: 0px;
    width: 100%;
  }

  .exb_intro_cont .intro_text {
    font-size: 14px;
    line-height: 1.8em;
    padding: 0;
    text-align: justify;
  }

  .exb_intro_cont .intro_text p {
    line-height: 1.8em;
    font-size: 14px;
  }
}

/* exb_intro-------------------------------------------------------------- */
/*kslj---------------------------------------------------------------*/
.kslj {
  min-height: 637px;
  margin-top: 50px;
  background-image: url(fast_bg.jpg);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-top: 100px;
}

.lj-lb {
  margin: 0 auto;
}

.lj-lb .lj-mk {
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

.lj-lb .lj-mk a {
  display: block;
  width: 184px;
  height: 210px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;

}

.lj-lb .lj-mk a .tp {
  display: block;
  width: 140px;
  height: 140px;
  -webkit-transform: rotate(45deg);
  border-radius: 10%;
  overflow: hidden;
  box-sizing: border-box;
  border: 5px solid #ccc;
  margin: 0px auto;
}

.lj-lb .lj-mk a .tp img {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: rotate(-45deg);
  transform: scale(1.1);

}

.lj-lb .lj-mk a:hover img {
  transform: scale(1.2);
}

.lj-lb .lj-mk a p {
  height: 30px;
  width: 100%;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

@media(max-width:768px) {
  .kslj {
    padding-top: 40px;
    margin-top: 20px;
    background-size: cover;
    background-position: center;
  }

  .lj-lb .lj-mk a .tp,
  .lj-lb .lj-mk a {
    width: auto;
    height: auto;
  }

  .lj-lb .lj-mk a {
    margin-bottom: 2px;
  }

  .lj-lb .lj-mk a .tp {
    display: block;
    width: 100px;
    height: 100px;
  }
}

/*news-----------------------------------------------------------------*/
.news {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 160px;
  margin-top: -290px;
}

.new {
  margin: 0 auto;
}

.t_w120 {
  width: 100px;
  margin-bottom: 10px;
  margin-top: -10px;
  text-align: left;
}

.new .new-t .new-t-l {
  height: 400px;
  float: left;
  box-sizing: border-box;
  padding: 20px;
}

.new .new-t .new-t-l iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.new .new-t .new-t-l video {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*background-color: #222;*/
}

.new .new-t .new-t-r {
  height: 400px;
  float: right;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.ctop_news h2 {
  clear: both;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

.ctop_news li {
  border-bottom: 1px #d3d3d3 solid;
  line-height: 26px;
  padding: 12px 0px;
  margin: 15px 0px;
}

/**/
.new-b {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 20px;
}

.new-b-l {
  float: left;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.new-b-r {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.new-b h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;

}

.new-b ul li {
  height: 35px;
  width: 99%;
}

.new-b ul li a {
  line-height: 35px;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.new-b ul li a span {
  width: 5px;
  height: 5px;
  border: 1px #ccc solid;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 5px;
}

.ckgd {
  color: #1a8ed7;
  margin-top: 10px;
  margin-left: 15px;
}

.ind-video {
  width: 100%;
  height: 409px;
}

@media(max-width:768px) {
  .ctop_news li {
    margin: 0;
    padding: 6px 0px;
  }

  .t_w120.common_title em:after {
    display: none;
  }

  .t_w120.common_title:after {
    display: none;
  }

  .ctop_news h2 {
    font-weight: 500;
  }

  .ctop_news li {
    border: 0;
    line-height: 35px;
  }

  .ctop_news li a {
    line-height: 35px;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .ctop_news li span {
    width: 5px;
    height: 5px;
    border: 1px #ccc solid;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 5px;
  }

  .ind-video {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
  }
}

/*kslj------------------------------------------------------------------*/
/*same_area---------------------------------------------------------------*/
.same_area {
  background: #1a8fd7;
  position: relative;
  bottom: 150px;
  padding: 30px 30px;
  text-align: center;
}

.same_area li img {
  height: 100%px;
}

.same_area p {
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding-top: 8px;
  font-size: 12px;
}

.mart30 {
  margin-top: 20px;
}

.swcomm .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.swcomm .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #0e74be;
}

.swcomm .swiper-pagination-bullet-active {
  background: #0e74be;
}

.white_b .swiper-pagination-bullet-active,
.white_b .swiper-pagination-bullet {
  background: #fff;
}

@media (max-width: 768px) {
  .same_area {
    padding: 10px 10px;
    bottom: 130px;
  }

  .same_area li img {
    height: 70px;
  }

  .swcomm .swiper-pagination {
    margin-top: 0px;
  }

  .swcomm .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }


  .swcomm .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .ulactiv-xs {
    margin-left: -5px;
    margin-right: -5px;
  }

  .ulactiv-xs li {
    margin-bottom: 8px;
    min-height: 130px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*same_area---------------------------------------------------------------*/
/*exb_tj &view_area--------------------------------------------------------------*/
.exb_tj {
  margin-top: 10px;
  padding-bottom: 50px;
}

.view_area {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .view_area {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

/*exb_tj &view_area--------------------------------------------------------------*/
/*index exhibitor---------------------------------------------------------------- */
.indexb_area {
  padding-top: 50px;
  position: relative;
}

.ind_exhibitor {
  float: left;
  margin-bottom: 30px;
}

.ind_exh {
  margin-left: -10px;
  margin-right: -10px;
}

.ind_exhibitor a {
  display: block;
  padding: 14px 0 0 0;
  background: #fff;
  border: 1px #ddd solid;
  text-align: center;
}

.ind_exhibitor a:hover,
.exhibitor_mod_item a:hover {
  color: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .175);
}

.ind_exhibitor .logo {
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  margin-bottom: 12px;
}

.ind_exhibitor a:hover .h-blue {
  color: #fff;
  background-color: #2496df;
}

.ind_exhibitor a .h-blue {
  /*padding:10px 0px;*/
  height: 60px;
}

.ind_exhibitor h3 {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  padding: 8px 0px;
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ind_exhibitor a:hover h3 {
  color: #fff;
  background-color: #2496df;
}

.ind_exhibitor p {
  font-size: 12px;
}

.media_mod .swiper-pagination {
  position: relative;
  margin-top: 20px;
}

.media_mod .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.media_mod .swiper-pagination-bullet-active {
  background: #005ec2;
}

.ind_exhibitor .logo {
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  margin-bottom: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.exb_more {
  clear: both;
  width: 120px;
  border: 1px #0079bf solid;
  color: #0079bf;
  line-height: 32px;
  border-radius: 32px;
  text-align: center;
  margin: 0px auto 0px auto;
}

.exb_more a {
  color: #0079bf;
}

@media (max-width: 768px) {
  .indexb_area {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .indexb_area li:nth-child(10),
  .indexb_area li:nth-child(11),
  .indexb_area li:nth-child(12) {
    display: none;
  }

  .media_mod .swiper-pagination {
    margin-top: 12px;
  }

  .media_mod .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }

  .exhibitor_mod {
    padding: 30px 0;
  }

  .ulexh_xs {
    margin-left: -4px;
    margin-right: -4px;
  }

  .ind_exhibitor {
    padding: 4px;
    margin-bottom: 0;
  }

  .ind_exhibitor a {
    padding: 8px;
    height: 207px;
  }

  .ind_exhibitor .logo {
    height: 62px;
  }

  .ind_exhibitor h3 {
    font-size: 14px;
    padding: 0;
  }

  .ind_exhibitor p {
    font-size: 12px;
  }

  .exb_more {
    height: 30px;
    line-height: 30px;
    margin: 10px auto 0px auto;
  }

}

/*index exhibitor---------------------------------------------------------------- */
/*media_area-------------------------------------------------------------*/
.media_area {
  background-image: url(media_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px 0px 0px;
  position: relative;
}

.media_text {
  padding: 0px 60px;
}

.media_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 445px;
  width: 100%;
  background: #1a8ed7;
  opacity: 0.4;
}

.media_area .media_list {
  padding-top: 18px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 10px;
  text-align: Center;
  position: relative;
}

.media_list .swiper-slide {
  margin-top: 20px;
}

.media_list p {
  color: #fff;
  text-align: center;
  line-height: 22px;
  padding-top: 5px;
}

.media_list a {
  width: 178px;
}

.media_item a {
  text-align: center;
}

.media_item a .img-txt {
  height: 72px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;

}

.meida_item a:hover {
  color: #222;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .175);
}

.exhibitor_mod_item .logo {
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  margin-bottom: 12px;
}

.meida_item h3 {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 500;
  padding: 8px 0px;
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.meida_item a:hover h3 {
  color: #fff;
  background-color: #2496df;
}

.meida_item p {
  font-size: 16px;
}

.media_area .swiper-button-next,
.media_area .swiper-button-prev {
  width: 36px;
  height: 150px;
  background-color: #033e64;
  background-size: 40%;
  margin-top: -75px;
}

.media_area .swiper-button-prev {
  left: 55px;
}

.media_area .swiper-button-next {
  right: 55px;
}

.res {
  position: relative;
}

@media(max-width:768px) {
  .media_area {
    padding: 30px 0px 0px 0px;
  }

  .media_list a {
    width: auto;
  }

  .media_area .swiper-button-next,
  .media_area .swiper-button-prev {
    display: none;
  }

  .media_area .media_list {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .media_list p {
    font-size: 12px;
  }

  .media_bg {
    height: 415px;
  }
}

/*media-----------------------------------------------------------------*/

/* footer---------------------------------------------------------------- */
.footer {
  width: 100%;
  background-color: #312F2F;
}

.foot-t {
  padding-bottom: 20px;
}

.foot-b {
  background-color: #252525;
  position: relative;
}

.foot-b p {
  font-size: 14px;
  line-height: 30px;
  color: #878787;
}

.foot-b p a {
  color: #878787;
}

.footer .ewm {
  width: 313px;
  float: right;
  margin-left: 40px;
  box-sizing: border-box;
  padding-top: 40px;
  position: relative;

}

.footer .ewm .ewm-t {
  height: 30px;
  margin-bottom: 20px;
  color: #fff;
}

.footer .qrcode {
  clear: both;
  text-align: center;
  color: #fff;
  width: 128px;
}

.footer .qrcode img {
  max-width: 100px;
}

.fpop {
  text-align: left;
  position: absolute;
  right: 30px;
  top: 130px;
}

.fpop a {
  width: 40px;
}

.footer .ewm span.text {
  position: absolute;
  top: 87px;
  left: 233px;
  font-size: 18px;
  color: #fff;
}

.footer .dz {
  width: 600px;
  float: left;
  padding-top: 40px;
  color: #F2F2F2;
}

.footer .dz h5,
.footer .gz h5 {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer .dz p {
  font-size: 14px;
  line-height: 2;
  color: #F2F2F2;
}

.footer .gz {
  width: 200px;
  float: right;
  padding-top: 40px;
}

.footer .gz a {
  display: inline-block;
  margin-right: 2px;
}

.f-l {
  float: left;
}

.f-r {
  float: right;
}

@media (max-width: 768px) {

  .footer .ewm,
  .footer .dz {
    width: 100%;
    text-align: center;
  }

  .footer .dz {
    margin-left: 0;
  }

  .footer .qrcode {
    clear: both;
    text-align: center;
  }

  .f-l,
  .f-r {
    width: 100%;
    text-align: center;
  }

  .footer .qrcode {
    margin: 0px auto;
  }
}

/* footer---------------------------------------------------------------- */
/*social-------------------------------------------------------*/
.social-contact-list {
  position: fixed;
  right: 0;
  top: 202px;
  z-index: 999;
  width: 54px;
}

.social-contact-list .social-list {
  background: #1a8fd7;
  height: 54px;
  width: 54px;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}

.social-contact-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-contact-list ul li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-contact-list ul li a {
  font-size: 26px;
  color: white;
}

.social-contact-list ul li a i {
  font-size: 26px;
  color: white;
  transition: all 0.5s ease;
}

.social-contact-list .social-list:hover {
  background: white;
  border: 1px solid #1a8fd7;
  transition: all 0.5s ease;
}

.social-contact-list .social-list:hover a i {
  color: #1a8fd7;
  transition: all 0.5s ease;
}

.code {
  display: none;
  position: absolute;
  top: 0px;
  right: 60px;
  width: 110px;
  min-height: 140px;
  border-top: 2px #1a8fd7 solid;
  padding: 1px;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  text-align: center;
}

/*--------------------------------------------------------*/
/* sub page-------------------------------------------------------------------- */
.sub_page {
  background-image: url(neiye-bg2.png);
  -webkit-background-size: 68%;
  background-size: 68%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 1px;
}

.sub_banner {
  position: relative;
}

.sub_page_right {
  padding: 125px 0px 20px;
  min-height: 500px;
}

@media(max-width:768px) {
  .sub_page_right {
    padding: 74px 0px 14px 0px;
    min-height: 300px;
  }

}

/*sub top line-------------------------------------------------------------------------------*/
.mbx {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
  color: #ccc;
  background: #fff;
  margin-top: -2px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

.mbx h2 {
  display: inline-block;
  font-size: 20px;
  color: #1a8fd7;
  line-height: 50px;
  font-weight: 700;
  margin-right: 25px;
}

.mbx a {
  display: inline-block;
  font-size: 15px;
  line-height: 40px;
  color: #666;
  border-bottom: 2px solid #fff;
  margin-left: 10px;
}

.mbx a span {
  display: inline-block;
  margin-right: 10px;
}

.mbx a.on span {
  color: #1a8fd7;
  border-bottom: 4px solid #1a8fd7;
}



.mbx a span:hover {
  color: #1a8fd7;
  border-bottom: 2px solid #1a8fd7;
}

.mbx p {
  display: inline-block;
  line-height: 50px;
  float: right;
}

.mbx .banxin {
  height: 50px;
  overflow: hidden;
}

.ny-nr {
  -webkit-background-size: 68%;
  background-size: 68%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 1px;
}

.daojishi {
  width: 800px;
  height: 169px;
  position: absolute;
  bottom: -169px;
  left: 10%;
  box-sizing: border-box;
}

.mk-bt {
  height: 43px;
  font-weight: 500;
  margin: 70px auto 10px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  color: #1a8fd7;
}

.mk-info {
  text-align: center;
  color: #4e4d4d;
}

.mk-info span {
  color: red;
}

.mk-info .tip1 {
  color: #ffb400;
}

.wycz-nr p {
  font-size: 15px;
  color: #333;
}

.wycz-nr img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}

@media(max-width:768px) {
  .mbx {
    height: 40px;
  }

  .mbx h2 {
    float: left;
    line-height: 40px;
    margin-right: 10px;
  }

  .mbx a {
    /*float: left;*/
    line-height: 37px;
    margin-left: 2px;
  }

  .daojishi {
    width:800px;
    height: 110px;
    position: absolute;
    bottom: -110px;
    left: -40px;
    box-sizing: border-box;
  }

  .daojishi img {
    height: 110px;
  }

  .mbx .container {
    min-width: 612px !important;
  }
}

/*sub top line---------------------------------------------------------------------------------*/
/* exhibitor_mod_item--------------------------------------------------------------- */
.sub_page .exhibitor_mod_item {
  width: 25%;
}

.sub_page .media_mod_item a {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 2px solid #e3e3e3;
  position: relative;
  height: 60px;
  overflow: hidden;
}


.sub_page .media_mod_item a img {
  max-width: 92%;
  max-height: 92%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.sub_page .media_mod_item a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.sub_page .media_mod_item {
  float: left;
  height: 75px;
  width: 24.4%;
  padding: 10px 15px;
  margin-bottom: 20px;
}

/* pagination--------------------------------------------------------------- */
.pagination {
  margin-top: 50px;
  font-size: 0;
}

.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 16px;
}

.pagination a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
  padding: 0px 12px;
}


.pagination a.active {
  background: #1a8fd7;
  color: #fff;
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
  box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
  text-decoration: none;
}

@media (max-width: 768px) {
  .pagination span {
    display: block;
    margin-right: 0;
    margin-bottom: 18px;
    margin-left: 10px;
    font-size: 14px;
  }

  .pagination a {
    margin-left: 0;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 6px 12px;
  }
}

/* pagination--------------------------------------------------------------- */

/* 表单页面-------------------------------------------------------------- */
.sub_form {
  position: relative;
}

.sub_form_item {
  font-size: 0;
}

.sub_form_item.radio {
  margin: 0;
}

.sub_form_item>label {
  display: inline-block;
  vertical-align: middle;
  background: #f9f9f9;
  width: 26%;
  text-align: right;
  padding: 20px;
  font-size: 15px;
  margin: 0;
}

.sub_form_item>label.textarea_label {
  height: 160px;
  vertical-align: top;
}

.sub_form_item>label.verifycode_label {
  height: 160px;
  vertical-align: top;
}

.sub_form_item>.form_cont {
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  width: 70%;
  font-size: 15px;
  margin: 0 1% 0 2%;
  border: 1px solid #d6d6d6;
  padding: 0 16px;
  color: #727272;
}

.sub_form_item>textarea.form_cont {
  height: 140px;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sub_form_item>.form_cont#verifycode {
  width: 170px;
  vertical-align: top;
  margin-top: 10px;
}

.sub_form_item img.verifycode {
  width: 132px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
  margin-top: 10px;
}

.sub_form_item>i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 1%;
  color: red;
  font-weight: 300;
}

.sub_form_item .radio_cont {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

.sub_form_item .radio_cont input {
  position: static;
  margin: 0;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.sub_form_item .radio_cont label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.form_submit_btn {
  position: absolute;
  left: 28%;
  bottom: 2px;
  background: #222222;
  color: #fff;
  text-align: center;
  font-size: 17px;
  border: none;
  font-weight: 300;
  cursor: pointer;
  padding: 12px 26px;
  z-index: 3;
}

@media (max-width: 768px) {
  .sub_form {
    margin-top: 0px;
  }

  .sub_form_item {
    margin-bottom: 28px;
  }

  .sub_form_item>label {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 8px;
    background: transparent;
  }

  .sub_form_item>.form_cont {
    padding: 0 16px;
    color: #727272;
    margin: 0 1% 0 0;
    width: 98%;
  }

  .sub_form_item .radio_cont {
    margin-left: 0;
  }

  .sub_form_item>label.textarea_label,
  .sub_form_item>label.verifycode_label {
    height: auto;
  }

  .sub_form_item>textarea.form_cont {
    margin: 0;
  }

  .sub_form_item>.form_cont#verifycode {
    width: 50%;
  }

  .sub_form_item img.verifycode {
    width: 44%;
  }

  .form_submit_btn {
    position: static;
  }
}

/* 表单页面-------------------------------------------------------------- */


/* sub_exhibitor_wrap-------------------------------------------------------------- */
.sub_exhibitor_wrap {
  overflow: hidden;
}

.sub_exhibitor_left {
  float: left;
  width: 33%;
  padding-right: 40px;
}

.sub_exhibitor_logo {
  width: 300px;
  margin-bottom: 24px;
  border: 1px solid #f1f1f1;
}

.sub_exhibitor_msg {
  line-height: 30px;
  font-size: 14px;
}

.sub_exhibitor_right {
  float: right;
  width: 67%;
}


.sub_exhibitor_title {
  font-size: 26px;
}

.sub_exhibitor_right .hall {
  margin: 50px 0 30px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub_exhibitor_right .hall i {
  color: #005d7c;
  margin-right: 10px;
}

.sub_exhibitor_right .hall .left,
.sub_exhibitor_right .hall .right {
  float: left;
  width: 48%;
  border: 1px solid #d6d6d6;
  padding: 18px 0 18px 40px;
}

.sub_exhibitor_right .hall .right {
  float: right;
}

.sub_exhibitor_right .intro {
  margin-bottom: 30px;
}

.sub_exhibitor_right .intro p {
  line-height: 26px;
}

.sub_exhibitor_right h3 {
  font-size: 20px;
  color: #0356a7;
  font-weight: 500;
  margin-bottom: 6px;
}

.sub_exhibitor_right .exhibits ul {
  overflow: hidden;
}

.sub_exhibitor_right .exhibits li {
  float: left;
  width: 33.3%;
  padding: 10px;
}

.sub_exhibitor_right h3 .more {
  background: #0356a7;
  color: #fff;
  float: right;
  padding: 6px 8px;
  border: none;
  font-size: 12px;
}

.sub_exhibitor_right .exhibits a {
  display: block;
  border: 1px solid #e9e9e9;
  position: relative;
}

.sub_exhibitor_right .exhibits li .cover {
  height: 134px;
}

.sub_exhibitor_right .exhibits li h4 {
  text-align: center;
  padding: 6px;
  font-size: 15px;
  font-weight: 500;
}

.sub_exhibitor_right .exhibits li em {
  position: absolute;
  right: 0;
  top: 0;
  background: #0356a7;
  color: #fff;
  font-size: 14px;
  padding: 2px 6px;
  z-index: 2;
}

@media (max-width: 768px) {

  .sub_exhibitor_left,
  .sub_exhibitor_right {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .sub_exhibitor_logo {
    width: 100%;
    margin-bottom: 12px;
  }

  .sub_exhibitor_title {
    font-size: 20px;
    text-align: center;
  }

  .sub_exhibitor_right .hall {
    margin: 14px 0 18px;
    font-size: 13px;
  }

  .sub_exhibitor_right .hall .left,
  .sub_exhibitor_right .hall .right {
    float: none;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px;
  }

  .sub_exhibitor_right .intro p {
    font-size: 15px;
  }

  .sub_exhibitor_right .exhibits li {
    width: 100%;
  }
}



.sub_exhibit_cover {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

.sub_exhibit_name {
  font-size: 24px;
  color: #005d7c;
}

.sub_exhibit_type {
  background: #005d7c;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  display: inline-block;
  margin: 8px 0 24px;
}

.sub_exhibit_intro {
  line-height: 28px;
}

@media (max-width: 768px) {
  .sub_exhibit_name {
    font-size: 18px;
  }

  .sub_exhibit_intro {
    font-size: 15px;
  }
}

.appoint_btn {
  background: #e93f33;
  color: #fff;
  border-radius: 40px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  display: block;
  width: 96px;
  text-align: center;
  line-height: 34px;
}

@media (max-width: 768px) {
  .appoint_btn {
    font-size: 14px;
    width: 74px;
    margin: 12px auto 0;
  }
}

/* sub_exhibitor_wrap-------------------------------------------------------------- */
/* appoint_mod-------------------------------------------------------------- */
.appoint_mod_bg {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.appoint_mod {
  background: #fff;
  position: fixed;
  width: 600px;
  top: 4%;
  left: 50%;
  margin-left: -300px;
  z-index: 100;
  padding: 20px;
  max-height: 92%;
  overflow: auto;
}

.appoint_mod h3 {
  font-size: 28px;
  color: #005d7c;
  margin-bottom: 20px;
}

.appoint_mod_item {
  margin-bottom: 24px;
}

.appoint_mod_item label {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 8px;
}

.appoint_mod_item input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 36px;
}

.appoint_mod_item img {
  width: 140px;
  margin: 0;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  margin-left: 20px;
}

.appoint_mod_item em {
  background: #005d7c;
  color: #fff;
  font-size: 16px;
  padding: 8px 14px;
  display: inline-block;
  margin-left: 20px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.appoint_mod button {
  border: none;
  display: inline-block;
  margin-right: 24px;
  padding: 12px 40px;
  font-size: 18px;
  border-radius: 50px;
  margin-top: 32px;
  cursor: pointer;
}

.appoint_mod_submit {
  background: #266baf;
  color: #fff;
}

.appoint_mod_close {
  color: #e50000;
}

@media (max-width: 768px) {
  .appoint_mod {
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
  }

  .appoint_mod h3 {
    font-size: 24px;
  }

  .appoint_mod_item label {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .appoint_mod_item img {
    width: 130px;
  }

  .appoint_mod_item em {
    font-size: 14px;
  }

  .appoint_mod button {
    margin-right: 16px;
    padding: 10px 34px;
    font-size: 15px;
  }
}

/* appoint_mod-------------------------------------------------------------- */

/*sub exhibitor---------------------------------------------------------------- */
.exhibitor_mod {
  background: #f5f5f5;
  padding: 50px 0;
}

.exhibitor_mod_item {
  float: left;
  width: 25%;
  padding: 14px;
}

.exhibitor_mod_item a {
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
  box-shadow: 0 0 3px rgba(0, 0, 0, .4);
  padding: 14px;
  background: #fff;
  height: 228px;
}

.exhibitor_mod_item .logo {
  height: 90px;
  /*background-size: contain;*/
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  margin-bottom: 12px;
}

.exhibitor_mod_item h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /*è¦æ˜¾ç¤ºçš„è¡Œæ•°*/
  -webkit-box-orient: vertical;
}

.exhibitor_mod_item p {
  font-size: 16px;
}

@media (max-width: 768px) {
  .exhibitor_mod {
    padding: 30px 0;
  }

  .exhibitor_mod_item {
    width: 50%;
    padding: 4px;
  }

  .exhibitor_mod_item a {
    padding: 8px;
    height: 170px;
  }

  .exhibitor_mod_item .logo {
    height: 62px;
  }

  .exhibitor_mod_item h3 {
    font-size: 14px;
  }

  .exhibitor_mod_item p {
    font-size: 12px;
  }
}

/* sub exhibitor---------------------------------------------------------------- */
/*sub_media-------------------------------------------------------------*/
.bg_img {
  display: block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sub_media_list,
.sub_review_list {
  overflow: hidden;
  font-size: 0;
}

.sub_media_item,
.sub_review_item {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 2px;
}

.sub_media_item a {
  height: 100px;
  background-size: contain;
  border: 1px solid #ededed;
  background-color: #fff;
}

.sub_review_item a {
  height: 172px;
  border: 1px solid #ededed;
}

.sub_media_item p,
.sub_review_item p {
  text-align: center;
  color: #868686;
  background: #f5f5f5;
  line-height: 32px;
}

.sub_review_item {
  height: 170px;
  overflow: hidden;
}

@media (max-width: 768px) {

  .sub_media_item,
  .sub_review_item {
    width: 33.3333%;
  }

  .sub_review_item {
    height: 81px;
  }

  .sub_review_item img {
    width: 100%;
  }

  .sub_media_item a {
    height: 72px;
  }

  .sub_review_item a {
    height: 80px;
  }

  .sub_media_item p,
  .sub_review_item p {
    line-height: 28px;
    font-size: 13px;
  }
}

/*sub_media-------------------------------------------------------------*/
/* sub_exhibitor_wrap-------------------------------------------------------------- */
.sub_exhibitor_wrap {
  overflow: hidden;
}

.sub_exhibitor_left {
  float: left;
  width: 33%;
  padding-right: 40px;
}

.sub_exhibitor_logo {
  width: 300px;
  margin-bottom: 24px;
  border: 1px solid #f1f1f1;
}

.sub_exhibitor_msg {
  line-height: 30px;
  font-size: 14px;
}

.sub_exhibitor_right {
  float: right;
  width: 67%;
}


.sub_exhibitor_title {
  font-size: 26px;
}

.sub_exhibitor_right .hall {
  margin: 50px 0 30px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 500;
}

.sub_exhibitor_right .hall i {
  color: #005d7c;
  margin-right: 10px;
}

.sub_exhibitor_right .hall .left,
.sub_exhibitor_right .hall .right {
  float: left;
  width: 48%;
  border: 1px solid #d6d6d6;
  padding: 18px 0 18px 40px;
}

.sub_exhibitor_right .hall .right {
  float: right;
}

.sub_exhibitor_right .intro {
  margin-bottom: 30px;
}

.sub_exhibitor_right .intro p {
  line-height: 26px;
}

.sub_exhibitor_right h3 {
  font-size: 20px;
  color: #0356a7;
  font-weight: 500;
  margin-bottom: 6px;
}

.sub_exhibitor_right .exhibits ul {
  overflow: hidden;
}

.sub_exhibitor_right .exhibits li {
  float: left;
  width: 33.3%;
  padding: 10px;
}

.sub_exhibitor_right h3 .more {
  background: #0356a7;
  color: #fff;
  float: right;
  padding: 6px 8px;
  border: none;
  font-size: 12px;
}

.sub_exhibitor_right .exhibits a {
  display: block;
  border: 1px solid #e9e9e9;
  position: relative;
}

.sub_exhibitor_right .exhibits li .cover {
  height: 134px;
}

.sub_exhibitor_right .exhibits li h4 {
  text-align: center;
  padding: 6px;
  font-size: 15px;
  font-weight: 500;
}

.sub_exhibitor_right .exhibits li em {
  position: absolute;
  right: 0;
  top: 0;
  background: #0356a7;
  color: #fff;
  font-size: 14px;
  padding: 2px 6px;
  z-index: 2;
}

@media (max-width: 768px) {

  .sub_exhibitor_left,
  .sub_exhibitor_right {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .sub_exhibitor_logo {
    width: 100%;
    margin-bottom: 12px;
  }

  .sub_exhibitor_title {
    font-size: 20px;
    text-align: center;
  }

  .sub_exhibitor_right .hall {
    margin: 14px 0 18px;
    font-size: 13px;
  }

  .sub_exhibitor_right .hall .left,
  .sub_exhibitor_right .hall .right {
    float: none;
    width: 100%;
    margin-bottom: 8px;
    padding: 10px;
  }

  .sub_exhibitor_right .intro p {
    font-size: 15px;
  }

  .sub_exhibitor_right .exhibits li {
    width: 100%;
  }
}



.sub_exhibit_cover {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

.sub_exhibit_name {
  font-size: 24px;
  color: #005d7c;
}

.sub_exhibit_type {
  background: #005d7c;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  display: inline-block;
  margin: 8px 0 24px;
}

.sub_exhibit_intro {
  line-height: 28px;
}

@media (max-width: 768px) {
  .sub_exhibit_name {
    font-size: 18px;
  }

  .sub_exhibit_intro {
    font-size: 15px;
  }
}

.appoint_btn {
  background: #e93f33;
  color: #fff;
  border-radius: 40px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  display: block;
  width: 96px;
  text-align: center;
  line-height: 34px;
}

@media (max-width: 768px) {
  .appoint_btn {
    font-size: 14px;
    width: 74px;
    margin: 12px auto 0;
  }
}

/* sub_exhibitor_wrap-------------------------------------------------------------- */
/* appoint_mod-------------------------------------------------------------- */
.appoint_mod_bg {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.appoint_mod {
  background: #fff;
  position: fixed;
  width: 600px;
  top: 4%;
  left: 50%;
  margin-left: -300px;
  z-index: 100;
  padding: 20px;
  max-height: 92%;
  overflow: auto;
}

.appoint_mod h3 {
  font-size: 28px;
  color: #005d7c;
  margin-bottom: 20px;
}

.appoint_mod_item {
  margin-bottom: 24px;
}

.appoint_mod_item label {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 8px;
}

.appoint_mod_item input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  line-height: 36px;
}

.appoint_mod_item img {
  width: 140px;
  margin: 0;
  border: 1px solid #dfdfdf;
  vertical-align: middle;
  margin-left: 20px;
}

.appoint_mod_item em {
  background: #005d7c;
  color: #fff;
  font-size: 16px;
  padding: 8px 14px;
  display: inline-block;
  margin-left: 20px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.appoint_mod button {
  border: none;
  display: inline-block;
  margin-right: 24px;
  padding: 12px 40px;
  font-size: 18px;
  border-radius: 50px;
  margin-top: 32px;
  cursor: pointer;
}

.appoint_mod_submit {
  background: #266baf;
  color: #fff;
}

.appoint_mod_close {
  color: #e50000;
}

@media (max-width: 768px) {
  .appoint_mod {
    width: 100%;
    height: 100%;
    min-height: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
  }

  .appoint_mod h3 {
    font-size: 24px;
  }

  .appoint_mod_item label {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .appoint_mod_item img {
    width: 130px;
  }

  .appoint_mod_item em {
    font-size: 14px;
  }

  .appoint_mod button {
    margin-right: 16px;
    padding: 10px 34px;
    font-size: 15px;
  }
}

/* appoint_mod-------------------------------------------------------------- */

/* sub 新闻----------------------------------------------------------------------- */
.news_mod {
  padding: 50px 0;
}

.exb_news,
.industry_news {
  float: left;
  width: 50%;
}

.exb_news {
  padding-right: 20px;
}

.industry_news {
  padding-left: 20px;
}

.news_mod_tit {
  font-size: 26px;
  background: #049dd5;
  color: #fff;
  padding: 10px;
}

.news_mod_item {
  font-size: 0;
  line-height: 52px;
  border-bottom: 1px solid #e1e1e1;
}

.news_mod_item a {
  display: block;
}

.news_mod_item p {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 74%;
}

.news_mod_item em {
  display: inline-block;
  vertical-align: middle;
  width: 26%;
  font-size: 15px;
  text-align: right;
}

.news_mod_more {
  border: 1px solid #049dd5;
  color: #049dd5;
  font-size: 16px;
  margin-top: 24px;
  padding: 8px 16px;
}

@media (max-width: 768px) {
  .news_mod {
    padding: 10px 0 30px;
  }

  .exb_news,
  .industry_news {
    width: 100%;
    padding: 0;
  }

  .exb_news {
    margin-bottom: 24px;
  }

  .news_mod_tit {
    font-size: 18px;
  }

  .news_mod_item {
    line-height: 28px;
    padding: 6px 10px;
  }

  .news_mod_item p {
    float: none;
    width: 100%;
    font-size: 16px;
  }

  .news_mod_item em {
    float: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }

  .news_mod_more {
    font-size: 14px;
    margin-top: 16px;
  }
}

/* sub 新闻----------------------------------------------------------------------- */
/* 联系我们-------------------------------------------------------------- */
.sub_contact_group {
  margin: 0 72px 50px;
}

.sub_contact_group h3 {
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}

.sub_contact_list {
  overflow: hidden;
}

.sub_contact_list li {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 24px;
}

.sub_contact_list .wrap {
  overflow: hidden;
  padding: 20px;
  position: relative;
  background: url(//file2.123hl.cn/Fl2-W4jSs_E-XXn0-gK9bJLbrCoP) no-repeat center;
  background-size: cover;
}

.sub_contact_list .wrap .show_wx_ewm_btn {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  color: #87c2ff;
  padding: 12px;
  cursor: pointer;
  user-select: none;
  z-index: 3;
}



.sub_contact_list .msg {
  width: 100%;
  padding-left: 26px;
}

.sub_contact_list .msg .department {
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
  font-weight: 500;
}

.sub_contact_list .msg .name {
  font-size: 16px;
  color: #333;
}

.sub_contact_list .iconfont {
  font-size: 20px;
  margin-right: 12px;
  color: #1a8fd7;
}

.sub_contact_list .msg .other {
  margin-top: 12px;
}

.sub_contact_list .msg .other p {
  margin-bottom: 12px;
  font-size: 16px;
}


.wx_ewm_wrap {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .6);
}

.wx_ewm_wrap_main {
  position: absolute;
  background: #fff;
  z-index: 3;
  width: 490px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.wx_ewm_wrap_main label {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  padding: 10px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  user-select: none;
  z-index: 3;
}

.wx_ewm_wrap_main img {
  width: 320px;
  margin: 52px auto 10px;
  display: block;
}

.wx_ewm_wrap_main p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .sub_contact_group {
    margin: 0px 0px;
  }

  .sub_contact_group h3 {
    margin-bottom: 0;
  }

  .sub_contact_list li {
    width: 100%;
    padding: 0px 0px 30px 0px;
  }

  .sub_contact_list .avatar {
    display: none;
  }

  .sub_contact_list .msg {
    padding-left: 0;
    width: 100%;
  }

  .sub_contact_list .msg .name {
    font-size: 18px;
  }

  .wx_ewm_wrap_main {
    width: 94%;
  }

  .wx_ewm_wrap_main img {
    width: 100%;
  }

}

/* 联系我们-------------------------------------------------------------- */

.con-lb {
  margin: 0 auto;
}

.con-mk {
  min-height: 240px;
  float: left;
  box-sizing: border-box;
  padding: 20px;
}

.con-mk div {
  width: 100%;
  height: 100%;
  background-image: url(con-bg.jpg);
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 30px;
}

.con-mk div h4 {
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

.con-mk div p {
  font-size: 15px;
  line-height: 1.8;
}

.con-mk div p img {
  vertical-align: middle;
  margin-right: 20px;
}

.con-mk i {
  margin-right: 20px;
  color: #1a8fd7;
  font-size: 22px;
}

/* sub_contact-------------------------------------------------------------- */
/* sub_page_main_cont --------------------------------------------------------------- */

.sub_page_main_cont .title {
  color: #005d7c;
  font-size: 28px;
  margin-bottom: 10px;
  margin-top: 60px;
}

.sub_page_main_cont .time {
  color: #bcbcbc;
  display: block;
}

.sub_page_main_cont .photo {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
  display: block;
  margin-top: 30px;
}


.sub_page_main_cont .word {
  line-height:2em;
  font-size: 15.5px;	text-indent:0em;
}

.sub_page_main_cont .cont_info {
  margin-bottom: 20px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 28px;
}

.sub_cont_list li {
  margin-bottom: 30px;
}

.sub_cont_list li h4 {
  color: #005d7c;
  font-size: 20px;
  margin-bottom: 4px;
}

.sub_cont_list li p {
  font-size: 16px;
  line-height: 28px;
}

.share_wrap {
  margin-top: 66px;
  border-top: 1px solid #f2f2f2;
  padding-top: 16px;
}

.share_wrap .share_tit {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .sub_page {
    padding: 0 0 30px 0;
  }

  .sub_page_nav {
    display: none;
  }

  .sub_page_main {
    width: 100%;
    float: none;
    padding: 0;
  }

  .sub_page_main .top {
    line-height: 36px;
  }

  .sub_page_main .top span {
    font-size: 18px;
  }

  .sub_page_main .top p {
    float: right;
    font-size: 13px;
  }

  .sub_page_main_cont .title {
    font-size: 20px;
  }

  .sub_page_main_cont .time {
    font-size: 14px;
  }

  .sub_page_main_cont .photo {
    width: 100%;
  }

  .sub_page_main_cont .word {
    font-size: 15px;
    line-height: 26px;
    margin-top: 0px;
    text-align: justify;

  }

  .sub_cont_list li {
    margin-bottom: 18px;
  }

  .sub_cont_list li h4 {
    font-size: 17px;
  }

  .sub_cont_list li p {
    font-size: 15px;
    line-height: 24px;
  }
}

/* sub_page_main_cont --------------------------------------------------------------- */
/* sub ownload---------------------------------------------------------------------*/
.xz-mk {
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  border: 1px solid #ccc;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
  box-sizing: border-box;
}

.xz-t {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #333;
  position: relative;
}

.xz-t a {
  display: block;
  width: 100%;
}

.xz-b {
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #333;
}

.xz-t img {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}

.xz-t p {
  font-size: 16px;
  color: #333;
}

.xz-t span {
  font-size: 14px;
  color: #666;
  position: absolute;
  right: 30px;
  top: 0px;
}

.xz-b a {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 50px;
  background: #787878;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 50px;
  margin-top: 10px;
}

.e-bt {
  display: none;
}

.e-bt-pc {
  width: 1200px;
  height: 32px;
}

.e-bt-pc img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  float: left;
}

.e-bt-pc h4 {
  height: 32px;
  width: 132px;
  text-align: center;
  line-height: 32px;
  font-size: 17px;
  color: #666;
  float: left;
}

.e-nr {
  padding-top: 20px;
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.inp {
  width: 50%;
  height: 70px;
  padding: 0px 20px;
  box-sizing: border-box;
  float: left;
  text-align: right;
  margin-top: 10px;
  color: #333;
}

.inp-btn {
  width: 100%;
  height: 70px;
  padding: 0px 20px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  margin-top: 30px;
  color: #333;
}

.inp input {
  width: 400px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  margin-left: 20px;
}

.inp-btn input {
  width: 300px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #2C9A3B;
  border-radius: 4px;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  background-color: #2C9A3B;
  transition: all 0.5s;
}

.inp-btn input:hover {
  color: #fff;
  background-color: #22672c;
  border: 1px solid #22672c;
}

.py-mk {
  width: 50%;
  display: block;
  height: 100px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.4;

  float: left;
}

.py-mk p {
  font-size: 18px;
  font-weight: 700;
}

.py-mk:hover p {
  color: #2C9A3B;
}

@media(max-width:768px) {
  .xz-mk {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    border: 1px solid #ccc;
    margin-top: 0px;
    margin-bottom: 30px;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 10px;
  }

  .xz-t {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #333;
    position: relative;
  }

  .xz-t span {
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 10px;
    top: -23px;
  }

  .xz-b {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #333;
  }

  .xz-t img {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 20px;
  }

  .xz-t p {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .xz-t span {
    font-size: 14px;
    color: #666;
    position: absolute;
    right: 0px;
    top: -20px;
    display: none;
  }

  .xz-b a {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    height: 50px;
    background: #787878;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    margin-top: 10px;
  }


}

/* sub ownload---------------------------------------------------------------------*/

.sub_exhibit_type_wrap {
  margin-bottom: 28px;
}

.sub_exhibit_type_wrap ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.sub_exhibit_type_wrap a {
  display: block;
  background: #fff;
  border: 1px solid #c0bfbf;
  margin-right: 12px;
  margin-bottom: 12px;
  color: #303030;
  padding: 5px 18px;
}

.sub_exhibit_type_wrap a.active,
.sub_exhibit_type_wrap a:hover {
  background: #1a8fd7;
  border-color: #1a8fd7;
  color: #fff;
}



.sub_search_bar .wrap {
  font-size: 0;
}

.sub_search_bar .wrap input {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  width: 90%;
  padding: 12px 16px;
  border: 1px solid #d5e7ff;
  background: #f2f2f2;
  border-radius: 50px;
}

.sub_search_bar .wrap a {
  line-height: 42px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 8%;
  margin-left: 2%;
  text-align: center;
  color: #fff;
  background: #1a8fd7;
  border-radius: 50px;
}

.sub_search_bar .option {
  margin: 14px 0 24px 20px;
}

.sub_search_bar .option p {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 50px;
  cursor: pointer;
}

.sub_search_bar .option input {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.sub_search_bar .option label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  user-select: none;
}

@media (max-width: 768px) {
  .sub_search_bar .wrap input {
    font-size: 14px;
    width: 82%;
    padding: 10px 12px;
  }

  .sub_search_bar .wrap a {
    line-height: 30px;
    font-size: 13px;
    width: 17%;
    margin-left: 1%;
  }

  .sub_search_bar .option {
    margin: 10px 0 24px 0;
  }

  .sub_search_bar .option p {
    font-size: 14px;
    margin-right: 20px;
  }

  .sub_search_bar .option input {
    width: 16px;
    height: 16px;
  }
}

/* 展商列表---------------------------------------------------- */
.sub_hall_list {
  overflow: hidden;
}

.sub_hall_item {
  float: left;
  width: 20%;
  padding: 8px;
}

.sub_hall_item a {
  display: block;
  background: #f7f7f7;
  color: #666;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 17px;
  position: relative;
  height: 86px;
  overflow: hidden;
}

.sub_hall_item.active a {
  background: #1a8fd7;
  color: #fff;
}

.sub_hall_item a i {
  color: #fff;
  position: absolute;
  font-size: 105px;
  top: 14px;
  right: 0;
  z-index: 1;
}

.sub_hall_item span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.sub_hall_item em {
  display: block;
  font-weight: bold;
  margin-top: 6px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.exhibitor_mod_list {
  border-top: 3px solid #d0d0d0;
  padding-top: 12px;
  margin-top: 12px;
}

.exhibitor_mod_item {
  float: left;
  width: 25%;
  padding: 8px;
}

.exhibitor_mod_item>a {
  border: 1px solid #e9e9e9;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
}

.exhibitor_mod_item .logo {
  height: 112px;
  position: relative;
  background-color: #fff;
}

.exhibitor_mod_item .logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}

.exhibitor_mod_item .logo p {
  display: inline-block;
  background: rgba(255, 255, 255, .7);
  border: 1px solid #dfdfdf;
  border-radius: 0 20px 20px 0;
  font-size: 13px;
  padding: 6px 8px;
  position: absolute;
  top: 16px;
  left: -4px;
  z-index: 3;
}

.exhibitor_mod_item h3 {
  font-size: 15px;
  font-weight: normal;
  padding: 6px 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.exhibitor_mod_item .bottom {
  padding: 10px 10px 20px;
}

.exhibitor_mod_item .bottom span {
  font-size: 13px;
  color: #b3b3b3;
}

.exhibitor_mod_item .bottom em {
  background: #1a8fd7;
  color: #fff;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
  float: right;
}

@media (max-width: 768px) {

  .sub_hall_item,
  .exhibitor_mod_item {
    width: 50%;
    padding: 4px;
  }

  .sub_hall_item a {
    padding: 10px 20px;
  }

  .sub_hall_item a i {
    font-size: 60px;
    opacity: .2;
  }

  .sub_hall_item span {
    font-size: 13px;
  }

  .sub_hall_item em {
    font-size: 14px;
  }

  .exhibitor_mod_item .logo {
    height: 88px;
  }

  .exhibitor_mod_item h3,
  .exhibitor_mod_item .bottom span,
  .exhibitor_mod_item .bottom em {
    font-size: 12px;
  }

  .exhibitor_mod_item h3 {
    padding: 6px;
  }

  .exhibitor_mod_item .bottom {
    padding: 4px 6px 14px;
  }
}

/* 展商列表---------------------------------------------------- */

.sub_speaker_list {
  overflow: hidden;
}

.sub_speaker_item {
  width: 25%;
  float: left;
  padding: 16px;
}

.sub_speaker_item a {
  display: block;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.sub_speaker_item a:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .3);
  box-shadow: 0 0 12px rgba(0, 0, 0, .3);
}

.sub_speaker_item .avatar {
  display: block;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.sub_speaker_item p {
  text-align: center;
  line-height: 32px;
  background: #f1f1f1;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 14px;
}

@media (max-width: 768px) {
  .sub_speaker_item {
    width: 50%;
    padding: 4px;
  }

  .sub_speaker_item p {
    font-size: 12px;
  }

  .sub_speaker_item .avatar {
    height: 166px;
  }
}



.preview_panel_bg {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  display: none;
}

.preview_panel {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  display: none;
}

.preview_panel_swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.preview_panel_swiper img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preview_panel_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  padding: 14px;
  cursor: pointer;
  user-select: none;
}



.website_prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .9);
  display: none;
}

.website_prompt_wrap {
  position: absolute;
  z-index: 2;
  width: 500px;
  background: #fff;
  text-align: center;
  padding: 32px;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
}

.website_prompt h2 {
  font-size: 30px;
}

.website_prompt p {
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .website_prompt_wrap {
    width: 90%;
  }

  .website_prompt h2 {
    font-size: 28px;
  }

  .website_prompt p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* sub speaker diy---------------------------------------------------------------------*/
.ul_speaker {
  /*background:#fff;*/
  overflow: hidden;
}

.speak_tit {
  width: 30%;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
  padding-left: 20px;
  margin-bottom: 50px;
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#003b89), to(#0098dc));
  position: relative;
}

.speak_tit:after {
  content: '';
  display: block;
  width: 4px;
  height: 80px;
  background: #e3e3e3;
  position: absolute;
  right: 26px;
  top: -10px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.ul_speaker li {
  margin-bottom: 10px;
  margin-top: 20px;
  height: 220px;
  overflow: hidden;
}

.speaker-img {
  display: block;
}

.speaker-img h5 {
  border-radius: 50%;
  border: 1px #f49d00 dashed;
  padding: 6px;
  margin: 0px 8px;
}

.speaker-img img {
  border-radius: 50%;
  height: 135px;
  width: 135px;
}

.speaker-info {
  color: #f49d00;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
}

.speaker-info a {
  color: #f49d00;
}

.speaker-info h3 {
  font-weight: 550;
  margin-bottom: 8px;
  clear: both;
}

.ul_speaker li:nth-child(2) .speaker-info,
.ul_speaker li:nth-child(2) .speaker-info a {
  color: #84387e;
}

.ul_speaker li:nth-child(2) .speaker-img h5 {
  border-color: #84387e;
}

.ul_speaker li:nth-child(3) .speaker-info,
.ul_speaker li:nth-child(3) .speaker-info a {
  color: #1b294f;
}

.ul_speaker li:nth-child(3) .speaker-img h5 {
  border-color: #1b294f;
}

.ul_speaker li:nth-child(4) .speaker-info,
.ul_speaker li:nth-child(4) .speaker-info a {
  color: #3aab58;
}

.ul_speaker li:nth-child(4) .speaker-img h5 {
  border-color: #3aab58;
}

.ul_speaker li:nth-child(5) .speaker-info,
.ul_speaker li:nth-child(5) .speaker-info a {
  color: #c8a063;
}

.ul_speaker li:nth-child(5) .speaker-img h5 {
  border-color: #c8a063;
}

.ul_speaker li:nth-child(6) .speaker-info,
.ul_speaker li:nth-child(6) .speaker-info a {
  color: #006eb8;
}

.ul_speaker li:nth-child(6) .speaker-img h5 {
  border-color: #006eb8;
}

.ul_speaker li:nth-child(7) .speaker-info,
.ul_speaker li:nth-child(7) .speaker-info a {
  color: #b18146;
}

.ul_speaker li:nth-child(7) .speaker-img h5 {
  border-color: #b18146;
}

.ul_speaker li:nth-child(8) .speaker-info,
.ul_speaker li:nth-child(8) .speaker-info a {
  color: #26a6e0;
}

.ul_speaker li:nth-child(8) .speaker-img h5 {
  border-color: #26a6e0;
}

@media(max-width:768px) {
  .speak_tit {
    width: 60%;
    line-height: 40px;
    margin-top: 0;
  }

  .speak_tit:after {
    width: 3px;
    height: 53px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: -6px;
  }

  .ul_speaker li {
    height: auto;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #efefef solid;
  }

  .speaker-info {
    line-height: 22px;
    font-size: 12px;
  }

  .speaker-info h3 {
    font-size: 18px;
  }

  .speaker-img h5 {
    padding: 4px;
  }

  .speaker-img {
    padding-left: 5px;
    height: 100px;
    width: 130px;
  }

  .speaker-img img {
    height: 84px;
    width: 84px;
  }
}

/* sub speaker diy---------------------------------------------------------------------*/