@charset "utf-8";

/* 公共部分 */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: "微软雅黑";
	overflow: auto;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus, button:focus {
	outline: none;
}

input:active {
	background: transparent;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* 公共部分结束 */

/* 页面主体结构 */
html, body {
	height: 100%;
}

.mn-page a:hover, .mn-page a:active {
	text-decoration: none;
}

/* 图表导航  */
.echart-nav {
	margin-top: 24px;
}

.echart-nav a {
	float: left;
	width: 148px;
	height: 35px;
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	padding-top: 60px;
	padding-bottom: 5px;
	box-sizing: content-box;
	position: relative;
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;
}

/*.echart-nav a:nth-child(2n) {
	border-left: 1px solid #C8C8C8;
}*/

.echart-nav span{
    float: left;
    margin: 0 12px;
    height: 100px;
    width: 0;
    display: inline-block;
    border-left: 1px solid #e0e8f3;
}

.echart-nav a.ani1 {
	background: #253C53;
	border-top-color: #FFFFFF;
	display: none;
}

.echart-nav a.active {
	background: #e0e8f3;
    color: #0078ff;
}

.echart-nav a:before {
	content: '';
	height: 40px;
	width: 40px;
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -20px;
	background-repeat: no-repeat;
	background-position: center top;
}

/*.echart-nav .echat-biao1:before {
	background-image: url(../images/index/echat-biao1.png);
}

.echart-nav .echat-biao1.active:before {
	background-image: url(../images/index/echat-biao1_i.png);
}

.echart-nav .echat-biao2:before {
	background-image: url(../images/index/echat-biao2.png);
}

.echart-nav .echat-biao2.active:before {
	background-image: url(../images/index/echat-biao2_i.png);
}

.echart-nav .echat-biao3:before {
	background-image: url(../images/index/echat-biao3.png);
}

.echart-nav .echat-biao3.active:before {
	background-image: url(../images/index/echat-biao3_i.png);
}

.echart-nav .echat-biao4:before {
	background-image: url(../images/index/echat-biao4.png);
}

.echart-nav .echat-biao4.active:before {
	background-image: url(../images/index/echat-biao4_i.png);
}

.echart-nav .echat-biao5:before {
	background-image: url(../images/index/echat-biao5.png);
}

.echart-nav .echat-biao5.active:before {
	background-image: url(../images/index/echat-biao5_i.png);
}

.echart-nav .echat-biao6:before {
	background-image: url(../images/index/echat-biao6.png);
}

.echart-nav .echat-biao6.active:before {
	background-image: url(../images/index/echat-biao6_i.png);
}

.echart-nav .echat-biao7:before {
	background-image: url(../images/index/echat-biao7.png);
}

.echart-nav .echat-biao7.active:before {
	background-image: url(../images/index/echat-biao7_i.png);
}

.echart-nav .echat-biao8:before {
	background-image: url(../images/index/echat-biao8.png);
}

.echart-nav .echat-biao8.active:before {
	background-image: url(../images/index/echat-biao8_i.png);
}*/

.echart-nav .echat-biao1:before {
	background-image: url(../images/index/echat-biao1.png);
}

.echart-nav .echat-biao2:before {
	background-image: url(../images/index/echat-biao2.png);
}

.echart-nav .echat-biao3:before {
	background-image: url(../images/index/echat-biao3.png);
}

.echart-nav .echat-biao4:before {
	background-image: url(../images/index/echat-biao4.png);
}


.echart-nav .echat-biao5:before {
	background-image: url(../images/index/echat-biao5.png);
}

.echart-nav .echat-biao6:before {
	background-image: url(../images/index/echat-biao6.png);
}

.echart-nav .echat-biao7:before {
	background-image: url(../images/index/echat-biao7.png);
}

.echart-nav .echat-biao8:before {
	background-image: url(../images/index/echat-biao8.png);
}

.page-main .page-left {
	width: 820px;
	float: left;
}

.page-main .page-right {
	width: 364px;
	float: right;
}

/* 功能组件 */
.tabs-box .tabs-title {
	/*border-bottom: 1px solid #E5E5E5;*/
	font-size: 16px;
	box-sizing: content-box;
	text-align: left;
    width: 80%;
    margin: 0 auto;
}

.tabs-box .tabs-title span {
	display: inline-block;
	padding: 5px 20px;
	line-height: 20px;
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	cursor: pointer;
	/*font-weight: bold;*/
}

.tabs-box .tabs-title .active {
	border-bottom-color: #2D94FF;
}

.tabs-box .tabs-content {
	padding: 30px 0 0;
	height: 248px;
}

.tabs-box .tabs-content > div.active {
	display: block;
}

.tabs-box .tabs-content > div {
	display: none;
}

/* 文章列表 */
.newslist {
	box-sizing: border-box;
    position: relative;
    min-height: 216px;
}

.newslist li {
	margin-bottom: 13px;
	text-align: left;
}

.newslist a {
	color: #333333;
	font-size: 16px;
	line-height: 1;
	text-align: left;
	display: block;
	margin-bottom: 3px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
    width: 50%;
}
.newslist .more{
	color: #2D93FF;
}

/*echarts 轮播图*/
.banner {
	width: 1200px;
	height: 490px;
	padding: 25px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	background: #fff;
	z-index: 2;
}

.banner-left {
	width: 322px;
	float: left;
}

.banner-right {
	margin-left: 322px;
}

.legendbg {
	z-index: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	width: 972px;
	background: rgba(255, 255, 255, 0.6);
}

.changeitem {
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 2;
	color: #253C53;
/* 	display: none; */
}

.changeitem > select {
	height: 24px;
	width: 100px;
	margin: 0 5px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #333;
    border-radius: 4px;
    padding: 0 10px;
}
.changeitem > button {
	padding: 0 20px;
	color: #FFFFFF;
	line-height: 1;
	height: 24px;
	background: #0078ff;
	border: 1px solid #0078ff;
    border-radius: 4px;
}

.lasted_news {
	position: absolute;
	right: 10px;
	top: 40px;
	padding: 20px;
	width: 408px;
	height: 423px;
	background: rgba(255, 255, 255, 0.7);
	color: #000;
}

.lasted_news a {
	color: #2f2b2b;
}

.news_title {
	border-left: 3px solid #3692F7;
}

.news_title p {
	font-size: 16px;
	padding-left: 10px
}

.news_contens {
	padding-left: 20px;
	margin-top: 20px;
}

.news_contens ul li {
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.see-panel h2 {
	line-height: 44px;
	font-size: 30px;
}

.see-panel h2 span {
	font-size: 20px;
}

.see-panel .left {
	float: left;
}

.see-panel .right {
	float: right;
}

.see-panel>div {
	line-height: 22px;
}

.see-panel strong {
	font-size: 28px;
	font-weight: bold;
}

.funnel-panel {
	position: absolute;
	top: 212px;
	right: 25px;
	padding: 10px;
	width: 76px;
	height: 56px;
	font-size: 14px;
}

.hide {
	display: none;
}

/*echarts 轮播结束*/

/*menu*/
.dropdown-menu {
	background-clip: padding-box;
	padding: 5px 0;
	position: absolute;
	top: 35px;
	left: 50%;
	background-color: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0 0 4px 4px;
	display: none;
	z-index: 5;
	min-width: auto;
	text-align: left;
	margin-left: -40px;
}

.dropdown-menu>li>a {
	font-size: 16px;
	padding: 8px 20px;
	white-space: nowrap;
	line-height: 1.42857;
	display: block;
}

.dropdown-menu>li:hover {
	background: #f5f5f5;
}

.navmenu a {
	line-height: 20px;
	font-size: 16px;
	color: #333;
}

/*menu end*/
.coluem2 {
	float: left;
	width: 600px;
}
/* 首页第一部分 */
.mn-page-part1 {
	margin-bottom: 10px;
}
.mn-page-part1 .center-nav td{
	vertical-align: top;
}
.mn-page-part1 .center-nav.quick .newslist{
    border: 1px solid #e0e8f3;
    padding: 20px;
}
.mn-page-part1 .center-nav.quick .newslist a{
    width: auto;
}
.mn-page-part1 .tabs-box,
.mn-page-part1 .tabs-box2{
    margin: 40px;
}

.tabs-box2 th{
	border-right: 30px solid #fff;
    background: #e0e8f3;
    color: #0078ff;
    font-weight: normal;
	text-align: center;
	padding: 5px 20px;
}
/*.tabs-box2 td{
	padding-top: 40px;
}*/
.item-time{
	text-align: right;
    line-height: 1;
}
/* 首页第二部分 */
.mn-page-part2{
	margin-bottom: 10px;
}
.mn-page-part2 .center-nav td{
	vertical-align: top;
}
.mn-page-part2 .tabs-box{
	margin-left: 40px;
	margin-top: 40px;
	margin-right: 40px;
}
.tabs-box-title{
	float: left;
	width: 111px;
	height: 120px;
 	background-position: top left;
 	background-repeat: no-repeat;
}
.tabs-box-title.t1{
 	background-image: url(../images/index/t1.png);
}
.tabs-box-title.t2{
 	background-image: url(../images/index/t2.png);
}
.tabs-box-title.t3{
 	background-image: url(../images/index/t3.png);
}
.tabs-box-title.t4{
 	background-image: url(../images/index/t4.png);
}
.tabs-box-title.t5{
 	background-image: url(../images/index/t5.png);
}


/* 首页可视化 */
.color-title {
	/*width: 150px;*/
	margin: 0 auto 30px;
	position: relative;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

/*.color-title:before, .color-title:after {
	content: '';
	width: 150px;
	height: 24px;
	position: absolute;
	top: 9px;
	background: url(../images/index/title_line.png) center center no-repeat;
}

.color-title:before {
	left: -103px;
}

.color-title:after {
	right: -103px;
}*/

.nm-page-part3 {
	margin-bottom: 20px;
	text-align: center;
    background: #fff;
    padding: 28px 0;
}

.nm-page-part3 .chart-box {
	width: 300px;
	height: 320px;
	display: inline-block;
	/*border-radius: 6px;
	box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.15);*/
	position: relative;
    background: #e0e8f3;
    padding: 20px 10px;
}

.chart-img{background: #fff;}

.nm-page-part3 .chart-title {
	height: 46px;
	line-height: 46px;
	color: #333333;
}
/* 首页可视化结束 */
/* 出版物部分 */
/*.publication {
	margin: 0 -10px 30px;
}

.publication.p1 {
	padding-right: 8px;
}*/

.publication.p2 {
	padding-left: 8px;
}

.book-list .itema img {
	width: 100%;
}

.book-list .itema {
	padding: 36px;
    background: #e0e8f3;
	display: inline-block;
	box-sizing: border-box;
	margin: 10px 15px 10px 15px;
    width: 162px;
}

.book-list .itema>a {
	display: inline-block;
    width: 100%;
}

.book-list td {
	text-align: left;
    border-right-width: 0;
}

.book-list td .title {
	text-align: center;
    width: 100%;
}

.book-list td a {
	margin-left: -1px;
}

.book-list td+td,
.book-list td:first-child:last-child{
	text-align: center;
}

.book-list td+td a,
.book-list td:first-child:last-child a{
	margin-left: 0;
}

.book-list td+td .title,
.book-list td:first-child:last-child .title{
	text-align: center;
}

.book-list td:last-child {
	text-align: right;
}

.book-list td:last-child a {
	margin-right: -1px;
}

/*.book-list td:last-child .title {
	text-align: left;
}*/

.book-list .title {
	display: block;
	padding: 0 0;
	font-size: 15px;
	/*font-weight: bold;*/
	color: #000000;
	text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}

.book-list a:hover, .book-list a:active {
	color: #000000;
	text-decoration: none;
}

/* 出版物部分结束 */

.echart-tipbox {
    font-size: 16px;
    text-align: left;
}

.echart-tipbox>p {
    padding-left: 16px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0;
}

.echart-tipbox>span {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    border-radius: 10px;
    width: 9px;
    height: 9px;
}
.quanqu_data{
	position: absolute;
    top: -34px;
    left: 0px;
    font-size: 18px;
    color: white;
    width: 88px;
    height: 68px;
    /*line-height: 40px;*/
    text-align: center;
    background: url(../images/index/quanqu_data.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quanqu_data span{
    width: 50%;
    display: inline-block;
}
.searchList{
	margin-left: -73px;
    margin-top: 10px;
}
.searchList ul li{
	float: left;
    margin-left: 10px;
}
.searchList ul li a{
	font-size: 12px;
    color: white;
}

.publication .color-title{
	margin-bottom: 40px;
}














