#fp-nav {
    display: none;
}

/* 3.  Quick links at right*/
.quick-link {
    position: fixed;
    top: 50%;
    right: 50px;
    z-index: 10;
    margin-top: -96px; /* 48*4/2*/
}
.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
.clearfix{*zoom:1;}
.quick-link li {
    list-style: none;
    list-style-position: outside;
    display: block;
    height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
    width: 42px;
    position: relative;
}

.quick-link li i {
    font-size: 24px;
    color:#fff;
}

/* 通知公告 */
#notice{
    width:260px;
    height:330px;
    border-radius: 15px;
    /*background-color:#fff7dc;*/
    position: absolute;
    top: 150px;
    left:40px;
    z-index: 999;
}
.notice_all{
    background-color:#efaaa2;
    border-radius: 15px;
    width:225px;
    height: 290px;
    margin: 20px auto;
    border:1px solid #efaaa2;
}
.notice_title{
    background: url("../../WebUI/img/notic2.png") no-repeat center center;
    background-size:40%;
    width: 100%;
    height: 60px;
}
.notice_logio{
    background: url("../../WebUI/img/notic3.png") no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 60px;
}
.notice_list li{
    list-style: none;
    width:100%;
    height: 50px;
    background: url("../../WebUI/img/notic4.png") no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}
.notice_list li a {
    font-size: 22px;
    font-family: 'KaiTi';
    /* color: #003c71; */
}

/* .notice_list li img{
    width: 50%;
} */

/* 3.1 quick link position : use it to adjust its position */
.quick-link.count-1 {
    margin-top: -24px; /* 48*1/2*/
}

.quick-link.count-2 {
    margin-top: -48px; /* 48*5/2*/
}

.quick-link.count-3 {
    margin-top: -72px; /* 48*3/2*/
}

.quick-link.count-4 {
    margin-top: -96px; /* 48*4/2*/
}

.quick-link.count-5 {
    margin-top: -120px; /* 48*5/2*/
}

.quick-link.count-6 {
    margin-top: -144px; /* 48*6/2*/
}

.quick-link.count-7 {
    margin-top: -168px; /* 48*7/2*/
}

/* 3.2 Links */
.quick-link a {
    background: rgba(199, 195, 202, 1);
    height: 42px;
    width: 42px;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-size: 22px;
    color: #fff;
    opacity: 1;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.quick-link ul li.active a {
    background: #b33435;
}

.quick-link ul li:after,
.quick-link a:after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0);
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    /*		transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
    -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
}

.quick-link ul li.active:after,
.quick-link a:hover:after {
    border-radius: 50%;
    -webkit-transform: none;
    transform: none;
    background: #b33435;
}

.quick-link .title {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    font-size: 12px;
    left: 10%;
    top: 10%;
    color: #fff;
    width: 80%;
    height: 80%;
    opacity: 0;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.quick-link li:hover i {
    display: none;
}
.quick-link li:hover .title {
    opacity: 1;
}
.header{
    width: 100%;
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0;*/
    z-index: 1;
    background: rgba(0,0,0,0.6);
}
/*.top_nav .global_nav .nav_content li a{*/
    /*color:#fff;*/
/*}*/
/*.layui-nav-more{display: none;}*/
/*.layui-nav-child{background: #fff;}*/
/*.top_nav .global_nav .search .nav_search_btn .sear_btn{*/
    /*background-image: url('/Cloud/WebUI/img/search_index.png');*/
/*}*/
/*.top_nav .global_nav .nav_content li .sub_item a{color:#b33435;}*/
/*.header .top_nav{*/
    /*background:none;*/
    /*box-shadow: none;*/
/*}*/
/*.header .top_nav{height:8.5vh;}*/
/*.header .top_nav .global_nav .nav_content li:hover{*/
    /*border-bottom:3px solid #be4c4d;*/
    /*background:none;*/
/*}*/
/*.header .top_nav .global_nav .nav_content li.active a,.header .top_nav .global_nav .nav_content li:hover a{color:#b33435;}*/
/*.index .top_content .user a{color: #fff;}*/
/*.index .top_nav .global_nav .logo{*/
    /*width:290px;*/
    /*overflow:visible;*/
    /*position:relative;*/
