@charset "utf-8";
body {
    font-family: "Microsoft YaHei", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.header {
    background: #365fab;
    padding: 1rem!important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-sticky {
    background: #365fab;
    color: #fff;
}

.logo-center {
    max-width: 190px;
}

.active {
    border-bottom: 3px solid #56A1FF;
    border-radius: 3px;
}

.nav-item:hover {
    border-bottom: 3px solid #56A1FF;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .header {
        background: #365fab;
        padding: 1rem!important;
    }
    .header-sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

@media (min-width: 768px) {
    .header {
        padding: 1rem!important;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

.header .nav-link {
    font-size: 1rem;
    color: #fff;
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #2D8DC4;
}

.navbar-dark .navbar-toggler {
    border: 0
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.header .navbar-toggler .icon-bar {
    background-color: #fff;
}

.navbar-toggler {
    padding: 0;
    outline: none;
    border: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar-toggler-icon:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -11px;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}

.navbar-toggler-icon:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -11px;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 4px;
    transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    backface-visibility: hidden;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background: rgba(0, 0, 0, 0);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 0px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    bottom: 0px;
}

@media (max-width: 991px) {
    .header:not(.header-sticky) .navbar-collapse {
        padding: 0 20px 10px;
        background-color: rgb(102, 150, 210)
    }
    .header:not(.header-sticky) .navbar-collapse .nav-item .nav-link {
        color: #fff;
    }
    .header:not(.header-sticky) .navbar-collapse .active.nav-item .nav-link {
        color: #f5f219;
    }
}

.navbar-brand {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mbg1,
.mbg2,
.mbg3,
.mbg4,
.mbg5,
.mbg6 {
    background-repeat: no-repeat;
    background-size: cover;
}

.mbg1 {
    background-image: url(../images/bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mbg2 {
    background-image: url(../images/bg02.png);
    color: #fff;
}

.mbg3 {
    background-image: url(../images/bg3.png);
}

.mbg4 {
    background: #252525;
    color: #fff;
}

.mbg4 {
    background-color: #252525;
    background-image: url(../images/bg4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.mbg6 {
    background-image: url(../images/bg03.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .mbg4 {
        background-color: #252525;
        background-image: url(../images/bg4.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
    }
}

.heading {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.heading::after {
    content: '';
    display: inline-block;
    border-top: #0056B3 solid 2px;
    width: 5rem;
}

.heading-title {
    font-size: 2.2rem;
    text-align: center;
    font-weight: normal;
}

.sub-heading-title {
    font-size: 2.5rem;
    border-left: transparent solid 5px;
    padding-left: 10px;
    margin-left: 10px;
    line-height: 1;
    display: inline-block;
}

.sub-heading {
    font-size: 1.5rem;
    border-left: #005CBF solid 5px;
    padding-left: 15px;
}

.about-text p {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: justify;
    margin-top: 14px;
    margin-bottom: 14px;
    overflow: hidden;
}

.jiabin-container {
    padding-bottom: 47px;
}

@media (max-width: 768px) {
    .heading {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .heading-title {
        font-size: 1.3rem;
        text-align: center;
        font-weight: normal;
    }
    .sub-heading-title {
        font-size: 1.25rem;
    }
    .about-text p {
        font-size: 1.125rem;
        line-height: 1.8;
        margin-top: 50px;
        margin-bottom: 65px;
        overflow: hidden;
    }
}

.zt-box {
    padding: 28px 10px;
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    margin-bottom: 10px;
}

.zt-box img {
    width: 44px;
    height: 44px;
    margin-right: 10px;
}

.zt-body {
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
    line-height: 2.5rem;
}

.zt-bg1 {
    background: #137E91;
}

.zt-bg2 {
    background: #668488;
}

.zt-bg3 {
    background: #2447A2;
}

.zt-bg4 {
    background: #3083B5;
}

.flt-box span {
    font-size: 1.375rem;
    text-align: center;
    background-color: #0056B3;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
}

.jiabin {
    border: 0;
    text-align: center;
    background: transparent!important;
}

.jiabin .card-body {
    background: #2D8DC4;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    padding: 1rem;
    height: 8.4375rem;
}

.jiabin .card-body p {
    margin: 0;
}

.yy-text {
    font-size: 1.25rem;
    margin-top: 3.75rem;
}

.yy-text2 {
    font-size: 1.25rem;
    margin-top: 9.375rem;
}

.jgdw {
    background: #2D8DC4;
    padding: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    margin-bottom: 1rem;
}

.jgdw h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.jgdw p {
    font-size: 1.125rem;
}

.footer {
    background: #0E0E17;
    padding: 40px 0 20px 0;
    color: #fff;
}

.footer .figure {
    margin-right: 10px;
}

.footer h4 {
    font-size: 1.125rem;
}

.footer a {
    font-size: 0.875rem;
    color: #fff;
}

.typeright {
    font-size: 0.875rem;
}

.rc-nav {
    margin-left: -5px;
    margin-right: -5px;
}

.rc-nav .nav-item {
    padding-left: 5px;
    padding-right: 5px;
}

.zt-box.nav-link {
    border-radius: 0;
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
    background: #3A3A3A;
    color: #fff;
}

.zt-box.nav-link.active,
.zt-box.show>.nav-link {
    color: #fff;
    background-color: #2790A1;
}


/* 日程 */

.rc-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: #ECECEC solid 1px;
    padding: 20px 0;
}

.rc-item:last-child {
    border-bottom: 0;
}

.rc-item h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2790A1;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    margin-right: 30px;
}

.rc-item h5 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #2790A1;
    margin-bottom: 8px;
    margin-top: 0px;
    padding: 0;
}

.rc-item p {
    font-size: 1rem;
    color: #6b6b6b;
    margin: 0;
    padding: 0;
    word-spacing: 10px;
}

.rc-title {
    font-size: 1.25rem;
    color: #2790A1;
    font-weight: 500;
    padding: 5px 10px;
    border-left: #2790A1 solid 10px;
    border-bottom: 1px solid #dee2e6;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .zt-box {
        padding: 10px 5px;
        height: 90%;
    }
    .zt-box img {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }
    .zt-body {
        font-size: 0.875rem;
        text-align: center;
        color: #fff;
    }
    .flt-box span {
        font-size: 1rem;
        text-align: center;
        background-color: #0056B3;
        display: block;
        margin-bottom: 10px;
        padding: 10px;
        height: 66px;
        display: flex;
        align-items: center;
    }
    .card-img img {
        width: 120px;
        height: 120px;
    }
    .jiabin .card-body {}
    .jiabin h4 {
        font-size: 1rem;
    }
    .jiabin p {
        font-size: 0.875rem;
    }
    .yy-text {
        font-size: 1.125rem;
        margin-top: 3.75rem;
    }
    .yy-text2 {
        font-size: 1.125rem;
        margin-top: 6.25rem;
    }
    .rc-item {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .rc-title {
        font-size: 1rem;
        font-weight: normal;
        height: auto;
        line-height: 1.5rem;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .rc-item h4 {
        font-size: 1rem;
    }
    .rc-item h5 {
        font-size: 1rem;
    }
    .rc-item p {
        font-size: 0.875rem;
    }
    .content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer h4 {
        font-size: 0.75rem;
    }
    .foot-logo {
        transform: scale(0.7, 0.7);
        -webkit-transform: scale(0.7, 0.7);
        -moz-transform: scale(0.7, 0.7);
    }
    .footer .typeright,
    .footer a {
        font-size: 0.75rem;
    }
}

.flt-tab .nav-link {
    font-size: 1.125rem;
    color: #fff;
    background: #959595;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 1rem;
}

.flt-tab .nav-link.active,
.flt-tab .show>.nav-link {
    color: #fff;
    background-color: #2790A1;
}

.flt-sub-tab .nav-link {
    font-size: 0.8rem;
    color: #fff;
    background: #959595;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 1rem;
}

.flt-sub-tab .nav-link.active,
.flt-sub-tab .show>.nav-link {
    color: #fff;
    background-color: #2790A1;
}

.flt-content .rc-item h4,
.flt-content .rc-item h5 {
    color: #339fdf
}

.flt-content .rc-title {
    color: #2790A1;
    border-left: #2790A1 solid 10px;
}

.z-right {
    background: url(../images/test.png) no-repeat center;
}

.jblist {
    max-width: 180px;
}

@media (max-width: 768px) {
    .flt-tab {
        margin-left: -1%;
        margin-right: -1%;
    }
    .flt-tab .nav-link {
        font-size: 0.875rem;
        width: 10rem;
        margin-right: 1%;
        margin-left: 1%;
        display: flex;
        align-items: center;
        padding: 0.5rem;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
    /* .flt-tab-box{
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		height: 80px;
	}
	.flt-tab{
		display: block;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	.flt-tab .nav-link{
		font-size: 0.875rem;
		width: 10rem;
		height: 3.125rem;
		margin-right: 0.625rem;
		display: inline-block;
		white-space: normal;
		padding: 0.5rem 1rem;
	} */
}

.hzhb img {
    border: #7d7d7d solid 1px;
}

.team-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    text-decoration: none;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.team-img {
    position: relative;
    overflow: hidden;
}

.team-img img {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1)
}

.team-item:hover .team-img img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.team-item:hover {
    text-decoration: none;
}

.team-inner {
    padding: 10px;
    text-align: center;
}

.team-inner h4 {
    font-size: 1.125rem;
    color: #333;
}

.z-right h4 {
    font-size: 1.125rem;
    color: #333;
}

.team-inner p {
    font-size: 0.875rem;
    color: #777;
}

.team-inner span {
    font-size: 1rem;
    color: #fff;
    background-color: #5b24ff;
    border: #5b24ff solid 1px;
    display: inline-block;
    padding: 10px 40px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.team-item:hover .team-inner span {
    font-size: 1rem;
    color: #007bff;
    background-color: #fff;
    border: #007BFF solid 1px;
    display: inline-block;
    padding: 10px 40px;
}

.z-right h4 {
    padding-left: 6rem;
}

.goview {
    margin: 0 100px 0 auto;
}

.gova {
    color: #fff;
    background-color: #5b24ff;
    border-color: #5b24ff;
    width: 130px;
    height: 40px;
    font-size: 1.1em;
    line-height: 1.1em;
}

@media (max-width: 768px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 8px;
        padding-left: 8px;
    }
    .flt-sub-tab .nav-link {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    .z-right h4 {
        padding-left: 2rem;
    }
    .goview {
        margin: 20px auto 0;
    }
}

#pills-tabContent .row {
    margin: 0;
}

#pills-tabContent .col-md-6 {
    padding: 0;
}

#pills-tabContent .border {
    border: 0;
}

.zhuhui {
    /* text-align: right; */
    margin: 0 10% 0 50%;
}

@media (max-width: 1268px) and (min-width: 991px) {
    .nav-item {
        max-width: 120px;
    }
    .header .nav-link {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}

.bti {
    margin: 0 auto;
}

.fpiao {
    text-align: center;
    border: 0px solid#cccccc;
    background: #F2F7FE;
    border-radius: 4px;
    padding: 15px 10px;
    line-height: 1rem;
}

.yhui {
    text-align: left;
    border: 0px solid#cccccc;
    background: #F2F7FE;
    border-radius: 4px;
    padding: 20px 20px 10px;
}

.yhui p {
    text-align: justify;
    line-height: 0.6rem;
    color: #6c757d;
    font-weight: normal;
}

.taitou {
    text-align: center;
}

.titit {
    text-align: center;
    padding: 5px 0 0;
    margin-bottom: 0px;
}

.xtitit {
    text-align: left;
}

@media (max-width: 1268px) and (min-width: 991px) {
    .taitou2 {
        display: none;
    }
}

@media (max-width: 768px) {
    .titit {
        margin-bottom: 0.8rem;
    }
}


/*栏目标题样式*/

.headline {
    border-bottom: 1px solid #e4e9f0;
    display: block;
    margin: 10px 0 20px;
}

.headline h2 {
    font-size: 1.125rem;
    color: #0056B3;
}

.headline h2,
.headline h3,
.headline h4 {
    border-bottom: #0056B3 solid 4px;
    display: inline-block;
    margin: 0 0 -2px;
    padding-bottom: 5px;
}

.ticket-form-box,
.ticket-price-box {
    background-color: #fff;
    border-radius: 4px;
}

.ticket-form-box {
    padding: 1rem 1.875rem;
    margin-bottom: 1rem;
}

.ticket-price-box {
    padding: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.w-20 {
    width: 23%;
}

.switch {
    position: relative;
    display: block;
    width: 82px;
    height: 30px;
    cursor: pointer;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color, border;
    transition-property: background-color, border;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
    background-clip: padding-box
}

.switch .switch-handle {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    width: 28px;
    height: 28px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: -webkit-transform, width, left;
    transition-property: transform, width, left;
    border-radius: 16px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.switch:before {
    font-size: 12px;
    position: absolute;
    top: 4px;
    right: 11px;
    content: '不需要';
    text-transform: uppercase;
    color: #999
}

.switch.active {
    border-color: #4cd964;
    background-color: #4cd964
}

.switch.active .switch-handle {
    -webkit-transform: translate(53px, 0);
    transform: translate(53px, 0)
}

.switch.active:before {
    right: auto;
    left: 15px;
    content: '需要';
    color: #fff
}

.switch-blue.active {
    border: 2px solid #007aff;
    background-color: #007aff
}

.headline .switch {
    margin-top: -10px;
}

.form-group.required>.control-label:after {
    content: "*";
    color: #ff0000;
    margin-left: 3px;
}

.orderticket-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.orderticket-banner .intro-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.orderticket-banner-back {
    font-size: 0.875rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 0.4rem 1rem;
}

.orderticket-banner-back:hover {
    color: #fff;
    text-decoration: none;
}

.buyticket .form-control {
    font-size: 0.875rem;
    height: calc(1.5em + .75rem + 8px);
}

.buyticket .control-label {
    font-weight: bold;
}

.pay-order-group {
    color: #555;
    padding: 0 20px;
}

.pay-order-group .col-form-label {
    width: 80px;
    font-weight: bold;
}

.event-list {
    margin-bottom: 1.25rem;
    border: 0;
    border-radius: 0;
    position: relative;
    margin-bottom: 1.875rem;
    box-shadow: 0px 0.125rem 0.3125rem rgba(0, 0, 0, .2);
}

.schedule_item {
    width: 100%;
    height: 90px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: center
}

.schedule_item_icon {
    width: 130px;
    height: 90px;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: center;
    align-items: center
}

.schedule_item_icon>img {
    border-radius: 50%;
    display: block;
    width: 70px;
    height: 70px
}

.schedule_item_line {
    width: 1px;
    height: 100px;
    background-color: #eee
}

.schedule_item_content {
    width: 850px;
    border-bottom: 1px solid #eee
}

.sic_time {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    justify-content: flex-start;
    align-items: center
}

.sic_time p {
    margin-bottom: 0.5rem;
}

.sic_time_icon {
    display: block;
    width: 16px;
    margin: -10px 10px 0 20px
}

.sic_time_text {
    font-size: 16px;
    color: #29a074
}

.sic_content {
    font-size: 20px;
    color: #666;
    margin-left: 46px;
}

.ltzhuti {
    font-size: 15px;
    font-weight: bold;
    margin-left: 2em;
}

#title_name {
    font-size: 15px;
}

.schedule_item_icon .xuanting {
    display: none;
}

.schedule_item_icon:hover .xuanting {
    display: initial;
    position: absolute;
}

.schedule_item_content .xuanting {
    display: none;
}

.schedule_item_content:hover .xuanting {
    display: inline;
    position: absolute;
}

.rwjj {
    width: 42%;
    border-radius: 6px;
    box-shadow: #8c8c8c 0px 0px 25px 5px;
    background: #F9F9F9;
    z-index: 9999;
    left: 25%;
    margin-top: 1.5rem;
}

.jzjj {
    width: 42%;
    border-radius: 6px;
    box-shadow: #8c8c8c 0px 0px 25px 5px;
    background: #F9F9F9;
    z-index: 9999;
    right: 30%;
}

.rwjj2 {
    width: 42%;
    border-radius: 6px;
    box-shadow: #8c8c8c 0px 0px 25px 5px;
    background: #F9F9F9;
    z-index: 9999;
    left: 15%;
    margin-top: 1.5rem;
}

.jzjj2 {
    width: 42%;
    border-radius: 6px;
    box-shadow: #8c8c8c 0px 0px 25px 5px;
    background: #F9F9F9;
    z-index: 9999;
    right: 36%;
}

.xuanting p {
    padding: 10px;
    font-size: 14px;
    padding: 10px 15px 6px 10px;
    text-align: justify;
}

.btn-tj {
    margin: 0 auto;
}

.btn-tjj {
    max-width: 220px;
}

.form-control {
    color: #6c757d;
}

input.form-control.is-valid {
    color: #6c757d;
}

.rc-tit {
    margin-right: 0.6rem;
}

.rc-jj {
    margin-top: 2rem;
    max-width: 980px;
    margin: 0 auto;
}

.rc-fjj img {
    max-width: 230px;
}

@media (max-width: 768px) {
    .yhui {
        padding: 20px 6px 10px;
    }
}