@charset "utf-8";
body,h1,h2 ,h3,h4,ul,ol,p,form,fieldset,figure{
    margin:0;
    padding:0;
}
body{
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
}
img{
    display:block;
    max-width:100%;
}
ul,ol{
    list-style:outside none none;
}
a{
    text-decoration:none;
}
div,figure,img,input,button{
    box-sizing:border-box;
}
#headline img{
	width:100%;
}
.none {
    display: none;
}
.sm-visible{
    display:none;
}
.clearfix:after{
    content:'.';
    height:0;
    visibility:hidden;
    display:block;
    clear:both;
}
#header{
    width:100%;
    height:70px;
    background-color:#333;
    box-shadow: 0 1px 10px rgba(0 ,0 ,0,0.3);
    position:fixed;
    top:0;
    z-index:9999;
}
#header .center{
    max-width:1263px;
    height:70px;
    margin:0 auto;
}
#header .logo{
    width:30%;
    height:70px;
    background:url(../img/logo.png) no-repeat left center;
    text-indent:-9999px;
    float:left;
}
#header .link{
    width:55%;
    height:70px;
    line-height:70px;
    color:#aaaaaa;
    float:right;
}
#header .link li{
    width:20%;
    text-align:center;
    float:left;
}
#header .link  a {
    color:#eeeeee;
    display: block;
}
#header .link a:hover, #header .active a{
    background-color:#000;
}

#adver{
    padding:70px 0 0 0;
    max-width:1920px;
    margin:0 auto;
    position:relative;
}
#adver .center{
    width:40%;
    height:60px;
    background-color:#000000;
    position:absolute;
    top:50%;
    left:50%;
    margin:-10px 0 0 -20%;
    opacity:0.6;
    border-radius: 10px;
}
#adver .copy{
    opacity:1;
    background-color: transparent;
    padding:3px 3px 0 3px;
}
#adver .search{
    width:70%;
    height:52px;
    background-color: #eeeeee;
    color:#666666;
    border:1px solid #666666;
    border-radius: 10px;
    font-size:24px;
    padding:0 10px;
    outline:none;
    display: block;
    float:left;
}
#adver .button{
    width:30%;
    height:54px;
    background-color: #eeeeee;
    color:#666666;
    border:1px solid #333;
    border-left-width:3px ;
    border-radius: 12px;
    font-size:24px;
    /*padding:0 10px;*/
    outline:none;
    cursor:pointer;
    font-weight:bold;
    display: block;
    float:right;
}
#tour{
	max-width:1263px;
  position:relative;
    margin:30px  auto;
    text-align:center;

}
#tour .center h2{
    margin:10px 0;
    font-size: 45px;
    letter-spacing:2px;
    color:#666666;
}
#tour .center p{
    color:#666666;
    margin:10px;
    font-size: 16px;
}
#tour .tour_title{
    height:40px;
    overflow: hidden;
}

#tour  figure {
    border: 1px solid #dddddd;
    display:block;
    float:left;
    padding:4px;
    border-radius: 4px;
    margin:15px 0.4%;
    width:32.4%;
    text-align:left;
    position:relative;
}
#tour  figure img{
    vertical-align:middle;
}
#tour figcaption{
    color:#777;
    line-height:1.5;
    letter-spacing:1px;
    font-size: 14px;
    padding:7px 0 5px 0;
}
#tour title{
    color:#333;
    font-weight: 600;
}
#tour .info{
    padding:5px 0 0 0;
}
#tour .sat{
    float:right;
    font-size: 13px;
    color:#999999;
    font-style:normal;
    position:relative;
    top:5px;
    right:5px;
}
#tour .price{
    color:#f60;
    font-size:14px;
}
#tour .price strong{
    font-size:20px;
    letter-spacing: 1px;
}
#tour .type{
    width:90px;
    height:25px;
    font-size:14px;
    line-height:25px;
    text-align:center;
    color:#eeeeee;
    background-color:#59b200;
    letter-spacing:2px;
    position:absolute;
    top:4px;
    left:4px;
}
#headline{
    max-width:1920px;
    padding:70px 0 0 0;
    margin:0 auto;
    position:relative;
}
#headline hgroup{
    position:absolute;
    top:45%;
    left:18%;
}
#headline h2{
    color:#eee;
    font-size:45px;
    letter-spacing:1px;
}
#headline h3{
    color:#eee;
    font-size:24px;
    letter-spacing:1px;
}

