@charset "UTF-8";
/*!
 * WFFW(Webfront Framework) of PPSS - ppss-0.5.5-beta Copyright©2023 W3
 *
 * style - 2023/09/20
 * 说明：自行修改样式文件
 * 用法：重写、追加样式
*/
.fr {
  float: right;
}

.cf {
  display: block;
  clear: both;
}

.nomb {
  margin-bottom: 0 !important;
}

.list.s4 > ul > li {
  width: 25%;
}
.list > ul::after {
  content: "";
  display: block;
  clear: both;
}
.list > ul > li {
  float: left;
}

.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}

@media (max-width: 768px) {
  body .ht35 {
    height: 15px;
  }
  body .ht75 {
    height: 35px;
  }
  body .ht90 {
    height: 45px;
  }
}

.feeter {
  background-color: #222222;
}
.feeter > .a {
  background-color: #eeeeee;
}
.feeter > .b {
  border-bottom: 1px solid #585858;
  padding: 70px 0;
}
.feeter .call {
  padding: 30px 0;
}
.feeter .call .i p {
  text-align: center;
}
.feeter .call .i p.p2 {
  margin-top: 12px;
  font-size: 18px;
  color: #706e6f;
}
.feeter .link > ul > li {
  margin-right: 140px;
}
.feeter .link > ul > li:last-child {
  margin-right: 0;
}
.feeter .link .i h5 {
  color: #b5b4b0;
  font-size: 24px;
  margin-bottom: 30px;
}
.feeter .link .i p {
  margin-top: 35px;
  font-size: 16px;
}
.feeter .link .i p a {
  color: #b5b4b0;
}
.feeter .link .i p a:hover {
  color: #fff;
}
.feeter .qbox {
  float: left;
  margin-right: 50px;
}
.feeter .qbox p {
  text-align: center;
}
.feeter .qbox p.p1 img {
  width: 105px;
}
.feeter .qbox p.p2 {
  margin-top: 20px;
  line-height: 30px;
  color: #b5b4b0;
  font-size: 14px;
}
.feeter .tele {
  float: left;
}
.feeter .tele p.p1 {
  font-size: 28px;
  color: #fff;
}
.feeter .tele p.p2 {
  margin-top: 15px;
  line-height: 30px;
  color: #b5b4b0;
  font-size: 16px;
}
.feeter .tele p.p3 {
  margin-top: 20px;
}
.feeter .tele p.p3 .bt {
  display: inline-block;
  width: 220px;
  height: 52px;
  border: 1px solid #b5b4b0;
  line-height: 50px;
  text-align: center;
  color: #b5b4b0;
  font-size: 16px;
}
.feeter .info {
  padding: 25px 0;
}
.feeter .info p.p1 {
  color: #888;
}
.feeter .info p.p1 a {
  color: #888;
}
.feeter .info p.p2 {
  margin-top: 12px;
  line-height: 24px;
  color: #b5b4b0;
}
.feeter .info p.p2 a {
  color: #b5b4b0;
}
@media (max-width: 768px) {
  .feeter {
    text-align: center;
  }
  .feeter > .b {
    padding: 35px 0;
  }
  .feeter > .b .fr {
    float: none;
  }
  .feeter .call {
    padding: 15px 0;
  }
  .feeter .call .i p {
    text-align: center;
  }
  .feeter .call .i p.p1 img {
    width: 30px;
  }
  .feeter .call .i p.p2 {
    font-size: 12px;
  }
  .feeter .link {
    margin-top: 30px;
  }
  .feeter .link > ul > li {
    margin-right: 0;
    width: 33.33%;
  }
  .feeter .link .i h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .feeter .link .i p {
    margin-top: 15px;
    font-size: 12px;
  }
  .feeter .qbox {
    margin-right: 0;
    float: none;
  }
  .feeter .qbox p.p1 img {
    width: 85px;
  }
  .feeter .qbox p.p2 {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .feeter .tele {
    float: none;
    margin-top: 20px;
  }
  .feeter .tele p.p1 {
    font-size: 22px;
  }
  .feeter .tele p.p2 {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
  }
  .feeter .tele p.p3 {
    margin-top: 10px;
  }
  .feeter .tele p.p3 .bt {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
  }
  .feeter .info {
    padding: 20px 0;
  }
  .feeter .info p {
    font-size: 12px;
  }
  .feeter .info p.p2 {
    line-height: 20px;
  }
}

.u-banner {
  background: none no-repeat center;
  background-size: cover;
}
.u-banner > .ct p {
  position: relative;
  height: 420px;
}
.u-banner > .ct p span {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 34px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.u-banner > .ct p span b {
  font-size: 38px;
}
@media (max-width: 768px) {
  .u-banner > .ct p {
    height: 180px;
  }
  .u-banner > .ct p span {
    font-size: 18px;
    line-height: 30px;
  }
  .u-banner > .ct p span b {
    font-size: 22px;
  }
}

.u-pagepath {
  border-bottom: 1px solid #f0f0f0;
}
.u-pagepath p {
  line-height: 58px;
  font-size: 16px;
  color: #333333;
}
.u-pagepath p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url(../img/icon-home.png);
  vertical-align: middle;
  margin-right: 12px;
  position: relative;
  top: -1px;
}
.u-pagepath p a {
  color: #333333;
}
.u-pagepath p a:hover {
  color: #1e5fb1;
}
.u-pagepath .srch {
  width: 220px;
  height: 40px;
  border: 1px solid #1e5fb1;
  border-radius: 20px;
  overflow: hidden;
  padding-left: 12px;
  padding-right: 65px;
  position: relative;
  top: 8px;
}
.u-pagepath .srch .tt {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
}
.u-pagepath .srch .tt::-webkit-input-placeholder {
  color: #bbbbbb;
}
.u-pagepath .srch .bt {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 65px;
  background-color: #1e5fb1;
  line-height: 38px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .u-pagepath .fr {
    width: 100%;
    padding-top: 8px;
  }
  .u-pagepath p {
    line-height: 30px;
    font-size: 14px;
  }
  .u-pagepath p a {
    color: #333333;
  }
  .u-pagepath p a:hover {
    color: #1e5fb1;
  }
  .u-pagepath .srch {
    width: 100%;
    height: 36px;
    border-radius: 18px;
    top: 0;
    box-sizing: border-box;
  }
  .u-pagepath .srch .bt {
    line-height: 36px;
  }
}

.u-filter {
  position: relative;
}
.u-filter > label {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  position: absolute;
  top: 10px;
  left: 0;
}
.u-filter .p {
  padding-top: 10px;
  border-bottom: 1px solid #dddddd;
  padding-left: 94px;
}
.u-filter .p:last-child {
  border-bottom: none;
}
.u-filter .p ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.u-filter .p a {
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
}
.u-filter .p a:hover, .u-filter .p a.on, .u-filter .p a.active {
  color: #fff;
  background-color: #1e5fb1;
}
@media (max-width: 768px) {
  .u-filter > label {
    font-size: 16px;
    position: relative;
    top: 0;
    left: 0;
  }
  .u-filter .p {
    padding-left: 0;
  }
  .u-filter .p ul li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .u-filter .p a {
    line-height: 36px;
    padding: 0 5px;
    font-size: 14px;
  }
}

.u-prodcont .head {
  text-align: center;
}
.u-prodcont .head > .hd {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 25px;
}
.u-prodcont .head > .hd p {
  font-size: 34px;
  font-weight: bold;
}
.u-prodcont .head > .ct {
  margin-top: 35px;
}
.u-prodcont .view {
  display: inline-block;
  width: 430px;
  height: 430px;
  border: 1px solid #dddddd;
  background-color: #f4f4f4;
  line-height: 430px;
}
.u-prodcont .view img {
  max-height: 430px;
  max-width: 430px;
}
.u-prodcont .cont > .ct p {
  line-height: 30px;
  color: #656565;
  font-size: 16px;
}
@media (max-width: 768px) {
  .u-prodcont .head > .hd {
    padding-bottom: 15px;
  }
  .u-prodcont .head > .hd p {
    font-size: 22px;
  }
  .u-prodcont .head > .ct {
    margin-top: 20px;
  }
  .u-prodcont .view {
    width: 100%;
    height: 330px;
    line-height: 330px;
  }
  .u-prodcont .view img {
    max-height: 330px;
    max-width: 100%;
  }
  .u-prodcont .cont > .ct p {
    line-height: 30px;
    color: #656565;
    font-size: 16px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .u-prodcont .cont > .ct p {
    line-height: 26px;
    font-size: 14px;
  }
}

.u-title1 {
  background-color: #eeeeee;
  margin-bottom: 30px;
}
.u-title1 p label {
  display: inline-block;
  vertical-align: middle;
  width: 215px;
  text-align: center;
  color: #fff;
  background-color: #014ea0;
  line-height: 50px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .u-title1 {
    margin-bottom: 20px;
  }
  .u-title1 p label {
    width: 120px;
    line-height: 40px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=custom.css.map */
