﻿@charset "utf-8";
/* CSS Document */

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}

/*×¨Ìâ¶¥²¿µ¼º½*/
.top-bar {
    border-bottom: 1px solid #E20000;
}

.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(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}

/*nav-bar*/
.nav-bar {
    position: absolute;
    width: 100%;
    height: 60px;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #535353;
}

.nav-bar.fixed {
    position: fixed;
    top: 0;
}

.nav-bar .nav-logo {
    margin-top: 7px;
    margin-bottom: 6px;
}

.nav-bar .nav {
    margin-top: 20px;
}

.nav-bar .nav li {
    float: left;
    margin-left: 20px;
    color: #000;
    position: relative;
}

.nav-bar .nav li a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding-right: 4px;
}

.nav-bar .nav li .hot {
    position: absolute;
    top: -14px;
    left: 52px;
    width: 15px;
    height: 19px;
    background: url(../images/gongkong/hot.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav-bar .nav li:hover a,
.nav-bar .nav li.on a {
    color: #000;
}

.nav-bar .nav li.on a {
    color: #000;
}

.nav-bar .nav .erji {
    position: relative;
    padding-bottom: 6px;
}

.nav-bar .nav .erji:after {
    /*position: absolute;*/
    content: '';
    border-style: solid;
    border-width: 4px 3.5px;
    border-color: #000 transparent transparent;
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.nav-bar .nav .erji div {
    position: absolute;
    z-index: 1000;
    left: -15px;
    width: 140px;
    top: 100%;
    background: #000a18;
    display: none;
}

.nav-bar .nav .erji:hover div {
    display: block;
}

.nav-bar .nav .erji div a {
    display: block;
    padding-left: 15px;
    line-height: 30px;
    color: #fff;
    font-size: 13px;

}

.nav-bar .nav .erji div a:hover {
    background: #164898;
}

.nav-bar .nav .erji:hover:after {
    border-top-color: #164898;
}

.nav-bar .nav a.on {
    color: #092b7b
}

.nav-bar .nav-r {
    margin-top: 24px;
    margin-right: -8px;
}

.nav-bar .nav-r a {
    float: left;
    margin-right: 8px;
    width: 98px;
    line-height: 34px;
    border-radius: 17px;
    background: #164898;
    text-align: center;
    color: #fff;
}

.nav-bar .nav-r div.fl {
    width: 150px;
    height: 98px;
    text-align: center;
    background: #164898;

}

.nav-bar .nav-r .fl div {
    margin-top: 22px;
}

.nav-bar .nav-r .fl p {
    margin-top: 10px;
    font-size: 17px;
    color: #fff;
}

.main-cont {
    /* background: url('../images/main-bg.jpg') no-repeat top center; */
}

.banner {
    position: relative;
    margin-top: 61px;
    height: 501px;
    position: relative;
    background: url('../images/gongkong/banner.png') no-repeat top center;
    background-size: cover;
}

.banner-block {
    padding-top: 69px;
}

.banner-block .banner-title {
    font-size: 48px;
    color: #244c74;
}

.banner-block .act-time {
    font-size: 20px;
    color: #ff6100;
    margin: 20px 0 52px;
}

.banner-apply-btn {
    display: block;
    width: 148px;
    height: 38px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    background: url('../images/gongkong/banner_btn.png') no-repeat top center;
    margin-bottom: 55px;
}

.banner-block .banner-tqjb a {
    display: inline-block;
    padding: 4px 8px;
    font-size: 18px;
    color: #0b3b67;
    border: 1px solid #0b3b67;
}

.banner-img-icon {
    position: absolute;
    left: 50%;
    bottom: -58px;
    margin-left: 312px;
    width: 149px;
}

.part-tit {
    font-size: 32px;
    color: #000;
    text-align: center;
}

.part-tit.part-tit-white {
    color: #fff;
}

/*canvas做背景图*/
#canvas {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: al .5s;
    transition: all .5s;
}

#canvas.on {
    opacity: 1;
}



/*meet-intro*/
.part-cont {
    margin-top: 40px;
}

.meet-intro {
    padding: 40px 0 65px;
}

.meet-intro .part-cont {
    font-size: 0;
}

.intro-left-text {
    display: inline-block;
    width: 510px;
    margin-right: 23px;
    vertical-align: middle;
}

.intro-left-text p {
    font-size: 14px;
    color: #606060;
    text-indent: 2em;
    line-height: 1.5em;
}

.intro-right-img {
    display: inline-block;
    vertical-align: middle;
}

.intro-right-img img {
    width: 470px;
    height: 295px;
}

/* meanwhile-meet */
.meanwhile-meet {
    padding: 45px 0 65px;
}

.meanwhile-meet-list {
    font-size: 0;
    text-align: center;
}

.meanwhile-meet-list li {
    display: inline-block;
    width: 210px;
    padding: 14px;
    border: 1px solid #c9c9c9;
    margin-right: 25px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.meanwhile-meet-list li:last-child {}

.meanwhile-meet-list li img {
    width: 210px;
    height: 130px;
}

.meanwhile-meet-list li p {
    padding: 26px 0 0;
    font-size: 14px;
    color: #333;
    text-align: center;
}

/*meet-point*/
.meet-point {
    padding: 53px 0 0;
    height: 467px;
    background: url('../images/gongkong/lightbg.png') no-repeat top center;
}

.meet-point .part-cont {
    margin-top: 0;
    padding: 26px 0 53px;
    border: 1px solid #00b1fd;
}

.meet-point .part-cont ul.point-tab-content {
    height: 80px;
    padding: 25px 110px;
    overflow: hidden;
}

.meet-point .part-cont ul.point-tab-content li {
    width: 100%;
    height: 80px;
    font-size: 12px;
    color: #3a3a3a;
    text-align: center;
    line-height: 1.5em;
}

.meet-point ul.point-tab li {
    position: relative;
    float: left;
    width: 200px;
    height: 150px;
    font-size: 20px;
    color: #363636;
    border-right: 1px solid #bdbdbd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.meet-point ul.point-tab li:hover .meet-point-show {
    opacity: 0;
}

.meet-point ul.point-tab li:hover .meet-point-hide {
    bottom: 0;
}

.meet-point ul.point-tab li .meet-point-show {
    opacity: 1;
    transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.meet-point ul.point-tab li:last-child {
    border-right: none;
}

.meet-point-title {
    margin-top: 55px;
    text-align: center;
}

.meet-point-hide {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: bottom 0.2s;
    -moz-transition: bottom 0.2s;
    -webkit-transition: bottom 0.2s;
}

.meet-point-hide .meet-point-title {
    margin-top: 3px;
    text-align: center;
}

.meet-point-hide .meet-point-text {
    font-size: 12px;
    padding: 12px 18px 0;
    color: #515151;
}

.meet-point-icon {
    height: 65px;
}

.meet-point-icon1 {
    background: url('../images/gongkong/lighticon1.png') no-repeat center center;
}

.meet-point-icon2 {
    background: url('../images/gongkong/lighticon2.png') no-repeat center center;
}

.meet-point-icon3 {
    background: url('../images/gongkong/lighticon3.png') no-repeat center center;
}

.meet-point-icon4 {
    background: url('../images/gongkong/lighticon4.png') no-repeat center center;
}

.meet-point-icon5 {
    background: url('../images/gongkong/lighticon5.png') no-repeat center center;
}

/*meet-schedule*/
.meet-schedule {
    padding: 35px 0;
    background: url('../images/gongkong/dahuirichengbg.png') repeat top center;
}

.meet-schedule .part-cont {
    margin: 0 auto;
}

.meet-schedule .table-box {
    margin-top: 25px;
    padding: 40px 50px 22px;
    background: #fff;
}

.meet-schedule .part-cont table {
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    border-top: 2px solid #36a4d8;
}

.schedule-table tr {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}

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

.schedule-table thead tr td {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}

.schedule-table tr td:first-child {
    text-align: center;
}

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

.schedule-table tr td:nth-child(3) {
    padding-left: 75px;
}

.schedule-table .section-tr {
    font-size: 16px;
    color: #36a4d8;
    background: #ededed;
}

.agenda-tips {
    text-align: right;
    padding: 15px 0 0;
    font-size: 14px;
    color: #000;
}

/*meet-guest*/
.meet-guest {
    padding-top: 50px;
}

.pagination {
    text-align: center;
    margin: 20px 0 20px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(98, 163, 209, .5);
}

.swiper-active-switch {
    background: #4548ff;
    transition: all .2s;
}

.swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 1005px;
    height: 1150px;
}

.swiper-wrapper {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    -webkit-transition: -webkit-transform, left, top 0s ease;
    -moz-transition: -moz-transform, left, top 0s ease;
    -ms-transition: -ms-transform, left, top 0s ease;
    -o-transition: -o-transform, left, top 0s ease;
    transition: transform, left, top 0s ease;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

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

.meet-guest .part-cont {
    position: relative;
}

#swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -80px;
    width: 47px;
    height: 71px;
    background: url(../images/gongkong/prov.png) no-repeat center center;
    cursor: pointer;
}

#swiper-button-next {
    position: absolute;
    top: 50%;
    right: -70px;
    width: 44px;
    height: 73px;
    background: url(../images/gongkong/next.png) no-repeat center center;
    cursor: pointer;
}

.judges_list li {
    position: relative;
    float: left;
    width: 183px;
    padding-top: 68px;
    margin-right: 20px;
    margin-bottom: 24px;
}

.judges_list li:nth-child(5n) {
    margin-right: 0;
}

.judges_list li .judges_img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -63px;
    width: 126px;
    height: 126px;
    font-size: 0;
}

