.navbar-nav>li.top-nav a{
	line-height: 26px !important;
}
.navbar-nav>li.top-nav a span{
	display: block;
	height: 2px;
	width: 0;
	background: #fee506;
	margin-top: 4px;
	transition: all .5s; 
}
.navbar-nav>li.top-nav:hover{
	/*background: #ffc001 !important;*/
	background: inherit !important;
}
.navbar-nav>li.top-nav:hover a{
	color: #000 !important;
	padding-left: 18px !important;
}
.navbar-nav>li.top-nav:hover a span{
	width: 100%;
	transition: all .5s; 
}
.header-bj {
	width: 100%;
	/*border-bottom: 1px solid #dedede;*/
	background: #262626;
	padding-bottom: 5px;
}

.header-top {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: right;
}

.header-top ul {
	float: right;
	width: 100%;
	border-bottom: 1px solid #464646;
}

.header-top ul li {
	float: right;
	width: auto;
	font-size: 12px;
	line-height: 35px;
	margin-right: 1% !important;
	color: #fff;
}

.header-top ul p {
	float: left;
	line-height: 35px;
}
.header-top ul li:last-child {
	display: none;
}
.header-top a{
	color: #fff !important;
}
.m-phone{
	font-size: 15px;
	color: #d6d6d6;
	line-height: 40px;
}
.m-phone i{color: #f5f5f5;font-size: 26px;}

/*底部图标*/

.foot {
	display: none;
}

@media screen and (max-width:468px) {
	.header-top ul p {
		display: none;
	}
	.header-top ul li:last-child {
		display: block;
		clear: both;
		position: absolute;
		right: 5px;
		top: 30px;
	}
	.m-phone{display: none;}
}

.header-logo {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto !important;
}

.header-logo a {
	display: block;
	padding: 0 !important;
}

.header-logo a:first-child img {
	width: 100%;
	max-width: 256px;
}

.header-logo form,
.header-right {
	margin-top: 3% !important;
	float: right !important;
}

.header-right {
	padding-right: 0 !important;
}

.header-logo .cart {
	margin-top: -7% !important;
	position: relative;
	float: right;
	display: inline-block;
	width: 52%;
	height: 80px;
	padding-left: 75px !important;
	background: url(../images/top-cart.png)left center no-repeat;
	background-size: 70px;
}
@media only screen and (max-width: 992px) {
.header-logo .cart{
	width: 100%;
}	
}
.header-logo .cart span{
	display: block;font-size: 12px;
	color: #fff;
	}
.header-logo .cart .title-cart {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 24% !important;
    color: #fff;
}
.header-logo .cart:hover span,.cart-hover a:hover{color: #FFC001 !important;}
.cart-hover{
	display: none;
	position: absolute;
	top: 80px;
	right: 0;
	width: 280px;
	background: #fff;
	z-index: 9999;
	border-top: 3px solid #ffc001;
	padding: 20px;
	box-shadow: 0px 1px 3px #ccc;
}

.cart-hover dl{
	margin: 10px 0 20px;
	position: relative;
}
.cart-hover dt{
	width: 36%;
	float: left;
	margin-right: 4%;
	max-height: 100px;
    overflow: hidden;	
}
.cart-hover dl i{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	color: #000;
}
.cart-hover dl i:hover{
	color: #FF0000;
	cursor: pointer;
}
.cart-hover dd p{margin: 0;}
.cart-hover dd p:first-child{
	width: 50%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
    font-size: 13px;	
    margin-bottom: 10px;
}

.cart-hover dt img{
	width: 100%;
}
.cart-hover-total{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	padding: 0 14px;
}
.cart-hover-total strong{
	font-size: 20px;
	color: #FF0000;
	font-weight: 500;
}
.cart-hover-sub{
	margin: 20px 0 10px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #FFC001;
	color: #fff !important;
	text-align: center;
	font-weight: bold;
}
.cart-hover .cart-hover-sub:hover{
	background: #FF0000;
	color: #fff !important; 
}
.header-logo input {
	width: 84%;
	float: left;
	margin-left: 4% !important;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dedede;
	padding-left: 3% !important;
	color: #666;
	font-size: 14px;
	
}

.height-show {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99997;
	display: none;
}

.height-show .bj {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 998;
}

.height-show .show-info {
	height: 80%;
	position: fixed;
	top: 10%;
	width: 92%;
	left: 4%;
	background: #fff;
	padding: 20px 10px;
	overflow: auto;
}

.show-info .exit {
	display: block;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.header-logo button {
	width: 12%;
	height: 40px;
	float: right;
	background: #eac01c;
	border: none;
	color: #ffffff !important;
	font-size: 24px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.header-logo .height-search {
	display: none;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	padding: 0 5px !important;
	border-radius: 3px;
	color: #fff !important;
}

.header-logo .height-search:hover {
	background: #28a8eb;
	color: #fff !important;
}

@media only screen and (max-width:500px) {
.header-logo .height-search{display: inline-block;}		
	.header-logo>a:first-child {
		float: none;
		width: 50%;
		margin: 0 auto;
	}
	.header-logo form {
		width: 99%;
		margin-right: 1% !important;
	}
	.header-logo input {
		width: 81%;
		float: left;
		margin-left: 1% !important;
		height: 40px;
		line-height: 40px;
		border: 1px solid #dedede;
		padding-left: 3% !important;
		color: #666;
	}
	.header-right {
		width: 132px !important;
		float: right !important;
		margin: 10px 0 !important;
	}
	.header-logo button {
		width: 18%;
		height: 40px;
		float: left;
		/*background: #28a8eb;*/
		border: none;
		color: #ffffff !important;
		font-size: 18px;
	}
}

.nav-box {
	width: 100%;
	height: 50px;
	background: url(../images/t-b.png)left top repeat-x !important;
	box-shadow: 1px 3px 3px #dedddd;
	-webkit-box-shadow: 0px 3px 3px #dedddd;
}
@media only screen and (max-width: 480px) {
	.nav-box{margin-bottom: 5px;}
	.navbar-nav{margin: 0 !important;}
}
.navbar-toggle {
	padding: 5px 8px !important;
	margin-top: 6px !important;
}

.boxnav {
	max-width: 1200px;
	margin: 0 auto !important;
	width: 100%;
	position: relative;
	z-index: 999;
}

.navbar-default {
	background: none !important;
	border: none !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none !important;
}

.navbar-collapse {
	padding: 0 !important;
	/*background: #ffffff !important;*/
	z-index: 999;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none !important;
}

@media only screen and (max-width:767px) {
	.navbar-nav>li.top-nav:hover a{
		padding-left: 10px !important;
	}
	.navbar-nav>li.top-nav:hover a span{
		width: 0;
	}
	.navbar-collapse {
		z-index: 9999;
		box-shadow: 0 1px 6px #ccc;
	}
	.navbar-nav {
		position: relative !important;
		/*z-index: 9999; */
		background: #fff!important;
		border-top: 0;
		margin: 0;
	}
	.navbar-nav li {
		border-bottom: 1px dashed #dedede;
	}
	.navbar-nav li:last-child{
		border: 0;
	}
	.navbar-header p {
		display: block !important;
	}
}

.navbar-default .navbar-toggle {
	background: none;
	border: none !important;
	font-size: 18px;
	border: 1px solid #fff !important;
	margin-right: 5px !important;
	color: #fff;
}

.navbar-toggle:hover {
	background: none !important;
}

.navbar-toggle:active {
	background: none !important;
}

.navbar-header p {
	line-height: 50px;
	display: none;
	padding-left: 1% !important;
}

.navbar-nav li:hover {
	background: #fafafa !important;
}

.footer-bottom {
	padding: 30px 0px;
	background: #ffffff;
	border-top: 2px solid #FFC001;
}

@media only screen and (min-width:992px) {
	.container {
		width: 98%;
		max-width: 1200px;
	}
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.footer-bottom-title .h3 {
	text-transform: capitalize;
	font-size: 15px;
	color: #fff !important;
	margin: 0 0 15px;
	font-weight: bold;
	font-family: "'MS PGothic'";
}

.footer-bottom-title {
	/*border-bottom: 1px solid #4A4A4A;*/
	margin-bottom: 8px;
}

@media (max-width: 992px) .footer-bottom-content {
	margin: 0px 0px 20px !important;
}

/*.footer-bottom-content ul li {
	border-bottom: 1px solid #eceaeb;
	padding: 5px 0;
}*/

.footer-bottom-content ul li a {
	display: inline-block;
	line-height: 32px;
	padding-left: 5px;
	color: #cdcdcd !important;
	text-transform: capitalize;
	transition: all .5s font-size: 13px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
    line-height: 25px;
    padding-left: 15px;	
}
.footer-bottom-content ul li a::before{
     background: #f4a137 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 100%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 6px;
}    
.footer-bottom-content ul li a:hover {
	color: #ffc001 !important;
}

.footer-bottom-content ul li a i {
	margin-right: 5px !important;
	padding: 0px 4px !important;
	background: #999999 !important;
	color: #ffffff !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.footer-bottom-content ul li a .glyphicon {
	font-weight: normal !important;
	font-size: 8px !important;
}

@media only screen and (max-width:992px) {
	.footer-bottom-title {
		margin-top: 18px;
	}
}

/*.footer-bottom-content ul li a:hover {
	padding-left: 10%;
}*/
.tfoot{
	width: 100%;
	height: 110px;
	background: url(../images/bg-1.jpg)center no-repeat;
	background-size: cover;
	line-height: 110px;
}
.t-logo{
	max-width: 1200px;
	margin: 0 auto;
}

.footerrr {
	width: 100%;
	margin: 0 auto !important;
	padding: 25px 0px !important;
	background: none repeat scroll 0% 0% #000 !important;
	clear: both;
	border-top: 1px solid #ccc;
}

.footer-bottom {
	top: 0 !important;
}

.footerrr address {
	margin: 0px;
	clear: both;
	padding-top: 5px;
	color: #F5F5F5;
	font-size: 12px;
}

#scrollUp {
	background: #FFC001 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 30px;
	color: #ffffff !important;
	height: 50px;
	line-height: 48px;
	right: 30px;
	text-align: center;
	width: 50px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	font-size: 20px;
}

#scrollUp:hover {
	background: #FF9800;
}

.list-left {
	width: 100%;
	height: auto;
	background: #fafafa;
	border: 1px solid #DEDEDE;
}

.list-left ul li {
	height: auto;
	line-height: 40px;
	padding-left: 5% !important;
	border-bottom: 1px solid #dedede;
	position: relative;
}

.list-left ul li:first-child {
	font-size: 18px;
}

.list-left ul li a {
	color: #232A2E !important;
	display: inline-block;
	height: 100%;
	width: 100%;
}

.list-left ul li i {
	cursor: pointer;
	position: absolute;
	right: 4%;
	top: 37%
}

.left-row {
	padding-right: 0 !important;
}
.nav>li>a {
    padding: 12px 10px !important;
    font-size: 14px;
}
@media only screen and (max-width:836px) {
	.nav>li>a {
		padding: 8px 8px 4px !important;
	}
}

@media only screen and (max-width: 480px) {
	.nav-pills>li {
		width: 50%;
		margin: 0 !important;
	}
	#scrollUp {
		bottom: 90px !important;
	}
	.footerrr {
		padding-bottom: 90px !important;
	}
	/*底部图标*/
	.header-logo .cart {
		display: none;
	}
	.header-logo form {
		width: 77% !important;
		margin-top: 10px !important;
	}
	.header-logo .header-right {
		width: 70px !important;
		padding-left: 0;
	}
	.foot {
		display: table;
		position: fixed;
		z-index: 9;
		height: 60px;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #fff;
		text-align: center;
		box-shadow: 0 -1px 8px #d6d5d5;
	}
	.foot a {
		display: table-cell;
		width: 25%;
		padding-top: 5px;
		color: #666 !important;
	}
	.foot a p {
		margin-top: 5px !important;
		position: relative;
	}
	.foot a p span {
		display: inline-block;
		position: absolute;
		right: 23%;
		top: -8px;
		width: 14px;
		height: 14px;
		line-height: 14px;
		background: #FF0000;
		color: #fff;
		font-size: 12px !important;
		border-radius: 50%;
		text-align: center;
	}
	.foot a.active {
		color: #000 !important;
	}
	.t-logo{
		text-align: center;
	}
}

@media only screen and (min-width: 680px) and (max-width: 768px) {
	.container-fluid {
		padding: 0 !important;
	}
	.rownews .news-left:last-child {
		margin-top: 42px !important;
	}
}

/*分页*/
	.p-pagination {
		margin: 20px auto;
		width: 98%;
		/*height: 70px;*/
	}
	.p-pagination li{display: inline-block;text-align: center;}
	.p-pagination li a{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #232323;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    width: 30px;		
	}
	.p-pagination li.active a{
background: #444444 none repeat scroll 0 0;
    border: 1px solid #444444;
    color: #ffae00 !important;		
	}