body {
	padding-top: 60px;
	padding-bottom: 0px;
	font-family: 微软雅黑, "Microsoft YaHei";
	background-color: #fff;
}

@media ( max-width : 767px) {
	body {
		padding-top: 100px;
	}
}

.carousel-caption h1:first-child {
	animation-delay: 0.5s;
}

.carousel-caption h2 {
	animation-delay: 1s;
}

.carousel-caption p {
	animation-delay: 1.5s;
}

.paddingb40 {
	text-align: center;
	padding-top: 10px;
}

.expertname {
	text-align: center;
	width: 180px;
	height: 30px;
	line-height: 30px;
	background-color: #5c5c5c;
	float: left;
	color: #fff;
}

.expertname a {
	color: #fff;
}

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

.expertwy {
	float: left;
	margin: 0;
}

.expertwy>li {
	float: left;
	width: 110px;
	height: 30px;
	line-height: 30px;
}

.expertzz {
	float: left;
	margin: 0;
}

.expertzz>li {
	float: left;
	width: 400px;
	height: 30px;
	line-height: 30px;
}

.nav-sidebar {
	background-color: #eee;
}

.nav-sidebar>li>a:hover {
	background-color: #ccc;
}

.ticket {
	padding-left: 15px;
	padding-right: 15px;
}

.ticket_main {
	width: 100%;
}

.ticket_main>.ticket_img {
	width: 100%;
}

.ticket_main>.ticket_img>img {
	width: 100%;
	height: 100%;
}

.ticket_main>.ticket_name {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}

.ticket_main>.ticket_content {
	width: 100%;
	line-height: 30px;
}

.ticket_main>.ticket_buy {
	width: 100%;
	text-align: right;
}