.sos {
  float: right;
  width: 750px;
  position: relative;
}
.sos .a1 {
  float: left;
  width: 262px;
  height: 40px;
  padding-left: 40px;
  border-radius: 4px;
  border: 1px solid #979797;
  background: none;
  background-image: url(../img/cp1-ss.png);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: 12px 12px;
  font-size: 12px;
}
.sos .a2 {
  width: 18px;
  height: 18px;
  float: left;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.sos .a3 {
  width: 100px;
  height: 20px;
  float: left;
  font-size: 14px;
  color: #666666;
  margin-left: 36px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.container {
  width: 1500px;
  margin: 0 auto;
  position: relative;
}
.container .filter {
  width: 300px;
  height: auto;
  float: left;
}
.container .filter .filter_title {
  height: 55px;
  color: #333333;
  font-size: 16px;
  padding-left: 16px;
  padding-top: 16px;
  background: #ffffff;
}
.container .filter .filter_content .filter_item {
  margin-bottom: 2px;
}
.container .filter .filter_content .filter_item .filter_item_title {
  background: #f9f9f9;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  cursor: pointer;
}
.container .filter .filter_content .filter_item .filter_item_title .a1 {
  color: #333333;
  font-size: 14px;
  position: absolute;
  left: 16px;
  top: 12px;
  padding-left: 10px;
  padding-top: 3px;
}
.container .filter .filter_content .filter_item .filter_item_title .a1::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 4px;
  height: 18px;
  background: #4679DB;
  border-radius: 2px;
}
.container .filter .filter_content .filter_item .filter_item_title .arrow {
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
  border-color: #4679DB;
  transform: rotate(135deg);
  position: absolute;
  top: 20px;
  right: 16px;
}
.container .filter .filter_content .filter_item .filter_item_title .arrow.active {
  transform: rotate(45deg) !important;
}
.container .filter .filter_content .filter_item .filter_item_info {
  background: #ffffff;
  padding-bottom: 16px;
}
.container .filter .filter_content .filter_item .filter_item_info .item {
  width: 100%;
  display: block;
  height: 38px;
}
.container .filter .filter_content .filter_item .filter_item_info .item .a1 {
  width: 74%;
  float: left;
  margin-left: 32px;
  margin-top: 16px;
  font-size: 12px;
}
.container .filter .filter_content .filter_item .filter_item_info .item .a2 {
  width: 16px;
  height: 16px;
  float: right;
  margin-top: 18px;
  margin-right: 16px;
}
.container .filter .filter_content .filter_item .filter_item_info::after {
  clear: both;
  content: " ";
  display: block;
}
.container .content {
  float: left;
  margin-left: 20px;
}
.container .content .top {
  width: 856px;
  box-sizing: border-box;
  background: #ffffff;
  padding-bottom: 16px;
}
.container .content .top .bt {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  padding-top: 14px;
  padding-left: 16px;
  padding-bottom: 10px;
}
.container .content .top .xuan {
  padding: 0 16px;
}
.container .content .top .xuan .item:first-child {
  margin-left: 0px;
}
.container .content .top .xuan .item.active {
  background: #EBEBEB !important;
}
.container .content .top .xuan .item {
  width: 200px;
  height: 48px;
  position: relative;
  float: left;
  background: #f9f9f9;
  margin-left: 8px;
  cursor: pointer;
}
.container .content .top .xuan .item .a1 {
  color: #333333;
  font-size: 18px;
  position: absolute;
  left: 16px;
  top: 12px;
  padding-left: 10px;
}
.container .content .top .xuan .item .a1::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 4px;
  height: 18px;
  background: #4679DB;
  border-radius: 2px;
}
.container .content .top .xuan .item .a2 {
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
  border-color: #4679DB;
  transform: rotate(135deg);
  position: absolute;
  top: 20px;
  right: 16px;
}
.container .content .top .xuan .item::after {
  clear: both;
  content: "";
  position: absolute;
}
.container .content .top .xuan::after {
  clear: both;
  content: "";
  display: block;
}
.container .content .top .tab_content {
  background: #EBEBEB;
  margin: 0 16px;
}
.container .content .top .tab_content .tab_content_list {
  display: none;
}
.container .content .top .tab_content .tab_content_list .tab_content_item {
  width: 25%;
  float: left;
  text-align: center;
  margin: 18px auto 18px auto;
  cursor: pointer;
}
.container .content .top .tab_content .tab_content_list .tab_content_item .img1 {
  display: block;
}
.container .content .top .tab_content .tab_content_list .tab_content_item .img2 {
  display: none;
}
.container .content .top .tab_content .tab_content_list .tab_content_item img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.container .content .top .tab_content .tab_content_list .tab_content_item.active {
  color: #4679DB;
}
.container .content .top .tab_content .tab_content_list .tab_content_item.active .img1 {
  display: none;
}
.container .content .top .tab_content .tab_content_list .tab_content_item.active .img2 {
  display: block;
}
.container .content .top .tab_content .tab_content_list.active {
  display: block;
}
.container .content .top .tab_content ::after {
  clear: both;
  content: "";
  display: block;
}
.container .content .liebiao {
  width: 856px;
  box-sizing: border-box;
}
.container .content .liebiao ul::after {
  clear: both;
  content: "";
  display: block;
}
.container .content .liebiao li {
  width: 100%;
  background: #ffffff;
  height: 110px;
}
.container .content .liebiao li .pro_img {
  margin-top: 10px;
  margin-left: 20px;
  width: 100px;
  height: 90px;
  float: left;
  border: 1px solid #f5f5f5;
  display: table;
}
.container .content .liebiao li .pro_img .pro_imgc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.container .content .liebiao li .pro_img .pro_imgc img {
  max-width: 100%;
  max-height: 100%;
}
.container .content .liebiao li .pro_text {
  float: left;
  margin-top: 10px;
  width: 500px;
  margin-left: 20px;
}
.container .content .liebiao li .pro_text .a1 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
}
.container .content .liebiao li .pro_text .a1 a {
  color: #333333;
  font-size: 18px;
}
.container .content .liebiao li .pro_text .a1 span {
  width: auto;
  height: 22px;
  font-size: 18px;
  color: #666;
  border: 1px solid #e1e1e1;
  background: #f2f2f2;
  position: relative;
  margin: 0 6px;
}
.container .content .liebiao li .pro_text .a1 span label {
  padding-left: 4px;
}
.container .content .liebiao li .pro_text .a1 span img {
  width: 8px;
  height: 6px;
  margin-left: 6px;
  margin-right: 6px;
}
.container .content .liebiao li .pro_text .a1 span ul {
  display: none;
  width: 44px;
  height: auto;
  position: absolute;
  top: 26px;
  left: 0;
}
.container .content .liebiao li .pro_text .a1 span ul li {
  width: 100%;
  height: 22px;
  border-bottom: 1px solid #e1e1e1;
  background: #f2f2f2;
}
.container .content .liebiao li .pro_text .a1 span ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding-left: 6px;
  font-size: 16px;
  color: #666;
  padding-right: 6px;
}
.container .content .liebiao li .pro_text .a1 span:hover ul {
  display: block;
}
.container .content .liebiao li .pro_text .a2 {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 44px;
}
.container .content .liebiao li .pro_text .pro_can {
  margin-top: 10px;
}
.container .content .liebiao li .pro_text .pro_can p {
  width: 225px;
  float: left;
  font-size: 14px;
  color: #666666;
  margin-right: 16px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 20px;
}
.container .content .liebiao li .pro_text .pro_can ::after {
  clear: both;
  content: "";
  display: block;
}
.container .content .liebiao li .pro_caozuo {
  width: 166px;
  float: right;
  margin-top: 10px;
  box-sizing: border-box;
  border-left: 1px solid #f3f3f3;
  padding-left: 30px;
}
.container .content .liebiao li .pro_caozuo a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #4679DB;
  line-height: 16px;
  margin-top: 12px;
}
.container .content .liebiao li .pro_caozuo a img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.container .content .liebiao .pages {
  float: left;
  position: relative;
  left: 50%;
  margin-top: 20px;
}
.container .content .liebiao .pages .liss {
  position: relative;
  left: -50%;
}
.container .content .liebiao .pages .liss span {
  display: block;
  height: 36px;
  color: #666666;
  text-align: center;
  font-size: 16px;
  float: left;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  line-height: 36px;
  padding: 0 8px;
  margin-left: 4px;
}
.container .content .liebiao .pages .liss a {
  display: block;
  height: 36px;
  color: #666666;
  text-align: center;
  font-size: 16px;
  float: left;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  line-height: 36px;
  padding: 0 8px;
  margin-left: 4px;
}
.container .content .liebiao .pages .liss a.active {
  background: #4679DB;
  color: #fff;
}
.container .content .liebiao .pages .liss a:first-child {
  margin-left: 0px;
}
.container .content .liebiao .pages .liss ::after {
  clear: both;
  content: "";
  display: block;
}
.container .fenlei {
  width: 300px;
  height: auto;
  float: left;
  margin-left: 22px;
}
.container .fenlei .tb {
  background: #4679DB;
  height: 60px;
  text-align: center;
}
.container .fenlei .tb p {
  font-size: 20px;
  color: #fff;
  padding-top: 12px;
}
.container .fenlei .tb p::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  background: #fff;
  border-radius: 8px;
  margin: 4px auto;
}
.container .fenlei .tb span {
  color: #fff;
  font-size: 16px;
}
.container .fenlei .filter_content .filter_item {
  margin-bottom: 2px;
}
.container .fenlei .filter_content .filter_item .filter_item_title {
  background: #f9f9f9;
  height: 42px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  cursor: pointer;
}
.container .fenlei .filter_content .filter_item .filter_item_title .a1 {
  color: #333333;
  font-size: 14px;
  position: absolute;
  left: 16px;
  top: 12px;
  padding-left: 10px;
}
.container .fenlei .filter_content .filter_item .filter_item_title .a1.active {
  color: #4679DB;
  font-weight: bold;
}
.container .fenlei .filter_content .filter_item .filter_item_title .a1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 18px;
  background: #4679DB;
  border-radius: 2px;
}
.container .fenlei .filter_content .filter_item .filter_item_title .arrow {
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
  border-color: #4679DB;
  transform: rotate(135deg);
  position: absolute;
  top: 20px;
  right: 16px;
}
.container .fenlei .filter_content .filter_item .filter_item_title .arrow.active {
  transform: rotate(45deg) !important;
}
.container .fenlei .filter_content .filter_item .filter_item_info {
  background: #ffffff;
  padding-bottom: 16px;
}
.container .fenlei .filter_content .filter_item .filter_item_info .item {
  width: 100%;
  display: block;
  padding: 10px 0px 4px 16px;
  position: relative;
}
.container .fenlei .filter_content .filter_item .filter_item_info .item .a1 {
  width: 90%;
  float: left;
  cursor: pointer;
}
.container .fenlei .filter_content .filter_item .filter_item_info .item .a1.active {
  color: #4679DB;
}
.container .fenlei .filter_content .filter_item .filter_item_info .item .arrow {
  float: right;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
  border-color: #4679DB;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  /* 设置margin-left / margin-top 为自身高度的一半 */
}
.container .fenlei .filter_content .filter_item .filter_item_info .item::after {
  clear: both;
  content: " ";
  display: block;
}
.container .fenlei .filter_content .filter_item .filter_item_info::after {
  clear: both;
  content: " ";
  display: block;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
/*# sourceMappingURL=./b_style.css.map */