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

.wrap {
    width: 1000px;
    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 #d7d7d7;
    background: #efefef;
}

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

.main-cont {
    padding-top: 56px;
    border-top: 2px solid #e20000;
}

/*nav-bar*/
.nav-bar {
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 999;
    background: #030303;
    border-bottom: 1px solid #353535;
}

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

.nav-bar>.wrap {
    height: 100%;
}

.nav-bar .nav-logo {
    margin: 10px 0;
}

.nav-bar .nav {
    line-height: 55px;
}

.nav-bar .nav li {
    float: left;
    margin-left: 56px;
    color: #fff;
    position: relative;
}
.nav-bar .nav li:first-child {
    margin-left: 0;
}

.nav-bar .nav li a {
    color: #fff;
    font-size: 18px;
}

.nav-bar .nav li.nav-sign {
    width: 102px;
    height: 33px;
    line-height: 33px;
    margin: 11px 0 0 40px;
    text-align: center;
    border-radius: 3px;
}

.nav-bar .nav li.nav-sign1 {
    background: #e83a6b;
}

.nav-bar .nav li .hot {
    position: absolute;
    top: -20px;
    left: 42px;
    width: 24px;
    height: 28px;
    background: url(../images/ticket/hot.png) no-repeat center center;
    background-size: 100% 100%;
}

.nav-bar .nav li:hover a,
.nav-bar .nav li.on a {
    opacity: .6;
}

/* banner */
.banner-swiper {
    width: 100%;
    height: 602px;
}
.banner-swiper .swiper-slide {
    width: 100%;
    height: 602px;
}
.banner-swiper .wrap {
    position: relative;
}
.banner1 {
    background: url(../images/banner1.png?v=20191113) no-repeat center top;
}
.banner2 {
    background: url(../images/banner2.png?v=20191113) no-repeat center top;
}
.banner_text1 {
    position: absolute;
    top: 104px;
    left: 0;
    font-size: 42px;
    color: #fff;
    line-height: 1;
}
.banner_text2 {
    position: absolute;
    top: 168px;
    left: 0;
    font-size: 52px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}
.banner_time {
    position: absolute;
    top: 300px;
    left: 0;
    height: 45px;
    padding: 0 38px;
    font-size: 22px;
    color: #fff;
    line-height: 45px;
    background: #28a9c6;
}
.banner2 .banner_time {
    background: #772330;
}
.banner_dw {
    position: absolute;
    top: 400px;
    left: 0;
    font-size: 24px;
    color: #fff;
    line-height: 1.8em;
}

/* 标题 */
.part-tit {
    text-align: center;
}

/*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*/
.meet-intro {
    padding: 55px 0 40px;
}

.meet-intro .part-cont{
    position: relative;
    margin-top: 30px;
    padding-right: 415px;
}

.meet-intro .part-cont p {
    font-size: 15px;
    color: #595757;
    text-indent: 2em;
    line-height: 1.6;
}

.meet-intro .part-cont img{
    position: absolute;
    top: 0;
    right: 0;
    width: 395px;
    height: 355px;
}

/*meet-point*/
.meet-point {
    padding-top: 50px;
    height: 679px;
    background: url('../images/light_bg.png') no-repeat top center;
}

.meet-point .wrap{
    position: relative;
}

.point-cont {
    position: relative;
    height: 427px;
    margin-top: 70px;
    width: 1000px;
    background: url(../images/light_bg2.png) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
    border-top: 1px solid #123d9d;
}
.point-cont-img {
    position: absolute;
    right: 25px;
    top: 60px;
    width: 377px;
    height: 350px;
    width: 355px;
    height: 350px;
    background: url(../images/light_bg4.png) no-repeat center center;
    z-index: 2;
    animation: swinging  5s linear 0s infinite normal;
    /* -webkit-animation: swinging 5s linear 0s infinite normal; */

    /* -webkit-transform-origin:50% 0; */
    /* transform-origin: 160px 196px; */
}
@keyframes swinging 
{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
.point-cont video {
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.point-cont .point-swiper {
    color: #dbdbdb;
    font-size: 16px;
    width:450px;
    margin: 0 auto 0 50px;
    padding-top: 70px;
    height: 323px;
}

.point-swiper h3{
    padding-top: 20px;
    font-size: 36px;
    position: relative;
    margin-bottom: 45px;
    font-weight: 300;
}
.point-swiper p {
    line-height: 1.7em;
}
.point-swiper h3::before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #1c67ea;
}

.swiper-container-horizontal>.point-swiper-pagination {
    position: absolute;
}

.swiper-container-horizontal>.point-swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    opacity: 1;
    background: transparent;
    margin: 0 10px !important;
}

