/* CSS Document */

/* text link hover color: #d84847 */
/* btn hover opacity 0.8 */

.hoverBoxShadow:hover {
	box-shadow: 0 0 10px #d1d1d1;
	-webkit-box-shadow: 0 0 10px #d1d1d1;
	-moz-box-shadow: 0 0 10px #d1d1d1;
}
a.viewMoreBtn {
	display: inline-block;
	line-height: 24px;
	color: #999999;
	font-size: 16px;
	/*padding: 0 40px 0 0;
	background: url("../images/index/section08_moreArrow.jpg") no-repeat right center;*/
}
a.viewMoreBtn:hover {
	color: #d84847;
}

.content {
	width: 1200px;
	margin: 0 auto;
}
.content:after { 
	content:"."; 
	display:block; 
	clear:both; 
	height:0;
	overflow:hidden;
}

/*public title*/
.publicTitle {
	height: 24px;
	line-height: 24px;
}
.publicTitle .titleText {
	padding: 0 0 0 20px;
	background: url("../images/index/titleIcon.png") no-repeat left center;
	font-size: 22px;
	color: #212121;
}
.publicTitle .titleTextSmall {
	font-size: 18px;
	background: none;
	padding: 0;
}
.publicTitle a.viewMoreLink {
	font-size: 14px;
	color: #999;
}
.publicTitle a.viewMoreLink:hover {
	color: #d84847;
}

/*banner style*/
.indexBox .bannerBox{
	min-width: 1200px;
	overflow: hidden;
}
.indexBox .bannerBox .swipe {
	height: 426px;
	position: relative;
	z-index: 5;
}
.indexBox .bannerBox .swipe ul {
	overflow: hidden;
}
.indexBox .bannerBox .swipe li a {
	display: block;
	width: 100%;
	height: 426px;
}
.indexBox .bannerBox .swipe .pagenavi {
	position: absolute;
	bottom: 6px;
	height: 20px;
	width: 100%;
	left: 0;
	text-align: center;
}
.indexBox .bannerBox .swipe .pagenavi a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url("../images/index/bannerPageIcon.png") no-repeat center;
	/*border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;*/
	margin: 0 8px;
}
.indexBox .bannerBox .swipe .pagenavi a.active {
	background: url("../images/index/bannerPageIconActive.png") no-repeat center;
	width: 30px;
}
.indexBox .bannerBox .swipe .pagenavi .arrow {
	margin: -3px 8px 0 8px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: pointer;
}
.indexBox .bannerBox .swipe .pagenavi .arrow:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*.indexBox .borderBottom {
	border-bottom: solid 16px #f5f6f8;
}*/

/*======================= login style =======================*/
.indexBox .loginBox {
	position: absolute;
	height: 1px;
	top: 0px;
	z-index: 10;
	width: 1200px;
	left: 50%;
	margin: 0 0 0 -600px;
}
.indexBox .loginBox .content {
	width: 236px;
	float: right;
}
.indexBox .loginBox .loginTheme {
	width: 226px;
	min-height: 326px;
	/*background: #feebea;*/
	padding: 5px;
	margin: 45px 0 0 0;
}
.indexBox .loginBox .loginContent {
	background: #fff;
	min-height: 326px;
	padding: 0 12px;
}
.indexBox .loginBox .loginNotice {
	position: absolute;
	bottom: 8px;
	left: 12px;
	margin: 0 0 15px 0;
	padding: 20px 10px 0 10px;
	width: 180px;
	/*padding: 20px 0 0 24px;
	width: 175px;
	background: url("../images/index/login_notice.png") no-repeat 2px 22px;*/
	font-size: 14px;
	height: 44px;
	overflow: hidden;
	line-height: 22px;
	border-top: solid 1px #e6e6e7;
}
.indexBox .loginBox .loginNotice a {
	color: #666666;
}
.indexBox .loginBox .loginNotice a:hover {
	color: #d84847;
}

