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

body {
  font: normal 14px/1.5 "Microsoft Yahei";
}

html,
body {
  min-width: 100%;
  overflow-x: hidden;
}

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 {
  position: relative;
  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: 0;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px;
  background: #fff;
}

#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
}

body {
  background: url(../img/bg.png) left top repeat;
}

/* column */
.column .wrap {
  position: relative;
  background: url(../img/box_top.png) center top no-repeat, url(../img/box_bottom.png) center bottom no-repeat;
}

.column .wrap:before {
  position: absolute;
  width: 128px;
  height: 124px;
  right: -30px;
  top: -45px;
  content: " ";
  background: url(../img/box_rt.png) center no-repeat;
}

.column .column-title {
  position: relative;
  top: -30px;
}

/* column-title */
.column-title {
  height: 82px;
  font: normal 26px/52px "Microsoft Yahei";
  text-align: center;
  background: url(../img/column_title.png) center no-repeat;
}

.column-title h3 {
  font-weight: normal;
  color: #fff;
}

/* banner */
.banner {
  position: relative;
  height: 445px;
  margin: 67px 0 0;
  background: url(../img/banner.jpg) center top no-repeat;
}

.banner .bg {
  position: relative;
  height: 445px;
  background: url(../img/banner.jpg) center top no-repeat;
}

.sj-dd {
  padding: 250px 0 0 410px;
  font-size: 20px;
  color: #fff;
}

.sj-dd span {
  margin: 0 10px 0 5px;
}

.banner-tq {
  width: 378px;
  height: 30px;
  margin: 20px 0 0 410px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  border: 2px solid #96d6ff;
  box-shadow: 0 0 10px #96d6ff;
}

/* nav */
.nav {
  position: fixed;
  left: 0;
  top: 32px;
  z-index: 999;
  width: 100%;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  border-bottom: 1px solid #2c2f34;
  background: #191919;
  transition: none;
}

.nav-items li {
  float: left;
  margin: 0 30px 0 0;
}

a {
  color: #fff;
  cursor: pointer;
}

.nav-items li:hover {
  font-weight: bold;
}

.nav-items li.active {
  font-weight: bold;
}

.nav-sign {
  width: 125px;
  height: 40px;
  margin: 13px 0 0;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}

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

.nav-sign:hover {
  background: #c80000;
}

/* dhjs */
.dhjs {
  height: 438px;
  padding: 80px 0 0;
}

.dhjs .wrap {
  height: 100%;
}

.dhjs .bd {
  margin: 10px 0 0 40px;
}

.dhjs .content {
  width: 520px;
  margin: 0 20px 0 0;
  line-height: 1.8;
  color: #fff;
  text-indent: 2em;
}

.dhjs .content p {
  margin: 0 0 5px;
}

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

/* dhld */
.dhld {
  height: 680px;
  padding: 75px 0 0;
  background: #090c15 url(../img/dhld_bg.jpg) center bottom no-repeat;
}

.dhld .bd {
  padding: 45px 0 0;
}

.dhld .tab {
  position: relative;
  width: 462px;
  height: 478px;
  font-size: 16px;
  color: #fff;
  background: url(../img/dhld_tab.png) center no-repeat;
}

.dhld .tab li {
  position: absolute;
  line-height: 24px;
  white-space: nowrap;
  cursor: pointer;
}

.dhld .tab strong {
  display: inline-block;
  width: 116px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;

}

.dhld .tab li:not(.active) strong {
  animation: mymove 2s infinite;
}

@keyframes mymove {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;

  }
}

.dhld .tab .dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border: 3px solid #029fe7;
  border-radius: 50%;
}

.dhld .tab li.active strong {
  font-size: 20px;
  font-weight: bold;
  color: #00a0e9;
}

.dhld .tab-box {
  width: 410px;
  margin: 130px 0 0;
  background: url(../img/dhld_c_r.png) right top no-repeat, url(../img/dhld_c_l.png) left bottom no-repeat;
}

.dhld .tab-box dl {
  display: none;
  padding: 0 25px 20px 30px;
  color: #fff;
}

