﻿* {
  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;
}

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 34px/1.5 "Microsoft Yahei";
  text-align: center;
}

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

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

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

/* nav */
.nav {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #fff;
  background: url(../img/nav_bg.png) center no-repeat #5f6e9e;
}

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

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

.nav-sign {
  width: 125px;
  height: 36px;
  margin: 17px 0 0;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}

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

.nav-sign1 {
  background: #f19f14;
  margin-right: 15px;
}

.nav-sign2 {
  background: #fd0807
}

/* 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: url(../img/dhld_bg.png) center top no-repeat #fafafa;
}

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

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

.dhld-items li:hover {
  color: #2382cf;
}

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

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

.dhjb .column-title {
  color: #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;
}

.dhjb-items {
  font-size: 0;
}

.dhjb-items li {
  position: relative;
  box-sizing: border-box;
  width: 20%;
  display: inline-block;
  height: 210px;
  padding: 0 10px;
  margin: 20px 0 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.dhjb-items:nth-of-type(1) li {
  width: 33.33%;
}

.dhjb-items:nth-of-type(2) li {
  width: 25%;
}

.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: 40px 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;
  border-top: 2px solid #91aeff;
  border-bottom: 1px solid #c8c8c8;
}

.dhrc-table td {
  padding: 10px 0;
}

.dhrc-table th:nth-of-type(1),
.dhrc-table td:nth-of-type(1) {
  text-align: center;
}

.dhrc-table th:nth-of-type(2),
.dhrc-table td:nth-of-type(2) {
  padding-left: 180px;
  text-align: left;
}

.dhrc-table .part td {
  font-size: 16px;
  color: #fff;
  background: #91aeff;
}

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

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

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

.tqhd-bd .tqhd-cont {
  width: 110%;
}

.tqhd-bd a {
  float: left;
  margin: 0 14px 35px 0;
}

.tqhd-items li {
  float: left;
  width: 323px;
  margin: 0 15px 0 0;
  text-align: center;
  background: #707070;
  color: #fff;
}

.tqhd-items a {
  display: block;
  color: #fff;
}

.tqhd-items .txt {
  padding: 15px 0 20px;
  font: bold 20px/1.2 "Microsoft Yahei";
}

.tqhd-left,
.tqhd-right {
  position: absolute;
  top: 135px;
  z-index: 9;
  cursor: pointer;
}

.tqhd-left {
  left: 50%;
  margin-left: -500px;
}

.tqhd-right {
  right: 50%;
  margin-right: -500px;
}

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

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

.wjhg-photos {
  overflow: hidden;
}

.wjhg-photos li {
  float: left;
  overflow: hidden;
  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;
  transform: translate(-50%, 0);
}

.wjhg-photos .shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  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;
}

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

.buy-bd {
  padding: 35px 0 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=fdsfsd) 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-0131.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 ul li.ticket-bg06 {
  background: url(../img/ticket6.png?v=3130) 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: #3b8fef;
  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.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: 30px;
  box-sizing: border-box;
}

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

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

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

.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;
  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;
  text-align: right;
}

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

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

.sub-btn {
  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: #ff8c43;
}

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

.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: #3f8feb;
}

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

/* 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 {
  width: 1100px;
}

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

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

  25% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

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

  25% {
    height: 100%;
  }

  50% {
    height: 0;
  }

  100% {
    height: 0;
  }
}

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

  50% {
    width: 100%;
  }

  75% {
    width: 0;
  }

  100% {
    width: 0;
  }
}

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

  75% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}