/*}*/
/*.index .top_nav .global_nav .logo a{*/
    /*position: absolute;*/
    /*top:-40px;*/
/*}*/
/*.index .top_nav .global_nav .logo img{*/
    /*width:100%;*/
    /*height:auto;*/
/*}*/
/*.index .header .top_inner{display: -webkit-flex;display: flex;justify-content: flex-end;font-weight:600;}*/
/*.index .header .top_content{*/
    /*background: #282828;*/
/*}*/
/*.index .top_content .location{color:#fff;}*/
/*.index .top_content .now_loc span{color:#fff;}*/
/* 5. Page cover */
.page-cover {
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 0;
}

/* 5.1. Page cover background image,color */
.page-cover .cover-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -3;
}

/* 5.2 Page cover  background mask */
.page-cover .cover-bg.cover-bg-mask {
    background: rgba(0, 0, 0, 0.12);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
    -webkit-transition: 2s;
    -ms-transition: 2s;
    transition: 2s;
}

/* 6. Main Page */
.page-main {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 6.1 Page general params */
.page {
    position: relative;
    width: 100%;
    height: 100%;
}
/*.section .fp-tableCell{display: flex;align-items: center;}*/
.page-cent {
    width: 100%;
    position: relative;
}

.page-cent .content {
    /*    width: auto;*/
    margin: 0 auto;
    -ms-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    /*color: #fff;*/
}

/* Page general structure */
.page .p-title i {
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0em;
    font-size: 0.8em;
}

.page h4 {
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

/*公共标题和更多*/
.page .page_com_title {
    text-align: center;
    margin-top: 5%;
}

.page .page_com_more {
    text-align: right;
    color: #be4c4d;
}

.page .page_com_more a {
    color: #be4c4d
}

.page .page_com_more a div {
    display: inline-block;
    transition: .5s;
    color: #be4c4d
}

.page .page_com_more a:hover div {
    transform: translateX(10px)
}

.page .page_com_more span {
    font-size: 14px;
}

.page .page_com_more i.icon {
    font-size: 14px;
}

/* 6.2 Page and slide animation */
.page .content,
.page-home .logo-container,
.page {
    -webkit-transition: 0.8s background, 0.6s transform, 0.6s opacity;
    transition: 0.8s background, 0.6s transform, 0.6s opacity;
    -webkit-transform: none;
    transform: none;
    background: transparent;
    border: none;
}

/*.page .content{z-index: 1;}*/
.page:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    content: '';
    z-index: 0;
    -webkit-visibility: hidden;
    visibility: hidden;
    -webkit-transition: 0.8s background, 0.6s transform, 0.8s visibility;
    transition: 0.8s background, 0.6s transform, 0.8s visibility;
    -webkit-transform: none;
    transform: none;
}

.page.transition:before {
    -webkit-visibility: visible;
    visibility: visible;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background: rgba(109, 108, 108, .2);
}

.page-home.transition .logo-container {
    -webkit-transform: translateY(20px) scale(0.1);
    transform: translateY(20px) scale(0.1);
    opacity: 0;
}

.page.transition .content {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}

/* 6.3 Home page */
.page-home .content, .page-home.page-cent .content {
    position: relative;
    width: 100%;
}
/*index页面头部样式不一样的部分*/
.page-home{position: relative;}
#buoy {
    position: absolute;
    width: 104px;
    height: 4px;
    background: #be4c4d;
    bottom: 16px;
}

.page-main .header_page_nav li .second_menu {
    padding: 20px 0;
    position: absolute;
    border-top: 4px solid #be4c4d;
    width: 104px;
    top: 45px;
    z-index: 999;
    left: 50%;
    margin-left: -52px;
    display: none;
    background-color: #FFF;
    text-align: center;
}

.page-main .header_page_nav li .second_menu p {
    line-height: 30px;
}

.page-main .header_page_nav li .second_menu a:hover {
    color: #fff;
}

.page-main .header_page_nav li:hover .second_menu {
    display: block;
}

.page-main .header_page_nav li .second_menu p:hover {
    background: #be4c4d;
}

.page-main .header_page_nav li .second_menu p a {
    display: block;
    height: 100%;
}

