<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.company-details {
  padding-top: 3rem;
  padding-bottom: 20rem;
  overflow: hidden;
  background: #fdf9f8 url(../img/about/bg.jpg) no-repeat left bottom;
  background-size: contain;
}
.company-details .con .title {
  text-align: center;
}
.company-details .con .title h2 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.company-details .con .title h2:after {
  content: '';
  width: 1.9rem;
  height: 2.1rem;
  background: url(../img/about/brief/sign.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-left: 0.4rem;
  position: relative;
  top: 0.3rem;
}
.company-details .con .title h3 {
  font-size: 1.5rem;
  font-family: Dinot;
  color: #bbb;
}
.company-details .con .text {
  background: #fff;
  box-shadow: 0px 7px 51px 0px rgba(192, 162, 103, 0.09);
  padding: 2.5rem 3.5rem 3rem;
  margin-top: 3rem;
}
.company-details .con .text .brief .left {
  float: left;
  width: 52%;
}
.company-details .con .text .brief .left h1 {
  font-size: 1.8rem;
  color: #c39f6d;
  font-weight: bold;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.company-details .con .text .brief .left .txt {
  margin-top: 1.5rem;
}
.company-details .con .text .brief .left .txt p {
  font-size: 0.9rem;
  color: #000;
  text-align: justify;
  line-height: 1.8;
}
.company-details .con .text .brief .right {
  float: right;
  width: 43%;
  position: relative;
  top: 0.6rem;
}
.company-details .con .text .brief .right .tu img {
  width: 100%;
}
.company-details .con .text .brief .right ul {
  background: #e9a652;
  padding: 2rem 2.5rem 2.5rem;
}
.company-details .con .text .brief .right ul li {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  margin-top: 0.4rem;
}
.company-details .con .text .paper {
  margin-top: 3.5rem;
  border-top: 2px solid #efe7de;
  padding-top: 3rem;
  position: relative;
}
.company-details .con .text .paper .prev {
  float: left;
}
.company-details .con .text .paper .prev a {
  display: block;
  width: 10rem;
  height: 3.2rem;
  background: #f5f5f5;
  font-size: 0.7rem;
  color: #bc9c5d;
  text-align: center;
  line-height: 3.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.company-details .con .text .paper .prev a span {
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  margin-right: 0.2rem;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
.company-details .con .text .paper .prev a:hover {
  background: #d10004;
  color: #fff;
}
.company-details .con .text .paper .middle {
  width: 10rem;
  height: 3.2rem;
  background: #d8222a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.company-details .con .text .paper .middle a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 3.2rem;
  font-size: 0.7rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.company-details .con .text .paper .middle a img {
  vertical-align: middle;
  margin-right: 0.2rem;
}
.company-details .con .text .paper .middle:hover a {
  background: #ff6604;
}
.company-details .con .text .paper .next {
  float: right;
}
.company-details .con .text .paper .next a {
  display: block;
  width: 10rem;
  height: 3.2rem;
  background: #f5f5f5;
  font-size: 0.7rem;
  color: #bc9c5d;
  text-align: center;
  line-height: 3.2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.company-details .con .text .paper .next a span {
  margin-left: 0.2rem;
  font-size: 1rem;
  position: relative;
  top: 3px;
}
.company-details .con .text .paper .next a:hover {
  background: #d10004;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .company-details .con .text .brief .right ul li {
    font-size: 13px;
  }
  .company-details .con .text .paper .prev a span {
    font-size: 16px;
    top: 1px;
  }
  .company-details .con .text .paper .next a span {
    font-size: 16px;
    top: 1px;
  }
}
@media screen and (max-width: 1024px) {
  .company-details {
    padding-bottom: 16rem;
  }
  .company-details .con .text .brief .left .txt p {
    font-size: 14px;
  }
  .company-details .con .text .paper .middle a img {
    width: 18px;
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 768px) {
  .company-details {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .company-details .con .title h2 {
    font-size: 18px;
  }
  .company-details .con .title h2:after {
    width: 15px;
    height: 17px;
    top: 4px;
  }
  .company-details .con .title h3 {
    font-size: 14px;
  }
  .company-details .con .text {
    margin-top: 20px;
    padding: 20px;
  }
  .company-details .con .text .brief .left {
    width: 100%;
  }
  .company-details .con .text .brief .left h1 {
    font-size: 18px;
    padding-bottom: 14px;
  }
  .company-details .con .text .brief .right {
    width: 100%;
  }
  .company-details .con .text .brief .right ul {
    padding: 6px 16px 16px;
  }
  .company-details .con .text .brief .right ul li {
    margin-top: 10px;
  }
  .company-details .con .text .paper {
    margin-top: 30px;
    padding-top: 24px;
  }
  .company-details .con .text .paper .prev {
    width: 33.33%;
    height: 40px;
  }
  .company-details .con .text .paper .prev a {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .company-details .con .text .paper .prev a span {
    font-size: 16px;
    top: 1px;
  }
  .company-details .con .text .paper .middle {
    position: relative;
    float: left;
    width: 33.33%;
    left: 0;
    height: 40px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
  .company-details .con .text .paper .middle a {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .company-details .con .text .paper .middle a span {
    font-size: 16px;
    top: 1px;
  }
  .company-details .con .text .paper .next {
    width: 33.33%;
    height: 40px;
  }
  .company-details .con .text .paper .next a {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .company-details .con .text .paper .next a span {
    font-size: 16px;
    top: 1px;
  }
}
/*# sourceMappingURL=about_company_details3.css.map */</pre></body></html>