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

body {
  overflow-x: hidden;
  font: normal 14px/1.5 "Microsoft Yahei";
}

a {
  text-decoration: none;
}

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

table {
  border-collapse: collapse;
}

img {
  vertical-align: top;
}

.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;
}

.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: bold 28px/1.5 "Microsoft Yahei";
  color: #00576c;
  text-align: center;
}

.column-title img,
.column-title span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

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

.banner .txt {
  padding: 0 0 0 40px;
  margin: 355px 0 0;
  font-size: 28px;
  color: #fff;
}

.banner .txt span {
  margin-right: 90px;
}

/* nav */
.nav {
  overflow: hidden;
  height: 70px;
  line-height: 70px;
  font-size: 15px;
  color: #fff;
  background: #000;
}

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

.nav-items li.active,
.nav-items a {
  color: #fff;
}

.nav-sign,
.nav-zz {
  width: 90px;
  height: 36px;
  margin: 17px 0 0;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}

a.nav-sign:link,
a.nav-sign:visited {
  color: #fff;
  background: #ce0808;
}

a.nav-zz:link,
a.nav-zz:visited {
  color: #000;
  background: #f3b021;
}

a.nav-sign:hover {
  opacity: .9;
}

/* dhjs */
.dhjs {
  padding: 50px 0;
  background: #fff;
}

.dhjs .wrap {
  padding: 20px 0 0;
}

.dhjs .txt {
  color: #333;
  text-indent: 2em;
}

.dhjs .txt p {
  margin: 0 0 10px;
}

.dhjs .media video {
  display: block;
  width: 460px;
  height: 247px;
}

/* dhld */
.dhld {
  box-sizing: border-box;
  height: 670px;
  padding: 35px 0 0;
  background: #fafafa;
}

.dhld-items {
  width: 100%;
  margin: 40px 0 0;
}

.dhld-items li {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
  height: 250px;
  padding: 0 16px;
  font-size: 12px;
  text-align: center;
}

.dhld-items li:hover {
  color: #00576c;
}

.dhld-items strong {
  display: block;
  margin: 15px 0 10px;
  font-size: 20px;
  font-weight: normal;
}

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

.dhjb .wrap {
  position: relative;
  padding: 20px 0 30px;
}

.dhjb .prev,
.dhjb .next {
  position: absolute;
  width: 130px;
  top: 50%;
  height: 122px;
  margin-top: -61px;
  cursor: pointer;
}

.dhjb .prev {
  left: -130px;
  background: url(../img/icon_prev.png) 33px center no-repeat;
}

.dhjb .prev:hover {
  background-position: 23px center;
}

.dhjb .next {
  right: -130px;
  background: url(../img/icon_next.png) 33px center no-repeat;
}

.dhjb .next:hover {
  background-position: 43px center;
}

.dhjb-box {
  overflow: hidden;
  position: relative;
  /* height: 565px; */
}

.dhjb-items li {
  position: relative;
  box-sizing: border-box;
  width: 33.3%;
  float: left;
  height: 270px;
  padding: 0 10px;
  margin: 10px 0 0;
  text-align: center;
}

.dhjb-items img {
  display: block;
  margin: 0 auto;
}

.dhjb-items .name {
  margin: 10px 0 0;
  font-size: 16px;
}

/* dhrc */
.dhrc {
  padding: 30px 0 40px;
  background: #fafafa;
}

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

.dhrc-content-box {
  box-sizing: border-box;
  padding: 15px;
}

.dhrc-intro {
  padding: 5px 0 20px;
  color: #3b8fef;
}

.dhrc-intro strong {
  font-size: 18px;
  font-weight: normal;
}

.dhrc-table {
  width: 100%;
  color: #000;
  background: #fff;
}

.dhrc-table th {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  background: #00576c;
}

.dhrc-table td {
  padding: 10px 0;
  font-size: 16px;
  border: 1px solid #bebebe;
}

.dhrc-table th:nth-of-type(1),
.dhrc-table .td1 {
  text-align: center;
  border-left: 0;
}

.dhrc-table th:nth-of-type(2),
.dhrc-table .td2 {
  padding-left: 60px;
  text-align: left;
  border-right: 0;
}

.dhrc-table th:nth-of-type(3),
.dhrc-table .td3 {
  padding-left: 30px;
  text-align: left;
  border-right: 0;
}

.dhrc-table .list {
  float: left;
  width: 45%;
  line-height: 40px;
}

.dhrc-table .list li {
  padding-left: 25px;
  background: url(../img//icon_list_a.png) left center no-repeat;
}

.dhrc-remark {
  margin: 15px 0 0;
  color: #585858;
  text-align: left;
}

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

.tqhd-bd {
  position: relative;
  overflow: hidden;
  height: 380px;
  margin: 45px 0 0;
}

.tqhd-cont {
  width: 1000px;
  height: 440px;
  margin: 0 auto;
}

.tqhd-cont a {
  float: left;
  margin-right: 13px;
  margin-bottom: 35px;
}

.tqhd-cont a:nth-of-type(4),
.tqhd-cont a:nth-of-type(8) {
  margin-right: 0px;
}

/* wjhg */
.wjhg {
  padding: 20px 0 30px;
  background: #ccdde2;
}

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

.wjhg-photos {
  overflow: hidden;
}

.wjhg-photos ul {
  width: 1100px;
}

.wjhg-photos li {
  float: left;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 313px;
  height: 332px;
  margin: 0 30px 0 0;
}

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

.wjhg-photos .photo {}

.wjhg-photos .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 69px;
  font: bold 15px/1.2 "Microsoft Yahei";
  background: url(../img/hg/title_bg.png) left center no-repeat;
}

.wjhg-photos .title:before {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 55px;
  margin: 8px 5px 0 25px;
  background: #fff;
  content: " ";
}

