@charset "utf-8";
/* CSS Document */
/*导航*/
.top_nav {
  width: 100%;
  margin: 0 auto;
	height: auto;
  padding: 16px 12px 10px 12px;
  box-sizing: border-box;
  box-shadow:0px 0 0 0px rgb(215 215 215 / 40%)
}
.top_nav div {
    display: flex;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: solid 1px #2095f4;
  box-sizing: border-box;
  overflow: hidden;
}
.top_nav div a {
    display: flex;
    justify-content: center;
    align-items: center;
  width: 33%;
  height: 39px;
  line-height: 36px;
  font-size: 16px;
  box-sizing: border-box;
}

.top_nav div a.cur {
  background: #2095f4;
  color: #fff;
}
/*中间内容*/
.speContent {
  width: 100%;
	background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  height: auto;
  padding:0 12px 10px 12px;
}
.speContent ul.hjlist_ul {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: auto;
}
.speContent ul.hjlist_ul li {
  width: 50%;
  height: auto;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 12px 0 0;
}
.speContent ul.hjlist_ul li:nth-child(2n) {
  padding-right: 0;
}
.speContent ul.hjlist_ul li a {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden
}
.speContent ul.hjlist_ul li a img {
  width: 100%;
  height: 98px;
  display: block;
  overflow: hidden
}
.speContent ul.hjlist_ul li a span {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 98px;
}
.speContent ul.hjlist_ul li a p {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
}
.speContent > p {
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
	color: #888;
  background: #efefee;
  margin: 10px 0;
  border-radius: 6px;
}
.speContent > p span {
  margin-left:10px ;
  position: relative;
}
.speContent > p span:after, .speContent > p span:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  left: 100%;
  position: absolute;
  width: 0;
  z-index: 8;
}
.speContent > p span:after {
  border-width: 8px;
  border-top-color: #efefee;
  bottom: -1px;
  left: 50%;
  margin-left: -8px;
}
.speContent > p span:before {
  border-width: 8px;
  border-top-color: #888;
  bottom: -3px;
  left: 50%;
  margin-left: -8px;
}
/*厂商列表*/
ul.cslist_ul {
  width: 100%;
  margin-top: -8px;
  box-sizing: border-box;
  overflow: hidden;
}
ul.cslist_ul li {
  display: block;
  padding: 14px 0;
  border-bottom: 1px dashed #dbe1ec;
  overflow: hidden;
}
ul.cslist_ul li .csImg {
  width: 106px;
  height: 72px;
  margin-left: 0px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin-right: 12px;
  overflow: hidden;
}
ul.cslist_ul li .csImg img {
  display: inline-block;
  float: left;
  width: 106px;
  height: 72px;
  text-align: center;
}
ul.cslist_ul li p {
  overflow: hidden;
  -webkit-box-flex: 1;
  color: #777;
  height: 72px;
}
ul.cslist_ul li p .csName {
  display: inline-block;
  margin-left: 0px;
  font-size: 16px;
  color: #444;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
ul.cslist_ul li p span.csTxt {
  width: 100%;
  height: 44px;
  overflow: hidden;
  -webkit-box-flex: 1;
  font-size: 13px;
  color: #777;
  display: block;
  margin-top: 10px;
  line-height: 20px;
}
