@charset "UTF-8";
body {
  position: relative;
}

.nav {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 100;
  height: 68px;
  background-color: #161418;
  width: 100%;
}

.nav .wrap {
  position: relative;
}

.nav.nav-fixed {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9999;
}

.nav .nav-wrap {
  height: 100%;
  padding-left: 284px;
}

.nav .nav-item {
  line-height: 68px;
  margin-right: 36px;
}

.nav .nav-item a {
  display: block;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  position: relative;
}

.nav .nav-item a .hot {
  position: absolute;
  width: 23px;
  height: 29px;
  background: url("../images/fire.png") center no-repeat;
  right: -21px;
  top: 4px;
}

.nav .nav-logo {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -33px;
  width: 242px;
  height: 66px;
}

.nav .nav-logo a {
  display: block;
}

.nav .nav-logo a img {
  width: 100%;
  height: 100%;
}

.banner {
  height: 898px;
  position: relative;
}

.banner .wb-zc-lxmod-yunqi-review-2018-anim {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: -1px;
  z-index: 10;
}

.banner .wb-zc-lxmod-yunqi-review-2018-anim canvas {
  width: 100%;
  height: 100%;
}

.banner .banner-pic {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: url("../images/banner-pic.png?v=1") center no-repeat;
}

.rightbar-button {
  width: 141px;
  height: 301px;
  background: url("../images/rightbar-button.png") center no-repeat;
  position: fixed;
  top: 50%;
  right: 20px;
  margin-top: -150px;
  z-index: 998;
}

.rightbar-button > a {
  display: block;
  width: 100%;
  height: 50%;
  cursor: pointer;
}

.main-title {
  width: 100%;
  height: 90px;
}

.meeting-intro {
  background: url("../images/intro-bg.jpg") center no-repeat;
  padding-top: 72px;
  padding-bottom: 145px;
}

.meeting-intro .main-title {
  background: url("../images//title01.png") no-repeat center;
  margin-bottom: 52px;
}

.meeting-intro .intro-content-wrap {
  height: 230px;
  margin-bottom: 46px;
  overflow-y: scroll;
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}

.meeting-intro .intro-content-wrap .intro-content .passage {
  text-indent: 2em;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  padding-top: 15px;
}

.meeting-intro .intro-content-wrap::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  background-color: #f5f5f5;
}

.meeting-intro .intro-content-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #2544d3;
}

.meeting-intro .intro-content-wrap::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ceb016;
  width: 8px;
}

.meeting-intro .bottom-slogn {
  height: 263px;
  background: url("../images/intro-bottom-logo.png?v=1") center no-repeat;
  position: relative;
}

.meeting-intro .bottom-slogn .bottom-slogn-img01 {
  position: absolute;
  top: 40px;
  left: 117px;
}

.meeting-intro .bottom-slogn .bottom-slogn-img02 {
  position: absolute;
  top: 45px;
  left: 405px;
}

.meeting-intro .bottom-slogn .bottom-slogn-img03 {
  position: absolute;
  top: 45px;
  right: 245px;
}

