/*banner*/
.swiper-container img{
	width: 100%;
	vertical-align: bottom;
}
/*title*/
.main-title{
	margin: auto;
	width: 26%;
	text-align: center
}
.main-title a{
	font-size: 25px;
	color: #1168b4;
}
.main-subtitle{
	position: relative;
	padding-top: 5px;
}
.main-subtitle i{
	display: block;
	position: absolute;
	bottom: 8px;
	width: 60px;
	height: 2px;
	background: #999;
}
.main-subtitle i:nth-child(2){
	right: 0;
}

/*about*/
.main-about-title,.main-about-img{
	overflow: hidden;
	width:20%;
	height: 190px;
}
.main-about-text{
	width:55%;
	line-height: 30px;
}
.main-about-img{
	position: relative;
}
.main-about-img a{
	padding: 5px 10px;
	position: absolute;
	right: 0;
	bottom: 20px;
	background: #1168b4;
	color: #fff;
}

/*business*/
.main-business{
	padding: 40px 8%; 
	background: #f8f8f8;
}
.main-business-list{
	display:flex;
	justify-content: space-between;
}
.main-business-list i{
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60px;
	height: 4px;
	background: #1168b4;
}

/*产品展示*/
.main-product li{overflow:hidden;margin-bottom:40px; text-align: center;}
.main-product li:hover img{ transform: scale(1.1);} 
.main-product a{ color: #fff;}
.main-product li p{width:100%;height:40px;line-height:40px;background: #1168b4;font-size:16px;}
.main-product-pic img{width:100%; vertical-align: middle;transition-duration:1.5s}
.main-product-pic{width:100%;height:220px;overflow:hidden;border:solid 1px #ddd;}

/*手机端按钮*/
.phone-content{display: none}
.phone-icon li{ 
	margin-bottom: 15px;
	overflow:hidden;
	width:33%;
	text-align: center;
	line-height: 30px;
}
.phone-icon-dot{
	position: relative;
	margin: auto;
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.phone-icon-dot .iconfont{
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 40px;
}
.phone-icon li:nth-child(1) .phone-icon-dot{
	background: #17928d;
}
.phone-icon li:nth-child(2) .phone-icon-dot{
	background: #43a753;
}
.phone-icon li:nth-child(3) .phone-icon-dot{
	background: #e79b39;
}
.phone-icon li:nth-child(4) .phone-icon-dot{
	background: #cd67a3;
}
.phone-icon li:nth-child(5) .phone-icon-dot{
	background: #e42323;
}
.phone-icon li:nth-child(6) .phone-icon-dot{
	background: #2583b9;
}

/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {

}

@media (max-width:991px ){
   .pc-content{display: none;}
   .phone-content{display: block}
}