#container{
    max-width:1263px;
    margin:30px auto;
}
#container .sidebar{
    width:28%;
    float:right;
}
#container .recommend{
    text-align:center;
    border:1px solid #eee;
    background-color:#fff;
    margin:0 0 10px 0;
}
#container .recommend h2,#container .hot h2,#container .treasure h2{
    font-size:20px;
    font-weight: normal;
    letter-spacing:1px;
    text-indent:8px;
    height:40px;
    line-height:40px;
    background-color: #fafafa;
    color:#666;
    text-align:left;
}
#container .tag{
    padding:10px 0;
}
#container .tag li{
    display:inline-block;
    width:100px;
    height:35px;
    line-height:35px;
    margin:2px 0;
    background-color: #eeeeee;
    text-align:left;
    text-indent:8px;
}
#container .tag a{
    display:block;
    color:#999;
}
#container .tag a:hover{
    background-color: #458b00;
    color:#fff;
}
#container .hot{
    border:1px solid #eee;
    margin:0 0 10px;
    text-algin:center;
    background-color:#eee;
}

#container .hot {
    border: 1px solid #eee;
    margin: 0 0 10px;
    text-align: center;
    background-color: #fff;
}
#container .hot figure {
    display: inline-block;
    color: #666;
    padding: 4px;
}
/*.figure{
    margin: 10px auto;
    text-align: center;
}*/
.ticket .form {
    font-size: 20px;
    border: none;
}
.ticket .button{
    margin: 0;
    padding: 0;
}
#container .treasure{
    border:1px solid #eee;
    margin:0 0 10px;
    background-color:#fff;
}
#container .box{
    margin:10px auto;
    text-align: center;
}
#container .box a{
    display:inline-block;
    width:150px;
    height:40px;
    line-height:40px;
    margin:2px 0;
    color:#999;
    background-color: #eeeeee;
    text-align:left;
    text-indent:35px;
}
/*#container .box a:hover{
    background-color: #458b00;
    color:#fff;
}*/
#container .box a.treat1{
    background: #eee url(../img/treat.png) no-repeat 10px  center;
}
#container .box a.treat2{
    background: #eee url(../img/treat.png) no-repeat 10px  center;
}
#container .box a.treat3{
    background: #eee url(../img/treat.png) no-repeat 10px  center;
}
#container .box a.treat4{
    background: #eee url(../img/treat.png) no-repeat 10px  center;
}
#container .list{
    width:100%;
    float:left;
}
.list h2{
    /* height:40px; */
    /* line-height:40px; */
    font-size:30px;
    font-weight:normal;
    border-bottom:1px dashed #999;
    padding:0 0 15px 0;
    color:#666;
}

 .about p{
    line-height: 2;
    margin:20px 0;
    font-size: 20px;
    color:#666;
    font-weight:normal;
}
 .about address{
    line-height: 1.6;
    margin:20px 0;
    font-size: 20px;
    color:#999;
    font-style:normal;
}
#container .scenery  figure {
    border: 1px solid #dddddd;
    display:block;
    float:left;
    padding:4px;
    border-radius: 4px;
    margin:15px 5px 12px 0;
    width:24.6%;
    text-align:left;
}
#container .scenery figcaption{
    text-align:center;
    padding:5px 0;
    font-size:20px;
    color:#666;
}
.list .more {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 18px;
    margin: 0 auto;
    cursor: pointer;
    background-color: #fafafa;
	display:block;
}
#container .ticket{
    color:#666;
}
#container .ticket h2{
    height:40px;
    line-height: 40px;
    border-bottom:1px dashed #999;
    padding:0 0 15px 0;
    font-weight: normal;
    color:#666;

}
#container .ticket .type{
    margin:20px 0 10px 0;
    font-size: 20px;
}
#container .ticket .type mark{
    color:#fff;
    background-color: #458b00;
    padding:5px 8px;
    border-radius: 4px;
    margin:0 10px 0 16px;
}
#container .ticket .left{
    width:43%;
    display: inline-block;
}
#container .ticket .right{
    width:43%;
    display: inline-block;
}
#container .ticket .button{
    width:9%;
    display: inline-block;
}
#container .ticket .submit{
    display: inline-block;
    width:90px;
    height:90px;
    line-height: 90px;
    text-align: center;
    border-radius: 4px;
    background-color:#ff6600 ;
    color:#fff;
    border:none;
    position:relative;
    top:-28px;
    cursor: pointer;
}
#container .ticket .form p{
    line-height: 3;
}
#container .ticket .form  input{
    width:250px;
    height:30px;
    background-color:#fff;
    border-radius:4px;
    border:1px solid #ccc;
    color:#666;
    padding:5px;
    margin:0 0 0 16px;
}
#container .ticket .new{
    margin: 20px 0 0 0;
}
#container .ticket .new ul{
    margin:20px 0 0 0;

}
#container .ticket .new li{
    display:inline-block;
    padding:5px 10px;
}
#container .ticket .new li:first-child{
    padding-left: 0;
}
#container .ticket .new li:nth-child(2){
    background-color: #458b00;
    border-radius: 4px;
    color:#fff;
}
#container .ticket table{
    margin:20px 0 0 0;
    width:100%;
    border:1px solid #ddd;
    border-collapse:collapse;

}
#container .ticket th{
    color:#666666;
    font-weight: normal;
    height:50px;
    line-height: 50px;
    border-bottom:1px solid #ddd;
}
#container .ticket td{
    color:#666666;
    border-bottom:1px solid #ddd;
    text-align:center;
    height:50px;
    line-height: 50px;
}
#container .ticket tr:nth-child(2n){
    background-color: #fafafa;
}
#container .ticket tr:hover{
    background-color: #eeeeee;
}
#container .ticket .price{
    color:#ff6600;
}
#container .ticket .more{
    color:#666666;
}
#container .scenery .more{
    width:200px;
    height:50px;
    line-height: 50px;
    text-align: center;
    margin:0 auto;
    border:1px solid #ccc;
    border-radius: 10px;
    font-size:18px;
    background-color:#fafafa;
    cursor:pointer;
}
#container .tour{
    position:relative;
    margin:0 0 20px 0;
    border:1px solid #eee;
    background-color: #ffffff;
    overflow: hidden;

}
#container .tour:after{
    content:'.';
    height:0;
    visibility:hidden;
    display: block;
    clear:both;
}
#container .tour img{
    width:30%;
    float:left;
}
#container .tour  figcaption{
    width:70%;
    float:right;
}
#container .tour hgroup{
    width:100%;
}
#container .tour h2{
    font-size:24px;
    color:#333;
    font-weight:normal;
    padding:10px 0 10px 25px;
    border:none;
}
#container .tour h3{
    font-size:16px;
    color:#666;
    font-weight:normal;
    padding:10px 0 10px 25px;
    line-height:1.5;
}
#container .tour ol{
    padding:0 0 0 25px;
    line-height:2;
    color:#666;

}
#container .tour mark{
    background-color: #fff;
    border:1px solid #458b00;
    border-radius:4px;
    padding:0 5px;
    color:#458b00;
}
#container .tour  .buy{
    position:absolute;
    top:55px;
    right:30px;
}
#container .tour .price{
    color:#f60;
    font-size:20px;

}
#container .tour .price strong{
    font-size: 36px;
}
#container .tour .price s{
    font-size: 16px;
    color:#999;
}
#container .tour .reserve{
    margin:10px 0 0 0;
}
#container .tour .reserve a{
    display: inline-block;
    width:152px;
    height:40px;
    font-size: 20px;
    background-color:#ff6600 ;
    line-height: 40px;
    text-align: center;
    /*padding:2px 2px;*/
    border-radius: 4px;
    color:#fff;
}
#container .tour .type{
    width:90px;
    height:25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    background-color: #59b200;
    border-bottom-right-radius: 4px;
    letter-spacing: 1px;
    color:#fff;
    position:absolute;
    top:0;
    left:0;
}
#container .tour .disc{
    width:52px;
    height:52px;
    background: url(../img/disc.png) no-repeat;
    position:absolute;
    top:0;
    right:0;
}
#container .tour .disc span{
    width:52px;
    height:52px;
    display: block;
    transform:rotate(45deg);
    padding:5px 0 0 0;
    text-indent:7px;
    font-size:14px;
    color: #ff7a4d;
}
#container .tour footer{
    width:55%;
    height:30px;
    line-height: 30px;
    letter-spacing:1px;
    text-indent:25px;
    background-color: #fafafa;
    position:absolute;
    bottom:0;
}
#container .tour time{
    color:#458b00;
}
#footer{
    background-color: #222;
    clear:both;
    position:relative;
    top:10px;
}
#footer .top{
    max-width:1263px;
    height:280px;
    margin:0 auto;
    text-align:center
}
#footer .version{
    color:#777;
    text-align: center;
    padding:10px 0;
    font-size:13px;
}
#footer .block{
    width:33.33%;
    height:280px;
    display:inline-block;
    text-align:left;
    color:#ccc;
    vertical-align:top;
    display:block;
    float: left;
}
#footer h2{
    font-size:24px;
    font-weight:normal;
    padding:20px 0 0 20px;
}
#footer hr{
    width:90%;
    border:1px dashed #666666;
}
#footer ul{
    font-size:18px;
    color:#777;
    /*padding:10px 20px;*/
    text-indent:20px;
    line-height:2;
}
#footer .bottom {
    padding:15px 0;
    color: #777;
    text-align: center;
    font-size: 18px;
    background-color: #000;
    border-top: 1px solid #444;
}



