body,dl,dt,dd,p,th,td,h1,h2,h3,h4,h5,h6,ol,ul,li,form,button,input,select,label,textarea{
	margin:0;
	padding:0;
}


body,a,input,button,textarea,select{
	color:#333;
}

body{
	background:#f7f7f7;
}

a{
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	text-decoration:underline;
}

i{
	font-style:normal;
}

img{
	border:0;
}

h2{
	font-size:20px;
	height:40px;
	line-height:40px;
}

h3{
	font-size:18px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	clear:both;
	position:relative;
}

h4{
	font-size:16px;
	height:32px;
	line-height:32px;
}

table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

table th{
	text-align:left;
}

input,select,button,textarea,label{
	vertical-align:middle;
	outline:0;
}

button,.Btn{
	border:0;
	background-color:#d9261f;
	width:120px;
	height:32px;
	line-height:32px;
	color:#fff;
	border-radius:2px;
	cursor:pointer;
	text-align:center;
	display:inline-block;
}

button:active,.Btn:active{
	background-color:#d9261f;
}

button:hover,.Btn:hover{
	background-color:#d9261f;
	text-decoration:none;
}

button[disabled],.Btn[disabled]{
	background-color:#d9261f;
	cursor:default;
	color:#fff;
	border:0;
}

.Checkbox,.Radio{
	display:inline-block;
	height:16px;
	line-height:16px;
	background:url(bg/bg2.png) no-repeat -347px -266px;
	cursor:pointer;
	overflow:hidden;
}

.Checkbox input[type=checkbox],.Radio input[type=radio]{
	visibility:hidden;
	width:20px;
	vertical-align:top;
	background:red;
}

.Checkbox:hover{
	background-position:-347px -283px;
}

.Checkbox.checked{
	background-position:-347px -300px;
}

.Radio{
	background-position:-347px -317px;
}

.Radio:hover{
	background-position:-347px -333px;
}

.Radio.checked{
	background-position:-347px -349px;
}

select{
	height:30px;
	border:1px solid #ccc;
	border-radius:2px;
	width:80px;
	background:#fff;
	line-height:30px;
	*margin-top:4px;
	padding:4px;
}

textarea,input[type=text],input[type=tel],input[type=password]{
	color:#999;
	width:238px;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	padding:5px 6px;
	background-color:#fff;
	border-radius:2px;
}

textarea{
	height:90px;
}

textarea:hover,input:hover,select:hover{
	border-color:#686e71;
}

textarea:focus,input:focus,select:focus{
	border-color:#686e71;
	background-color:#f5f5f5;
	color:#333;
}

textarea[readonly],input[readonly],select[readonly]{
	border-color:#ccc;
	background-color:#f5f5f5;
	color:#999;
}

textarea{
	resize:none;
	height:60px;
}

.Fl,.Fr{
	display:inline;
}

.Fl{
	float:left;
}

.Fr{
	float:right;
}

.Cb{
	clear:both;
}

.Tc{
	text-align:center;
}

.Tr{
	text-align:right;
}

.Rr{
	color:#e84a01;
}

.Ib{
	display:inline-block;
}

.Bs{
	border:1px solid #ddd;
}

.Oh{
	overflow:hidden;
}

.Sb{
	display:inline-block;
	background:#fff;
	border:1px solid #ccc;
	text-align:center;
	border-radius:2px;
	padding:0 14px;
	cursor:pointer;
	height:30px;
	line-height:30px;
	color:#333;
}

.Sb:hover{
	text-decoration:none;
	border-color:#999;
	background:#fff;
}

.Sb[disabled]{
	background:#d3d5d9;
}

h3 .Sb{
	font-size:14px;
	font-weight:normal;
	height:32px;
	line-height:32px;
	position:absolute;
	top:14px;
	right:0;
	padding:0 20px;
}

.Dn,.hide{
	display:none;
}

.Pa{
	position:absolute;
}

.Sw{
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}

.Gray{
	color:#999;
}

#Top dl,.Rw,#Filter{
	margin:0 auto;
	width:960px;
	clear:both;
	position:relative;
}