.meeting-intro .bottom-slogn img {
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

.meeting-intro .bottom-slogn img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.conference-size .main-title {
  background: url("../images/title03.jpg") center no-repeat;
}

.conference-size .conference {
  width: 903px;
  height: 442px;
  margin: 0 auto;
  margin-top: 100px;
}

.breakout-entrance .main-title {
  background: url("../images/title04.jpg") center no-repeat;
}

.breakout-entrance .breakout-entrance-layout {
  margin: 0 auto;
  width: 868px;
  height: 648px;
  margin-top: 41px;
  position: relative;
}

.breakout-entrance .breakout-entrance-layout > a {
  position: absolute;
}

.breakout-entrance .breakout-entrance-layout > a img {
  width: 100%;
  height: 100%;
}

.breakout-entrance .breakout-entrance-layout > a.item1 {
  top: 0px;
  left: 0px;
}

.breakout-entrance .breakout-entrance-layout > a.item2 {
  top: 0px;
  left: 266px;
}

.breakout-entrance .breakout-entrance-layout > a.item3 {
  top: 0px;
  left: 444px;
}

.breakout-entrance .breakout-entrance-layout > a.item4 {
  top: 0px;
  right: 0px;
}

.breakout-entrance .breakout-entrance-layout > a.item5 {
  top: 168px;
  left: 0px;
}

.breakout-entrance .breakout-entrance-layout > a.item6 {
  top: 168px;
  right: 0px;
}

.breakout-entrance .breakout-entrance-layout > a.item7 {
  top: 336px;
  left: 0px;
}

.breakout-entrance .breakout-entrance-layout > a.item8 {
  top: 336px;
  left: 270px;
}

.breakout-entrance .breakout-entrance-layout > a.item9 {
  top: 336px;
  left: 444px;
}

.breakout-entrance .breakout-entrance-layout > a.item10 {
  top: 336px;
  right: 0px;
}

.breakout-entrance .breakout-entrance-layout > a.item11 {
  bottom: 0px;
  left: 0px;
}

.breakout-entrance .breakout-entrance-layout > a.item12 {
  bottom: 0px;
  right: 0px;
}

.contact-us {
  background-color: #1f2954;
  height: 532px;
  padding-top: 52px;
}

.contact-us .main-title {
  background: url("../images/title05.jpg") center no-repeat;
}

.contact-us .contact-us-layout {
  padding-top: 30px;
  position: relative;
}

.contact-us .contact-item .title-pic {
  width: 122px;
  height: 80px;
}

.contact-us .contact-item .content {
  padding-left: 42px;
}

.contact-us .contact-item.item1 {
  padding-bottom: 47px;
}

.contact-us .contact-item.item1 .title-pic {
  background: url("../images/contact01.jpg") center no-repeat;
}

.contact-us .contact-item.item1 .content .phone {
  line-height: 80px;
  font-size: 24px;
  color: #fff;
}

.contact-us .contact-item.item2 {
  padding-bottom: 15px;
}

.contact-us .contact-item.item2 .title-pic {
  background: url("../images/contact02.jpg") center no-repeat;
  margin-top: 10px;
}

.contact-us .contact-item.item2 .content p {
  font-size: 14px;
  color: #fff;
  padding-bottom: 15px;
}

.contact-us .contact-item.item2 .content p.name {
  font-size: 18px;
  padding-bottom: 18px;
}

.contact-us .contact-item.item3 .title-pic {
  background: url("../images/contact03.jpg") center no-repeat;
  margin-top: 10px;
}

.contact-us .contact-item.item3 .content p {
  font-size: 14px;
  color: #fff;
  padding-bottom: 15px;
}

.contact-us .contact-item.item3 .content p.name {
  font-size: 18px;
  padding-bottom: 18px;
}

.contact-us .ermweima {
  position: absolute;
  width: 337px;
  height: 257px;
  top: 135px;
  right: 134px;
}

.contact-us .ermweima img {
  width: 100%;
  height: 100%;
}

.organization .main-title {
  background: url("../images/title06.jpg") center no-repeat;
}

.organization .organization-layout {
  padding-top: 63px;
}

.organization .host {
  padding-bottom: 47px;
}

.organization .host .title {
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.organization .host .host-item-list {
  padding-top: 35px;
  width: 396px;
  margin: 0 auto;
}

.organization .host .host-item-list .host-item {
  width: 188px;
  height: 69px;
  margin-right: 19px;
}

.organization .host .host-item-list .host-item a {
  display: block;
}

.organization .host .host-item-list .host-item a img {
  width: 100%;
  height: 100%;
}

.organization .host .host-item-list .host-item.item2 {
  margin-right: 0px;
}

.organization .co-media {
  padding-bottom: 200px;
}

.organization .co-media .title {
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.organization .co-media .media-list {
  padding-top: 28px;
}

.organization .co-media .media-list .media-item {
  margin-right: 15px;
  width: 188px;
  height: 69px;
  margin-bottom: 13px;
}

.organization .co-media .media-list .media-item.line-last {
  margin-right: 0px;
}

.organization .co-media .media-list .media-item a {
  display: block;
}

.organization .co-media .media-list .media-item a img {
  width: 100%;
  height: 100%;
}

.unit .main-title {
  background: url("../images/title07.jpg?v=1") center no-repeat;
}

.unit .unit-layout {
  padding-top: 172px;
}

.unit .unit-layout .media-item {
  margin-right: 15px;
  width: 188px;
  height: 69px;
  margin-bottom: 13px;
}

.unit .unit-layout .media-item.line-last {
  margin-right: 0px;
}

.unit .unit-layout .media-item a {
  display: block;
}

.unit .unit-layout .media-item a img {
  width: 100%;
  height: 100%;
}

.highlights {
  height: 826px;
  padding-top: 72px;
}

.highlights .main-title {
  background: url("../images/highlights-title.png?v=1") center no-repeat;
}

.highlights.bg1 {
  background: url("../images/mm/highlights-bg1.jpg") center no-repeat;
}

.highlights.bg2 {
  background: url("../images/mm/highlights-bg2.jpg") center no-repeat;
}

.highlights.bg3 {
  background: url("../images/mm/highlights-bg3.jpg") center no-repeat;
}

.highlights.bg4 {
  background: url("../images/mm/highlights-bg4.jpg") center no-repeat;
}

.highlights.bg5 {
  background: url("../images/mm/highlights-bg5.jpg") center no-repeat;
}

.highlights.bg6 {
  background: url("../images/mm/highlights-bg6.jpg") center no-repeat;
}

.highlights.bg7 {
  background: url("../images/mm/highlights-bg7.jpg") center no-repeat;
}

.highlights.bg8 {
  background: url("../images/mm/highlights-bg8.jpg") center no-repeat;
}

.highlights.bg9 {
  background: url("../images/mm/highlights-bg9.jpg") center no-repeat;
}

.highlights.bg10 {
  background: url("../images/mm/highlights-bg10.jpg") center no-repeat;
}

.highlights-layout .message-list {
  width: 684px;
  padding-left: 285px;
  height: 467px;
}

.highlights-layout .message-list .message-item .message-title {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  padding-bottom: 37px;
}

.highlights-layout .message-list .message-item .content {
  font-size: 16px;
  line-height: 27px;
  color: #fff;
}

.highlights-nav {
  border-top: 5px solid #3d5eea;
  position: relative;
}

.highlights-nav .highlights-nav-list {
  width: 100%;
}

.highlights-nav .highlights-nav-list .nav-item {
  width: 20%;
  background-color: #000105;
  height: 115px;
  cursor: pointer;
}

.highlights-nav .highlights-nav-list .nav-item .nav-item-content {
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  padding-top: 64px;
}

.highlights-nav .highlights-nav-list .nav-item .nav-item-content.single-line {
  padding-top: 70px;
}

.highlights-nav .highlights-nav-list .nav-item.item1 {
  background: url("../images/light/ld-list-1.png") center 10px no-repeat #000205;
}

.highlights-nav .highlights-nav-list .nav-item.item1.active {
  background: url("../images/light/ld-list-1-click.png") center 10px no-repeat #3d5eea;
}

.highlights-nav .highlights-nav-list .nav-item.item2 {
  background: url("../images/light/ld-list-2.png") center 10px no-repeat #000205;
}

.highlights-nav .highlights-nav-list .nav-item.item2.active {
  background: url("../images/light/ld-list-2-click.png") center 10px no-repeat #3d5eea;
}

.highlights-nav .highlights-nav-list .nav-item.item3 {
  background: url("../images/light/ld-list-3.png") center 10px no-repeat #000205;
}

.highlights-nav .highlights-nav-list .nav-item.item3.active {
  background: url("../images/light/ld-list-3-click.png") center 10px no-repeat #3d5eea;
}

.highlights-nav .highlights-nav-list .nav-item.item4 {
  background: url("../images/light/ld-list-4.png") center 10px no-repeat #000205;
}

.highlights-nav .highlights-nav-list .nav-item.item4.active {
  background: url("../images/light/ld-list-4-click.png") center 10px no-repeat #3d5eea;
}

.highlights-nav .highlights-nav-list .nav-item.item5 {
  background: url("../images/light/ld-list-5.png") center 10px no-repeat #000205;
}

.highlights-nav .highlights-nav-list .nav-item.item5.active {
  background: url("../images/light/ld-list-5-click.png") center 10px no-repeat #3d5eea;
}

.highlights-nav .highlights-nav-list .nav-item.item6 {
  background: url("../images/light/ld-list-6.png") center 10px no-repeat #000205;
}

.highlights-nav .highlights-nav-list .nav-item.item6.active {
  background: url("../images/light/ld-list-6-click.png") center 10px no-repeat #3d5eea;
}

.highlights-nav .highlights-nav-list .nav-item.item7 {
  background: url("../images/light/ld-list-7.png") center 10px no-repeat #000205;
}

.highlights-nav .highlights-nav-list .nav-item.item7.active {
  background: url("../images/light/ld-list-7-click.png") center 10px no-repeat #3d5eea;
}

.highlights-nav .highlights-nav-list .nav-item.item8 {
  background: url("../images/light/ld-list-8.png") center 10px no-repeat #000205;
}

.highlights-nav .highlights-nav-list .nav-item.item8.active {
  background: url("../images/light/ld-list-8-click.png") center 10px no-repeat #3d5eea;
}

.highlights-nav .highlights-nav-list .nav-item.item9 {
  background: url("../images/light/ld-list-9.png") center 10px no-repeat #000205;
}

.highlights-nav .highlights-nav-list .nav-item.item9.active {
  background: url("../images/light/ld-list-9-click.png") center 10px no-repeat #3d5eea;
}

.highlights-nav .highlights-nav-list .nav-item.item10 {
  background: url("../images/light/ld-list-10.png") center 10px no-repeat #000205;
}

.highlights-nav .highlights-nav-list .nav-item.item10.active {
  background: url("../images/light/ld-list-10-click.png") center 10px no-repeat #3d5eea;
}

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

.display-range {
  height: 905px;
  background: url("../images/display-bg.jpg") center -1px no-repeat;
  position: relative;
}

.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: 502px;
  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: 684px;
  top: 141px;
  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: 704px;
  top: 199px;
  color: #99acac;
}

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

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

.display-range .display-words .word.word10 {
  font-size: 36px;
  left: 798px;
  top: 253px;
  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: 407px;
  top: 372px;
  color: #07b740;
  font-weight: bold;
}

.past-review {
  height: 761px;
  padding-top: 39px;
  background: url("../images/review-bg.jpg") center no-repeat;
}

.past-review .main-title {
  background: url("../images/review-title.jpg") center no-repeat;
}

.review-layout {
  margin-top: 34px;
  height: 548px;
  width: 1000px;
  background: rgba(40, 50, 160, 0.4);
  padding-top: 29px;
}

.review-layout .part1_con {
  width: 946px;
  margin: 0 auto;
}

.review-layout .part1_con .silder_box {
  height: 577px;
  width: 946px;
  overflow: hidden;
  position: relative;
}

/* 购票-start */
.buy {
  background: #fff;
  padding-bottom: 50px;
}

.buy .main-title {
  height: 164px;
  background: url(../images/ticket/title.png) no-repeat center;
}

.buy .part-tit img {
  display: block;
  margin: 0 auto;
}

.ticket-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ticket-cont ul li {
  width: 320px;
  height: 149px;
  position: relative;
  color: #fff;
  margin: 20px 0px;
  cursor: pointer;
}

.ticket-cont ul li.ticket-bg01 {
  background: url("../images/ticket/ticket-bg01.png") no-repeat center center;
  background-size: 100% 100%;
}

.ticket-cont ul li.ticket-bg01.out {
  background: url("../images/ticket/ticket-out-bg.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: auto;
}

.ticket-cont ul li.ticket-bg01 .sold-out {
  position: absolute;
  width: 134px;
  height: 68px;
  background: url("../images/ticket/sold-out.png") center no-repeat;
  top: 86px;
  right: 0px;
}

.ticket-cont ul li.ticket-bg02 {
  background: url("../images/ticket/ticket-bg02.png") no-repeat center center;
  background-size: 100% 100%;
}

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

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

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

.ticket-cont ul li.ticket-bg06 {
  background: url("../images/ticket/ticket-bg06.png?v=1") 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: -5px;
  left: 20px;
  width: 24px;
  height: 28px;
  background: url("../images/ticket/hot02.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: 20px;
  padding-top: 25px;
  height: 120px;
  line-height: 28px;
}

.ticket-bg03 .ticket-name {
  padding-top: 15px;
  height: 120px;
  width: 40px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  -webkit-writing-mode: tb-lr;
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  letter-spacing: 8px;
}

.ticket-bg04 .ticket-name {
  padding-top: 11px;
  height: 120px;
  line-height: 28px;
}

.ticket-bg05 .ticket-name {
  padding-top: 38px;
  height: 120px;
  line-height: 28px;
  text-align: center;
}

.ticket-bg05 .ticket-name span {
  position: relative;
  left: -5px;
}

.ticket-bg06 .ticket-name {
  text-align: center;
  width: 35px;
  padding-top: 11px;
  height: 120px;
}

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

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

.ticket-cont .ticket-bg03 .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;
  font-size: 20px;
  margin-top: 8px;
}

.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("../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;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}

.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 span {
  position: relative;
  top: -19px;
}

.ticket-explain img {
  margin: 0 10px 12px 60px;
  display: inline-block;
}

.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 {
  width: 1000px;
  border-spacing: 0;
}

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

.ticket-table td {
  border: 1px solid #c6c6c6;
  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 #c6c6c6;
}

.ticket-table td.table-td-left {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  background: url("../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("../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 {
  color: #000;
}

.isicon0 .td-price {
  /* color: #000 !important; */
}

.isicon0 .td-old-price {
  color: #000 !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: 210px;
  padding-left: 10px;
  text-align: left;
  font-weight: 600;
}

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

.td-tname {
  width: 253px;
}

.time {
  width: 200px;
}

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

.rdo.active {
  background-image: url(../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("../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;
}

/* 购票-end */
.dhrc {
  position: relative;
  padding: 0 0 40px;
  background: #3d5ee5;
}

.dhrc .fl {
  float: left;
}

.dhrc .fr {
  float: right;
}

.dhrc .mt20 {
  margin-top: 20px;
}

.dhrc .mr10 {
  margin-right: 10px;
}

.dhrc a {
  display: block;
}

.dhrc .dhrc-links {
  width: 1100px;
}

.dhrc .title {
  padding: 70px 0 25px;
}

.dhrc .title img {
  margin: 0 auto;
}

.dhrc .dhrc-bd .dhrc-tab {
  padding: 35px 0 15px 20px;
}

.dhrc .dhrc-bd .dhrc-tab li {
  position: relative;
  float: left;
  padding: 0 30px 0 0;
  margin: 0 20px 0 0;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.dhrc .dhrc-bd .dhrc-tab li.current:after {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 0;
  height: 0;
  content: " ";
  border: 8px solid;
  border-color: #fff transparent transparent transparent;
}

.dhrc .dhrc-bd .dhrc-content {
  display: none;
  background: #55a1ff;
}

.dhrc .dhrc-bd .dhrc-sub {
  float: left;
  width: 216px;
  padding: 25px 0 0;
  font-size: 14px;
  color: #fff;
}

.dhrc .dhrc-bd .dhrc-sub li {
  height: 22px;
  padding: 0 0 0 5px;
  margin: 0 0 15px;
  line-height: 22px;
  border-left: 6px solid #55a1ff;
  cursor: pointer;
}

.dhrc .dhrc-bd .dhrc-sub li.current {
  border-color: #f4b91c;
}

.dhrc .dhrc-bd .dhrc-tables {
  float: right;
  width: 775px;
  background: #fff;
}

.dhrc .dhrc-bd .dhrc-tables .dhrc-table-item {
  display: none;
  min-height: 450px;
  padding: 15px 20px 30px;
  border-left: 2px solid #3d5ee5;
}

.dhrc .dhrc-bd .dhrc-tables .dhrc-table-item table {
  width: 100%;
  border: 0;
  line-height: 1.8;
}

.dhrc .dhrc-bd .dhrc-tables .dhrc-table-item table th {
  height: 35px;
  font-size: 14px;
  border-bottom: 1px solid #000;
}

.dhrc .dhrc-bd .dhrc-tables .dhrc-table-item table td {
  padding: 10px 0;
  border-bottom: 1px dashed #000;
}

.dhrc .dhrc-bd .dhrc-tables .dhrc-table-item table td strong {
  display: block;
  margin-bottom: 5px;
}

.nyjb {
  position: relative;
  padding: 70px 0 60px;
  background: #020724;
}

.nyjb .title img {
  margin: 0 auto;
}

.nyjb .nyjb-items {
  width: 1100px;
  padding: 10px 0 0;
}

.nyjb .nyjb-items li {
  float: left;
  width: 170px;
  margin: 20px 40px 0 0;
  min-height: 375px;
}

.nyjb .nyjb-items li .nyjb-img {
  position: relative;
  padding: 5px 0 0 5px;
}

.nyjb .nyjb-items li .nyjb-img img {
  width: 100%;
}

.nyjb .nyjb-items li .nyjb-img .nyjb-img-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.nyjb .nyjb-items li p {
  height: 39px;
  margin: 10px 0 0;
  line-height: 39px;
  font-size: 16px;
  text-align: center;
  background: url(../images/jb/bg_name.png) center no-repeat;
}

.nyjb .nyjb-items li .nyjb-intro {
  margin-top: 10px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.chic {
  height: 531px;
  padding: 30px 0 0;
  background: url(../images/chic/bg_chic.jpg) center no-repeat;
}

.chic .title img {
  margin: 0 auto;
}

.chic .chic-items {
  width: 850px;
  margin: 0 auto;
}

.chic .chic-items li {
  float: left;
  width: 25%;
  margin: 45px 0 0;
  text-align: center;
  color: #fff;
}

.chic .chic-items li img {
  margin: 0 auto;
}

.chic .chic-items li .num {
  display: block;
  font-size: 30px;
}

.chic .chic-items li .label {
  display: block;
  margin: 10px 0 0;
  font-size: 15px;
}

/* 底部logo群-start */
.logos {
  padding-bottom: 40px;
  background: #3d5ee5 url(../images/logos/bg.png) no-repeat center;
}

.logos-title0 {
  background: url(../images/logos/nydw-title.png) no-repeat center;
}

.unit-content {
  width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
}

.content1 .ul-first {
  margin-top: 25px;
}

.content1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content1 li {
  margin-top: 20px;
}

.logos-title1 {
  background: url(../images/logos/zzjg-title.png) no-repeat center;
  margin-top: 65px;
}

.content2 p {
  text-align: center;
  font-size: 27px;
  color: #fff;
  line-height: 27px;
  margin-top: 42px;
}

.content2 .ul-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 27px;
  width: 400px;
  margin-left: 300px;
}

.content2 .ul-first.xieban {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.logos-title2 {
  background: url(../images/logos/dhzz.png) no-repeat center;
  margin-top: 65px;
}

.content3 {
  margin-top: 37px;
}

.content3 p {
  margin-top: 37px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 21px;
}

.block-display {
  margin-top: 32px;
  height: 374px;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.block-display .item {
  margin-left: 52px;
  width: 447px;
  height: 168px;
  background: url("../images/logos/suponsor-animate-bg.png") center no-repeat;
  position: relative;
  margin-bottom: 10px;
}

.block-display .item.item1:hover .line1 {
  -webkit-animation: line1 .15s 0s forwards;
  animation: line1 .15s 0s forwards;
}

.block-display .item.item1:hover .line2 {
  -webkit-animation: line2 .15s .1s forwards;
  animation: line2 .15s .1s forwards;
}

.block-display .item.item1:hover .line3 {
  -webkit-animation: line3 .15s .25s forwards;
  animation: line3 .15s .25s forwards;
}

.block-display .item.item1:hover .line4 {
  -webkit-animation: line4 .25s .35s forwards;
  animation: line4 .25s .35s forwards;
}

.block-display .item.item1:hover .line5 {
  -webkit-animation: line5 .25s .6s forwards;
  animation: line5 .25s .6s forwards;
}

.block-display .item.item2:hover .line1 {
  -webkit-animation: line1 .15s 0s forwards;
  animation: line1 .15s 0s forwards;
}

.block-display .item.item2:hover .line2 {
  -webkit-animation: line2 .15s .1s forwards;
  animation: line2 .15s .1s forwards;
}

.block-display .item.item2:hover .line3 {
  -webkit-animation: line3 .15s .25s forwards;
  animation: line3 .15s .25s forwards;
}

.block-display .item.item2:hover .line4 {
  -webkit-animation: line4 .25s .35s forwards;
  animation: line4 .25s .35s forwards;
}

.block-display .item.item2:hover .line5 {
  -webkit-animation: line5 .25s .6s forwards;
  animation: line5 .25s .6s forwards;
}

.block-display .item.item3:hover .line1 {
  -webkit-animation: line1 .15s 0s forwards;
  animation: line1 .15s 0s forwards;
}

.block-display .item.item3:hover .line2 {
  -webkit-animation: line2 .15s .1s forwards;
  animation: line2 .15s .1s forwards;
}

.block-display .item.item3:hover .line3 {
  -webkit-animation: line3 .15s .25s forwards;
  animation: line3 .15s .25s forwards;
}

.block-display .item.item3:hover .line4 {
  -webkit-animation: line4 .25s .35s forwards;
  animation: line4 .25s .35s forwards;
}

.block-display .item.item3:hover .line5 {
  -webkit-animation: line5 .25s .6s forwards;
  animation: line5 .25s .6s forwards;
}

.block-display .item.item4:hover .line1 {
  -webkit-animation: line1 .15s 0s forwards;
  animation: line1 .15s 0s forwards;
}

.block-display .item.item4:hover .line2 {
  -webkit-animation: line2 .15s .1s forwards;
  animation: line2 .15s .1s forwards;
}

.block-display .item.item4:hover .line3 {
  -webkit-animation: line3 .15s .25s forwards;
  animation: line3 .15s .25s forwards;
}

.block-display .item.item4:hover .line4 {
  -webkit-animation: line4 .25s .35s forwards;
  animation: line4 .25s .35s forwards;
}

.block-display .item.item4:hover .line5 {
  -webkit-animation: line5 .25s .6s forwards;
  animation: line5 .25s .6s forwards;
}

.block-display .item.item2 .passage {
  line-height: 1.8;
}

.block-display .item.item2 .item-logo {
  background: url("../images/logos/s2.png") center no-repeat;
}

.block-display .item.item3 .passage {
  line-height: 1.8;
}

.block-display .item.item3 .item-logo {
  background: url("../images/logos/s3.png") center no-repeat;
}

.block-display .item.item4 .passage {
  line-height: 1.8;
}

.block-display .item.item4 .item-logo {
  background: url("../images/logos/s4.png") center no-repeat;
}

.block-display .item p {
  margin: 0;
}

.block-display .item .item-title {
  padding-left: 72px;
  padding-right: 58px;
  padding-top: 16px;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  padding-bottom: 10px;
}

.block-display .item .passage {
  padding-left: 72px;
  padding-right: 38px;
  line-height: 1;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 5px;
}

.block-display .item .item-logo {
  width: 102px;
  height: 102px;
  background: url("../images/logos/s1.png") center no-repeat;
  position: absolute;
  top: 32px;
  left: -44px;
}

.block-display .item .line1 {
  position: absolute;
  width: 74px;
  height: 14px;
  background-color: #3d5ef5;
  top: 154px;
  left: 9px;
}

.block-display .item .line2 {
  position: absolute;
  width: 3px;
  height: 28px;
  background-color: #3d5ef5;
  top: 133px;
  left: 6px;
}

.block-display .item .line3 {
  position: absolute;
  width: 15px;
  height: 30px;
  background-color: #3d5ef5;
  top: 3px;
  left: 6px;
}

.block-display .item .line4 {
  position: absolute;
  width: 415px;
  height: 4px;
  background-color: #3d5ef5;
  top: 0px;
  left: 13px;
}

.block-display .item .line5 {
  position: absolute;
  width: 22px;
  height: 159px;
  background-color: #3d5ef5;
  top: 3px;
  left: 422px;
}

.logos-title3 {
  background: url(../images/logos/zltj.png) no-repeat center;
  margin-top: 65px;
}

.block-display1 {
  height: 222px;
  background: url(../images/logos/zzbj.jpg) no-repeat center;
  margin-top: 59px;
  position: relative;
  font-size: 15px;
  color: #fff;
}

.block-display1 a {
  display: block;
  position: absolute;
  top: 149px;
  left: 193px;
  width: 166px;
  height: 38px;
}

.block-display1 p {
  position: absolute;
  top: 74px;
  left: 492px;
  line-height: 29px;
}

.sponsor-button {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  width: 308px;
  height: 63px;
  background: url("../images/sponsor-button.png") center no-repeat;
}

/* 底部logo群-end */
@-webkit-keyframes line1 {
  from {
    width: 74px;
  }
  to {
    width: 0;
  }
}

@keyframes line1 {
  from {
    width: 74px;
  }
  to {
    width: 0;
  }
}

@-webkit-keyframes line2 {
  from {
    height: 28px;
  }
  to {
    height: 0;
  }
}

@keyframes line2 {
  from {
    height: 28px;
  }
  to {
    height: 0;
  }
}

@-webkit-keyframes line3 {
  from {
    height: 30px;
  }
  to {
    height: 0;
  }
}

@keyframes line3 {
  from {
    height: 30px;
  }
  to {
    height: 0;
  }
}

@-webkit-keyframes line4 {
  from {
    width: 415px;
    left: 13px;
  }
  to {
    width: 0;
    left: 428px;
  }
}

@keyframes line4 {
  from {
    width: 415px;
    left: 13px;
  }
  to {
    width: 0;
    left: 428px;
  }
}

@-webkit-keyframes line5 {
  from {
    height: 195px;
    top: 3px;
  }
  to {
    width: 0;
    top: 162px;
  }
}

@keyframes line5 {
  from {
    height: 195px;
    top: 3px;
  }
  to {
    width: 0;
    top: 162px;
  }
}

/* 合作媒体 */
.media-layout {
  width: 896px;
  margin: 0 auto;
  overflow: hidden;
  height: 280px;
  margin-top: 40px;
  position: relative;
}

.media-layout .media-layout-wrap {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.media-layout .media-layout-wrap .pic-item {
  float: left;
  width: 135px;
  height: 56px;
  margin: 7px;
}

.media-layout .media-layout-wrap .pic-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.hotel-recommend {
  height: 960px;
  padding-top: 40px;
  background: url("../images/hotel.jpg") center repeat-x;
}

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

.hotel-recommend table {
  border-collapse: collapse;
  margin-top: 31px;
}

.hotel-recommend table .normal {
  height: 60px;
}

.hotel-recommend table .normal td {
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border: 1px solid #636168;
}

.hotel-recommend .hotel-book-button {
  margin: 0 auto;
  margin-top: 48px;
  width: 150px;
  height: 50px;
  background-color: #f50000;
  text-align: center;
  line-height: 50px;
  display: block;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */

.guide{
  width: 1000px;
  padding-top: 50px;
  margin: 20px auto 0;
  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;
}