.swiper-container-horizontal>.point-swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

/*meet-schedule*/
.meet-schedule {
    padding-top: 40px;
    background: url(../images/richeng_bg.png) no-repeat center top;
    background-size: 1920px 100%;
}

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

.meet-schedule .part-cont table {
    font-size: 16px;
    line-height: 1.6;
    color: #595757;
    border: 1px solid #085fd5;
}

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

.schedule-table tr td {
    padding: 5px 0;
    border-top: 1px solid #085fd5;
    padding-left: 30px;
    padding-right: 16px;
}

.schedule-table thead tr td {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    background: #085fd5;
    color: #fff;
    padding-left: 30px;
}

.schedule-table tr td.first-td {
    padding-left: 55px !important;
    border-right: 1px solid #085fd5;
}

.schedule-table .section-tr {
    font-size: 16px;
    color: #fff;
    background: #659eeb;
}

.schedule-table .section-tr td:first-child {
    border: none;
}

.schedule-table .section-tr td:last-child {
    border: none;
}
.schedule-table td ul li {
    list-style: disc inside url(../images/list_icon.png);
}
.schedule-table td ul.clearfix li {
    float: left;
    width: 345px;
}

.agenda-tips {
    padding: 20px 0 70px;
    font-size: 14px;
    color: #666;
}

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

.judges{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.judges li{
    width: 215px;
    margin-right: 45px;
    margin-bottom: 30px;
    text-align: center;
}
.judges li:nth-child(4n) {
    margin-right: 0;
}

.judges li .judges-img{
    position: relative;
    height: 200px;
    background: url('../images/guest.png') no-repeat top center;
}
.judges li .judges-img img{
    position: absolute;
    top: 25px;
    left: 22px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
}
.judges li .judges-name{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #1f2531;
    font-weight: 600;
}
.judges li .judges-title{
    padding: 0 10px;
    font-size: 16px;
    color: #595757;
}

.judges li:hover .judges-img {
    background: url('../images/guest-active.png') no-repeat top center;
}

.judges li:hover .judges-name,
.judges li:hover .judges-title {
    color: #4050d5;
}

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

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

.wjhz-list li {
    float: left;
    width: 170px;
    height: 70px;
    padding: 5px;
    margin: 0 12px 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 {
    background: #1f2531;
    padding: 50px 0 20px;
}

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


.ticket-cont ul {
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

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

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

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

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


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

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

.ticket-cont .ticket-name .hot {
    position: absolute;
    top: -26px;
    right: -9px;
    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: #00acdd;
}

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

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

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

.ticket-cont .ticket-old-price {
    text-decoration: line-through;
    margin-left: 30px;
}

.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;
    left: -5px;
    bottom: -48px;
}

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

.ticket-cont .ticket-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    user-select: none;
}

.ticket-explain {
    padding-top: 25px;
}

.ticket-text {
    margin: 26px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}

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

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

.chrq img{
    margin-top: 20px;
}

/*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;
}


/*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;
}

/*organization*/
.organization{
    padding: 35px 0 0;
    height: 392px;
    background: url(../images/contact.png) no-repeat center top;
}

.organization h3{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.organization-cont{
    display: flex;
    justify-content: space-between;
}

.organization-left{
    margin-top: 35px;
}

.organization-left ul li{
    display: flex;
    color: #fff;
    margin-bottom: 35px;
}

.organization-left ul li .orga-title{
    width: 140px;
    height: 60px;
    padding-top: 18px;
    text-align: center;
    font-size: 16px;
    background: #324bde;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.organization-left ul li .orga-advisor{
    flex: 1;
    font-size: 14px;
    margin-left: 20px;
    line-height: 1.6;
}

.organization-right{

}

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

.side-float a.float-nav-a {
    display: block;
    position: relative;
    width: 114px;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #7e8fce;
    background: #424c77;
}

.side-float a.float-nav-a01 {
    background: url('../images/float_nav_01.png') no-repeat center center;
    background-size: 100% 100%;
}

.side-float a.float-nav-a02 {
    background: url('../images/float_nav_02.png') no-repeat center center;
    background-size: 100% 100%;
}

.side-float a.float-nav-a03 {
    display: none;
    background: url('../images/float_nav_03.png') no-repeat center center;
    background-size: 100% 100%;
}

.side-float a.float-nav-a04 {
    height: 38px;
    background: url('../images/float_nav_04.png') no-repeat center center;
    background-size: 100% 100%;
}

.side-float a.float-nav-a05 {
    display: block;
    width: 32px;
    height: 28px;
    background: url('../images/float_nav_05.png') no-repeat center center;
    background-size: 100% 100%;
}

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


/* 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;
}

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

.tqhd-bd a {
    position: absolute;
}

.tqhd {
    padding: 50px 0 40px;
}

.tqhd .wrap {
    margin-top: 45px;
    height: 327px;
    position: relative;
}

.tqhd .wrap a {
    display: inline-block;
    width: 470px;
    height: 153px;
    position: absolute;
}

.tqhd .wrap a:nth-child(1) {
    left: 10px;
    top: 0;
}

.tqhd .wrap a:nth-child(2) {
    left: 516px;
    top: 0;
}

.tqhd .wrap a:nth-child(3) {
    left: 10px;
    top: 173px;
}

.tqhd .wrap a:nth-child(4) {
    left: 516px;
    top: 173px;
}

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

#tb1 {
    border-right: 1px solid #cfcfcf;
}

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

.ticket-table .tr-has-bg {
    background-color: #076bd2;
    background-size: 100% 100%;
}

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

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

.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: 17%;
    box-sizing: border-box;
    text-align: left;
    padding-left: 10px;
}

.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;
    color: #45a0fe;
}

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

.ticket-table .td-price {
    width: 18%;
    color: #f50000;
    font-size: 16px;
    padding: 0 10px;
    text-align: left;
}

.ticket-table .time {
    width: 18%;
}

.ticket-table .td-num {
    width: 15%;
}

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


.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;
    background: url('../images/ticket/check.png') no-repeat center center;
    background-size: 100% 100%;
}

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

/* 往届回顾 */
.isposition {
    position: relative;
    padding-top: 50px;
    background-color: #424c77;
    overflow: hidden;
}

.con-wrap-06 .wrap {
    padding-top: 90px;
}

.con-wrap-06 .word-con {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-top: 45px;
}

.lunbo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 150px;
}

.lunbo>ul {
    width: 3240px;
    position: relative;
    left: 50%;
    margin-left: -1260px;
}

.lunbo li {
    width: 360px;
    padding-bottom: 50px;
    float: left;
    background: url(../images/shijainxian.png) no-repeat left bottom;
    position: relative;
}

.lunbo .on .time {
    opacity: 1;
}

.lunbo li .time {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    opacity: .5;
}

.lunbo li>div {
    width: 225px;
    padding: 10px;
    margin: 0 auto;
    background: #28335f;
    position: relative;
}

.lunbo li>div:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 12px;
    border-color: #28335f transparent transparent;
    border-style: solid;
    top: 100%;
    left: 50%;
    margin-left: -12px;
}

