@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  /* transition: all 0.4s; */
}

body {
  font: normal 14px/1.5 "Microsoft Yahei";
  background: url("../img/main-bg.jpg") center 497px no-repeat;
}

a {
  text-decoration: none;
}

ul,
dl {
  list-style-type: none;
}

img {
  vertical-align: top;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

.unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

.block-title {
  line-height: 1;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.top-bar {
  background: #fff;
  border-bottom: 2px #e20000 solid;
}

.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}

.top-bar-login-after {
  display: none;
}

.top-bar .ofw-logo {
  margin-top: 2px;
}

.top-bar-login>.signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}

.top-bar-login>.signin>a {
  color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}

.top-bar-login i {
  font-style: normal;
  color: #666;
}

.top-bar-login>.email {
  padding-left: 24px;
  display: inline-block;
  background: url(//images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}

#g-footer {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px;
}

#g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none;
}

#g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline;
}

#g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

#g-footer .g-footer-links a,
#g-footer .g-footer-record a {
  color: #243851;
}

#g-footer .g-footer-links a:hover,
#g-footer .g-footer-record a:hover {
  color: #c00;
}

#g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  overflow: hidden;
}

#g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
  overflow: hidden;
}

#g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left;
}

#g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right;
}

/* column-title */
.column-title {
  font: normal 30px/1.5 "Microsoft Yahei";
  text-align: center;
}

/* banner */
.banner {
  overflow: hidden;
  height: 497px;
  background: url(../img/banner.jpg) center no-repeat;
}

.banner .main-title {
  line-height: 64px;
  font-size: 52px;
  text-align: center;
  color: #fff;
  padding-top: 68px;
}

.banner .sub-title {
  color: #a2a3a4;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  padding-top: 12px;
}

.banner .info {
  font-size: 22px;
  line-height: 1;
  padding-top: 28px;
}

.banner .info .time {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 354px;
}

.banner .info .location {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 65px;
}

.banner .same-time {
  font-size: 18px;
  color: #fff;
  line-height: 1em;
  text-align: center;
  padding-top: 144px;
}

/* nav */
.nav {
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  background: #1b48b4;
  color: #fff;
  z-index: 999999;
}

.nav-items a:link,
.nav-items a:visited {
  color: #fff;
}

.nav-items li {
  float: left;
  margin: 0 33px 0 0;
  cursor: pointer;
}

/* .nav-items li.active, .nav-items a:hover { color: #0d4872; } */
.nav-sign,
.nav-zz {
  width: 97px;
  height: 38px;
  margin: 12px 0 0 5px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  background: url("../img/nav/goupiao.png") center no-repeat;
  color: #fff;
}

.nav-zz {
  background: url("../img/nav/sponsor.png") center no-repeat;
}

.nav .wrap {
  position: relative;
}

.nav-title {
  position: absolute;
  left: 0;
  top: 0px;
  background: url("../img/logo.png") center no-repeat;
  width: 174px;
  height: 60px;
}

/* dhjs */
.dhjs {
  padding-top: 55px;
}

.dhjs .dhjs-content {
  padding-top: 50px;
}

.dhjs .dhjs-content .message {
  width: 500px;
}

.dhjs .dhjs-content .message p {
  font-size: 14px;
  line-height: 20px;
  color: #d0d0d0;
  padding-bottom: 16px;
  text-indent: 2em;
}

.dhjs .dhjs-content .picture {
  width: 470px;
  height: 278px;
}

.highlights {
  margin-top: 70px;
}

.highlights .highlights-layout {
  padding-top: 55px;
}

.highlights .highlights-layout .highlights-item {
  margin-right: 56px;
  width: 205px;
}

.highlights .highlights-layout .highlights-item:nth-child(1) {
  background: url(../img/dhld/1.png) center top no-repeat;
}

.highlights .highlights-layout .highlights-item:nth-child(2) {
  background: url(../img/dhld/2.png) center top no-repeat;
}

.highlights .highlights-layout .highlights-item:nth-child(3) {
  background: url(../img/dhld/3.png) center top no-repeat;
}

.highlights .highlights-layout .highlights-item:nth-child(4) {
  background: url(../img/dhld/4.png) center top no-repeat;
}

.highlights .highlights-layout .highlights-item .title {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding-top: 88px;
}

.highlights .highlights-layout .highlights-item .info {
  padding-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}

/* dhld */
/* chdx */
.chdx {
  padding: 50px 0 60px;
  background: #fff;
}

.chdx .wrap {
  padding: 50px 0 0;
}

.chdx .txt {
  width: 1000px;
  color: #000;
  text-indent: 2em;
  line-height: 27px;
}

.chdx .txt p {
  margin: 0 0 10px;
  text-align: center;
}

.chdx .chdx-cont {
  text-align: left;
  height: 310px;
  position: relative;
}