.dhld .tab-box dt {
  font-size: 24px;
}

.dhld .tab-box dd {
  margin: 10px 0 0;
}

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

.dhjb-items {
  padding: 0 0 55px 55px;
}

.dhjb-items li {
  position: relative;
  float: left;
  width: 183px;
  height: 259px;
  margin: 30px 50px 0 0;
  text-align: center;
  background: url(../img/jb_box.png) center no-repeat;
}

.dhjb-items img {
  display: block;
  margin: 25px 0 0 30px;
}

.dhjb-items strong {
  display: block;
  line-height: 30px;
  color: #36b1ff;
  font-size: 16px;
}

.dhjb-items p {
  margin: 0 10px;
  font-size: 12px;
  color: #fff;
}

/* dhrc */
.dhrc {
  padding: 105px 0 0;
  background: url(../img/dhrc_bg.png) center 65px no-repeat;
}

.dhrc .column-title {
  color: #fff;
}

.dhrc .wrap:before {
  position: absolute;
  width: 128px;
  height: 124px;
  right: -30px;
  top: -95px;
  content: " ";
  background: url(../img/box_rt.png) center no-repeat;
}

.dhrc .bd {
  padding: 40px 0 0 185px;
  font-size: 15px;
  color: #fff;
}

.dhrc .bd th {
  font-size: 16px;
  text-align: left;
}

.dhrc .bd td {
  padding: 15px 0;
  line-height: 1.8;
}

.dhrc .bd th:nth-of-type(2),
.dhrc .bd td:nth-of-type(2) {
  vertical-align: top;
  background: url(../img/dhrc_line.png) center repeat-y;
}

.dhrc .bd td:nth-of-type(2):after {
  display: block;
  width: 9px;
  height: 9px;
  margin: 8px auto 0;
  border-radius: 50%;
  background: #00a0e9;
  content: " ";
}

#dhjb .remarks {
  display: inline-block;
  color: #fff;
  padding-left: 135px;
  line-height: 2;
}

.dhrc .remarks {
  padding: 0 0 35px 50px;
  margin: 67px 0 0;
  font-size: 16px;
}

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

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

.tqhd-box {
  width: 705px;
  padding: 50px;
  margin: 0 auto;
  overflow: hidden;
}

.tqhd-items li {
  float: left;
  width: 626px;
  margin: 0 10px 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: 230px;
  z-index: 9;
  cursor: pointer;
}

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

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

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

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

.ljhg-tree {
  position: relative;
  width: 2px;
  height: 1550px;
  margin: 65px auto;
  background: #24b2eb;
}

.tree-box {
  position: absolute;
  padding: 0 25px;
}

.tree-box .dot {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #24b2eb;
}

.tree-box .time {
  font-weight: bold;
  white-space: nowrap;
}

.tree-box .year {
  display: block;
  font-size: 18px;
}

.tree-box .content {
  position: absolute;
  top: 0;
  width: 360px;
  padding: 20px;
  border: 3px solid #24b2eb;
  border-radius: 10px;
  background: #0e2c57;
  color: #fff;
  padding-bottom: 40px;
}

.tree-box .content:after {
  position: absolute;
  top: 25px;
  width: 41px;
  height: 55px;
  content: " ";
}

.tree-box .content h3 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.3;
}

.tree-box .content img {
  display: block;
  margin: 15px 0;
}

.tree-box .content p {
  text-indent: 2em;
}

.tree-box .content .checkmore {
  position: absolute;
  right: 30px;
  bottom: 18px;
  color: #c00;
}

.tree-left {
  left: 0;
}

.tree-left .time {
  text-align: left;
  color: #fff;
}

.tree-left .dot {
  left: -6px;
}

.tree-left .content {
  left: -500px;
}

.tree-left .content:after {
  right: -41px;
  background: url(../img/ljhg_arrow_right.png) center no-repeat;
}

.tree-right {
  right: 0;
}

.tree-right .time {
  text-align: right;
  color: #fff;
}

.tree-right .dot {
  right: -6px;
}

