.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: 30px 0 20px;
}

.env-conbox {
	width: 100%;
	float: left;
	background-image: url(../images/csr_env_img5.png);
	background-repeat: no-repeat;
	background-position: right -485px center;
}

.env-conbox .left p {
	float: left;
	width: 50%;
	border: 1px solid #d2dbe8;
	padding: 40px 10px;
	margin: 0px 10px;
}

.env-conbox .right {
	width: 30%;
	float: left;
}

.env-conbox {

	float: left;
}

.env-conbox ul {
	width: 100%;
	float: left;
}

.env-conbox ul>li {
	width: 275px;
	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: 500px;
	height: 195px;
	background: #758db7;
	position: absolute;
	top: -80px;
	left: -125px;
	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.bg .tit {
	color: #1f4a8c;
}

.esg_res a {
	display: inline-block;
    width: 100%;
    min-height: 61px;
	height: fit-content;
	text-decoration: none;
}
.esg_res li {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0 0 1rem 0;
	background: rgba(40, 100, 130, 0.2);
}

.esg_res li:hover {
	background: rgba(40, 100, 130, 0.1);
}

.esg_res li p {
	padding: 15px 0;
	margin: 0 15px;
}

.esg_res li img {
	background-color: #2c6785;
	padding: 15px;
}


ul.about_list {
	width: 88%;
	float: left;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	margin: 20px 0;
	position: relative;
}

ul.about_list>li span {
	left: 450px;

	position: absolute;
}

ul.about_list>li,
ul.finInfo_list>li,
ul.season_list>li {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	border-bottom: 1px solid #abb8ca;
}

ul.about_list>li .item,
ul.about_list>li .item_cont,
ul.finInfo_list>li .item,
ul.finInfo_list>li .item_cont,
ul.season_list>li .item,
ul.season_list>li .item_cont {
	float: left;
	box-sizing: border-box;
	display: table;
	height: 100%;
	padding: 5px 20px;
}

ul.about_list>li .item,
ul.finInfo_list>li .item,
.season ul.season_list>li .item {
	width: 55%;
	max-width: 250px;
	background: #d2dbe8;
	font-weight: 600;
	text-align: center;
}

ul.about_list>li.bg .item,
ul.finInfo_list>li.bg .item,
.season ul.season_list>li.bg .item {
	background: #e9edf3;
}

ul.about_list>li.prod .item,
ul.finInfo_list>li .item_cont.prod {
	line-height: 28px;
}

ul.about_list>li .item_cont,
ul.finInfo_list>li .item_cont {
	width: 45%;
}

ul.about_list .row2 {
	min-height: 60px;
	padding: 12px 20px !important;
}

.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;
}

.bntmore {
	position: absolute;
	right: 20px;
	font-size: 12px;
	font-family: 'Raleway';
	padding: 0 12px;
	background: #003a75;
	letter-spacing: 1px;
	color: #fff;
	margin: 20px;
}

/* .csr_org .org-img-width {
	width: 100%;
} */


/**i pad 橫式**/
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.env-conbox ul>li {
		width: 165px;
		margin-right: 10px;
	}

	.env-conbox {
		background-image: none;
	}

	.env-conbox ul>li {
		width: 30%;
		margin-right: 20px;
	}
}

/**i pad 直式**/
@media screen and (min-width: 700px) and (max-width: 768px) {
	.env-conbox ul>li {
		width: 30%;
		margin-right: 12px;
	}

	.env-conbox {
		background-image: none;
	}
}

@media screen and (min-width: 320px) and (max-width: 700px) {}

@media screen and (min-width: 320px) and (max-width: 640px) {
	/* .env-conbox {
		background-position: right -485px bottom;
	} */

	.env-conbox ul>li {
		width: 147px;
		height: 204px;
		margin: 2%;
		width: 46%;
	}
}

/**「iphone5」**/
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
	.env-conbox ul>li {
		width: 132px;
	}
}

@media screen and (max-width:991px) {
	.w100 {
		width:100%
	}
}


@media screen and (max-width:768px) {
	.env-conbox {
		background-position: right -485px bottom;
	}
}

@media screen and (min-width: 320px) and (max-width: 640px) {
	.org-img-width {
		width: 100%;
	}
}