﻿.container {
    max-width:1200px;
    min-width: 1000px;
}

body {
    background-color: #f0f3ef;
    min-width: 1000px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}
/*右浮动*/
.right {
    float: right;
}
/*无边距*/
.padding0 {
    display:block;
    padding: 0px;
}

.margin-left {
    margin-left: 20px;
}
/*header开始*/
.header {
    width: 100%;
    height:92px;
    background-color: #ffffff;
    overflow: hidden;
}

    .header .item {
        font-family:黑体;
        font-size: 17px;
        color: #FF6C00;
        letter-spacing: -0.41px;
        text-align: center;
    }
    .header .itemcenter {
        font-family: 黑体;
        font-size: 17px;
        color: #FF6C00;
        letter-spacing: -0.41px;
        text-align: center;
    }

        .header .item:hover {
            color: rgba(247, 145, 11, 0.90);
        }
    .header .webname {
        height:46px;
        width:auto;
    }

/*nav开始*/
.nav {
    height: 70px;
    background-color: #FCA001;
}

.logo {
    height: 102px;
    width: 103px;
}

.search {
    display:flex;
    float: left;
    padding-left: 40px;
    width:365px;
}
.search a{
    border-radius:3px;
}
    .search> a> span {
        width: 38px;
        height: 30px;
        right: 0px;
        border-radius:3px;
        background-color: #FBD799;
        border: 1px solid #FBD799;
        z-index: 200;
        color:#ffffff;
    }
    .search input {
        width: 300px;
        height: 30px;
        border: 1px solid #FBD799;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        z-index: 200;
    }
    .search span:hover {
        background-color: rgba(247, 145, 11, 0.90);
        cursor: pointer;
    }
    .nav-title {
            float: left;
            height: 50px;
            line-height: 50px;
            margin-left: 80px;
            font-family: 'LiSu','STXingkai';
            font-size: 34px;
            font-weight: 400;
            color: #ffffff;
        }

.nav-top {
    padding-left: 103px;
    position: relative;
    height: 70px;
}

.nav-bottom {
    width: 100%;
    position: relative;
    height: 70px;
}

/*.nav-bottom > span > ul{
        list-style: none;
        height: 50px;
        padding-left: 0px;
    }
    .nav-bottom > span > ul >li{
        position: relative;
        float: left;
        width: 13%;
    }
    .nav-bottom > span > ul >li >a{
        display: block;
        width: 100%;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        color: #ffffff;
    }
    .nav-bottom > span > ul >li >ul{
       list-style: none;
       top: 50px;
       padding: 0;
       width: 100%;
       visibility: hidden;
       position: absolute;
       z-index: 30;
    }
    .nav-bottom > span > ul >li > ul > li{
        width: 100%;
        line-height: 50px;
        background-color: #1362C9;
        z-index: 10;
        position: relative;
        text-align: center;
        border-bottom: 1px solid #5a5858;
     }
    .nav-bottom > span > ul >li > ul > li > a{
        display: block;
        width: 100%;
        font-size: 20px;
        color: #ffffff;
     }
    .nav-bottom > span > ul >li a:hover{
        background-color:  #F7970C;
    }
    .nav-bottom > span > ul >li:hover > ul{
        animation: navdisplay .5s infinite;
    }*/
/*.nav-bottom{
        width: 100%;
        padding-left: 103px;
        position: relative;
        height: 50px;
        background-color: #1362C9;
    }
   
    .menu{
        list-style: none;
        height: 50px;
        padding-left: 0px;
    }
    .menu >li{
        position: relative;
        float: left;
        width: 13%;
    }
    .menu >li >a{
        display: block;
        width: 100%;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        color: #ffffff;
    }
    .menu >li >ul{
       list-style: none;
       top: 50px;
       padding: 0;
       width: 100%;
       visibility: hidden;
       position: absolute;
       z-index: 30;
    }
    .menu >li > ul > li{
        width: 100%;
        line-height: 50px;
        background-color: #1362C9;
        z-index: 10;
        position: relative;
        text-align: center;
        border-bottom: 1px solid #5a5858;
     }
    .menu >li > ul > li > a{
        display: block;
        width: 100%;
        font-size: 20px;
        color: #ffffff;
     }
    .menu >li a:hover{
        background-color:  #F7970C;
    }
    .menu >li:hover > ul{
        animation: navdisplay .5s infinite;
    }*/

@keyframes navdisplay {
    from {
        height: 0;
        visibility: visible;
    }

    to {
        height: 52px;
    }
}
/* header结束*/

/*轮播和新闻列表开始*/
/*.banner{
        margin-top: 0;
        width: 100%;
        position: relative;
    }*/
