@charset "utf-8";

/* ================================ case-nav ================================ */

.case-nav {
	text-align: center;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}


.case-nav .xbtn3 {
	margin-right: 12px;
	
}

.case-nav .combobox {
	display: inline-block;
	position: relative;
}

.case-nav .combobox p {
	display: inline-block;
	min-width: 100px;
	height: 42px;
	line-height: 42px;
	padding: 0px 30px;
	padding-right: 37px;
	border: 1px solid #aaa;
	border-radius: 22px;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	text-align: left;
	position: relative;
}
.case-nav .combobox p.chked {
	color: #fff;
	border-color: #EB6100;
	background-color: #EB6100;
}

.case-nav .combobox p i {
	width: 16px;
	height: 9px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	background: url(../images/arrow.png);
}
.case-nav .combobox p.chked i {
	background-image: url(../images/arrow-hover.png);
}

.case-nav .combobox ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 43px;
	border: 1px solid #aaa;
	border-radius: 22px;
	background-color: #fff;
	overflow: hidden;
	z-index: 10000;
}

.case-nav .combobox ul li {
	list-style-type: none;
}

.case-nav .combobox ul li a {
	display: block;
	min-width: 100px;
	height: 42px;
	line-height: 42px;
	padding: 0px 30px;
	padding-right: 37px;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
}
.case-nav .combobox ul li a:hover {
	background-color: #eee;
}
.case-nav .combobox ul li a.chked {
	background-color: #eee;
}

/* ================================ more ================================ */

.mainbar .more {
	text-align: center;
	padding: 60px 0px;
	border-bottom: 1px solid #ccc;
}

@media (min-width: 101px) and (max-width: 1440px ) {
	
	/* ================================ case-nav ================================ */

	.case-nav {
		text-align: center;
		padding: 60px 0px;
		border-bottom: 1px solid #ccc;
	}
	
	.case-nav .xbtn3 {
		margin-right: 12px;
	}
	
	.case-nav .combobox {
		display: inline-block;
		position: relative;
	}
	
	.case-nav .combobox p {
		display: inline-block;
		min-width: 100px;
		height: 42px;
		line-height: 42px;
		padding: 0px 30px;
		padding-right: 37px;
		border: 1px solid #aaa;
		border-radius: 22px;
		color: #666;
		font-size: 14px;
		cursor: pointer;
		text-align: left;
		position: relative;
		
		font-size: 13px;
		height: 38px;
		line-height: 38px;
	}
	.case-nav .combobox p.chked {
		color: #fff;
		border-color: #EB6100;
		background-color: #EB6100;
	}
	
	.case-nav .combobox p i {
		width: 16px;
		height: 9px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -5px;
		background: url(../images/arrow.png);
	}
	.case-nav .combobox p.chked i {
		background-image: url(../images/arrow-hover.png);
	}
	
	.case-nav .combobox ul {
		display: none;
		position: absolute;
		left: 0px;
		top: 43px;
		border: 1px solid #aaa;
		border-radius: 22px;
		background-color: #fff;
		overflow: hidden;
		z-index: 10000;
		
		top: 39px;
	}
	
	.case-nav .combobox ul li {
		list-style-type: none;
	}
	
	.case-nav .combobox ul li a {
		display: block;
		min-width: 100px;
		height: 42px;
		line-height: 42px;
		padding: 0px 30px;
		padding-right: 37px;
		color: #666;
		font-size: 14px;
		cursor: pointer;
		text-align: left;
		text-decoration: none;
		white-space: nowrap;
		
		font-size: 13px;
		height: 38px;
		line-height: 38px;
	}
	.case-nav .combobox ul li a:hover {
		background-color: #eee;
	}
	.case-nav .combobox ul li a.chked {
		background-color: #eee;
	}
	
	/* ================================ more ================================ */
	
	.mainbar .more {
		text-align: center;
		padding: 60px 0px;
		border-bottom: 1px solid #ccc;
	}
}