.boxSizing {
	box-sizing: border-box;
}

.table {
	background-color: #fff;
}

.csr {
	background: url(../images/csr_top_img.png) center top repeat-x;
}


.envbg {
	background-color: #eeeeee;
	padding: 20px 0;
}

.env-conbox {
	width: 100%;
}

.env-conbox .left p {
	width: 50%;
	border: 1px solid #d2dbe8;
	padding: 40px 10px;
	margin: 0px 10px;
}


.env-conbox ul {
	width: 100%;
}

.env-conbox ul>li {
	width: 100%;
	height: 220px;
	box-sizing: border-box;
	float: left;
	background: #5271a5;
	margin-right: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.env-conbox ul>li.bg {
	background: #ffffff;
	border: 1px solid #c4ccd9;
}

.env-conbox ul>li:last-child {
	margin-right: 0;
}

.env-conbox li .trapezoid {
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
	width: 150%;
	height: 215px;
	background: #758db7;
	position: absolute;
	top: -110px;
	left: -100px;
	transition-duration: 0.3s;
	z-index: 1;
}

.env-conbox li.bg .trapezoid {
	background: #dbe2ed;
}

.env-conbox li:hover .trapezoid {
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	transform: rotate(-15deg);
	transition-duration: 0.5s;
}

.env-conbox ul>li div {
	text-align: center;
	z-index: 2;
	width: 100%;
	position: absolute;
}

.env-conbox ul>li .img {
	top: 40px;
}

.env-conbox ul>li .tit {
	bottom: 40px;
	color: #fff;
}

.env-conbox ul>li .tit h2{
	padding: 0 1rem;
}

.env-conbox ul>li.bg .tit {
	color: #1f4a8c;
}

.check{
	padding-left: 20px;
	background-image: url(../images/icon2.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	margin-bottom: 0.25rem;
}

.point{
	padding-left: 20px;
	background-image: url(../images/wh_pro_tit_img.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	margin-bottom: 0.25rem;
}

.dw_btn {
	border: 2px solid #c7d1e2;
	padding: 0 15px 0 50px;
	line-height: 37px;
	background: url(../images/more_dw.png) 15px center no-repeat, #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	color: #1f4a8c;
}

.dw_btn:hover {
	border: 2px solid #3a5c99;
	background: url(../images/more_dw2.png) 15px center no-repeat, #3a5c99;
	cursor: pointer;
	color: #fff;
	transition-duration: 0.3s;
}

.csr_org {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

.bntmore {
	position: absolute;
	right: 20px;
	font-size: 12px;
	font-family: 'Raleway';
	padding: 0 12px;
	background: #003a75;
	letter-spacing: 1px;
	color: #fff;
	margin: 20px;
}

.empBg {
	width: 100%;
	min-height: 300px;
	background: url("../images/esg_empBg.png") no-repeat;
	background-size: cover;
	background-position: center bottom;
	border-radius: 55% 10% 83% 51% / 67% 43% 69% 65%;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.1));
}

@media screen and (min-width:992px) {
	.emp_result {
		margin-left: 2rem;
	}
}

@media screen and (max-width:991px) {
	.empBg {
		margin-bottom: 1rem;
	}
}
