.redFf {
  color: red
}

.mk-square {
  position: relative;
  padding-left: 3.2rem;
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 2.8rem
}

.mk-square:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .7rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/img/yz/ico_mk_square.png) no-repeat center/contain
}

@media(max-width: 768px) {
  .mk-square {
    font-size: 2.4rem;
    margin-bottom: 2.5rem
  }

  .mk-square:before {
    top: .6rem
  }
}

@media(max-width: 576px) {
  .mk-square {
    padding-left: 2.5rem;
    font-size: 2.2rem
  }

  .mk-square:before {
    width: 1.2rem;
    height: 1.2rem
  }
}

.mk-square+p, .mk-square+ul {
  margin-top: -0.5rem
}

.dot-list, .step .step__li .step__list li, .dot-ul>li {
  display: block;
  padding-left: .5em;
  text-indent: -0.5em
}

.list-24, .num-ul>li {
  display: block;
  padding-left: 1.3em;
  text-indent: -1.3em
}

.list-21, .reference-ul>li {
  display: block;
  padding-left: 1.2em;
  text-indent: -1.2em
}

.dot-ul>li+li {
  margin-top: 1rem
}

@media(max-width: 576px) {
  .dot-ul>li+li {
    margin-top: .7rem
  }
}

.num-ul>li+li {
  margin-top: 1rem
}

@media(max-width: 576px) {
  .num-ul>li+li {
    margin-top: .7rem
  }
}

.reference-ul>li+li {
  margin-top: 1rem
}

@media(max-width: 576px) {
  .reference-ul>li+li {
    margin-top: .7rem
  }
}

.step .step__li {
  display: flex;
  position: relative;
  margin-bottom: 7rem
}

.step .step__li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  color: #fff;
  font-weight: 700;
  background: #00448d
}

.step .step__li .step__list {
  flex: 1;
  padding: 1.65rem 3rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

.step .step__li .step__list li {
  display: inline-block;
  margin-right: 3rem
}

.step .step__li:after {
  content: "";
  display: block;
  position: absolute;
  left: 10.8rem;
  width: 2.5rem;
  height: 2.5rem;
  bottom: -4.8rem;
  background: url(/img/yz/ico_arrwo_down.png) no-repeat center/contain
}

.step .step__li:last-of-type {
  margin-bottom: 0
}

.step .step__li:last-of-type:after {
  display: none
}

@media(max-width: 768px) {
  .step .step__li span {
    width: 20rem
  }

  .step .step__li .step__list {
    padding: 1.65rem 2rem
  }

  .step .step__li:after {
    left: 8.8rem
  }
}

@media(max-width: 576px) {
  .step .step__li span {
    width: 18rem
  }

  .step .step__li:after {
    left: 7.8rem
  }
}

@media(max-width: 440px) {
  .step .step__li {
    flex-direction: column
  }

  .step .step__li span {
    padding: 1.2rem 1rem;
    width: 100%
  }

  .step .step__li:after {
    left: 50%;
    transform: translateX(-50%)
  }

  .step .step__li .step__list {
    border: 1px solid #ccc
  }

  .step .step__li .step__list li {
    display: block;
    margin: 0
  }
}

.table-style1 {
  width: 100%;
  font-size: 1.6rem;
  text-align: center
}

.table-style1 th, .table-style1 .th {
  font-weight: 500;
  background: #f7f9fb
}

.table-style1 th, .table-style1 td, .table-style1 li {
  padding: 1.2rem 2rem;
  border: 1px solid #ccc;
  word-break: auto-phrase
}

.table-style1 th:first-of-type, .table-style1 td:first-of-type, .table-style1 li:first-of-type {
  border-left: 0
}

.table-style1 th:last-of-type, .table-style1 td:last-of-type, .table-style1 li:last-of-type {
  border-right: 0
}

@media(max-width: 991px) {
  .table-style1 th, .table-style1 td, .table-style1 li {
    padding: 1.2rem 1rem
  }
}

.art {
  margin-bottom: 10rem
}

.art .con {
  margin-bottom: 7rem
}

@media(max-width: 991px) {
  .art {
    margin-bottom: 9rem
  }

  .art .con {
    margin-bottom: 6.5rem
  }
}

@media(max-width: 768px) {
  .art {
    margin-bottom: 7rem
  }

  .art .con {
    margin-bottom: 6rem
  }
}

@media(max-width: 576px) {
  .art {
    margin-bottom: 6rem
  }

  .art .con {
    margin-bottom: 5rem
  }
}

.tit {
  margin-bottom: 7rem;
  font-size: 3.8rem;
  font-weight: 700
}

.tit span {
  color: #1784ff;
  line-height: 1
}

.tit__inner {
  margin-top: 2.5rem;
  margin-bottom: -0.8rem;
  font-size: 1.8rem;
  font-weight: 400
}

@media(max-width: 991px) {
  .tit {
    margin-bottom: 6rem;
    font-size: 3.6rem
  }

  .tit__inner {
    margin-top: 2.2rem
  }
}

@media(max-width: 768px) {
  .tit {
    margin-bottom: 5rem;
    font-size: 3.4rem
  }

  .tit__inner {
    margin-top: 1.7rem;
    margin-bottom: -0.3rem
  }
}

@media(max-width: 576px) {
  .tit {
    margin-bottom: 4rem;
    font-size: 3rem
  }

  .tit__inner {
    margin-top: 1.2rem;
    margin-bottom: 0
  }
}

.overview {
  color: #111
}

.overview .art {

}

.overview .h3 {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 10rem;
  font-size: 4.2rem;
  color: #111;
  font-weight: 500;
  text-align: center
}

.overview .h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 2.5rem;
  height: .3rem;
  bottom: 0;
  transform: translateX(-50%);
  background: #1784ff
}

