body {
	background-color: #575757;
}

.Li-titleBar {
	overflow: hidden;
}

.Li-titleBar>a {
	height: 40px;
	float: right;
}

.Li-navBar {
	display: block;
	overflow: hidden;
	padding: 10px;
	background-color: #141414;
}

.Li-navBar>.Li-nav-item {
	height: 80px;
	float: left;
	overflow: hidden;
}

.Li-navBar>.Li-nav-item>.Li-nav-item-child {
	float: left;
	width: 15%;
	min-width: 120px;
}

.Li-navBar>.Li-nav-item:first-child {
	width: 20%;
	height: 80px;
}

.Li-navBar img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.Li-navBar>.Li-nav-item>.Li-nav-item-child>p {
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	line-height: 80px;
	padding: 0px 6px;
}

.Li-nav-item-collapse {
	display: none;
}

.Li-navBar>.Li-nav-item-expand {
	padding: 0 0 0 30px;
	width: 80%;
}

@media only screen and (max-width: 1000px) {
	.Li-navBar>.Li-nav-item-expand {
		width: 65%;
	}

	.Li-navBar>.Li-nav-item>.Li-nav-item-child>p {
		line-height: 40px;
		text-align: left;
	}

	.Li-navBar>.Li-nav-item>.Li-nav-item-child {
		height: 40px;
	}
}

@media only screen and (max-width: 650px) {
	.Li-navBar>.Li-nav-item-expand {
		display: none;
	}
}

.Li-img img {
	width: 100%;
	height: auto;
}

.Li-desc {
	padding: 15px;
	text-align: center;
	color: white;
}

.Li-inline-footer {
	display: block;
	background-color: #141414;
	overflow: hidden;
	padding: 30px 10px;
}

.Li-block-footer {
	display: none;
	background-color: #000000;
}

.Li-row {
	overflow: hidden;
}

.Li-row>.Li-col-4 {
	min-height: 80px;
	float: left;
	width: 25%;
}

.Li-col-4>div {
	padding: 10px 6px;
}

.Li-row>.Li-col-2 {
	min-height: 80px;
	float: left;
	width: 50%;
	padding: 10px 6px;
}

.Li-font-white {
	color: white;
}

.Li-font-bold {
	font-weight: bold;
}

.Li-col-head {
	font-size: 16px;
	text-decoration: none;
	padding: 10px 0;
}

.Li-line {
	height: 2px;
	width: 100%;
	background-color: #EEEEEE;
}

a:link {
	color: #FFFFFF;
}

/* 未访问的链接 */
a:visited {
	color: #FFFFFF;
}

/* 已访问的链接 */
a:hover {
	color: #DDDDDD;
}

/* 鼠标划过链接 */
a:active {
	color: #AAAAAA;
}

/* 已选中的链接 */
.Li-link-button {
	text-align: center;
	line-height: 40px;
	padding: 0 20px;
}

.Li-link-button:link {
	background-color: none;
}

.Li-link-button:visited {
	background-color: #DFDFDF;
}

.Li-link-button:hover {
	background-color: #8A8A8A;
}

.Li-link-button:active {
	background-color: #8A8A8A;
}

.Li-descriptionBox {
	height: 300px;
	padding: 0 20px;
}

.Li-descriptionBox>.Li-descriptionBox-title {
	height: 10%;
}

.Li-descriptionBox>.Li-descriptionBox-desc {
	height: 200px;
}

.Li-descriptionBox>.Li-descriptionBox-more-button {
	height: 10%;
	padding: 10px 10px;
	background-color: #C3740F;
}

.Li-vertical-nav {
	overflow: hidden;
}

.Li-vertical-nav-left {
	min-height: 400px;
	width: 20%;
	float: left;
	padding: 10px;
}

.Li-vertical-nav-right {
	width: 80%;
	float: left;
}

.Li-hide {
	visibility: hidden;
}

.Li-gone {
	display: none;
}

.Li-fill-height {
	height: 100%;
}

textarea {
	width: 100%;
	height: 160px;
	resize: none;
	border-radius: 5px;
	border: 1px solid #e5dfdf;
	white-space: pre-line;
}

input {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #e5dfdf;
}

.carousel-control {
	width: 8%;
	padding: 0px 40px;
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}

.Li-close {
	width: 20px;
	height: 20px;
	color: #5d5d5d;
	text-align: center;
	line-height: 20px;
	border: 1px solid #5d5d5d;
	border-radius: 50%;
	float: right;
	padding-top: 0px;
	margin-right: 10px;
	font-size: 12px;
}

.Li-close:hover {
	cursor: pointer;
	color: #f88020;
	border: 1px solid #f88020;
}

a .Li-close {
	color: #dddddd;
	border: 1px solid #dddddd;
	margin-right: 0px;
}

a .Li-close:hover {
	cursor: pointer;
	color: #f88020;
	border: 1px solid #f88020;
}

.Li-close-white {
	width: 20px;
	height: 20px;
	color: #dddddd;
	text-align: center;
	line-height: 20px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	float: right;
	padding-top: 0px;
	margin-right: 10px;
	font-size: 12px;
}

.Li-close-white:hover {
	cursor: pointer;
	color: #f88020;
	border: 1px solid #f88020;
}

.Li-button {
	border: 2px solid #f88020;
	height: auto;
	background-color: white;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #e5dfdf;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Li-button:hover {
	background-color: #f88020;
	color: white;
}

.Li-button2 {
	border: 2px solid #f88020;
	height: auto;
	background-color: white;
	width: 200px;
	border-radius: 5px;
	border: 1px solid #e5dfdf;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Li-button2:hover {
	background-color: #f88020;
	color: white;
}

.Li-edit-img {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Li-edit-text {
	width: 100%;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Li-text-name {
	width: 100px;
	text-align: right;
	color: black;
}

.Li-center-text {
	max-width: 600px;
	min-height: 600px;
	margin: 0 auto 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
}

.Li-alertDialog-content {
	width: 400px; 
	margin-top: 300px;
}

.Li-alertDialog-title {
	margin-top: 20px;
}

.Li-alertDialog-message {
	margin-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
}