.tree-right .content {
  right: -500px;
}

.tree-right .content:after {
  left: -41px;
  background: url(../img/ljhg_arrow_left.png) center no-repeat;
}

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

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

.buy table {
  border-collapse: collapse;
}

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

.ticket-cont {
  padding: 0 0 0 110px;
}

.ticket-cont ul {
  width: 1050px;
  padding: 0 0 20px;
}

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

.ticket-cont ul .ticket-bg01 {
  background: url(../img/ticket1-0527.png?v=111) no-repeat center center;
  background-size: 100% 100%;
  float: left;
  width: 320px;
  height: 200px;
  position: relative;
  color: #fff;
  margin: 0 135px 0 0;
  cursor: pointer;
}

.ticket-cont ul .ticket-bg05 {
  background: url(../img/ticket5.png?v=111) no-repeat center center;
  background-size: 100% 100%;
  float: left;
  width: 320px;
  height: 200px;
  position: relative;
  color: #fff;
  margin: 0 135px 0 0;
  cursor: pointer;
}

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

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

.ticket-cont ul li.ticket-bg04 {
  background: url(../img/ticket4-0527.png?v=111) 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: 2;
}

.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 #fff;
  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 {
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}

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

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

.ticket-table td.table-td-left {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  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 {
  width: 170px;
  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;
}

.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: #fc0000;
  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 .time {
  width: 150px;
}

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

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

.chdx .bd {
  padding: 0 0 40px 0;
}

.chdx-items {
  padding: 70px 100px 60px 400px;
  color: #fff;
  line-height: 2;
  background: url(../img/chdx_bg.png) 30px center no-repeat;
}

.chdx-items li {
  padding: 0 0 0 20px;
  background: url(../img/chdx_dot.png) left 9px no-repeat;
}

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

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

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

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

.zzjg-items {
  padding: 35px 0 0;
}

.zzjg-items dt {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.zzjg-items dd {
  padding: 25px 0;
  text-align: center;
}

.zzjg-items dd a {
  margin: 0 10px;
}

/* lxfs */
.lxfs {
  padding: 40px 0 50px;
  color: #fff;
  background: #000;
}

.lxfs .title {
  font-weight: bold;
  font-size: 30px;
}

.lxfs .item {

  margin: 0 100px 0 0;
  font-size: 16px;
  line-height: 1.8;
}

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

.fixed-menu .items li {
  position: relative;
  height: 43px;
  margin: 0 0 7px;
  line-height: 43px;
  color: #fff;
  background: url(../img/fixed_items_bg.png) center no-repeat;
  cursor: pointer;
}

.fixed-menu .items li>a {
  display: block;
  height: 100%;
  color: #fff;
}

.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;
  line-height: 64px;
  margin: 0 40px 0 0;
  text-align: center;
  font-size: 16px;
  color: #000;
  background: #f9b74c;
  margin-top: 15px
}

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

.app-code .fl span {
  padding-left: 35px;
}

.app-code .fr img {
  width: 125px;
  padding-top: 54px;
}


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

.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 .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 {
  animation: zzbottom forwards 1s;
}

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

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

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

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

.service {
  position: relative;
  color: #fff;
}

.service .service-list {
  position: relative;
  width: 1000px;
  height: 220px;
  margin: 0 auto;
  /* overflow:hidden; */
  zoom: 1;
}

.service ul {
  position: absolute;
  top: 0;
  left: 45px;
  width: 1080px;
  padding-top: 55px;
  transition: left .8s ease-in-out;
}

.service li {
  float: left;
  width: 260px;
  height: 168px;
  margin-right: 80px;
  color: #fff;
}

.service li a {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: 168px;
  border: 3px solid #0580ca;
  border-radius: 10px;
  zoom: 1
}

.service .item-box {
  position: relative;
  width: 260px;
  height: 148px;
  background: url(../img/way-item-bg.png) 0 0 no-repeat;
  color: #fff;
  zoom: 1;
}

.service .overlay-start {}

.service .overlay-bottom {
  position: absolute;
  left: -4px;
  bottom: -18px;
  width: 270px;
  height: 15px;
  background: url(../img/bg.png);
}

.service .overlay-left {
  position: absolute;
  left: -8px;
  top: 7px;
  width: 15px;
  height: 157px;
  background: url(../img/bg.png);
}

.service .overlay-top {
  position: absolute;
  right: 10px;
  top: -4px;
  width: 270px;
  height: 15px;
  background: url(../img/bg.png);
}

.service .overlay-right {
  position: absolute;
  right: 0px;
  bottom: -3px;
  width: 15px;
  height: 154px;
  background: url(../img/bg.png);
}

.service .service-icon {
  position: absolute;
  left: -56px;
  top: 28px;
  width: 112px;
  height: 112px;
  background-color: transparent;
  z-index: 11;
}

.service .service-icon .iconfont {
  font-size: 32px;
  color: #00a0ff
}

.service .start-point {
  position: absolute;
  right: 67px;
  bottom: 45px;
  width: 0;
  height: 16px;
  background-color: transparent;
  overflow: hidden
}

.service h3 {
  line-height: 52px;
  font-size: 16px;
  margin-left: 75px;
}

.service h4 {
  line-height: 20px;
  font-size: 14px;
  margin-left: 75px;
  width: 170px;
  font-weight: normal;
}

.service a:hover .overlay-bottom {
  animation: borderslideBottom .15s linear 0s 1;
  -moz-animation: borderslideBottom .15s linear 0s 1;
  -webkit-animation: borderslideBottom .15s linear 0s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.service a:hover .overlay-left {
  animation: bordersildeLeft .2s linear .15s 1;
  -moz-animation: bordersildeLeft .2s linear .15s 1;
  -webkit-animation: bordersildeLeft .2s linear .15s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.service a:hover .overlay-top {
  animation: bordersildeTop .15s linear .35s 1;
  -moz-animation: bordersildeTop .15s linear .35s 1;
  -webkit-animation: bordersildeTop .15s linear .35s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.service a:hover .overlay-right {
  animation: bordersildeRight .2s linear .5s 1;
  -moz-animation: bordersildeRight .2s linear .5s 1;
  -webkit-animation: bordersildeRight .2s linear .5s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.service a:hover .start-point {
  animation: bordersildeEnd .1s linear .7s 1;
  -moz-animation: bordersildeEnd .1s linear .7s 1;
  -webkit-animation: bordersildeEnd .1s linear .7s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.service .arrow {
  top: 357px
}

.case {
  position: relative;
  padding-top: 10px;
  background-color: transparent;
  zoom: 1
}

.case .arrow {
  top: 183px
}

@-moz-keyframes slogan {
  0% {
    opacity: 0;
    margin-top: 0
  }

  100% {
    opacity: 1;
    margin-top: -30px
  }
}

@-webkit-keyframes slogan {
  0% {
    opacity: 0;
    margin-top: 0
  }

  100% {
    opacity: 1;
    margin-top: -30px
  }
}

@keyframes slogan {
  0% {
    opacity: 0;
    margin-top: 0
  }

  100% {
    opacity: 1;
    margin-top: -30px
  }
}

@-moz-keyframes clickme {
  0% {
    opacity: .2;
    transform: translate3d(0, -5px, 0)
  }

  100% {
    opacity: .8;
    transform: translate3d(0, 5px, 0)
  }
}

@-webkit-keyframes clickme {
  0% {
    opacity: .2;
    transform: translate3d(0, -5px, 0)
  }

  100% {
    opacity: .8;
    transform: translate3d(0, 5px, 0)
  }
}

@keyframes clickme {
  0% {
    opacity: .2;
    transform: translate3d(0, -5px, 0)
  }

  100% {
    opacity: .8;
    transform: translate3d(0, 5px, 0)
  }
}

@-moz-keyframes borderslideBottom {
  from {
    width: 295px
  }

  to {
    width: 0
  }
}

@-webkit-keyframes borderslideBottom {
  from {
    width: 295px
  }

  to {
    width: 0
  }
}

@keyframes borderslideBottom {
  from {
    width: 295px
  }

  to {
    width: 0
  }
}

@-moz-keyframes bordersildeLeft {
  from {
    height: 189px
  }

  to {
    height: 0
  }
}

@-webkit-keyframes bordersildeLeft {
  from {
    height: 189px
  }

  to {
    height: 0
  }
}

@keyframes bordersildeLeft {
  from {
    height: 189px
  }

  to {
    height: 0
  }
}

@-moz-keyframes bordersildeTop {
  from {
    width: 295px
  }

  to {
    width: 0
  }
}

@-webkit-keyframes bordersildeTop {
  from {
    width: 295px
  }

  to {
    width: 0
  }
}

@keyframes bordersildeTop {
  from {
    width: 295px
  }

  to {
    width: 0
  }
}

@-moz-keyframes bordersildeRight {
  from {
    height: 189px
  }

  to {
    height: 0
  }
}

@-webkit-keyframes bordersildeRight {
  from {
    height: 189px
  }

  to {
    height: 0
  }
}

@keyframes bordersildeRight {
  from {
    height: 189px
  }

  to {
    height: 0
  }
}

@-moz-keyframes bordersildeEnd {
  from {
    width: 0
  }

  to {
    width: 34px
  }
}

@-webkit-keyframes bordersildeEnd {
  from {
    width: 0
  }

  to {
    width: 34px
  }
}

@keyframes bordersildeEnd {
  from {
    width: 0
  }

  to {
    width: 34px
  }
}

.tongqi {
  font-size: 18px;
  color: #fff;
  background: #0e5889;
  padding: 5px 14px;
  line-height: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-right: 40px;
}

.tongqi::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  border-top: 5px solid transparent;
  border-left: 5px solid #0e5889;
  border-bottom: 5px solid transparent;
  left: 100%;
  top: 8px;
}

.div_tontqi {
  position: absolute;
  top: 500px;
}

.right_list {
  position: fixed;
  top: 50%;
  right: 0;
  height: 230px;
  width: 120px;
  transform: translateY(-125px);
  z-index: 111111;
}

.right_list li {
  position: relative;
  height: 30px;
  line-height: 30px;
  background: url(../img/right_sm.png) no-repeat;
  background-position: 60px 0px;
  background-size: 52px 21px;

}

.right_list li:hover {
  background: url(../img/right_active.png) no-repeat right center;
}

.right_list li a {
  color: #fff;
  font-size: 14px;
}

.right_list .goTop {
  display: block;
  width: 100%;
  height: 92px;
  background: url(../img/right_gotop.png) no-repeat;
  background-position: 65px 0px;
}

.share-component {
  position: absolute;
  top: 0;
  left: -145px;
  height: 25px;
  display: none;
}

.social-share .social-share-icon {
  width: 25px;
  height: 25px;
}

.hold {
  padding-top: 74px;
}

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

/* 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;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.gqSwiper .swiper-slide .gqtjBgk {
  display: block;
  _display: inline;
  background: rgba(4, 24, 63, .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: rgba(4, 24, 63, );
  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/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;
  box-shadow: none
}

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

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

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

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

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

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

.tqhd-bd {
  position: relative;
  width: 1000px;
  height: 372px;
  margin: 50px auto 20px;
  background: url(../img/tqhy_0517.png) center no-repeat;
}

.tqhd-bd a {
  position: absolute;
}

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

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

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

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

.dhrc-table th {
  box-sizing: border-box;
  padding: 5px 0 5px 15px;
  text-align: left;
  border-bottom: 1px solid #000;
}

.dhrc-table td {
  box-sizing: border-box;
  padding: 5px 0 5px 15px;
  border-bottom: 1px dashed #000;
}

.dhrc-table .part {
  color: #2373d4;
  font-size: 16px;
  font-weight: 600
}

.dhrc-table .list {
  float: left;
}

.dhrc-table .list li {
  text-align: left;
  line-height: 1.8;
}

.dhrc-remark {
  margin: 15px 0 0;
  font-size: 12px;
  color: #fff;
}