.lunbo li>div p {
    padding: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    min-height: 78px;
    opacity: .5;
}

.lunbo li.on>div p {
    opacity: 1;
}

.lunbo li>div a {
    color: #fff;
}

.pagi {
    margin-top: 510px;
    position: relative;
}

.pagi>ul {
    width: 800px;
    margin: 0 auto;
}

.pagi>ul>li {
    width: 80px;
    float: left;
    cursor: pointer;
}

.pagi>ul>li>div {
    width: 60px;
    height: 60px;
    border: 2px solid #616886;
    border-radius: 50%;
    background: #4a516f;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
}

.pagi>ul>li>p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    opacity: .35;
}

.pagi .more {
    font-size: 18px;
    opacity: .5;
    line-height: 40px;
    color: #fff;
}

.pagi .more:hover {
    opacity: 1;
}

.pagi>ul>li.on>div {
    background: #283868;
    border-color: #535d82;
}

.pagi>ul>li.on>p {
    opacity: 1;
}

.pagi>a {
    position: absolute;
    top: 0;
    width: 46px;
    height: 108px;
}

.pagi>.prev {
    background: url(../images/prev.jpg);
    left: 50px;
}

.pagi>.next {
    background: url(../images/next.jpg);
    right: 50px;
}


.participants{
    padding: 50px 0 0;
    height: 512px;
    background: url(../images/chrq.png) no-repeat center top;
}

.chobj {
    position: relative;
}

.chobj .text_wrap {
    position: absolute;
    right: 0;
    top: 80px;
    width: 580px;
}

.chobj .text_wrap p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: 0 0 10px 0;
    position: relative;
}


