﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    padding: 0px;
    margin: 0px;
    color: #333333;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "宋体", sans-serif;
}

ul, ol {
    padding: 0;
}

p {
    padding: 0;
    margin: 0 0 10px 0;
}

a {
    color: ##101010;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

ul li {
    list-style: none;
}

.navbar .btn-buy-ticket {
    display: none;
}

.navbar-brand {
    padding: 15px 0px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.navbar {
    height: 70px;
    margin-bottom: 0px;
    line-height: 70px;
}

/*公用过渡*/
.transition {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-nav li a {
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
    cursor: pointer;
}

.navbar-nav li a:hover {
    color: #ed1948;
    background: #ffffff;
}

.banner-box {
    background: url("../img/banner.jpg") center no-repeat;
    height:400px;
}

    .banner-box img {
        width: 100%;
        display: none;
    }

.address-box {
    overflow: hidden;
}

    .address-box .f-img {
        text-align: center;
        position: relative;
        top: 40px;
    }

.guest-ul {
    width: 100%;
    display: inline-block;
}

.other-box {
    font-size: 14px;
    margin: 30px 0;
    text-align: center;
    color: #bbbbbb;
}

.left-line, .right-line {
    position: absolute;
}

.left-line {
    left: -216px;
}

    .left-line.left-line2 {
        left: -499px;
        margin-top: 300px;
    }

    .left-line.left-line3 {
        left: -394px;
        bottom: 0px;
    }

.right-line {
    right: -376px;
}

.address-info-box {
    height: 685px;
    background: url("../img/bg1.jpg") center no-repeat;
    padding: 60px 0;
}

.content-box {
    height: 565px;
    width: 510px;
    background: rgba(237, 25, 72, 0.70);
    padding: 30px;
    color: #ffffff;
    margin-left: 105px;
}

    .content-box .f1 {
        font-size: 36px;
        line-height: 48px;
    }

    .content-box .f2 {
        font-size: 20px;
        margin-top: 25px;
        text-align: center;
    }

    .content-box .line1 {
        margin-top: 10px;
    }

    .content-box .f3 {
        padding: 20px 0 0 0;
    }

        .content-box .f3 p {
            font-size: 24px;
            color: #f7eb2b;
            margin-bottom: 20px;
            line-height: 34px;
            text-align: center;
        }

    .content-box .f4 {
        text-align: center;
        font-size: 20px;
        margin-top: 20px;
    }

    .content-box .f5 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 25px;
    }

.icon {
    display: inline-block;
    content: '';
    background: url("../img/icon.png") no-repeat;
    width: 50px;
    height: 100px;
    vertical-align: text-bottom;
}

.icon-right {
    background-position: -13px 0;
}

.icon-time {
    width: 30px;
    height: 30px;
    background-position: -25px -107px;
}

.icon-home {
    width: 30px;
    height: 30px;
    background-position: -25px -164px;
}

.icon-point {
    width: 30px;
    height: 30px;
    background-position: -30px -216px;
}

.icon-top {
    width: 60px;
    height: 60px;
    background-position: -70px -160px;
}

.content-right-box {
    position: absolute;
    left: 60%;
    top: 50%;
    margin-top: -50px;
}

.to-sign-up-box {
    position: absolute;
    width: 140px;
    height: 140px;
    left: 40%;
    background: #fad755;
    border-radius: 70px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    padding-top: 28px;
    /*top: 50%;*/
    margin-top: -110px;
    z-index: 10;
}

.to-sign-up-box-level {
    background: #fad755;
    -webkit-animation: ripple 2s ease-out 0.5s infinite;
    -moz-animation: ripple 2s ease-out 0.5s infinite;
    -o-animation: ripple 2s ease-out 0.5s infinite;
    animation: ripple 2s ease-out 0.5s infinite;
}



.f-img-box {
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding: 30px 0 30px 0;
}

    .f-img-box .box-small-title {
        margin-top: 20px;
        color: #bbbbbb;
    }
    
.guest-box {
    background: #f0f0f0;
    overflow: hidden;
}
.guest-box ul li {
    width: 23%;
    float: left;
    padding: 0px 40px;
    text-align: center;
    margin-top: 20px;
}

    .guest-box ul li .guest-face {
        width: 100%;
        overflow: hidden;
        /*background: #FFFFFF;*/
    }

        .guest-box ul li .guest-face img {
            width: 100%;
        }


    .guest-box ul li .guest-name {
        text-align: center;
        color: #ed1948;
        font-size: 20px;
        padding: 15px 0 10px 0;
        /*background-color: #fff;*/
    }

    .guest-box ul li .guest-position {
        color: #999999;
        font-size: 14px;
        line-height: 22px;
        padding: 0 20px;
        /*background-color: #fff;*/
        padding-bottom: 15px;
        height: 65px;
    }

.consultant-box ul li {
    width: 16.66%;
}

.agenda-box {
    overflow: hidden;
}

    .agenda-box ul {
        list-style-type: none;
        display: initial;
    }

.chapter {
    margin-top: 5px;
    margin-bottom: 0px;
    /*margin-left: 102px;*/
    font-size: 18px;
    font-weight: bold;
    color: #0c3598;
    line-height: 30px;
}

.venue-box {
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    background-color: #ed1948;
    text-align: center;
}

    .venue-box.pm {
        background: #000000;
    }

.start_time {
    position: absolute;
    width: 120px;
    text-align: left;
    line-height: 30px;
}

.process_title {
    /*margin-left: 102px;*/
}

.title_name {
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.title_figure {
    color: #999;
    line-height: 32px;
}

    .title_figure span {
        margin-left: 40px;
    }

    .title_figure .name {
        position: absolute;
    }

    .title_figure .position {
        margin-left: 60px;
    }

.contractinfo {
    padding: 15px 28px;
    /*background: #fafafa;*/
    font-size: 16px;
    line-height: 25px;
    /*margin-bottom: 15px;*/
}

.agenda-content-box {
}

    .agenda-content-box ul {
        padding: 0;
    }

.col-box {
    padding: 0;
    display: inline-block;
}

.col-box-left {
    padding-right: 10px;
}

.col-box-right {
    padding-left: 10px;
}

.prompt-title {
    color: #0c3598;
    font-size: 28px;
    margin-top: 15px;
    display: inline-block;
}

.prompt-box {
    padding: 5px;
    font-size: 18px;
    line-height: 2;
    color: #192136;
    /*background: #fafafa;*/
    /*margin-top: 10px;*/
}

    .prompt-box i {
        margin-right: 10px;
    }





.email-box {
    font-size: 20px;
    margin: 10px 0 60px 0;
}

.consultant-box {
    background: #fafafa;
}

.sponsorship-box {
    background: url("../img/bg2.jpg") no-repeat;
}

.sponsorship-wrap ul {
    display: inline-block;
}

    .sponsorship-wrap ul li {
        height: 300px;
        width: 25%;
        float: left;
    }

    .sponsorship-wrap ul li {
        list-style: none;
    }

        .sponsorship-wrap ul li .box {
            height: 100%;
            margin-right: 10px;
            background: url("../img/reason-bg.png") no-repeat rgba(255, 255, 255, 0.20);
        }

            .sponsorship-wrap ul li .box .title {
                position: relative;
                height: 90px;
                font-size: 24px;
                color: #ed1948;
                text-align: center;
                line-height: 90px;
                background: #000033;
            }

            .sponsorship-wrap ul li .box .info {
                font-size: 18px;
                color: #ffffff;
                line-height: 28px;
                margin: 70px 20px 30px 20px;
            }

.title-box {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

pre {
    border: none;
}

img {
    border: 0;
}

.go-to-box {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    background: #0c3598;
    cursor: pointer;
}


.sponsors-warp {
    text-align: center;
    margin-top: 30px;
}

.ticket-box {
    background: #F0F0F0;
}

.ticket-title {
    font-size: 40px;
    color: #333333;
}

    .ticket-title i {
        position: relative;
        top: -8px;
    }

.ticket-list {
    display: flex;
}

    .ticket-list li {
        width: 25%;
        float: left;
        height: 430px;
        margin-top: 30px;
    }

        .ticket-list li .ticket-wrap {
            margin-right: 20px;
            background: #ffffff;
            text-align: center;
        }

        .ticket-list li .ticket-wrap {
            margin-right: 20px;
            background: url("../img/t1.png") no-repeat #ffffff;
            height: 100%;
        }

            .ticket-list li .ticket-wrap a {
                text-decoration: none;
            }

        .ticket-list li.disabled .ticket-wrap {
            margin-right: 20px;
            background: #ffffff;
            background: url("../img/t2.png") no-repeat #ffffff;
        }

            .ticket-list li.disabled .ticket-wrap .buy {
                color: #bbbbbb;
            }

        .ticket-list li .ticket-wrap .title {
            height: 100px;
            font-size: 40px;
            color: #ffffff;
            line-height: 100px;
        }

        .ticket-list li .ticket-wrap .price {
            height: 118px;
            font-size: 40px;
            color: #333333;
            line-height: 120px;
        }

        .ticket-list li .ticket-wrap .info-box p {
            margin: 0px;
            display: inline-block;
        }

        .ticket-list li .ticket-wrap .info-box {
            font-size: 20px;
            color: #333333;
            margin: 0 25px;
            text-align: center;
            border-top: 1px solid #f0f0f0;
            border-bottom: 1px solid #f0f0f0;
        }

            .ticket-list li .ticket-wrap .info-box .info {
                /*vertical-align: middle;*/
                /*display: table-cell;*/
                height: 110px;
                padding-top: 25px;
            }

        .ticket-list li .ticket-wrap .buy {
            font-size: 30px;
            color: #ed1948;
            text-align: center;
            line-height: 100px;
        }

        .ticket-list li.vip .ticket-wrap .info-box p {
            text-align: left;
            margin-top: -10px;
        }

        .ticket-list li.special .ticket-wrap .info-box p {
            margin-top: -10px;
        }

        .ticket-list li.vip .ticket-wrap .info-box .info {
            position: relative;
        }

        .ticket-list li .ticket-wrap:hover {
            box-shadow: 0 5px 8px rgba(45, 50, 55, 0.20);
            margin-top: -5px;
            border-color: rgba(45, 50, 55, 0.20);
        }

.btn-ticket-box {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    padding: 60px 0;
    display: flex;
}

    .btn-ticket-box a {
        text-decoration: none;
        color: #ffffff;
        cursor: pointer;
        display: block;
    }

.btn-ticket-left {
    margin-left: 100px;
    margin-right: 35px;
    height: 100px;
    border-radius: 50px;
    background: #ed1948;
}

.btn-ticket-right {
    margin-left: 35px;
    margin-right: 100px;
    height: 100px;
    border-radius: 50px;
    background: #ff8400;
}

.info-title {
    font-size: 24px;
    line-height: 34px;
    margin: 30px 0;
}

.cooperation-list {
    display: inline-block;
    width: 100%;
}

    .cooperation-list li {
        width: 20%;
        float: left;
        margin-top: 20px;
    }

.cooperation-wrap .title {
    font-size: 26px;
    color: #000000;
    margin-top: 50px;
}

.cooperation-list li .img-box {
    margin-right: 18px;
    border: 1px solid #dddddd;
    width: 218px;
    height: 113px;
    overflow: hidden;
}

    .cooperation-list li .img-box img {
        width: 100%;
    }

.contact-box, .review-box, .cooperation-box {
    overflow: hidden;
}

    .contact-box .f1 {
        font-size: 24px;
        color: #333333;
        margin-top: 40px;
    }

    .contact-box .f2 {
        color: #ed1948;
        margin-top: 40px;
    }

    .contact-box .f3 {
        font-size: 30px;
        color: #333333;
        margin-top: 40px;
    }

.review-wrap ul {
    display: inline-block;
    margin-bottom: 100px;
}

    .review-wrap ul li {
        width: 33.33%;
        float: left;
        margin-top: 20px;
    }

        .review-wrap ul li a {
            text-decoration: none;
            cursor: pointer;
        }

        .review-wrap ul li .review-img {
            margin-right: 20px;
            padding: 10px;
            background: #000033;
            text-align: center;
        }

            .review-wrap ul li .review-img img {
                width: 100%;
            }

            .review-wrap ul li .review-img:hover {
                background: #ed1948;
            }

            .review-wrap ul li .review-img .title {
                height: 40px;
                line-height: 50px;
                color: #FFFFFF;
                cursor: pointer;
            }

.btn-zt {
    width: 100%;
    height: 40px;
    background: #ff633a;
    color: #ffffff;
    font-size: 14px;
    outline: none;
}

    .btn-zt:focus {
        outline: none;
    }

.third-party-label {
    font-size: 12px;
    color: #ff633a;
}

.third-party-box {
    margin-top: 25px;
}

.login-ul {
    margin: 0 auto;
    height: 80px;
}

    .login-ul li {
        width: 33%;
        float: left;
        text-align: center;
    }

.icon-login {
    background: url("../img/login.png") no-repeat;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: text-bottom;
}

.icon-qq {
    background-position: 0 -25px;
}

.icon-wb {
    background-position: -90px -25px;
}

.icon-wx {
    background-position: -180px -25px;
}

.icon-qq:hover {
    background-position: 0 -145px;
}

.icon-wb:hover {
    background-position: -90px -145px;
}

.icon-wx:hover {
    background-position: -180px -145px;
}

.btn-renzheng {
    margin-right: 10px;
}

/*//表单*/
.form-content {
    margin: 5px 0;
    padding: 5px 20px;
    border-bottom: 1px dashed #ddd;
}

.form-ticket-box {
    background: #f0f0f0;
}

.ticket-banner-box .banner-img {
    max-height: 630px;
    width: 100%;
}

    .ticket-banner-box .banner-img img {
        width: 100%;
    }

.xmzssq-wrap {
}

.xmzssq-box1 {
    width: 300px;
    margin: 40px 0;
    padding: 0 20px 20px;
    box-shadow: 0 0 3px 1px #ddd;
    border-radius: 2px;
    letter-spacing: 1px;
    background-color: #fff;
}

    .xmzssq-box1 h2 {
        color: #f25522;
        padding: 5px 0;
    }

.xmzssq-box2 {
    margin: auto;
}

.xmzssq-wrap .form-wrap {
    width: 840px;
    padding: 10px 0 20px;
    background: #eee;
    border: 2px dashed #5a9adc;
}

    .xmzssq-wrap .form-wrap legend {
        padding: 0 0 15px;
        text-indent: 5px;
    }

    .xmzssq-wrap .form-wrap p {
        margin: 5px 0;
        padding: 5px 20px;
        border-bottom: 1px dashed #ddd;
    }

        .xmzssq-wrap .form-wrap p.p-btm {
            border: none;
            margin: 10px 0 0;
        }

.form-wrap {
    margin: 40px 0;
}

.btn-submit {
    width: 100%;
    background-color: #e4393c;
    color: #fff;
    border-radius: inherit;
    height: 60px;
    font-size: 24px;
    letter-spacing: 8px;
}

    .btn-submit:hover {
        color: #fff;
    }

    .btn-submit:focus {
        color: #fff;
        outline: none;
    }

.s-red {
    color: #f25522;
    margin-right: 10px;
}

.form-ticket-box .error {
    font-size: 18px;
    color: #ed1948;
    margin-bottom: 10px;
}

.form-content ul {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

    .form-content ul li {
        float: left;
        width: 25%;
    }

        .form-content ul li label {
            font-weight: normal;
            cursor: pointer;
        }

/*footer*/
footer {
    height: 130px;
    text-align: center;
}

    footer .about-links {
        height: 30px;
        background-color: #333;
    }

.about-links {
    height: 30px;
    line-height: 30px;
    background-color: #333;
    text-align: center;
    color: #5d5d5d;
    font-size: 12px;
}

    .about-links a {
        margin: 0 10px;
        color: #fff;
    }

.copy-right {
    margin-top: 30px;
    color: #999;
}

    .copy-right a {
        color: #999;
    }






@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes ripple {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(1);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1.4);
        opacity: 0;
    }
}

@-o-keyframes ripple {
    0% {
        -o-transform: scale(0.5);
        opacity: 0;
    }

    50% {
        -o-transform: scale(1);
        opacity: 1;
    }

    100% {
        -o-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@media (max-width: 760px) {
    .f-img-box {
        padding: 10px 0;
        font-size: 12px;
    }

        .f-img-box img {
            height: 60px;
        }

    .banner-box {
        background: none;
        height: auto;
    }

        .banner-box img {
            display: block;
        }

    .f-img img {
        height: 60px;
    }

    .address-box {
        height: auto;
    }

        .address-box .f-img {
            top: 0;
        }

    .address-info-box {
        height: 560px;
        padding: 10px 0;
    }

    .content-box {
        margin: 10px;
        width: auto;
        padding: 20px;
        height: auto;
    }

        .content-box .f1 {
            font-size: 20px;
            line-height: 1.5;
        }

        .content-box .line1 {
            margin-top: 0px;
        }

        .content-box .f2 {
            font-size: 13px;
            margin-top: 15px;
        }

        .content-box .f3 {
            padding-top: 15px;
        }

            .content-box .f3 p {
                font-size: 16px;
                line-height: 2;
                margin-bottom: 7px;
            }

        .content-box .f4 {
            font-size: 14px;
            margin-top: 15px;
        }

        .content-box .f5 {
            font-size: 13px;
            margin-top: 15px;
        }

    .content-right-box {
        display: none;
    }

    .to-sign-up-box {
        /*bottom: -100px;*/
        top: auto;
        margin-top: -60px;
        left: 50%;
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 70px;
        font-size: 18px;
        padding-top: 16px;
        margin-left: -40px;
    }

    .guest-ul {
        padding: 0 5px;
    }

    .guest-box ul li {
        width: 33.33%;
        margin-top: 10px;
        padding: 0 5px;        
    }

        .guest-box ul li .guest-position {
           
            height: 130px;
        }


    .other-box {
        margin: 0px;
    }

    .agenda-content-box {
        padding: 20px 25px;
    }

    .agenda-box {
        padding: 0 10px;
    }

    .col-box-left {
        padding-right: 0px;
    }

    .col-box-right {
        padding-left: 0px;
    }

    .venue-box {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }

    .col-box {
        margin-top: 0px;
    }

    .prompt-title {
        font-size: 26px;
        margin-top: 10px;
    }

    .prompt-box {
        /*margin-top: 10px;*/
        font-size: 14px;
        line-height: 2;
    }

    .icon-time {
        width: 20px;
        height: 20px;
        background-position: -10px -49px;
        background-size: 200px 200px;
    }

    .icon-home {
        width: 20px;
        height: 20px;
        background-position: -10px -79px;
        background-size: 200px 200px;
    }

    .icon-point {
        background-position: -23px -209px;
    }

    .planning-box ul {
        margin-top: 20px;
    }

        .planning-box ul li {
            width: 50%;
            margin-bottom: 10px;
        }

            .planning-box ul li .planning-wrap {
                padding: 10px;
            }

            .planning-box ul li:first-child .planning-wrap {
                margin-right: 0;
                padding: 10px;
            }

            .planning-box ul li:nth-child(2n-1) .planning-wrap {
                margin-right: 10px;
            }

            .planning-box ul li:nth-child(2) .planning-wrap {
                margin: 0px;
            }

            .planning-box ul li:last-child .planning-wrap {
                margin-left: 0px;
            }

            .planning-box ul li .planning-wrap {
                height: 320px;
            }

                .planning-box ul li .planning-wrap .f1 {
                    font-size: 25px;
                }

                .planning-box ul li .planning-wrap .line1 {
                    margin-top: 0px;
                }

                .planning-box ul li .planning-wrap .f3 {
                    margin-top: 16px;
                }

    .sponsorship-box {
        background: url("../img/bg2.jpg") repeat-y;
    }

    .sponsorship-wrap ul li {
        width: 50%;
    }

        .sponsorship-wrap ul li .box {
            background: url("../img/reason-bg.png") no-repeat rgba(255, 255, 255, 0.20);
            background-size: 100% 30%;
            margin: 0 5px 0 10px;
        }

            .sponsorship-wrap ul li .box .title {
                font-size: 16px;
                height: 60px;
                line-height: 60px;
            }

            .sponsorship-wrap ul li .box .info {
                font-size: 14px;
                color: #ffffff;
                line-height: 28px;
                margin: 30px 20px 30px 20px;
            }

    .sponsorship-wrap ul li {
        height: 280px;
    }

    .sponsors-warp img {
        height: 60px;
    }

    #Index_Box {
        width: 100%;
        overflow: hidden;
    }

    .email-box {
        margin: 10px 0 30px 0;
    }

    .planning-box ul li:last-child {
        margin-bottom: 0px;
    }

    .f-img-box .box-small-title {
        padding: 0 10px;
    }

    .title-box {
        font-size: 16px;
        margin-bottom: 0;
    }

    .ticket-title {
        font-size: 26px;
        margin-top: 20px;
    }

        .ticket-title i {
            top: -5px;
        }

    .ticket-list {
        display: inline-block;
    }

        .ticket-list li {
            width: 50%;
            height: 295px;
        }

            .ticket-list li .ticket-wrap {
                margin: 0 10px;
                background: url("../img/t1.png") repeat-x #ffffff;
                background-size: 100% 60px;
            }

                .ticket-list li .ticket-wrap .title {
                    height: 60px;
                    font-size: 22px;
                    line-height: 60px;
                }

                .ticket-list li .ticket-wrap .price {
                    height: 80px;
                    font-size: 30px;
                    line-height: 90px;
                }

                .ticket-list li .ticket-wrap .info-box .info {
                    font-size: 14px;
                    height: 80px;
                    padding-top: 20px;
                }

            .ticket-list li.sm-special .ticket-wrap .info-box .info {
                padding-top: 10px;
            }

            .ticket-list li .ticket-wrap .buy {
                font-size: 20px;
                line-height: 70px;
            }

            .ticket-list li.disabled .ticket-wrap {
                background: url("../img/t2.png") repeat-x #ffffff;
                margin-right: 10px;
            }

            .ticket-list li.disabled .ticket-wrap {
                background-size: 100% 60px;
            }

            .ticket-list li .ticket-wrap .info-box {
                margin: 0 10px;
            }

    .planning-li {
        display: block;
    }

        .planning-li .planning-wrap {
            vertical-align: middle;
            display: table-cell;
            height: 320px;
        }

    .email-box {
        display: none;
    }

    .planning-box ul li .planning-wrap .f4 {
        margin-top: 15px;
    }

    .btn-ticket-box {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 50px;
        padding: 0px;
    }

    .btn-ticket-left {
        margin: 0;
        height: 50px;
    }

    .btn-ticket-right {
        margin: 0;
        height: 50px;
        cursor: pointer;
    }

    .info-title {
        font-size: 16px;
        line-height: 1.5;
        margin: 0px 10px;
    }

    .cooperation-wrap .title {
        font-size: 22px;
        margin-left: 10px;
    }

    .cooperation-list li {
        width: 50%;
    }

        .cooperation-list li .img-box {
            width: auto;
            height: auto;
            margin-left: 10px;
            margin-right: 10px;
        }

    .contact-box {
        padding: 0 20px;
    }

        .contact-box .f1 {
            font-size: 18px;
        }

        .contact-box .f2 {
            margin-top: 15px;
        }

        .contact-box .f3 {
            font-size: 18px;
            margin-top: 18px;
        }

    .review-wrap {
        margin-left: 10px;
    }

        .review-wrap ul li {
            width: 50%;
        }

            .review-wrap ul li .review-img {
                margin: 0 10px;
            }

                .review-wrap ul li .review-img:nth-child(n) {
                    margin: 0 10px 0 0;
                }

                .review-wrap ul li .review-img:nth-child(2n-1) {
                    margin: 0 0 0 10px;
                }

    .container > .navbar-header {
        margin: 0px;
        display: inline;
    }

    .navbar-toggle {
        border: 1px solid #000000 !important;
        margin-top: 20px;
    }

        .navbar-toggle .icon-bar {
            background: #000000;
        }

    .container > .navbar-collapse {
        background: #FFFFFF;
        padding: 0 30px;
        display: none;
        position: absolute;
        z-index: 1000;
        right: 0;
        left: 0;
        top: 70px;
    }

    .guest-box {
        padding-bottom: 20px;
    }

    .md-hide {
        display: none;
    }

    .sponsorship-wrap {
        margin-top: 30px;
    }

    .review-wrap ul {
        margin-bottom: 30px;
    }

    .go-to-box {
        border-radius: 30px;
        bottom: 60px;
        z-index: 1000;
    }

    /*.ticket-banner-img{height: 200px;}*/
    .ticket-box ul li {
        margin: 10px auto;
    }

        .ticket-box ul li:nth-child(3n) {
            margin-right: auto;
        }

    .ticket-box {
        padding-bottom: 20px;
    }

    .xmzssq-wrap .xmzssq-box1 {
        float: none !important;
        width: auto;
        margin: 0;
    }


    .min-hide {
        display: none !important;
    }

    .max-hide {
        display: inline-block;
    }

    .form-wrap, .baoming-form {
        width: auto !important;
    }

    footer {
        width: 100%;
        min-width: 100% !important;
    }

    .navbar .btn-buy-ticket {
        position: absolute;
        right: 85px;
        top: 20px;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background: #ed1948;
        border-color: #ed1948;
        display: block;
    }
}


.max-hide {
    display: none;
}

.table-borded {
    border: 1px solid #666;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
    border-left: 0;
    border-right: 0;
    word-wrap: break-word;
    text-align: center;
    font-size: 14px;
}

    .table-borded td {
        padding: 4px;
        border: 1px solid #666;
        border-top: 0;
        height: 55px;
    }

.footer {
    position: relative;
    background-color: #333333;
    padding-top: 5px;
    min-width: 1170px;
}

footer .copy-right, footer .copy-right span a {
    color: #fff;
    font-size: 12px;
}

footer .copy-right {
    margin-top: 35px;
    position: relative;
}

footer .footer-tag-list a {
    font-size: 14px;
    margin-right: 15px;
}

footer .copy-right a {
    height: 40px;
    color: #fff;
}

footer .copy-right span {
    line-height: 28px;
    margin-bottom: 30px;
    display: block;
}

.addNew {
    margin: 30px 30px;
    text-decoration: none;
}

    .addNew span {
        padding-left: 40px;
        display: inline-block;
        padding-top: 3px;
        color: #f25522;
    }

    .addNew a {
    }

    .addNew:before {
        content: " ";
        width: 32px;
        height: 32px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAY9JREFUWAntlTlKBUEQhp9bamykBh7ASPAGBm6JoridwdwbiAaCkakgiJlXUBEMNBbhgZmR4pq4fYXdUM68mV6mR5Mp+Knqruq/arqre1qtRpod+Ocd6EqUfwCeZTBq+C7R++DOjGtVK7C/gK8MnhgvglplGvZsYj3+xD9RVwU9ELcdBUgx16AbBMk60YcGRQvHcOivLbNtb+S4enMzPxPjqLkCn50esoaHHibmqlNc8NYokgdlu8z7ooAqBZxD+lpErOblNlyo8S/THoGcuWy7FW1LL2iZNwMh3gYb2tnB3mTOWagkKWsi7dM5+hgclaw9wGc/Uq/L2bEFCJEc4yo4BW9AvvYELIHol1YXBE99UqUJk1TldT6OTPIijoBB0G9iH9G34AZ8mLkg5ToCaT750RyDZ6CbVNtyUyRmAciaJDILSxvoRD627MZklQqkX3YiEmeL24Ij6nbsJUhui9mFK0jWiLaLU2npIe//9FRQuX7BMyEF+FFGRPm+A/K0vkfwly05K3M2vmYH/mwHvgEfvLLO2ghCqQAAAABJRU5ErkJggg==) 0 0 no-repeat;
        position: absolute;
    }

.template-item {
    border: 1px solid #CCC;
    padding: 10px;
    margin: 30px 30px;
    position: relative;
}

    .template-item .remove {
        position: absolute;
        right: 10px;
        top: 10px;
        display: inline-block;
        cursor: pointer;
        width: 14px;
        height: 14px;
        background: url(/Content/images/icon.png) no-repeat;
        background-position: -5px -55px;
    }

        .template-item .remove:hover {
            background-position: -25px -55px;
        }

.item {
    margin: 10px 20px;
    width: 200px;
}
.clearfix{overflow:hidden;_zoom:1;}





img
{
	vertical-align: middle;
}
.img-responsive
{
	display: block;
	height: auto;
	max-width: 100%;
}
.img-rounded
{
	border-radius: 3px;
}
.img-thumbnail
{
	background-color: #fff;
	border: 1px solid #ededf0;
	border-radius: 3px;
	display: inline-block;
	height: auto;
	line-height: 1.428571429;
	max-width: 100%;
	moz-transition: all .2s ease-in-out;
	o-transition: all .2s ease-in-out;
	padding: 2px;
	transition: all .2s ease-in-out;
	webkit-transition: all .2s ease-in-out;
}
.img-circle
{
	border-radius: 50%;
}
.timeline-centered {
    position: relative;
    margin:15px 0px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        /*left: 50%;*/
        left: 30%;
        top: 20px;
        bottom: 20px;
        margin-left: -12px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;*/
        width: 70%;
        float: right;
        margin-bottom: 40px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -22px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -105px;
                top:-8px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 14px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 20px;
                height: 20px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #f5f5f6;
                -webkit-box-shadow: 0 0 0 5px #f5f5f6;
                box-shadow: 0 0 0 5px #f5f5f6;
                line-height: 40px;
                font-size: 15px;
                float: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                    background-color: #ed1948;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                    background-color: #00a651;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                    background-color: #21a9e1;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                    background-color: #cc2424;
                    color: #fff;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f5f5f6;
                padding: 1em;
                margin-left: 40px;
                margin-top: -5px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color: #737881;
                    font-family: "Noto Sans",sans-serif;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 14px;
                    margin-bottom: 10px;
                    color: #2b1c1c;
                    font-family:'Microsoft YaHei';
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }
