﻿/*单级菜单*/
.menu-one {
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #ddd;
	border-buttom: 1px solid #ddd;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.menu-one li {
	height: 45px;
	line-height: 45px;
}

.menu-one li span {
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	height: 45px;
}

.menu-one li a {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	color: #333;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	text-shadow: none;
	padding: 0 0 0 30px;
	margin: 0px;
	text-decoration: none;
}

.menu-one>.active>a:focus {
	background-color: #0070e3;
	color: #fff;
	text-shadow: none;
}

.menu-second {
	margin-bottom: 0;
	border: 0;
}

.menu-second>.active>a:focus {
	background-color: #0070e3;
	color: #fff;
	text-shadow: none;
}

/*单菜单鼠标划过样式*/
.menu-one li:hover {
	text-decoration: none;
	background-image: none;
	background-color: #f4f5f9;
	color: #333;
	text-shadow: inherit;
}
/*单级菜单选中状态*/

.top-nav {
	background-color: #f6f6f6;
	height: 80px;
	border-bottom: 1px solid #ddd;
}

.logo-top {
	overflow: hidden;
}

.logo-top img {
	display: block;
	padding: 25px 0;
	float: left;
}

.border-con {
	border: 1px #E4E1E1 solid;
	margin-top: 20px;
	padding: 20px;
}

.demo-title {
	margin: 20px auto;
}

.menulist {
	border-left: 5px #0070e3 solid;
}

.padding_l10 {
	padding-left: 10px;
}

.margin_t10 {
	margin-top: 10px;
}

.margin_l0 {
	margin-bottom: 0;
}

.title {
	width: 250px;
	font-size: 14px;
}

.control-group {
	position: static;
	vertical-align: middle;
}

.selectlength {
	width: 220px;
}

.btn-box {
	width: 230px;
	height: 40px;
	background-color: #5d5d5d;
	border-style: none;
	color: #fff;
	font-size: 16px;
	outline: none;
	cursor: pointer;
}

.text-size {
	width: 90%;
}

.height150 {
	height: 150px;
}

.height60 {
	height: 60px;
}

.height120 {
	height: 120px;
}

.height200 {
	height: 200px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.font_14 {
	font-size: 14px;
}

.color_blue {
	color: #0070E3;
}

.headTips {
	display: block;
	margin: 10px;
	font-weight: normal;
	font-size: 16px;
}

.copyright {
	text-align: center;
	font-size: 14px;
	line-height: 80px;
	color: #999;
}

@media ( min-width : 1200px) {
	.control-group .fieldMeans {
		display: inline-block;
		width: 35%;
		line-height: 15px;
		margin-bottom: 0;
	}
}

@media ( max-width : 981px) {
	.control-group input {
		display: block;
	}
	.control-group select {
		display: block;
	}
	.control-group .fieldMeans {
		display: block;
		width: 90%;
	}
}

@media ( max-width : 767px) {
	.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top {
		margin-right: 0;
		margin-left: 0;
	}
}

@media ( max-width : 480px) {
	.control-group input {
		width: 90%;
	}
	.control-group select {
		width: 90%;
	}
	.control-group span {
		width: 90%;
	}
}