#sci-tech-banner{
	height: 800px;
	width: 100%;
}
#sci-tech-banner .banner{
	width: 100%;
	height: 100%;
	background-image: url(../images/sci-tech/banner.png);
	
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	background-size: cover;
	
}
#sci-tech-banner .banner p{
	font-size: 120px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 140px;
}


/*正文*/
#sci-tech{
	width: 100%;
	
	background-color: #fafafa;
	
}


/*列表*/
#sci-tech .body-content{
	width: 100%;
	padding-top: 120px;
}


#sci-tech h2{
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	
	text-align: center;
}

#sci-tech h2 p:nth-child(2){
	font-size: 24px;
	
	color: #666666;
	line-height: 24px;
	
	margin: 28px 0;
}

#sci-tech h2 p:nth-child(3){
	width: 200px;
	height: 4px;
	background: #E42826;
	border-radius: 2px;
}

/*业务板块*/
.business-content{
	/*padding: 120px;*/
	padding-bottom: 120px;
}

.business-content ul{
	width: 1280px;
}
.business-content ul li{
	width: 374px;
	height: 500px;
	margin-right: 40px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.business-content ul li:hover{
	cursor: pointer;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.60);
}
.business-content ul li:first-child{
	background-image: url(../images/sci-tech/yingshi.png);
}
.business-content ul li:nth-child(2){
	background-image: url(../images/sci-tech/sanweidonghua.png);
}
.business-content ul li:last-child{
	background-image: url(../images/sci-tech/xiaoguotu.png);
}

.business-content ul li:last-child{
	margin-right: 0;
	width: 372px;
}
.business-content ul li .render-title{
	width: 172px;
	height: 64px;
	background: #00A4EF;
	margin-top: 40px;
	text-align: center;
	
	font-size: 28px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 64px;
}
.business-content ul li .render-intro{
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	
	margin-top: 26px;
	padding-left: 30px;
}

/*七虹云优点*/

.superiority-content{
	background-color: #FFFFFF;
	padding: 120px 0 100px 0;
}
.superiority-content ul{
	width: 1200px;
}
.superiority-content ul li{
	width: 498px;
	height: 158px;
	
	border: 1px solid #999999;
	margin-right: 24px;
	margin-bottom: 24px;
	padding: 40px 40px;
	
}
.superiority-content ul li:nth-child(2n){
	margin: 0;
}
/*图标*/
.superiority-content ul li .superiority-icon{
	width:150px ;
	height:150px ;
	
	margin-right: 30px;
}
.superiority-content ul li .superiority-icon img{
	width: 100%;
	height: 100%;
	display: block;
}
/**/
.superiority-content ul li .superiority-intro{

}
/*标题*/
.superiority-content ul li .superiority-title{
	font-size: 24px;
	color: #333333;
	letter-spacing: 0;
	
	margin-bottom: 10px;
}

.superiority-content ul li .superiority-intro{
	
}
.superiority-content ul li .superiority-intro p{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: 30px;
}

/*经典案例*/
.case-exhibition{
	padding: 120px 0;
	width: 100%;
}
.case-exhibition .case-swiper{
	width: 1200px;
	overflow: hidden;
}
.case-exhibition .case-swiper .swiper-slide{
	width: 384px;
}

.case-exhibition .case-swiper .swiper-slide{
	width: 374px;
}
.case-exhibition .case-swiper .swiper-slide{
	/*margin-right: 10px;*/
}
.case-exhibition .case-swiper .swiper-slide:last-child{
	margin-right: 0;
}
/*图片*/
.case-exhibition .case-swiper .swiper-slide .swiper-slide-img{
	width: 374px;
	height: 384px;
	
	overflow: hidden;
}
.case-exhibition .case-swiper .swiper-slide .swiper-slide-img img{
	width: 100%;
	height: auto;
	
	display: block;
}

/*文案*/
.case-exhibition .case-swiper .swiper-slide .case-intro{
	padding: 0 15px;
	width: 344px;
	
	height:164px ;
	
	background-color: #FFFFFF;
}
.case-exhibition .case-swiper .swiper-slide .case-intro p{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	line-height: 24px;

}
.case-exhibition .case-swiper .swiper-slide .case-intro .case-name{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	
	margin-bottom: 10px
}
/*分页器样式*/
.case-exhibition .case-swiper .swiper-navigation {
	margin-top: 40px;
	
	text-align: center;
}
.case-exhibition .case-swiper .swiper-navigation .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	border: 1px solid #999999;
	
	border-radius: 50%;
	background-color: #FFFFFF;
}
.case-exhibition .case-swiper .swiper-navigation .swiper-pagination-bullet-active{
	border: 1px solid #E60026;
}



/*产品兼容*/
.plug-in{
	background-color: #FFFFFF;
	padding: 120px 0;
}
.plug-in ul{
	width: 1200px;
}

.plug-in ul li{
	width: 240px;
	margin-top: 50px;
}
/*图标*/
.plug-in ul li div{
	width: 96px;
	height: 96px;
	background: #EFEFEF;
	border-radius: 50%;
	
	margin-bottom: 30px;
}
.plug-in ul li div img{
	width: 50px;
	height: 50px;
	margin-top: 23px;
	margin-left: 23px;
}
.plug-in ul li p{
	font-size: 18px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
}
