*{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

a{
	text-decoration: none;
	color: #000000;

}

body{
	margin: auto;
	font-family: "microsoft yahei";
}
.iframe{
	box-shadow: 0 0 9px rgba(0,0,0,.3);
	display: block;
}

.indexCarousel{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.carouselImg{
	height: auto;
	position: relative;
}

.carouselLocation{
	width: 156px;
	height: 30px;
	position: absolute;
	text-align: center;
	left: 44%;
	bottom: 20px;
}

.carouselLocation>li{
	width: 10px;
	height: 10px;
	border: 1px #FFFFFF solid;
	border-radius: 5px;
	float: left;
	margin: 10px 20px;
}

.carBack{
	background: #FFFFFF;
}

.dynamicDiv{
	padding-top: 80px;
	clear: both;
	width: 100%;
	background: #F2F5FA;
	height: 350px;
}
.dynamicCom{
	width: 1000px;
	margin: auto;
	text-align: center;
}
.dynamicCom > li:first-child{
	color: #2B4DA6;
	font-size: 30px;
	margin: 15px 0;
}
.dynamicContent{
	width: 800px;
	margin: auto;
	margin-top: 40px;
	font-size: 14px;
}

.dynamicContent > li{
	height: 22px;
	line-height: 22px;
}

.dynamicContent > li > div{
	float: left;
}

.dynamicContent > li > div:first-child{
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background:#000000;
	margin-top: 8px;
	margin-right: 20px;
}

.dynamicContent > li > div:nth-child(2){
	text-align: left;
	width: 630px;
}

.dynamicContent > li > div:last-child{
	text-align: left;
	width: 140px;
}

.dynamicCom > li:last-child a{
	display: block;
	font-size: 14px;
	color: #2B4DA6;
	border: 1px #2B4DA6 solid;
	border-radius: 5px;
	width: 80px;
	height: 24px;
	line-height: 24px;
	float: right;
	margin-right: 140px;
	margin-top: 20px;
}

.dynamicCom > li:last-child a:hover{
	background: #EEEEEE;
}


.dynamicNews{
	padding-top: 80px;
	clear: both;
	width: 100%;
	background: #F2F5FA;
	height: auto;
}
.newsTitle{
	width: 750px;
	margin: auto;
	text-align: center;
}
.newsTitle > li:first-child{
	color: #2B4DA6;
	font-size: 30px;
	margin: 15px 0;
}

.newsTitle > li:nth-child(3){
	text-align: right;
	color: #2B4DA6;
	margin: 15px 0;
}

.newsTitle > li:nth-child(4){
	text-align: left;
}

.newsTitle > li>p{
	line-height: 28px;
}

.newsTitle > li:last-child{
	height: 90px;
}

.newsTitle > li:last-child a{
	display: block;
	font-size: 14px;
	color: #2B4DA6;
	border: 1px #2B4DA6 solid;
	border-radius: 5px;
	width: 80px;
	height: 24px;
	line-height: 24px;
	float: right;
	margin-right: 0px;
	margin-top: 20px;
}

.newsTitle > li:last-child a:hover{
	background: #EEEEEE;
}

.newsTitle2{
	width:750px;
	margin:auto;
}