*{
	margin: 0;
	padding: 0;
}
.environment .about-cont__tit{
	padding: 0 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.environment .about-cont__tit h2{
	text-align: center;
	margin: 0 20px;
}
.environment .about-cont__dis{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 60px;
}
.about-cont__cont {
	/* padding: 60px 0 0 0; */
	/* background: url(about-cont-bg.png); */
}
.about-cont .inner{
	margin: 0 auto;
}
.about-cont__cont__tit{
	text-align: center;
	font-size: 27px;
	color: #e60012;
	letter-spacing: 4px;
	margin-bottom: 20px;
}
.list_right .about-cont .about-cont__cont__tit img{
	width: auto;
	margin: 0;
	border-radius: 0;
}
.about-cont__cont__dis{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding: 30px 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: 40px; */
}
.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;
	/* line-height: 1.8; */
}
.about-cont .rub-box.rub-box--type1 .rub-box__in {
	padding: 2%;
}
.about-cont .mb-text2 {
	margin-bottom: 20px;
}
.about-cont .rub-box.rub-box--type1 .rub-box__in h5 {
	font-size: 18px;
	color: #e60012;
}
.about-cont .rub-box__in h5 {
	margin-bottom: 10px;
}
.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: 20px;
}
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: 50px 0;
}
.pro-bans li {
	background-color: #d71318;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	width: 25%;
	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;
	
}



.rub-box__in div img{
	width: 100%;
}
.about-cont .rub-box .mb-text2 p{
	font-weight: normal;
	margin-bottom: 10px;
}

@media (max-width:767px){
	.environment .about-cont__tit img{display: none;}
	.environment .about-cont__tit h2{font-size: 20px;}
	.about-cont .rub-box h4{font-size: 16px;}
}