@charset "utf-8";
/* ------------index_news-------- */
#index_news{
	width:100%;
	float:left;
}
/* ------------marquee-------- */
.hotnews_title{
	width:100%;
	height:40px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.marqueeBox{
	width:100%;
	padding:0 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.marqueeBox > h3{
	width:112px;
	float:left;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:21px;
	font-weight:bold;
	color:#0054c6;
	background-color:#ebebeb;
}
.marqueeBox > a.more{
	width:90px;
	height:40px;
	float:left;
	font-size:16px;
	font-weight:bold;
	color:#0054c6;
	background-color:#ebebeb;
	line-height:40px;
	text-align:center;
}
.marqueeBox > a.more:hover{
	color:#fff;
	background-color:#0054c6;
}
#marquee{
	display: block;
	overflow: hidden;
	height: 40px;
	width: 680px;
	line-height:40px;
	font-size: 15px;
	padding:0 16px;
	background-color:#ebebeb;
	float:left;
	margin:0 5px;
} 
#marquee ul {
	width:100%;
	list-style-type:none;
} 
#marquee ul li a{ 
	color: #3b3b3b; 
	text-decoration: none; 
	font-weight:normal;
	padding:0px;
}
#marquee:hover{
	background-color:#0054c6;
}
#marquee:hover ul li a{
	color:#fff;
}
#marquee ul li a:hover{
	text-decoration: underline;
}
/* ----- hotnews_list ----- */
.hotnews_list{
	width:944px;
	margin:0 auto;
}
.hotnews_list > dl {
	width:216px;
	float:left;
	margin:10px;
	min-height:350px;
}
.hotnews_list > dl > dt {
	width:100%;
	float:left;
	position:relative;
}
.hotnews_list > dl > dt .tag{
	position:absolute;
	right:10px;
	bottom:10px;
	color:#fff;
	float:left;
	background-color:#da1725;
	z-index:10;
	border-bottom:1px solid rgba(255,255,255,0.6);
	border-right:1px solid rgba(255,255,255,0.6);
	padding:2px 6px;
	line-height:1.5;
	font-weight:bold;
}
.caption-style{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
}
.caption-style .photo{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border:1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	max-height:214px;
}
.caption-style .photo:hover .caption{
	opacity: 1;
}
.caption-style .photo:hover img{
	opacity: 1;
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}
.caption-style img{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
	width:214px;
	height:auto;
}
.caption-style .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.caption-style img{
	-webkit-transition:all 0.65s ease-in-out;
	-moz-transition:all 0.65s ease-in-out;
	-o-transition:all 0.65s ease-in-out;
	-ms-transition:all 0.65s ease-in-out;
	transition:all 0.65s ease-in-out;
}
.caption-style .blur{
	background-color: rgba(0,84,198,0.8);
	height:216px;
	width: 216px;
	z-index: 5;
	position: absolute;
	display:none;
}
.caption-style .caption-text{
	z-index: 10;
	color: #fff;
	position: absolute;
	width:216px;
	height:216px;
	text-align: center;
	top:0px;
	line-height:150%;
}
.caption-style .caption-text > a{
	color:#fff;
	width: 100%;
    height: 100%;
    display: block;
    padding-top: 62px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.caption-style .caption-text .icon{
	width:50px;
	height:50px;
	display:inline-block;
	background-image: url(../images/link_icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-bottom:10px;
	border:3px dotted #fff;
	border-radius:60px;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	display:none;
}
.caption-style .caption-text > a > p {
	width:80%;
	margin:0 auto;
	line-height:120%;
	display:none;
}
.hotnews_list > dl > dd {
	width:100%;
	float:left;
	min-height:136px;
}
.hotnews_list > dl > dd > h3 {
	color:#0054c6;
	padding:10px 0 0;
	font-size:15px;
	display:inline-block;
	text-overflow : ellipsis;
	white-space: nowrap;
	overflow:hidden;
	width:100%;
}
.hotnews_list > dl > dd > p {
	font-size:13px;
	max-height:54px;
	min-height:52px;
	overflow:hidden;
	width:100%;
	display:inline-block;
	text-overflow : ellipsis;
}
.hotnews_list > dl > dd > span {
	color:#0054c6;
	font-style:italic;
	border-top:1px dotted #0054c6;
	width:100%;
	display:inline-block;
	padding:6px 0;
	margin-top:6px;
}

/* ----- indexLink ----- */
.indexLink {	
	width:930px;
	float:left;
	margin-top:30px;
	padding:0 10px;
}
.indexLink .qlink_title{
	width:100%;
	float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #0054c6;
    background-color: #ebebeb;
}
.indexLink .qLink {
	position:relative;
	width: 100%;
	float:left;
	margin-top:10px;
}
.indexLink .qLink .qLbtn {
	width:100%;
}
.indexLink .qLink .qLbtn .prev, .indexLink .qLink .qLbtn .next{
	position:absolute;
	display:block;
	width:13px;
	height:22px;
	top:50%;
	margin-top:-11px;
	padding:0;
	cursor:pointer;
	z-index:50;
	background:url(../images/qLink-btn.png) no-repeat;
	display:none;
}
.indexLink .qLink .qLbtn .prev{
	left:0px;
	background-position:0 0;
}
.indexLink .qLink .qLbtn .next{
	right:0px;
	background-position:-13px 0;
}
.indexLink .qLink .qLbtn .prev:hover{
	background-position:0 -22px;
}
.indexLink .qLink .qLbtn .next:hover{
	background-position:-13px -22px;
}
.indexLink .qLink .box{
	padding:0px;
	margin:0 auto;
	width:930px;
	text-align:left;
	overflow:hidden;
}
.indexLink .qLink .box ul{
	zoom:1;
	list-style:none;
	width: auto;
	display:inline-block;
}
.indexLink .qLink .box ul li{
	float:left;
	width:180px;
	height:56px;
	padding:0px;
	margin:0 3px;
	text-align:center;
	overflow:hidden;
	line-height:50px;
}

.indexLink .qLink .box ul li img{
	width:100%;
	height:auto;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.indexLink .qLink .box ul li a{
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
}
.indexLink .qLink .box ul li a:hover img{
	opacity: 0.9;
	filter: Alpha(Opacity=90);
	margin-top:6px;
}
