﻿#projectDetailsPage b,
#projectDetailsPage h1,
#projectDetailsPage h2,
#projectDetailsPage h3,
#projectDetailsPage h4,
#projectDetailsPage h5,
#projectDetailsPage h6 {
  font-weight: normal;
}
#projectDetailsPage .xq_banner {
  position: relative;
}
#projectDetailsPage .xq_banner img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 3.19rem;
}
#projectDetailsPage .xq_banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#projectDetailsPage .xq_banner .text h3 {
  font-size: 0.48rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.48rem;
  letter-spacing: 0.02rem;
  color: #000000;
}
#projectDetailsPage .xq_banner .text p {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.5rem;
  letter-spacing: 0.02rem;
  color: #656565;
}
#projectDetailsPage .inner {
  width: 15.6rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#projectDetailsPage .where p {
  padding-left: 0.3rem;
  font-size: 0.18rem;
  color: #979797;
}
#projectDetailsPage .where p b {
  color: #000000;
}
#projectDetailsPage .where p span {
  margin: 0 0.35rem;
}
#projectDetailsPage .row::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#projectDetailsPage .col_l {
  float: left;
  width: 3.68rem;
  margin-right: 0.45rem;
}
#projectDetailsPage .col_r {
  float: right;
  width: 11.44rem;
  min-height: 13.13rem;
}
#projectDetailsPage .side_menu {
  padding: 0.98rem 0.25rem 0.65rem;
  background: url(../image/detail_side_bg.png) no-repeat center 0.25rem;
  -o-background-size: 3.16rem 0.37rem;
  background-size: 3.16rem 0.37rem;
  background-color: #ffffff;
}
#projectDetailsPage .side_menu .fir_ul .fir_li > a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.28rem;
  padding-left: 0.23rem;
  font-size: 0.18rem;
  color: #646464;
}
#projectDetailsPage .side_menu .sec_ul {
  margin: 0.07rem 0 0.35rem;
}
#projectDetailsPage .side_menu .sec_ul .sec_li > a {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 0.46rem;
  padding-left: 0.5rem;
  line-height: 0.46rem;
  font-size: 0.18rem;
  color: #979797;
}
#projectDetailsPage .side_menu .sec_ul .current a,
#projectDetailsPage .side_menu .sec_ul a:hover {
  background-color: #f4f6f9;
  color: #2c66da;
}
#projectDetailsPage .side_menu .sec_btn {
  position: relative;
}
#projectDetailsPage .side_menu .sec_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0rem;
  width: 0.18rem;
  height: 0.1rem;
  background: url(../image/detail_side_arrow.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
}
#projectDetailsPage .wx_box {
  margin-top: 0.45rem;
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0rem 0.03rem 0.21rem 0rem rgba(0, 0, 0, 0.15);
  box-shadow: 0rem 0.03rem 0.21rem 0rem rgba(0, 0, 0, 0.15);
}
#projectDetailsPage .wx_box div {
  width: 100%;
}
#projectDetailsPage .wx_box div:nth-child(1) {
  height: 0.56rem;
  line-height: 0.56rem;
  background-color: #2c66da;
  font-size: 0.2rem;
  font-weight: normal;
  color: #ffffff;
}
#projectDetailsPage .wx_box div:nth-child(2) {
  background-color: #fff;
  padding: 0.14rem 0;
}
#projectDetailsPage .wx_box div:nth-child(2) img {
  width: 2.44rem;
  height: 2.44rem;
}
#projectDetailsPage .wx_box div:nth-child(3) {
  background-color: #fff;
  padding-bottom: 0.3rem;
  font-size: 0.18rem;
  font-weight: normal;
  color: #959595;
}
#projectDetailsPage .article {
  background-color: #ffffff;
  padding: 0.6rem;
}
#projectDetailsPage .article .introduce h3 {
  font-size: 0.3rem;
  color: #000000;
  padding-bottom: 0.36rem;
  border-bottom: 0.02rem solid #e7e7e7;
}
#projectDetailsPage .article .introduce p {
  font-size: 0.18rem;
  line-height: 0.48rem;
  color: #636363;
  text-align: justify;
}
#projectDetailsPage .article .tab {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-bottom: 0.03rem solid #f4f6f9;
  margin-bottom: 0.85rem;
}
#projectDetailsPage .article .tab li:not(:last-child) {
  margin-right: 0.5rem;
}
#projectDetailsPage .article .tab li a {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  display: block;
  padding-bottom: 0.2rem;
  font-size: 0.21rem;
  color: #000000;
}
#projectDetailsPage .article .tab .cur a {
  border-bottom: 0.05rem solid #2c66da;
}
#projectDetailsPage .article .info h4 {
  font-size: 0.24rem;
  color: #000000;
  margin-bottom: 0.35rem;
}
#projectDetailsPage .article .info h4 img {
  vertical-align: middle;
  margin-right: 0.24rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
#projectDetailsPage .article .info p {
  padding-left: 0.54rem;
  font-size: 0.18rem;
  font-size: 0.2rem;
  line-height: 0.6rem;
  color: #656565;
  text-align: justify;
}
#projectDetailsPage .article .info p:has(br) {
   /* display: none; */
}
#projectDetailsPage .article .way h3 {
  font-size: 0.3rem;
  color: #000000;
  padding-bottom: 0.36rem;
  border-bottom: 0.02rem solid #e7e7e7;
}
#projectDetailsPage .article .way p {
  font-size: 0.18rem;
  line-height: 0.6rem;
  color: #656565;
  text-align: justify;
}
#projectDetailsPage .article .way .handle_box {
  margin-bottom: 0.3rem;
  padding: 0.3rem 0.4rem 0.3rem 0.75rem;
  background-color: #f4f6f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#projectDetailsPage .article .way .handle_box > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#projectDetailsPage .article .way .handle_btn {
  width: 2.23rem;
  height: 0.62rem;
  background-color: #ff5050;
  font-size: 0.24rem;
  color: #ffffff;
  border: none;
  margin-right: 0.8rem;
}
@media (max-width: 16rem) {
  #projectDetailsPage .inner {
    width: 14rem;
  }
  #projectDetailsPage .row {
    width: 100%;
  }
  #projectDetailsPage .col_l {
    margin-right: 0.3rem;
  }
  #projectDetailsPage .col_r {
    width: -webkit-calc(100% - 3.98rem);
    width: -moz-calc(100% - 3.98rem);
    width: calc(100% - 3.98rem);
  }
}

.way {
  margin-top: 50px;
}

.TRS_UEDITOR p:last-child:has(br) {
 display: none;
}

#projectDetailsPage .article .info table td:last-child p  {line-height: 0;}
#projectDetailsPage .article .info table td p {padding-left: 0;text-align: center;} 
.ue_table tr:nth-child(n+2) {height: 35px;}
.ue_table tr:first-child {
    height: 44px;
}