@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {
/* 手机版 */	

.index_about_title{
	margin-top: 0px;
	margin-bottom: 0px;
}
.index_about_title .big{
	font-size: 26px;
	font-weight:bold;
	text-indent: 0px;
	margin-bottom: 5px;
}

.index_about_title .small{
	font-size:14px;
	padding-top: 5px;
	margin-bottom: 0px;
}

.about_bg{
	background-repeat:no-repeat;
	background-size:300% auto;padding-top:20px;padding-bottom:0px;background-color: #f4f8f9;background-position: center bottom;
}

.about_bg_x{
	background-size: 100%;
	background-position: top center;
}

.about_text{
	padding-top: 100px;
	padding-left: 0px;
	padding-right:0px;
	margin-bottom: 0px;
	font-size:14px;
	line-height: 26px;
	text-align: justify;
	text-indent: 28px;
}

/* 首页 关于我们 更多按扭*/
.more_3{
	font-size: 16px;
	height:30px;
	line-height:30px;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;

}


.yewu_bg{
	padding-bottom:10px;
}
.index_yewu{
	padding-top: 15px;
	padding-bottom:15px;
}
.index_yewu img{

	margin-bottom: 10px;
}
.index_yewu span{
	font-size: 16px;
}



/* 首页新闻 */
.news_bg{
	background-image:none;
	padding-top:20px;
	padding-bottom: 20px;
	background-color: #ededed;
}
.pr-80{
	padding-right: 15px;
}
.index_news_title{
	margin-bottom: 10px;
	line-height:24px;
	padding-bottom: 5px;
}
.index_news_title .name{
	font-size: 26px;
	font-weight:bold;
}
.index_news_title .more{
	background-color: #999;
	padding-left: 20px;
	padding-right: 20px;
}

.index_news_img{

	height:260px;

}

.wz_title{
	font-size: 16px;
	font-weight: normal;
}
.tongzhi_item{
	padding-top:5px;
	padding-bottom:5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.xinfa{

	padding-left: 0px;
	padding-top: 0px;
	border-bottom: none;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 20px;
	border-left:none;
	display: block;


}
.tongzhi_date{
	width: 70px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.date_d{

	height:30px;
	color:#fff;
	font-size: 30px;
	line-height: 30px;
}
.date_y{
	line-height: 22px;
	font-size: 16px;
}

.xinfa a{
	padding-bottom: 20px;
	border-bottom: #ddd 1px solid;
}
.wz_jianjie{
	display: none;
}



/* 首页团队*/
.tuandui_bg{
	background-image:url('../webimages/tuandui_bg.jpg');
	background-repeat:no-repeat;
	background-postion:top left;
	background-size:auto 100%;
	padding-top:30px;
	padding-bottom: 60px;
}
.lvshi_name{
	font-size: 14px;

}
.lvshi_jianjie{
	font-size: 12px;
	line-height: 140%;
	display: none;
}

.swiper-slide{

}

.swiper-button-next{
	display: none!important;
}
.swiper-button-prev{
	display: none!important;
}
.swiper-wrapper{

}




/* 反转垂直放置的列的顺序 */
.row.reorder-xs {
    transform: rotate(180deg);
    direction: rtl; /* Fix the horizontal alignment */
  }

  .row.reorder-xs > [class*="col-"] {
    transform: rotate(-180deg);
    direction: ltr; /* Fix the horizontal alignment */
  }


  /* 首页 为什么选择我们 */
.why_text{

}
.why_text span{
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.why_text div{
	font-size: 14px;
	color: #6e6e6e;
	margin-bottom: 20px;
	line-height: 180%;
}

.ad{
	height: 160px;
}

}