/*轮播图 开始*/

/*轮播指标*/
.carousel-indicators li {
	margin: 0 .11rem;
	border: none;
	border-radius: 50%;
	width: .14rem;
  height: .14rem;
  background-color: #c4c4c4;
}

.carousel-indicators .active {
	margin: 0 .11rem;
	width: .14rem;
  height: .14rem;
	background-color: #02b7a1;
}

/*轮播项目 开始*/
.carousel-inner>.item>a>img, 
.carousel-inner>.item>img, 
.img-responsive, 
.thumbnail a>img, 
.thumbnail>img {
	width: 100%;
	/*height: 4.8rem;*/
}
/*轮播项目 结束*/
/*轮播图 结束*/

/*服务介绍 开始*/
.bg-custom .col-md-6 {
	margin-bottom: .14rem;
}

.service-bg1,
.service-bg2,
.service-bg3,
.service-bg4 {
	width: 49.4%;
	height: 2.48rem;
}

.service-bg1 {
	margin-right: .14rem;
	background: url(../img/block_bg1.png) no-repeat 0;
	background-size: cover;
}

.service-bg2 {
	background: url(../img/block_bg2.png) no-repeat 0;
	background-size: cover;
}

.service-bg3 {
	margin-right: .14rem;
	background: url(../img/block_bg3.png) no-repeat 0;
	background-size: cover;
}

.service-bg4 {
	background: url(../img/block_bg4.png) no-repeat 0;
	background-size: cover;
}

.bg-custom h3 {
	margin-top: .64rem;
	color: #333;
}

.bg-custom p {
	margin-top: .32rem;
	color: #999;
	line-height: 2;
}
/*服务介绍 结束*/

/*案例 开始*/
.case-img {
	height: 4.08rem;
}

.case-img img {
	height: 100%;
}

.bg-custom2 h3 {
	margin-bottom: 1.20rem;
	color: #666;
}
/*案例 结束*/

/*行业动态 开始*/
.container-fluid .industry-bg {
	padding: 0 .16rem;
}

.industry-bg h3 {
	margin-top: .22rem;
	margin-bottom: .46rem;
	font-size: .26rem;
	line-height: 2;
	color: #333;
}

.industry-img {
	height: 2.34rem;
}

.industry-img img {
  width: 100%;
}
/*行业动态 结束*/

/*合作伙伴 开始*/
.bg-custom3 .container-fluid {
	margin: .64rem 0 .28rem;
	padding-top: .72rem;
	background: url(../img/partner_bg.png) no-repeat center;
	background-size: 100% 100%;
}

.bg-custom3 .row {
	overflow: hidden;
}
.bg-custom3 .col-md-3 {
	margin-left: -1px;
  margin-bottom: -1px;
	border-left: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	/*height: 2.16rem;*/
	text-align: center;
}

.partner-img {
	text-align: center;
  width: 100%;
  height: .8rem;
  line-height: .8rem;
}

.bg-custom3 h3 {
	margin-bottom: .2rem;
}
/*合作伙伴 结束*/