@charset "utf-8";
/* CSS Document */
.red_color {
	color: #ba0000;
}
.text_bg {
	background-image: url(../images/text_bg.png);
	width: 100%;
	background-position: left top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.text_box_top {
	background-image: url(../images/text_bg_top.png);
	width: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 10px;
}
.text_box {
	position: relative;
	max-width: 1160px;
	padding:15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom:15px;
}
.title_banner {
	margin-bottom: 10px;
}
.text_pic {
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: center;
}
.text_pic img {
	width: 100%;
}
.text_pic_l {
	width: 100%;
	display: inline-block;
	float: left;
	clear: left;
}
.text_pic_l img {
	width: 100%;
}
.text_pic_r {
	width: 100%;
	display: inline-block;
	float: right;
	clear: right;
}
.text_pic_r img {
	width: 100%;
}
.text_area_r {
	width: 100%;
	display: inline-block;
	float: right;
	clear: right;
}
.text_area_l {
	width: 100%;
	display: inline-block;
	float: left;
	clear: left;
}
.text_title {
	color: #ba0000;
	font-weight: 700;
	font-size: 20px;
	line-height: 35px;
}
.text_info {
	color: #000;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
}
ul.item_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}
ul.item_area li {
	width: calc(100% - 20px);
	display: table;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 0;
	margin-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.item_area1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 10px;
}
ul.item_area1 li {
	width: calc(100% - 20px);
	display: table;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 0;
	margin-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.item_pic {
	width: 100%;
}
.item_pic img {
	width: 100%;
}
@media only screen and (min-width: 768px) {
 .text_box_top {
 height: 25px;
}
.text_box {
 padding: 20px 30px;
}
.text_pic {
 display: inline-block;
 width: 48%;
 margin: auto;
 text-align: center;
}
.text_pic_l {
 width: 42%;
}
.text_pic_r {
 width: 42%;
}
.text_area_r {
 width: 57%;
}
.text_area_l {
 width: 57%;
}
ul.item_area {
 margin-top: 30px;
}
ul.item_area li {
 width: calc(33.3% - 20px);
}
ul.item_area1 {
 margin-top: 30px;
}
ul.item_area1 li {
 width: calc(50% - 20px);
}
}
@media only screen and (min-width: 1000px) {
 .text_box_top {
 height: 30px;
}
.title_banner {
 margin-bottom: 30px;
}
.text_title {
 font-size: 46px;
 line-height: 55px;
 margin-bottom: 15px;
}
.text_info {
 font-size: 28px;
 line-height: 40px;
 min-height: 120px;
}
}
