a {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}


/*左侧栏*/

.show_list_nav ul li {
	height: auto;
}

.show_list_nav .channel_nav_a {
	height: 40px;
}

.show_list_nav .fa-sort-down:before {
	position: relative;
	top: -4px;
}

.show_list_nav .fa-sort-up:before {
	position: relative;
	top: 4px;
}

.son_nav {
	display: none;
	clear: both;
	padding: 0 20px 10px;
}

.son_nav_limit {
	padding: 10px 0;
	border-left: 1px solid #ccc;
}

.sn_tit {
	position: relative;
	left: -7px;
	color: #555;
	line-height: 21px;
	margin: 10px 0;
	padding: 0 0 0 20px;
	display: block;
}

.sn_tit:before {
	content: "\f192";
	color: #337ab7;
	background: #fff;
	position: absolute;
	left: 0;
}

.sn_tit:hover,
.sn_tit:active {
	color: #6d8dd5;
	cursor: pointer;
}

.sn_tit font {
	font-size: 12px;
	color: #999;
}


/*搜索框*/

.sl_search input[type="text"],
.sl_search input[type="password"],
.sl_search select {
	box-sizing: border-box;
	font-size: 13px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px 10px;
}

.sl_search input[type="text"]:focus,
.sl_search input[type="password"]:focus,
.sl_search select:focus {
	background: #fff;
	border: 1px solid #fe980b;
}

.sl_search_text {
	position: relative;
	text-align: right;
	height: 31px;
	overflow: hidden;
}

.sl_search_limit {
	box-sizing: border-box;
	width: 100%;
	padding: 0 117px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.sl_search_limit input[type="text"] {
	background: #fff;
}

.sl_search_limit input[type="text"]:focus {
	border: 1px solid #93bcef;
}

.sl_search input[type="button"],
.sl_search input[type="submit"],
.sl_search input[type="password"],
.sl_search input[type="reset"],
.sl_search button {
	background: #6d8dd5;
	color: #fff;
	padding: 3px 8px;
	border: 1px solid #6d8dd5;
	border-radius: 5px;
	margin-right: 10px;
	position: relative;
	top: 1px;
	z-index: 2;
}

.sl_search input[type="button"]:hover,
.sl_search input[type="button"]:active,
.sl_search input[type="submit"]:hover,
.sl_search input[type="submit"]:active,
.sl_search input[type="password"]:hover,
.sl_search input[type="password"]:active,
.sl_search input[type="reset"]:hover,
.sl_search input[type="reset"]:active,
.sl_search button {
	opacity: 0.9;
}

.search_more {
	color: #6d8dd5;
	border-bottom: 1px solid #6d8dd5;
	position: relative;
	z-index: 2;
}

.search_more:hover,
.search_more:active {
	cursor: pointer;
	color: #fe980b;
	border-bottom: 1px solid #fe980b;
}


/*高级搜索*/

.sl_search_slide {
	display: none;
	box-sizing: border-box;
	background: #fdfdfd;
	margin: 20px 0;
	padding: 20px 10px;
	border: 1px solid #ccc;
}

.sl_search_slide table {
	width: 100%;
	border-collapse: collapse;
}

.sl_search_slide table td {
	padding: 10px 10px 10px 5px;
}

.sl_search_slide table th {
	width: 70px;
	padding: 10px 0 10px 10px;
}

.sl_search_tr {
	text-align: right;
	margin: 10px 0 0;
}


/*设备头部*/

.order_nav .fa:before {
	font-size: 16px;
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.order_nav button {
	background: none;
	border: none;
	font-size: 13px;
	color: #535f79;
	margin: 5px 0 0 0;
}

.order_nav button:hover,
.order_nav button:active {
	color: #6d8dd5;
}

.order_nav button:before {
	content: "";
}

.order_nav button:after {
	font-size: 12px;
	margin-left: 2px;
}

.order_nav .fa-sort-numeric-desc:after {
	content: "\f163";
}

.order_nav .fa-sort-amount-desc:after {
	content: "\f161";
}

.sl_tr {
	text-align: right;
}

.order_nav a,
.order_nav a:hover,
.order_nav a:active,
.order_nav .order_select,
.order_nav .order_select:hover,
.order_nav .order_select:active
{
	text-decoration: none!important;
}


/*条件*/

.condition_box {
	margin: 20px 0;
}

.condition_box font {
	font-size: 13px;
	color: #333;
	letter-spacing: 0.7px;
	background: #eff2f7;
	border-radius: 10px;
	border: 1px solid #ccd5e4;
	padding: 3px 7px;
}

.condition_box font .fa {
	color: #a6b3cf;
}

.condition_box font .fa:hover,
.condition_box font .fa:active {
	color: #ff0000;
	cursor: pointer;
}


/*大图设备*/

.equip_list {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	overflow: hidden;
	transition: all 0.3s;
}

.equip_list:last-child {
	border: none;
}

.equip_list:hover {
	/*padding: 20px 20px 20px 0;*/
	background: #fbfbfb;
}

.el_img_limit {
	float: left;
	width: 302.5px;
}

.el_img {
	float: left;
	width: 250px;
	height: 200px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 7px;
	text-align: center;
}

.ed_img {
	float: none;
	width: 302.5px;
	height: 242px;}

.el_img>div {
	width: 100%;
	height: 100%;
	position: relative;
}

.el_img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.thumb {
	clear: both;
	overflow: hidden;
}

.thumb a {
	display: block;
	float: left;
	box-sizing: border-box;
    width: 50px;
    height: 40px;
    margin: 10px 10px 0 0;
}

.thumb a img{
	width: 100%;
	height: 100%;
}

.thumb_a_select{	
    border: 2px solid #ff9933;
}



/*图片放大*/

#Browser {
	border: 2px solid #000;
	position: absolute;
	background: #555;
	z-index: 100;
}

#mag {
	margin-left: 10px;
	border: 1px solid #999;
	overflow: hidden;
	z-index: 100;
}