.judges_list li .judges_img img {
    width: 100%;
    height: 100%;
}

.judges_list li .judges_info {
    width: 100%;
    height: 196px;
    background: #2a60d1;
    color: #fff;
    padding: 65px 10px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
}

.judges_info .p1 {
    display: inline-block;
    min-width: 120px;
    font-size: 20px;
    padding: 0 0 8px;
    border-bottom: 1px solid #5a8cf6;
}

.judges_info .p2 {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
}


/*review*/
.review {
    padding: 40px 0 65px;
    background: #fff;
}

.review .part-tit {
    margin-bottom: 50px;
}

.review-list {
    position: relative;
}

.review-list .time-line {
    display: block;
    width: 170px;
    margin: 0 auto;
}

.review-list-item {
    position: absolute;
    width: 413px;
    padding: 0 0 18px;
    background: #fff;
    border-radius: 8px;
    border: 3px solid #24b2eb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.review-left-item {
    left: 0;
}

.review-left-item:after {
    position: absolute;
    right: -39px;
    top: 25px;
    content: '';
    width: 40px;
    height: 51px;
    background: url('../images/gongkong/review/reviewlefticon.png') no-repeat center center;
}

.review-right-item {
    right: 0;
}

.review-right-item:after {
    position: absolute;
    left: -39px;
    top: 25px;
    content: '';
    width: 39px;
    height: 50px;
    background: url('../images/gongkong/review/reviewrighticon.png') no-repeat center center;
}

