@charset "utf-8";
/*大数据局手机版下拉颜色*/
/*主页*/
#banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	}
#banner .swiper-slide {
	position: relative;
	text-align: center;
	}
#banner img {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 420px;
	min-height: 420px;
	object-fit: cover;
	}
#banner h2 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 42px;
	font-size: 16px;
	/*text-shadow: 1px 1px 1px #000;*/
	font-weight: bold;
	line-height: 42px;
	color: #fafafa;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	}
#banner a {
	display: block;
	}
#banner .pagination {
	position: absolute;
	right: 0;
	bottom: 3px;
	z-index: 20;
	margin: 25px 0;
	text-align: center;
	}
#banner .swiper-pagination-bullet {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 2px;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	opacity: 0.8;
	}
#banner .swiper-pagination-bullet-active {
	background: #0098e3;
	}
/*列表容器盒子*/
.con-bd {
	overflow: hidden;
	}
/*选项卡*/
.tab-head {
	width: 100%;
	height: auto;
	/*padding: 3px 16px 0 16px;*/
	overflow: hidden;
	line-height: 42px;
	border-bottom: 1px solid #ddd;
	}
.tab-head .tabs {
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
.tab-head .tabgk {
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
.tab-head .tabzt {
	height: auto;
	padding: 0;
	margin: 0;
	overflow: hidden;
	}
.tab-head ul li {
	float: left;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	}
.tab-head ul li:first-child {
	margin: 0;
	}
.tab-head ul li.default {
	color: #226ebc;
	border-bottom: 2px solid #0098e3;
	}
.tab-head ul li.default a {
	font-weight: bold;
	color: #0098e3;
	}
/*tab-index*/
.m-tab .row {
	margin-right: 0;
	margin-left: 0;
	}
/*新闻列表*/
.g-news-rt .con-bd {
	overflow: hidden;
	background: #f5f5f5;
	}
/*专题专栏*/
.g-subject .m-subject {
	display: block;
	height: 75px;
	font-size: 16px;
	line-height: 75px;
	color: #0098e3;
	text-align: center;
	text-decoration: none;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	background: #f0f3f6;
	}
.g-subject .m-subject img {
	display: inline-block;
	margin-top: -6px;
	margin-right: 10px;
	}
.qngd-logo{margin-top: -56px;}
.sy-oyjjlt{    
	font-size: 31px;
    color: #0e56a0;
    margin-left: -260px;
    position: absolute;
    top: 66%;
	font-weight: bold;
}
/*responsive*/
@media all and (max-width: 1024px) {
	.m-lst ul {
		padding: 5px 0 8px 0;
		}
	.m-lst ul li {
		line-height: 33px;
		}
	.index-link .col-sm-4 {
		margin-bottom: 15px;
		}
	}
@media all and (max-width: 768px) {
	.m-logo {
		padding: 20px 0 20px 16px;
		}
	}
@media all and (max-width: 750px) {
	.tab-head ul li {
		padding: 0 5px;
		font-size: 18px;
		}
	.shadow {
		box-shadow: none;
		}
	/*图标链接*/
	.g-subject .m-subject {
		height: 55px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 55px;
		}
	.index-link .col-xs-6 {
		margin-bottom: 10px;
		}
	/*专题*/
	#ztzl {
		margin: 0 -24px;
		height: auto;
		}
	#ztzl img {
		padding: 0;
		margin: 0;
		width: 100%;
		}
	}
@media all and (max-width: 450px) {
	.tab-head {
		padding: 3px 0 0 0 ;
		}
	.tab-head ul li {
		font-size: 16px;
		}
	.g-subject .m-subject {
		font-size: 16px;
		text-align: left;
		}
	.g-subject .m-subject img {
		padding-left: 5px;
		}
	/*版权清除高度*/
	.wapfooter p {
		padding: 0;
		}
	}
@media all and (max-width: 320px) {
	.tab-head ul li {
		font-size: 14px;
		}
	.g-subject .m-subject {
		height: 44px;
		padding-left: 3px;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 44px;
		}
	.g-subject .m-subject img {
		width: 24px;
		margin-right: 3px;
		}
	}

.swiper-slide{
	padding: 0;
	}
.swiper-slide img{
	width: 100%;
	}