.mt30 {
	margin: 30px 0 0;
}

.el_info {
	box-sizing: border-box;
	padding: 0 100px 0 270px;
	width: auto;
}

.el_info table th{
	max-width:90px;
}

.el_info table th,
.ed_detail table th {
	white-space: nowrap;
	vertical-align: text-top;
}

.el_info table th,
.el_info table td,
.ed_detail table th,
.ed_detail table td {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 26px;
	border: none;
}

.el_info table td {
	padding: 0 0 0 5px;
}

.el_info table thead th {
	font-size: 17px;
	font-weight: bold;
	color: #3e3e3e;
	padding: 3px 0 8px;
	border: none;
}

.el_btn {
	float: right;
	width: 80px;
}

.el_btn a {
	border: 1px solid #6d8dd5;
	display: block;
	text-align: center;
	padding: 7px 0;
	margin: 0 0 10px 0;
	transition: all 0.3s;
}

.el_btn a:hover,
.el_btn a:active {
	color: #fff;
	background: #6d8dd5;
}


/*列表设备*/

.equip_row {
	width: 100%;
}

.equip_row th,
.equip_row td {
	text-align: left;
	padding: 5px;
}

.equip_row th {
	background: #fafafa;
}

.equip_row td {
	border-bottom: 1px solid #ccc;
	padding: 17px 5px;
}

.equip_row tr:last-child td {
	border: none;
}

/*.equip_row tr:nth-child(odd) {
	background: #fafafa;
}*/

.er_img {
	width: 125px;
	height: 100px;
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	text-align: center;
}

.er_img>div {
	width: 100%;
	height: 100%;
	position: relative;
}

.er_img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.er_btn {
	display: none;
	font-size: 12px;
	margin: 5px 0 0;
	transition: all 0.3s;
}

.er_btn a {
	display: block;
	white-space: nowrap;
}

.equip_row tr:hover .er_btn {
	display: block;
}


/*设备详情*/

.tem_tit {
	text-align: right;
	margin: 0 0 20px 0;
	clear: both;
}

.tem_tit span {
	float: left;
}

.tem_tit a {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 4.5px 8px;
	background: #6d8dd5;
	border-radius: 5px;
	text-decoration: none;
}

.tem_tit a:hover,
.tem_tit a:active {
	opacity: 0.9;
}

.ed_detail {
	width: auto;
	padding: 0 0 0 333.5px;
}

.ed_sum {
	margin: 0 0 10px 0;
	overflow: hidden;
}

.ed_sum ul {
	float: left;
	min-width: 76px;
	height: 76px;
	text-align: center;
	background: #fafafa;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
}

.ed_sum ul li {
	font-size: 18px;
	color: #65728e;
	font-weight: bold;
	margin: 12px 0 0;
}

.ed_sum ul li:last-child {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 5px 0 0;
}