body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font-size: 12px;
}
body{
	line-height: 1;
	background: #f4f4f4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

* {
	outline: none!important;
}
@font-face {
    font-family: 'baskervilletworegular';
    src: url('../fonts/baskervilletwo-regular-webfont.eot');
    src: url('../fonts/baskervilletwo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/baskervilletwo-regular-webfont.woff2') format('woff2'),
         url('../fonts/baskervilletwo-regular-webfont.woff') format('woff'),
         url('../fonts/baskervilletwo-regular-webfont.svg#baskervilletworegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	height: auto;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

ul {
	list-style-type: none;
}

html,
body {
	font-family: "Microsoft YaHei";
}

header,
section,
footer,
article,
nav {
	display: block;
}
.swiper-slide{
	font-size: 0;
}
.bgColor{
	width: 100%;
	height: 0.2rem;
	background: #f4f4f4;
}
.clearfix::after {
	clear: both;
	line-height: 0;
	height: 0;
	display: block;
	font-size: 0;
	content: "";
}

.clearfix::before {
	clear: both;
	line-height: 0;
	height: 0;
	display: block;
	font-size: 0;
}

.show {
	display: block !important;
	visibility: visible !important;
	
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before{
	display: block;
	content:'';
	height: 0;
	width: 0;
}
.fl {
	float: left;
}

.fr {
	float: right;
}
a{
	display: block;
}
.wrapper {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
/*css Reset 区域结束*/
/*面板样式*/
#pushPanel{
	position: fixed;
	z-index: 100000;
	width: 100%;
	top: 0;
	left: -100%;
	/*left: 0;*/
	height: 100%;
	background: #FFFFFF;
}
#pushPanel .panelHeader{
	position: relative;
	width: 96%;
	height: 0.88rem;
	background: #4d4d4d;
	padding: 0 2%;
}
.panelHeader a{
	width: 10%;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	color: #FFFFFF;
}
.panelHeader a i{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.44rem;
	color: #FBFBFB;
	font-weight: 700;
}

.productList ul{
	width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    font-size: 17px;
}
#pushPanel .productList ul li{
 	height: 0.92rem;
    border-bottom: 1px dotted #bbbbbb;
    line-height: 0.92rem;
 }
 #pushPanel .productList li a{
 	height: 100%;
    color: #333;
 	font-size: 0.32rem;
 	font-family: "microsoft yahei";
 	position: relative;
 } 
 
 #pushPanel .productList li i{
 	position: absolute;
 	right: 0;
 	top: 0;
 	font-style: initial;	
 	font-size: 0.36rem;
 	color: #999999;
 }
 
 
 #pushPanel .productList li span{
 	display: inline-block;
 	width: 0.5rem;
 	text-align: center;
 	margin-right: 0.38rem;
 }
 
 #pushPanel .productList ul li img{
 	width: 0.2rem;
 	height: auto;
 	vertical-align: middle;
 }
 
 #pushPanel .searchBox{
  	position: absolute;
  	top: 0;
  	left: 0;
 }
 .searchBox{
 	display: none;
	width: 92%;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 0.88rem;
	padding:0 4%;
	background: #000;
}
.searchBox input{
	width: 70%;
	height: 2em;
	display:inline-block;
	border-radius: 5px;
	border: none!important;
	outline:none;
	padding-left: 0.5em;
	margin-left: 10px;
}
.header .searchBox button,
#pushPanel .searchBox button{
	display: inline-block;
	width: 10%;	
	font-size: 0.3rem;
	border: 0;
	color: #FFFFFF;
	background: none;
	margin-left: 10px;
	box-shadow: none;
	float: right;
	font-weight: normal;
	height: 0.88rem;
	line-height: 0.88rem;
	padding-top: 2px;
}
.header .searchBox i,
#pushPanel .searchBox i{
	text-align: left;
	float: left;
	color: #FFFFFF;
	font-size: 0.44rem;
}
 /*主页面部分*/