.review-left1 {
    top: 0;
}

.review-left2 {
    top: 507px;
}

.review-right1 {
    top: 145px;
}

.review-right2 {
    top: 666px;
}

.review-list-item .review-item-title {
    font-size: 22px;
    color: #212d3a;
    text-align: center;
    padding: 18px 27px;
}

.review-list-item .review-item-img {
    display: block;
    width: 360px;
    height: 200px;
    margin: 0 auto 14px;
}

.review-list-item .review-item-text {
    font-size: 14px;
    color: #212d3a;
    padding: 0 18px;
}

/* 往届合作单位 */
.wjhz {
    padding: 40px 0 0;
}

.wjhz-list {
    width: 955px;
    margin: 0 auto;
}

.wjhz-list li {
    float: left;
    width: 163px;
    height: 63px;
    padding: 5px;
    margin: 0 18px 10px 0;
    line-height: 63px;
    text-align: center;
    border: 1px solid #cacaca;
}

.wjhz-list li:nth-child(5n) {
    margin-right: 0;
}

.wjhz-list li img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

/*buy*/
.buy {
    padding: 10px 0;
    background: #f3f3f7;
}

.buy .part-tit {
    margin-bottom: 40px;
}

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

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

.ticket-cont ul li.ticket-bg01 {
    background: url(../images/ticket1_2.png?v=1229) no-repeat center center;
    background-size: 100% 100%;
    cursor: default;
}

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

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