@media(max-width: 768px) {
  .overview .h3 {
    margin-bottom: 9rem
  }
}

@media(max-width: 576px) {
  .overview .h3 {
    margin-bottom: 8.5rem
  }
}

.overview .greeting {


}

.overview .greeting p {
  padding-bottom: 2rem
}

.overview .greeting .nt-container {
  background: no-repeat right 2% bottom -27px/43.1rem auto;
  /* background-image: url(/img/yz/overview_ceo.png) */
}

.overview .greeting .p1 {
  font-size: 2.4rem
}

.overview .greeting .p1 span {
  display: block;
  padding: 2rem 0;
  font-size: 4.2rem;
  font-weight: 700
}

.overview .greeting .p1 span b {
  color: #1784ff
}

.overview .greeting .sign {
  margin-top: 7rem;
  padding: 0 0 33.3rem
}

@media(max-width: 991px) {
  .overview .greeting .nt-container {
    background-position: right -55px bottom -27px
  }
}

@media(max-width: 768px) {
  .overview .greeting .nt-container {
    background-position: right -32px bottom -27px;
    background-size: 34rem auto
  }
}

@media(max-width: 576px) {
  .overview .greeting .p1 {
    font-size: 2.2rem
  }

  .overview .greeting .p1 span {
    padding: 1rem 0;
    font-size: 3.6rem
  }

  .overview .greeting .sign {
    margin-top: 5rem;
    padding-bottom: 40rem
  }
}

.overview .history {
}

.overview .history .logo {
  text-align: center
}

@media(max-width: 576px) {
  .overview .history .logo img {
    width: 24rem
  }
}

.overview .history .cont {
  position: relative;
  padding-top: 7rem
}

.overview .history .cont:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e1e1e1
}

.overview .history .cont .box {
  display: flex;
  align-items: start
}

.overview .history .cont .box .year {
  position: relative;
  padding: 0 8.5rem;
  width: 50%;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1
}

.overview .history .cont .box .year:before {
  content: "";
  display: block;
  position: absolute;
  width: 5rem;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #e1e1e1
}

.overview .history .cont .box .year:after {
  content: "";
  display: block;
  position: absolute;
  width: .7rem;
  height: .7rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  background: #1784ff;
  border-radius: 50%
}

.overview .history .cont .box .list {
  padding: 0 5.3rem;
  width: 50%
}

.overview .history .cont .box .list li {
  display: flex;
  gap: 1.8rem
}

.overview .history .cont .box .list li .month {
  font-weight: 500
}

.overview .history .cont .box .list li+li {
  margin-top: 2rem
}

.overview .history .cont .box .list li.tac {
  justify-content: center
}

