/* 通用样式 */
* {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

html,
body {
	width: 100%;
	font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
	font-size: 16px;
}
.main-body{background: url(yhysbj.jpg) no-repeat center top;
	width: 100%; padding-top:300px;
	position: relative;
}

.container{
	width: 1200px;
	margin: 0 auto;
}



.nav{
	width: 100%;
	height: 65px;
	background-color: #4A72B0;
}

.item-nav{
	width: 200px;
	height: 100%;
	float: left;
	font-size: 1.4em;
	line-height: 65px;
	text-align: center;
}

.clear-choose{
	background-color: #245399;
}

.module-area{
	width: 100%;
	position: relative;
}

.column-top{
	position: relative;
	padding: 13px 6px 9px;
	border-bottom: 1px dashed    #bbb;
	margin-bottom: 15px;
}

.column-top span{
	padding: 6px 0px;
	color: #4A72B0;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px;
}

.column-top a{
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	background-color: #e7e7e7;
	float: right;
	margin-right: 20px;
}

.column-top a:hover{
	background-color: #d4d4d4;
}

.item-nav a{
	color: #ffffff;
}

.module-content{
	width: 1210px;
	position: relative;
}

.row-col{
	width: 190px;
	margin: 0 10px 10px 0;
	height: 40px;
	float: left;
	background-color: #235499;
}

.floor{
	width: 100%;
	margin-top: 30px;
}

.scheme{
	width: 590px;
	box-sizing: border-box;
	margin-right: 20px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 3px #f1f1f1;
}

.media-report{
	position: relative;
	width: 590px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 3px #f1f1f1;
}

.row-col a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
}

.annuacate{
	position: relative;
	width: 100%;
	height: 146px;
}

.annuacate img{
	width: 100%;
	height: 100%;
}

.ColumnList {
	position: relative;
	width: 100%;
	padding: 0 0 20px 0;
}

/* 内容区域 */
.list__item {
	position: relative;
	display: block;
	width: 98%;
	padding: 5px 5px;
}

.list__item .list__item-tag {
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #004488;
	border-radius: 50%;
	font-size: 0;
	margin-right: 5px;
}

.list__item .list__item-title {
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	line-height: 32px;
}

.list__item .list__item-time {
	position: absolute;
	right: 0;
	color: #999999;
}

.footer{
	width: 100%;
	height: 130px;
	background-color: #000000;
	margin-top: 30px;
}

/* 轮播图 */
.control {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.control__inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.wrap .wrap-item {
	position: absolute;
	width: 100%;
	height: 100%;
}

.wrap .index100 {
	z-index: 100;
}

.relitive {
	position: relative;
	width: 100%;
	height: 100%;
}

.item-img {
	width: 100%;
	height: 100%;
}

.item-img>img {
	width: 100%;
	height: 100%;
}

.button {
	position: absolute;
	height: 40px;
	bottom: -13px;
	right: 0;
	z-index: 20;
	color: #ffffff;
	padding-right: 5px;
}

.button .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	transition: all .5s;
	margin: 0 4px;
}

.button .checked {
	background-color: #c50001;
	border-radius: 5px;
	transition: all .5s;
}