.clearfix:before,.clearfix:after{
	content:"";
	display:table;
	border-collapse:collapse;
}

.clearfix:after{
	clear:both;
}

.clearfix{
	min-height:0;
}

#Top,#Top a{
	color:#eee;
}

#Top{
	line-height:44px;
	height:44px;
	background-color:#2f3133;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	position:relative;
	z-index:997;
}

#Top a:hover,#Top .act{
	background-color:#000;
	text-decoration:none;
}

#Top dt{
	float:left;
}

#Top dt .logo{
	float:left;
	background:url(bg/bg.png);
	width:125px;
	height:41px;
	margin:3px 8px 0 0;
	padding:0;
	text-indent:-999cm;
}

#Top dt p{
	float:left;
	position:relative;
}

#Top dt p a{
	display:block;
	height:100%;
	padding:0 15px;
	position:relative;
}

#Top dt p a i{
	border:5px solid;
	border-color:#eee #2f3133 #2f3133;
	font-size:0;
	margin-left:8px;
	width:0;
	height:0;
	line-height:0;
	position:absolute;
	-webkit-transition:-webkit-transform .20s ease-in;
	transition:transform .2 ease-in;
	right:20px;
	top:20px;
}

#Top dt p:hover a i{
	border-color:#eee #2f3133 #2f3133;
	-webkit-transform:rotate(180deg);
	-webkit-transform-origin:50% 30%;
	transform:rotate(180deg);
	transform-origin:50% 30%;
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	top:19px;
	top:15px\9;
	*top:16px;
}

#Top dt p a:hover i{
	border-color:#eee #000 #000;
}

#Top dt p b,#Nav .Fr li b{
	border:1px solid #eee;
	position:absolute;
	width:100%;
	background:#fff;
	display:none;
	left:0;
	z-index:980;
	border-radius:2px;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
	top:44px;
}

#Top dt p b a{
	color:#666;
	height:32px;
	line-height:32px;
	padding:0 0 0 12px;
	font-weight:normal;
}

#Top dt p b a:hover{
	background:#f5f5f5;
	color:#e84a01;
}

#Top dt p b i,#Nav li b i{
	width:100%;
	height:6px;
	position:absolute;
	top:-6px;
	left:0;
	background:url(bg/bg.png) no-repeat center -427px;
}

#Top dt p:hover b{
	display:block;
}

#Top dt .menu>a{
	padding-right:40px;
}

#Top .city{
	margin:0 18px;
}

#Top #Province{
	background:#5a5a5a;
	height:24px;
	line-height:24px;
	padding:0 24px 0 12px;
	font-size:14px;
	border-radius:2px;
	margin:10px 0;
}

#Top #Province i{
	border-width:4px;
	right:10px;
	top:11px;
	border-color:#eee #5a5a5a #5a5a5a;
}

#Top dt .city b a{
	padding:0 0 0 18px;
	color:#666;
	height:32px;
	line-height:32px;
}

#Top dd{
	float:right;
}

#Top dd a{
	padding:0 15px;
	float:left;
	height:44px;
	line-height:44px;
}

#Top .iconfont{
	font-size:18px;
	vertical-align:baseline;
}

#Nav{
	height:72px;
	position:relative;
	z-index:970;
	background:#fff;
}

#Nav .Rw #Search{
	position:relative;
	float:left;
	padding-top:20px;
}

#Nav .Rw #Search input[type=text]{
	width:286px;
	border-radius:2px 0 0 2px;
	border-right:0;
	float:left;
}

#Nav .Rw #Search button{
	float:left;
	width:80px;
	border-radius:0 2px 2px 0;
	background-image:url(../img/bg.png);
	background-repeat:no-repeat;
	background-position:32px -850px;
}

#Search .Pa{
	display:none;
	top:60px;
	left:0;
	width:378px;
	background:#fff;
	border:1px solid #686e71;
	border-radius:2px;
	z-index:971;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}

#Search .Pa a{
	height:32px;
	line-height:32px;
	display:block;
	padding:0 6px;
	text-decoration:none;
	overflow:hidden;
}

