/*
 * @Author: MEDCON 
 * @Date: 2021-03-15 15:16:15 
 * @Last Modified by: MEDCON美迪康会务通
 * @Last Modified time: 2021-04-01 13:23:17
 */
@charset "utf-8";
.light-height{
  background-color: #fafafc;
}
.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #980e01;
  z-index: 1;
}

.itemBox {
  background-color: #fff;
  padding: 40px 0 50px;
}
.itemBox.light {
  background-color: #f9f9fb;
}
/*公共title*/
.title {
  font-size: 24px;
  padding-left: 25px;
  padding-top: 20px;
  text-align: center;
}
.title h2 {
  color: #000002;
}
.title .en {
  font-weight: bold;
  color: #b4b4b6;
  font-size: 12px;
  letter-spacing: 4px;
}
a.more {
  color: #fff;
  width: 54px;
  height: 18px;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
  background-color: #193062;
  display: block;
  margin: 10px auto 0;
}
a.more:hover {
  opacity: 0.8;
}
.c {
  margin-top: 45px;
  text-align: center;
}
.c .col-md-2 {
  width: 19%;
  display: inline-block;
  float: inherit;
}



/*欢迎词*/
.welcome {
  text-align: justify;
  padding: 60px 0 70px;
  background: url("/Content/Templet/Meeting/8505/assets/images/we/wel_bot.png") bottom center no-repeat;
  position: relative;
  background-size: 95%;
}
.welcome:before {
  content: '';
  display: block;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 28px;
  background: url("/Content/Templet/Meeting/8505/assets/images/we/wel_top.png") top right no-repeat;
}
.welcome .tit_bg {
  font-size: 60px;
  font-style: italic;
  color: #e1e1ee;
  font-weight: bold;
  position: absolute;
  line-height: 60px;
  top: 0;
}
.welcome .wel_left {
  padding-right: 25px;
  padding-left: 0;
}
.welcome .wel_left .wel_tit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.welcome .wel_left .cont {
  font-size: 15px;
  line-height: 30px;
  color: #000;
  height: 248px;
  overflow: hidden;
  padding-top: 25px;
}
.welcome .wel_left .cont .top_tit {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}
.welcome .wel_right {
  padding-left: 35px;
  padding-right: 0;
  margin-top: 27px;
  /* 本例子css -------------------------------------- */
  /* 去掉链接触摸高亮 */
}
.slideBox:hover .prev,
.slideBox:hover .next{display: block;}
.slideBox .prev,
.slideBox .next{ position:absolute; left:0; top:50%; margin-top:-30px;width:18px; height:32px; background:url(/Content/Templet/Meeting/8505/assets/images/slider-arrow.png) -176px 0px no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.slideBox .next{ left:auto; right:0; background-position:-60px 0px; }
.slideBox .bd{
  height: 280px;
  overflow: hidden;
}
.slideBox .bd ul li{
  width:100%;
  height:100%;
  overflow: hidden;
}
.slideBox .bd ul li img{
  width:100%;
  min-height: 280px;
}
.welcome .wel_right .slideBox {
  position: relative;
  overflow: hidden;
  margin: 10px auto;
  max-width: 560px;
  /* 设置焦点图最大宽度 */
}
.welcome .wel_right .slideBox .hd {
  position: absolute;
  height: 28px;
  line-height: 28px;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.welcome .wel_right .slideBox .hd li {
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #333;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 6px;
}
.welcome .wel_right .slideBox .hd li.on {
  background: #fff;
}
.welcome .wel_right .slideBox .bd {
  position: relative;
  z-index: 0;
}
.welcome .wel_right .slideBox .bd li {
  position: relative;
  text-align: center;
}
.welcome .wel_right .slideBox .bd li img {
  vertical-align: top;
  width: 100%;
  /* 图片宽度100%，达到自适应效果 */
}
.welcome .wel_right .slideBox .bd li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.welcome .wel_right .slideBox .bd li .tit {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-indent: 10px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  text-align: left;
}
.welcome .more {
  margin-left: 0;
}


/*会议动态*/
.meet_develp {
  margin-top: 50px;
  border: 1px solid #ebebfc;
  height: 110px;
  overflow: hidden;
  /* 本例子css */
  /* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
  /* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
}
.meet_develp .title {
  background-color: #f9f9fb;
  position: relative;
  text-align: left;
  height: 110px;
  float: left;
}
.meet_develp .title:after {
  content: '';
  display: block;
  width: 8px;
  height: 20px;
  background: url("/Content/Templet/Meeting/8505/assets/images/arrow_right.png") no-repeat;
  position: absolute;
  right: -7px;
  top: 50%;
  margin-top: -10px;
  z-index: 99;
}
.meet_develp .title .more {
  margin: 10px 0 0;
}
.meet_develp .txtMarquee-left {
  position: relative;
  padding-left: 0;
}
.meet_develp .txtMarquee-left .bd .tempWrap {
  width: 100% !important;
}
.meet_develp .txtMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.meet_develp .txtMarquee-left .bd ul li {
  color: #000;
  font-size: 15px;
  margin: 0 30px;
  float: left;
  height: 100%;
  line-height: 110px;
  text-align: left;
  _display: inline;
  width: auto !important;
  padding-left: 23px;
  position: relative;
}
.meet_develp .txtMarquee-left .bd ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #c8c8da;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.meet_develp .txtMarquee-left .bd ul li img {
  margin-left: 13px;
}
.meet_develp .txtMarquee-left .bd ul li a:hover {
  color: #2448ca;
}
.meet_develp .txtMarquee-left .bd ul li span {
  margin-left: 20px;
  color: #a3a3a3;
  font-size: 13px;
}

/*专家列表*/
.export_list .c {
  margin-top: 45px;
}
.export_list .c .col-md-2{
  padding-left: 10px;
  padding-right: 10px;
}
.export_list .c .list_item {
  background-color: #193062;
  color: #fff;
  text-align: center;
  height: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.export_list .c .list_item .imgbox {
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  margin: 0 auto 40px;
  z-index:1;
}
.export_list .c .list_item .zj_tips{
  position: absolute;
  z-index:2;
  bottom:30px;
  left:0;
  width:100%;
  padding:0 15px;
}
.export_list .c .list_item .imgbox img {
  width: 100%;
  /*min-height: 125px;*/
}
.export_list .c .list_item .naMe {
  font-size: 24px;
  font-weight: bold;
}
.export_list .c .list_item .place {
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}
.export_list .c .list_item:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
  background:#193062  url("/Content/Templet/Meeting/8505/assets/images/we/export_bg.png") bottom no-repeat;
  background-size: cover;
}
/*友情链接*/
.friendLink .c .list_item {
  display: block;
  margin-bottom: 30px;
}
.friendLink .c .list_item .imgbox {
  width: 100%;
  height: 65px;
  border: 1px solid #dce0ef;
  overflow: hidden;
  text-align: center;
  line-height: 60px;
}
.friendLink .c .list_item .imgbox img {
  max-width: 100%;
  max-height: 65px;
}
.friendLink .c .list_item .hospital {
  margin-top: 11px;
  font-size: 14px;
  text-align: center;
  color: #000;
}
.friendLink .c .list_item:hover {
  cursor: pointer;
}
.friendLink .c .list_item:hover .imgbox {
  border-color: #193062;
}
/*照片*/
.photo .c {
  padding-left: 23px;
  padding-top: 24px;
  padding-bottom: 12px;
  position: relative;
}
.photo .c .col-md-4 {
  padding: 0 5px;
}
.photo .c .c_bg {
  background-color: #395acf;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.photo .c .list_item {
  position: relative;
  display: block;
  height: 228px;
  margin: 0 auto 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.photo .c .list_item .imgbox {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.photo .c .list_item .imgbox img {
  width: 100%;
  min-height: 228px;
}
.photo .c .list_item .photo_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/Content/Templet/Meeting/8505/assets/images/photo_bg.png") center repeat-x;
  opacity: 0;
  padding: 0 30px;
}
.photo .c .list_item .photo_bg .tips {
  text-align: center;
  position: relative;
  top: 50%;
  color: #fff;
  font-size: 18px;
  margin-top: -15px;
}
.photo .c .list_item:hover {
  cursor: pointer;
}
.photo .c .list_item:hover .photo_bg {
  opacity: 1;
}
.photo .c .list_item .title {
  padding-top: 0;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 100%;
  padding-left: 0;
}
.photo .c .list_item .title h2 {
  color: #fff;
}
.photo .c .list_item .title .en {
  color: rgba(255, 255, 255, 0.5);
}
.photo .c .list_item .title .more {
  background-color: #e8a741 !important;
}
.footer {
  width: 100%;
  color: #fff;
}
.footer .chat_box {
  background-color: #211e30;
  width: 100%;
  padding: 30px 0 30px;
}
.footer .chat_box .title {
  text-align: left;
  padding: 0 0 30px;
}
.footer .chat_box .title h2 {
  color: #fff;
}
.footer .chat_box .title .en {
  color: #fff;
}
.footer .chat_box .title .more {
  background-color: rgba(255, 255, 255, 0.1) !important;
  float: left;
  height: 10px;
}
.footer .chat_box .f_cont {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding: 0;
  overflow-x: auto;
}
.footer .chat_box .chat_item {
  padding: 0 10px;
  margin-bottom: 30px;
}
.footer .chat_box .chat_item .t {
  font-size: 18px;
  margin-bottom: 3px;
}
.footer .chat_box .chat_item dl dd {
  opacity: 0.8;
}
.footer .tc {
  width: 100%;
  font-size: 13px;
  background-color: #000;
}
.footer .tc .aao {
  line-height: 18px;
  padding: 22px 0 15px;
  font-weight: bold;
}
.footer .tc a {
  color: #fff;
}
.footer .tc .power span {
  opacity: .6;
  filter: alpha(opacity=60);
}
.footer .tc .power img {
  height: 18px;
  vertical-align: sub;
}
.footer .tc .ps {
  opacity: .6;
  filter: alpha(opacity=60);
  padding: 15px 0;
}
/*二级*/
.subBox {
  margin-top: 20px;
}
.subBox .left {
  padding-left: 0;
  padding-right: 0;
}
.subBox .left .en {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.subBox .left .first {
  margin-bottom: 5px;
  position: relative;
}
.subBox .left .first a {
  position: relative;
  z-index: 99;
}
.subBox .left .first .title {
  display: block;
  text-align: left;
  padding: 25px 20px 20px 25px;
  position: relative;
}
.subBox .left .first .title h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height:28px;
}
.subBox .left .first .title .en {
  letter-spacing: 2px;
  color: #fff;
  opacity: .4;
}
.subBox .left ul {
  background-color: #fafafb;
  border: 1px solid #e4e8f1;
  padding: 6px 7px;
}
.subBox .left ul li {
  margin-bottom: 5px;
}
.subBox .left ul li a {
  padding: 12px 22px 12px 10px;
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #c42213;
  font-size: 12px;
}
.subBox .left ul li a .arrow_sub {
  display: none;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  width:6px;
}
.subBox .left ul li a .en {
  font-size: 12px;
  opacity: 0.3;
}
.subBox .left ul li a:hover {
  background-color: #c42213;
  color: #fff;
}
.subBox .left ul li a:hover .arrow_sub {
  display: block;
}
.subBox .left ul li.on a {
  background-color:#c42213;
  color: #fff;
}
.subBox .left ul li.on a .arrow_sub {
  display: block;
}
.subBox .right {
  padding-left: 40px;
}
.subBox .right .position {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #384352;
  font-size: 13px;
}
.subBox .right .position a {
  color: #000;
  margin-right: 5px;
}
.subBox .right .position a:hover {
  /*color: #074dff;*/
  color: #c42213;
  font-weight:bold;
}
.subBox .right .position span {
  margin-right: 5px;
  margin-left: 5px;
}
.subBox .right .state {
  padding-bottom: 80px;
}
.subBox .right .state .title {
  text-align: left;
  padding: 27px 0 10px;
  border-bottom: 1px solid #ebebeb;
}
.subBox .right .state .title h2 {
  font-size: 24px;
  font-weight: bold;
}
.subBox .right .state .title .en {
  margin-top: 5px;
  color: #d4d4e6;
}
.subBox .right .state .newslist {
  margin-top: 10px;
}
.subBox .right .state .newslist li a {
  padding: 18px 100px 18px 30px;
  color: #000;
  font-size: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 28px;
}
.subBox .right .state .newslist li a:hover {
  color: #c42213;
  background-color: #fafafb;
}
.subBox .right .state .newslist li a:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #b2b2b2;
  position: absolute;
  left: 5px;
  top: 28px;
}
.subBox .right .state .newslist li a .fr {
  font-size: 14px;
  color: #aeb1b5;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.subBox .sub_cont .content {
  padding-top: 50px;
}
.subBox .sub_cont .content .tit {
  color: #333;
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
.subBox .sub_cont .content .mess {
  color: #393939;
  font-size: 14px;
  margin-top: 34px;
  text-align: center;
  position: relative;
}
.subBox .sub_cont .content .mess span {
  background-color: #fff;
  padding: 0 34px;
}
.subBox .sub_cont .content .mess:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.subBox .sub_cont .content .line {
  height: 12px;
  width: 1px;
  background-color: #393939;
  margin: -2px 10px 0;
}
.subBox .sub_cont .content .author {
  text-align: center;
  font-size: 14px;
  color: #393939;
}
.subBox .sub_cont .content .content-item {
  padding: 38px 0;
}
.subBox .sub_cont .content .content-item p{
  text-indent:2em;
  font-size: 15px;
  line-height: 28px;
}
.subBox .sub_cont .content .content-item img {
  max-width: 100%;
}
.subBox .sub_cont .content .content-item .videobox {
  width: 100%;
  overflow: hidden;
}
.subBox .sub_cont .content .content-item .videobox video {
  width: 100%;
}
.subBox .sub_cont .content .content-item .videobox img {
  width: 100%;
}
.subBox .sub_cont .position {
  top: 5px;
}
.arrow_sub {
  display: none;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -7px;
}
@media (max-width: 1200px) {
  .export_list .c .list_item {
    padding: 0px 10px 10px;
  }
  .banner {
    height: 348px;
    -webkit-background-size: 150%;
    background-size: 150%;
  }
  .subBox .sub_cont .content .content-item {
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 1170px) {
  .banner {
    height: 330px;
    -webkit-background-size: 165%;
    background-size: 165%;
  }
}
@media (max-width: 1024px) {
  .banner .ewmbox {
    right: 10%;
  }
  .banner {
    height: 310px;
  }
  .meet_develp .title {
    padding-left: 12px;
  }
  .welcome .tit_bg{
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .welcome .wel_left .cont{
    height:auto;
  }
  .slideBox .bd{
    height: 230px;
  }
  .slideBox .bd ul li img{
    min-height:230px;
  }



  .blocking_time .iconbox {
    height: 120px;
    margin: 15px;
  }
  .blocking_time .iconbox i {
    width: 50px;
    height: 50px;
    background-size: contain;
    line-height: 50px;
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 6px;
  }
  .blocking_time .iconbox h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .blocking_time .iconbox p {
    font-size: 15px;
    line-height: 20px;
  }
  .blocking_time .col-xs-4 {
    padding: 0;
  }
  /*欢迎词 背景*/
  .welcome {
    background-size: contain;
    padding-bottom: 30px;
  }
  .welcome:before {
    width: 52%;
    right: 0;
    background-size: contain;
  }
  .welcome .wel_right,
  .welcome .wel_left {
    padding: 0 15px;
  }
  .welcome .wel_right img {
    min-height: inherit;
  }
  /*专家*/
  .c .col-md-2 {
    width: 33%;
    float: left;
  }
  .export_list .c .list_item {
    height: 300px;
  }
  .export_list .c .list_item .imgbox {
    margin-bottom: 25px;
  }
  .export_list .c .list_item .place {
    margin-top: 15px;
  }
  .footer .tc,
  .footer .chat_box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner .ewmbox {
    right: 5%;
  }
}
@media (max-width: 767px) {
  .banner {
    height: 126px;
  }
  .photo .c {
    padding-right: 10px;
  }
  .photo .c .list_item {
    height: 150px;
  }
  .photo .c .list_item .imgbox img {
    min-height: 150px;
  }
  .photo .c .c_bg {
    left: 10px;
  }
  .welcome:before {
    width: 0;
  }
  .subBox .left .left_nav {
    position: absolute;
    left: 0;
    z-index: 99;
    width: 40%;
    display: none;
    height: auto;
  }
  .subBox .right {
    padding-left: 15px;
  }
  /*专家*/
  .c .col-md-2 {
    width: 50%;
    float: left;
  }
  .footer .chat_box .title h2 {
    font-size: 20px;
  }
  .footer .chat_box .title .en {
    font-size: 10px;
  }
  .footer .chat_box {
    padding: 15px;
  }
  .footer .chat_box .title {
    padding-bottom: 10px;
  }
  .welcome .wel_left .wel_tit {
    font-size: 24px;
  }
  .subBox .sub_cont .content .tit {
    font-size: 24px;
  }
}
@media (max-width: 415px) {
  .banner {
    height: 112px;
  }
  .banner .ewmbox {
    display: none;
  }
  .blocking_time {
    margin: 0;
  }
  .welcome .wel_right,
  .welcome .wel_left {
    padding: 0;
  }
  .blocking_time .iconbox i {
    margin-top: 16px;
  }
  .blocking_time .iconbox {
    margin: 5px;
  }
  .blocking_time .iconbox h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .blocking_time .iconbox p {
    font-size: 13px;
    line-height: 16px;
  }
  .countdown .mao {
    width: 40px;
  }
  .meet_develp .title {
    padding-left: 8px;
  }
  .subBox .right .position {
    right: 0;
    top: 10px;
  }
  .subBox .right .state .title {
    padding-top: 35px;
  }
  .sub_hide {
    display: none;
  }
  .subBox {
    margin-top: 0;
  }
  .welcome {
    background: none;
  }
  .subBox .left .first .title .arrow_sub {
    display: block;
    display: block;
  }
  .subBox .right .state .newslist li a {
    padding-right: 30px;
  }
  .subBox .right .state .newslist li a .fr {
    position: inherit;
    float: inherit;
    display: block;
    margin-top: 0px;
  }
}
@media (max-width: 320px) {
  .banner {
    height: 100px;
  }
  .container {
    padding: 0 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .welcome .tit_bg {
    font-size: 40px;
  }
  .title .en {
    letter-spacing: 1px;
  }
  .c .col-md-2 {
    padding: 0 5px;
  }
  .export_list .c .list_item {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .photo .c .list_item {
    height: 120px;
  }
  .photo .c .list_item .imgbox img {
    min-height: 120px;
  }
  .subBox .sub_cont .content .mess span {
    padding: 0;
  }


}