.chdx_cont_text {
  position: absolute;
  left: 480px;
  top: 52px;
  width: 525px;
}

.chdx .chdx-cont .chdx_cont_text span {
  position: relative;
  font-size: 14px;
  display: block;
  padding-left: 20px;
  line-height: 1.5em;
  margin-top: 5px;
}

.chdx .chdx-cont .chdx_cont_text span:first-child {
  margin-top: 0;
}

.chdx .chdx-cont span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: #6b7cff;
}

/* dhld */
.nav-item.item1 .nav-item-img {
  width: 50px;
  height: 50px;
  background: url(../img/dhld/11.png) no-repeat center;
  margin: 34px 50px 4px;
}

.nav-item.item1.active .nav-item-img {
  width: 50px;
  height: 50px;
  background: url(../img/dhld/1.png) no-repeat center;
  margin: 34px 50px 4px;
}

.nav-item.item2 .nav-item-img {
  width: 50px;
  height: 50px;
  background: url(../img/dhld/22.png) no-repeat center;
  margin: 34px 50px 4px;
}

.nav-item.item2.active .nav-item-img {
  width: 50px;
  height: 50px;
  background: url(../img/dhld/2.png) no-repeat center;
  margin: 34px 50px 4px;
}

.nav-item.item3 .nav-item-img {
  width: 50px;
  height: 50px;
  background: url(../img/dhld/33.png) no-repeat center;
  margin: 34px 50px 4px;
}

.nav-item.item3.active .nav-item-img {
  width: 50px;
  height: 50px;
  background: url(../img/dhld/3.png) no-repeat center;
  margin: 34px 50px 4px;
}

.nav-item.item4 .nav-item-img {
  width: 50px;
  height: 50px;
  background: url(../img/dhld/44.png) no-repeat center;
  margin: 34px 50px 4px;
}

.nav-item.item4.active .nav-item-img {
  width: 50px;
  height: 50px;
  background: url(../img/dhld/4.png) no-repeat center;
  margin: 34px 50px 4px;
}

.nav-item.item5 .nav-item-img {
  width: 50px;
  height: 50px;
  background: url(../img/dhld/55.png) no-repeat center;
  margin: 34px 50px 4px;
}

.nav-item.item5.active .nav-item-img {
  width: 50px;
  height: 50px;
  background: url(../img/dhld/5.png) no-repeat center;
  margin: 34px 50px 4px;
}

.highlights-nav .operation-button .swiper-button-prev {
  background: url("../images/prev.png") center no-repeat;
  width: 60px;
  height: 37px;
  left: 390px;
  top: 166px;
}

.highlights-nav .operation-button .swiper-button-next {
  background: url("../images/next.png") center no-repeat;
  width: 60px;
  height: 37px;
  right: 390px;
  top: 166px;
}

.highlights-nav .operation-button .swiper-pagination-bullets {
  margin-top: 10px;
  width: 26px;
  left: 50%;
  margin-left: -13px;
  top: 146px;
}

.highlights-nav .operation-button .swiper-pagination-bullet {
  margin-right: 5px;
  background-color: #fff;
  opacity: 1;
}

.highlights-nav .operation-button .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #55a1ff;
}

/* dhjb */
.dhjb {
  padding: 50px 0 50px 0;
}

.dhjb .wrap {
  margin-top: 35px;
}

.dhjb .wrap ul {
  overflow: hidden;
}

.dhjb .wrap ul li {
  height: 252px;
  width: 182px;
  background: url(../img/jb/bg.png) no-repeat center bottom;
  float: left;
  margin-right: 22px;
  text-align: center;
}

.dhjb .wrap ul li:nth-child(5n+0) {
  margin-right: 0;
}

.dhjb .wrap ul li img {
  margin-top: 36px;
}

.dhjb .wrap ul li p {
  color: #fff;
  font-size: 18px;
  margin-top: 12px;
  line-height: 18px;
  font-weight: 600;
}

.dhjb .wrap ul li span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
  line-height: 20px;
  width: 160px;
}

/* dhrc */
.schedule {
  padding-top: 50px;
}

.schedule .schedule-layout table {
  margin-top: 56px;
  width: 1000px;
}