.ticket-cont ul li.ticket-bg04 {
    background: url(../images/ticket4.png?v=190222) no-repeat center center;
    background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg05 {
    background: url(../images/ticket5_2.png?v=1902221) no-repeat center center;
    background-size: 100% 100%;
}

.ticket-cont ul li.ticket-bg01{
    margin: 0 58px 0 150px;
  }
  
  .ticket-cont ul li.ticket-bg02{
    margin-right: 0;
  }
  
  .ticket-cont ul li.ticket-bg03,
  .ticket-cont ul li.ticket-bg04{
    margin-right: 20px;
  }
  
  .ticket-cont ul li.ticket-bg05{
    margin-right: 0;
  }

.ticket-cont .ticket-name {
    position: absolute;
    top: 15px;
    right: 41px;
    font-size: 24px;
    color: #fff;
}

.ticket-cont .ticket-name>span {
    position: relative;
    z-index: 1;
}

.ticket-cont .ticket-name .hot {
    position: absolute;
    top: -12px;
    right: -28px;
    width: 24px;
    height: 28px;
    background: url('../images/ticket/hot.png') no-repeat center center;
    background-size: 100% 100%;
}

.ticket-bg01 .ticket-name:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -57%;
    content: '';
    width: 115%;
    height: 12px;
    background: #ffa33d;
}

.ticket-bg02 .ticket-name:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -57%;
    content: '';
    width: 115%;
    height: 12px;
    background: #cc0000;
}

.ticket-bg03 .ticket-name:after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -57%;
    content: '';
    width: 115%;
    height: 12px;
    background: #b27214;
}

.ticket-cont .ticket-right {
    height: 100%;
    position: relative;
}

.ticket-cont .ticket-price {
    padding-top: 45px;
    margin-left: 20px;
    font-size: 30px;
    font-weight: bold;
}

.ticket-cont .ticket-old-price {

    margin-left: 30px;
    font-size: 24px;
    font-weight: bold;
}

.ticket-cont .ticket-number {
    display: none;
    position: absolute;
    bottom: 60px;
    left: 150px;
    font-size: 14px;
}

.ticket-cont .flash-sale {
    position: absolute;
    top: -9px;
    right: 16px;
    width: 84px;
    height: 44px;
    background: url('../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('../images/ticket/ofweekVip.png') no-repeat center center;
    background-size: 100% 100%;
}

.ticket-cont .ticket-logobox {
    position: absolute;
    right: 140px;
    bottom: 8px;
}

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

.ticket-cont .ticket-btn {
    position: absolute;
    right: 40px;
    bottom: 13px;
    width: 78px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 18px;
    color: #fff;
    user-select: none;
}

.ticket-explain {
    font-size: 18px;
    padding-top: 20px;
}

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

.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 #0c86e3;
    border-radius: 22px;
}

/* chrq */
.chrq {
    height: 490px;
    background: url('../images/gongkong/chdxbg.png') no-repeat center top;
    overflow: hidden;
}

.chrq .part-tit {
    margin: 50px 0 45px;
}

.chrq .chrq-img {
    position: absolute;
    top: 50%;
    margin-top: -131px;
    left: 40px;
    width: 274px;
    height: 262px;
}

.chrq .chrq-block {
    position: relative;
    border: 1px solid #44c6fe;
    background: #fff;
    padding: 32px;
    overflow: hidden;
}

.chrq .chrq-list {
    margin-left: 350px;
    width: 590px;
}

.chrq .chrq-list li {
    font-size: 12px;
    color: #000;
    line-height: 2.2em;
    padding-left: 25px;
    background: url('../images/gongkong/chdxicon.png') no-repeat left center;
}


/*last-speech*/
.last-speech .sp-slide {
    position: relative;
}

.last-speech .sp-slide .hd {
    position: absolute;
    right: 510px;
    bottom: 10px;
}

.last-speech .sp-slide .hd span {
    float: left;
    margin-left: 1px;
    width: 22px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: rgba(255, 255, 255, .6);
    font-size: 14px;
    color: #fff;
    /*opacity: .6;*/
    cursor: pointer;
}

.last-speech .sp-slide .hd span.on {
    background: rgba(255, 0, 0, .6);
}

.last-speech .sp-slide .slide {
    height: 380px;
}

.last-speech .sp-slide .slide .fl {
    width: 500px;
}

.last-speech .sp-slide .slide .fl img {
    width: 500px;
    height: 380px;
}

.last-speech .sp-slide .slide .fr {
    width: 460px;
    margin-top: 30px;
}

