.nav-pills > li{
	padding: 34.5px 22px;
}
.xym-content li{
	width: 100%;
	overflow: hidden;
}
.xym-content li+li{
	margin-top: 19px;
}

.act-center{
	display: block;
	width: 84px;
	height: 64px;
	float: left;
}
.act-centertit{
	width: 286px;
	float: right;
}
.act-centertit a{
	font-size: 16px;
	color:#666;
}
.act-recom{
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	color:#333;
}
.act-recom a{
	display: block;
	width: 98px;
	height: 98px;
	margin: 0 auto;
}
/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 0;
}
*/
.pl{
	padding-left:0;
}
.pr{
	padding-right:0;
}
.custom-carousel {
  height: 224px;
  margin-top: 0;
}

.custom-carousel .item {
  height: 224px;
}
.custom-carousel .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 224px;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #bdbdbd;
  background-color: rgba(189, 189, 189);
  border-radius: 12px;
  border:1px solid transparent;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 1px;
  background-color: rgb(0,157,142);
}