.overview .history .cont .box+.box {
  margin-top: 10rem
}

@media(min-width: 577px) {
  .overview .history .cont .box:nth-of-type(odd) .year {
    text-align: right
  }

  .overview .history .cont .box:nth-of-type(odd) .year:before {
    right: 0
  }

  .overview .history .cont .box:nth-of-type(odd) .year:after {
    right: -0.4rem
  }

  .overview .history .cont .box:nth-of-type(2n) {
    flex-direction: row-reverse
  }

  .overview .history .cont .box:nth-of-type(2n) .year:before {
    left: 0
  }

  .overview .history .cont .box:nth-of-type(2n) .year:after {
    left: -0.3rem
  }

  .overview .history .cont .box:nth-of-type(2n) .list {
    text-align: right
  }

  .overview .history .cont .box:nth-of-type(2n) .list li {
    flex-direction: row-reverse
  }
}

@media(max-width: 768px) {
  .overview .history .cont .box .list {
    padding: 0 3rem
  }
}

@media(max-width: 576px) {
  .overview .history .cont .box {
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 2.5rem;
    padding: 5rem;
    background: #fff
  }

  .overview .history .cont .box .year {
    padding: 0;
    width: 100%
  }

  .overview .history .cont .box .year:before, .overview .history .cont .box .year:after {
    display: none
  }

  .overview .history .cont .box .list {
    padding: 0;
    width: 100%
  }

  .overview .history .cont .box .list li+li {
    margin-top: 1.3rem
  }

  .overview .history .cont .box:last-of-type {
    text-align: center
  }

  .overview .history .cont .box:last-of-type .list {
    max-width: 100%
  }

  .overview .history .cont .box+.box {
    margin-top: 5rem
  }
}

.overview .subsidiary {
}

/* .overview .subsidiary .cont {
  display: flex;
  justify-content: space-between;
  gap: 3rem
}

.overview .subsidiary .cont .img {
  flex: 1;
  padding: 5.8rem 0 5.6rem;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 1rem;
  background: #fff
} */

@media(max-width: 991px) {
  .overview .subsidiary .cont {
    gap: 2rem
  }

  .overview .subsidiary .cont #img {
    height: 15rem
  }
}

@media(max-width: 768px) {
  .overview .subsidiary .cont {
    gap: 1.5rem
  }

  .overview .subsidiary .cont .img {
    padding: 5rem 0
  }

  .overview .subsidiary .cont .img #img {
    height: 11rem
  }
}

@media(max-width: 576px) {
  .overview .subsidiary .cont {
    flex-wrap: wrap;
    gap: 2rem 0
  }

  .overview .subsidiary .cont .img {
    flex: inherit;
    width: 49%
  }
}

@media(max-width: 420px) {
  .overview .subsidiary .cont .img {
    flex: inherit;
    width: 100%
  }

  .overview .subsidiary .cont .img #img {
    height: 13rem
  }
}

.performance .tab-btn {
  margin-top: -2rem;
  margin-bottom: 4rem
}

@media(max-width: 576px) {
  .performance .tab-btn {
    margin-bottom: 3rem
  }
}

.performance .tab-btn li {
  display: inline-block;
  margin-top: 2rem;
  margin-right: 1.1rem
}

@media(max-width: 576px) {
  .performance .tab-btn li {
    margin-right: 0
  }
}

.performance .tab-btn a {
  display: block;
  position: relative;
  padding: 0 1rem 1.2rem;
  font-size: 2.4rem;
  line-height: 1;
  color: #777
}

.performance .tab-btn a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  opacity: 0;
  background: #1784ff
}

.performance .tab-btn a.on {
  font-weight: 700;
  color: #111
}

.performance .tab-btn a.on:after {
  opacity: 1
}

@media(max-width: 768px) {
  .performance .tab-btn a {
    padding: 0 1rem 1rem;
    font-size: 2.2rem
  }
}

@media(max-width: 576px) {
  .performance .tab-btn a {
    font-size: 2rem
  }
}

.performance .list__head, .performance .list__body {
  display: grid;
  grid-template-columns: 24rem 1fr
}

.performance .list__head li, .performance .list__body li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -1px 0 0 -1px;
  border-left: 0;
  border-right: 0
}