/*轮播图开始 */
/*.carousel{
            height: 405px;
        }*/
/*.coursel-top{
            width:100%;
        }*/
/* @media screen and (max-width: 1440px) {
            .banner .news{
                left: 6.33%;
            }
            .banner .service{
                right: 8%;
            }
          } */
/*.carousel-img{
            height: 405px;
            background: url('images/1.jpg') no-repeat center center;
            background-size: 100% 405px;
        }*/
/*轮播图结束*/

/*新闻列表*/
.news {
    height: 450px;
    width: 20%;
    min-width: 380px;
    background-color: rgba(80,80,80,0.7);
    position: absolute;
    top: -465px;
    border-radius:8px;
}

.news-title {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 43px;
    background-color: #FCA001;
}

.news-left {
    border-top-left-radius: 8px;
    overflow: hidden;
    width: 50%;
    float: left;
}

.news-right {
    border-top-right-radius: 8px;
    overflow: hidden;
    width: 50%;
    float: right;
}

    .news-left > a, .news-right > a {
        display: block;
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        height: 43px;
        line-height: 43px;
        text-align: center;
        overflow: hidden;
    }

        .news-left > a:hover, .news-right > a:hover {
            background-color: #F7970C;
        }

.news-content {
    width: 100%;
    min-width: 380px;
    height: 362px;
    float: left;
    position: relative;
}

.notice, .new {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    visibility: visible;
}

.new {
    visibility: hidden;
}

.news-content ul {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

    .news-content ul > li {
        float: left;
        list-style: none;
        width: 100%;
    }

        .news-content ul > li > a {
            height: 36px;
            line-height: 36px;
            color: #ffffff;
            font-size: 16px;
        }

            .news-content ul > li > a:hover {
                color: #FCA001;
            }

            .news-content ul > li > a > .date {
                float: right;
            }

.service {
    height:333px;
    width:285px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0 6px 5px 0 rgba(0,0,0,0.10);
    border-radius: 4px;
    border-radius: 4px;
    top: -406px;
    right:0;
    opacity: .9;
}
/* .service > .news-title > a{
        display: block;
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        height: 43px;
        line-height: 43px;
        text-align: center;
        overflow: hidden;
    } */
.service-top {
    height: 270px;
    width: 285px;
    position: relative;
}

    .service-top > img {
        display: block;
        height: 144px;
        width: 144px;
        margin: 20px auto;
    }

        .service-top > a:hover {
            background-size: 140px 140px;
        }

    .service-top > span {
        padding-top:50px;
        font-family: 黑体;
        font-size: 19px;
        color: #FF6C00;
        letter-spacing: -0.46px;
        text-align: center;
        display: block;
    }

.service-bottom {
    height: 123px;
    text-align:center;
}

    .service-bottom > a {
        font-weight:bold;
        font-size: 15px;
        color: #333333;
        text-align: center;
        background-size: 25px 25px;
        position: relative;
    }

        .service-bottom > a:hover {
            font-weight: 800;
        }

        .service-bottom > a > span {
        }
/*轮播和新闻列表结束*/

/*票务内容开始*/

@media (max-width:1024px) {
    .content {
        margin-left: 15px;
    }

    .service {
        margin-right: 15px;
    }
}
#main_serviceMenu_service_menu {
    width: 80px;
    margin-right: 28px;
    margin-top:100px;
}
#main_goodsMenu_goods_menu {
    width: 80px;
    margin-right: 28px;
    margin-top: 65px;
}
.content-nav {
/*    padding: 10px 0 10px 0;*/
    width: 99px;
    border-radius:10px;
    box-shadow: 0px 0px 10px #888888;
/*    position:absolute;
    top:50%;*/
}

    .content-nav > li {
        border-radius: 10px;
        display: block;
        list-style: none;
        width: 100%;
        position: relative;
        background-color: #ffffff;
        padding: 0px;
        /*        text-indent:20px*/
    }

        .content-nav > li > a {
            display: block;
            height: auto;
            line-height: 30px;
            font-size: 15px;
            color: #505050;
            text-align: center;
        }
        .content-nav > li >a> img {
            display:block;
            width: 45px;
            height: 45px;
            margin-left:27px;
        }

        .content-nav > li:hover {
            background-color: rgba(255,108,0,0.2);
            color: #fff;
            font-weight: 700;
            cursor:pointer;
        }

        .content-nav > li > ul {
            padding: 0px;
            position: absolute;
            right: -150px;
            top: 0;
            display: none;
        }

        .content-nav > li:hover > ul {
            display: block;
            z-index: 10;
        }

            .content-nav > li:hover > ul > li {
                list-style: none;
                display: block;
                width: 150px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                background-color: #ff0000;
                opacity: .7;
                border-bottom: solid .2px #ffffff;
            }

                .content-nav > li:hover > ul > li > a {
                    font-size: 16px;
                    color: #ffffff;
                }

                .content-nav > li:hover > ul > li:hover {
                    background-color: #fa4700;
                    opacity: .9;
                    font-weight: 600;
                }

