.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #333;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.hsm_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
}
.hsm_main{
	width: 1200px;
	margin: 0 auto;
}

.hsm_main .hsm_content, .hsm_adco .hsm_content{
	width: 1150px;
	float: left;
	margin-left: 50px;
	padding: 0 0 20px 0;
}
.hsm_content .text{
	width:55%;
	float: left;
}
.hsm_content .text2{
	width: 75%;
	float: left;
}
.hsm_content .img{
	width: 30%;
	float: left;
	text-align: center;
	position: relative;
}
.hsm_content .btn{
	width: 25%;
	float: left;
	text-align: center;
}
.hsm_content .img2{
	width: 35%;
	float: left;
	text-align: center;
}
.hsm_content .img3{
	width: 32%;
	float: left;
	background: url(../images/sc_hsm_bg.gif) left top no-repeat;
	padding: 0 0 0 3%;
}
.hsm_content .img img{
	position: absolute;
	top: 35px;
	left: 30px;
	z-index: 2;
}
.hsm_content .Echart{
	width: 65%;
	float: left;
	text-align: center;
}
.hsm_content .list{
	width: 65%;
	float: left;
}
.list li{
	background: url(../images/sc_hsm_list.png) 1% 15px no-repeat;
	border-top: 1px solid #f54d8f;
	width: 88%;
	padding: 8px 2% 8px 5%;
	margin: 0 0 0 5%;
}
.list li.bg{
	background: url(../images/sc_hsm_list.png) 1% 12px no-repeat, #fdefee;
}
/*chart*/
.str_img{
	width: 100%;
	min-height: 350px;
	float: left;
	margin: 0;
}
.hsm_adcoBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/sc_bg.png) center top repeat-x;
	z-index: 3;
	position: relative;
}
.hsm_adco{
	width: 1200px;
	margin: 0 auto;
}
.hsm_adco .text{
	width: 35%;
	float: left;
}
.hsm_adco .tab{
	width: 65%;
	float: left;
	text-align: center;
}
.hsm_content .tit{
	background: url(../images/ss_borBg_1.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
.hsm_content table{
	border-left: 1px dashed #9e8b74;
	margin: 15px 0;
	background: rgba(255,255,255,0.8);
	margin: 0 auto;
}
.hsm_content td, .hsm_content th{
	padding: 5px 10px;
	border-bottom: 1px solid #9e8b74;
	border-right: 1px dashed #9e8b74;
	text-align: center;
	vertical-align: middle;
}
.hsm_content tr.bg{
	background: #f0cdcd;
}
.hsm_content tr.bg2{
	background: #ffe8e8;
}
.end{
	border-bottom: 1px dashed #ff9189;	
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.hsm_mainBg, .hsm_adcoBg{
	min-width: 1000px;
}
.hsm_main, .hsm_adco{
	width: 90%;
	padding: 0 5%;
}
.hsm_main .hsm_content, .hsm_adco .hsm_content{
	margin: 0;
	width: 100%;
}
.hsm_content .img img{
	top: 85px;
}
.hsm_content .img2 img{
	width: 100%;
	height: auto;
}
#sc_hsm_img_3{
	width: 100%;
	height: auto;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.hsm_mainBg, .hsm_adcoBg{
	min-width: 320px;
}
.hsm_main, .hsm_adco{
	width: 90%;
	padding: 0 5%;
}
.hsm_main .hsm_content, .hsm_adco .hsm_content{
	margin: 0;
	width: 100%;
}
.hsm_content .text, .hsm_adco .tab, .hsm_content .text2, .hsm_content .btn, .hsm_content .Echart{
	width: 100%;
}
.hsm_content .img, .hsm_content .img2{
	display: none;
}
.hsm_adco .tab, .hsm_content .btn, .hsm_content .list{
	margin: 10px 0;
}
.hsm_content .img3, .hsm_content .list{
	width: 100%;
}
#sc_hsm_img_3{
	width: 100%;
	height: auto;
}
.list li{
	background: none;
	width: 95%;
	padding: 8px 2.5%;
	margin: 0;
}
.list li.bg{
	background: #fdefee
}
}