@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {
/* 手机版 */	




.about_img{
	padding-right: 15px;
}
.about_text{
	padding: 15px;
	font-size: 14px;
}
.about_icon img{
	width: 80%;
}

.about_icon_text{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.about_2_bg{
	padding-top: 20px;padding-bottom: 40px;
}



/* 首页新闻 */
.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{
	padding-bottom: 10px;
}


.wz_title{
	font-size: 14px;
	font-weight: normal;
	line-height: 200%;
	margin-bottom: 8px;
}

.wz_img{
	display: none;
}
.newstag_2 li{
	width:25%;
	margin-top: 10px;
}
.newstag_2 li a{
	margin-left: 0px;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	text-align: center;

}













/* 反转垂直放置的列的顺序 */
.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 */
  }





}