*{
	margin: 0;
	padding: 0;
}
.h_row{
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
.h_row .mb-text{width:100%;max-width: 580px;}
.environment .about-cont__tit{
	padding: 6% 0 3%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.environment .about-cont__tit h2{
	text-align: center;
	margin: 0 2%;
}
.environment .about-cont__dis{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6%;
}
.about-cont__cont {
	padding: 6% 0 0 0;
	background: url(about-cont-bg.png);
}
.about-cont .inner{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
.about-cont__cont__tit{
	text-align: center;
	font-size: 27px;
	color: #e60012;
	letter-spacing: 4px;
	margin-bottom: 2%;
}
.about-cont__cont__dis{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 3% 0;
}
.about-cont .rub-box {
	width: 100%;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	font-size: 15px;
	/* font-weight: bold; */
	margin-bottom: 4%;
}
.about-cont .rub-box.rub-box--type1 h4 {
	background: #f39700;
	color: #fff;
}
.about-cont .rub-box h4 {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 1% 2%;
	font-size: 20px;
}
.about-cont .rub-box.rub-box--type1 .rub-box__in {
	padding: 2%;
}
.about-cont .mb-text2 {
	margin-bottom: 4%;
}
.about-cont .mb-text2 p,.about-cont .mb-text p{
	line-height: 1.8;
}
.about-cont .mb-text p.h_subtitle {
    margin-top: 2%;
}
.about-cont .rub-box.rub-box--type1 .rub-box__in h5 {
	font-size: 18px;
	color: #e60012;
}
.about-cont .rub-box__in h5 {
	margin-bottom: 1%;
}

.about-cont .approach dl dd {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}
.about-cont .approach dl dd span{
	font-size: 20px;
}

.about-cont .mb-text {
	margin-bottom: 2%;
}
table {
	display: table;
	/* border-collapse: separate; */
	box-sizing: border-box;
	/* border-spacing: 2px; */
	border-color: grey;
}
.about-cont.environment .env-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	/* margin-bottom: 50px; */
	line-height: 1.8;
}
.about-cont.environment .env-table tr th {
	padding: 4px 10px;
	width: 16px;
	border: 1px solid #ccc;
	line-height: 1.2;
}
.about-cont.environment .env-table tr td {
	padding: 4px 10px;
	border: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}
.about-cont.environment .bgc-gry {
	background: #f2f2f2;
	height: 32px;
	width: 217px;
}

.pro-bans {
	text-align: center;
	padding: 5% 0;
}
.pro-bans li {
	background-color: #d71318;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	width: 27%;
	padding: 8px;
	border-radius: 10px;
}
.pro-bans li img{
	width: 100%;
}
.pro-bans li a{
	text-decoration: none;
}
.pro-bans li a p{
	padding: 8px 0 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	
}
/*兼容手机处理*/
@media (max-width: 767px) {
	.environment .about-cont__tit img{display: none;}
	.environment .about-cont__tit h2,.about-cont__cont__tit{font-size: 20px;}
	.about-cont .rub-box.rub-box--type1 h4{font-size: 17px;}
	.h_row .mb-text{
		max-width: 580px;
		width: 100%;
	}
	.about-cont .inner{
		max-width: 940px;
		width: 100%;
	}
	.clearfix.approach.h_row{flex-direction: column;}
	.pro-bans li a p{font-size: 14px;}
}