*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
body{
	-webkit-text-size-adjust: none ;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000000;
}
i{
	font-style:normal;
}
.fl{
float: left;
}
.fr{
	float: right;
	}

/* 当前位置 */
.location a {
	color: #333333;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
	height: 50px;
	line-height: 50px;
}
.location-word {
	position: relative;
	top: -4px;
}
/*  */
.infoAll{
	width: 100%;
	background: url(allBg_ldzc.png) repeat-x top left;
	margin-bottom: 60px;
	position: relative;
}
.infoAll .infoCenter{
	width: 1280px;
	margin: 0 auto;
}
.infoAll .infoCont{
	width: 100%;
	background-color: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 0px 5px 6px #dadada;
}
.infoAll .infoCont .infoContLf{
	width: 295px;
	display: inline-block;
}
.infoAll .infoCont .infoContLf h3{
	font-size: 34px;
	color: #009687;
}
.infoAll .infoCont .infoContLf ul li{
	width: 255px;
	border: 1px solid #dcdcdc;
	background-color: #eeeeee;
	height: 56px;
	box-sizing: border-box;
	border-radius: 10px;
	line-height: 56px;
	margin-top: 29px;
	padding-left: 30px;
}
.infoAll .infoCont .infoContLf ul li a::after{
	content: " ";
	display: inline-block;
	vertical-align: text-top;
	margin-left: 25px;
	width: 20px;
	height: 21px;
	background: url(../images/listafter_ldzc.png) no-repeat center;
	background-size: 100%;
}
.infoAll .infoCont .infoContLf ul li.on{
	background-color: #009687;
	border: none;
}
.infoAll .infoCont .infoContLf ul li.on a::after{
	background: url(../images/listafter1_ldzc.png) no-repeat center;
}
.infoAll .infoCont .infoContLf ul li.on span,.infoAll .infoCont .infoContLf ul li.on i{
	color: #FFFFFF;
}
.infoAll .infoCont .infoContLf ul li span,.infoAll .infoCont .infoContLf ul li i{
	font-size: 20px;
	display: inline-block; 
	min-width: 60px;
	text-align-last: justify;
}
.infoAll .infoCont .infoContLf ul li i{
	color: #999999;
	margin-left: 30px;
}

.infoAll .infoCont .infoContRt{
	width: 900px;
	display: inline-block;
	border-left: 1px solid #dcdcdc;
	box-sizing: border-box;
	vertical-align: top;
	padding-left: 35px;
}
.infoAll .infoCont .infoContRt .icr1{
	width: 121px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.infoAll .infoCont .infoContRt .icr1 span+span{
	margin-left: 10px;
}
.infoAll .infoCont .infoContRt .icr1 span{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.infoAll .infoCont .infoContRt .icrTitle{
	height: 37px;
	width: 100%;
	background: url(../images/lmBg_ldzc.png) repeat-x top left;
	line-height: 37px;
	padding-left: 15px;
	box-sizing: border-box;
}
.infoAll .infoCont .infoContRt .icrTitle img{
	vertical-align: middle;
	margin-right: 10px;
}
.infoAll .infoCont .infoContRt .icrTitle span{
	font-size: 18px;
	color: #009687;
	font-weight: bold;
}
.infoAll .infoCont .infoContRt .icrCont{
	padding: 15px 0px 15px 15px;
}
.infoAll .infoCont .infoContRt .icrCont p{
line-height: 30px;
}
.infoBtns{
	position: fixed;
	right: 0;
	top: 30%;
	background-color: #c02c38;
	width: 90px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
}
.infoBtns ul li{
	padding: 10px 0;
	border-bottom: 1px solid #d98088;
	box-sizing: border-box;
}
.infoBtns p{
	font-size: 13px;
	color: #FFFFFF;
}