.last-speech .t1 {
    font-size: 20px;
}

.last-speech .t1 span {
    color: #488bff;
    font-size: 30px;
    margin-right: 20px;
}

.last-speech .t2 {
    margin: 30px 0;
    font-size: 30px;
}

.last-speech .t3 {
    font-size: 16px;
    line-height: 2;
}

.last-speech .t3 a {
    color: #f00;
}

/* tgxc */
.tgxc {
    height: 685px;
    background: url(../images/gongkong/xuanchuan.png) center top;
}

/*last-audience*/
.last-audience {
    height: 840px;
    background: url(../images/bg_02.png) center;
}

.last-audience .s-tit {
    font-size: 30px;
    color: #fff;
    border-bottom: 1px solid #0580ca;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.last-audience .job-an {
    padding-left: 290px;
    background: url(../images/img_2_06.png) no-repeat left top;
}

.last-audience .job-an dl {
    margin-bottom: 20px;
    color: #fff;
}

.last-audience .job-an dl dt {
    position: relative;
    font-size: 20px;

}

.last-audience .job-an dl dt span {
    position: absolute;
    left: 220px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    border-radius: 5px;
    transition: width 3s 300ms linear;
}

.job-an.on dt span {
    width: 0 !important;
}

.last-audience .job-an dl dd {
    font-size: 16px;
    margin-top: 10px;
}

.ind-an {
    margin-left: 35px;
}

.ind-an div {
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.8;
}

.ind-an div span {
    position: absolute;
    left: 260px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    border-radius: 5px;
    transition: width 3s 800ms linear;
}

.ind-an.on div span {
    width: 0 !important;
}

/*orgnaization*/
.organization {
    background-color: #313131;
    padding: 15px 0 58px;
}

.organization .host {
    position: relative;
    padding-top: 70px;
}

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

.organization .host .host-item.item1 {
    margin-left: 90px;
}

.organization .host .host-item.item2 {
    margin-left: 155px;
}

.organization .host .host-item.item3 {
    margin-left: 18px;
}

.organization .host .host-item.item4 {
    margin-left: 19px;
}

.organization .host .host-item.item5 {
    position: absolute;
    width: 76px;
    height: 61px;
    background: url("../images/gongkong/zhuban.png") center no-repeat;
    left: 0px;
    top: 72px;
}

.organization .host .host-item.item6 {
    position: absolute;
    width: 76px;
    height: 61px;
    background: url("../images/gongkong/chengban.png") center no-repeat;
    left: 500px;
    top: 72px;
}

.organization .contact {
    position: relative;
}

.organization .contact .title {
    font: normal 24px/24px "微软雅黑";
    color: #ffffff;
    padding-top: 56px;
    padding-bottom: 28px;
}

.organization .contact .contactObj .contact-item {
    width: 242px;
}

.organization .contact .contactObj .contact-item h5 {
    font: bold 16px/16px "微软雅黑";
    color: #fff;
    padding-bottom: 11px;
}

.organization .contact .contactObj .contact-item p {
    color: #c9c9c9;
    font: normal 12px/22px "微软雅黑";
}

.organization .contact .contactObj .contact-item p.name {
    font: normal 14px/14px "微软雅黑";
    padding-bottom: 8px;
}

.organization .contact .code {
    position: absolute;
    top: 60px;
    right: 4px;
}

.organization .contact .code .code-item {
    width: 132px;
}

.organization .contact .code .code-item .pic {
    width: 112px;
    height: 112px;
    margin: 0 auto;
}

.organization .contact .code .code-item .code-name {
    text-align: center;
    font: normal 12px/18px "微软雅黑";
    color: #ffffff;
    padding-top: 8px;
}


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

.side-float a.float-nav-a {
    position: relative;
    display: block;
    width: 97px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    background: url('../images/gongkong/rightnav1.png') no-repeat center center;
}

#share {
    cursor: pointer;
}

.side-float a.float-nav-a05 {
    position: absolute;
    bottom: -108px;
    left: -6px;
    width: 108px;
    height: 108px;
    margin-left: 0;
    background: url('../images/gongkong/rightnav2.png') no-repeat center center;
}

/*service*/
.service {
    padding: 40px 0 0;
    position: relative;
    zoom: 1;
}

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

.logo {
    padding-top: 50px;
}

