.index-body {
	padding: 80px 0;
}
.index-title {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: bold;
}
/* 关于星瑞達 */
.index-about {
	width: 30%;
	position: relative;
}
.index-about .index-abo-intro {
	font-size: 18px;
	line-height: 33px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.index-about .index-abo-content {
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 33px;
}
.index-about .index-abo-content p {
	margin-bottom: 0;
}
.inline-block-link {
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	color: #fff;
	/* background-color: #1DB1A1; */
	font-size: 33px;
}
.inline-block-link:hover {
	color: #1DB1A1;
}
.index-about .inline-block-link {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
	background-color: #1DB1A1;
	transition: all .3s;
	width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
}
.index-about .inline-block-link:hover {
	background-color: #fff;
	color: #1DB1A1;
}

/* 産業視頻 */
.index-video {
	width: 44%;
	padding: 0 30px;
}
.index-video .index-vid-top {
	height: 50px;
	color: #fff;
	line-height: 50px;
	font-size: 18px;
	padding-left: 15px;
	background-color: #1DB1A1;
}
.index-video video {
	width: 100%;
}
/* 新聞信息 */
.index-news {
	width: 26%;
}

.index-news .swiper-img{
	position: relative;
}
.index-news .swiper-img a {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	transition: all .5s;
}
.index-news .swiper-img a span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -60px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	height: 36px;
	width: 120px;
	border: 3px solid #fff; 
}
.index-news .swiper-slide:hover .swiper-img a{
	opacity: 1;
}
.index-news .swiper-text {
	height: 59px;
	padding: 8px 10px;
	background-color: #1DB1A1;		
}
.index-news .swiper-text h3,
.index-news .swiper-text p {
	font-size: 14px;
	line-height: 23px;
	color: #fff;
}
.index-news .swiper-text h3{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-left,
.swiper-right {
	position: absolute;
	top: 31%;
	font-size: 32px;
	z-index: 6;
	color: #fff;
}
.swiper-left {
	left: 10px;
}
.swiper-right {
	right: 10px;
}

/* 产品‌中心 */
.index-product {
	background-color: #F5F5F5;
	padding-bottom: 100px;
}
.index-product .index-title {
	text-align: center;
	margin-bottom: 25px;
	padding-top: 55px;
}
.index-product .index-product-swiper{
	position: relative;
}

/* 产品‌中心 end */


@media (max-width: 993px) {
	.index-about, .index-video, .index-news {
		width: 100%;
		margin-bottom: 20px;
	}
	.index-video {
		padding: 0; 
	}
	.index-news .swiper-img img{
		width: 100%;
	}

}

@media (max-width: 768px) {
	.index-body {
		padding: 35px 0;
	}
	.index-product .index-title {
		padding-top: 32px;
	}
	.index-product {
		padding-bottom: 50px;
	}
	.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	    display: block;
	    max-width: 140%;
	    height: auto;
	    margin-left: -20%;
	}
}