.header-nav .nav-all .nav-list {
	display: block
}
.ts-index {
	width: 1200px;
	margin: 0 auto 65px;
	padding-bottom: 10px
}
.idx-banner-news {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.idx-banner {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 770px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 770px;
	flex: 0 0 770px;
	width: 770px;
	height: 390px;
	padding-top: 10px
}
.idx-news {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 210px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 210px;
	flex: 0 0 210px;
	margin: 10px 0 0 10px;
	width:210px;
	height: 410px;
	background-color: #fff
}
.idx-news .news-user {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 10px;
	border-bottom: 1px solid #eee
}
.idx-news .news-user .avatar {
	margin-right: 10px
}
.idx-news .news-user .avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50%
}
.idx-news .news-user .lr1 {
	font-size: 13px;
	color: #666;
	margin-bottom: 10px
}
.idx-news .news-user .lr2 a {
	width: 50px;
	height: 25px;
	line-height: 25px;
	padding: 0
}
.idx-news .news-user .lr2 .login {
	color: #fff;
	background-color: #2577e3;
	margin-right: 8px
}
.idx-news .news-user .lr2 .register {
	color: #676767;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc
}
.idx-news .news-user .lr3 span {
	font-size: 14px;
	color: #666;
	margin-right: 8px
}
.idx-news .news-tab {
	padding: 10px 10px 0 10px
}
.idx-news .news-tab .tab-title {
	padding-left: 18px;
	margin-bottom: 20px
}
.idx-news .news-tab .tab-title a {
	font-size: 14px;
	color: #333;
	padding-bottom: 6px;
	margin-right: 30px
}
.idx-news .news-tab .tab-title a.active, .idx-news .news-tab .tab-title a:hover {
	font-weight: 700;
	color: #2577e3;
	border-bottom: 3px solid #2577e3
}
.idx-news .news-tab .tab-title a:last-of-type {
	margin-right: 0
}
.idx-news .news-tab .tab-cont{height: 132px; overflow: hidden;}
.idx-news .news-tab .tab-cont ul {

}
.idx-news .news-tab .tab-cont li {
	margin-bottom: 3px
}
.idx-news .news-tab .tab-cont li:before {
	content: ' ';
	background: #e0e0e0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	margin: 0 8px 5px 0;
	display: inline-block
}
.idx-news .news-tab .tab-cont li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width:110px;
	display: inline-block;
}
.idx-news .news-tab .tab-cont li span{font-weight: bold; color: #2577e3; float: right;}
.idx-supplier-map {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 150px;
	margin-top: 10px
}

.idx-map {
	background-color: #fff;
	width: 190px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.idx-map a {
	display: inline-block;
	text-align: center;
	margin: 15px 15px 0 0
}
.idx-map a:nth-child(3n) {
	margin-right: 0
}
.idx-map span {
	margin-top: 5px;
	display: block
}
.idx-map i {
	display: block;
	margin: 0 auto
}
.idx-map a:nth-child(1) i {
	width: 26px;
	height: 26px;
	background: url(../images/sprites.png) -10px -160px
}
.idx-map a:nth-child(2) i {
	width: 24px;
	height: 24px;
	background: url(../images/sprites.png) -147px -160px
}
.idx-map a:nth-child(3) i {
	width: 30px;
	height: 24px;
	background: url(../images/sprites.png) -160px -108px
}
.idx-map a:nth-child(4) i {
	width: 24px;
	height: 24px;
	background: url(../images/sprites.png) -210px -10px
}
.idx-map a:nth-child(5) i {
	width: 27px;
	height: 25px;
	background: url(../images/sprites.png) -56px -160px
}
.idx-map a:nth-child(6) i {
	width: 28px;
	height: 28px;
	background: url(../images/sprites.png) -160px -60px
}
.idx-index {
	margin-top: 30px;
	background-color: #fff
}
.idx-index .index-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 20px 0 0;
	height: 50px;
	background-color: #fbfbfb
}
.ts-index .t-tt {
	font-weight: 700;
	font-size: 16px;
	margin-right: 30px;
	background: url(../images/zg1.jpg) no-repeat 0 2px;
	padding-left: 15px;
}
.idx-index .t-item {
	font-size: 14px;
	color: #666;
	background-color: #f5f5f5;
	height: 35px;
	line-height: 35px;
	border-radius: 20px;
	padding: 0 20px;
	margin-right: 20px
}
.idx-index .t-item .num {
	color: #2577e3;
	font-size: 18px;
	font-weight: 700
}
.idx-index .index-cont {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.idx-index .index-cont .cont-l {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 570px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 570px;
	flex: 0 0 570px;
	padding: 20px 0 10px
}
.idx-index .index-cont .cont-r {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 630px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 630px;
	flex: 0 0 630px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.idx-index .index-cont .chart {
	padding: 0 15px
}
.idx-index .index-cont .r-item {
	width: 210px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 25px;
	text-align: center;
	border: 1px solid #eee;
	border-top: 0;
	border-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.idx-index .index-cont .r-item:nth-of-type(n+4) {
	border-bottom: 0
}
.idx-index .index-cont .r-item>div {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.idx-index .index-cont .item-1 span {
	font-size: 14px
}
.idx-index .index-cont .item-2 span {
	font-size: 26px;
	font-weight: 700;
	color: #2577e3
}
.idx-index .index-cont .item-2 .down, .idx-index .index-cont .item-2 .flat, .idx-index .index-cont .item-2 .up {
	margin-right: 10px
}
.idx-index .index-cont .item-2 .up {
	width: 20px;
	height: 25px;
	background: url(../images/sprites.png) -210px -99px
}
.idx-index .index-cont .item-2 .down {
	width: 20px;
	height: 25px;
	background: url(../images/sprites.png) -210px -54px
}
.idx-index .index-cont .item-2 .flat {
	width: 22px;
	height: 5px;
	background: url(../images/sprites.png) -10px -246px
}
.idx-index .index-cont .item-3 span {
	font-size: 14px;
	color: #999
}
.idx-market, .idx-sales {
	margin-top: 20px
}
.t-more {
	color: #999
}
.idx-market .mkt-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 50px;
	line-height: 50px;
	padding: 0 20px 0 0;
	background-color: #fbfbfb
}
.idx-market .mkt-title .t-tt{background-position: 0 15px;}
.idx-market .mkt-cont {
	background-color: #fff;
	padding: 35px 30px 40px
}
.idx-market .mkt-cont ul {
	
}
.idx-market .mkt-cont ul li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; margin-bottom: 20px;
}
.idx-market .mkt-cont .cont-img {
	position: relative;
	float: left; width: 146px; height: 145px; background: #a683b7; border-radius: 8px 0 0 8px;
}
.idx-market .mkt-cont li:nth-child(2) .cont-img{background: #e29948;}
.idx-market .mkt-cont li:nth-child(3) .cont-img{background: #5eaea2;}
.idx-market .mkt-cont li:nth-child(4) .cont-img{background: #6d94bf;}
.idx-market .mkt-cont .cont-img:hover {

}
.idx-market .mkt-cont .cont-txt {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff
}
.idx-market .mkt-cont .cont-txt .txt-1 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}
.idx-market .mkt-cont .cont-txt .txt-2 a {
	color: #fff;
	font-size: 14px;
	margin-right: 20px; display: block; line-height: 24px;;
}
.idx-market .mkt-cont .cont-txt .txt-2 a:hover{font-weight: bold;}
.idx-market .mkt-cont .cont-rbox{ border-top:1px solid #eeeeee; border-right: 1px solid #e4e3e3;}
.idx-market .mkt-cont .cont-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 25px;
	float: left; border: 1px solid #eeeeee; border-right: none; border-top: none;
}
.idx-market .mkt-cont .cont-item:hover{background: #f7fbff;}
.idx-market .mkt-cont .cont-item .item-1 {
	float: left;
	margin-right: 15px
}
.idx-market .mkt-cont .cont-item .item-2 span {
	display: block;
	font-size: 14px;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.idx-market .mkt-cont .cont-item .item-2 span p{float: right; color:#bbb; font-size: 12px;}
.idx-market .mkt-cont .cont-item .item-2 .dun { line-height: 20px;
}
.idx-market .mkt-cont .cont-item .item-2 .dun p{font-size: 20px; color: #a764c8}
.idx-market .mkt-cont li:nth-child(2) .cont-item .item-2 .dun p{color: #ef8e22}
.idx-market .mkt-cont li:nth-child(3) .cont-item .item-2 .dun p{color: #1fc1a9}
.idx-market .mkt-cont li:nth-child(4) .cont-item .item-2 .dun p{color: #3b7bc2}
.idx-sales .sl-title {
	height: 50px;
	line-height: 50px;
	padding: 0 20px 0 0;
	background-color: #fbfbfb
}
.idx-sales .sl-title .desc {
	font-size: 14px
}
.idx-sales .sl-cont {
	background-color: #fff;
	padding: 40px 30px 30px
}
.idx-sales .sl-cont ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.idx-sales .sl-cont ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 216px;
	height: 90px;
	border: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 15px 15px 0;
	padding-right: 10px
}
.idx-sales .sl-cont ul li:nth-child(5n) {
	margin-right: 0
}
.idx-sales .sl-cont .cont-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	text-align: center
}
.idx-sales .sl-cont .cont-item {
	color: #333;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 106px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 106px;
	flex: 0 0 106px
}
.idx-sales .sl-cont .cont-item .t1 {
	font-size: 16px;
	font-weight: 700
}
.idx-sales .sl-cont .cont-item .t2 {
	font-size: 14px
}
.idx-sales .sl-cont .cont-item .t3 {
	width: 106px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.idx-sales .sl-cont .cont-item .t3 span {
	color: #999;
	margin-right: 5px
}
.idx-sales .swiper-container {

}
.idx-sales .swiper-container .swiper-pagination {
	bottom: 0
}
.idx-sales .swiper-container .swiper-pagination-bullet {
	width: 30px;
	background-color: #eee
}
.idx-sales .swiper-container .swiper-pagination-bullet-active {
	background-color: #2577e3
}

.idx-trend {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px
}
.idx-trend .tre-title {
	height: 50px;
	line-height: 50px;
	padding: 0 20px 0 0;
	background-color: #fbfbfb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.idx-trend .tre-title .t-tt{background-position: 0 15px;}
.idx-trend>div {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 587px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 587px;
	flex: 0 0 587px;
	background-color: #fff
}
.idx-trend .deals .dl-cont, .idx-trend .industry ul {
	height: 450px
}
.idx-trend .industry ul li {
	padding: 0 20px 0 45px;
	height: 90px;
	border-bottom: 1px solid #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}
.idx-trend .industry ul li:last-child {
	border-bottom: 0
}
.idx-trend .industry ul li:before {
	content: ' ';
	width: 4px;
	height: 10px;
	background-color: #bbb;
	position: absolute;
	top: auto;
	left: 20px;
	border-radius: 2px;
}
.idx-trend .industry .idt-tt a {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 547px
}
.idx-trend .industry .idt-tt .timer{color: #999; float: right;}
.idx-trend .industry .idt-cont {
	margin-top: 5px;
	color: #999
}
.idx-trend .industry .idt-cont .tag {
	background-color: #eee;
	padding: 1px 8px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 5px
}
.idx-trend .industry .idt-tt a:hover {
	color: #2577e3
}
.idx-trend .deals .volume {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px
}
.idx-trend .deals .vol-item {
	width: 170px;
	height: 70px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 14px
}
.idx-trend .deals .vol-item.today {
	background-color: #0bc09c
}
.idx-trend .deals .vol-item.yesterday {
	background-color: #ecac12
}
.idx-trend .deals .vol-item.month {
	background-color: #3e94ec
}
.idx-trend .deals .vol-item .item-1 {
	margin-top: 10px
}
.idx-trend .deals .vol-item .item-2 {
	font-size: 18px;
	font-weight: 700
}
#scroll_dom {
	height: 300px;
	overflow: hidden
}
.idx-trend .deals ul {
	padding: 0 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.idx-trend .deals ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px
}
.idx-trend .deals .dl-l span {
	display: block;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 3px
}
.idx-trend .deals .dl-l {
	color: #999
}
.idx-trend .deals .dl-l .dl-l-t {
	color: #333;
	font-weight: 700;
	font-size: 14px
}
.idx-trend .deals .dl-r {
	color: #2577e3;
	font-size: 14px;
	font-weight: 700
}
.idx-hf{padding-top: 30px;}