.top-search{
	justify-content:center;
	font-size:1.6rem;
	color:#fff;
}
.sy-block{
	margin:0 0 1rem;
	padding:2rem 1rem;
	background-color:#fff;
	border-bottom:1em #f0f0f0 solid;
}
.sy-block:last-child{
	border:none;
}
.sy-block>.block-tit{
	font-size:1.4rem;
	font-weight:bold;
	margin-bottom:2rem;
}
.nav-container{
	padding: 0.5rem 0;
}
.zt-nav{
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-between;
}
.zt-nav a{
  width: 25%;
  flex-shrink:0;
  font-size:1.2rem;
  color: #333;
  line-height: 2;
  text-align: center;
}
.zt-nav a img{
  display: block;
  width: 4.2rem;
  margin: 0 auto;
}
.toutiao{
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  margin:1rem 0 0;
}
.toutiao img{
  width: 6.5rem;
  flex-shrink:0;
}
.toutiao .text{
  flex-grow: 1;
  display: flex;
  height:100%;
  border-left:1px #dedede solid;
  margin-left: 1rem;
  align-items: center;
  justify-content: space-between;
  overflow:hidden;
}
.toutiao .text .swiper-text{
  flex-grow: 1;
  height:100%;
  margin-left:1rem;
  font-size: 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2.5rem;
}
.toutiao .text .swiper-text .swiper-slide{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.toutiao .text .swiper-text .swiper-slide a{
	color:#000;
}
.pindao .title{
	background-image: linear-gradient(#dedede,#dedede);
	background-repeat:no-repeat;
	background-size:100% 1px;
	background-position:center;
	text-align:center;
	margin-bottom:1rem;
}
.pindao .title a{
	display:inline-block;
	vertical-align:middle;
	font-size:2rem;
	font-weight:bold;
	background-color:#fff;
	color:#f23f00;
	padding:0 15px;
}
.pindao .title a img{
	width:1em;
	margin-left:3px;
	vertical-align:middle;
}
/*.pindao .title a:before,.pindao .title a:after{
	content:"";
	display:block;
	width:4rem;
	height:2px;
	background-color:#f0f0f0;
}
.pindao .title a:before{
	margin-right:1.5rem;
}
.pindao .title a:after{
	margin-left:1.5rem;
}*/
.pindao-fenlei{
	overflow:hidden;
	font-size:1.2rem;
	color:#666;
}
.pindao-fenlei ul{
	overflow:auto;
	white-space:nowrap;
	text-align:center;
	margin-bottom:1.5rem;
}
.pindao-fenlei li{
	display:inline-block;
	margin-right:1.5rem;
}
.pindao-fenlei li a{
	font-size:1.2rem;
	color:#666;
}
.company-list{
    padding: 0.5rem 0;
}
.company-list .link{
    display: flex;
    border-bottom: 1px #f0f0f0 dashed;
    padding: 1rem 0;
}
.company-list  li:last-child .link{
    border-bottom: none;
}
.company-list  .link img{
    width: 6rem;
    height: 6rem;
    flex-shrink: 0;
    margin-right: 1rem;
    border: 1px #dedede solid;
}
.company-list .link .text{
    flex-grow: 1;
    overflow: hidden;
	display:flex;
	flex-direction:column;
	overflow:hidden;
}
.company-list .link .text .company-name{
    font-size: 1.6rem;
	color:#333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.company-list .link .text .company-goods{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    color: #666;
	margin-top:8px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.index-news-list .link{
    padding: 1rem 0;
    display: flex;
    align-items: center;
    border-top: 1px #f0f0f0 dashed;
	color:#333;
}
.index-news-list{
    padding-bottom: 1rem;
}
.index-news-list .link::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin:0 0.5rem;
    flex-shrink: 0;
    background-color: #333;
}
.index-news-list .link .text{
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-news-list .link img{
    width: 2rem;
    height: 2rem;
    margin-left: 0.5rem;
    flex-shrink: 0;
}
.copyright{
	padding:1em 0;
	text-align:center;
	line-height:1.5;
}
.copyright .text1 a{
	font-size:1.2em;
	color:#333;
	margin:0 5px;
	vertical-align:middle;
}
.copyright .text2{
	font-size:1.0em;
	color:#999;
}