.banner{
	position:absolute;
	top:0;
	left:0;	
	width:100%;	
	z-index:1;
}
.my_index_nav{
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.88) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.88) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96) 0, rgba(255, 255, 255, 0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5ffffff', endColorstr='#e0ffffff',GradientType=0 );
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	width:100%;
}
.banner-img{
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: cover;
	box-shadow:inset 0 -1px 0 0 rgba(0, 0, 0, 0.08);
	display:block;
	width:100%;
	bottom:0;
}
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 3px;
    margin:0 3px;
    text-indent: -999px;
    border-radius: 0;
    cursor: pointer;
    background-color: #000 \9;
	background-color:rgba(255, 255, 255, 0.5);
	border:0;
	}
.carousel-indicators .active{
    margin-right: 3px;
	margin-left: 3px;
    width: 30px;
    height: 3px;
	margin-top:auto;
}
.index_contant .col-md-6{
	padding:0 20px;
}
@media (min-width:768px){
	.index_contant .row{
		padding-top:0;
		padding-bottom:50px;
	}
}

.index_contant_head{
	margin-bottom:20px;
	padding-top:30px;
}
.index_contant_head h4{
 float:left;
}
.index_contant_head h4:first-child{
	width:3px;
	height:23px;
	margin-right:10px;
	font-size: 32px;
	background-color:#c81332;
	display:block;
}
.index_news i{
	margin-right:10px;
	}
.index_tech img{
	width:150px;
}
.index_news_pic img{
	width:600px;
	height:400px;
}
.index_news_pic a,.renzfw a{
	color:#ffffff;
}
.carousel-caption{
	padding-bottom:0;
}
.banner-single {
    overflow: hidden;
    position: relative;
	}
.banner-caption {
    position: absolute;
    top: 30%;
 
    color: #eee;
	width: 100%;
	text-align: center;
	}
.youqlj{
	/* padding-left:80px; */
	margin-bottom:50px;
}
.kuaislj{
	margin-top:20px;
 
}
.kuaislj button{
	width:303px;
}
.kuaislj ul{
	width:300px;
	height:200px;
	overflow:scroll
}