.schedule .schedule-layout table .header {
  height: 40px;
  background-color: #3d86d8;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}

.schedule .schedule-layout table .header td {
  border: none;
}

.schedule .schedule-layout table .header td:nth-child(1) {
  width: 288px;
  text-align: center;
}

.schedule .schedule-layout table .header td:nth-child(2) {
  padding-left: 110px;
}

.schedule .schedule-layout table tr td {
  color: #fff;
  border: 1px solid #36a4d8;
  font-size: 14px;
  line-height: 24px;
  padding: 7px 0;
}

.schedule .schedule-layout table tr td:nth-child(1) {
  width: 288px;
  text-align: center;
}

.schedule .schedule-layout table tr td:nth-child(2) {
  padding-left: 110px;
}

.schedule .schedule-layout .note {
  color: #fff;
  line-height: 3em;
}

/* wjhg */
.wjhg {
  padding: 50px 0 0;
}

.wjhg .wrap {
  margin: 20px auto 0;
}

.wjhg-photos {
  overflow: hidden;
}

.wjhg-photos li {
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 370px;
  height: 375px;
  border-right: 2px solid #fff;
}

.wjhg-photos a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.wjhg-photos .photo {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.wjhg-photos .shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  text-align: right;
  font-size: 30px;
  background: #000;
  opacity: 0.5;
}

.wjhg-photos .title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 80px;
  text-align: center;
  font: bold 22px/80px "Microsoft Yahei";
}

.wjhg-photos li.active {
  width: 630px;
}

.wjhg-photos li.active .shadow {
  opacity: 0;
}

.wjhg-photos li.active .title {
  display: block;
}

/*回顾*/
.con-wrap-06 {
  width: 100%;
  height: 870px;
  background: url(../img/hg/bg.png) no-repeat center;
  position: relative;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.con-wrap-06 .con-title {
  padding-top: 150px;
  text-align: center;
}

.con-wrap-06 .con-title p {
  line-height: 30px;
}

.con-wrap-06 .word-con {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
}

.lunbo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 210px;
  overflow: hidden;
}

.lunbo>ul {
  width: 3240px;
  position: relative;
  left: 50%;
  margin-left: -1260px;
  height: 375px;
  overflow: hidden;
}

.lunbo li {
  width: 360px;
  /* padding-bottom: 50px; */
  height: 375PX;
  float: left;
  background: url(../img/hg/shijainxian.png) no-repeat left bottom;
  position: relative;
}

.lunbo .on .time {
  opacity: 1;
}

.lunbo li .time {
  position: absolute;
  width: 100%;
  top: 90%;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: -13px;
  opacity: .5;
}

.lunbo li>div {
  width: 225px;
  padding: 10px;
  margin: 0 auto;
  background: #546167;
  position: relative;
}

.lunbo li>div:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 12px;
  border-color: #546167 transparent transparent;
  border-style: solid;
  top: 100%;
  left: 50%;
  margin-left: -12px;
}

.lunbo li>div p {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  min-height: 78px;
  opacity: .5;
}

.lunbo li.on>div p {
  opacity: 1;
}

.lunbo li>div a {
  color: #fff;
}

.pagi {
  margin-top: 480px;
  position: relative;
}

.pagi>ul {
  width: 800px;
  margin: 0 auto;
}

.pagi>ul>li {
  width: 80px;
  float: left;
  cursor: pointer;
}

.pagi>ul>li>div {
  width: 60px;
  height: 60px;
  border: 2px solid #98959c;
  border-radius: 50%;
  background: #98959c;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
}

.pagi>ul>li>p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  text-align: center;
  opacity: .35;
}

.pagi .more {
  font-size: 18px;
  opacity: .5;
  line-height: 40px;
  color: #fff;
}

.pagi .more:hover {
  opacity: 1;
}

.pagi>ul>li.on>div {
  background: #ff2c36;
  border-color: #ff2c36;
}

.pagi>ul>li.on>p {
  opacity: 1;
}

.pagi>a {
  position: absolute;
  bottom: 0;
  width: 46px;
  height: 108px;
}

.pagi>.prev {
  background: url(../img/hg/prev.jpg);
  left: 42px;
}

.pagi>.next {
  background: url(../img/hg/next.jpg);
  right: 42px;
}

