.bannerSwiper{
	position: relative;
	margin-top: 64px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.bannerSwiper .swiper-container{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.bannerSwiper .swiper-container .swiper-slide{
	width: 100%;
	min-height: 180px;
	position: relative;
}
.bannerSwiper .swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
}
.bannerSwiper .swiper-pagination-bullet{
	background: white;
	opacity: 1;
}
.bannerSwiper .swiper-pagination-bullet-active{
	width: 32px;
	border-radius: 6px;
}
.bannerSwiper .swiper-slide .swipeItemBox{
	position: absolute;
	width: 320px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin-left: -160px;
	margin-top: -90px;
	color: #fff;
	text-align: center;
}
.bannerSwiper .swiper-slide .swipeItemBox h2{
	margin-bottom: 28px;
}
.bannerSwiper .swiper-slide .swipeItemBox h1{
	color: #fff;
	margin-bottom: 28px;
	font-size: 16px;
}
.bannerSwiper .swiper-slide .swipeItemBox .btnModal{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 8px 24px;
}
.bannerSwiper .swiper-slide .swipeItemBox .btnModal:focus,.bannerSwiper .swiper-slide .swipeItemBox .btnModal:active{
	outline: none;
}
@media only screen and (min-width: 320px) and (max-width: 520px) {
	.bannerSwiper .swiper-container .swiper-slide img{
		min-height: 180px;
	}
	.bannerSwiper .swiper-slide .swipeItemBox{
		width: 280px;
		height: 120px;
		top: 50%;
		left: 50%;
		margin-left: -140px;
		margin-top: -60px;
	}
	.bannerSwiper .swiper-slide .swipeItemBox h2{
		margin-bottom: 12px;
		font-size: 18px;
	}
	.bannerSwiper .swiper-slide .swipeItemBox p{
		margin-bottom: 12px;
		font-size: 12px;
	}
	.bannerSwiper .swiper-slide .swipeItemBox .btnModal{
		padding: 2px 12px;
		font-size: 12px;
	}
}
.ourproduct{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 36px 0;
	margin: 0 auto;
	background: url(../../img/index/weproduct@2x.png) no-repeat;
	background-size: 100% 100%;
}
.ourproduct .productBox{
	width: 100%;
	max-width: 1170px;
	margin-bottom: 36px;
}
.ourproduct .p48{
	padding: 0 48px;
}
.ourproduct .productBox .productItem .imgbox{
	position: relative;
}
.ourproduct .productBox .productItem img{
	width: 78px;
	margin: 0 auto;
	box-sizing: border-box;
	display: block;
	-webkit-transition: all .6s;
    transition: all .6s;
}
.ourproduct .productBox .productItem img:hover{
	transform: rotateZ(360deg);
}
.ourproduct .productBox .productItem .name{
	width: 100%;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}
.ourproduct .productBox .productItem .introduce{
	width: 140px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	color: #666;
	box-sizing: border-box;
	margin: 0 auto;
}
.ourproduct .productBox .m4{
	margin-left: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 928px) {
	.ourproduct .productBox .productItem .introduce{
		width: 100%;
	}
	.ourproduct .productBox .productItem img{
		width: 100%;
		max-width: 96px;
	}
	.ourproduct .productBox .col-xs-2,.ourproduct .productBox .col-xs-3{
		padding: 0;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.ourproduct .p48{
		padding: 0;
	}
	.ourproduct .mb0{
		margin-bottom: 0;
	}
	.ourproduct .productBox .m4{
		margin-left: 0;
	}
	.ourproduct .productBox .productItem{
		margin-bottom: 18px;
	}
}
.oursupervise{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../../img/index/supervise@2x.png) no-repeat;
	background-size: 100% 100%;
	padding: 36px 0;
	padding-bottom: 128px;
}
.oursupervise .presentation{
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	display: block;
}
.oursupervise .container{
	box-sizing: border-box;
	width: 780px;
	margin: 0 auto;
}
.oursupervise .container dl{
	box-sizing: border-box;
	padding: 0 32px;
	text-align: center;
	color: #fff;
}
.oursupervise .container dl dt{
	margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
	.oursupervise .container{
		width: 100%;
	}
	.oursupervise .container dl{
		padding: 0 8px;
		margin-bottom: 16px;
	}
}
@media only screen and (min-width: 414px) and (max-width: 768px) {
	.oursupervise .container dl{
		padding: 0 36px;
		margin-bottom: 24px;
	}
}
.ourexample{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 36px 0;
	margin: 0 auto;
	background: url(../../img/index/weexample@2x.png) no-repeat;
	background-size: 100% 100%;
}
.ourexample .exampleBox{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.ourexample .exampleMore{
	width: 120px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #4186ed;
	border-radius: 6px;
	margin: 0 auto;
	display: block;
	color: #4186ed;
	text-align: center;
	text-decoration: none;
}
.ourexample .exampleItem{
	box-sizing: border-box;
	padding: 0 24px;
	margin-bottom: 36px;
}
.ourexample .exampleItem img{
	border-radius: 0 0 8px 0;
	overflow: hidden;
	width: 100%;
}