.performance .list__head li.col2, .performance .list__body li.col2 {
  border-left: 1px solid #ccc
}

@media(max-width: 768px) {
  .performance .list__head, .performance .list__body {
    grid-template-columns: 15rem 1fr
  }
}

@media(max-width: 576px) {
  .performance .list__head, .performance .list__body {
    grid-template-columns: 11rem 1fr
  }
}

.facility3 .con3 .ul2 {
  margin-top: .5rem
}

.facility3 .con3 .ul2 li+li {
  margin-top: 1rem
}

@media(max-width: 576px) {
  .facility3 .con3 .ul2 li+li {
    margin-top: .7rem
  }
}

.facility3 .con3 .ul2 .ul3, .facility3 .con3 .ul2 .ul4 {
  margin-top: .5rem;
  margin-left: 1.3em
}

.facility3 .con3 .ul2 .ul4 li+li {
  margin-top: 0
}

.facility3 .con4 .ul2 {
  margin-left: 1rem;
  margin-top: .5rem
}

.facility3 .con4 .ul2 li+li {
  margin-top: 0
}

.facility4 .con3 .flex {
  flex-wrap: wrap;
  gap: 3rem 0
}

.facility4 .con3 .flex .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 3rem;
  width: 31.66%;
  background: #f9f9f9;
  border-radius: 1rem;
  width: 48.75%
}

.facility4 .con3 .flex .item p {
  padding-left: 1.5em;
  text-indent: -1.45em;
  font-size: 2.4rem;
  font-weight: 700
}

.facility4 .con3 .flex .item ul {
  padding-top: 1.7rem
}

@media(min-width: 769px) {
  .facility4 .con3 .flex .item:nth-of-type(n+3) {
    width: 31.66%
  }
}

@media(max-width: 991px) {
  .facility4 .con3 .flex .item {
    padding: 2.5rem 1.5rem
  }

  .facility4 .con3 .flex .item p {
    font-size: 2.2rem
  }

  .facility4 .con3 .flex .item ul {
    padding-top: 1.2rem
  }
}

@media(max-width: 768px) {
  .facility4 .con3 .flex .item {
    display: block
  }

  .facility4 .con3 .flex .item ul {
    font-size: 1.6rem
  }
}

@media(max-width: 576px) {
  .facility4 .con3 .flex .item {
    padding: 2.5rem;
    width: 100%
  }

  .facility4 .con3 .flex .item p {
    font-size: 2rem
  }

  .facility4 .con3 .flex .item ul {
    padding-top: .7rem
  }
}

@media(max-width: 576px) {
  .facility4 .con3 .flex {
    gap: 1.5rem
  }
}

.demolition1 .method__tit {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1
}

@media(max-width: 576px) {
  .demolition1 .method__tit {
    font-size: 2rem;
    margin-bottom: 2rem
  }
}

@media(max-width: 440px) {
  .demolition1 .method__tit {
    text-align: center
  }
}

.demolition1 .method .flex {
  justify-content: flex-start;
  gap: 3rem;
  align-items: center;
  word-break: keep-all
}

.demolition1 .method .box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 13.2rem;
  height: 13.2rem;
  text-align: center;
  color: #fff
}

.demolition1 .method .box.sky {
  width: 18rem
}

.demolition1 .method .arrow {
  width: 19.16%;
  text-align: center
}

.demolition1 .method .arrow span {
  display: block;
  position: relative;
  margin-top: 1.8rem;
  width: 100%;
  height: 3px
}

.demolition1 .method .arrow span:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/img/yz/ico_arrow_bg.png) no-repeat center/contain
}

.demolition1 .method .arrow span.right:after {
  right: 0
}

.demolition1 .method .arrow span.left:after {
  left: 0;
  transform: translateY(-50%) rotate(180deg)
}

.demolition1 .method .arrow span.blueLight:after {
  background-color: #1784ff
}

.demolition1 .method .arrow span.blue:after {
  background-color: #00448d
}

.demolition1 .method .arrow span.orange:after {
  background-color: #ff9600
}

.demolition1 .method .blue {
  background: #00448d
}

.demolition1 .method .sky {
  background: #7ca6d2
}