#Search .Pa .act,#Search .Pa a:hover{
	background:#f5f5f5;
}

#Search .Pa a span{
	white-space:nowrap;
}

#Search .Pa .act span{
	font-weight:bold;
}

#Search .Pa a i{
	color:#ccc;
	padding-left:8px;
}

.Foot{
	background:#232424;
	color:#999;
	text-align:center;
	padding:18px 0;
	clear:both;
	visibility:hidden;
	bottom:0;
	left:0;
	width:100%;
}

.Foot a{
	color:#999;
}

.Foot a:hover{
	text-decoration:none;
	color:#eee;
}

.Foot .bd{
	margin:10px 0 15px;
}

.Foot .bd{
	border-bottom:1px solid #444;
	height:1px;
}

.Foot dl{
	height:128px;
	padding-top:16px;
}

.Foot .Rw dt{
	float:left;
	margin-left:51px;
	text-align:left;
	line-height:24px;
}

.Foot .Rw dd{
	float:left;
	width:350px;
	text-align:left;
	padding-left:20px;
}

.Foot .Rw dd p{
	margin:0 0 12px;
}

.Foot .logo{
	background:url(bg/bg.png) no-repeat 0 -1148px;
	width:92px;
	height:92px;
}

.Foot .tel{
	height:16px;
}

.Foot .tel i{
	color:#fff;
	padding-right:5px;
}

.Foot .iconfont{
	font-size:44px;
}

.Foot .iconfont:hover{
	color:#f16d2f;
	cursor:pointer;
}

.Foot .qq{
	font-size:32px;
}

.Foot .wx{
	position:relative;
}

.Foot .wx b{
	position:absolute;
	width:226px;
	height:230px;
	background:url(bg/bg2.png) -137px 0;
	top:-230px;
	left:-101px;
	cursor:default;
	display:none;
}

.Foot .wx:hover b{
	display:block;
}

.Foot .down{
	background:#2f2f2f;
	width:178px;
	height:48px;
	display:inline-block;
	line-height:48px;
	border-radius:3px;
	margin-right:15px;
	text-indent:14px;
	color:#a8a8a8;
}

.Foot .down .iconfont{
	color:#e3e3e3;
}

.Foot .down .android{
	font-size:36px;
}

.Foot .down:hover{
	background:#3c3c3c;
	color:#9c9c9c;
}

.Mask{
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#000;
	opacity:.3;
	filter:alpha(opacity=30);
	cursor:default;
	position:fixed;
	z-index:998;
	display:none;
}

.Pop{
	display:none;
	background:#fff;
	position:fixed;
	top:-999cm;
	left:-999cm;
	min-width:360px;
	*width:360px;
	min-height:180px;
	z-index:999;
	border-radius:2px;
	overflow:hidden;
	box-shadow:0 1px 5px rgba(0,0,0,0.3);
}

.Pop .Close{
	position:absolute;
	top:6px;
	right:6px;
}

.Pop h3{
	height:40px;
	line-height:40px;
	background:#f5f5f5;
	text-indent:20px;
}

.Pop .content{
	font-size:16px;
	padding:20px;
	line-height:28px;
}

.Pop .content button{
	display:block;
	margin:20px 0 0 auto;
}

.Pop .content label{
	display:block;
	margin:12px auto 16px 0;
	font-size:14px;
}

.Close{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	background:url(bg/bg.png) 5px -471px no-repeat;
	cursor:pointer;
	text-indent:-999cm;
}

.Close:hover{
	background-position:-40px -471px;
}

.Alert{
	width:360px;
}

.Alert .des{
	font-size:20px;
	margin:50px;
	line-height:30px;
}

.Alert .war{
	display:inline-block;
	width:34px;
	height:30px;
	background:url(bg/bg.png) -91px -471px;
	vertical-align:top;
	margin-right:12px;
}

.Alert .end{
	height:45px;
	background:#e9eaeb;
	width:100%;
	text-align:right;
	padding-top:15px;
}

