body{
	font-family:"微软雅黑","Microsoft YaHei"!important;;
}
#wrap{
	position:relative;
}
a:focus,
a:visited,
a:hover{
	text-decoration:none;
}
ul{padding:0;margin:0;}
ul li{list-style:none;}
.vertical-space8{
	height:80px;
	border:none;
	margin:0;
}
.vertical-space4{
	height:40px;
	border:none;
	margin:0;
}
.vertical-space2{
	height:20px;
	border:none;
	margin:0;
}


/*=============nav=============*/
.navbox{
	width: 200px;
    background: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    display:flex;
    justify-content: center;
	align-items: center;
	transition: height 700ms ease 0s;
	-moz-transition: height 700ms ease 0s;
	-webkit-transition: height 700ms ease 0s;
	-o-transition: height 700ms ease 0s;
}
.navbox:after{
	content:'';
	position:absolute;
	right:0;
	top:50px;
	bottom:50px;
	width:1px;
	border-right:1px solid #c2c2c2;

}
.lf.navbox{
	height: calc(100% - 150px);
	transition: height 700ms ease 0s;
	-moz-transition: height 700ms ease 0s;
	-webkit-transition: height 700ms ease 0s;
	-o-transition: height 700ms ease 0s;
}
.navbox a.logo img{
	max-width:100% !important;
	margin:0 auto;
}
.nav-container{
	width:100%;
	text-align:center;
}
.nav-container .menu li a{
	font-size:15px;
	color:#000;
	padding:12px 0;
	display:block;
}
.nav-container .menu li:hover,
.nav-container .menu li.active{
	background-color:#a40319;
}
.nav-container .menu li:hover a,
.nav-container .menu li.active a{
	color:#fff;
}
.ss-icons{
	display:flex;
	justify-content: center;
}
.ss-icons li{
	padding:0 8px;
}
.ss-icons li a{
	width:35px;
	height:35px;
	display:block;
}
.ss-icons li.ssi-jd a{
	background:url('../images/icon_jd.png') no-repeat center center /100% auto;
}
.ss-icons li.ssi-wechat a{
	background:url('../images/icon_wechat.png') no-repeat center center /100% auto;
}
.ss-icons li.ssi-jd:hover a{
	background:url('../images/icon_jd_h.png') no-repeat center center /100% auto;
}
.ss-icons li.ssi-wechat:hover a{
	background:url('../images/icon_wechat_h.png') no-repeat center center /100% auto;
}

.ssi-wechat{position:relative;}
.wwmm{position:absolute;display:none;left:50px;top:0px;}
.ssi-wechat:hover .wwmm{display:block;}
.navbox .btn-online{
	display:block;
	padding:6px 0;
	width:125px;
	margin:0 auto;
	font-size:15px;
	text-align:center;
	color:#fff;
	background-color:#a40319;
}
.sec-body{
	padding-left:200px;
}
.logo-text{
	font-size:12px;
	color:#a9a9a9;
	text-align:center;
	margin:0;
}




.location{
	color:#999;
	line-height: 80px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	letter-spacing:1px;
}
.location a{
	color:#999;
}
.location .posi{
	float:left;
}
.location .nav{
	float:right;
}
.location .nav li a{
	padding-top:0;
	padding-bottom:0;
}
.location .nav li.active a{
	background-color:#e5b55b;
	border-radius:0;
}
.location .nav li:hover a{
	border-radius:0;
}


.pagination{
	display:block;
	text-align:center;
}
.pagination a,
.pagination span{
	border:1px solid #cecece;
	color:#cecece;
	line-height:33px;
	width:35px;
	height:35px;
	border-radius:3px;
	display: inline-block;
}
.pagination a{
	color:#999;
}
/*=============FOOTER=============*/

.footer{
	background-color:#f3f3f3;
	padding:30px 0 20px;
}
.footer .contact-info{
	display:flex;
	justify-content: center;
	max-width:1200px;
	margin:0 auto;
}
.footer .contact-info li{
	flex: 1;
    text-align: center;
}
.footer .footer-info{
	max-width:1200px;
	margin:0 auto;
}
.footer .footer-info p{
	text-align: center;
    margin-top: 15px;
    color: #b4b4b4;
}

.footer .footer-info p a{color: #b4b4b4;}
.footer .footer-info ul{
	text-align:center;
}
.footer .footer-info ul li{
	display:inline-block;
	padding:0 15px;
	border-right:1px solid #b4b4b4;
}
.footer .footer-info ul li:last-child{
	border:none;
}
.footer .footer-info ul li a{
	color: #b4b4b4;
}





.pages-body{
	line-height:1.5;
}
.pages-body img{
	max-width:100%;
}
.content-body img{
	display:block;
	margin:0 auto;
}



@media only screen and (max-width: 1024px) {
	.navbox{
		width:150px;
	}
	.sec-body{
		padding-left:150px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	.vertical-space8{
		height:40px;
	}
	.vertical-space4{
		height:20px;
	}
	.vertical-space2{
		height:10px;
	}

	.header{
		border-bottom:1px solid #eee;
		background-color:#fff;
	}
	.header .navbar-nav{
		float:none;
		background-color:#022f4e;
	}
	.header .navbar-nav > li > a{
		line-height:inherit;
	}
	.header .navbar-brand{
		height: 45px;
    	padding: 5px 0 0 15px;
	}

	.location .nav{
		margin-top:20px;
	}
	.location .nav li{
		margin-bottom:10px;
	}
	.location .nav li a{
		line-height:40px;
	}

	.footer img.logow{
		max-width:100px;
	}
	.footer img.fqr{
		max-width:150px !important;
	}
}
