.sp_mainBg{
	width: 100%;
	float: left;
	background: url(../images/ov_op_mainBg_l.gif) left 150px no-repeat;
	min-width: 1200px;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px 0;
}
.sp_main{
	width: 1200px;
	margin: 0 auto;
}
.title{
	width: 100%;
    float: left;
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #00479d;
    font-weight: 600;
}
.title img{
	vertical-align: middle;
}
.sp_content{
	width: 1150px;
	padding: 0 0 0 50px;
}
.sp_content .box{
	width: 30%;
	float: left;
	border: 1px solid #F39800;
	background-color: #FFF1DA;
	text-align: center;
    height: 103px;
border-radius:10px;
	margin: 1%;
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.sp_content .box span,.sp_content .box2 span,.sp_content .box3 span{
	font-size: 36px;
}
.sp_content .box2{
	width: 30%;
	float: left;
	border: 1px solid #4c9e38;
	background-color: #DDFFD4;
	text-align: center;
	height: 103px;
	margin: 1%;
	border-radius:10px;
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.sp_content .box3{
	width: 30%;
	float: left;
	border: 1px solid #29b2d2;
	background-color: #D7F7FF;
	text-align: center;
	height: 103px;
	margin: 1%;
	border-radius:10px;
	display: flex;
	flex-direction: column;
    justify-content: center;
}


.sp_top{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.sp_top .left{
	width: 35%;
	float: left;
	text-align: left;
}
.sp_top .right{
	width: 65%;
	float: left;
	text-align: center;
}
.sp_text{
	float: left;
	width: 100%;
}
.sp_img{
	float: left;
	width: 270px;
	min-height: 680px;
	background: url(../images/ov_sp_img_1.gif) center center no-repeat;
	background-size: contain;
}
.sp_text .eco, .sp_text .env, .sp_text .soc{
	width: 135px;
	height: 46px;
	float: left;
}
.sp_text .eco{
	background: url(../images/ov_sp_btn_1h.png) no-repeat;
}
/* a.selected li.eco, .sp_text .eco:hover{
	background: url(../images/ov_sp_btn_1h.png) no-repeat;
} */
.sp_text .env{

	background: url(../images/ov_sp_btn_2h.png) no-repeat;
}
/* a.selected li.env, .sp_text .env:hover{
	background: url(../images/ov_sp_btn_2h.png) no-repeat;
} */

a.selected li.soc, .sp_text .soc:hover{
	background: url(../images/ov_sp_btn_3h.png) no-repeat;
}
.sp_text .soc{

	background: url(../images/ov_sp_btn_3h.png) no-repeat;
}
.sp_echart, ul.chart{
	width: 100%;
	float: left;
}
ul.chart{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.chart li{
	width: 32%;
	margin: 10px 0.5%;
	border: 1px solid #ccc;
	min-height: 250px;
	height: 300px;
	float: left;
	position: relative;
}

ul.chart li .tit{
	width: 100%;
	float: left;
	text-align: center;
	position: absolute;
	bottom: 10px;
	/* color: #0a6c81; */
	font-size: 16px;
	font-weight: 600;
	height: 33px;
}
.eco_img{
	width: 96%;
	min-height: 250px;
	float: left;
	padding: 10px 2%;
}
.unit{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, Helvetica-Fraction;
	font-weight: normal;
}
.unit sub{
	font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.sp_mainBg{
	min-width: 1000px;
}
.sp_main{
	width: 970px;
	padding: 0 15px;
}
.sp_content{
	width: 100%;
	padding: 0;
}
.sp_text{
	width: 78%;
	padding: 0 3% 0 0;
}
.sp_img{
	width: 19%;
}
}
@media screen and (min-width: 700px) and (max-width: 768px) {
.sp_mainBg{
	min-width: initial;
}
.sp_main{
	width: 90%;
	padding: 0 5%;
}
.sp_text{
	width: 100%;
	padding: 0;
}
ul.chart li{
	width: 48%;
	margin: 10px 1%;
	box-sizing: border-box;
}
}

@media screen and (min-width: 320px) and (max-width: 700px) {
.sp_mainBg{
	min-width: 320px;
}
.sp_main{
	width: 90%;
	padding: 0 5%;
}
.sp_content{
	width: 100%;
	padding: 0;
}
.sp_text, .sp_img{
	width: 100%;
}
ul.chart li{
	width: 98%;
	margin: 10px 1%;
	box-sizing: border-box;
}
}