.homeBanner{
	width:100%;
	background: #f5f5f5;
}
.homeBanner img{
	width:100%;
	height: 100%;
}

/**/
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-pagination{
	background: rgba(0,0,0,0);
}
.swiper-pagination-bullet{
	opacity: 1;
	background: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #287aab;
}

.index_aboutus{
	overflow: hidden;
}
.index_aboutus p{
	float: left;
	width: 65%;
}
.index_aboutus img{
	float: right;
	width: 35%;
}
.biaoti_cn{
	color: #0077b5;
	font-size: 1.6rem;
}
.biaoti_en{
	color: #0077b5;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.productimg{width: 100%;}

.btn_box{
	padding: 10px 0;
	height: 40px;
}
.btn_a{
	display: inline-block;
	position: relative;
	border:solid 1px #0077b5;
	color: #0077b5;
	border-radius: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 10px;
}
.btn_a:before{
	content: " ";
	width: 7px;
	height: 1px;
	background: #0077b5;
	position: absolute;
	right: 12px;
	top:15px;
}
.btn_a:after{
	content: " ";
	height: 7px;
	width: 1px;
	background: #0077b5;
	position: absolute;
	right: 15px;
	top:12px;
}

.address{
	margin: 10px auto;
	padding-left:22px;
	background: url(../images/icon/address.jpg) no-repeat;
	background-position: left 0;
	background-size: 16px;
}
.tel{
	display: block;
	margin: 10px auto;
	padding-left:22px;
	background: url(../images/icon/tel.jpg) no-repeat;
	background-position: left 0;
	background-size: 16px;
}