.Alert .end .Btn{
	margin:0 14px;
	vertical-align:middle;
}

.Alert .end .Sb{
	padding:0;
	width:120px;
	vertical-align:middle;
}

#Login{
	width:420px;
}

#Login h3{
	font-size:24px;
	height:72px;
	line-height:72px;
	color:#fff;
	text-align:center;
	background:#e84a01;
}

#Login .Close{
	background-position:-106px -179px;
}

#Login .Close:hover{
	background-position:-73px -165px;
}

#Login ul{
	padding:14px 30px 20px;
	list-style:none;
}

#Login li{
	margin-top:10px;
}

#Login li .Ib{
	width:60px;
}

#Login li input[type=tel],#Login li input[type=text]{
	width:168px;
}

#Login li button{
	width:108px;
	margin-left:10px;
}

#Login .Rr,#Login .sbt{
	margin:0 0 0 60px;
}

#Login .Rr{
	height:18px;
	line-height:14px;
	margin-top:6px;
}

#Login .sbt label{
	color:#999;
}

#Login .sbt button{
	margin:6px 0 0;
	width:182px;
}

.Null{
	border:1px dashed #ddd;
	margin-bottom:30px;
	text-align:center;
	padding:26px 0;
	color:#999;
}

.Null h4{
	background:url(bg/bg.png) no-repeat center -310px;
	margin:28px 0 8px;
	color:#333;
	padding-top:90px;
	font-size:18px;
	font-weight:bold;
}

.Null .yk{
	background-position:center -538px;
}

.Null button{
	display:block;
	margin:20px auto 0;
	width:240px;
}

#Nav .Fr{
	list-style:none;
	padding-top:13px;
	height:60px;
}

#Nav .Fr li{
	float:left;
	width:44px;
	height:44px;
	background:url(bg/bg2.png) 0 -187px;
	margin-right:10px;
	position:relative;
}

#Nav .Fr li a{
	display:block;
	height:43px;
	background:url(bg/bg.png) no-repeat -48px -72px;
	text-decoration:none;
}

#Nav .Fr li a:hover{
	background-position:-48px -106px;
}

#Nav .Fr li b{
	width:72px;
	font-weight:normal;
	text-align:center;
	top:46px;
	left:-13px;
	padding:2px 0;
	cursor:default;
}

#Nav .Fr li:hover b{
	display:block;
}

#Nav #Showings{
	background-position:-17px -72px;
}

#Nav #Showings:hover{
	background-position:-17px -106px;
}

#Nav #Itinerary{
	background-position:14px -73px;
	text-decoration:none;
}

#Nav #Itinerary:hover{
	background-position:14px -106px;
}

#Nav #Showings i,#Nav #Itinerary i{
	width:20px;
	height:20px;
	line-height:19px;
	text-align:center;
	color:#fff;
	background:url(bg/bg2.png) -45px -187px;
	position:absolute;
	top:-4px;
	right:-4px;
}

#Nav #Showings .i1,#Nav #Itinerary .i1{
	width:28px;
	background-position:-66px -187px;
	right:-9px;
}

.tipDiv{
	position:relative;
}

.colTip{
	position:absolute;
	border:1px solid #eee;
	color:#33302f;
	background:#fff;
	width:60px;
	left:0;
	height:25px;
	line-height:25px;
	text-align:center;
	top:-32px;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}

.colTip .arrow{
	position:absolute;
	width:100%;
	height:8px;
	position:absolute;
	top:25px;
	left:0;
	background:url(bg/bg2.png) no-repeat center -1150px;
}

.colTip span{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	font-size:14px;
}

.qxsc{
	width:90px;
	left:-15px;
}

@font-face{
	font-family:"iconfont";
	src:url('fonts/iconfont.eot');
	src:url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont{
	vertical-align:middle;
	font-family:"iconfont"!important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-webkit-text-stroke-width:.2px;
	-moz-osx-font-smoothing:grayscale;
}

.iconGray{
	color:#d0d0d0;
}

.iconHighGray{
	color:#9b9b9b;
}

.iconRed{
	color:#e84a01;
}
