﻿@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  color: #333;
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
body {
  background: #EEEEEE;
  margin: 0 auto;
  max-width: 640px;
  position: relative;
}
.txt::-webkit-input-placeholder {
  color: #999999;
}
.txt:-moz-placeholder {
  color: #999999;
}
.txt::-moz-placeholder {
  color: #999999;
}
.txt:-ms-input-placeholder {
  color: #999999;
}
.bg_bai {
  background: #fff;
}
/* 间距 */
.mtop {
  margin-top: 15px;
}
.ptop {
  padding-top: 15px;
}
/* 轮播 */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #FF7523;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* 首页 */
.sy_search {
  padding: 15px;
}
.sy_search p {
  position: relative;
  border: 1px solid #A6155F;
  border-radius: 20px;
  overflow: hidden;
}
.sy_search .txt {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: url(../images/bg_01.png) no-repeat 15px center #fff;
  background-size: auto 18px;
  padding-left: 45px;
}
.sy_search .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  color: #A5155F;
  line-height: 34px;
  font-size: 15px;
}
.sy_search .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.sy_search .bottom select {
  width: 24%;
  height: 30px;
  border: 1px solid #9D9D9D;
  border-radius: 20px;
  background: url(../images/bg_07.png) no-repeat 92% center #fff;
  background-size: 8px;
  padding-left: 10px;
}
.sy_one .lSSlideOuter .lSPager.lSpg {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: -25px;
  background: none;
  padding-bottom: 10px;
}
.sy_one .lSSlideOuter .lSPager.lSpg > li {
  padding: 0 4px;
}
.sy_one .lSSlideOuter .lSPager.lSpg > li a {
  border: 0;
  background: #B5B5B5;
  width: 8px;
  height: 8px;
}
.sy_one .lSSlideOuter .lSPager.lSpg > li:hover a,
.sy_one .lSSlideOuter .lSPager.lSpg > li.active a {
  border: 0;
  background: #fff;
}
.sy_one .lSSlideOuter .lSPager.lSpg > li {
  margin-top: 0px;
}
.sy_one img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.sy_two {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 5px 0;
  padding-bottom: 10px;
}
.sy_two li {
  width: 25%;
  text-align: center;
}
.sy_two li a {
  text-align: center;
  display: block;
  padding: 10px 0;
  color: #272727;
}
.sy_two .pimg {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sy_two .pimg img {
  width: 32px;
}
.sy_two h3 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.sy_title {
  border-bottom: 2px solid #EFEFEF;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sy_title span {
  border-left: 3px solid #A5155F;
  color: #A5155F;
  font-size: 15px;
  padding-left: 10px;
  font-weight: bold;
  line-height: 16px;
}
.sy_title .more {
  border: 1px solid #A5155F;
  border-radius: 40px;
  padding: 0px 10px;
  color: #A5155F;
  line-height: 20px;
  padding-right: 15px;
}
.sy_three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 15px;
  padding-top: 15px;
}
.sy_three li {
  margin-bottom: 10px;
  width: 48.5%;
}
.sy_three li img {
  width: 100%;
  border-radius: 5px;
}
.sy_four {
  display: flex;
  justify-content: space-between;
  color: #5F5F5F;
  padding: 15px 5px;
}
.sy_four a {
  color: #5F5F5F;
  margin: 0 10px;
}
.sy_four a.sel {
  color: #A5155F;
  border-bottom: 1px solid #A5155F;
}
.sy_five {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  background: #fff;
}
.sy_five li {
  width: 47.5%;
  margin-bottom: 15px;
}
.sy_five .pimg {
  width: 100%;
  height: 120px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
}
.sy_five .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy_five .title {
  height: 44px;
  line-height: 22px;
  color: #383636;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sy_five .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  line-height: 20px;
  color: #8F8F8F;
}
.sy_five .bottom .num {
  font-size: 13px;
}
.sy_five .bottom .sc {
  background: url(../images/bg_02.png) no-repeat left 2px;
  background-size: 15px;
  padding-left: 20px;
  font-size: 13px;
}
.sy_five .bottom .sc.ok {
  background: url(../images/bg_02-sel.png) no-repeat left 2px;
  background-size: 15px;
}
.sy_five2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  background: #fff;
}
.sy_five2 li {
  width: 31%;
  margin-bottom: 15px;
}
.sy_five2 .pimg {
  width: 100%;
  height: 80px;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
}
.sy_five2 .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy_five2 .title {
  height: 44px;
  line-height: 22px;
  color: #383636;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sy_five2 .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  line-height: 20px;
  color: #8F8F8F;
}
.sy_five2 .bottom .num {
  font-size: 12px;
}
.sy_five2 .bottom .sc {
  background: url(../images/bg_02.png) no-repeat left 2px;
  background-size: 15px;
  padding-left: 20px;
  font-size: 12px;
}
.sy_five2 .bottom .sc.ok {
  background: url(../images/bg_02-sel.png) no-repeat left 2px;
  background-size: 15px;
}
.sy_six {
  padding: 0 15px;
}
.sy_six li {
  width: 100%;
  border-bottom: 1px solid #D2D2D2;
  padding: 15px 0;
}
.sy_six li:last-child {
  border: 0;
}
.sy_six .nei {
  display: flex;
  align-items: center;
}
.sy_six .pimg {
  width: 100px;
  height: 70px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 5px;
}
.sy_six .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sy_six .info {
  padding-left: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #8F8E93;
  line-height: 24px;
}
.sy_six .info .title {
  width: 100%;
  font-size: 14px;
  color: #2F2F2F;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
}
.sy_six .info span {
  font-size: 13px;
}
.sy_seven {
  padding: 25px 15px;
}
.sy_seven a {
  display: block;
  color: #fff;
  background: #A5155F;
  font-weight: bold;
  border-radius: 6px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 4px;
  font-size: 16px;
}
/* menu */
.menu {
  float: left;
  width: 100%;
  height: 50px;
}
.menu ul {
  position: fixed;
  bottom: 0px;
  width: 100%;
  max-width: 640px;
  background: #fff;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.menu li {
  width: 20%;
  text-align: center;
}
.menu li a {
  display: block;
  width: 100%;
  padding-top: 7px;
  height: 50px;
  font-size: 12px;
  line-height: 12px;
  color: #6F6F6F;
}
.menu i {
  display: block;
  width: 100%;
  height: 26px;
}
.menu .i1 {
  background: url(../images/m1.png) no-repeat top center;
  background-size: auto 20px;
}
.menu li.sel .i1 {
  background: url(../images/m1-sel.png) no-repeat top center;
  background-size: auto 20px;
}
.menu .i2 {
  background: url(../images/m2.png) no-repeat top center;
  background-size: auto 18px;
}
.menu li.sel .i2 {
  background: url(../images/m2-sel.png) no-repeat top center;
  background-size: auto 18px;
}
.menu .i3 {
  background: url(../images/m3.png) no-repeat top center;
  background-size: auto 20px;
}
.menu li.sel .i3 {
  background: url(../images/m3-sel.png) no-repeat top center;
  background-size: auto 20px;
}
.menu .i4 {
  background: url(../images/m4.png) no-repeat top center;
  background-size: auto 20px;
}
.menu li.sel .i4 {
  background: url(../images/m4-sel.png) no-repeat top center;
  background-size: auto 20px;
}
.menu .i5 {
  background: url(../images/m5.png) no-repeat top center;
  background-size: auto 20px;
}
.menu li.sel .i5 {
  background: url(../images/m5-sel.png) no-repeat top center;
  background-size: auto 20px;
}
.menu li.sel a {
  color: #A5155F;
}
/* banner */
.banner img {
  width: 100%;
}
.wei {
  padding: 15px;
  line-height: 24px;
  color: #5F5F5F;
}
.fenye {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
}
.fenye a,
.fenye span {
  border: 1px solid #DCDCDC;
  line-height: 24px;
  color: #2F2F2F;
  display: inline-block;
  padding: 0px 8px;
  font-size: 13px;
}
.fenye .sel {
  background: #A5155F;
  color: #fff;
  border: 1px solid #A5155F;
}
.share {
  padding: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5F5F5F;
}
.share img {
  height: 22px;
  margin: 0 6px;
}
/* 活动 hd */
.hd_one {
  padding: 15px;
  padding-bottom: 0;
}
.hd_one li {
  width: 100%;
  margin-bottom: 15px;
}
.hd_one a {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.hd_one img {
  width: 100%;
}
.hd_one .title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 6px;
}
.hd_one .title span {
  font-size: 24px;
  font-weight: bold;
}
.hd_date {
  display: flex;
  align-items: flex-start;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  padding: 0px 10px;
}
.hd_date li {
  display: inline-block;
  color: #5F5F5F;
  line-height: 40px;
  padding: 0px 30px;
}
.hd_date li.sel {
  color: #A5155F;
}
.hd_two {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd_two .rr {
  background: #3B1D85;
  padding: 0 13px;
  line-height: 28px;
  border-radius: 4px;
}
.hd_two .rr span {
  padding-left: 20px;
  background: url(../images/bg_04.png) no-repeat left center;
  background-size: 13px;
  color: #fff;
}
.type_ul {
  border: 2px solid #DBDBDB;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  background: #DBDBDB;
}
.type_ul a {
  color: #5F5F5F;
  padding: 0 15px;
  line-height: 30px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
}
.type_ul a.sel {
  background: #fff;
  border-radius: 50px;
}
.hd_three {
  padding: 0 15px;
  padding-bottom: 10px;
}
.hd_three li {
  margin-bottom: 12px;
  background: #fff;
  padding: 10px 15px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.hd_three .nei {
  display: block;
  width: 100%;
  color: #222222;
}
.hd_three .date {
  color: #8F8F8F;
  font-size: 13px;
  width: 100%;
  margin-bottom: 3px;
}
.hd_three .title {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: 15px;
}
.hd_three .p_sc {
  background: #A5155F;
  color: #fff;
  padding: 0 15px;
  border-radius: 20px;
  top: 38px;
  right: 15px;
  position: absolute;
  z-index: 111;
}
.hd_three .bottom {
  padding-top: 3px;
}
.hd_three .bottom .tit1 {
  color: #A5155F;
  font-size: 13px;
  font-weight: bold;
}
.hd_three .bottom .tit2 {
  margin-left: 10px;
  color: #8F8F8F;
  font-size: 13px;
}
.hd_xq {
  background: #fff;
  padding: 15px;
}
.hd_xq .pimg {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.hd_xq .pimg .img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.hd_xq .pimg .gz_num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  line-height: 26px;
  padding: 0px 10px;
  font-size: 13px;
}
.hd_xq .pimg .add {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #A5155F;
  padding: 5px 0px;
  color: #fff;
}
.hd_xq .pimg .add p {
  float: left;
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
}
.hd_xq .pimg .add p span {
  font-size: 13px;
}
.hd_xq .info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  line-height: 24px;
  margin-top: 15px;
}
.hd_xq .info .title {
  color: #A5155F;
  max-width: 70%;
  font-size: 16px;
  font-weight: bold;
}
.hd_xq .info .if_sc {
  background: #A5155F;
  color: #fff;
  border-radius: 8px;
  padding: 0px 10px;
}
.hd_xq .info .if_sc.ok {
  background: #888888;
}
.hd_xq .desc {
  font-size: 13px;
  line-height: 24px;
  color: #8F8F8F;
}
.tan_sc {
  width: 310px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.tan_sc .top {
  width: 100%;
  padding: 20px;
  border-bottom: 10px solid #EEEEEE;
}
.tan_sc .lx {
  background: #A5155F;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 0 15px;
  line-height: 22px;
  display: inline-block;
}
.tan_sc .img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 0 8px 8px 8px;
}
.tan_sc table {
  width: 100%;
  margin-top: 8px;
}
.tan_sc table th {
  padding-top: 6px;
  width: 75px;
  color: #8F8F8F;
  text-align: left;
  font-weight: normal;
  vertical-align: top !important;
}
.tan_sc table td {
  padding-top: 6px;
}
.tan_sc .bottom {
  padding: 20px;
  text-align: center;
}
.tan_sc .add_sc {
  background: #A5155F;
  color: #fff;
  border-radius: 12px;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
}
.tan_sccg {
  width: 310px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 35px;
}
.tan_sccg .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #323232;
  padding-bottom: 10px;
}
.tan_sccg .desc {
  padding: 15px 0;
  color: #323232;
  line-height: 24px;
}
.tan_sccg .bottom {
  text-align: center;
}
.tan_sccg .bottom span {
  width: 65%;
  background: #A5155F;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
  line-height: 34px;
  margin-top: 15px;
  font-size: 15px;
}
/* 展会服务 */
.fw_list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 5px 0;
  padding-bottom: 10px;
}
.fw_list li {
  width: 25%;
  text-align: center;
}
.fw_list li a {
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #272727;
}
.fw_list .pimg {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fw_list .pimg img {
  width: 32px;
}
.fw_list h3 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
/* 资讯 zx */
.zx_list {
  padding: 5px 15px;
}
.zx_list li {
  margin-bottom: 12px;
  background: #fff;
  padding: 12px 15px;
  border: 0;
  position: relative;
}
.zx_list .pimg {
  height: 65px;
}
.zx_list .title {
  line-height: 22px;
}
.zx_list .sc {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: url(../images/bg_02.png) no-repeat left 0px;
  background-size: 15px;
  padding-left: 20px;
  font-size: 13px;
  color: #8F8E93;
}
.zx_list .sc.ok {
  background: url(../images/bg_02-sel.png) no-repeat left 0px;
  background-size: 15px;
}
.zx_main {
  background: #fff;
  padding: 20px 15px;
}
.zx_main .title {
  text-align: center;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
}
.zx_main .jie {
  color: #8F8F8F;
  text-align: center;
}
.zx_main .jie span {
  padding: 5px;
  line-height: 30px;
  font-size: 12px;
  display: inline-block;
}
.zx_main .info {
  padding: 5px 0;
  font-size: 14px;
  line-height: 24px;

}
.zx_main .info img {
  max-width: 100%;
}
.xw_main {
  background: #fff;
  padding: 15px;
}
.xw_one {
  display: flex;
  justify-content: space-between;
  color: #2F2F2F;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E5E5E5;
}
.xw_one strong {
  font-weight: normal;
  font-size: 17px;
}
.xw_list li {
  display: flex;
  justify-content: space-between;
  line-height: 38px;
  border-bottom: 1px dashed #E5E5E5;
}
.xw_list .a {
  max-width: 70%;
  color: #2F2F2F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.xw_list .date {
  color: #2F2F2F;
  font-size: 12px;
}
/* 个人中心 */
.gr_info {
  padding: 25px 15px;
}
.gr_info .nei {
  background: #A5155F;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.gr_info .img_tx {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
  flex-shrink: 0;
}
.gr_info .right {
  padding-left: 15px;
  position: relative;
  width: 100%;
}
.gr_info .right .a {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #222222;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 20px;
}
.gr_info .right p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
.gr_list {
  padding: 10px 0;
}
.gr_list li a h3 {
  font-weight: normal;
}
.gr_list .pimg img {
  width: 34px;
}
.gr_main {
  width: 100%;
  background: #fff;
  padding: 15px;
}
.gr_wei {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  line-height: 26px;
  align-items: center;
}
.gr_wei .left {
  color: #3F3F3F;
  font-size: 13px;
}
.gr_wei .right {
  color: #A5155F;
  font-size: 15px;
}
.gr_type a.sel {
  background: #A5155F;
  color: #fff;
}
.gr_one {
  padding: 0;
  margin-bottom: -10px;
}
.gr_two {
  margin-top: -10px;
}
.gr_two li {
  display: flex;
  width: 100%;
  padding: 17px 0;
  border-bottom: 2px solid #EDEDED;
}
.gr_two .pimg {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 5px;
  flex-shrink: 0;
}
.gr_two .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gr_two .nei {
  padding-left: 15px;
  color: #222222;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gr_two .nei .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
  font-size: 15px;
  line-height: 26px;
  height: 26px;
}
.gr_two .nei dl {
  width: 100%;
  display: flex;
  line-height: 24px;
}
.gr_two .nei dl dd {
  padding-right: 15px;
}
.gr_two .nei .bottom {
  color: #8F8F8F;
  width: auto;
}
.gr_two .nei .bottom dd {
  font-size: 13px;
}
.gr_two .nei .bottom .sc {
  background: url(../images/bg_02.png) no-repeat left 4px;
  background-size: 15px;
  padding-left: 20px;
  font-size: 13px;
  padding-right: 0;
}
.gr_two .nei .bottom .sc.ok {
  background: url(../images/bg_02-sel.png) no-repeat left 4px;
  background-size: 15px;
}
.gr_two .nei .a {
  background: #A5155F;
  color: #fff;
  padding: 0 12px;
  border-radius: 15px;
  line-height: 24px;
  height: 24px;
  margin-top: 2px;
}
/* 日程  rc */
.rc_one li {
  padding: 15px 0;
  border-bottom: 1px solid #E2E2E2;
  color: #606060;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.rc_one .left {
  width: 80%;
  color: #3F3F3F;
  font-size: 12px;
  line-height: 22px;
}
.rc_one .left h3 {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
}
.rc_one .left span {
  font-size: 12px;
  padding-right: 10px;
}
.rc_one .a2 {
  float: right;
  width: 35px;
  height: 25px;
  background: url(../images/bg_03.png) no-repeat center center;
  background-size: 17px;
}
.rc_one .rr {
  float: right;
  width: 95px;
  position: absolute;
  top: 22px;
  right: 0;
}
.rc_one .rr span {
  float: left;
  line-height: 26px;
  color: #fff;
  width: 60px;
  text-align: center;
  font-size: 12px;
  border-radius: 40px;
  background: #A5155F;
}
.rc_one .li_ok .rr span {
  background: #FFB93F;
}
/* 供求对接 dj */
.dj_title {
  background: url(../images/bg_05.png) no-repeat center center;
  background-size: 50%;
  line-height: 80px;
  color: #A5155F;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.dj_one {
  padding: 0 20px;
  padding-bottom: 20px;
}
.dj_one li {
  margin-bottom: 15px;
}
.dj_one h3 {
  line-height: 30px;
  color: #3F3F3F;
  font-weight: bold;
}
.dj_one h3 i {
  color: red;
  font-style: normal;
  font-family: 宋体;
  font-weight: bold;
}
.dj_one .txt {
  width: 100%;
  height: 38px;
  border: 1px solid #D3D3D3;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 14px;
}
.dj_one .select {
  width: 100%;
  height: 40px;
  border: 1px solid #D3D3D3;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 40px;
  font-size: 14px;
  -webkit-appearance: none;
  background: url(../images/bg_06.png) no-repeat 97% center;
  background-size: 10px;
}
.dj_one .txt_desc {
  padding: 10px;
  line-height: 24px;
  height: 90px;
}
.dj_one li.li {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.dj_one .btn {
  width: 85%;
  background: #A5155F;
  font-size: 16px;
  color: #fff;
  border-radius: 40px;
  height: 36px;
  line-height: 36px;
}
/* 展商展品详情 xq */
.xq_info {
  background: #fff;
  margin: 15px 0;
  padding: 15px;
  display: flex;
  align-items: center;
}
.xq_info .pimg {
  width: 86px;
  height: 86px;
  overflow: hidden;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 15px;
}
.xq_info .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xq_info .nei {
  line-height: 24px;
}
.xq_info .nei .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.xq_info .nei .desc {
  width: 100%;
  color: #8F8F8F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
}
.xq_info .nei span {
  color: #8F8F8F;
  padding-right: 15px;
  font-size: 13px;
}
.xq_main {
  background: #fff;
  padding: 15px;
}
.xq_main .xq_info {
  padding: 10px 0;
}
.xq_type {
  display: flex;
  margin-bottom: 15px;
}
.xq_type li {
  line-height: 30px;
  color: #5F5F5F;
  margin-right: 15px;
  padding: 0px 4px;
  display: inline-block;
}
.xq_type li:last-child {
  margin-right: 0;
}
.xq_type li.sel {
  color: #A5155F;
  border-bottom: 2px solid #A5155F;
}
.xq_one {
  width: 100%;
  color: #616161;
  font-size: 14px;
  line-height: 26px;
}
.xq_one img {
  max-width: 100%;
}
.xq_two {
  text-align: center;
  width: 100%;
  color: #616161;
  font-size: 14px;
  line-height: 26px;
}
.xq_two img {
  max-width: 100%;
}
.xq_footer {
  float: left;
  width: 100%;
  height: 60px;
}
.xq_footer .nei {
  position: fixed;
  bottom: 0px;
  width: 100%;
  max-width: 640px;
  background: #fff;
  z-index: 100;
  height: 60px;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 12px 15px;
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
}
.xq_footer .left {
  width: 30%;
  display: flex;
  text-align: center;
}
.xq_footer .left a {
  display: block;
  width: 50%;
  height: 40px;
  font-size: 12px;
  line-height: 12px;
  color: #6F6F6F;
}
.xq_footer .left i {
  display: block;
  width: 100%;
  height: 24px;
}
.xq_footer .left .i1 {
  background: url(../images/m1.png) no-repeat top center;
  background-size: auto 20px;
}
.xq_footer .left .ok .i1 {
  background: url(../images/m1-sel.png) no-repeat top center;
  background-size: auto 20px;
}
.xq_footer .left .i2 {
  background: url(../images/m6.png) no-repeat top center;
  background-size: auto 20px;
}
.xq_footer .left .ok .i2 {
  background: url(../images/m6-sel.png) no-repeat top center;
  background-size: auto 20px;
}
.xq_footer .right {
  display: flex;
  justify-content: space-between;
  width: 65%;
}
.xq_footer .right a {
  width: 46%;
  border-radius: 15px;
  color: #fff;
  background: #A5155F;
  text-align: center;
  line-height: 36px;
  height: 36px;
  font-size: 15px;
}
.xq_footer .right .zx {
  background: #691585;
}
/* 咨询弹框 */
.tan_zx {
  width: 310px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.tan_zx .top {
  background: #A5155F;
  color: #fff;
  font-weight: bold;
  width: 100%;
  line-height: 50px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 3px;
}
.tan_zx .ul {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.tan_zx li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #BFBFBF;
  line-height: 46px;
  position: relative;
  padding-left: 85px;
  box-sizing: border-box;
}
.tan_zx li span {
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 14px;
  color: #333;
}
.tan_zx li span i {
  color: #A5155F;
  position: absolute;
  top: 3px;
  left: -10px;
  font-weight: bold;
  font-style: normal;
}
.tan_zx li .txt {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
}
.tan_zx select {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  background: url(../images/bg_06.png) no-repeat 95% center;
  background-size: 10px;
}
.tan_zx .txt_date {
  background: url(../images/bg_06.png) no-repeat 95% center;
  background-size: 10px;
}
.tan_zx .bottom {
  width: 100%;
  padding: 25px 0;
  display: flex;
  text-align: center;
  justify-content: center;
}
.tan_zx .bottom .btn {
  width: 40%;
  height: 36px;
  line-height: 36px;
  background: #A5155F;
  border-radius: 20px;
  font-size: 15px;
  color: #fff;
  margin: 0px 3%;
}
.tan_zx .bottom .btn_qx {
  background: #5F696F;
}
.tan_zx .li {
  padding-left: 0;
}
.tan_zx .txt_desc {
  width: 100%;
  height: 90px;
  line-height: 24px;
  font-size: 14px;
  padding-top: 40px;
  padding-left: 10px;
}
/* 展商 */
.zs_lunbo {
  width: 100%;
  padding: 15px 10px;
  padding-top: 20px;
  background: #fff;
  text-align: center;
  padding-bottom: 5px;
}
.zs_lunbo img {
  width: 90%;
  border-radius: 5px;
}
.zs_lunbo .lSSlideOuter .lSPager.lSpg {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 10px;
  background: none;
  padding-bottom: 10px;
}
.zs_lunbo .lSSlideOuter .lSPager.lSpg > li {
  padding: 0 4px;
}
.zs_lunbo .lSSlideOuter .lSPager.lSpg > li a {
  border: 0;
  background: #B5B5B5;
  width: 8px;
  height: 8px;
}
.zs_lunbo .lSSlideOuter .lSPager.lSpg > li:hover a,
.zs_lunbo .lSSlideOuter .lSPager.lSpg > li.active a {
  border: 0;
  background: #A5155F;
}
.zs_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zs_list li {
  width: 47.8%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #5F696F;
  border-radius: 6px;
  margin: 8px 0;
}
.zs_list .nei {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.zs_list .nei .title {
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 10px;
  color: #333;
  font-weight: bold;
}
.zs_list .nei .img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.zs_list .zx,
.zs_list .xq {
  width: 40%;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 20px;
  background: #5F696F;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  line-height: 20px;
}
.zs_list .xq {
  margin-right: 10px;
  margin-left: 0;
  background: #6A1685;
}
.zs_list .hao {
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 0 8px 8px 0;
  font-size: 12px;
}
/* 展品 zp */
.zp_search .bottom {
  padding-top: 0;
}
.zp_search p {
  width: 48%;
}
.zp_search p .txt {
  height: 28px;
  padding-left: 30px;
  background: url(../images/bg_01.png) no-repeat 10px center #fff;
  background-size: auto 15px;
}
.zp_search p .btn {
  width: 50px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.zp_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zp_list li {
  margin: 8px 0;
  width: 47.8%;
}
.zp_list .nei {
  width: 100%;
}
.zp_list .pimg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  height: 120px;
}
.zp_list .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zp_list .pimg .num {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/bg_08.png) no-repeat 8px center rgba(0, 0, 0, 0.5);
  padding-left: 30px;
  background-size: 20px;
  padding-right: 10px;
  color: #fff;
  line-height: 22px;
  font-size: 13px;
}
.zp_list .title {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.zp_list .hao {
  color: #A5A5A5;
  font-size: 12px;
  line-height: 24px;
}
.zp_list .desc {
  font-size: 13px;
  color: #5F5F5F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
