@charset "UTF-8";

/******************************** 公共style ******************************/
* {
  /*font-family: "PingFangSC,Microsoft YaHei", sans-serif;*/
  box-sizing: border-box;
}

.bodyFix {
  position: fixed;
  width: 100%;
}

body {
  color: #303030;
  font-family: "PingFangSC,Microsoft YaHei", sans-serif;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
li,
dl,
dt,
dd,
button {
  margin: 0;
  padding: 0;
  border: none;
}

img {
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

i {
  font-style: normal;
}

a {
  color: #4c4c4c;
  text-decoration: none;
}

input,
button,
textarea,
select {
  border: none;
  outline: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.clearFix::after,
.clearFix::before {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.mw1200 {
  min-width: 1200px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.mb80 {
  margin-bottom: 80px;
}

.mb67 {
  margin-bottom: 67px;
}

/********************* 顶部黑栏 ********************/
.nav_black {
  background: #2e2e3a;
  height: 40px;
  color: #999;
}

.nav_black_boxR_icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 40px;
}

.nav_black_boxR_phone {
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}

.nav_black_box {
  width: 1200px;
  margin: 0 auto;
}

.nav_black .nav_black_box a {
  color: #999;
  padding-right: 30px;
  font-size: 14px;
  line-height: 40px;
}

.nav_black .nav_black_box a:hover {
  color: #fff;
}

.nav_black .nav_black_boxL {
  float: left;
}

.nav_black .nav_black_boxR {
  float: right;
  position: relative;
}

.nav_black .nav_black_boxR a {
  padding: 0 10px;
}

.nav_black .nav_black_boxR_acive {
  /*border-left:1px solid #CCCCCC ;
  border-right:1px solid #CCCCCC ;*/
}

.nav_black .nav_black_boxR .nav_black_boxR_move {
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  padding-right: 20px;
  position: relative;
}

.nav_black .down_arrows {
  position: absolute;
  top: 12px;
  left: 50px;
  margin-left: 10px;
  line-height: 30px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.nav_black .nav_black_boxR_move:hover .down_arrows {
  /*transform: rotate(135deg);
  -webkit-transform: rotate(135deg);*/
}

.nav_black .nav_black_boxR_move:hover .nav_black_boxR_qrbox {
  display: block;
}

.nav_black .nav_black_boxR_qrbox {
  display: none;
  position: absolute;
  top: 30px;
  left: -450px;
  z-index: 1010;
  width: 530px;
  height: 170px;
  background: #ffffff;
  box-shadow: 0 7px 12px #c0c2cc;
}

.nav_black .nav_black_boxR_qr {
  margin: 10px;
  margin-right: 0;
  width: 120px;
  float: left;
  color: #333;
}

.nav_black .nav_black_boxR_qr p {
  text-align: center;
}

.nav_black .nav_black_boxR_qr img {
  width: 120px;
  height: 120px;
}

.nav_white {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #2e2e3a;
}
.nav_white .nav_white_boxL {
  height: 70px;
  line-height: 70px;
  float: left;
  min-width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_white .nav_white_boxL .location1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  padding: 0 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 14px;
  border: 1px solid #cccccc;
  min-width: 63px;
  height: 25px;
  border-radius: 14px;
  position: relative;
}
.nav_white .nav_white_boxL .location1 img {
  width: 16px;
  height: 16px;
}
.nav_white .nav_white_boxL .location1 span {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
}
.nav_white .nav_white_boxR {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 16px;
}
.nav_white .nav_white_boxR a {
  white-space: nowrap;
}
.nav_white .nav_white_box {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_white .nav_white_box a:hover {
  color: #c8201e;
}

.iBanner {
  width: 100%;
  overflow: hidden;
}

/********************* 内容 ********************/
.conBox {
  margin-top: -165px;
  background-color: #fff;
  position: relative;
  padding: 60px 60px 90px 60px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
}

.conBox .aside ul li {
  border-bottom: 1px solid #f0f0f0;
  /*line-height: 60px;*/
  /*height: 60px;*/
  width: 200px;
}

.conBox .aside ul li > a {
  display: block;
  padding-left: 30px;
  position: relative;
  line-height: 60px;
  height: 60px;
}

.conBox .aside ul li.focus > a,
.conBox .aside ul li:hover > a {
  background-color: #c8201e;
  color: #fff;
}
.conBox .aside ul li.focus > a::before,
.conBox .aside ul li:hover > a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAAESzkQjAAAAAXNSR0IArs4c6QAAAIZJREFUGBmNjtEJgDAMRBv9dCxBURGcy5HcwR9XcIHqAvWupkaoHxYSkruXpC6EsDl7aH3sUBwOaTXvRxWnvjgYu+1NBNQu1QUKgdBTECZ1adwPwpycCZIn0iMa+uRKEVnYJOfQJVHLko4TimczgAI3IAgN9hdDKzKI85FAjjpRv8VWxezWBVhxan0jQ16FAAAAAElFTkSuQmCC") no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.conBox .aside ul li.focus > a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAYAAAESzkQjAAAAAXNSR0IArs4c6QAAAIZJREFUGBmNjtEJgDAMRBv9dCxBURGcy5HcwR9XcIHqAvWupkaoHxYSkruXpC6EsDl7aH3sUBwOaTXvRxWnvjgYu+1NBNQu1QUKgdBTECZ1adwPwpycCZIn0iMa+uRKEVnYJOfQJVHLko4TimczgAI3IAgN9hdDKzKI85FAjjpRv8VWxezWBVhxan0jQ16FAAAAAElFTkSuQmCC") no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.conBox .aside ul li.focus.second > a::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.conBox .aside ul li .menu {
  padding-top: 23px;
  padding-bottom: 3px;
}

.conBox .aside ul li .menu a {
  display: block;
  padding-left: 30px;
  font-size: 14px;
  color: #666;
  line-height: 19px;
  margin-bottom: 20px;
}

.conBox .aside ul li .menu a:hover,
.conBox .aside ul li .menu a.focus {
  color: #c8201e;
}

.conBox .main {
  margin-left: 60px;
  width: 820px;
}

.conBox .main .mainTit1 {
  margin-bottom: 28px;
}

.conBox .main .mainTit1 h2 {
  font-size: 24px;
  color: #303030;
  line-height: 31px;
  font-weight: normal;
}

.conBox .main .mainTit1 p {
  font-size: 10px;
  color: #979797;
  line-height: 14px;
  margin-top: 6px;
}

.conBox .main .txtCon {
  text-align: justify;
  font-size: 14px;
  color: #303030;
  letter-spacing: 0;
  line-height: 30px;
}

/******************************** 底部信息 ********************************/
footer {
  color: #fff;
  font-size: 14px;
  background: #24262b;
  background-size: 1920px;
  min-width: 1190px;
}

footer a,
footer .copy span {
  color: #999;
  padding: 0 8px;
}

footer a:hover {
  color: #ddd;
}

footer .section {
  padding: 30px 0;
  border-bottom: 1px solid #666;
}

footer .section .fooTab span {
  display: block;
  float: left;
  background: #000;
  padding: 0 20px;
  margin-right: 10px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

footer .section .fooTab span.focus {
  color: #fff;
  background: #565a66;
}

footer .section .fooTabLink p {
  display: none;
  min-height: 80px;
}

footer .section .fooTabLink p a {
  float: left;
  /*margin-right: 20px;*/
  margin-right: 10px;
  width: 132px;
  line-height: 14px;
  margin-top: 12px;
}

footer .copy {
  text-align: center;
  padding: 50px 0;
}

footer .copy p {
  color: #666;
  line-height: 14px;
  margin-top: 12px;
}

footer .copy p:first-child {
  margin-top: 0;
}

.disabled {
  background-color: #ccc !important;
  color: #fff !important;
  border: 0 !important;
  cursor: no-drop !important;
}

.disabled:hover {
  background-color: #ccc !important;
  color: #fff !important;
}

.platformSection {
  background: #f8f8f8;
  width: 100%;
}

.platform-desc {
  margin: 0 auto;
  width: 1200px;
  height: 106px;
  background: #f8f8f8;
}

.platform-desc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
  list-style: none;
  gap: max(1rem, 60px); /* 不小于 16px */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.platform-desc-list-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.platform-desc-list-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.platform-desc-item-img {
  display: inline-block;
  margin-right: 16px;
}

.platform-desc-item-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.platform-desc-item-title {
  margin: auto;
  color: #2e2e3a;
  font-size: 18px;
  line-height: 24px;
}

.platform-desc-item-desc {
  margin: 8px auto auto;
  color: #666666;
  font-size: 14px;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 26px;
  line-height: 26px;
}
.tags .tag {
  background: rgba(156, 165, 185, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  color: #9ca5b9;
  border-radius: 4px;
}

.vnTags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  height: 26px;
  line-height: 26px;
}
.vnTags .vnTag {
  /*background: rgba(156, 165, 185, 0.2);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 12px;
  height: 26px;
  border-radius: 4px;
  line-height: 26px;
  white-space: nowrap;
  color: #666666;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.vnTags .active {
  /*background: rgba(156, 165, 185, 0.5) !important;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 14px !important;
  height: 26px;
  border-radius: 4px;
  line-height: 26px;
  white-space: nowrap;
  color: #0200FF;
}
.vnTags .info_number {
  margin-left: auto;
  font-size: 14px;
  color: #666666;
}

.tags .time {
  margin-left: auto;
  white-space: nowrap;
}

.commonInput {
  height: 33.4px;
  line-height: 33.4px;
  padding: 8px;
  width: 100%;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}
.commonInput::-moz-placeholder {
  color: #999999;
}
.commonInput::-webkit-input-placeholder {
  color: #999999;
}
.commonInput:-ms-input-placeholder {
  color: #999999;
}
.commonInput::placeholder {
  color: #999999;
}

.commonTextarea {
  padding: 8px;
  width: 100%;
  font-size: 12px;
  height: 80px;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  resize: none; /* 禁止手动调整大小 */
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.commonTextarea::-moz-placeholder {
  color: #999999;
}
.commonTextarea::-webkit-input-placeholder {
  color: #999999;
}
.commonTextarea:-ms-input-placeholder {
  color: #999999;
}
.commonTextarea::placeholder {
  color: #999999;
}
.commonTextarea::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.commonTextarea::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 5px;
}
.commonTextarea:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

.commonButton {
  background: #c8201e;
  border-radius: 4px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  padding: 12px;
  border: none;
  cursor: pointer;
  text-align: center;
}
.commonButton:hover {
  background: #d55540;
}

button {
  cursor: pointer;
}

.commonSmallButton {
  background: #c8201e;
  border-radius: 2px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #ffffff;
  width: 40px;
  height: 20px;
  border: none;
  cursor: pointer;
  text-align: center;
}
.commonSmallButton:hover {
  background: #d55540;
}

.commonSelect {
  /* 移除默认样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f8f8f8;
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='8px'%20height='7px'%20viewBox='0%200%208%207'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2063%20(92445)%20-%20https://sketch.com%20--%3e%3ctitle%3e箭头%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='全国首页'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20transform='translate(-1415.000000,%20-823.000000)'%20fill='%23999999'%20fill-rule='nonzero'%20id='编组-19'%3e%3cg%20transform='translate(1310.000000,%20723.000000)'%3e%3cg%20id='编组-18'%3e%3cg%20id='编组-16'%20transform='translate(20.000000,%2086.592298)'%3e%3cg%20id='编组-14'%3e%3cg%20id='箭头'%20transform='translate(85.000000,%2012.761614)'%3e%3cpath%20d='M1.18341365,1.53042669%20L6.79693568,1.53042669%20C7.10758905,1.53042669%207.35882672,1.77515024%207.35882672,2.08012274%20C7.35882672,2.22188864%207.3033923,2.35012463%207.21440464,2.44726693%20L4.43839077,6.08344787%20C4.25237289,6.32426313%203.90213036,6.37482767%203.65481804,6.19222087%20C3.61129555,6.16114287%203.57368905,6.12417104%203.54401316,6.08339294%20L0.736212852,2.40845867%20C0.552249578,2.16758848%200.601704047,1.82191636%200.849000383,1.64121662%20C0.949955937,1.56543653%201.06669279,1.53048163%201.18341365,1.53048163%20L1.18341365,1.53048163%20L1.18341365,1.53042669%20Z'%20id='路径'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 9px;
  border-radius: 2px;
  width: 100px;
  height: 33.4px;
  display: inline;
  font-size: 14px;
  padding: 0 12px;
}
.commonSelect::-webkit-scrollbar {
  width: 6px;
}
.commonSelect::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  border-radius: 3px;
}
.commonSelect::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.FormSelect {
  /* 移除默认样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='14px'%20height='15px'%20viewBox='0%200%2014%2015'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!--%20Generator:%20Sketch%2063%20(92445)%20-%20https://sketch.com%20--%3e%3ctitle%3e向下%20%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cg%20id='2025关于我们'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='求租求购'%20transform='translate(-899.000000,%20-697.000000)'%3e%3cg%20id='编组-9'%20transform='translate(824.000000,%20687.000000)'%3e%3cg%20id='编组-4'%3e%3cg%20id='向下-'%20transform='translate(82.000000,%2017.500000)%20scale(1,%20-1)%20translate(-82.000000,%20-17.500000)%20translate(75.000000,%2010.000000)'%3e%3crect%20id='矩形'%20x='0'%20y='0'%20width='14'%20height='15'%3e%3c/rect%3e%3cpath%20d='M7.13025267,10.8178193%20C7.13908401,10.8265901%207.15085913,10.8295137%207.15969047,10.8368227%20C7.37605841,11.0531686%207.71900893,11.0517068%207.92948929,10.841208%20L13.8430553,4.91362287%20C14.0535357,4.70312416%2014.0520638,4.36398735%2013.8401115,4.15495044%20C13.7351167,4.05213741%2013.5962683,4%2013.4588919,4%20C13.3200435,4%2013.1802139,4.05359921%2013.0747284,4.15933582%20L7.53747574,9.70831568%20L1.9212316,4.18272458%20C1.81623674,4.07991155%201.67886027,4.02777414%201.54001192,4.02777414%20C1.39969168,4.02777414%201.26133397,4.08137335%201.15584846,4.18710996%20C0.945858739,4.39468508%200.948802519,4.73528369%201.16026414,4.9443206%20L7.13025267,10.8178193%20Z'%20id='Shape'%20fill='%23333333'%20fill-rule='nonzero'%20transform='translate(7.500000,%207.499542)%20scale(-1,%20-1)%20rotate(-360.000000)%20translate(-7.500000,%20-7.499542)%20'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
}
.FormSelect::-webkit-scrollbar {
  width: 6px;
}
.FormSelect::-webkit-scrollbar-thumb {
  background: #a0a0a0;
  border-radius: 3px;
}
.FormSelect::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

/* 隐藏原生复选框 */
input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* 选中状态样式 */
input[type=checkbox]:checked {
  background-color: #C8201E; /* 修改选中背景色 */
  border-color: #C8201E;
}

/* 选中后的勾选标记 */
input[type=checkbox]:checked::after {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADqADAAQAAAABAAAADgAAAAC98Dn6AAAA5klEQVQoFWM8oSD3n4EMwESGHrAW2mtkl5Fl0Fi6DO5Aomxkl5Vj0Fi2jOHV8uVwjSxwFg4GuxxQ05KlDI87Oxjebd0KVwW2kd/WlkGmpBQuCGOwKygwaAKd97i9HUUTSB6s8fPp0ww8hoYM8nX1MD0MHIqKDJqLlzI8bG1leLd9G1wcxmCExSMjOzuD+px5DN/v3mF4uWgRg8bCRQwPm5sY3u/aCVOLQsM1gkRBmtVmzQHbfq+4kOH97t0oipE5KBrBmtnYGTjk5Ri+376NrA6DjREd/3/9JKgJZAqGRgyjcQiQrREAGJRAFQFiqioAAAAASUVORK5CYII=) no-repeat;
  background-size: 100% 100%;
}

.commonDivider {
  width: 100%;
  height: 1px;
  background: #e9e9e9;
}

.commonPage {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
}

.layui-laypage {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
  vertical-align: middle;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  font-size: 0;
}

.layui-laypage a,
.layui-laypage span {
  vertical-align: middle;
  text-align: center;
  padding: 0 !important;
  display: inline-block !important;
  height: 30px !important;
  width: 30px;
  border-radius: 4px !important;
  line-height: 30px !important;
  margin: 0 !important;
  background: #f0f0f0 !important;
  color: #2E2E3a;
  font-size: 12px;
}
.layui-laypage a:not(first-child):hover,
.layui-laypage span:not(first-child):hover {
  color: #C8201E;
}

.layui-laypage a.layui-laypage-last,
a.layui-laypage-first {
  padding: 0 10px !important;
  white-space: nowrap;
}

.layui-laypage-prev,
.layui-laypage-next {
  width: 48px !important;
  margin: 0 !important;
}

.commonPage .layui-laypage a,
.commonPage .layui-laypage span {
  color: #2E2E3a;
  font-size: 14px;
}

.Noshow {
  display: none !important;
}

.redColor {
  color: #C8201E !important;
  font-weight: bold;
}

.commonTop {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 80%;
  font-size: 10px;
  color: #666666;
  width: 48px;
  height: 64px;
  right: 0;
  background: #ffffff;
  box-shadow: 0 0 8px 2px rgba(46, 46, 58, 0.1);
  border-radius: 4px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}

.commonTop.visible {
  opacity: 1;
  visibility: visible;
}

.footer {
  margin: 0;
}

/* 通用底部 */
.ftb-link-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  margin-bottom: 29px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ftb-friend-link {
  vertical-align: middle;
  font-size: 0;
}

.ftb-friend-link-item {
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  cursor: pointer;
}
.ftb-friend-link-item:hover {
  text-decoration: underline;
}
.ftb-friend-link-item:not(:last-of-type) {
  margin-right: 24px;
}

.ftb-line {
  display: block;
  width: 100%;
  margin: auto;
  border: none;
  border-bottom: 1px #666666 solid;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.ftb-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px auto;
}

.ftb-link-tab-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 39.5px;
}

.ftb-link-tab-nav {
  font-size: 0;
}

.ftb-link-tab-item {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  cursor: pointer;
}
.ftb-link-tab-item:not(:last-of-type) {
  margin-right: 24px;
}
.ftb-link-tab-item.active {
  padding: 10px 10px;
  border-radius: 4px;
  background: #666666;
  color: #ffffff;
  line-height: 1;
}

.ftb-link-tab-container {
  position: relative;
  margin: 21px auto auto;
}

.ftb-link-tab {
  display: none;
}
.ftb-link-tab.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ftb-link-list {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-height: 160px;
}
.ftb-link-list::before, .ftb-link-list::after {
  content: "";
  display: block;
  clear: both;
}
.ftb-link-list.show-all {
  max-height: none;
}

.ftb-link-list-item {
  float: left;
  width: 6em;
  margin: 0 0 4px;
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ftb-link-list-item:hover {
  color: #ffffff;
}
.ftb-link-list-item:not(:last-of-type) {
  margin-right: 20px;
}

.ftb-link-open {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  width: 16px;
  height: 16px;
  border: none;
}

.ftb-qrcode {
  width: 224px;
  margin-top: 10px;
}
.ftb-qrcode::before, .ftb-qrcode::after {
  content: "";
  display: block;
  clear: both;
}

.ftb-qrcode-item {
  float: left;
  width: 100px;
  text-align: center;
}
.ftb-qrcode-item:not(:last-of-type) {
  margin-right: 24px;
}

.ftb-qrcode-img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  vertical-align: middle;
}

.ftb-qrcode-desc {
  margin: 7px 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
}

.ftb-copyright {
  padding: 13px 0 0;
}

.ftb-copyright-info {
  margin: 14px auto;
  color: #999999;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.ftb-copyright-info a {
  color: #999;
}

.ftb-copyright-icon {
  display: block;
  margin: auto auto 82.5px;
}

.ftb-identification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-bottom: 82px;
  font-size: 0;
  line-height: 1;
}

.ftb-ip6-tag {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}

.ftb-ip6-tag-img {
  display: block;
  width: 130px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.ftb-electronic {
  display: inline-block;
}

/* 通用底部end */
.locationbox {
  margin-left: 10px;
  white-space: nowrap;
  padding: 0 10px;
  width: 63px;
  height: 25px;
  border: 1px solid #cccccc;
  border-radius: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.locationbox span {
  font-size: 14px;
}
.locationbox img {
  width: 16px;
  height: 16px;
}

.global_container {
  width: 100%; /* 容器宽度随屏幕变化 */
  box-sizing: border-box; /* 确保 padding 不撑大容器 */
}

.nav_box {
  background-color: #f8f8f8;
  width: 100%;
}

.search_box {
  width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 20px 0;
  margin: 0 auto;
}
.search_box .search_box_input {
  padding-left: 11.5px;
  border-radius: 4px 0px 0px 4px;
  width: 511.2px;
  height: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 40px;
  background: #ffffff;
}
.search_box .search_box_btn {
  width: 99.8px;
  height: 40px;
  line-height: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: #c8201e;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.search_box .search_box_btn .text {
  margin-left: 10px;
  font-size: 14px;
  color: #ffffff;
}
.search_box .search_box_btn:hover {
  background: #d55540;
}

.bgf8f8f8 {
  background-color: #f8f8f8;
}

.bgfff {
  background-color: #ffffff;
}

.flexColumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.crumbs {
  margin: 0px 0 20px 0;
  font-size: 12px;
}

.focus {
  color: #c8201e;
}

.item_image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 4px;
}

.item_image img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}


.item_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  margin-top: 15px;
}
.item_footer .location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 12px;
  min-width: 0;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-height: 32px;
}
.item_footer .location span {
  display: inline-block;
  width: 120px;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  color: #666666;
}
.item_footer .location img {
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 8px;
  position: relative;
  bottom: 1px;
}

.search_box_input::-moz-placeholder {
  color: #999999; /* 设置 placeholder 文字颜色 */
  opacity: 1; /* 确保颜色不透明（某些浏览器默认有透明度） */
}

.search_box_input::-webkit-input-placeholder {
  color: #999999; /* 设置 placeholder 文字颜色 */
  opacity: 1; /* 确保颜色不透明（某些浏览器默认有透明度） */
}

.search_box_input:-ms-input-placeholder {
  color: #999999; /* 设置 placeholder 文字颜色 */
  opacity: 1; /* 确保颜色不透明（某些浏览器默认有透明度） */
}

.search_box_input::placeholder {
  color: #999999; /* 设置 placeholder 文字颜色 */
  opacity: 1; /* 确保颜色不透明（某些浏览器默认有透明度） */
}

.fontSize20 {
  font-size: 20px !important;
}

.notfound {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}
.notfound a {
  color: #108eea;
  text-decoration: underline;
}