/* 首页轮播图 css */
.carousel, .carousel .item, {max-height:100%; min-width:100%}
.carousel-inner .item  p {font-size:16px; color:#ffffff; line-height:20px;}
.carousel-inner .item  p span {font-size:20px; font-weight:bold;}
.carousel-inner .item  p a {font-size:14px; color:#ffffff; font-weight:bold;
	                          border:2px solid #ffffff; padding:1% 3%;}
.carousel-inner .item  p a:hover{font-size:16px; font-weight:bold; background-color:#ffffff;
	                               color:#4e5b69; padding:2% 6%;}
.carousel .item {background-repeat:no-repeat; background-position:center; height:auto;}

.carousel-indicators {bottom:0px}

ol {
	display:block;
	-webkit-margin-before:1em;
    -webkit-margin-after:1em;
    -webkit-margin-start:0px;
    -webkit-margin-end:0px;
    -webkit-padding-start:40px;
	}
ol, ul {margin-top:0; margin-bottom:5px;}

.slide_txt_bg{background:#0baa19; opacity:0.9; padding:3% 2%;}


.carousel-control2 {
  position: absolute;
	top:6%;
  width: 4%;
	height:auto;
  font-size: 14px;
  color: #747474;
  text-align: center;
  filter: alpha(opacity=50);
  opacity: 1;
}

.carousel-control2 span{background-color:#e6e6e6; padding:8px; border-radius:50px;}

.carousel-control2.left {
	left:auto;
	right:30px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control2.right {
  right:10px;
  left:auto;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control2:hover {
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 1;
}

.carousel-control2:hover span{background-color:#0baa19;}

.carousel-control2 .icon-prev,
.carousel-control2 .icon-next,
.carousel-control2 .glyphicon-chevron-left,
.carousel-control2 .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control2 .icon-prev,
.carousel-control2 .glyphicon-chevron-left {
  right: 30px;
  margin-left: -10px;
}
.carousel-control2 .icon-next,
.carousel-control2 .glyphicon-chevron-right {
  right: 10px;
  margin-right: -10px;
}
.carousel-control2 .icon-prev,
.carousel-control2 .icon-next {
  width: 20px;
  height: 20px;
  font-family: 'Microsoft YaHei', Arial;
  line-height: 1;
}
.carousel-control2 .icon-prev:before {
  content: '\2039';
}
.carousel-control2 .icon-next:before {
  content: '\203a';
}
/* 首页轮播图 css */