.demolition1 .method .orange {
  background: #ff9600
}

.demolition1 .method .blueLight {
  background: #1784ff
}

.demolition1 .method+.method {
  margin-top: 4rem
}

@media(max-width: 991px) {
  .demolition1 .method .flex {
    gap: 2rem
  }

  .demolition1 .method .arrow {
    width: 17%
  }
}

@media(max-width: 768px) {
  .demolition1 .method {
    font-size: 1.6rem
  }

  .demolition1 .method .flex {
    gap: 1rem
  }

  .demolition1 .method .box {
    width: 12.5rem
  }

  .demolition1 .method .box.sky {
    width: 16rem
  }

  .demolition1 .method .arrow {
    width: 16%
  }

  .demolition1 .method .arrow span {
    margin-top: 1rem;
    height: 2px
  }

  .demolition1 .method .arrow span:after {
    width: 8px;
    height: 10px
  }
}

@media(max-width: 576px) {
  .demolition1 .method {
    font-size: 1.8rem
  }

  .demolition1 .method .box {
    flex: auto
  }
}

@media(max-width: 440px) {
  .demolition1 .method {
    margin: 0 auto;
    max-width: 42rem
  }

  .demolition1 .method+.method {
    padding-top: 3rem;
    border-top: 1px solid #e1e1e1
  }

  .demolition1 .method .flex {
    flex-direction: column;
    gap: 1.7rem
  }

  .demolition1 .method .box {
    padding: 3rem;
    width: 100%;
    height: auto;
    max-width: 38rem
  }

  .demolition1 .method .box.sky {
    width: 100%;
    height: auto
  }

  .demolition1 .method .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%
  }

  .demolition1 .method .arrow span {
    transform: rotate(90deg);
    margin-top: 0;
    width: 3rem
  }

  .demolition1 .method .arrow span:after {
    height: 9px
  }

  .demolition1 .method .arrow span+span {
    margin-left: -1rem
  }
}

.process {
  display: flex;
  flex-wrap: wrap;
  padding: 4.5rem 0;
  background: #f1f1f3
}

@media(max-width: 768px) {
  .process {
    padding: 2rem 0
  }
}

.process li {
  flex: 1;
  position: relative;
  padding: 0 2rem;
  text-align: center
}

.process li .step {
  display: block;
  padding-bottom: 1rem;
  color: #1784ff;
  line-height: 1
}

.process li .process__tit {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500
}

.process li .ico {
  display: block;
  margin: 4rem 0;
  height: 7rem;
  background: no-repeat center/contain
}

.process li:nth-of-type(1) .ico {
  background-image: url(/img/yz/ico_inspection3_1.png)
}

.process li:nth-of-type(2) .ico {
  background-image: url(/img/yz/ico_inspection3_2.png)
}

.process li:nth-of-type(3) .ico {
  background-image: url(/img/yz/ico_inspection3_3.png)
}

.process li:nth-of-type(4) .ico {
  background-image: url(/img/yz/ico_inspection3_4.png)
}

.process li:nth-of-type(5) .ico {
  background-image: url(/img/yz/ico_inspection3_5.png)
}

.process li p {
  font-size: 1.6rem;
  color: #555
}

.process li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
  right: 0;
  height: calc(100% - 6rem);
  top: 50%;
  transform: translateY(-50%);
  background: #ccc
}

.process li:last-of-type:after {
  display: none
}

@media(max-width: 991px) {
  .process li {
    padding: 0 1rem
  }

  .process li .process__tit {
    font-size: 2.4rem
  }
}

@media(max-width: 769px) {
  .process li {
    width: 50%;
    flex: auto;
    padding: 3rem 2rem
  }

  .process li .process__tit {
    font-size: 2.4rem
  }

  .process li .ico {
    margin: 3rem 0;
    height: 5rem
  }

  .process li:nth-of-type(2n):after {
    display: none
  }

  .process li:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    height: 1px;
    width: calc(100% - 3rem);
    transform: translateX(-50%);
    background: #ccc
  }

  .process li:nth-of-type(2n):after {
    display: none
  }

  .process li:last-of-type::before {
    display: none
  }
}

