body{
    background:#fff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
}
a {
	text-decoration: none;color:#333
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul,li {
	list-style: none;
}
i {
    font-style: normal;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/*通用父子盒子嵌套浮动问题解决，开始*/
.clear {
	margin: 0px auto;
	width: 100%;
	height: 1px;
	font-size: 1px;
	clear: both;
	background: none;
	overflow: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*通用父子盒子嵌套浮动问题解决，结束*/
/*间隙层开始*/
.space_hx { /*横向间隙*/
	clear: both;
	width: 100%;
	height: 10px;
	font-size: 1px;
	overflow: hidden;
}

/*间隙层结束*/

.main{
	width:100%;
	float:left;
}
.headTop{
	width:1360px;
	float:left;
    height: 47px;
    background:#7a7a7a;
    padding-left:calc(calc(100% - 1360px) / 2);
	padding-right:calc(calc(100% - 1360px) / 2);
}
.w1360{
	width:1360px;
	float:left;
    padding-left:calc(calc(100% - 1360px) / 2);
	padding-right:calc(calc(100% - 1360px) / 2);
}
.headTop img{
    float:left;
}

.logo{
	float:left;
	margin:28px 16px 15px 0;
}
.navBox {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: 95px;
    line-height: 95px;
    display: block;
    float:left;
    width:890px;
}
.navBox ul{
    width:100%;
    float:left;
}
.navBox ul li {
    float: left;
    position: relative;
    display: block;
    text-align: center;
    padding:0 10px;
}
.navBox ul li a {
    text-decoration: none;
    height: 100%;
    padding: 0px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #909090;
    font-size: 16px;
}
.navBox li:hover a {
    color: #ed1a33;
}
.shop{
    width:174px;
    float:left;
    padding-left:25px;
    height:95px;
    line-height:95px;
    background:url(../images/shoppingcart.png) no-repeat left 50%;
    cursor: pointer;
    color:#909090;
    position:relative;
}
.shop .qr{
    width:150px;
    height:150px;
    position:absolute;
    left:0;
    top:66px;
    background:#000;
    display:none;
    z-index:9;
}
.shop .close{
    width:10px;
    height:10px;
    position:absolute;
    right:35px;
    top:70px;
    color:#000;
    z-index:100;
    line-height:10px;
    display:none;
}
.souBox{
    width:48px;
    float:left;
    margin-top:24px;
    cursor: pointer;
    position:relative;
}
.souBox .search{
    width:500px;
    height:50px;
    position:absolute;
    right:0px;
    top:66px;
    display:none;
    background:#fff;
    z-index:9;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
    padding:5px;
}
.souBox .search .sou{
    width: 410px;
    float: left;
    height: 40px;
    line-height: 40px;
    padding:0 15px;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
 }
 .souBox .search .tj{
    width: 80px;
    float: left;
    height: 40px;
    line-height: 40px;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
 }

.piclist{
    width:100%;
    float:left;
}
.piclist ul{
    width:100%;
    float:left;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
    padding-top:30px;
    padding-bottom:30px;
}
.piclist ul li{
    width:25%;
    float:left;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
    text-align:center;
}
.piclist ul li a{
    color:#666;
    text-decoration: none;
}
.piclist ul li a:hover{
    color:#ed1a33;
    text-decoration: none;
}
.piclist ul li p{
    line-height:40px;
}

.listBox{
    width:100%;
    float:left;
}
.listBox h4{
    width:100%;
    float:left;
    font-size:20px;
    border-left:5px rgb(12, 45, 231) solid;
    padding-left:15px;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
    margin-top:20px;
}
.listBox h4 span{
    float:right;
    font-weight:normal;
    font-size:16px;
}
.listBox ul{
    width:100%;
    float:left;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
    padding-top:30px;
    padding-bottom:30px;
}
.listBox ul li{
    width:31.3%;
    margin:1%;
    float:left;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
    text-align:center;
    padding:10px;
    border:#ccc 1px solid;
}
.listBox ul li p{
    width:100%;
    float:left;
    line-height:40px;
    text-align: center;
    padding-top:10px;
    height:40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
}
.listBox ul li img{
    height: 300px;
    width:100%;
    object-fit: cover;
}
.listBox ul li:hover{
    border:#999 1px solid;
}

.pageBox{
    width:100%;
    float:left;
}
.pageBox h4{
    width:100%;
    float:left;
    font-size:26px;
    text-align:center;
    line-height:150%;
    margin-top:20px;
}
.pageBox .content{
    width:100%;
    float:left;
    font-size:16px;
    line-height:180%;
    box-sizing: border-box;
    -moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
    padding:10px 10px 50px 10px;
}
.pageBox .content img{
    max-width:100%;
}
.pageBox .info{
    width:100%;
    float:left;
    text-align: center;
    font-size:14px;
    line-height:30px;
}

.footer{
    background:#000;
    float:left;
    width:100%;
}
.footer .copyright{
    width:1360px;
    float:left;
    padding-left:calc(calc(100% - 1360px) / 2);
	padding-right:calc(calc(100% - 1360px) / 2);
    text-align:center;
    line-height:46px;
    color:#fff;
}
.footer .copyright a{
    color:#fff;
}
.pagination{float:right;padding-right:0%;padding-bottom:40px;}
.pagination ul{float:left;width:100%;}
.pagination ul li{float:left;margin:0px 3px;}
.pagination ul li a{padding:4px 8px;display:block;border:#999 1px solid;}
.pagination ul li .current{border:#0165ca 1px solid;color:#0165ca;display:block;padding:4px 8px 0 8px;}