/* 求购 */
.buy-table{
	display: flex;
	justify-content: space-between;
}
.bt-right{
	width: 220px;
}
.bt{
	width: 950px;
}

.bt table{
	width: 100%;
}
.bt tr{
	height: 40px;
	padding: 10px 0;
}
.bt .th{
	background-color: #f0f0f0;
	color: #686868;
	height: 40px;
	line-height: 40px;
}

.bt tbody tr{
	color: #333;
	font-size: 14px;
	border-bottom: 1px dashed #DDDDDD;
} 
.bt tbody a{
	display: block;
	padding: 10px 0;
	line-height: 25px;
}
.bt tbody a:hover{
	color: #FF651B;
}
.bt tbody td{
	padding: 0 15px;
	text-align: center;
	vertical-align: middle;
}
.b-item{
	display: block;
	margin-bottom: 15px;
}
.br-ti{
	line-height: 40px;
	font-weight: bold;
	color: #FF651B;
	font-size: 20px;
}

.bt-right img{
	width: 230px;
	height: 165px;
}

.br-msg h2{
	color: #333;
	line-height: 25px;
}

.br-1{
	display: block;
	color: #999;
	font-size: 14px;
	margin: 8px 0;
}
.br-2{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.br-2 strong{
	font-weight: bold;
	font-size: 18px;
	color: #FF651B;
}

.br-2 span{
	color: #999;
	font-size: 14px;
}



/* 资讯 */
.swip1 .swiper-container {
  width: 100%;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
}

.swip1 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.swip1 .gallery-top {
  height: 430px;
  width: 100%;
}

.swip1 .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 15px;
}

.swip1 .gallery-thumbs .swiper-slide {
  width: 85px !important;
  height: 60px;
  opacity: 0.7;
}

.swip1 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
	
.swip1{
	width: 800px;
	height: 430px;
}

.swip1 .new-ti{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 25px;
	font-weight: bold;
}

.swip1 .new-ti span{
	display: block;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	padding: 15px;
	background-image: linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.01));
}

.new-box{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.new-right{
	width: 370px;
}
.nl{
	display: flex;
}
.nl img{
	width: 140px;
	height: 75px;
	margin-right: 10px;
}
.new-li{
	margin-bottom: 12px;
}
.nl a{
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 22px;
	margin-bottom: 5px;
	height: 44px;
}
.nl a:hover{
	color: #F04234;
}
.nl-text div{
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #999;
	margin-top: 17px;
}
.new-n{
	display: flex;
	justify-content: space-between;
}
.new-tag{
	width: 975px;
}
.nt-nav{
	width: 100%;
	display: flex;
	justify-content: space-around;
	border-bottom: 1px solid #e7e7e7;
}
.nt-nav a{
	font-size: 18px;
	color: #333;
	padding: 0 10px;
	line-height: 40px;
}

.tag-c{
	font-weight: bold;
	color: #F04234 !important;
	border-bottom: 2px solid #F04234;
}

.news{
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.news .news-i{
	width: 250px;
	height: 140px;
	margin-right: 20px;
}

.news img{
	width: 250px;
	height: 140px;
}

.news a{
	display: block;
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}
.news a:hover{
	color: #000;
}
.news p{
	text-indent: 2em;
	color: #777;
	line-height: 22px;
	font-size: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-s{
	display: flex;
	justify-content: space-between;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}

.new-hot{
	background-color: #f0f0f0;
	width: 210px;
	height: fit-content;
	margin-top: 10px;
	padding: 10px 0;
}

.new-hot a{
	display: block;
	color: #999;
	line-height: 20px;
	margin: 5px 15px;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}

.new-hot a:last-child{
	border-bottom: none;
}

.new-hot a span{
	font-weight: bold;
}
.new-hot a:hover{
	color: #EF8775;
}