.logo .logo-item {
    width: 25%;
    position: relative;
}

.logo .logo-item:hover .shadow {
    background: url("../images/gongkong/tuoyuan2.png") center no-repeat;
}

.logo .logopic {
    width: 76px;
    margin: 0 auto;
}

.logo .logopic img {
    display: block;
    margin: 0 auto;
}

.logo .shadow {
    position: absolute;
    width: 37px;
    height: 14px;
    background: url("../images/gongkong/tuoyuan.png") center no-repeat;
    left: 107px;
    top: 78px;
}

.logo h4 {
    font: normal 16px/16px "微软雅黑";
    text-align: center;
    padding-top: 60px;
    color: #2b2b2b;
}

.logo .info {
    font: normal 14px/21px "微软雅黑";
    color: #393939;
    width: 196px;
    margin: 0 auto;
    padding-top: 16px;
}

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



/* box */
#box {
    position: relative;
    width: 1000px;
    height: 380px;
}

#box ul {
    position: relative;
    width: 1000px;
    height: 380px;
}

#box li {
    position: absolute;
    list-style: none;
    background: #000;
    width: 0;
    height: 0;
    top: 146px;
    left: 377px;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
}

#box li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

#box .prev,
#box .next {
    position: absolute;
    top: 50%;
    width: 136px;
    height: 136px;
    margin-top: -68px;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    z-index: 99;
}

#box .prev {
    left: -60px;
    background: url(../images/btns_07.png) no-repeat;
}

#box .next {
    right: -60px;
    background: url(../images/btns_09.png) no-repeat;
}


/* 购票 */
.ticket-form {
    width: 1000px;
}

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

.ticket-table .tr-has-bg {
    background: #0c86e3;
}

.ticket-table th {
    font-weight: 300;
    height: 40px;
    color: #fff;
}

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

.ticket-table td.table-td-left {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    background: url('../images/ticket/table-td-left.png') repeat;
    font-size: 20px;
    color: #2071ba;
}

.ticket-table .td-tname {
    width: 165px;
    text-align: left;
    padding-left: 10px;
}
.grey_tr {
    color: #ccc;
}
.ticket-table .grey_tr .td-price {
    color: #ccc;
}
.ticket-table .grey_tr .td-old-price {
    color: #ccc;
}
.td-time {
    width: 195px;
}

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

.ticket-table .td-num {
    width: 120px;
}

.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: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 .remark {
    line-height: 1.5em;
    text-align: left;
    padding: 3px 10px;
}

.ticket-table .td-price {
    width: 180px;
    color: #f50000;
    font-size: 16px;
    padding: 0 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: 12px;
    margin-left: 4px;
    margin-right: 5px;
    color: #000;
}


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

.guide{
    width: 1000px;
    padding-top: 50px;
    margin: 0 auto 40px;
    background-color: #061b3c;
    height: 495px;
  }
  .guide .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;
  }


  /* tqhd */
.tqhd {
    padding: 50px 0 60px;
  }
  
  .tqhd-cont{
    width: 1000px;
    height: 376px;
    margin-top: 50px;
    position: relative;
  }
  
  .tqhd-cont a{
    position: absolute;
  }
  
  .tqhd-cont a:nth-child(1){
    top: 0;
    left: 0;
  }
  
  .tqhd-cont a:nth-child(2) {
    top: 0;
    left: 203px;
  }
  
  .tqhd-cont a:nth-child(3) {
    top: 0;
    left: 405px;
  }
  
  .tqhd-cont a:nth-child(4) {
    top: 0;
    left: 609px;
  }
  
  .tqhd-cont a:nth-child(5) {
    top: 0;
    left: 812px;
  }
  
  .tqhd-cont a:nth-child(6) {
    top: 205px;
    left: 0;
  }
  
  .tqhd-cont a:nth-child(7) {
    top: 205px;
    left: 170px;
  }
  
  .tqhd-cont a:nth-child(8) {
    top: 205px;
    left: 339px;
  }
  
  .tqhd-cont a:nth-child(9) {
    top: 205px;
    left: 509px;
  }
  
  .tqhd-cont a:nth-child(10) {
    top: 205px;
    left: 679px;
  }
  
  .tqhd-cont a:nth-child(11) {
    top: 205px;
    left: 850px;
  }
  