﻿/* 测试代码 */
.css5 {
	border: 1px solid #F00
}

/* 首页搜索框线 */
.search {
	border: 1px solid #666
}
	

 /* 白色 */
.cWhite, a.cWhite:link, a.cWhite:visited {
	color: #fff;
}
/* 深蓝色 */
.cBlue, a.cBlue:link, a.cBlue:visited {
	color: #003271;
} 


/*自定义*蓝色*文本/边框/背景色*/
.text-blue, a.text-blue:link, a.text-blue:visited, .button.border-blue,
	blockquote.border-blue, .pager.border-blue a, .pager-prev.border-blue,
	.pager-next.border-blue {
	color: #13619f;
}

/* 通知公告顶上板块样式 */
.itittop2 {
	height: 31px;
	background: url(../images/bg_tit.png) bottom repeat-x;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.itittop2 span {
	vertical-align: top;
	display: inline-block;
	background: url(../images/bg_tit_s.png) right;
	padding: 0 30px 0 20px;
	line-height: 31px;
	color: #fff;
}


/* index页主图滚动 */
.mainDiv {
	width: 1200px;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	margin-left: 0px auto;
	overflow: hidden;
}
.sliding {
	width: 660px;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	margin-left: 0px auto;
	overflow: hidden;
}
/* 工作动态 */
.dongtai {
	width: 520px;
	height: 400px;
}
.dongtai li {
	width: 520px;
	height: 40px;
	text-align: left;
}
/* 工作动态顶上板块样式 */
.ntit {
	border-bottom: 1px solid #b8b8b8;
	height: 30px;
	background: url(../images/ico_newmore.png) right center
		no-repeat;
	margin-bottom: 15px;
}
.ntit a {
	display: block;
}
.ntit span {
	display: inline-block;
	height: 30px;
	border-bottom: 2px solid #13619f;
}


/*第一个滑动模块 index主框*/
.banner5 {
	position: relative;
	overflow: auto;
	text-align: center;
	width: 660px;
	margin: 0 auto
}

.banner5 .dots {
	position: absolute;
	left: 480;
	right: 0;
	bottom: 10px;
	z-index: 3;
	margin-right: 15px;
}

.banner5 .dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	text-indent: -999em;
	background: #ffffff;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner5 .dots li.active {
	border: 2px solid #046bec;
	background: #046bec;
	opacity: 1
}

.banner5 .arrow {
	position: absolute;
	width: 20px;
	height: 37px;
	top: 50%;
	margin-top: -18px;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.banner5 #al {
	left: 15px
}

.banner5 #ar {
	right: 15px
}

.banner5 ul {
	z-index: 1;
	width: 600%;
	overflow: hidden;
}

.banner5 ul .slider-item {
	width: 660px;
	float: left;
	height: 400px;
	position: relative;
	overflow: hidden;
}

.banner5 ul .slider-item .slider-title {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 660px;
	max-height: 50px;
	padding: 10px;
	text-align: left;
	line-height: 24px;
	color: #fff;
	font-size: 18px;
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
	background-color: rgba(0, 0, 0, 0.5);
}

.banner5 .progress {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 15%;
	min-height: 3px;
	overflow: hidden;
	z-index: 2;
	background: #f60
}

