/* public css start */
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #545454;
}
a:hover {
    color: #428bca;
}

.red {
    color: #b00;
}

.gl-error {
    border-bottom: 1px solid #b00 !important;
}

.cut-line {
    position: relative;
    border-bottom: 1px solid #555555;
}

.right-bg-gray {
    background: #eee;
}

.star {
    color: #F39800;
    font-size: 1.2em;
}
.base-more{
    text-align:center;
    margin: 10px auto;
}
.base-more a{
    background: #428bca;
    color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    text-decoration:none; 
}
.base-more a:hover{background: #EB6100;}
.cut-line:before {
    position: absolute;
    content: "";
    width: 50px;
    border: 2px solid #ad1818;
    top: -2px;
    left: 50%;
    margin-left: -25px;
    z-index: 1;
}
.bookmark-title{
    margin-top: 25px;
    background: url('/template-ss/images/1.png') no-repeat top left;
    padding-left: 33px;
}
.clear-pading {
    padding: 0;
}

.gl-padding-l-10 {
    padding-left: 10px;
}

.gl-padding-r-10 {
    padding-right: 10px;
}

.gl-padding-t-10 {
    padding-top: 10px;
}

.gl-padding-b-10 {
    padding-bottom: 10px;
}

.gl-margin-10 {
    margin: 10px;
}

.fonts-16 {
    font-size: 16px;
}
















































































.logo {
    padding: 15px;
}

@media (max-width:769px) {
    .logo img {
        text-align: center;
        margin: 0 auto;
    }
}

.gl-top {
    position: relative;
}

.gl-top-nav {
    position: absolute;
    bottom: 10px;
    right: -50px;
}

.gl-top-nav>ul {
    padding-left: 20px;
    width: 300px;
    text-align: right;
    right: 10px;
    border: 1px solid #555555;
    border-radius: 10px;
    overflow: hidden;
}

.gl-top-nav>ul>li {
    list-style: none;
    float: left;
    padding: 2px 3px;
}

.gl-top-nav>ul>li a {
    color: #555555;
}

.gl-top-nav>ul>li a:hover {
    color: #428bca;
}











































































































































































































































/* header start */

.gl-nav {
    background: #ad1818;
    border-style: outset;
    border-bottom: 5px solid #ad1818;
    margin-bottom: 0;
}

.gl-nav .navbar-inline {
    position: relative;
    bottom: -5px;
}

.gl-nav .nav-color li>a {
    padding-bottom: 10px;
    color: #ffffff;
}

.gl-nav .nav-color li>a:hover {
    color: #ffffff;
}

.m-gl-nav-ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.m-gl-nav-ul li {
    list-style: none;
    padding: 5px;
    padding-top: 0;
    padding-bottom: 15px;
    float: left;
}

.m-gl-nav-ul li a {
    font-size: 0.9em;
}

@media (min-width:769px) {
    .gl-nav {
        border-bottom: 5px solid #ad1818;
    }
    .gl-nav .nav-color li>a {
        border-bottom: 5px solid #ad1818;
        transition: all 0.2s ease-in-out 0.3s;
        -ms-transition: all 0.2s ease-in-out 0.3s;
        -webkit-transition: all 0.2s ease-in-out 0.3s;
        -o-transition: all 0.2s ease-in-out 0.3s;
        -moz-transition: all 0.2s ease-in-out 0.3s;
    }
    .gl-nav .nav-color li>a:hover {
        border-bottom: 5px solid #fff100;
    }
    .gl-nav .nav-color .active {
        border-bottom: 5px solid #fff100;
    }
}


/* header end */


/* footer start */

.footer {
    background: #7B7B7B;
    color: #efefef;
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer ul {
    text-align: center;
    overflow: hidden;
}

.footer ul li {
    list-style: none;
    display: inline;
    padding: 2px 5px;
}

.footer li a {
    color: #efefef;
}

.footer li a:hover {
    color: #fff100;
}




/* footer end */

.content {
    overflow: hidden;
}

.content h1 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}



/*enlarge pic  */

.pic-enlarge {
    overflow: hidden;
}

.pic-enlarge>img {
    transition: all 0.5s ease-in-out 0.3s;
    -ms-transition: all 0.5s ease-in-out 0.3s;
    -webkit-transition: all 0.5s ease-in-out 0.3s;
    -o-transition: all 0.5s ease-in-out 0.3s;
    -moz-transition: all 0.5s ease-in-out 0.3s;
}

.pic-enlarge:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}


/* line-list-item */

.line-item {
    position: relative;
    width: 100%;
    background: #eee;
    margin-top: 15px;
    margin-bottom: 15px;
}

.line-item .line-pic-title {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.line-item .line-pic-title .hot {
    position: absolute;
    width: 48px;
    height: 65px;
    top: 5px;
    left: 5px;
    background: url(/template-ss/images/hot.png) no-repeat left;
    background-size: 100%;
}

.line-item .line-pic-title .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 5px 5px;
    font-size: 1.28em;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6)
}

.line-item .des {
    height: 80px;
    padding: 5px 5px;
    margin: 0;
    overflow: hidden;
}

.line-item .price {
    display: inline;
    color: #ff0000;
    font-size: 1.28em;
    padding: 15px 10px;
}