/* no login */
.indexBox .loginBox .noLoginContent h1 {
	color: #666;
	font-size: 16px;
	padding: 30px 0 26px 0;
	text-align: center;
}
.indexBox .loginBox .noLoginContent .loginBtn {
	display: inline-block;
	width: 166px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	background: #da4b4b;
	margin: 24px 0 26px 0;
}
.indexBox .loginBox .noLoginContent .loginBtn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* logined */
.indexBox .loginBox .loginedContent .infor {
	border-bottom: solid 1px #e6e6e7;
	padding: 10px 0 15px 70px;
	min-height: 60px;
}
.indexBox .loginBox .loginedContent .infor .pic {
	position: absolute;
	left: 5px;
	top: 20px;
}
.indexBox .loginBox .loginedContent .infor .userName {
	font-size: 16px;
	color: #212121;
	padding: 15px 0 8px 0;
}
.indexBox .loginBox .loginedContent .infor .userName a {
	color: #212121;
}
.indexBox .loginBox .loginedContent .infor .msgEle {
	font-size: 14px;
	color: #999999;
}
.indexBox .loginBox .loginedContent .infor .msgEle a {
	color: #da4b4b;
	font-weight: bold;
	margin: 0 3px;
}
.indexBox .loginBox .loginedContent .studyCase {
	padding: 15px 0;
}
.indexBox .loginBox .loginedContent .studyCase .noHasRecord {
	padding: 30px 0 10px 0;
	color: #212121;
	font-size: 14px;
}
.indexBox .loginBox .loginedContent .studyCase p {
	color: #212121;
	font-size: 14px;
	padding: 0 0 8px 0;
	width: 180px;
}
.indexBox .loginBox .loginedContent .studyCase p.first_p {
	margin: 2px auto 0 auto;
	padding: 0;
}
.indexBox .loginBox .loginedContent .studyCase p.last_p {
	margin: 0 auto 11px auto;
}
.indexBox .loginBox .loginedContent .studyCase p a {
	display: block;
	color: #212121;
	margin: 0 0 6px 0;
}
.indexBox .loginBox .loginedContent .studyCase p.last_p a {
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.indexBox .loginBox .loginedContent .studyCase p a:hover {
	color: #d84847;
}
.indexBox .loginBox .loginedContent .studyCase .coutinueStudy {
	display: inline-block;
	width: 85px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #da4b4b;
	font-size: 14px;
	background: #fff;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border: dashed 1px #da4b4b;
	margin: 0 0 12px 0;
}
.indexBox .loginBox .loginedContent .studyCase .coutinueStudy:hover {
	background: #da4b4b;
	color: #fff;
}
.indexBox .loginBox .loginedContent .studyCase .loginLinkItem {
	margin: 0 8px;
	font-size: 14px;
	color: #212121;
}
.indexBox .loginBox .loginedContent .studyCase .loginLinkItem:hover {
	color: #d84847;
}


/*======================= section 01 =======================*/
.indexBox .section01 {
	padding: 36px 0;
}
.indexBox .section01 .bigSection {
	width: 585px;
	height: 216px;
	/*border: solid 1px #f1f1f1;*/
}
.indexBox .section01 .bigSection:hover {
	box-shadow: 0 0 10px #e4e4e4;
	-webkit-box-shadow: 0 0 10px #e4e4e4;
	-moz-box-shadow: 0 0 10px #e4e4e4;
}
/*.indexBox .section01 .bigSection img {
	transition: linear 0.3s;
	-webkit-transition: linear 0.3s;
	-moz-transition: linear 0.3s;
}
.indexBox .section01 .bigSection:hover img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}*/
.indexBox .section01 .btnGroup {
	width: 100%;
	left: 70px;
	bottom: 51px;
}
.indexBox .section01 .btnGroup .btnItem {
	display: inline-block;
	width: 98px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	font-size: 16px;
	color: #fff;
	margin: 0 15px;
}
.indexBox .section01 .btnGroup .btnItem:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.indexBox .section01 .btnGroup .btnItem01 {
	border: none;
	color: #d04c4a;
	font-size: 14px;
	margin-left: 50px;
}
.indexBox .section01 .btnGroup .btnItem02 {
	background: #da4b4b;
	border: solid 1px #da4b4b;
}
.indexBox .section01 ul {
	margin: 30px 0 45px -28px;	
}
.indexBox .section01 li {
	margin: 0 0 0 27px;
}
.indexBox .section01 .linkItem {
	display: block;
	position: relative;
	width: 170px;
	height: 100px;
	background: #f5f6f8;
	padding: 0 0 0 110px;
}
.indexBox .section01 .linkItem .icon {
	left: 35px;
	top: 20px;
}
.indexBox .section01 .linkItem h2 {
	font-size: 18px;
	color: #212121;
	padding: 28px 0 10px 0;
}
.indexBox .section01 .linkItem p {
	font-size: 14px;
	color: #999;
}

/*=======================section 02=======================*/
.indexBox .section02 {
	padding: 36px 0;
	background: #f9f9f9;
}
.indexBox .section02 ul {
	margin: 20px 0 0 -30px;
}
.indexBox .section02 li {
	margin: 0 0 0 30px;
	width: 378px;
	height: 190px;
	border: solid 1px #e6e6e6;
	/*background: #f5f6f8;*/
	background: #fff;
}
.indexBox .section02 li .infor {
	min-height: 90px;
	border-bottom: solid 1px #e6e6e6;
	padding: 20px 25px 15px 25px;
}
.indexBox .section02 li .infor .icon {
	/*left: 25px;
	top: 20px;*/
	display: block;
	right: 0;
	top: 0;
	width: 73px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 14px;
	color: #da4b4b;
	background: url("../images/index/section02_icon01.png") no-repeat center;
}
.indexBox .section02 li a {
	display: block;
	width: 378px;
	height: 232px;
	overflow: hidden;
}
.indexBox .section02 li a .infor h3 {
	font-size: 20px;
	color: #212121;
	line-height: 26px;
	padding: 0 80px 0 0;
	font-weight: normal;
	margin: 0 0 8px 0;
}
.indexBox .section02 li a .infor p {
	color: #999999;
	font-size: 16px;
	padding: 14px 0 14px 0;
}
.indexBox .section02 li a .infor .countEle {
	font-size: 16px;
	color: #212121;
}
/*.indexBox .section02 li a .infor .countEle img {
	margin: -3px 3px 0 0;
}*/
.indexBox .section02 li a .infor .countEle .stateEle {
	color: #FF1A1E;
}
.indexBox .section02 li a .valueInfor {
	height: 58px;
	line-height: 58px;
	padding: 0 25px;
}
.indexBox .section02 li a .valueInfor strong {
	font-size: 20px;
	color: #da4b4b;
	font-weight: normal;
}
.indexBox .section02 li a .valueInfor img {
	width: 30px;
	height: 30px;
	margin: 0 0 0 5px;
}

/*=======================section 03=======================*/
.indexBox .section03 {
	padding: 36px 0;
}
.indexBox .section03 ul {
	margin: 20px 0 0 -24px;
}
.indexBox .section03 li {
	width: 282px;
	height: 266px;
	margin: 0 0 0 24px;
}
.indexBox .section03 li .pic {
	height: 160px;
	overflow: hidden;
}
.indexBox .section03 li .pic img {
	transition: linear 0.3s;
	-webkit-transition: linear 0.3s;
	-moz-transition: linear 0.3s;
}
.indexBox .section03 li:hover .pic img {
	transform: scale(1.04,1.04);
	-webkit-transform: scale(1.04,1.04);
	-moz-transform: scale(1.04,1.04);
}
.indexBox .section03 li h3 {
	padding: 0 15px;
	line-height: 22px;
	height: 44px;
	margin: 16px 0;
	font-size: 16px;
	font-weight: normal;
}
.indexBox .section03 li h3 a {
	color: #212121;
}
.indexBox .section03 li h3 a:hover {
	color: #d84847;
}
.indexBox .section03 li span.dateEle {
	margin: 0 0 0 15px;
	font-size: 14px;
	color: #999999;
}
.indexBox .section03 li span.countEle {
	font-size: 14px;
	color: #999999;
	margin: 0 15px 0 0;
}

/*=======================section 04=======================*/
.indexBox .section04 {
	padding: 36px 0;
	background: #f9f9f9;
}
.indexBox .section04 .publicTitle {
	margin: 0 0 20px 0;
}
.indexBox .section04 .leftEle {
	width: 570px;
	height: 320px;
}
.indexBox .section04 .rightEle {
	width: 600px;
}
.indexBox .section04 .rightItem01 {
	height: 165px;
	/*background: #f5f6f8;*/
	background: #eceff4;
	margin: 0 0 30px 0;
}
.indexBox .section04 .rightItem01 .title {
	width: 100%;
	left: 0;
	bottom: 18px;
	font-size: 14px;
	color: #999;
}
.indexBox .section04 .rightItem01 .pic {
	margin: 40px 20px 0 100px;
}
.indexBox .section04 .rightItem01 .infor h3 {
	padding: 50px 0 10px 0;
	font-size: 18px;
	color: #212121;
}
.indexBox .section04 .rightItem01 .infor p {
	font-size: 14px;
	color: #666;
}
.indexBox .section04 .rightItem01 .infor {
	margin: 0 50px 0 0;
}
.indexBox .section04 .rightItem01 ul {
	padding: 25px 0 0 0;
}
.indexBox .section04 .rightItem01 li {
	padding: 0 0 10px 0;
	line-height: 14px;
}
.indexBox .section04 .rightItem01 li span {
	font-size: 18px;
	color: #212121;
	font-family: "Times New Roman";
	font-weight: bold;
}
.indexBox .section04 .rightItem01 li .valueEle {
	font-size: 16px;
	color: #999;
}
.indexBox .section04 .rightItem01 li .progress {
	width: 78px;
	height: 6px;
	margin: 4px 10px;
}
.indexBox .section04 .rightItem01 li .progress .progressVal01 {
	background: #da4b4b;
	height: 6px;
}
.indexBox .section04 .rightItem01 li .progress .progressVal02 {
	background: #12adff;
	height: 6px;
}
.indexBox .section04 .rightItem01 li .progress .progressVal03 {
	background: #68c996;
	height: 6px;
}
.indexBox .section04 .rightItem01 li .progress .progressVal04 {
	background: #1060bf;
	height: 6px;
}
.indexBox .section04 .rightItem02 {
	height: 125px;
	width: 286px;
	/*background: #f5f6f8;*/
	background: #eceff4;
}
.indexBox .section04 .rightItem02 .pic {
	margin: 30px 20px 0 66px;
}
.indexBox .section04 .rightItem02 .infor h3 {
	padding: 40px 0 10px 0;
	font-size: 18px;
	color: #212121;
}
.indexBox .section04 .rightItem02 .infor p {
	font-size: 14px;
	color: #666;
}

/*=======================section 05=======================*/
.indexBox .section05 {
	padding: 36px 0 6px 0;
}
.indexBox .section05 .publicTitle {
	margin: 0 0 20px 0;
}
.indexBox .section05 ul {
	width: 900px;
	overflow: hidden;
}
.indexBox .section05 li {
	width: 270px;
	height: 100px;
	overflow: hidden;
	margin: 0 30px 30px 0;
	position: relative;
	cursor: pointer;
}
.indexBox .section05 li .textEle {
	line-height: 150%;
	font-size: 16px;
	color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.indexBox .section05 li .line01 {
	padding: 40px 0 0 34px;
}
.indexBox .section05 li .line02 {
	padding: 26px 0 0 34px;
}
.indexBox .section05 li img {
	transition: linear 0.3s;
	-webkit-transition: linear 0.3s;
	-moz-transition: linear 0.3s;
}
.indexBox .section05 li:hover img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.indexBox .section05 .rightList {
	width: 260px;
	height: 360px;
	background: #f5f6f8;
	padding: 0 20px;
}
.indexBox .section05 .rightList h1 {
	font-size: 18px;
	color: #d84847;
	padding: 22px 0 18px 0;
	font-weight: normal;
}
.indexBox .section05 .rightList .listBox {
	height: 280px;
	overflow: hidden;
}
.indexBox .section05 .rightList .listBox p a {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}
.indexBox .section05 .rightList .listBox p {
	line-height: 20px;
}
.indexBox .section05 .rightList .listBox p a:hover {
	color: #d84847;
}
/*2020-07-24*/
.hide {display: none;}
.section05 .hoverPop {
	width: 870px;
	height: 360px;
	overflow: hidden;
	left: 0;
	top: 0;
}
.section05 .hoverPop01 {
	background: url("../images/index/study_bg001.png") no-repeat center;
}
.section05 .hoverPop02 {
	background: url("../images/index/study_bg002.png") no-repeat center;
}
.section05 .hoverPop03 {
	background: url("../images/index/study_bg003.png") no-repeat center;
}
.section05 .hoverPop04 {
	background: url("../images/index/study_bg004.png") no-repeat center;
}
.section05 .hoverPop05 {
	background: url("../images/index/study_bg005.png") no-repeat center;
}
.section05 .hoverPop06 {
	background: url("../images/index/study_bg006.png") no-repeat center;
}
.section05 .hoverPop07 {
	background: url("../images/index/study_bg007.png") no-repeat center;
}
.section05 .hoverPop08 {
	background: url("../images/index/study_bg008.png") no-repeat center;
}
.section05 .hoverPop09 {
	background: url("../images/index/study_bg009.png") no-repeat center;
}
.section05 .hoverPop .infor {
	position: absolute;
	width: 90%;
	left: 5%;
	line-height: 22px;
	font-size: 16px;
	color: #212121;
	bottom: 120px;
}
.section05 .hoverPop .btn_group {
	width: 100%;
	bottom: 40px;
	left: 0;
	text-align: center;
}
.section05 .hoverPop .btn_group .btn_item {
	display: inline-block;
	width: 214px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 21px;
	border: solid 1px #d94b4b;
	font-size: 14px;
	margin: 0 12px;
}
.section05 .hoverPop .btn_group .btn_item:hover {
	opacity: 0.8;
	filter: alpha(opcity=80);
}
.section05 .hoverPop .btn_group .btn_item01 {
	color: #d94b4b;
}
.section05 .hoverPop .btn_group .btn_item02 {
	color: #fff;
	background: #d94b4b;
}


/*=======================section 06=======================*/
.indexBox .section06 {
	padding: 36px 0 36px 0;
	background: #f9f9f9;
}
.indexBox .section06 .content01 .leftEle {
	width: 870px;
}
.indexBox .section06 .content01 .leftEle .publicTitle {
	margin: 0 0 20px 0;
}
.indexBox .section06 .content01 .leftEle li {
	line-height: 46px;
	padding: 0 5px;
	border-top: solid 1px #e6e6e6;
}
.indexBox .section06 .content01 .leftEle li a {
	color: #333;
	font-size: 14px;
	max-width: 700px;
}
.indexBox .section06 .content01 .leftEle li a:hover {
	text-decoration: underline;
}
.indexBox .section06 .content01 .leftEle li a.fr {
	color: #999;
}
.indexBox .section06 .content01 .leftEle li span {
	color: #999;
	font-size: 12px;
}
.indexBox .section06 .content01 .rightEle {
	width: 300px;
}
.indexBox .section06 .content01 .rightEle .publicTitle {
	margin: 0 0 20px 0;
}
.indexBox .section06 .content01 .rightEle .publicTitle span {
	padding: 0;
	font-size: 18px;
	color: #212121;
	background: none;
	margin: 0 0 0 10px;
}
.indexBox .section06 .content01 .rightEle .infor {
	padding: 20px 20px 0 20px;
	border-top: solid 1px #e6e6e6;
	line-height: 26px;
	font-size: 14px;
	color: #888888;
	height: 255px;
	overflow: hidden;
}
.indexBox .section06 .content02 {
	border-top: solid 1px #e6e6e6;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}
.indexBox .section06 .content02 .publicTitle {
	margin: 0 0 20px 0;
}
.indexBox .section06 .content02 ul {
	margin: 0 0 0 -31px;
}
.indexBox .section06 .content02 li {
	margin: 0 0 0 31px;
	width: 274px;
	height: 248px;
	position: relative;
	border: solid 1px #eae9e9;
	background: #fff;
}
.indexBox .section06 .content02 li .pic {
	width: 276px;
	height: 156px;
	overflow: hidden;
	position: absolute;
	left: -1px;
	top: -1px;
}
.indexBox .section06 .content02 li .pic img {
	transition: linear 0.3s;
	-webkit-transition: linear 0.3s;
	-moz-transition: linear 0.3s;
}
.indexBox .section06 .content02 li:hover .pic img {
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.indexBox .section06 .content02 li h3 {
	margin: 165px 0 6px 0;
	line-height: 22px;
	height: 44px;
	padding: 0 12px;
}
.indexBox .section06 .content02 li .countEle {
	line-height: 26px;
	font-size: 14px;
	color: #d84847;
	padding: 0 12px;
}
.indexBox .section06 .content02 li .countEle span {
	display: inline-block;
	line-height: 26px;
	padding: 0 0 0 20px;
	background: url("../images/index/section06_01.png") no-repeat left center;
}

/*=======================section 07=======================*/
.indexBox .section07 {
	padding: 36px 0 36px 0;
}
.indexBox .section07 ul {
	padding: 30px 0 15px 0;
}
.indexBox .section07 li {
	width: 180px;
	padding: 0 10px;
	height: 230px;
}
.indexBox .section07 li img {
	width: 100px;
	height: 100px;
}
.indexBox .section07 li h1 {
	font-size: 20px;
	color: #212121;
	padding: 20px 0 14px 0;
	font-weight: normal;
}
.indexBox .section07 li p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding: 0 0 5px 0;
}
.indexBox .section07 .viewMoreLink {
	font-size: 16px;
	color: #999999;
}
.indexBox .section07 .viewMoreLink:hover {
	color: #d84847;
}

/*=======================section 08=======================*/
.indexBox .section08 {
	padding: 36px 0 36px 0;
	background: #f9f9f9;
}
.indexBox .section08 .publicTitle {
	margin: 0 0 20px 0;
}
.indexBox .section08 .leftEle {
	width: 1020px;
	height: 384px;
	overflow: hidden;
}
.indexBox .section08 .leftEle li {
	padding: 0 0 20px 60px;
	min-height: 40px;
}
.indexBox .section08 .leftEle li .icon {
	left: 0;
	top: 0;
}
.indexBox .section08 .leftEle li .articleEle {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	background: #eff1f3;
	padding: 18px 20px;
}
.indexBox .section08 .leftEle li .articleEle h1 {
	font-size: 16px;
	color: #212121;
	padding: 0 0 10px 0;
}
.indexBox .section08 .leftEle li .articleEle p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.indexBox .section08 .rightEle {
	width: 155px;
}
/*.indexBox .section08 .rightEle li {
	padding: 0 0 20px 40px;
	min-height: 40px;
}
.indexBox .section08 .rightEle li .icon {
	left: 0;
	top: 0;
}
.indexBox .section08 .rightEle li h1 {
	font-size: 16px;
	color: #212121;
	padding: 2px 0;
	font-weight: normal;
}
.indexBox .section08 .rightEle li p {
	font-size: 12px;
	color: #999999;
}*/

/*=======================section 09=======================*/
.indexBox .section09 {
	padding: 36px 0 0 0;
}
.indexBox .section09 .publicTitle {
	margin: 0 0 20px 0;
}
.indexBox .section09 div.clearfix {
	padding: 0 0 0 20px;
}
.indexBox .section09 ul.listBox {
	width: 155px;
	font-size: 14px;
	color: #666666;
	line-height: 34px;
}
.indexBox .section09 ul.listBoxLast {
	width: 240px;
}
/*.indexBox .section09 ul {
	margin: 0 0 0 -18px;	
}
.indexBox .section09 li {
	width: 185px;
	height: 56px;
	overflow: hidden;
	margin: 0 0 18px 18px;
}*/

/*=======================section 10=======================*/
.indexBox .section10 {
	padding: 36px 0;
	text-align: center;
}
.indexBox .section10 strong {
	color: #212121;
	font-size: 16px;
}
.indexBox .section10 a,
.indexBox .section10 span {
	color: #666;
	font-size: 14px;
}
.indexBox .section10 a:hover {
	color: #d84847;
}
.indexBox .section10 span {
	margin: 0 23px;
}

