body {
	font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.jumbotron h1.csr-tit{
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    text-transform: uppercase;
}
.jumbotron{
	padding-bottom: 35px;
	}
#top-link{
	margin-top: 10px;
	padding: 30px 0 30px 0;
	background-color: rgba(0,0,0,0.05);
	}
.btn-bn{
	background-color: rgba(255,255,255,1);
	}
	
@media only screen and (min-width: 992px) {
#bg-nav {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.5, #fff), color-stop(0.5, #FFFFFF), to(#FFFFFF))!important;
	background: -moz-linear-gradient(top, #fff, #fff 50%, #FFFFFF 50%, #FFFFFF)!important;
	background: -ms-linear-gradient(top, #fff, #fff 50%, #FFFFFF 50%, #FFFFFF)!important;
}
.nav01 {
	width : calc(100% / 3) ;
}
.nav02 {
	width : calc(100% / 3) ;
}
/*.nav03 {
	width: 25%;
}*/
.nav04 {
	width : calc(100% / 3) ;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
#bg-nav {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.25, #fff), color-stop(0.25, #FFFFFF), color-stop(0.50, #FFFFFF), color-stop(0.50, #fff), color-stop(0.75, #fff), color-stop(0.75, #FFFFFF), to(#FFFFFF));
	background: -moz-linear-gradient(top, #fff, #fff 25%, #FFFFFF 25%, #FFFFFF 50%, #fff 50%, #fff 75%, #FFFFFF 75%, #FFFFFF)!important;
	background: -ms-linear-gradient(top, #fff, #fff 25%, #FFFFFF 25%, #FFFFFF 50%, #fff 50%, #fff 75%, #FFFFFF 75%, #FFFFFF)!important;
}
.nav01 {
	width : calc(100% / 3) ;
}
.nav02 {
	width : calc(100% / 3) ;
}
/*.nav03 {
	width: 50%;
	clear: both;
}*/
.nav04 {
	width : calc(100% / 3) ;
	clear: none;
}
/*.nav03 span {
	border-left: 1px solid #ccc;
}
.nav04 span{
	border-left: none;
	}*/
}

@media only screen and (min-width: 768px) {
.maininfo-small{
	font-size: 0.6em!important;
	font-weight: 300;
	line-height: 1.5em;
	}
	}
	
@media only screen and (max-width: 767px) {
.maininfo-small{
	font-size: 0.6em!important;
	font-weight: 200;
	}
h3 small{
	margin-left: 0!important;
	}
h5 small{
	margin-left: 0!important;
	}
.products-img{
	margin-bottom: 20px;
	}
	}