.display-range video {
  height: 829px;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.display-range .wrap {
  position: absolute;
  top: 70px;
  left: 50%;
  margin-left: -500px;
}

.display-range .main-title {
  background: url("../images/display-title.png") center no-repeat;
}

.display-range .sub-title {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding-top: 68px;
}

.display-range .display-words {
  height: 480px;
  position: relative;
}

.display-range .display-words .word {
  position: absolute;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.display-range .display-words .word:hover {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.display-range .display-words .word.word1 {
  font-size: 54px;
  left: 542px;
  top: 78px;
  color: #ccd7de;
}

.display-range .display-words .word.word2 {
  font-size: 50px;
  left: 255px;
  top: 107px;
  color: #a0f5b3;
  font-weight: bold;
}

.display-range .display-words .word.word3 {
  font-size: 40px;
  left: 714px;
  top: 300px;
  color: #00baff;
}

.display-range .display-words .word.word4 {
  font-size: 60px;
  left: 524px;
  top: 151px;
  color: #8cfce4;
}

.display-range .display-words .word.word5 {
  font-size: 40px;
  left: 290px;
  top: 180px;
  color: #dfea28;
}

.display-range .display-words .word.word6 {
  font-size: 38px;
  left: 120px;
  top: 184px;
  color: #c6cacf;
}

.display-range .display-words .word.word7 {
  font-size: 44px;
  left: 650px;
  top: 230px;
  color: #99acac;
}

.display-range .display-words .word.word8 {
  font-size: 82px;
  left: 438px;
  top: 233px;
  color: #e8da2d;
  font-weight: bold;
}

.display-range .display-words .word.word9 {
  font-size: 58px;
  left: 203px;
  top: 246px;
  color: #0178ae;
}

.display-range .display-words .word.word10 {
  font-size: 36px;
  left: 698px;
  top: 353px;
  color: #7f8035;
}

.display-range .display-words .word.word11 {
  font-size: 42px;
  left: 728px;
  top: 305px;
  color: #9bd05b;
}

.display-range .display-words .word.word12 {
  font-size: 32px;
  left: 105px;
  top: 326px;
  color: #fff;
}

.display-range .display-words .word.word13 {
  font-size: 50px;
  left: 255px;
  top: 357px;
  color: #01a8e6;
  font-weight: bold;
}

.display-range .display-words .word.word14 {
  font-size: 58px;
  left: 448px;
  top: 372px;
  color: #07b740;
  font-weight: bold;
}

/* zpfw */
/* buy */
.buy {
  padding: 50px 0 40px;
}

.buy-bd {
  padding: 35px 0 0;
}

.buy table {
  border-collapse: collapse;
}

.buy .intro {
  margin: 50px 0 0;
}

.ticket-cont ul {
  width: 1100px;
}

.ticket-cont ul li {
  float: left;
  width: 320px;
  height: 149px;
  position: relative;
  color: #fff;
  margin: 0 135px 0 0;
  cursor: pointer;
  margin-top: 60px;
  margin-right: 40px;
}

.ticket-cont ul li .tag {
  position: absolute;
  width: 55px;
  height: 72px;
}

.ticket-cont ul li.ticket-bg01 {
  background: url(../img/ticket/ticket1-0527.png?v=111) no-repeat center;
  background-size: 100% 100%;
  margin-right: 80px;
  margin-left: 170px;
  margin-top: 6px;
  height: 200px;
}

.ticket-cont ul li.ticket-bg01 .tag {
  background: url("../img/ticket/huo.png") center no-repeat;
  top: -50px;
  right: 48px;
}

.ticket-cont ul li.ticket-bg01 a {
  display: block;
  width: 100%;
  height: 100%;
}

.ticket-cont ul li.ticket-bg02 {
  position: relative;
}

.ticket-cont ul li.ticket-bg02 img {
  margin-top: -52px;
}

.ticket-cont ul li.ticket-bg02 a {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.ticket-cont ul li.ticket-bg03 {
  background: url(../img/ticket/ticket3.png) no-repeat center center;
  background-size: 100% 100%;
}

.ticket-cont ul li.ticket-bg03 .tag {
  background: url("../img/ticket/5count.png") center no-repeat;
  top: -50px;
  right: 48px;
}

.ticket-cont ul li.ticket-bg04 {
  background: url(https://www.ofweek.com/seminar/2019/3C/img/ticket/ticket2-0527.png) no-repeat center center;
  background-size: 100% 100%;
  height: 205px;
  margin-top: 5px;
}

.ticket-cont ul li.ticket-bg04 .tag {
  background: url("../img/ticket/5count.png") center no-repeat;
  top: 0px;
  right: 48px;
}

.ticket-cont ul li.ticket-bg05 {
  background: url(https://www.ofweek.com/seminar/2019/3C/img/ticket/ticket4-0527.png) no-repeat center center;
  background-size: 100% 100%;
  height: 205px;
  margin-top: 5px;
}

.ticket-cont ul li.ticket-bg05 .tag {
  background: url("../img/ticket/9count.png") center no-repeat;
  top: 0px;
  right: 48px;
}

.ticket-cont .ticket-name {
  position: absolute;
  top: 0;
  left: 0;
  margin: 7px 0;
  width: 20px;
  height: 135px;
  padding: 0 10px 0 10px;
  border-right: 1px dashed #fff;
  font-size: 20px;
}

.ticket-cont .ticket-name .hot {
  position: absolute;
  top: 0;
  left: 20px;
  width: 24px;
  height: 28px;
  background: url("https://www.ofweek.com/seminar/2018/medical/images/ticket/hot.png") no-repeat center center;
  background-size: 100% 100%;
}

.ticket-bg01 .ticket-name {
  padding-top: 30px;
  height: 105px;
}

.ticket-cont .ticket-bg02 .ticket-name {
  width: 40px;
  padding-top: 15px;
  height: 120px;
}

.ticket-bg03 .ticket-name {
  padding-top: 15px;
  height: 120px;
}

.ticket-cont .ticket-right {
  margin-left: 41px;
  position: relative;
  height: 100%;
  padding-left: 20px;
}

.ticket-cont .ticket-bg02 .ticket-right {
  margin-left: 61px;
}

.ticket-cont .ticket-price {
  padding-top: 18px;
  margin-left: -10px;
  font-size: 46px;
}

.ticket-cont .ticket-old-price {
  text-decoration: line-through;
}

.ticket-cont .ticket-number {
  position: absolute;
  bottom: 13px;
  left: 20px;
  font-size: 14px;
}

.ticket-cont .flash-sale {
  position: absolute;
  top: -9px;
  right: 16px;
  width: 84px;
  height: 44px;
  background: url("https://www.ofweek.com/seminar/2018/medical/images/ticket/flash-sale.png") no-repeat center center;
  background-size: 100% 100%;
}

.ticket-cont .ofweekVip {
  position: absolute;
  top: -9px;
  right: 16px;
  width: 84px;
  height: 44px;
  background: url("https://www.ofweek.com/seminar/2018/medical/images/ticket/ofweekVip.png") no-repeat center center;
  background-size: 100% 100%;
}

.ticket-cont .ticket-logobox {
  position: absolute;
  right: 10px;
  bottom: 50px;
  width: 20px;
}

.ticket-cont .ticket-logobox img {
  width: 20px;
  height: 20px;
  margin-bottom: 8px;
}

.ticket-cont .ticket-btn {
  position: absolute;
  right: 10px;
  bottom: 12px;
  width: 101px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  border-radius: 3px;
}

.ticket-explain {
  font-size: 18px;
  color: #fff;
  line-height: 33px;
}

.ticket-explain img {
  margin: 0 5px 0 36px;
  vertical-align: top;
}

.ticket-explain img.mar-l-0 {
  margin-left: 0;
}

.ticket-text {
  margin: 26px 0;
  font-size: 14px;
  line-height: 1.8;
}

.ticket-text h3 {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.ticket-text h3 div {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

.ticket-text p {
  color: #fff;
}

.ticket-form {
  width: 1000px;
}

.ticket-table {
  border-collapse: collapse;
  width: 1000px;
}

.ticket-table th {
  font-weight: 300;
  height: 35px;
  background: #3b8fef;
  color: #fff;
}

.ticket-table td {
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.ticket-table td.bor-0 {
  border: none;
}

.ticket-table td.bor-r-1 {
  border-right: 1px solid #010101;
}

.ticket-table td.table-td-left {
  border-top: 1px solid #010101;
  border-bottom: 1px solid #010101;
  background: url("https://www.ofweek.com/seminar/2018/medical/images/ticket/table-td-left.png") repeat;
  font-size: 20px;
  color: #2071ba;
}

.ticket-table .td-tname {
  text-align: left;
  padding-left: 11px;
}

.ticket-table .td-tname-hd {
  padding-left: 23px;
}

.ticket-table .zhe {
  color: #ff1d1d;
  font-size: 24px;
  font-style: italic;
  margin-right: 3px;
}

.ticket-table .tips {
  width: 24px;
  height: 28px;
  margin-left: 5px;
  background: url("https://www.ofweek.com/seminar/2018/medical/images/ticket/hot.png") no-repeat center center;
  background-size: 100% 100%;
  float: left;
}

.tname,
.fname {
  float: left;
  cursor: pointer;
  position: relative;
}

.isicon0 .tname {
  cursor: auto;
}

.num-opera {
  width: 95px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #fc0000;
  background: #fff;
  margin-left: 20px;
}

.num-opera span {
  width: 27px;
  background: #fafafa;
  cursor: pointer;
  float: left;
  font-family: Arial;
  font-size: 20px;
  color: #fc0000;
}

.num-opera .add {
  background-position: 0 -26px;
}

.num-opera .cut {
  background-position: 0 0;
}

.num-opera .cut.active {
  background-position: 0 -13px;
}

.num-opera input {
  width: 34px;
  height: 26px;
  line-height: 26px;
  background: none;
  outline: none;
  font-size: 14px;
  color: #000;
  text-align: center;
  overflow: hidden;
  float: left;
  border-left: 1px solid #fc0000;
  border-right: 1px solid #fc0000;
  border-top: 0;
  border-bottom: 0;
}

.ticket-table .td-price {
  color: #f50000;
  font-size: 18px;
  width: 186px;
  padding-left: 10px;
  text-align: left;
}

.ticket-table .td-old-price {
  float: right;
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 4px;
  margin-right: 5px;
  color: #fff;
}

.rdo {
  display: inline-block;
  background: url(https://www.ofweek.com/seminar/2018/medical/images/radio.png) 0 0 no-repeat;
  width: 10px;
  height: 11px;
  margin-right: 3px;
}

.rdo.active {
  background-image: url(https://www.ofweek.com/seminar/2018/medical/images/radio_check.png);
}

.chk {
  display: inline-block;
  border: 1px solid #c9c9c9;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  vertical-align: middle;
}

.chk.active {
  background: url("https://www.ofweek.com/seminar/2018/medical/images/ticket/checked.png") no-repeat center center;
  background-size: 100% 100%;
}

.ticket-form .btns {
  padding-top: 30px;
}

.ticket-form .btns .total {
  float: right;
  font-size: 22px;
  color: #ed0707;
  line-height: 46px;
  margin-top: 5px;
  text-align: right;
}

.sub-btn {
  float: right;
  width: 219px;
  height: 49px;
  border: 1px solid #18464e;
  font-size: 24px;
  margin-left: 38px;
  line-height: 46px;
  text-align: center;
  outline: none;
  cursor: pointer;
  display: inline-block;
  background: #999;
  color: #fff;
  border-color: #999;
}

.sub-btn.active {
  background: #0d334e;
  background: #ffb148;
  color: #fff;
}

.lydw {
  padding: 50px 0 0;
}

.lydw .lydw-img {
  margin-top: 40px;
}

/* zzjg */
.zzjg {
  padding: 50px 0 40px;
}

.zzjg .name {
  margin: 25px 0 10px;
  text-align: center;
  font-size: 18px;
}

.zzjg .box {
  text-align: center;
}

.zzjg .box a {
  margin: 0 5px;
}

/* fixed-menu */
.fixed-menu {
  position: fixed;
  right: 0;
  top: 25%;
  width: 210px;
  text-align: center;
  display: none;
  z-index: 999;
}

.fixed-menu .items li {
  margin-bottom: 22px;
  position: relative;
  height: 180px;
  line-height: 180px;
  color: #fff;
  cursor: pointer;
}

.fixed-menu .items li img {
  position: relative;
  height: 180px;
  line-height: 180px;
  color: #fff;
}

.fixed-menu .items li:hover img {
  -webkit-animation: que 2s linear infinite;
  animation: que 2s linear infinite;
}

.fixed-menu .items li div {
  color: #fff;
  position: relative;
  display: block;
  height: 110px;
  width: 110px;
  background: url(../img/r22.png) no-repeat center;
  background-size: 112%;
  position: absolute;
  text-align: center;
  line-height: 40px;
  top: 35px;
  left: 50px;
  font-size: 25px;
}

.fixed-menu .items li:hover div {
  background: url(../img/r11.png) no-repeat center;
  background-size: 112%;
}

.fixed-menu .items li span {
  color: #fff;
  position: relative;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 40px;
  top: 15px;
  left: 30px;
  font-size: 25px;
}

@-webkit-keyframes que {

  /*以百分比来规定改变发生的时间 也可以通过"from"和"to",等价于0% 和 100%*/
  0% {
    /*rotate(2D旋转) scale(放大或者缩小) translate(移动) skew(翻转)*/
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes que {

  /*以百分比来规定改变发生的时间 也可以通过"from"和"to",等价于0% 和 100%*/
  0% {
    /*rotate(2D旋转) scale(放大或者缩小) translate(移动) skew(翻转)*/
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#g-footer {
  margin-top: 0;
}

/* zzfs */
.zzfs {
  padding: 50px 0 78px;
}

.zzfs .wrap {
  margin-top: 60px;
  position: relative;
}

.zzfs .wrap a:nth-child(2) {
  display: inline-block;
  width: 480px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 0;
}

.zzfs .wrap a:nth-child(3) {
  display: inline-block;
  width: 480px;
  height: 140px;
  position: absolute;
  right: 0;
  top: 0;
}

.zzfs .wrap a:nth-child(4) {
  display: inline-block;
  width: 480px;
  height: 140px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.zzfs .wrap a:nth-child(5) {
  display: inline-block;
  width: 480px;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* .zzfs .intro { margin: 25px 0 0; text-align: center; font-size: 18px; }
.dhzz-items { width: 1100px; }
.dhzz-items li { position: relative; float: left; width: 50%; padding: 34px 0; margin: 15px 0 0; background: url(../img/dhzz_bg.png) 50px center no-repeat; }
.dhzz-items a:link, .dhzz-items a:visited { color: #000; }
.dhzz-items .icon { position: relative; z-index: 2; margin: 0 15px 0 0; }
.dhzz-items .content { width: 330px; }
.dhzz-items .content strong { display: block; padding: 10px 0 8px; font-size: 16px; font-weight: bold; } */
.dhzz-top,
.dhzz-right,
.dhzz-bottom,
.dhzz-left {
  position: absolute;
  background: #fff;
}

.dhzz-top {
  right: 0;
  top: 0;
  width: 100%;
  height: 5px;
}

.dhzz-right {
  right: 50px;
  bottom: 0;
  width: 40px;
  height: 100%;
}

.dhzz-bottom {
  left: 0;
  bottom: 0;
  width: 150px;
  height: 5px;
}

.dhzz-left {
  left: 50px;
  top: 0;
  width: 5px;
  height: 100%;
}

.dhzz-items li:hover .dhzz-bottom {
  -webkit-animation: zzbottom forwards 1s;
  animation: zzbottom forwards 1s;
}

.dhzz-items li:hover .dhzz-left {
  -webkit-animation: zzleft forwards 1s;
  animation: zzleft forwards 1s;
}

.dhzz-items li:hover .dhzz-top {
  -webkit-animation: zztop forwards 1s;
  animation: zztop forwards 1s;
}

.dhzz-items li:hover .dhzz-right {
  -webkit-animation: zzright forwards 1s;
  animation: zzright forwards 1s;
}

@-webkit-keyframes zzbottom {
  0% {
    width: 100%;
  }

  25% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@keyframes zzbottom {
  0% {
    width: 100%;
  }

  25% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes zzleft {
  0% {
    height: 100%;
  }

  25% {
    height: 100%;
  }

  50% {
    height: 0;
  }

  100% {
    height: 0;
  }
}

@keyframes zzleft {
  0% {
    height: 100%;
  }

  25% {
    height: 100%;
  }

  50% {
    height: 0;
  }

  100% {
    height: 0;
  }
}

@-webkit-keyframes zztop {
  0% {
    width: 100%;
  }

  50% {
    width: 100%;
  }

  75% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@keyframes zztop {
  0% {
    width: 100%;
  }

  50% {
    width: 100%;
  }

  75% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes zzright {
  0% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@keyframes zzright {
  0% {
    height: 100%;
  }

  75% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

.navbar-fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

/* tqhd */
.gqSwiper {
  width: 100%;
  height: 300px;
  position: relative;
  margin-bottom: 60px;
  margin-top: 40px;
  left: -70px;
  padding-right: 70px;
}

.gqSwiper .swiper-slide {
  width: 400px;
  height: 300px;
  margin: 0 4.735px;
  position: relative;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.gqSwiper .swiper-slide .gqtjBgk {
  display: block;
  _display: inline;
  background: rgba(4, 24, 63, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9904183f, endColorstr=#9904183f);
  width: 400px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 7.5px;
  z-index: 9;
}

.gqSwiper .swiper-slide img {
  width: 400px;
  height: 300px;
  margin: 0 7.5px;
}

.gqSwiper .swiper-slide-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gqCon {
  width: 400px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 7.5px;
  background: #04183f;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6604183f, endColorstr=#6604183f);
  z-index: 99;
}

.gqCon .gqLink {
  width: 400px;
  height: 300px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(#);
}

.sp {
  background: url(../img/tqhd/d2803sp.png) no-repeat;
}

.gqCon h4 {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0px;
  top: 220px;
  color: #fff;
  font-size: 20px;
  transition: none;
  -webkit-transition: none;
}

.gqCon p {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  top: 250px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  transition: none;
  -webkit-transition: none;
}

.arrow5 {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  margin-top: -30px;
  background-color: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
  cursor: pointer;
  z-index: 100;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.arrow5:hover {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.18);
  opacity: .8;
  filter: alpha(opacity=80);
}

.arrow5L {
  left: 50%;
  margin-left: -555px;
  background-position: -519px -132px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.arrow5L:hover {
  margin-left: -565px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.arrow5R {
  left: 50%;
  margin-left: 520px;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-position: -587px -132px;
}

.arrow5R:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  margin-left: 530px;
}

:root .gqSwiper .swiper-slide .gqtjBgk {
  -webkit-filter: none;
  filter: none;
}

.conferee .conferee-layout {
  margin-top: 46px;
  border: 1px solid #2373d4;
  padding: 38px 0;
}

.conferee .conferee-layout .pic {
  padding-left: 75px;
  padding-right: 53px;
}

.conferee .conferee-layout .message {
  padding-top: 21px;
}

.conferee .conferee-layout .message p {
  color: #fff;
  font-size: 14px;
  line-height: 31px;
}

.lookback {
  padding-top: 49px;
}

.lookback .lookback-layout {
  margin-top: 51px;
  background: url("../img/lookback/time-line.png") center top no-repeat;
  height: 1123px;
  position: relative;
}

.lookback .lookback-layout .time-line .year {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  padding-bottom: 10px;
}

.lookback .lookback-layout .time-line .date {
  font-size: 12px;
  color: #fff;
  line-height: 1;
}

.lookback .lookback-layout .time-line .time1 {
  position: absolute;
  left: 520px;
}

.lookback .lookback-layout .time-line .time2 {
  position: absolute;
  left: 435px;
  top: 154px;
}

.lookback .lookback-layout .time-line .time3 {
  position: absolute;
  left: 520px;
  top: 526px;
}

.lookback .lookback-layout .time-line .time4 {
  position: absolute;
  left: 435px;
  top: 686px;
}

.lookback .lookback-layout .lookback-item-list {
  position: relative;
  width: 100%;
}

.lookback .lookback-layout .lookback-item-list .lookback-item {
  position: absolute;
  width: 379px;
  padding: 12px 14px 12px 14px;
  background-color: #2b2b2b;
  border: 3px solid #24b2eb;
  border-radius: 10px;
}

.lookback .lookback-layout .lookback-item-list .lookback-item .title {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}

.lookback .lookback-layout .lookback-item-list .lookback-item img {
  padding: 12px 0;
}

.lookback .lookback-layout .lookback-item-list .lookback-item .meaasge {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-indent: 2em;
}

.lookback .lookback-layout .lookback-item-list .lookback-item.item1::after {
  position: absolute;
  content: '';
  width: 41px;
  height: 45px;
  background: url("../img/lookback/arrow-right.jpg") center no-repeat;
  right: -41px;
  top: 26px;
}

.lookback .lookback-layout .lookback-item-list .lookback-item.item2 {
  right: 0px;
  top: 138px;
}

.lookback .lookback-layout .lookback-item-list .lookback-item.item2::after {
  position: absolute;
  content: '';
  width: 41px;
  height: 45px;
  background: url("../img/lookback/arrow-left.jpg") center no-repeat;
  left: -41px;
  top: 26px;
}

.lookback .lookback-layout .lookback-item-list .lookback-item.item3 {
  right: 584px;
  top: 508px;
}

.lookback .lookback-layout .lookback-item-list .lookback-item.item3::after {
  position: absolute;
  content: '';
  width: 41px;
  height: 45px;
  background: url("../img/lookback/arrow-right.jpg") center no-repeat;
  right: -41px;
  top: 26px;
}

.lookback .lookback-layout .lookback-item-list .lookback-item.item4 {
  right: 0px;
  top: 668px;
}

.lookback .lookback-layout .lookback-item-list .lookback-item.item4::after {
  position: absolute;
  content: '';
  width: 41px;
  height: 45px;
  background: url("../img/lookback/arrow-left.jpg") center no-repeat;
  left: -41px;
  top: 26px;
}

.organization {
  background: url("../img/main-bg.jpg") center top;
}

.organization .line {
  padding-bottom: 28px;
}

.organization .line a {
  vertical-align: middle;
  display: inline-block;
  margin-right: 26px;
}

.organization .line img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 26px;
}

.contact {
  padding-top: 28px;
  background: url("../img/main-bg.jpg") center;
  padding-bottom: 60px;
  position: relative;
}

.contact .wrap {
  position: relative;
}

.contact .title {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  padding-bottom: 30px;
}

.contact .contact-list .contact-item {
  margin-right: 28px;
}

.contact .contact-list .contact-item .line1 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  padding-bottom: 19px;
}

.contact .contact-list .contact-item .name {
  line-height: 1;
  color: #fff;
  font-size: 15px;
  padding-bottom: 12px;
}

.contact .contact-list .contact-item .tel {
  line-height: 1;
  color: #fff;
  font-size: 12px;
  padding-bottom: 12px;
}

.contact .contact-list .contact-item .fax {
  line-height: 1;
  color: #fff;
  font-size: 12px;
  padding-bottom: 12px;
}

.contact .contact-list .contact-item .email {
  line-height: 1;
  color: #fff;
  font-size: 12px;
}

.contact .code {
  position: absolute;
  right: 0px;
  top: 20px;
}

.contact .code .code-item {
  display: inline-block;
  vertical-align: middle;
}

.contact .code .code-item:nth-child(1) {
  margin-right: 30px;
}

.contact .code .code-item p {
  font-size: 14px;
  color: #fff;
  padding-top: 16px;
  text-align: center;
}

/*20180323新增*/
.side-float {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 114px;
  /* height: 360px; */
  right: 20px;
  top: 35%;
  margin-top: -60px;
}

.side-float a.float-nav-a {
  display: block;
  position: relative;
  width: 114px;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #7e8fce;
  background: #424c77;
}

.side-float a.float-nav-a01 {
  background: url("../img/float_nav_01.png") no-repeat center center;
  background-size: 100% 100%;
}

.side-float a.float-nav-a02 {
  background: url("../img/float_nav_02.png") no-repeat center center;
  background-size: 100% 100%;
}

.side-float a.float-nav-a03 {
  display: none;
  background: url("../img/float_nav_03.png") no-repeat center center;
  background-size: 100% 100%;
}

.side-float a.float-nav-a04 {
  height: 38px;
  background: url("../img/float_nav_04.png") no-repeat center center;
  background-size: 100% 100%;
}

.side-float a.float-nav-a05 {
  display: block;
  width: 32px;
  height: 28px;
  background: url("../img/float_nav_05.png") no-repeat center center;
  background-size: 100% 100%;
}

/*# sourceMappingURL=main.css.map */