.content-good {
    /*    padding: 10px 0 10px 0;*/
    width: 99px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #888888;
}

    .content-good > li {
        border-radius: 10px;
        display: block;
        list-style: none;
        width: 100%;
        position: relative;
        background-color: #ffffff;
        padding: 0px;
        /*        text-indent:20px*/
    }

        .content-good > li > a {
            display: block;
            height: auto;
            line-height: 30px;
            font-size: 15px;
            color: #505050;
            text-align: center;
        }

            .content-good > li > a > img {
                display: block;
                width: 45px;
                height: 45px;
                margin-left: 27px;
            }

        .content-good > li:hover {
            background-color: rgba(255,108,0,0.2);
            color: #fff;
            font-weight: 700;
            cursor: pointer;
        }

        .content-good > li > ul {
            padding: 0px;
            position: absolute;
            right: -150px;
            top: 0;
            display: none;
        }

        .content-good > li:hover > ul {
            display: block;
            z-index: 10;
        }

            .content-good > li:hover > ul > li {
                list-style: none;
                display: block;
                width: 150px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                background-color: #ff0000;
                opacity: .7;
                border-bottom: solid .2px #ffffff;
            }

                .content-good > li:hover > ul > li > a {
                    font-size: 16px;
                    color: #ffffff;
                }

                .content-good > li:hover > ul > li:hover {
                    background-color: #fa4700;
                    opacity: .9;
                    font-weight: 600;
                }