@media(max-width: 769px)and (max-width: 440px) {
  .process li {
    width: 100%
  }

  .process li .ico {
    margin: 2rem 0;
    height: 4rem
  }

  .process li:after {
    display: none
  }
}

.preinspection1 .intro {
  padding: 10rem 0;
  background: #f7f9fb
}

.preinspection1 .intro .art-header {
  padding-bottom: 9rem;
  text-align: center;
  line-height: 1.2;
  font-size: 2.8rem
}

.preinspection1 .intro .art-header__tit {
  padding-bottom: 2rem;
  font-size: 4.2rem;
  font-weight: 700
}

.preinspection1 .intro .art-header__tit b {
  color: #1c41f3
}

@media(max-width: 768px) {
  .preinspection1 .intro .art-header {
    padding-bottom: 8rem;
    font-size: 2.6rem
  }

  .preinspection1 .intro .art-header__tit {
    font-size: 4rem
  }

  .preinspection1 .intro .art-header__tit b {
    display: block
  }
}

@media(max-width: 576px) {
  .preinspection1 .intro .art-header {
    padding-bottom: 6rem;
    font-size: 2.2rem
  }

  .preinspection1 .intro .art-header__tit {
    font-size: 3.6rem
  }
}

@media(max-width: 420px) {
  .preinspection1 .intro .art-header {
    padding-bottom: 6rem;
    font-size: 2.2rem
  }

  .preinspection1 .intro .art-header__tit b {
    display: inline
  }
}

.preinspection1 .intro .flex {
  height: 444px
}

.preinspection1 .intro .flex .img {
  overflow: hidden;
  flex: 1;
  border-radius: 2rem
}

.preinspection1 .intro .flex .img img {
  height: 100% !important;
  object-fit: cover
}

.preinspection1 .intro .flex .txt {
  display: flex;
  flex-direction: column;
  padding: 2rem 0 2rem 8.35%;
  width: 60rem;
  line-height: .9
}

.preinspection1 .intro .flex .txt .txt_header .num {
  display: block;
  font-size: 4.2rem;
  font-weight: 700;
  color: #dfe1ec
}

.preinspection1 .intro .flex .txt .txt_header .txt_tit {
  display: block;
  padding: 3rem 0 2.5rem;
  font-size: 3.8rem;
  font-weight: 700
}

.preinspection1 .intro .flex .txt .tail {
  margin-bottom: auto;
  font-size: 1.8rem;
  line-height: 1.5
}

.preinspection1 .intro .flex .txt .thumb {
  display: flex;
  gap: .8rem
}

.preinspection1 .intro .flex .txt .thumb a {
  overflow: hidden;
  display: block;
  position: relative;
  height: 9rem;
  border-radius: 1rem
}

.preinspection1 .intro .flex .txt .thumb a img {
  width: 100%;
  height: 100% !important;
  object-fit: cover
}

.preinspection1 .intro .flex .txt .thumb a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 2px solid #1c41f3;
  border-radius: 1rem;
  transition: .2s
}

.preinspection1 .intro .flex .txt .thumb a:hover:after, .preinspection1 .intro .flex .txt .thumb a:active:after {
  opacity: 1
}

.preinspection1 .intro .flex+.flex {
  margin-top: 10rem
}

@media(min-width: 992px) {
  .preinspection1 .intro .flex:nth-of-type(odd) {
    flex-direction: row-reverse
  }

  .preinspection1 .intro .flex:nth-of-type(odd) .txt {
    padding: 2rem 8.35% 0 2rem
  }
}

@media(max-width: 991px) {
  .preinspection1 .intro .flex {
    flex-direction: column-reverse;
    gap: 3rem;
    position: relative;
    height: auto;
    padding-bottom: 14rem
  }

  .preinspection1 .intro .flex .img {
    flex: inherit;
    width: 100%;
    height: 400px
  }

  .preinspection1 .intro .flex .img img {
    width: 100%
  }

  .preinspection1 .intro .flex .txt {
    padding: 0;
    width: 100%
  }

  .preinspection1 .intro .flex .txt .txt_header {
    padding: 0 0 2.5rem;
    font-size: 3.2rem
  }

  .preinspection1 .intro .flex .txt .txt_header .num {
    display: inline-block;
    font-size: inherit
  }

  .preinspection1 .intro .flex .txt .txt_header .txt_tit {
    display: inline-block;
    padding: 0 0 0 1rem;
    font-size: inherit
  }

  .preinspection1 .intro .flex .txt .tail {
    font-size: 1.7rem
  }

  .preinspection1 .intro .flex .txt .thumb {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
  }

  .preinspection1 .intro .flex .txt .thumb a {
    height: 12rem
  }

  .preinspection1 .intro .flex+.flex {
    margin-top: 8rem
  }
}

