﻿*{
	font-family: "microsoft yahei";
}
.bg-grey {
	background: #f8f8f8 !important;
    padding-top: 30px;
}

.base-head {
	position: relative;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.public-head{
    font-size: 24px;
    line-height: 62px;
    font-weight: bold;
    margin-top:20px;
    border-bottom: 1px solid #e9e9e9;
}
.base-head .base-head-title {
	float: left;
	display: block;
	position: relative;
	height: 40px;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.base-head .base-head-title span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: #0058a8;
	z-index: 2;
}
@media (max-width: 767px){
	.base-head {
		height: 50px;
		border-bottom: solid 1px #eee;
	}
	.base-head .base-head-title {
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.base-head .base-head-title span {
		top: 15px;
		bottom: auto;
		width: 2px;
		height: 20px;
	}
}
.base-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.base-list li {
	position: relative;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.base-list li a {
	float: left;
	width: 70%;
	font-size: 16px;
	color: #333;
}
.base-list li span {
	float: right;
	font-size: 16px;
	color: #888;
}

.tabs {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.tabs .tabs-head {
	margin-bottom: 10px;
	overflow: hidden;
}
.tabs .tabs-head ul li {
	float: left;
	margin-right: 40px;
}
.tabs .tabs-head ul li:last-child {
	margin-right: 0 !important;
}
.tabs .tabs-head ul li a {
	position: relative;
	display: block;
	height: 40px;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	color: #999;
}
.tabs .tabs-head ul li a:hover, a:focus {
	color: #333;
	text-decoration: none;
}
.tabs .tabs-head ul li.active a {
	color: #333;
}
.tabs .tabs-head ul li a span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 2px;
	background: transparent;
}
.tabs .tabs-head ul li.active a span {
	background: #0058a8;
}
@media (max-width: 767px){
	.tabs .tabs-head {
		height: 50px;
		line-height: 50px;
		border-bottom: solid 1px #eee;
	}
	.tabs .tabs-head ul li {
		margin-right: 20px;
	}
	.tabs .tabs-head ul li a {
		padding-left: 10px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		overflow: hidden;
		white-space: nowrap;
    	text-overflow: ellipsis;
	}
	.tabs .tabs-head ul li a span {
		top: 15px;
		bottom: auto;
		width: 2px;
		height: 20px;
	}
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;

  > .item {
    display: none;
    position: relative;
    .transition(.6s ease-in-out left);

    // Account for jankitude on images
    > img,
    > a > img {
      &:extend(.img-responsive);
      line-height: 1;
    }

    // WebKit CSS3 transforms for supported devices
    @media all and (transform-3d), (-webkit-transform-3d) {
      .transition-transform(~'0.6s ease-in-out');
      .backface-visibility(~'hidden');
      .perspective(1000px);

      &.next,
      &.active.right {
        .translate3d(100%, 0, 0);
        left: 0;
      }
      &.prev,
      &.active.left {
        .translate3d(-100%, 0, 0);
        left: 0;
      }
      &.next.left,
      &.prev.right,
      &.active {
        .translate3d(0, 0, 0);
        left: 0;
      }
    }
  }

  > .active,
  > .next,
  > .prev {
    display: block;
  }

  > .active {
    left: 0;
  }

  > .next,
  > .prev {
    position: absolute;
    top: 0;
    width: 100%;
  }

  > .next {
    left: 100%;
  }
  > .prev {
    left: -100%;
  }
  > .next.left,
  > .prev.right {
    left: 0;
  }

  > .active.left {
    left: -100%;
  }
  > .active.right {
    left: 100%;
  }

}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    cursor: pointer;
	background:#8c8c8c;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    background-color: #e51331;
}
.carousel-indicators {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}