.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #3d107b;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
ul.sub_menu li{
	border-bottom: 1px solid #b694be;
}
.la_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
}
.la_main{
	width: 1200px;
	margin: 0 auto;
}
.la_main .ctn{
	width: 100%;
	float: left;
}
.la_main .la_content, .la_bot .la_content{
	width: 1150px;
	float: left;
	padding: 0 0 0 50px;
}
.la_main .text{
	width: 80%;
	float: left;
}
.la_main .Echart{
	width: 100%;
	float: left;
}
.Echart li{
	width: 50%;
	float: left;
	margin: 10px 0;
}
.la_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
	background: url(../images/em_bg_3.png) center top repeat-x;
}
.la_bot{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.la_bot .text{
	width: 25%;
	float: left;
}
.la_bot .Echart{
	width: 75%;
	float: left;
}
.em_img{
	width: 100%;
	padding: 10px 0;
	min-height: 300px;
	margin: 0 auto;
} 
.la_bot .Echart .em_img{
	min-height: 250px;
}
.tab .tit{
	background: url(../images/em_borBg_2.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
.tab table{
	border-left: 1px dashed #8f82bc;
	background: #fff;
}
.tab td, .tab th{
	padding: 8px 10px;
	border-bottom: 1px solid #8f82bc;
	border-right: 1px dashed #8f82bc;
	text-align: center;
	vertical-align: middle;
}
.tab tr.bg{
	background: #d4ddee;
}
.tab tr.bg2{
	background: #e7e5e2;
}
.la_main .tab{
	width: 50%;
	float: left;
}
.la_main .memo{
	width: 47%;
	padding: 170px 0 0 3%;
	float: left;
	background: url(../images/em_la_img.png) center top no-repeat;
}
.memo .text{
	width: 85%;
	float: left;
	background: url(../images/em_la_memoBg.png) center top no-repeat;
	padding: 25px 2.5% 25px 12.5%;
	font-size: 14px;
}
.end{
	border-bottom: 1px solid #9d85cd; 
	padding: 0 0 20px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.la_mainBg, .la_botBg{
	min-width: 1000px;
}
.la_main, .la_bot{
	width: 970px;
	padding: 0 15px;
}
.la_bot{
	padding: 50px 15px 0 15px;
}
.la_main .la_content, .la_bot .la_content{
	width: 100%;
	margin: 10px 0;
	padding: 0;
}
.la_main .text{
	width: 100%;
}
.la_bot .text{
	width: 30%;
}
.la_bot .Echart{
	width: 70%;
}
.tab td, .tab th{
	padding: 8px 9px;
}
.memo .text{
	width: 90%;
	background: rgba(255,253,209,0.85);
	padding: 20px 2.5% 20px 2.5%;
	margin: 0 0 0 5%;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 70px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 80px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 70px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 80px;
	border-top-left-radius: 100px;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 80px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.la_mainBg, .la_botBg{
	min-width: 320px;
}
.la_main, .la_bot{
	width: 90%;
	padding: 0 5%;
}
.la_main .la_content, .la_bot .la_content{
	width: 100%;
	margin: 10px 0;
	padding: 0;
}
.la_main .la_content, .la_bot .la_content{
	width: 100%;
	margin: 10px 0;
	padding: 0;
}
.la_main .text{
	width: 100%;
}
.la_bot .text{
	width: 100%;
}
.la_bot .Echart{
	width: 100%;
}
.Echart li{
	width: 100%;
	float: left;
	margin: 10px 0;
}
.la_main .tab{
	width: 100%;
	overflow-y: scroll;
}
.la_main .memo{
	width: 100%;
	margin: 10px 0;
	padding: 170px 0 0 0;
}
.memo .text{
	width: 95%;
	background: rgba(255,253,209,0.85);
	padding: 20px 2.5% 20px 2.5%;
	margin: 0;
	-webkit-border-top-left-radius: 100px;
	-webkit-border-top-right-radius: 70px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 80px;
	-moz-border-radius-topleft: 100px;
	-moz-border-radius-topright: 70px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 80px;
	border-top-left-radius: 100px;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 80px;
}
.em_img{
	min-height: 250px;
} 
}