.line-item .more {
    display: inline;
    position: absolute;
    right: 10px;
    bottom: 5px;
    padding: 1px 20px;
    margin: 0;
    border: 1px solid #ad1818;
    background: #ad1818;
    border-radius: 10px;
}

.line-item .more a {
    color: #ffffff;
    ;
}

.line-item .more:hover a {
    text-decoration: none;
}

.line-item .more:hover {
    border: 1px solid #eb6100;
    background: #eb6100;
}

.bread-nav .breadcrumb {
    background: transparent;
    border-bottom: 1px solid #ccc;
}

.right-item ul {
    padding: 0;
    list-style: none;
}

.right-item ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 25px;
    border-bottom: 1px solid #ccc;
}

.right-item ul li:hover {
    background: url('/template-ss/images/9.png') no-repeat 10px center;
}

.right-item ul li a {
    color: #000;
}

.right-item ul li:hover a {
    color: #ff5858;
}

.right-item h3 {
    background: #ad1818;
    text-align: center;
    padding: 8px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.right-item .submit-button input {
    border: none;
    background: #ad1818;
    color: #fff;
    border-radius: 10px;
    padding: 3px 15px;
}

.s-tours .title {
    font-size: 1.1em;
    padding: 5px;
    height: 54px;
    line-height: 25px;
}

.s-tours .title a {
    color: #333333;
}

.gl-input-g {
    position: relative;
    text-align: center;
    margin: 15px auto;
}

.gl-input-g label {
    display: none;
}

.gl-input-g input,
.gl-input-g textarea {
    width: 80%;
    border: 1px solid #ccc;
    padding: 3px 5px;
}

.gl-input-g input:focus,
.gl-input-g textarea:focus {
    border: 1px solid #66CCCC;
}

.gl-input-g .code {
    width: 80px;
}

.right-item .submit-button {
    text-align: center;
    padding-bottom: 15px;
}


.line-content-title {
    display: table;
    width: auto;
    border: 1px solid;
    border-color: #ad1818 #ad1818 #ad1818 transparent;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    border-radius: 20px;
}

.line-content-title>span {
    position: relative;
    margin-left: -1px;
    background: #ad1818;
    color: #ffffff;
    padding: 3px 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.line-content-title>img {
    margin: 0 3px;
}








































































































/*hotels index*/

.hotels-item {
    background: #eee;
    padding-bottom: 10px;
}

.hotels-item .hotels-pic-feature {
    position: relative;
}

.hotels-item .title {
    text-align: center;
}

.hotels-item .title a {
    color: #333;
    font-size: 1.2em;
}

.hotels-item .star {
    text-align: center;
    color: #F39800;
}

.hotels-item .hotels-pic-feature .feature {
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    padding: 15px 10px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hotels-item:hover .hotels-pic-feature .feature {
    opacity: 1;
    height: 100%;
}

.hotels-item .price {
    display: inline;
    color: #ff0000;
    font-size: 1.28em;
    padding: 15px 10px;
}

.hotels-item .more {
    display: inline;
    position: absolute;
    right: 10px;
    bottom: 15px;
    padding: 0 20px;
    margin: 0;
    border: 1px solid #ad1818;

    border-radius: 10px;
    background: #ad1818;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hotels-item .more a {
    color: #ffffff;
}

.hotels-item .more:hover a {
    color: #ffffff;
    text-decoration: none;
}

.hotels-item .more:hover {
    border: 1px solid #EB6100;
    background: #EB6100;
}




























































/*hotel*/

.ban {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ban2 {
    width: 100%;
    /*height: 400px;*/
    position: relative;
    overflow: hidden;
}

.ban2 ul {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.ban2 ul li {
    list-style: none;
}

.prev {
    float: left;
    cursor: pointer;
}

.min_pic {
    padding-top: 10px;
    background: #eee;
    overflow: hidden;
    position: relative
}

.num {
    height: 70px;
    overflow: hidden;
    left: 20px;
    position: relative;
    margin-left: -1px;
}



.num ul {
    position: absolute;
    padding: 0;
    margin: 0;

    top: 0;
}

.num ul li {
    list-style: none;
    width: 80px;
    height: 60px;
    margin: 1px;
    border: 1px;
}

.num ul li img {
    width: 100%;
}

.num ul li.on {
    border: 1px solid red;
    padding: 0;
}

.prev_btn1 {
    position: absolute;
    width: 16px;
    left: 0px;
    top: 50%;
    margin-top: -9px;
    text-align: center;
    height: 18px;
    cursor: pointer;
    z-index: 1;
}

.next_btn1 {
    position: absolute;
    width: 16px;
    right: 2px;
    top: 50%;
    margin-top: -9px;
    text-align: center;
    height: 18px;
    cursor: pointer;
    z-index: 1;
}

.prev1 {
    position: absolute;
    top: 220px;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.next1 {
    position: absolute;
    top: 220px;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.pop_up {
    width: 500px;
    height: 500px;
    padding: 10px;
    background: #fff;
    position: fixed;
    -position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -255px;
    margin-top: -255px;
    display: none;
    z-index: 99;
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
    float: left;
}

.pop_up2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.pop_up2 ul li {
    width: 500px;
    height: 500px;
    float: left;
}

.pic-item{margin-top: 15px;}