/*增加二级菜单结束*/

.page-main .header_page_logo {
    width: 336px;
    height: 70px;
}

.page-main .header_page_logo img {
    width: 100%;
    height: 100%;
}

.page-main .header_page_search {
    width: 20px;
    margin-left: 20px;
    cursor: pointer;
}

.hc-banner {
    margin: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hc-banner .banner li {
    text-align: center;
    z-index: 10;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.hc-banner ol {
    position: relative;
    display: table;
    margin: 0 auto 0;
    top: 90vh;
    z-index: 20
}

.hc-banner ol li {
    float: left;
    width: 66px;
    height: 6px;
    margin: 0 10px;
    border-radius: 2px;
    background: rgba(215, 215, 215, .5);
    cursor: pointer;
}

.hc-banner ol li.red {
    background: #FFFF00;
}

.hc-banner .hc-fly {
    width: 1200px;
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 1s;
}

.hc-banner .hc-fly p {
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: '宋体';
    position: absolute;
    left: 0;
    right: 0;
}

.hc-banner .hc-fly .fly-one {
    font-size: 48px;
}

.hc-banner .hc-fly .fly-two {
    margin: 50px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32%;
}

.hc-banner .hc-fly .fly-three {
    font-size: 24px;
    text-align: center;
    bottom: 22%;
}
.banner_box{position:relative;}
.banner_box .index_banner{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.index_banner .item{
    background-size: cover;
    -webkit-background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100vh;
    position: relative;
}
.index_banner .item.slick-current .scaleBg{
    visibility: visible;
    -webkit-animation:scale-bg 4s linear forwards;
    animation:scale-bg 4s linear forwards;
}
.banner_box .items{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner_box .items:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background: rgba(0,0,0,0.2);*/
}
.banner_box .item .inner .block_txt{
    position: absolute;
    top: 38%;
    right: 10px;
    left:10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.banner_box .item.active .inner .block_txt{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.banner_box .item .inner .block_txt h4{
    font-size: 30px;
    color: #fff;
    text-align: center;
    letter-spacing: 8px;
}
.banner_box .item .inner .block_txt h2{
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    text-align:center;
    letter-spacing:5px;
}
.banner_box .item .inner .block_txt h2 img{width:33%;display: inline-block;padding:1% 0;}
.banner_box .item .inner .block_txt h2 span{
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px;
}
.banner_box .item .inner .block_txt h3{
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 4px;
}
.banner_box .slick_txt{
    width:30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border:0;
}
.banner_box .left{
    left: 0;
}
.banner_box .right{
    right:0;
}
.banner_box .slick_txt:hover .slick_arrow{
    opacity: 1;
    visibility: visible;
}
.banner_box .slick_txt .slick_arrow{
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition:all 500ms ease;
    opacity: 0;
    visibility: hidden;
}
.banner_box .slick_txt .left{left:0;}
.banner_box .slick_txt .right{right:0;}
.banner_box .slick_txt .prev{
    background-image:url(img/ban_prev.png);
    left:120px;
}
.banner_box .slick_txt .next{
    background-image:url(img/ban_next.png);
    right:120px;
}
.banner_box .slick_txt .prev:hover{
    background-image:url(img/ban_prev_hover.png);
}
.banner_box .slick_txt .next:hover{
    background-image:url(img/ban_next_hover.png);
}

.banner_box .dot{
    position: absolute;
    bottom:8%;
    left: 50%;
    display: table;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.banner_box .dot span{
    margin-right:5px;
    width:20px;
    height:6px;
    border-radius:8px;
    background: #fff;
    opacity: 0.5;
    display: inline-block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.banner_box .dot span:last-child{
    margin-right: 0;
}
.banner_box .dot span.active{
    width:30px;
    background:#FFFF00 ;
    opacity: 1;
}


/* 6.4 Page clock countdown */
.page-when .content, .page-register .content, .page-about .content, .page-video .content, .page-map .content {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

#Info_Slide .sl_content p span {
    width: 92%;
    padding-left: 4%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.info_content {
    width: 100%;
    height: 500px;
    margin: 2vh 0 0 0;
}
.info_content_left {
    width: 48.5%;
    height: 90%;
    overflow: hidden;
}

.info_content_right {
    width: 48.5%;
    height: 100%;
    overflow: hidden;
}

.info_content_right ul li:hover .title {
    color: #d93f30;
}

.info_content_right ul li:first-child {
    border-top: 1px solid #dddddd;
}

.info_content_right ul li {
    height: 55px;
    border-bottom: 1px solid #dddddd;
    line-height: 55px;
}

.info_content_right ul li a {
    color: #292929;
}

.info_content_right ul li .square {
    height: 5px;
    width: 5px;
    background: #d93f30;
    transform: rotate(45deg);
    margin-left: 2px;
    margin-top: 25px;
    margin-right: 10px;
}

.info_content_right ul li .title {
    width: 380px;
    font-size:16px;
}

.info_list li {
    display: inline-block;
    margin-right: 25px;
    box-shadow: rgba(64, 58, 58, 0.49) 4px 3px 6px;
}

.info_list li:nth-child(4) {
    margin-right: 0;
}

.info_list li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.info_list li img {
    width: 270px;
    height: 160px;
}

.info_list li .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s
}

.info_list li:hover .cover {
    background: rgba(190, 76, 77, 0.5);
    opacity: 1
}

.info_list li .cover p {
    text-align: center;
    color: #fff;
}

.info_list li .cover p.book {
    margin-top: 40px;
}

.info_list li .cover p.title {
    margin: 6px 0 15px 0;
}

.info_list li .cover p.detail {
    width: 110px;
    height: 28px;
    border: 1px solid #ffffff;
    margin: auto;
    border-radius: 4px;
}

/* 6.5 Registration form */

.page-register .activity {
}

.page-register .activity li {
    background: #fff;
    width: 270px;
    height: 305px;
    margin-right: 30px;
    position: relative;
    transition: .5s;
    box-shadow: rgba(64, 58, 58, 0.49) 4px 3px 6px;
    margin-top: 15px;
    float: left;
}

.page-register .activity li:nth-child(4n) {
    margin-right: 0;
}

.page-register .activity li img {
    width: 100%;
    height: 160px;
}

.page-register .activity li .detail_box {
    padding: 0 15px;
}

.page-register .activity li .detail_box p {
    position: relative;
    padding: 5px 0
}

.page-register .activity li .detail_box p span {
    padding-left: 24px;
}

.page-register .activity li .detail_box p {
    color: #9b9b9b;
}

.page-register .activity li .detail_box .a_icon {
    width: 17px;
    height: 16px;
    display: inline-block;
    position: absolute;
    background-image: url("../../WebUI/img/activity_spring.png")
}

.page-register .activity li .detail_box .time_icon {
    background-position: 0 0;
    top: 6px;
}

.page-register .activity li .detail_box .loc_icon {
    background-position: -19px 0;
    top: 7px;
}

.page-register .activity li .item_inner h3 {
    margin: 8px auto;
    text-align: center;
    font-size: 16px;
}

.page-register .activity li .ticket_detail {
    height: 49px;
    border-top: 1px solid #dddddd;
    text-align: center;
}

.page-register .activity li .ticket_detail > div p:first-child {
    margin-top: 5px;
}

.page-register .activity li .people_num {
    width: 59px;
    margin: 2px 0;
    padding: 0 10px;
    border-right: 1px solid #dddddd;
}

.page-register .activity li .ticket_num {
    width: 90px;
}

.page-register .activity li .ticket_num p:first-child {
    color: #be4c4d;
}

.page-register .activity li .look_detail {
    width: 100px;
    background: #be4c4d;
    color: #fff;
    height: 49px;
    line-height: 49px;
}

.page-register .activity li:hover {
    transform: translate3d(0,-5px,0);
}

.page-register .activity li .info_cover {
    position: absolute;
    width: 89px;
    height: 55px;
    top: 0;
    left: 0
}

.page-register .activity li .info_cover.info_cover_3 {
    background: url("../../WebUI/img/baomingzhubei.png")
}

.page-register .activity li .info_cover.info_cover_4 {
    background: url("../../WebUI/img/registration.png")
}

.page-register .activity li .info_cover.info_cover_5 {
    background: url("../../WebUI/img/jijiang.png")
}

.page-register .activity li .info_cover.info_cover_6 {
    background: url("../../WebUI/img/jubanzhong.png")
}

.page-register .activity li .info_cover.info_cover_7 {
    background: url("../../WebUI/img/yijieshu.png")
}

/*场馆*/
.loc_roll_wrapper {
    width: 1170px;
    margin: 20px auto 0;
    height: 585px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.loc_roll_wrapper .loc_roll_inner {
    width: 100%;
    height: 441px;
    background: url("img/location_bg_03.jpg");
    position: relative;
}

.loc_roll_wrapper .list {
    width: 970px;
    height: 330px;
    margin-top: 55px;
    position: absolute;
    left: 50%;
    margin-left: -485px;
}

.loc_roll_wrapper .btn {
    position: absolute;
    margin-top: 204px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("../../WebUI/img/activity_spring.png");
}

.loc_roll_wrapper .next {
    right: 25px;
    background-position: -41px -43px;
}

.loc_roll_wrapper .prev {
    left: 25px;
    background-position: 0 -43px;
}

.loc_roll_wrapper li {
    position: absolute;
    height: 520px;
    top: 0;
    left: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loc_roll_wrapper li > a {
    position: relative;
    display: inline-block;
}

.loc_roll_wrapper img {
    width: 570px;
    height: 330px;
    border: none;
    float: left;
}

.loc_roll_wrapper .p1 {
    transform: translate3d(-200px, 0, 0) scale(0.81);
}

.loc_roll_wrapper .p2 {
    transform: translate3d(0px, 0, 0) scale(0.81);
    transform-origin: 0 50%;
    opacity: 0.8;
    z-index: 2;
}

.loc_roll_wrapper .p3 {
    transform: translate3d(200px, 0, 0) scale(1);
    z-index: 3;
    opacity: 1;
}

.loc_roll_wrapper .p4 {
    transform: translate3d(400px, 0, 0) scale(0.81);
    transform-origin: 100% 50%;
    opacity: 0.8;
    z-index: 2;
}

.loc_roll_wrapper .p5 {
    transform: translate3d(600px, 0, 0) scale(0.81);
}

.loc_roll_wrapper .p6 {
    transform: translate3d(800px, 0, 0) scale(0.81);
}

.loc_roll_wrapper .p7 {
    transform: translate3d(1000px, 0, 0) scale(0.81);
}

.loc_roll_wrapper .loc_cover {
    opacity: 0;
}

.loc_roll_wrapper .p3 .loc_cover {
    width: 90%;
    padding: 0 5%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    opacity: 1;
}

.loc_roll_wrapper .loc_detail {
    position: absolute;
    bottom: -6px;
    height: 140px;
    width: 1170px;
    left: -300px;
    display: none;
    opacity: 0;
    transition: .1s;
}

.loc_roll_wrapper .p3 .loc_detail {
    display: block;
    opacity: 1;
    padding: 0 20px;
}

.loc_roll_wrapper li .loc_detail p {
    margin-top: 12px;
    line-height: 1;
}
.loc_roll_wrapper li .loc_detail p:nth-child(1){margin-top:22px;}

.loc_roll_wrapper .loc_detail span {
    font-size: 16px;
    display: inline-block;
}

.loc_roll_wrapper .loc_detail .t_n {
    color: #666666
}

.loc_roll_wrapper .loc_detail .t_d {
    width: 990px;
}

.loc_roll_wrapper .loc_detail .t_d b {
    padding: 8px 20px;
    border: 1px solid #be4c4d;
    border-radius: 4px;
    display: inline-block;
    margin-right: 12px;
}

.loc_roll_wrapper .loc_detail p a {
    color: #be4c4d;
}

/*视频空间*/
.video_area_wrapper {
}

.video_area_wrapper li {
    margin-top: 30px;
    margin-right: 25.8px;
    background: #ffffff;
    width: 270px;
    height: 270px;
    display: inline-block;
    transition: .5s;
    box-shadow: rgba(64, 58, 58, 0.49) 4px 3px 6px;
}

.video_area_wrapper li:nth-child(4n) {
    margin-right: 0;
}

.video_area_wrapper li .img_box {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative
}

.video_area_wrapper li .img_box img {
    width: 100%;
    height: 100%;
}

.video_area_wrapper li .img_box ._img_cover {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    line-height: 180px;
    opacity: 0;
    transition: .5s;
}

.video_area_wrapper li .img_box ._img_cover span {
    padding: 5px 28px;
    border: 1px solid #dddddd;
    border-radius: 4px;
}

.video_area_wrapper li:hover ._img_cover {
    background: rgba(190, 76, 77, 0.5);
    opacity: 1
}

.video_area_wrapper ._detail_box {
    margin: 0 20px;
}

.video_area_wrapper ._detail_box h3 {
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #dddddd;
    transition: .5s
}

.video_area_wrapper ._detail_box h3:hover {
    color: #be4c4d;
}

.video_area_wrapper ._detail_box > div {
    margin-top: 12px
}

/*文化地图*/
/*文化地图*/

.map_wrapper {
    position: relative;
    width: 100%;
    height: 640px;
    margin-top: 20px;
}

/*底部开始*/
.page-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    transition: transform 0.15s ease;
    will-change: transform;
    z-index: 999;
}

.page-footer .pull_box {
    height: 25px;
    position: relative;
    width: 100%;
    background: #cacccf;
}

.page-footer .pull_box span {
    background: #cacccf;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -26px;
    left: 50%;
    margin-left: -26px;
}

.page-footer .pull_box .pull_btn i {
    display: inline-block;
    width: 17px;
    height: 21px;
    background: url("img/pull_up_03.png");
    position: absolute;
    left: 50%;
    margin-left: -8.5px;
    top: 10px;
}

.page-footer .pull_box .pull_btn_down {
    display: none;
}

.page-footer .pull_box span .pull_down {
    width: 17px;
    height: 21px;
    background: url("img/pull_up_03.png");
    position: absolute;
    left: 50%;
    margin-left: -8.5px;
    top: 10px;
    transform: rotate(180deg);
}
/*banner背景图片动画*/
@-ms-keyframes scale-bg{
    from{
        -ms-transform:scale(1.1);
        transform:scale(1.1);
    }
    to{
        -ms-transform:scale(1);
        transform:scale(1);
    }
}
@-moz-keyframes scale-bg{
    from{
        -moz-transform:scale(1.1);
        transform:scale(1.1);
    }
    to{
        -moz-transform:scale(1);
        transform:scale(1);
    }
}
@-webkit-keyframes scale-bg{
    from{
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
@keyframes scale-bg{
    from{
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
    }
}
/*banner */
.page-footer{height:25px;transition:height 0.5s;}
.page-footer .pull_bottom_box{transition:height 0.5s;}
/*模态框开始*/
.m-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 1000;
    overflow: auto;
    background-color: rgba(0, 0, 0, .2)
}

.m-modal-dialog {
    position: relative;
    margin: 0 auto;
    margin-top: -100%;
    width: 1200px;
    min-height: 250px;
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.m-top {
    background-color: #30a9de
}

.m-modal-title {
    margin: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #be4c4c;
    color: #fff;
    font-size: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.m-modal-title .search_input {
    padding-left: 20px;
    width: 500px;
    background: transparent;
    margin-left: 50px;
    height: 30px;
    line-height: 30px;
    color: #ddd;
    border: none;
}

.model_search {
    margin-right: 20px;
}

.model_search i {
    font-size: 18px;
    color: #fff;
}

.m-modal-title b {
    display: inline-block;
    width: 1px;
    height: 30px;

}

.m-modal-close {
    position: absolute;
    left: 8px;
    display: inline-block;
    font-size: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff
}

.m-middle {
    padding: 10px 60px
}

.m-middle p {
    color: #c6c6c6;
}

.m-middle ul {

}

.m-middle ul li {
    padding: 10px 0;
}

#nav_wrapper {
    position: relative;
}

#buoy {
    display: none;
    position: absolute;
    width: 104px;
    height: 4px;
    background: #be4c4d;
    bottom: 12px;
}

/*模态框结束*/

/*增加媒体查询适配*/
@media screen and (max-width: 1746px) and (min-width:1537px){
    .page .page_com_title {
        margin-top: 80px;
    }
}
@media screen and (max-width: 1536px) and (min-width:1401px){
    .page .page_com_title {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1400px) {
    .page .page_com_title {
        margin-top: 0px;
    }

    .page-main .header_nav, .page-home .header_top_loc {
        width: 92%;
        padding: 0 4%;
    }

    .header_top_loc .top_inner {
        position: relative;
        right: 5%;
    }

    .page-main .header_page_logo {
        margin-left: 20px;
    }

    .page-main .header_page_logo {
        width: 190px;
        height: 40px;
    }

    .page-register .activity li {
        margin-top: 12px;
    }
}

/*数字期刊*/
.journal_area_wrapper {
    padding: 50px 0;margin-top: 30px;
}
.journal_area_wrapper {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    position: relative;
    background-color: rgba(0,0,0,0.1);
    box-shadow: 0 0 0 1px hsla(0,0%,100%,0.3) inset;
}
.journal-box {
    width: 350px;
    height: 466px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: 0 0 5px #e3e3e3;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}
.journal-box .item-hover {
    position: absolute;
    left: 0;
    bottom: -125px;
    width: 100%;
    height: 130px;
    color: #FFF;
    background-color: rgb(192, 106, 106);
    text-align: center;
}
.journal-box .item-hover .introduce {
    height: 60px;
    /*font-size: 16px;*/
    border-bottom: 1px solid #e3e3e3;
    padding-top: 13px;
}
.journal-box .item-hover .introduce span {
    font-size: 20px;
}
.journal-box .item-hover .item-btn a {
    height: 56px;
    line-height: 56px;
    cursor: pointer;
}
.journal-box .item-hover .item-btn a:first-child {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 24px;
}
.journal-box .item-hover .item-btn a:last-child {
    float: left;
    width: calc(50% - 1px);
    border-left: 1px solid #e3e3e3;
    text-decoration: none;
    color: #333333;
}
.journal-box .item-img {
    padding: 30px 0;
    margin: 0 auto;
    width: 150px;
    height: 200px;
}
.journal-box .item-img img {
    max-width: 100%;
}
.journal-box:hover .item-box {
    transform: translate(0, -40px);
    -webkit-transform: translate(0, -40px);
    -o-transform: translate(0, -40px);
    -ms-transform: translate(0, -40px);
}
.journal-box .journal-detail {
    display: block;
    margin: 15px;
    height: calc(100% - 30px);
    /*border: 1px solid;*/
}
.journal-box img {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    border-radius: 10px;
}
.journal_area_wrapper .turn-left, .turn-right {
    width: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 666;
}
.journal_area_wrapper .turn-left {
    left: 0;
}
.journal_area_wrapper .turn-right {
    right: 0;
}
.journal_area_wrapper .turn-left:active, .turn-right:active {
    background: rgba(192, 106, 106, 0.5);
}
/*边框动画*/
.left, .top, .right, .bottom {
    position: absolute;
    border: 2px solid transparent;
    z-index: 666;
}
.left {
    bottom: 0;
    left: 0;
    height: calc(100% - 4px);
}
.left-out {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    border: 2px solid transparent;
}
.top-out {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border: 2px solid transparent;
}
.right-out {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border: 2px solid transparent;
}
.bottom-out {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    border: 2px solid transparent;
}
.top {
    top: 0;
    left: 0;
    width: calc(100% - 4px);
}
.right {
    top: 0;
    right: 0;
    height: calc(100% - 4px);
}
.bottom {
    bottom: 0;
    right: 0;
    width: calc(100% - 4px);
}
.hover-left, .hover-top, .hover-right, .hover-bottom {
    border-color: #be4c4d;
}
.hover-left {
    animation:leftMove 1s 1;
    -moz-animation:leftMove 1s 1; /* Firefox */
    -webkit-animation:leftMove 1s 1; /* Safari and Chrome */
    -o-animation:leftMove 1s 1; /* Opera */
}
.hover-top {
    animation:topMove 1s 1;
    -moz-animation:topMove 1s 1; /* Firefox */
    -webkit-animation:topMove 1s 1; /* Safari and Chrome */
    -o-animation:topMove 1s 1; /* Opera */
}
.hover-right {
    animation:rightMove 1s 1;
    -moz-animation:rightMove 1s 1; /* Firefox */
    -webkit-animation:rightMove 1s 1; /* Safari and Chrome */
    -o-animation:rightMove 1s 1; /* Opera */
}
.hover-bottom {
    animation:bottomMove 1s 1;
    -moz-animation:bottomMove 1s 1; /* Firefox */
    -webkit-animation:bottomMove 1s 1; /* Safari and Chrome */
    -o-animation:bottomMove 1s 1; /* Opera */
}
.leave-left, .leave-top, .leave-right, .leave-bottom {
    border-color: #be4c4d;
}
.leave-left {
    animation:leaveLeft 1s 1;
    -moz-animation:leaveLeft 1s 1; /* Firefox */
    -webkit-animation:leaveLeft 1s 1; /* Safari and Chrome */
    -o-animation:leaveLeft 1s 1; /* Opera */
}
.leave-top {
    animation:leaveTop 1s 1;
    -moz-animation:leaveTop 1s 1; /* Firefox */
    -webkit-animation:leaveTop 1s 1; /* Safari and Chrome */
    -o-animation:leaveTop 1s 1; /* Opera */
}
.leave-right {
    animation:leaveRight 1s 1;
    -moz-animation:leaveRight 1s 1; /* Firefox */
    -webkit-animation:leaveRight 1s 1; /* Safari and Chrome */
    -o-animation:leaveRight 1s 1; /* Opera */
}
.leave-bottom {
    animation:leaveBottom 1s 1;
    -moz-animation:leaveBottom 1s 1; /* Firefox */
    -webkit-animation:leaveBottom 1s 1; /* Safari and Chrome */
    -o-animation:leaveBottom 1s 1; /* Opera */
}
@keyframes leftMove {
    0%  {height: 0}
    100%  {height:calc(100% - 4px)}
}
@keyframes leaveLeft {
    0%  {height: calc(100% - 4px)}
    100%  {height:0;border-color: transparent;}
}
@keyframes topMove {
    0%  {width: 0}
    100%  {width:calc(100% - 4px)}
}
@keyframes leaveTop {
    0%  {width: calc(100% - 4px)}
    100%  {width:0;border-color: transparent;}
}
@keyframes rightMove {
    0%  {height: 0}
    100%  {height:calc(100% - 4px)}
}
@keyframes leaveRight {
    0%  {height: calc(100% - 4px)}
    100%  {height:0;border-color: transparent;}
}
@keyframes bottomMove {
    0%  {width: 0}
    100%  {width:calc(100% - 4px)}
}
@keyframes leaveBottom {
    0%  {width: calc(100% - 4px)}
    100%  {width:0;border-color: transparent;}
}
.fail-icon {
    text-align: center;
    padding: 100px;
    display: none;
}
.fail-icon p {
    font-size: 24px;
    padding: 30px;
    color: #fff;
}
.header .header_bottom .nav_list{
    z-index: 9999 !important;
}
.banner {
    width: 100%;
    height: 769px;
    background-image: url(../img/banner_bg.png);
    overflow: hidden;
}
.banner .carousel_box {
    position: relative;
}
.banner .carousel_box .carousel {
    margin-top: 141px;
    width: 1200px;
    height: 600px;
}
.banner .carousel_box .carousel img {
    width: 1200px;
    /*height: 600px;*/
}
.banner .carousel_box .swiper-container .swiper-wrapper{
    z-index: 0 !important;
}
.banner .carousel_box .banner_btns {
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 300px;
    height: 10px;
    margin-left: -150px;
    z-index: 999;
    display: flex;
    justify-content: center;
}
.banner .carousel_box .banner_btns .swiper-pagination-bullet {
    outline: none;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 10px;
    opacity: 1;
}
.banner .carousel_box .banner_btns .swiper-pagination-bullet-active {
    background-color: #d8a867;
}
.side {
    position: fixed;
    left: 0;
    top: 50%;
    width: 239px;
    height: 134px;
    margin-top: -67px;
    z-index: 999;
}
.side .img_box {
    width: 239px;
    height: 134px;
    position: relative;
}
.side .img_box .off {
    position: absolute;
    top: 5px;
    left: 4px;
    text-align: center;
    line-height: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #999;
}