.wjhg-photos .title p {
  display: inline-block;
  margin: 5px 0 0;
  vertical-align: middle;
}

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

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

.buy table {
  border-collapse: collapse;
}

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

.ticket-cont ul {
  width: 1100px;
  padding: 0 0 10px 0;
  margin-left: -50px;
  font-size: 0;
  text-align: center;
}

.ticket-cont ul li {
  display: inline-block;
  width: 320px;
  height: 200px;
  position: relative;
  color: #fff;
  margin: 0 10px;
  cursor: pointer;
}

.sold-out {
  position: absolute;
  right: -10px;
  bottom: -5px;
}

.ticket-cont ul li.ticket-bg01 {
  background: url(../img/ticket1_end.png?v=7) no-repeat center center;
  background-size: 100% 100%;
}

.ticket-cont ul li.ticket-bg06 {
  background: url(../img/ticket6.png?v=7) no-repeat center center;
  background-size: 100% 100%;
}

.ticket-cont ul li.ticket-bg02 {
  background: url(../img/ticket2.png?v=419) no-repeat center center;
  background-size: 100% 100%;
}

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

.ticket-cont ul li.ticket-bg04 {
  background: url(../img/ticket4.png?v=419) no-repeat center center;
  background-size: 100% 100%;
}

.ticket-cont ul li.ticket-bg05 {
  background: url(../img/ticket5.png?v=419) no-repeat center center;
  background-size: 100% 100%;
}

.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;
}

.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;
}

.ticket-text h3 div {
  display: inline-block;
  width: 58px;
  height: 22px;
  line-height: 22px;
  margin-right: 15px;
  text-align: center;
  border: 1px solid #303030;
  border-radius: 22px;
}

.ticket-form {
  width: 1000px;
}

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

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

.ticket-table td td td {
  border: 1px solid #010101;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.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 {
  border-left: none;
  text-align: left;
  padding-left: 11px;
}

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

.ticket-table .td-num,
.ticket-table .noborder {
  border-right: none;
}

.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;
}

.num0 td, .num0 .td-old-price { 
  color: #ccc !important;
}
.num0 .tname {
  cursor: auto;
}

/* .isicon0 .tname{
cursor: auto;
}
.isicon0:nth-child(2){
color: #ccc;
}
.isicon0:nth-child(2) .td-price{
color: #ccc !important;
}
.isicon0:nth-child(2) .td-old-price{
color: #ccc !important;
} */

.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: center;
}

.isicon0:nth-child(4) .td-old-price,
.isicon0:nth-child(5) .td-old-price {
  display: none;
}


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

.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;
  color: #FC0000;
  border-color: #FC0000;
  background: #FC0000;
  color: #fff;
}

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

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

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

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

/* fixed-menu */
.fixed-menu {
  position: fixed;
  right: 0;
  top: 50%;
  width: 117px;
  text-align: center;
}

.fixed-menu .items li {
  position: relative;
  height: 50px;
  line-height: 44px;
  color: #fff;
  background: url(../img/fixed_margin.png) center bottom no-repeat;
}

.fixed-menu .items li.last {
  height: 44px;
  background: none;
}

.fixed-menu .items li>a {
  display: block;
  height: 44px;
  color: #fff;
  background: #227de3;
}

.fixed-menu .items li>a:hover {
  background: #0b67cf;
}

.fixed-menu .social-share {
  display: none;
  position: absolute;
  right: 114px;
  top: 0;
  width: 190px;
}

.fixed-menu .social-share a {
  display: inline-block;
}

.share-items:hover .social-share {
  display: block;
  animation: fadeInRight 0.8s;
}

/* contact */
.contact {
  padding: 30px 0;
  background: #2c2b2b;
}

.contact-title {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
}

.contact-group {
  margin: 0 0 40px;
}

.contact-group dt {
  float: left;
  box-sizing: border-box;
  width: 120px;
  height: 64px;
  padding: 6px 0 0;
  margin: 0 40px 0 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #3abdcf;
}

.contact-group dd {
  float: left;
  line-height: 1.4;
  color: #fff;
  font-size: 14px;
}

/* app-code */
.app-code {
  width: 335px;
  padding: 100px 0 0;
  margin: 30px 0 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: url(../img/app_code_bg.png) left top no-repeat;
}

.app-code img {
  display: block;
  margin: 0 auto 10px;
}

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

.zzfs .intro {
  margin: 25px 0 0;
  text-align: center;
  font-size: 18px;
}

.dhzz-items li {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 25%;
  padding: 34px 20px;
  margin: 15px 0 0;
  text-align: center;
}

.dhzz-items .content {
  margin: 20px 0 0;
}

.dhzz-items .content strong {
  display: block;
  padding: 10px 0 8px;
  font-size: 16px;
  font-weight: bold;
}

.guide {
  width: 1000px;
  padding-top: 50px;
  margin: 0 auto 40px;
  background-color: #061b3c;
  height: 495px;
}

.guide-tit {
  padding: 0 0 0 20px;
}

.guide p {
  font: normal 18px/18px Microsoft Yahei;
  color: #45ccfc;
}

.guide #address {
  font: normal 18px/24px Microsoft Yahei;
  color: #fff;
  padding-top: 16px;
}

.guide #traffic-guide {
  font: normal 18px/24px Microsoft Yahei;
  color: #fff;
}

.guide img {
  display: block;
  margin: 0 auto;
}


.share_subtract_wrap {
  margin-bottom: 20px;
}
.share_subtract {
  padding: 20px 0 20px 195px;
  background: url(https://www.ofweek.com/seminar/2019/medical/img/share_subtractbg.png) no-repeat left center;
}
.share_subtract p {
  font-size: 16px;
  color: #000;
  padding-left: 15px;
}