
/*Header End*/


*, *::after, *::before {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}
*, *::after, *::before {
    box-sizing: border-box;
}

.newbanner {
    float: left;
    margin-top: 20px;
    width: 98%;
}
.b-link {
    float: right;
}
.b-link > span {
    font-weight: 700;
}
.b-link > a {
    color: #373f50;
    font-size: 15px;
    font-weight: 600;
    padding: 0 10px;
}
.b-link > a:hover {
	color: #1dd1c5;
	text-decoration:none;
}
.carousel {
    line-height: 1;
    margin-bottom: 0px;
    position: static;
	z-index:-11121;
	float:left; width:100%;
}

.carousel-indicators {
    bottom: 65px;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    right: 20px;
    z-index: 5;
	width:50%;
}

.carousel-indicators .active {
    background-color: #4ab6c4;
}

.carousel-indicators li {
    background-color: #22262f;
    border-radius: 50px;
    display: block;
    float: left;
    height: 15px;
    margin-left: 5px;
    text-indent: -999px;
    width: 15px;
	cursor:pointer;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    line-height: 1;
}
.carousel-caption {
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 170px;
}
.carousel-caption a.btn-banner {
    background: none repeat scroll 0 0 #97815c;
    border: medium none;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-right: 20px;
    padding: 12px;
    text-shadow: none;
}
.carousel-caption p {
  line-height: 22px;
  color: #97815c;
}


