/*首页主滑屏*/
.swiper-id1 {
	width: 100%;
	height: 608px;
	overflow: hidden;
	background-color: #000000;
	z-index: 1;
}
.swiper-id1 .swiper-slide {
	background-position: center center;
	background-size: cover;
}
.swiper-id1 .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	opacity: 1;
	border-radius: 0px;
	background-color: #BABABA;
}
.swiper-id1 .swiper-pagination-bullet-active {
	background-color: #007AFF;
}
/*首页核心产品滑屏*/
.swiper-id2 {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.swiper-id2 .swiper-slide {
	z-index: 1;
}
.swiper-id2 .classification-item {
	border: 1px solid #D7D7D7;
	text-align: center;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
	-moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
	box-shadow: 1px 1px 12px rgba(0, 0, 0, .08);
	height:250px
}
.swiper-id2 .classification-item:hover {
	border-color: #FF9900;
}
.swiper-id2 .classification-item:hover .classification-item-more {
	background-color: #ff9900;
}
.swiper-id2 .classification-item-img {
	background-position: center center;
	background-size: cover;
	
}
.swiper-id2 .classification-item-topic {
	font-weight: bold;
	line-height: 30px;
	color: #111111;
}
.swiper-id2 .classification-item-line {
	background-color: #0067AC;
	width: 80px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-id2 .classification-item-info {
	color: #999999;
	height: 40px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.swiper-id2 .classification-item-more {
	width: 80px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0067AC;
	color: #FFFFFF;
	margin-bottom: -15px;
	line-height: 30px;
	border-radius: 15px;
	font-size: 12px;
}
/*首页案例*/
.home-case-wrap {
	padding: 50px 0;
	background-color: #BAD8F2;
	background-image: url(../img/cs_bg.jpg);
	background-position: center top;
	background-size: cover;
}
.swiper-id3-tabs, .swiper-id3 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.swiper-id3-tabs {
	margin-bottom: 40px;
}
.swiper-id3-tabs a {
	background-color: #656565;
	display: inline-block;
	color: #FFFFFF;
	height: 40px;
	width: 120px;
	line-height: 40px;
	border-radius: 20px;
	margin: 5px 10px;
}
.swiper-id3-tabs .active {
	background-color: #0067AC;
}
.swiper-id3 .item {
	width: 300px;
	height: 200px;
	float: left;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #727272;
	background-color: #F4F4F4;
}
.swiper-id3 .item h3 {
	font-weight: bold;
	height: 60px;
	line-height: 20px;
}
.swiper-id3 .item .note {
	height: 70px;
	line-height: 20px;
}
.swiper-id3 .item .more {
	line-height: 40px;
}
.swiper-id3 .item-img {
	width: 300px;
	height: 200px;
	float: left;
	
	background-position: center center;
	background-size: cover;
}
/*首页图片展示*/
.swiper-id4-tabs, .swiper-id4 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.swiper-id4-tabs {
	margin-bottom: 20px;
}
.swiper-id4-tabs a {
	background-color: #656565;
	display: inline-block;
	color: #FFFFFF;
	height: 40px;
	width: 120px;
	line-height: 40px;
	border-radius: 20px;
	margin: 5px 10px;
}
.swiper-id4-tabs .active {
	background-color: #0067AC;
}
.swiper-id4 .swiper-slide {
	z-index: 1;
}
/*首页照片滑屏*/
.swiper-id5 {
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.swiper-id5 .swiper-slide {
	z-index: 1;
}
.swiper-id5 .item-img {
	background-color: #F4F4F4;
	background-position: center center;
	background-size: cover;
}
.swiper-id5 .item-note {
	height: 30px;
	line-height: 30px;
}
.swiper-id6 {
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.swiper-id6 .swiper-slide {
	z-index: 1;
}
.swiper-id6 .item-img {
	background-color: #F4F4F4;
	background-position: center center;
	background-size: cover;
}
.swiper-id6 .item-note {
	height: 30px;
	line-height: 30px;
}
.swiper-id7 {
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.swiper-id7 .swiper-slide {
	z-index: 1;
}
.swiper-id7 .item-img {
	background-color: #F4F4F4;
	background-position: center center;
	background-size: cover;
}
.swiper-id7 .item-note {
	height: 30px;
	line-height: 30px;
}
