@charset "utf-8";
/*
  @重置css
*/
.floatL{float:left;} 
.floatR{float:right;}
.top {
	height:60px;
	line-height: 60px;
	background: #d91f2b;
	min-width: 1180px;
	margin-bottom: 30px;
}
.top-nav {
	font-size: 16px;
}
.top-nav a{
	padding: 0 10px;
	color: #fff;
}
.top-span {
	cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    margin-right: 8px;
    width: 30px;
    line-height: 30px;
    margin-top:15px;
    text-align: center;
    border-radius: 3px;
    background: #d91f2b;
    color: #fff;
    font-size:14px;
}
#StranLink {
	font-size: 16px;
}
.phone {
	background:#d91f2b url(../images/icon.png) 9px 5px no-repeat;
}
.wechat {
	background:#d91f2b url(../images/icon.png) 3px -32px no-repeat;
}
.weibo {
	background:#d91f2b url(../images/icon.png) 5px -65px no-repeat;
}
.s-routine {
	background:#d91f2b url(../images/icon.png) 4px -99px no-repeat;
}
.voice {
	background:#d91f2b url(../images/icon.png) 5px -135px no-repeat;
}
.obstacle {
	background:#d91f2b url(../images/icon.png) 5px -174px no-repeat;
}
.img-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	border-top: 3px solid #d81623;
    text-align: center;
    font-size: 13px;
    color: #999999;
    padding: 20px 0 50px;
    width: 1180px;
    margin: 60px auto 0;
    line-height: 1.8;
}
.footer-one{
	color: #333333;
	font-size: 16px;

}
.footer-one span{
	padding: 0 15px;
	color: #999;
}
.footer-panel a{
    color: #999999;
}

/**重置列表图片样式*/
.l-list-pic{
	width:220px;
	height:160px;

	object-fit:contain;
}
.l-list-txt{
	width: 524px;
    height: 160px;
}