.chobj .text_wrap p:last-of-type {
    padding-bottom: 0px;
}

.zzfs .intro {
    margin: 10px 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(../images/dhzz_bg.png) 50px center no-repeat;
}

.dhzz-items a:link,
.dhzz-items a:visited {
    color: #000;
}

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


.sponsorList {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}

.sponsorList li {
    width: 450px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    /* border: 1px solid #cacaca; */
}

.sponsorList li .sponsor-cont{
    float: left;
    margin-right: 20px;
}

.sponsorList li .sponsor-cont:last-child{
    margin-right: 0;
}

.sponsorList li h3 {
    color: #295996;
    font-size: 18px;
    margin-bottom: 15px;
}

.sponsor {
    padding: 40px 0 ;
}

/* 往届回顾*/
.previous-summit {
    position: relative;
    background: url('../images/review_bg.png') no-repeat top center;
    background-size: cover;
    padding: 50px 0 30px;
}

.picMarquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picMarquee.picMarquee-left {
    margin-top: 40px;
}

.picMarquee-swiper {
    width: 2340px;
}
.pic_swiper_btn {
    display: none;
}
.previous-summit:hover .pic_swiper_btn {
    display: block;
}
#previous .pic_swiper_btn .pic_swiper_prev {
    position: absolute;
    left: 50%;
    top: 230px;
    margin-left: -450px;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    outline: none;
    margin-top: 0;
    font-size: 0;
    line-height: 100px;
    text-align: center;
    border-radius: 100px;
}

#previous .pic_swiper_btn .pic_swiper_next {
    position: absolute;
    right: 50%;
    top: 230px;
    margin-right: -450px;
    width: 100px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    outline: none;
    margin-top: 0;
    font-size: 0;
    line-height: 100px;
    text-align: center;
    border-radius: 100px;
}

.pic_swiper_prev img,
.pic_swiper_next img {
    display: inline-block;
    width: 28px;
    vertical-align: middle;
}

.picMarquee .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee .bd ul li {
    margin-right: 30px;
    width: 360px;
}

.picMarquee .bd ul li a {
    display: block;
    position: relative;
}

.picMarquee .bd ul li img {
    width: 100%;
}

.picMarquee .bd ul li .shadow {
    width: 100%;
    height: 140px;
    text-align: center;
}


.picMarquee .bd ul li .shadow p {
    color: #fff;
    font-size: 20px;
}

.picMarquee .bd ul li .shadow p:first-child {
    padding-top: 24px;
    font-size: 24px;
    margin-bottom: 5px;
}
.mapWrap{
	height: 459px;
	background: url("../images/map.jpg") no-repeat center;
}

/* 新添加 */
.cooperative-media {
    padding: 50px 0;
}
.cooperative-media .media-img {
    width: 998px;
    margin: 25px auto 0;
}
.invited-company {
    padding: 50px 0;
}
.invited-company .company-img {
    width: 998px;
    margin: 25px auto 0;
}
.company-logo {
    margin-top: 40px;
    overflow: hidden;
}
.company-list {
    width: 2030px;
}
.company-list li {
    float: left;
    width: 187px;
    height: 59px;
    line-height: 59px;
    font-size: 0;
    margin: 0 13px 13px 0;
    text-align: center;
    border: 1px solid #d5d5d5;
}
.company-list li img {
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}

.swiper-container-horizontal>.point-swiper-pagination .swiper-pagination-bullet-active {
    background: #1278e9;
}

.industry-dynamics {
    padding: 50px 0;
}

.dynamics_ul_box {
    position: relative;
    width: 1000px;
    margin: 50px auto 0;
  }
  .dynamics_ul1,
  .dynamics_ul2 {
    width: 1000px;
    margin: 0 auto 20px;
  }
  .dynamics ul li {
    position: relative;
    overflow: hidden;
  }
  .dynamics ul li img {
    width: 100%;
    height: 100%;
  }
  .dynamics_ul1 li {
    float: left;
    width: 322px;
    height: 335px;
    margin-left: 18px;
  }
  .dynamics_ul1 li:first-child {
    margin-left: 0;
    width: 660px;
    background: #000;
  }
  #video {
    width: 660px;
    height: 335px;
  }
  .dynamics_ul2 li {
    float: left;
    width: 322px;
    height: 205px;
    margin-left: 17px;
  }
  .dynamics_ul2 li:first-child {
    margin-left: 0;
  }
  .dynamics_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }