/* reset
------------------------------*/
/*html {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
 }*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,
dl,dt,dd,ul,ol,li, 
pre, 
fieldset,lengend,button,input,textarea, 
th,td{ 
    margin:0;
    padding:0;
}
::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #9B3420;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
}
blockquote,q{
	quotes:none;
}

ul,ol,li{
	list-style:none;
}

form{
	margin:0;
}
fieldset,img{
	border:none;
} 
input{
	line-height: 150%;
}

button{
	cursor:pointer;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
em{
	font-style: normal;
}



/* globle set
------------------------------*/
body,
button, input, select, textarea {
    font-size:12px;
	font-family:microsoft yahei,simsun,Tahoma,Arial,serif;
}

/*body{
	background:#642320 url(images/bg.jpg) fixed;
	color:#fff;
}*/

body{
	background:#642320 url(images/bg.jpg) fixed;
	color:#fff;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color: #fff;
}

h2{
	 
}
h3{
	 
}
h4{
	 
}
textarea{
	resize:none;
}
em{
	
}
select{
	height:22px; 
	line-height:18px; 
	padding:2px 0
}

/* pub className
------------------------------*/
.clearfix{
	_zoom:1;
}
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
.clearfix {
  display:block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
}
/* End hide from IE-mac */
.hide{
	display:none;
}
.show{
	display:block;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.g-wrapper{
	width: 1100px;
	margin:0 auto;
}


/* index

	background: url(images/bg_title.png) 0 0 repeat-x;
------------------------------*/
.title{
	background: linear-gradient(#C44D4F,#631717);
	height: 109px;
    width:100%;
	/*padding-left:120px;
	padding-right:95px;*/
}
.title h1{
	height: 109px;
	line-height: 109px;
}
.title h1 img{
	display: inline-block;
	vertical-align: middle;
}
.title .quick_wrapper{
	padding-top:20px;
}
.title .quick_wrapper .time{
	font-size: 50px;
	/*border-right:1px solid #fff;*/
	padding-right:10px;
	margin-right:5px;
}
.title .date{
	font-size: 24px;
    line-height:40px;
}
.title .btn_back a{
	display: block;
	font-size: 38px;
	padding-right:50px;
	background: url(images/ico_back.png) right center no-repeat;
}
.content{
	padding:40px 90px;
}
.content .banner{
	width: 835px;
	height:478px;
	line-height: 478px;
	text-align: center;
	background: #130908;
	border-radius: 10px;
}
.content .banner img{
	display: inline-block;
	vertical-align: middle;
}
.index .notice{
	width: 865px;
}
.content .notice .notice_t{
	height: 75px;
	line-height: 70px;
	font-size: 36px;
	background: linear-gradient(#BE4748,#6E1E1E);
	border-radius: 10px;
	padding-left:35px;
}
.index .notice .notice_c a{
	display: block;
	background:rgba(144,38,38,0.2);
	border-radius: 10px;
	box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.2);
	font-size:24px;
	line-height: 30px;
	padding:15px;
	margin-top: 10px;
}
.index .notice .notice_c a.active{
	display: block;
	background:rgba(144,38,38,0.5);
	border-radius: 10px;
	box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.2);
	font-size:24px;
	line-height: 30px;
	padding:15px;
	margin-top: 10px;
}
.content .nav{
	width: 1750px;
	margin:0 auto;
	padding-top:40px;
	overflow: hidden;
}
.content .nav ul{
	width: 1900px;
}
.content .nav li{
	margin-right: 42px;
}
.content .nav a{
	display: block;
	width: 179px;
	height: 369px;
	background: url(images/bg_button.png) 0 0 no-repeat;
}
.content .nav .nav2 a{
	background-position: -221px 0;
}

.content .nav .nav3 a{
	background-position: -443px 0;
}

.content .nav .nav4 a{
	background-position: -664px 0;
}

.content .nav .nav5 a{
	background-position: -885px 0;
}

.content .nav .nav6 a{
	background-position: -1106px 0;
}

.content .nav .nav7 a{
	background-position: -1328px 0;
}

.content .nav .nav8 a{
	background-position: -1549px 0;
}


.content .notice_info{
	width: 1147px;
	position: relative;
}
.content .notice_info .t{
	font-size: 36px;
	text-align: center;
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
}
.content .notice_info .dd{
	text-align: center;
	font-size: 22px;
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
	margin-top: 40px;
}
.content .notice_info .txt{
	padding:30px 50px 290px;
	font-size: 24px;
	line-height: 40px;
	/*text-indent: 48px;*/
	height: 440px;
	overflow-y: scroll;
}
    .content .notice_info .txt img
    {
        max-width: 100% !important;
        height: auto!important;
        width: expression(this.width > 1000 ? "1000px" : this.width)!important;
    }
.content .notice_info .b_tl{
	background: url(images/bg_border_tl.png) 0 0 no-repeat;
	width: 143px;
	height: 143px;
	position: absolute;
	top:0;
	left:0;
}
.content .notice_info .b_tr{
	background: url(images/bg_border_tr.png) 0 0 no-repeat;
	width: 143px;
	height: 143px;
	position: absolute;
	top:0;
	right:0;
}
.content .notice_info .b_bl{
	background: url(images/bg_border_bl.png) 0 0 no-repeat;
	width: 143px;
	height: 143px;
	position: absolute;
	bottom:0;
	left:0;
}
.content .notice_info .b_br{
	background: url(images/bg_border_br.png) 0 0 no-repeat;
	width: 143px;
	height: 143px;
	position: absolute;
	bottom:0;
	right:0;
}
.index .ico_kids{
	background: url(images/ico_kids.png) 0 0 no-repeat;
	width: 149px;
	height: 211px;
	position: absolute;
	bottom:80px;
	left:0;
}
.notice-details .notice{
	width: 535px;
}


.tour-index .map{
	background: #7e1c12;
	border:2px solid #7e1c12;
	border-radius: 10px;
	position: relative;
}
.tour-index .map .ico_kids2{
	position: absolute;
	bottom: 0;
	left:0;
	z-index: 999;
}
.tour-index .map .tour_nav{
	position: absolute;
	top:30px;
	left:25px;
	background: url(images/bg_tour_nav.png) 0 0 no-repeat;
	width: 1400px;
	height: 86px;
	line-height: 86px;
	padding-left:150px;
	font-size: 22px;
	z-index: 999;
}
.tour-index .map .tour_nav li{
	margin-right:20px;
}
.tour-index .map .tour_nav a{
	background: url(images/bg_radio.png) 0 center no-repeat;
	padding-left:25px;

}
.tour-index .map .tour_nav a.active{
	background: url(images/bg_radio_active.png) 0 center no-repeat;
}
.tour-index .map .pop{
	position: absolute;
	top:50%;
	left:50%;
	background:url(images/bg_pop.png) 0 0 no-repeat;
	width: 978px;
	height: 511px;
	margin-left:-489px;
	margin-top: -255px;
	z-index: 999;
}
.tour-index .map .pop .btn_close{
	position: absolute;
	top:-21px;
	right:-31px;
}
.tour-index .map .pop .pop_t{
	width: 60px;
	height: 170px;
	overflow:hidden;
	font-size: 32px;
	margin-left:55px;
	padding-top:20px; 
}
.tour-index .map .pop .pop_c{
	width: 800px;
	height: 400px;
	overflow: auto;
	font-size: 24px;
	line-height: 40px;
	padding-top: 50px;
	padding-right:30px;
	text-indent: 48px;
	margin-top: 20px;
	margin-left: 25px;
}
.scroll::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.scroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #9B3420;
}
.scroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: none;
}
.ticket-list .ticket{
	width: 1740px;
	overflow: hidden;
	position: relative;
}
.ticket-list .ticket ul{
	width: 1900px;
}
.ticket-list .ticket li{
	width: 900px;
	margin-bottom: 50px;
}
.ticket-list .ticket .img{
	background: url(images/bg_img_border.png) 0 0 no-repeat;
	width: 355px;
	height: 180px;
	text-align: center;
	padding:20px;
}
.ticket-list .ticket .img img{
	width: 355px;
	height: 180px;
}
.ticket-list .ticket .info{
	margin-left: 35px;
}
.ticket-list .ticket .info .t{
	font-size: 36px;
    /*text-align:center;*/
}
.ticket-list .ticket .info .t span{
	color: #a14436;
	display: inline-block;
	margin-right: 40px;
}
.ticket-list .ticket .btn{
	margin-top: 25px;
}
.ticket-list .ticket .btn .d{
	display: block;
	background: url(images/bg_btn.png) 0 0 no-repeat;
	width: 223px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 30px;
}
.ticket-list .ico_kids{
	position: absolute;
	right: 0;
	bottom: 0;
}
.page{
	height: 45px;
	text-align: center;
}
.page a{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 36px;
	opacity: 0.2;
}
.page a img{
	display: inline-block;
	vertical-align: middle;
}
.page .btn_pre{
	margin-right:80px;
}
.page .btn_next{
	margin-left:80px;
}
.page .active{
	opacity: 1;
}
.ticket-index{
	position: relative;
	border-bottom: 1px solid #471610;
}
.ticket-index .ticket li{
	width: 437px;	
}
.ticket-index .ticket .img{
	background: url(images/bg_img_border2.png) 0 0 no-repeat;
	width: 375px;
	height: 436px;
	text-align: center;
	padding:20px;
}
.ticket-index .ticket .img img{
	width: 373px;
	height: 434px;
}
.ticket-index .ticket .info{
	margin-left: 0;
}
.ticket-index .ticket .info div{
	margin-top:30px;
}
.ticket-index .ticket .btn .d{
	margin:0 auto;
}
.ticket-index .ico_kids{
	width: 132px;
	left:0;
}
.ticket_index_more{
	border-top:1px solid #7c352d;
	padding: 30px 0;
}
.ticket_index_more .btn_more{
	background: url(images/ico_a_r.png) right center no-repeat;
	display: inline-block;
	padding-right:100px;
	height: 50px;
	font-size: 36px;
}

.ticket-details .tk{
	width: 854px;
	height: 332px;
	overflow: hidden;
}
.ticket-details .tk img{
	width: 854px;
	height: 332px;
}
.ticket-details .notice{
	margin-top: 35px;
}
.ticket-details .notice_c{
	padding-top: 10px;
	height: 440px;
	overflow-y: scroll;
}
.ticket-details .notice .info{
	margin-left: 10px;
	padding-left: 30px;
	border-top:1px solid #7c352d;
	border-bottom: 1px solid #471610;
	width: 455px;
	height: 145px;
}
.ticket-details .notice .info1{
	border-top: none;
}

.ticket-details .notice .info3{
	border-bottom: none;
}
.ticket-details .info .t{
	font-size: 36px;
	display: block;
	margin-top: 15px;
}
.ticket-details .info .t span{
	color: #a14436;
	display: inline-block;
	margin-right: 40px;
}

.ticket-details .ticket_info .info .t{
	font-size: 40px;
	display: block;
	margin-top: 35px;
}
.ticket-details .ticket_info .info .t span{
	color: #a14436;
	display: inline-block;
	margin-right: 40px;
}

.ticket-details .btn{
	margin-top: 50px;
}
.ticket-details .btn .d{
	display: block;
	background: url(images/bg_btn2.png) 0 0 no-repeat;
	width: 341px;
	height: 91px;
	line-height: 91px;
	text-align: center;
	font-size: 30px;
}
.ticket-details .notice_c a{
	background: url(images/ico_a_r.png) right center no-repeat
}
.ticket-details .notice_c img{
	width: 359px;
	height: 138px;
}
.ticket-details .ticket_info{
	background: url(images/bg_panel.png) 0 0 no-repeat;
	width: 784px;
	height: 815px;
	padding:30px;
}
.ticket-details .ticket_info .txt{
	font-size: 25px;
	line-height: 35px;
	text-indent: 48px;
	margin-top: 20px;
	height: 490px;
	overflow-y: scroll;
}

    .ticket-details .ticket_info .txt img
    {
        max-width: 100% !important;
        height: auto!important;
        width: expression(this.width > 750 ? "750px" : this.width)!important;
    }

.news-list .notice{
	width: 1740px;
}
.news-list{
	position: relative;
}
.news-list .notice li{
	background: url(images/ico_point.png) 20px center no-repeat;
}
.news-list .notice .notice_c a{
	padding-left:50px;
}
.news-list .notice .notice_c a.active{
	padding-left:50px;
}

.qinhuaizhilv-index{
	position: relative;
	border-bottom: 1px solid #471610;
}
.qinhuaizhilv-index .ticket li{
	width: 560px;	
}
.qinhuaizhilv-index .ticket .img{
	background: url(images/bg_img_border3.png) 0 0 no-repeat;
	width: 520px;
	height: 375px;
	text-align: center;
	padding:20px;
}
.qinhuaizhilv-index .ticket .img img{
	width: 520px;
	height: 373px;
}
.qinhuaizhilv-index .ticket .info{
	margin-left: 0;
}
.qinhuaizhilv-index .ticket .info div{
	margin-top:30px;
}
.qinhuaizhilv-index .ticket .btn .d{
	margin:0 auto;
}
.qinhuaizhilv-index .ico_kids{
	width: 132px;
	left:0;
}

.ticket-index .ticket .imgforbaozhi{
	background: url(images/bg_img_border3.png) 0 0 no-repeat;
	width: 400px;
	height: 590px;
	text-align: center;
	padding:20px 0;
}
.ticket-index .ticket .imgforbaozhi img{
	width: 361px;
	height: 547px;
}
