/* banner */
	.swiper-slide {
		overflow: hidden;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.swiper-slide img {
		width: 100%;
	}




/* 产品 */
	.sj_chan_pin {
		
	}
	
	.sj_chan_pin ul {
		margin-top: 40px;
	}
	
	.sj_chan_pin ul li {
		width:calc(100% / 2);
		float: left;
		background-color: #efefef;
	}
	
	.sj_chan_pin ul li:nth-child(1n+3) {
		margin-top: 20px;
	}
	
	.sj_chan_pin ul li img {
		width: 100%;
	}
	
	.sj_chan_pin ul li h2 {
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		width: 80%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0px 10%;
	}




/* 广告轮播 */
	#guang_gao {
		width:calc(100% - 20px);
		position:relative;
		margin-top: 40px;
		padding: 0px 0px 90px 0px;
		height: 230px;
	}
			
	#guang_gao .guang_gao_tu_fu li {
		display:none;
	}

	#guang_gao .guang_gao_fk_fu {
		text-align: center;
		width: 100%;
		position: absolute;
		bottom: 60px;
	}
			
	#guang_gao .guang_gao_fk_fu li {
		display: inline-block;
		width:40px;
		height:4px;
		margin-left: 20px;
		background:#959595;
		opacity:0.7;
	}/*小方块	宽/高		默认颜色调整*/
			
	#guang_gao .guang_gao_fk_fu li:nth-child(1) {
		margin-left: 0px;
	}

	#guang_gao img {
		width: 100%
	}




/* 新闻 */
	.biao_ti {
		text-align: center;
	}
	
	.biao_ti h2 {
		font-size: 18px;
		line-height: 18px;
		color: #1ba6ff;
		padding: 20px 0 ;
	}

	.xin_wen {
		margin-top: 30px;
	}

	.xin_wen a {
		display: block;
		width: 100%;
		height: 100px;
		position: relative;
		background-color: #f7f7f7;
		margin-top: 20px;
	}
	
	.xin_wen a:nth-child(1) {
		margin-top: 0px;
	}
	
	.xin_wen a img {
		width: 146px;
		height: 100px;
		float: left;
		margin-right: 30px;
	}
	
	.xin_wen a h2 {
		font-size: 16px;
		line-height: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width:calc(95% - 176px);
	}
	
	.xin_wen a h3 {
		font-size: 14px;
		line-height: 14px;
		color: #888888;
		padding: 30px 0px 10px;
	}
	
	.xin_wen a div {
		font-size: 12px;
		line-height: 26px;
		padding: 0px 20px;
		color: #666666;
		background-color: #eeeeee;
		position: absolute;
		top: 13px;
		right: 0px;
	}