.zh_container {
	width: 100%;
	height: auto;
}
.zh_container img{
	width: 100%;
	height: auto;
}
.header{
	width: 100%;
	top: 0;
	left: 0;
	height: 0.88rem;
	background: #000 !important;
	z-index: 10000;
}
/*头部logo栏*/
.header .search,
.header .menu{
	width: 10%;
	height: 100%;
	line-height: 0.35rem;
	text-align: center;
	margin-left: 2%;
}
.header .search{
	margin-left: 0;
	margin-right: 2%;
}
.header .search i,
.header .menu i{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.7rem;
	height: 0.88rem;
	line-height: 0.88rem;
	color: #FBFBFB;
}
.header .menu a{
	display: block;
	width: 100%;
	height: 100%;
}
.header .logo{
	text-align: center;
	width: 76%;
	height: 100%;
}
.header .logo a{
	display:block;
	width: 38%;
	margin: 0 auto;
	height: 100%;
	padding-top: 0.18rem;
}
.header .logo img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ui-bar-a, .ui-page-theme-a .ui-bar-inherit, html .ui-bar-a .ui-bar-inherit, html .ui-body-a .ui-bar-inherit, html body .ui-group-theme-a .ui-bar-inherit{
	border: none;
}
/*footer*/
.footer {
  background-color: #000;
color: #fff;
font-family: Microsoft Yahei;
margin: 80px 0 0;
overflow: hidden;
width: 100%;
}
.footer .href{box-sizing: border-box;
padding: 25px 25px 25px 35px;
}
.footer .href,.footer .href img {
  box-sizing: border-box;
clear: both;
float: left;
max-width: 242px;
width: 100%;
}
.aboutUs{ margin-bottom: 20px;
padding: 0;
width: 100%;
clear: left;
    float: left;
}
.aboutUs ul{padding-left: 35px;}
.aboutUs ul li{float: none;padding: 0 60px 10px 0;}
.aboutUs ul li a{color: #fffefe;
    font-size: 16px;
    text-decoration: none;}
#default-example {
  box-sizing: border-box;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  background: #fff none repeat scroll 0 0;
overflow: hidden;
}
#default-example h3 {
	margin: 0;
	background-color: #1f1f1f;
}
#default-example h3 a {
	background: url("../img/sprite.png")  no-repeat;
	background-position: right 17px bottom -62px;
	display: block;
	padding: 10px 40px 10px 32px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #333;
	font-size:16px;
}
#default-example h3:hover {
	background: #1f1f1f;
}
#default-example h3.open {
	background: #1f1f1f;
}
#default-example h3.open a {
	background-position: right 17px bottom -2px;
 
}
.categories{margin-top: 0;
overflow: hidden;
transition: height 0.3s ease-in-out 0s;
width: 100%;
}
.categories ul li{background: #191919 none repeat scroll 0 0;}
.categories ul li a {
  color: #f1f1f1;
  display: block;
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
    padding-left: 40px;
	background: #191919 none repeat scroll 0 0;
    border-bottom: 1px solid #333;
}
.footer-right {
  overflow: hidden;
  margin: 0px auto;
  width: 157px;
}
.footer-right .footerJoinUs {
  float: left;
  margin-bottom: 20px;
}
.footer-right .footerJoinUs .weChatQR {
  float: left;
  text-align: center;
  width: 100%;

}
.footer-right .footerJoinUs .weChatQR img{
height: 125px;
width: 125px;
margin: auto;
display: inline-block;
    position: relative;
}
.footer-right .footerJoinUs .weChatQR span {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
}
.footer-right .footerJoinUs .weChatQR span.extra-small {
  font-size: 12px;
}
.footerBottom {
  box-sizing: border-box;
  padding: 15px 25px 0;
  width: 100%;
  border-top: 1px solid #656565;
    color: #fff;
    float: left;
    font-size: 15px;
	line-height:26px;
	margin-bottom:20px;
}
.footerBottom a {
  color: #fff;
  text-decoration: none;
}
.footerBottom a img{
  display: table-cell;
        vertical-align: middle;
}