/*媒体查询，参考部分Bootstrap框架*/
/*当页面大于1200px时，大屏幕，主要是PC端*/
@media (min-width:1200px){

}
/*在992 和 1199 像素直接的屏幕里，中等屏幕，分辨率低的PC*/
@media (max-width: 1199px) and (min-width: 992px){
    #adver .center{
        width:50%;
        margin:-10px 0  0 -25%;
    }
    #tour .center h2{
        font-size: 40px;
    }
    #headline hgroup{
        left:8%;
    }
    #headline h2{
        font-size:36px;
    }
    #headline h3{
        font-size:20px;
    }
    .sidebar{
        display: none;
    }
    #container .list {
        width: 100%;
        padding: 0 20px;
    }
    .list{
        width:100%;
        padding:0 20px;
    }
}

/*在768 和 991 像素之间的屏幕里，小屏幕，主要是PAD */
@media (min-width:768px)and (max-width:991px){
    #adver .center{
        width:60%;
        margin:-10px 0  0 -30%;
    }
    #adver .search, #adver .button{
        font-size: 20px;
    }
    #tour .center h2{
        font-size: 35px;
    }
    #headline{
        padding:45px 0 0 0;
    }
    #headline hgroup{
        left:8%;
    }
    #headline h2{
        font-size:30px;
    }
    #headline h3{
        font-size:16px;
    }
    .sidebar{
        display: none;
    }
    #container  .list{
        width:100%;
        padding:0 20px;
    }
    .list h2{
        font-size:28px;
    }
    .about p, .about address{
        font-size:18px;
    }
    #container .ticket .left, #container .ticket .right, #container .ticket .button{
        width:98%;
        display:block;
    }
    #container .ticket .form input {
        width:98%;
        height:35px;
        margin:0;
    }
    #container .ticket .form p{
        line-height: 2;
    }
    #container .ticket .submit{
        display:block;
        width: 30%;
        height: auto;
        line-height: 2;
        position: relative;
        top: 10px;
        margin:0 auto;
    }


    .md-hidden{
        display: none;
    }
    #container  .tour h2{
        font-size: 22px;
    }
    #container  .tour .buy{
        position:absolute;
        top:auto;
        right:auto;
        bottom:0;
        padding:0 0 0 25px;
    }
}
/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media (min-width:480px)and (max-width:767px){
    #header,#header .center,#header .link{
        height:45px;
    }

    #header .logo , .sm-hidden,.xq-hidden{
        display:none;
    }
    #header .link{
        width:100%;
        line-height: 45px;
    }
    #adver{
        padding:45px 0 0 0;
    }
    #adver .center{
        width:70%;
        height:53px;
        margin:-10px 0  0 -35%;
    }
    #adver .search, #adver .button{
        font-size: 18px;
        height:45px;
    }
    .sm-visible{
        display:block;
    }
    #tour .center h2{
        font-size: 30px;
    }
    #tour figure{
        width:49.2%;
    }
    #headline{
        padding:45px 0 0 0;
    }
    #headline hgroup{
        left:8%;
    }
    #headline h2{
        font-size:26px;
    }
    #headline h3{
        font-size:14px;
    }
    .sidebar{
        display: none;
    }
    #container .list{
        width:100%;
        padding:0 20px;
    }
    .list h2{
        font-size:25px;
    }
    .about p, .about address{
        font-size:15px;
    }
    #container .scenery figure{
        width:48.2%;
    }
    #container .scenery figcaption{
        font-size: 18px;
    }
    #container .ticket .left, #container .ticket .right, #container .ticket .button{
        width:98%;
        display:block;
    }
    #container .ticket .form input {
        width:98%;
        height:35px;
        margin:0;
    }
    #container .ticket .type{
        font-size: 16px;
    }
    #container .ticket .form p{
        line-height: 2;
    }
    #container .ticket .submit{
        display:block;
        width: 30%;
        height: auto;
        line-height: 2;
        position: relative;
        top: 10px;
        margin:0 auto;
    }

    .ticket .type,.ticket .form,.ticket .new, .ticket .form input, .ticket .submit, .ticket .reserve{
        font-size: 14px;
    }
    .md-hidden{
        display: none;
    }
    #container  .tour h2{
        font-size:16px;
        height:20px;
        padding:5px 0 10px 15px;
    }
    #container  .tour h3{
        font-size:14px;
        padding:5px 0 10px 15px;
    }
    #container  .tour .buy{
        position:absolute;
        top:auto;
        right:auto;
        bottom:0;
        padding:0 0 0 25px;
    }
    #container  .tour .buy strong{
        font-size: 16px;
    }
	
	#footer{
    background-color: #ccc;
    clear:both;
    position:relative;
    top:10px;
}
#footer .top{
    max-width:1263px;
    height:100px;
    margin:0 auto;
    text-align:center
}
#footer .version{
    color:#777;
    text-align: center;
    padding:10px 0;
    font-size:13px;
}
#footer .block{
    width:33.33%;
    height:280px;
    display:inline-block;
    text-align:left;
    color:#ccc;
    vertical-align:top;
    display:block;
    float: left;
}
#footer h2{
    font-size:24px;
    font-weight:normal;
    padding:20px 0 0 20px;
}
#footer hr{
    width:90%;
    border:1px dashed #666666;
}
#footer ul{
    font-size:10px;
    color:#777;
    /*padding:10px 20px;*/
    text-indent:20px;
    line-height:2;
}
#footer .bottom {
    padding:15px 0;
    color: #777;
    text-align: center;
    font-size: 10px;
    background-color: #000;
    border-top: 1px solid #444;
}
	
	
}
/*在小于 480 像素的屏幕，微小屏幕，更低分辨率的手机 */
@media(max-width:479px){
    #header,#header .center,#header .link{
        height:45px;
    }
    #header .logo, .sm-hidden,.xq-hidden,.xs-hidden{
        display:none;
    }
    #header .link{
        width:100%;
        line-height: 45px;
    }
    #header .link li{
        width:25%;
    }
    #adver{
        padding:45px 0 0 0;
    }
    #adver .center{
        width:80%;
        height:48px;
        margin:-10px 0  0 -40%;
    }
    #adver .search, #adver .button{
        font-size: 16px;
        height:40px;
    }
    .sm-visible{
        display:block;
    }
    #footer .bottom{
        font-size: 10px;
    }
    #tour .center h2{
        font-size: 26px;
    }
    #tour .center p{
        font-size: 4px;
    }
    #tour figure{
        width:99%;
    }
    #headline{
        padding:0px 0 0 0;
    }
    #headline hgroup{
        left:8%;
    }
    #headline h2{
        font-size:20px;
    }
    #headline h3{
        font-size:12px;
    }
    .sidebar{
        display: none;
    }
    #container  .list{
        width:100%;
        padding:0 20px;
    }
    .list h2{
        /* height:40px; */
        /* line-height:40px; */
        border-bottom:1px dashed #999;
        font-size:22px;

    }
    .about p, .about address{
        font-size:14px;
    }
    #container .scenery figure{
        width:99%;
    }
    #container .scenery figcaption{
        font-size: 16px;
    }
    #container .ticket .left, #container .ticket .right, #container .ticket .button{
        width:98%;
        display:block;
    }
    #container .ticket .form input {
        width:98%;
        height:35px;
        margin:0;
    }
    #container .ticket .form p{
        line-height: 2;
    }
    #container .ticket .submit{
        display:block;
        width: 30%;
        height: auto;
        line-height: 2;
        position:relative;
        top:10px;
        margin:0 auto;
    }
    .ticket .type,.ticket .form,.ticket .new, .ticket .form input, .ticket .submit, .ticket .reserve{
        font-size:14px;
    }
    .ticket .reserve{
        display: inline-block;
        width: auto;
        height: auto;
        padding:8px;
        line-height: 1;
        border-radius: 4px;
        background-color: #ff6600;
        color: #fff;
        text-align: center;
    }
    .md-hidden{
        display: none;
    }
    #container  .tour h2{
        font-size:18px;
        padding:0 0 0 10px;
        color:#333;
        border:none;
    }
    #container  .tour h3{
        font-size:12px;
        padding:5px 0 10px 15px;
    }
    #container  .tour .buy{
        position:absolute;
        top:auto;
        right:auto;
        bottom:0;
        padding:0 0 0 25px;
    }
    #container  .tour .buy strong{
        font-size:18px;
    }
}

