@charset "utf-8";
html {
	-ms-text-size-adjust:100%;
	text-rendering:optimizelegibility;
}
body{
	background-size: inherit;
	
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,form{
    margin:0;
}
ul,ol{
    padding-left:0; 
    list-style-type:none;
}
a {	
	cursor: pointer;
	color:#666;
	text-decoration: none;
	/*消除ie10灰色背景*/
	background-color: transparent;
	/*消除火狐虚线*/
	outline: none;
	font-family: "微软雅黑";
}
img {
	cursor: pointer;
	vertical-align: middle;
	border: 0 none;
	max-width: 100%;
}
body,button,input,select,textarea {
	font-size: 14px;
	font-family:  "Helvetica Neue", Helvetica, STHeiTi,"Microsoft YaHei","微软雅黑",SimSun,sans-serif;
	color:#999999;
	outline: none;
	resize: none;
}
button, input{
	/* 让 input 和 button 一样高 */
	line-height:normal;
}
button,input[type="button"],input[type="reset"],input[type="submit"] {cursor: pointer;-webkit-appearance: button;}
button,input,select,textarea {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
button::-moz-focus-inner,
input::-moz-focus-inner{
	padding:0;
	border:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 统一上标和下标 */
sub, sup{
	font-size:75%;
	line-height:0;
	position:relative;
}
:root sub, :root sup{
	vertical-align:baseline; /* for ie9 and other modern browsers */
}
sup{
	top:-0.5em;
}
sub{
	bottom:-0.25em;
}
strong {
	font-weight: normal;
}
mark {
	background: none;
}
.fs12{ font-size:12px;}
.fs14{ font-size:14px;}
.fs15{ font-size:14px;}
.fs16{ font-size:16px;}
.fs17{ font-size:17px;}
.fs18{ font-size:18px;}
.fs20{ font-size:20px;}
.fs24{ font-size:24px;}
.fs26{ font-size:26px;}
.fs28{ font-size:28px;}
.fs30{ font-size:30px;}
.fs32{ font-size:32px;}
.fs35{ font-size:35px;}
.fs40{ font-size:40px;}

.lh20{ line-height:20px;}
.lh30{ line-height:30px;}
.lh35{ line-height:42px;}
.lh40{ line-height:40px;}
.lh50{ line-height:50px;}

.tl{ text-align:left;}
.tc{ text-align:center;}
.tr{ text-align:right;}

.black{ color:#000;}
.darkblack{ color:#222; width: 50px;}
.white{ color:#fff;}
.red{ color:#dd0606;}
.orange{ color:#600000; font-style: normal;}
.green{ color:#600000;}
.darkgray{ color:#333;}
.graybg{ background:#fff;}
.white-box{ background:#fff;}
.graybgtwo{ background:#f7f7f7;}

.db{ display:block;}
.dib{ display:inline-block;}
.underline{ text-decoration:underline;}
.ellipsis{ display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} 
.full-db{ display:block; width:100%;}
.radius3{ border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;}
.radius5{ border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;}
.radius8{ border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;}
.trans{transition: 0.4s ease-out;-moz-transition: 0.4s ease-out;-webkit-transition: 0.4s ease-out;-o-transition: 0.4s ease-out;}
.trans08{transition: 0.8s ease-out;-moz-transition: 0.8s ease-out;-webkit-transition: 0.8s ease-out;-o-transition: 0.8s ease-out;}
.trans02{-moz-transition: all 0.2s linear;-webkit-transition: all 0.2s linear;-o-transition: all 0.2s linear;-ms-transition: all 0.2s linear;transition: all 0.2s linear;}
.line-top{ border-top:1px solid #efefef;}
.line-bot{ border-bottom:1px solid #efefef;}
.line-box{ border:1px solid #dfdfdf;}
.orange-but{ display:block;width:152px; height:46px; line-height:46px; background:#600000; text-align:center; color:#fff; border: none;}
.green-but{display:block; background:#177DFF; text-align:center; color:#fff; }
.radio-inline,.checkbox-inline {display: inline-block;margin-bottom: 0;font-weight: normal;vertical-align: middle;cursor: pointer;}
.radio-inline + .radio-inline,.checkbox-inline + .checkbox-inline {margin-top: 0;}

/*字体图标*/
@font-face {font-family: "iconfont";  src: url('iconfont.eot'); /* IE9*/  src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('iconfont.woff') format('woff'), /* chrome、firefox */  url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */}
.iconfont {  font-family:"iconfont" !important;  font-size:16px;  font-style:normal;  -webkit-font-smoothing: antialiased;  -webkit-text-stroke-width: 0.2px;  -moz-osx-font-smoothing: grayscale;}

/*解决firefox按钮文字难以垂直居中问题*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0;}
input,textarea,select,option,button,form,fieldset{margin:0;padding:0;border-width:1px;outline:none;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;-o-box-sizing: content-box;-ms-box-sizing: content-box;box-sizing: content-box;}


/*原子类*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  display:inline;
  float: left;
}
.fr {
 display:inline;
float: right;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.ta-left {
  text-align: left;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.va-baseline {
  vertical-align: baseline;
}
.va-bottom {
  vertical-align: bottom;
}
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt60{
margin-top: 60px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.ml0 {
  margin-left: 0px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml70{margin-left: 70px;}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}
.fsa {
  font-size: 12px;
}
.fsb {
  font-size: 14px;
}
.fsc {
  font-size: 16px;
}
.fsd {
  font-size: 18px;
}
.fse {
  font-size: 20px;
}
.fsf {
  font-size: 22px;
}
.fsg {
  font-size: 24px;
}
.fsh {
  font-size: 26px;
}
.fsi {
  font-size: 28px;
}
.fsj {
  font-size: 30px;
}
.lha {
  line-height: 18px;
}
.lhb {
  line-height: 20px;
}
.lhc {
  line-height: 22px;
}
.lhd {
  line-height: 24px;
}
.lhe {
  line-height: 26px;
}
.lhf {
  line-height: 28px;
}
.lhg {
  line-height: 30px;
}
.ra1 {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.ra2 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ra3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ra4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ra5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.ra6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.ra7 {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.ra8 {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.ra9 {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.ra10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.opa2 {
  opacity: .2;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 20);
  filter: alpha(opacity = 20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
}
.opa3 {
  opacity: .3;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 30);
  filter: alpha(opacity = 30);
  -moz-opacity: .3;
  -khtml-opacity: .3;
}
.opa4 {
  opacity: .4;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 40);
  filter: alpha(opacity = 40);
  -moz-opacity: .4;
  -khtml-opacity: .4;
}
.opa5 {
  opacity: .5;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity = 50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
}
.opa6 {
  opacity: .6;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 60);
  filter: alpha(opacity = 60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
}
.opa7 {
  opacity: .7;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 70);
  filter: alpha(opacity = 70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
}
.opa8 {
  opacity: .8;
  -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 80);
  filter: alpha(opacity = 80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
}
.cb {
  clear: both;
}
.ti2 {
  text-indent: 2em;
}
.td-n {
  text-decoration: none;
}
.ofh {
  overflow: hidden;
}
.pos-r {
  position: relative;
}
.db {
  display: block;
}
.di {
  display: inline;
}
.dib {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.dtbc {
  display: table-cell;
  *display:inline-block;
  text-align: center;
  vertical-align: middle;
}

/*transition*/

.transition {
	transition: 0.4s ease-out;
	-moz-transition: 0.4s ease-out;
	-webkit-transition: 0.4s ease-out;
	-o-transition: 0.4s ease-out;
}
.transition-08 {
	transition: 0.8s ease-out;
	-moz-transition: 0.8s ease-out;
	-webkit-transition: 0.8s ease-out;
	-o-transition: 0.8s ease-out;
}
.transition-02 {
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.box-s{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.over{
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis; 
	white-space: nowrap;
}

.over2{
	 overflow: hidden; 
	 text-overflow: ellipsis;
	 -webkit-text-overflow: ellipsis;
	 -moz-text-overflow: ellipsis;
	 -o-text-overflow: ellipsis; 
	 display: -webkit-box; 
	 -webkit-line-clamp: 2; 
	 -webkit-box-orient: vertical;
}

.over3{
	 overflow: hidden; 
	 text-overflow: ellipsis;
	 -webkit-text-overflow: ellipsis;
	 -moz-text-overflow: ellipsis;
	 -o-text-overflow: ellipsis; 
	 display: -webkit-box; 
	 -webkit-line-clamp: 3; 
	 -webkit-box-orient: vertical;
}

.over4{
	 overflow: hidden; 
	 text-overflow: ellipsis;
	 -webkit-text-overflow: ellipsis;
	 -moz-text-overflow: ellipsis;
	 -o-text-overflow: ellipsis; 
	 display: -webkit-box; 
	 -webkit-line-clamp: 4; 
	 -webkit-box-orient: vertical;
}

.over5{
	 overflow: hidden; 
	 text-overflow: ellipsis;
	 -webkit-text-overflow: ellipsis;
	 -moz-text-overflow: ellipsis;
	 -o-text-overflow: ellipsis; 
	 display: -webkit-box; 
	 -webkit-line-clamp: 5; 
	 -webkit-box-orient: vertical;
}

.over6{
	 overflow: hidden; 
	 text-overflow: ellipsis;
	 -webkit-text-overflow: ellipsis;
	 -moz-text-overflow: ellipsis;
	 -o-text-overflow: ellipsis; 
	 display: -webkit-box; 
	 -webkit-line-clamp: 6; 
	 -webkit-box-orient: vertical;
}

.box-s{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/*header*/
.header{
	width: 100%;
	height: 174px;
	background-color: #fff;
}
.header .topctent{
	width: 1200px;
	margin: 0 auto;
}
.header .top{
	width: 100%;
	height: 47px;
	background-color: #eaeaea;
}
.header .top .left{
	color: #2d2d2d;
	line-height: 47px;
	margin-left: 186px;
}
.header .top .right .zuo ul li{
	float: left;
	line-height: 47px;
	color: #2d2d2d;
	padding: 0 10px;
}
.header .top .right .zuo ul li a{
	color: #980000;
}
.header .top .right .zuo ul li:last-child a{
	color: #980000;
}
.header .top .right .zuo ul li:last-child{
	background: url(../images/line.png) left center no-repeat;
}
.header .top .right .zuo ul li a:hover{
	text-decoration: underline;
}
.shopcar-btn{
	height: 47px;
	line-height: 47px;	
}
.shopcar-btn a{
	display: block;
	color: #070707;
	padding: 0 14px 0 35px;
	background:#cacaca url(../images/shopcar.png) 14px no-repeat;
}
.shopcar-btn a:hover{
	background:#DAD9D9 url(../images/shopcar.png) 14px no-repeat;
}
.header .top .fenxiang span{
	line-height: 47px;
	color: #070707;
	margin-left: 10px;
}
.header .top .fenxiang ul li{
	float: left;
	line-height: 47px;
	margin-left: 8px;
}
.header .bottom{
	width: 1200px;
	margin: 0 auto;
	background: url(../images/header-bg.jpg) center no-repeat;
	background-size: cover;
	height: 127px;
	position: relative;
}
.header .bottom .logo{
	position: absolute;
	top: -47px;
	left: 0;
	width: 166px;
	height: 174px;
	background:#88000b url(../images/logo.png) center no-repeat;
}
.header .bottom .logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.header .bottom .search{
	width: 320px;
	height: 44px;
	background-color: #eaeaea;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 42px;
}
.header .bottom .search input[type="text"]{
	width: 236px;
	height: 44px;
	border: none;
	background-color: #eaeaea;
	text-indent: 1em;
	color: #070707;
}
.header .bottom .search input[type="button"]{
	width: 84px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border: none;
	background: #6a0000 url(../images/search.png) 10px no-repeat;
	color: #fff;
	font-size: 16px;
	padding-left: 15px;
	cursor: pointer;
}

/*navbar*/
.navbar{
	width: 100%;
	height: 51px;
	background-color: #000000;
}
.navbar .content{
	width: 1200px;
	margin: 0 auto;
}
.navbar .content ul li{
	float: left;
	height: 51px;
	line-height: 51px;
	width: 166px;
	text-align: center;
	margin-right: 1px;
}
.navbar .content ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
}
.navbar .content ul li:hover,
.navbar .content ul li.cur{
	background-color: #570000;
}

/*footer*/
.footer{
	width: 100%;
	background-color: #FBF9F9;
	padding-top: 40px;
	margin-top: 10px;
}
.footer .content{
	width: 1034px;
	margin: 0 auto;
}
.footer .content .top{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
}
.footer .content .top .list{
	width: 336px;
	height: 105px;
	background-color: #e9e9e9;
	margin-right: 13px;
}
.footer .content .top .list:last-child{
	margin-right: 0;
}

.footer .content .top .list .part{
	padding: 20px 24px 0 60px;
	background: #F2F2F2;
	float: left;
	width: 100%;
	height: 100%;
	margin-right: 11px;
}

.footer .content .top .list .part h3{
	color: #7F7F7F;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	font-weight: normal;
}
.footer .content .top .list .part p{
	color: #B0AFAF;
}
.footer .content .top .list .icon1{
	background: #F2F2F2 url(../images/footerIcon.png) no-repeat 22px 24px;
}
.footer .content .top .list .icon1:hover{
	background: #e9e9e9 url(../images/footerIcon.png) no-repeat 22px 24px;
}
.footer .content .top .list .icon2{
	background: #F2F2F2 url(../images/footerIcon.png) no-repeat 22px -152px;
	padding-left: 70px;
}
.footer .content .top .list .icon2:hover{
	background: #e9e9e9 url(../images/footerIcon.png) no-repeat 22px -152px;
}
.footer .content .top .list .icon3{
	background: #F2F2F2 url(../images/footerIcon.png) no-repeat 22px -306px;
	padding-left: 72px;
}
.footer .content .top .list .icon3:hover{
	background: #e9e9e9 url(../images/footerIcon.png) no-repeat 22px -306px;
}
.footer .content .bottom{
	width: 100%;
	padding-top: 15px;
}
.footer .content .bottom .left{
	width: 605px;
}
.footer .content .bottom .left .list{
	width: 112px;
	float: left;
	margin-right: 10px;
}
.footer .content .bottom .left .list:last-child{
	margin-right: 0;
}
.footer .content .bottom .left .list .shang p{
	font-size: 16px;
	color: #333333;
	border-left: 2px solid #6e0000;
	padding-left: 10px;
	line-height: 16px;
}
.footer .content .bottom .left .list .shang span{
	display: block;
	width: 38px;
	border-top: 1px dashed #666666;
	margin: 10px 15px;
}
.footer .content .bottom .left .list .xia{
	width: 100%;
}
.footer .content .bottom .left .list .xia ul li{
	width: 100%;
	line-height: 24px;
}
.footer .content .bottom .left .list .xia ul li a{
	color: #848484;
}
.footer .content .bottom .left .list .xia ul li a:hover{
	color: #600000;
	text-decoration: underline;
}
.footer .content .bottom .middle{
	margin-left: ;
}
.footer .content .bottom .middle ul li{
	width: 114px;
	height: 114px;
	text-align: center;
	float: left;
	margin-right: 15px;
}
.footer .content .bottom .middle ul li img{
	width: 100%;
}
.footer .content .bottom .right p.bt{
	font-size: 18px;
	color: #070707;
	font-weight: bold;
	margin-bottom: 8px;
}
.footer .content .bottom .right p.tel{
	font-size: 26px;
	color: #6d0000;
	font-family: impact;
	margin-bottom: 5px;
}
.footer .content .bottom .right p.fu-bt{
	color: #2d2d2d;
}
.footer .banquan{
	width: 100%;
	margin-top: 15px;
	height: 65px;
	line-height: 65px;
	font-size: 12px;
	color: #999;
	border-top: 1px solid #f3f3f3;
}
/*tab-pages*/
.tab-pages{padding:20px 0;text-align:center;}
.tab-pages a{display:inline-block;*display:inline;*zoom:1;border:1px solid #d9d9d9;height:25px;line-height:25px;padding:0 10px;margin:0 2px; background:#fff;}
.tab-pages a.current{height:27px;line-height:27px;background:#600000;color:#fff;border:none;}