@media(max-width: 576px) {
  .preinspection1 .intro .flex+.flex {
    margin-top: 6rem
  }
}

.preinspection1 .special .nt-container {
  padding-top: 39rem;
  background: no-repeat url(/img/yz/prein1_special_bg.png) center top/contain
}

@media(max-width: 1200px) {
  .preinspection1 .special .nt-container {
    padding: 32% 0 0
  }
}

.preinspection1 .special .wrap {
  padding: 10rem 1rem;
  background: #f5f7f9;
  border-radius: 2rem
}

@media(max-width: 576px) {
  .preinspection1 .special .wrap {
    padding: 9rem 1rem
  }
}

.preinspection1 .special .wrap .spec_tit {
  padding: 0 0 7rem;
  text-align: center;
  font-weight: 700;
  line-height: .9;
  font-size: 4.2rem
}

@media(max-width: 576px) {
  .preinspection1 .special .wrap .spec_tit {
    font-size: 3.8rem;
    line-height: 1.3
  }
}

@media(max-width: 360px) {
  .preinspection1 .special .wrap .spec_tit {
    font-size: 3.5rem;
    line-height: 1.3
  }
}

.preinspection1 .special .wrap ul {
  margin: 0 auto;
  max-width: 100rem
}

.preinspection1 .special .wrap ul li {
  display: flex;
  align-items: center;
  gap: 5rem;
  padding: 3rem 4rem;
  border-radius: 1rem;
  background: #fff no-repeat right 3rem center
}

.preinspection1 .special .wrap ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: .4rem;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  line-height: .9;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c41f3;
  background: #f5f7f9
}

.preinspection1 .special .wrap ul li span b {
  font-size: 3.8rem
}

.preinspection1 .special .wrap ul li p {
  flex: 1
}

.preinspection1 .special .wrap ul li+li {
  margin-top: 3rem
}

.preinspection1 .special .wrap ul li:nth-of-type(1) {
  background-image: url(/img/yz/prein1_special_ico1.png)
}

.preinspection1 .special .wrap ul li:nth-of-type(2) {
  background-image: url(/img/yz/prein1_special_ico2.png)
}

.preinspection1 .special .wrap ul li:nth-of-type(3) {
  background-image: url(/img/yz/prein1_special_ico3.png)
}

.preinspection1 .special .wrap ul li:nth-of-type(4) {
  background-image: url(/img/yz/prein1_special_ico4.png)
}

@media(max-width: 991px) {
  .preinspection1 .special .wrap ul li {
    gap: 3rem;
    padding: 3rem 13rem 3rem 2rem;
    background-position: right 2rem center
  }
}

@media(max-width: 768px) {
  .preinspection1 .special .wrap ul li {
    gap: 2rem;
    padding: 3rem 2rem;
    background-image: none !important
  }
}

@media(max-width: 576px) {
  .preinspection1 .special .wrap ul li {
    padding: 3rem 1.5rem
  }

  .preinspection1 .special .wrap ul li+li {
    margin-top: 2rem
  }
}

@media(max-width: 440px) {
  .preinspection1 .special .wrap ul li span {
    width: 9rem;
    height: 9rem;
    font-size: 1.6rem
  }

  .preinspection1 .special .wrap ul li span b {
    font-size: 3.2rem
  }
}

/*# sourceMappingURL=page.css.map */
.flex_box>a p:nth-of-type(2),.flex_box>a p:nth-of-type(3),.flex_box>a p:nth-of-type(4),.flex_box>a p:nth-of-type(5){ padding: 0px 10px 0px 22px; color:#777; font-weight: 300;}
.flex_box>a p:last-of-type{ padding: 0px 10px 20px 22px; }
.flex_box>a p:not(:nth-of-type(1)){text-indent: -10px}
