*{padding:0;margin:0;font-size:14px;}
h2{font-size: 16px;}
ul{list-style:none;}
img{border:0;margin:0;padding:0;}
a{color: #4e4e4f;text-decoration: none;}
a:hover{text-decoration: none; color: #4e4e4f;}
a:active{color: #4e4e4f;}
.clear{clear:both;}

html, body{
	background-color: #ebf2f0;
	font-size: 14px;
	color: #777;
	line-height: 1.5;
	font-family: "微软雅黑";
	max-width: 640px;
	margin: 0 auto;
}

/* 幻灯样式 */
.bg{
	background: #465461;
}

.am-slider img{
	height: 170px;
}

.slide{
	height: 170px; 
	overflow: hidden;
	position:relative; 
	margin: auto; 
	border-top: solid 1px #35b543;
	padding-top: 5px;
	padding-bottom: 9px;
}

.slide ul{
	position: absolute; 
	overflow: hidden;
	width: 100%;
}
.slide ul li {
    float: left;
    list-style: none outside none;
    top: 2px;
    width: 340px;
}
.slide-number-bar {
	height: 15px;
    position: absolute;
    bottom: 0px;
    margin-left: 45%;
}
.slide-number-bar span.cus, .slide-number-bar span.cur {
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0 3px;
    width: 10px;
}
.slide-number-bar span.cur {
    background: url("../img/point_1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.slide-number-bar span.cus {
    background: url("../img/point_1.png") no-repeat scroll -18px 0 rgba(0, 0, 0, 0);
}

.page-wrap{
	width: 100%; 
	margin-top: 10px;
	border-top: 1px solid #ccc;clear: both;
}
.page{
	padding: 5px 0;
	text-align: center;
}


.share {
	width: 100%;
	display: none;
}

.share .overcast {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9998;
	background: #000;
	filter: alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.share .window {
	padding-left: 10%;
	text-align: center;
}

.share .menutip-body {
	top: 190px;
	width: 80%;
	position: absolute;
	z-index: 9999;
	background-color: #fcfcfc;
	border-radius: 4px
}

.share .title {
	line-height: 50px;
	font-size: 25px;
	letter-spacing: 3px;
}

.share .text {
	line-height: 40px;
	margin-bottom: 15px;
}

.share .text a {
	border: solid 1px #35b543;
	font-size: 20px;
	border-radius: 4px;
	padding: 5px 20px 5px 20px;
}

.share .text a:hover {
	color: white;
	background-color: green;
}

.lv-search-bar.no_head {
	padding-top: 10px
}

.lv-search-bar {
	background: url("../img/ticket/s_3.png") #465461 no-repeat left top;
	border-top: solid 1px #35b544;
	padding: 0 10px 10px;
	position: relative;
	height: 35px;
}

.lv-search {
	background: #fff;
	height: 35px;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 1px 1px #cfcfcf inset
}

.lv-search-submit {
	color: #666;
	line-height: 32px;
	text-align: center;
	width: 33px;
	height: 35px;
	display: block;
	float: right;
	font-size: 19px
}

.lv-search-input {
	overflow: hidden;
	position: relative
}

.lv-search-input .input,.lv-search-input input {
	width: 100%;
	border: 0;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	background: 0 0;
	padding: 9px 0 8px
}

.lv-search-input input,.lv-search-input input:disabled {
	color: rgba(0,0,0,1)
}