.info {
    display:block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
    .info:hover {
        z-index: 100;
        cursor: pointer;
        box-shadow: 5px 5px 15px #888888;
    }

.content-lis {
    padding: 0px;
    border:none;
}

    .content-lis img {
        width: 100%;
        height:180px;
        border:none;
    }

.title {
    font-size: 20px;
    color: #FC2727;
    padding-bottom: 5px;
}

.title-service {
    width: 11%;
    margin-left: 23%;
    border-bottom: 2px solid #FC2727;
}

.title-list {
    width: 21%;
    margin-left: 22%;
    border-bottom: 2px solid #FC2727;
}

.content-ticket {
    max-height:660px;
    overflow:hidden;
    margin-top: 20px;
    padding: 0;
    margin-left:73px
}
.content-goods {
    max-height: 1280px;
    overflow: hidden;
    margin-top: 20px;
    padding: 0;
    margin-left: 73px
}
.content-ticket >div{
    width:100%;
    height:25px;
    margin-bottom:15px;
}
    .content-ticket > div>img {
        display:block;
        margin:auto;
        height:25px;
        width:auto;
    }
.content-ticket > ul > li {
    list-style: none;
    float: left;
    width: 24%;
    margin-left: 9px;
    margin-bottom: 10px;
    height: 300px;
    background-color: #f2f2f2;
    overflow:hidden;
}
    .content-ticket > ul > li:hover {
        box-shadow:5px,5px,15px,#888888;
    }
.content-goods > div {
    width: 100%;
    height: 25px;
    margin-bottom: 15px;
}

    .content-goods > div > img {
        display: block;
        margin: auto;
        height: 25px;
        width: auto;
    }

.content-goods > ul > li {
    list-style: none;
    float: left;
    width: 24%;
    margin-left: 9px;
    margin-bottom: 10px;
    height: 300px;
    background-color: #f2f2f2;
    overflow: hidden;
}

    .content-goods > ul > li:hover {
        box-shadow: 5px,5px,15px,#888888;
    }
    .noScenicdiv > p {
        font-size: 20px;
        font-weight: 900;
        color: red;
        text-align: center;
    } 
    .content-text {
        font-size: 16px;
        color: #333333;
        position:relative;
    }

.ticket-title {
    font-family:黑体;
    position: absolute;
    left:5px;
    top: 5px;
    font-size: 18px;
    color: #505050;
    letter-spacing: -0.48px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
}

.ticket-detail {
    position: absolute;
    top: 30px;
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: -0.34px;
    width: 95%;
    height: 40px;
    left: 5px;
    overflow: hidden;
}
.ticket-price {
    font-family:黑体;
    position:absolute;
    top:80px;
    width:100%;

}
    .ticket-price > span > input {
        height:25px;
        width:70px;
        font-family: 黑体;
        background: #FCA001;
        border-radius: 2px;
        color:#ffffff;
        border:none;
        font-size:14px;
        float:right;
    } 

.content-text span {
    font-size: 20px;
    color: #ff0000;
    margin: 10px;
}

.show-more {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
}

    .show-more a {
        display: block;
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        text-decoration: none;
        font-size: 14px;
        color: #2685DD;
        letter-spacing: -0.34px;
    }

        .show-more a:hover {
            cursor:pointer;
        }

.middle-carousel {
    height: 116px;
    margin-bottom: 10px;
}

    .middle-carousel img {
        width: 100%;
        max-height: 116px;
    }
/*票务内容结束*/
/*新闻内容开始*/
.content-news {
    height: 432px;
    overflow: hidden;
}

.content-left {
    padding-left: 0px;
    padding-right: 0px;
    width: 49.5%;
    height: 432px;
    border: 1px solid #e4e2e1;
    float: left;
}

.content-right {
    padding-left: 0px;
    padding-right: 0px;
    width: 49.5%;
    height: 432px;
    float: right;
}

.visit-title {
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background-color: #f7910b;
    color: #ffffff;
    font-size: 16px;
}

    .visit-title:hover {
        color: #ffffff;
        font-size: 18px;
    }
.visit-list-box {
    height:372px;
    overflow:hidden;
    border:1px solid #f7910b;
} 

.visit-item {
    padding-left: 15px;
}

    .visit-item > li {
        list-style: none;
    }

        .visit-item > li > a {
            display: block;
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            color: #333333;
        }

    .visit-item .date {
        margin-right: 15px;
        float: right;
    }
/*新闻内容结束*/
/*底部开始*/
.footer {
    width: 100%;
    background-color: #363535;
    position: relative;
}

.footer-left {
    width:45%;
    float:right;
}
.footer-right {
    width:55%;
    float:left;
}
.footer-content {
    padding-bottom: 20px;
    padding-top: 20px;
}
.footer-top {
    width:100%;
    display:flex;
    position:relative; 
}
.qrcode>a{
    float:right;
    display:block;
    width:130px;
    color:#fff;
}
.qrcode >a> img {
    position:absolute;
    display: block;
    width: 130px;
    height: 130px;
    /*background: url('../images/qr-code.jpg') no-repeat center center;
    background-size: 130px 130px;*/
}
    .qrcode > a > p {
        color:#fff;
        margin-top:135px;
        text-align:center;
    }

.footer-top > p {
    position:absolute;
    top:160px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.footer-bottom {
    top: 200px;
    padding-bottom: 30px;
}
.footer-bottom > a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background: url('../images/loyalty_u107.png') no-repeat 5% center;
    background-size: 20px 20px;
}

    .footer-bottom > a:hover {
        font-size: 20px;
    }

.footer-right {
    /*height: 250px;*/
}

    .footer-right a {
        display: block;
        width: 100%;
        height: 25px;
        line-height: 25px;
        color: #ffffff;
        font-size: 15px;
        text-align: center;
    }

.menu-text > a {
    height:25px;
    line-height:25px;
    font-weight:bold;
}

.footer-right ul {
    list-style: none;
    padding: 10px;
}

.footer-right li {
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

.footer-info {
    text-align: center;
    bottom: 50px;
    font-size: 16px;
    color: #ffffff;
}

.tech-support img {
    width:20px;
    height:20px;
    vertical-align:middle;
    margin-bottom:5px;
}

.tech-support a {
    text-decoration:none;
    color:#fff;
}
/*底部结束*/


/*景区上的小标签*/

.tab1, tab2 {
    z-index: 5;
}

    .tab1:before {
        content: "";
        position: absolute;
        width: 100px;
        height: 30px;
        top: 5px;
        bottom: 0;
        left: 160px;
        right: 0;
        z-index: 2;
        background: rgba(247, 145, 11, 0.90);
        transform: perspective(8px) rotateX(8deg);
    }

.tab2:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 30px;
    top: 13px;
    bottom: 0;
    left: 160px;
    right: 0;
    z-index: 2;
    background: rgba(247, 145, 11, 0.90);
    transform: perspective(8px) rotateX(-8deg);
}

.label-content {
    position: absolute;
    top: 9px;
    right:10px;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    z-index: 500;
    text-align: center;
}
.label-content_goods {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 55px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    z-index: 500;
    text-align: center;
}
.menuimg {
    border-radius:6px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
    height:52px;
    width:52px;
    line-height:92px;
    vertical-align:central;
}
.buttonspan {
    margin: 0px;
    width: 70px;
    position: absolute;
    right: 10px;
}