/*body{*/
/*	font-family: "微软雅黑";*/
/*}*/
ul{
	padding-left: 0;
	list-style-type: none;
}
a:hover{
	text-decoration: none;
}
#logo{
	width: 316px;
	height: 92px;
	background-position: 0px 0px;
}
.navbar-wrapper{
    background: url(../images/nav_bg.png) repeat;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15px 50px;
    padding-right: 43px;
    z-index: 2;
    transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
}
.navbar-wrapper ul{
	margin-bottom: 0;
	margin-top: 31px;
	transition: all 1s;
	-moz-transition: all 1s;	/* Firefox 4 */
	-webkit-transition: all 1s;	/* Safari 和 Chrome */
	-o-transition: all 1s;
}
.navbar-wrapper ul li{
    float: left;
    border-radius: 15px;
    margin: 0 5px;
    position: relative;
    text-align: center;
}
.navbar-wrapper ul li a .bg{
	height: 30px;
	opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: 400ms;
    width: 100%;
    background: url(../images/navCur.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 1px;
    background-size: 100% 100%;
}
.navbar-wrapper ul li a{
	color: #fff;
	display: block;
	padding: 5px 15px;
	font-size: 16px;
}
.navbar-wrapper ul li:hover a .bg , .navbar-wrapper ul li.active a .bg{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.navbar-wrapper>a{
	transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
}
.isStuck{
	background: #fff !important;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 50px;
    transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;
}
.isStuck ul li a{
	color: #6b6b6b !important;
	font-size: 14px;
}
.isStuck ul li a .bg{
	background-image: url(../images/navCurG.png);
	top: 0px;
}

.footer{
	background: #464646;
	padding: 20px 0;
	margin-top: 70px;
}
.footer dl{
	float: left;
	width: 20%;
	margin-bottom: 0;
}
.footer dl dt{
	font-size: 20px;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
.footer dl dd{
	margin-bottom: 10px;
	color: #fff;
}
.footer dl dd a{
	font-size: 14px;
	color: #fff;
}
.footer dl dd a:hover{
	color: #009944;
}
.social{
	margin-bottom: 0px;
}
.social p{
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.social img{
	margin-right: 15px;
}
.footer_tel p{
	color: #999;
	font-size: 14px;
}
.footer_tel p.tel{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.footer_contact{
	padding: 10px 0px 0px 30px;
	border-left: 1px solid #d2d2d2;
}
.footer_nav{
	padding-top: 10px;
}
.page_bottom{
	font-size: 12px;
	color: #fff;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background: #009944;
}

.navbar-default{
	background: #009944;
	margin-bottom: 0;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-brand{
	height: auto;
}
.navbar-toggle{
	margin-top: 44px;
}
.navbar-default .navbar-nav> li{
	float: left;
}
.navbar-default .navbar-nav> li a{
	color: #fff;
}
.footer_m{
	margin-bottom: 0;
}
.footer_m dd{
	padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.footer_m dl{
	margin-bottom: 0;
}
.footer_m dd a{
	color: #000;
}
.panel-default>.panel-heading{
	background: #009944;
	border-color: #009944;
}
.panel-title>a{
	color: #fff;
}
.panel-heading{
	border-radius: 0;
}
.breadcrumb{
	margin-top: 123px;
	background: #fff;
	margin-bottom: 0;
	padding-bottom: 25px;
	padding-top: 25px;
}
.breadcrumb>li a,.breadcrumb>.active{
	color: #9c9c9c;
}
.breadcrumb>li+li:before{
	content: ">";
}


.page-top{
	height: 35px;
	line-height: 35px;
	background: #f5f5f5;
	color: #999;
}
.page-top .glyphicon-shopping-cart a{
	margin-left: 8px;
	color: #999;
}
.page-top .glyphicon-shopping-cart{
    margin-right: 25px;
    top: -2px;
}
.page-top .login{
	position: relative;
	top: -2px;
	margin-right: 40px;
}
.page-top .login a{
	color: #999;
}
.page-top .login i{
    font-style: normal;
    width: 1px;
    margin: 0 10px;
    height: 16px;
    background: #a8a8a8;
    display: inline-block;
    vertical-align: middle;
}
.page-top form{
    display: inline-block;
    height: 26px;
    top: 4px;
    position: relative;
}
.page-top form input,.page-top form button{
	height: 27px;
    border: 1px solid #c9c9c9;
    float: left;
}
.page-top form input{
	padding: 0 6px;
	border-right: 0 none;
}
.page-top form button .glyphicon{
	top: -4px;
}

.page_bottom>p{
	margin-bottom: 0;
	display: inline-block;
}
.pagination li a{
	border-radius:0px;
	margin-left:3px;
	margin-right:3px;
	}
.pagination>li:first-child>a, .pagination>li:first-child>span,.pagination>li:last-child>a, .pagination>li:last-child>span{
	border-radius:0px;
	}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color:#009944;
	border-color:#009944;
	}
.pagination>li>a, .pagination>li>span{
	color:#333;
	}
@media (max-width: 1199px) {
	.navbar-wrapper ul{
		margin-top: 31.5px;
	}
	.navbar-wrapper ul li{
		margin: 0;
		border-radius: 10px;
	}
	.navbar-wrapper ul li a{
		padding: 5px 10px;
		font-size: 12px;
	}
	.breadcrumb{
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	a.navbar-brand{
		height:92px;
		}
}
@media (max-width: 767px) {
	.page_bottom{
		height: auto;
		line-height: 22px;
		padding: 10px 0;
	}
	.navbar-brand{
		padding: 7px 15px !important;
		}
}
@media (max-width: 413px) {
	.navbar-brand{
		width: 70%;
	}
	.navbar-toggle{
		margin-top: 28px;
	}
}
