@import '../../font/iconfont.css';
@import '../../font_pay/iconfont.css';
html,
body {
	font-family: "Microsoft YaHei";
}
a {
	color: #222;
	text-decoration: none !important;
}
a:hover,
a:active {
	text-decoration: none;
}
.navbar-default {
	border: none;
	background-color: #d5430a;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-nav {
	margin: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: rgba(255, 255, 255, 0.3);
}
.page-header {
	margin-bottom: 15px;
}
.thumbnail {
	border: 0;
}
.navbar-default {
	background-image: -webkit-linear-gradient(top, #fff 0, #d5430a 100%);
	background-image: -o-linear-gradient(top, #fff 0, #d5430a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d5430a), to(#d5430a));
	background-image: linear-gradient(to bottom, #d5430a 0, #d5430a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#ffffffff',
			endColorstr='#fff8f8f8',
			GradientType=0
		);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #fff;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
small {
	margin-left: 10px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	/* border: none; */
}
.thumbnail .caption h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kuaijie {
	width: 100%;
	height: 300px;
	position: relative;
	display: block;
}
.kuaijie .box-kjimg {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
}

.kuaijie .kuaijie-t {
	position: absolute;
	width: 100%;
	display: block;
	line-height: 40px;
	bottom: 0;
	background-color: rgba(252, 185, 0, 0.8);
	padding: 0 10px;
	color: #fff;
	font-size: 16px;
}
.kuaijie a:hover .kuaijie-t {
	background-color: #d5430a;
}
@media (max-width: 767px) {
	.smlogo {
		width: 70%;
		float: left;
		padding: 3px;
	}
	.smlogo img {
		max-width: 30%;
	}
	.smtxtch {
		font-size: 14px;
		text-align: left;
	}
	.smtxten {
		font-size: 10px;
	}
	.nav {
		width: 100%;
	}
	.l {
		width: 100%;
	}
	.r {
		width: 100%;
	}

	.yudingboxlist {
		border-bottom: 1px solid #ddd;
		text-align: left;
		margin: 5px;
		padding: 5px;
		font-size: 12px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1359px) {
	.l {
		width: 100%;
	}
	.r {
		width: 100%;
	}

	.yudingboxlist {
		border-bottom: 1px solid #ddd;
		text-align: center;
		margin: 5px;
		padding: 5px;
		font-size: 12px;
	}
}
@media (min-width: 1360px) {
	.smtxtch {
		font-weight: bold;
	}
	.smtxten {
		font-size: 10px;
		color: #f27f20;
	}

	.menu-w {
		text-align: center;
		font-size: 16px;
		width: 155px;
	}
	.l {
		width: 685px;
		float: left;
	}

	.r {
		width: 445px;
		float: right;
	}

	.yudingboxlist {
		border-bottom: 1px solid #ddd;
		text-align: center;
		margin: 5px;
		padding: 5px;
		font-size: 12px;
	}
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	border-left: 1px solid #b93909;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #aa3509;
}

.yudingbox {
	border: 1px solid #ddd;
	text-align: center;
	margin: 0px;
	padding: 5px;
	background: #f0f0f0;
}

.yudingboxlist-height {
	height: 50px;
	line-height: 50px;
}
.media {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.media-body {
	font-size: 12px;
	color: #aaa;
}
.media-heading {
	color: #222;
}
.yugaotime {
	margin: 0;
	text-align: center;
}
.yugao-style1 {
	background: #ddd;
	padding: 4px 5px;
}
.yugao-style2 {
	background: #fab23d;
	color: #fff;
	padding: 2px 5px;
}
.list-group-item-heading {
	font-size: 16px;
}
.list-group-item-text {
	font-size: 12px;
	color: #aaa;
}
.list-group {
	margin-bottom: 0;
}

#allmap {
	width: 100%;
	height: 260px;
}
.yq-link {
	margin-right: 10px;
	margin-bottom: 25px;
	color: #222;
}
.footmenu {
	line-height: 40px;
	background-color: #d5430a;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}

.footmenu a {
	color: #fff;
}
.footer {
	background-color: #222;
	color: #ddd;
	padding: 20px 0;
}
.media-style {
	border: none;
}
.media-style .ys {
	color: #8c8c8c;
}
.Copyright {
	text-align: center;
	color: #555;
	border-top: 1px solid #333;
	padding-top: 10px;
	font-size: 12px;
}

.t_footer {
	background-color: #eee;
	color: #ddd;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}
.t_Copyright {
	text-align: center;
	color: #555;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 12px;
}

.link {
	color: #222;
}
.link a {
	color: #222;
	margin: 0 auto;
}

.jdimg-box {
	padding: 30px;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
	text-align: center;
}
.jdimg {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center center;
	/* padding: 10px; */
	overflow: hidden;
}
.jdimg img {
	width: 100%;
	height: auto;
}
.txtmore {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pageper a {
	border: 1px solid #f0f0f0;
	padding: 3px 8px;
}
.pageper b {
	border: 1px solid #d5430a;
	background-color: #d5430a;
	color: #fff;
	padding: 3px 8px;
}
.newtext {
	line-height: 30px;
}
.newtext img {
	max-width: 100%;
	height: auto;
}
.box-zhydimg {
	width: 100%;
	height: 180px;
	border: 1px solid #f0f0f0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}
.box-zhydtitle {
	background-color: #f0f0f0;
	padding: 10px;
	border: 1px solid #f0f0f0;
}
.box-zhydtitle a {
	color: #000 !important;
}
.box-zhydtitle a:hover {
	color: #d5430a !important;
}
.box-kh {
	padding: 0;
	margin: 0;
}
.box-kh li {
	list-style: none;
	margin-bottom: 15px;
}
.box-khimg {
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-size: 70%;
	background-position: center;
	border: 1px solid #f0f0f0;
}
.paysm {
	position: fixed;
	bottom: 0;
	background-color: #fff;
	/* padding: 15px 0; */
	left: 0;
	width: 100%;
	border-top: 2px solid #ccc;
}
.paybtn {
	width: 100%;
	float: right;
	padding: 15px 0;
	background-color: #b93909;
	color: #fff;
	text-align: center;
}
